* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@font-face {
	font-family: "GTE";
	font-weight: normal;
	src: url("../fonts/font_1.otf") format("opentype");
}

@font-face {
	font-family: "GTE";
	font-weight: bold;
	src: url("../fonts/font_2.otf") format("opentype");
}

@-webkit-keyframes pulse {
    0% {
		margin: 0;
		padding: 0;
    }
    50% {
		margin: 10px 0px 0px 0px;
    }
    100% {
        opacity: 1;
		margin: 0px 0px 0 0;
    }
}

html
{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 17px; 
  background: white;  
  color:#000; 
  font-family: 'GTE', sans-serif;
  min-width: 1000px; 
  min-height: 1000px;
  /*zoom: 1.2;*/
}

body 
{
	margin: 0;
	padding: 0;
	background-color: white;
	height: 3700px
}

.block-content
{
	width: 1000px;
	height: 100%;
	margin: auto;
	position: relative;
	margin-top: 0;

}

a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 42px;
	font-weight: normal;
	width: 74%;
	margin: 0;
	padding-top: 122px;
	margin-left: 60px;
	width: 410px;
}

h2
{
	font-size: 38px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

p
{
	margin: 0;
}

.nav
{
	position: absolute;
	left: 300px;
    top: 36px;
	display: none;
}

.nav a
{
	display: inline-block;
	margin-right: 12px;
	font-size: 16px;
	color: black;
	padding-bottom: 3px;
	border-bottom: 6px solid #f2f2f2;
	text-decoration: none;
}

.nav a:hover
{
	border-bottom: 6px solid black;
}

.ta-logo
{
	float: right;
	height: 35px;
	margin-top: 28px;
	margin-right: 27px;
}

.ta-logo:hover
{
	filter: grayscale(.2);
}

.k-logo
{
	margin-top: 26px;
	margin-left: 47px;
}

.k-logo:hover
{
	filter: grayscale(.2);
}

section 
{
	border-top: 1px solid transparent;
	border-bottom: 0;
}

header
{
	height: 106px;
	width: 100%;
	position: relative;
	background-color: white;
}

.menu
{
	float: right;
	margin-top: 34px;
}

.bb
{
	position: relative;
}

.button
{
	color: white;
	text-transform: uppercase;
	background-color: #0a9bcd;
	padding: 18px 25px 13px 25px;
	display: block;
	text-align: center;
}

.button:hover
{
	text-decoration: none;
	background-color: #0a9ccdc2;
}

.button2
{
	color: black;
	background-color: white;
	border: 5px solid black;
	padding: 18px 25px 13px 25px;
	display: block;
	text-align: center;
}

.button2:hover
{
	text-decoration: none;
	background-color: #eee;
}


.block1
{
	background: url(../img/block1.png?) no-repeat scroll center -1px white;;
	height: 533px;
}

.block1 p
{
	margin-top: 60px;
	margin-left: 60px;
	font-size: 30px;
	width: 420px;
}

.block1 .line
{
    position: absolute;
    top: 400px;
    left: 206px;
	height: 11px;
	width: 0px;
}

.block1 .lamp
{
    position: absolute;
    top: 40px;
    left: 560px;
	display: none;
	-webkit-animation: pulse 5s infinite ease-in-out;

}


.block2
{
	height: 390px;
	background-color: white;

}

.block2 .block-content
{
	display: flex;
}

.block2 .b2logo
{
	float: left;
	margin-right: 20px;
}

.block2 .b2text
{
	padding-top: 60px;
	padding-right: 47px;
}

.block2 .button
{
	float: right;
	margin-top: 30px;
}

.block3
{
	background: url(../img/block3.jpg?)  no-repeat scroll center -1px white;;;
	height: 770px;
}

.block3 .block-content
{
	padding-left: 300px;
}

.block3 h2
{
	font-size: 29px;
}

.block3 .bright
{
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	flex-direction: row;
}

.block3 .flex_section
{
	display: flex;
	margin-bottom: 20px;
	flex: 1 0;
}

.block3 .flex_section div
{
	padding-left: 50px;
	width: 50%;
	position: relative;
}

.block3 .flex_section div::before
{
    content: " ";
    position: absolute;
    background: url(../img/ico1.png) no-repeat scroll center center white;
    width: 40px;
    height: 43px;
    left: 0px;
    top: -12px;
}

.block3 .flex_section div:first-child
{
	margin-right: 60px;
}

.block3 .flex_section div span
{
	font-size: 20px;
	color: #0a9bcd;
	display: block;
	margin-bottom: 7px;
}

.block3 .flex_section div p
{
	font-size: 16px;
	color: black;
}

.block3 .b2::before
{
	background-image: url(../img/ico2.png) !important;
}

.block3 .b3::before
{
	background-image: url(../img/ico3.png) !important;
}

.block3 .b4::before
{
	background-image: url(../img/ico4.png) !important;
}

.block3 .b5::before
{
	background-image: url(../img/ico5.png) !important;
}

.block3 .b6::before
{
	background-image: url(../img/ico6.png) !important;
}

.block3 .b7::before
{
	background-image: url(../img/ico7.png) !important;
}

.block3 .b8::before
{
	background-image: url(../img/ico8.png) !important;
}

.block3 .b9::before
{
	background-image: url(../img/ico9.png) !important;
}

.block3 .b10::before
{
	background-image: url(../img/ico10.png) !important;
}

.block4
{
	background: url(../img/block4.jpg?)  no-repeat scroll center -1px white;;;
	height: 350px;
}

.block4 .block-content
{
	padding-left: 47px;
	padding-right: 600px;
}

.block4 h2
{
	font-size: 38px;
	padding-top: 75px;
	padding-bottom: 20px;
}

.block4 .button
{
	width: 220px;
}

.block5
{
	background-color: #f2f2f2;;
	text-align: center;
	margin-bottom: 40px;
	height: 480px;
    overflow: hidden;
}

.block5 .button2
{
    position: absolute;
    top: 386px;
    left: 113px;
}

.block5 img
{
	background-color: white;
	padding: 30px 70px;
	margin-top: -1px;
	height: 484px;
}

.block6
{
	background: url(../img/block6.jpg?)  no-repeat scroll center -1px white;
	height: 596px;
	text-align: center;
}

.block6 .block-content
{
	padding-right: 600px;
	text-align: left;
}

.block6 h2
{
	padding-left: 80px;
	font-size: 29px;
	margin-top: 48px;
	margin-bottom: 46px;
}

.block6 ul
{
	list-style-type: none;
}

.block6 ul li
{
	font-size: 16px;
	margin-bottom: 23px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}


.block6 ul li::before
{
	content: "";
	background: url(../img/block6_before.png?)  no-repeat scroll center -1px transparent;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -70px;
	top: -14px;
}

.block6 ul li:last-child:before
{
	top: 0;
}

.block6 .rocket
{
	position: absolute;
    top: -130px;
    right: 0px;
	-webkit-animation: pulse 4s infinite ease-in-out;
}

.block7
{
	background: url(../img/block7.jpg?)  no-repeat scroll center -1px #0a9bcd;
	height: 625px;
	text-align: center;
}


.block7 .block-content
{
	padding-left: 340px;
	padding-right: 47px;
}

.block7 .circle
{
    position: absolute;
    top: 26px;
    left: 180px;
    z-index: 0;
	-webkit-animation: pulse 4s infinite ease-in-out;

}

.block7 h3
{
	font-size: 29px;
	color: white;
	padding-left: 110px;
	font-weight: normal;
}

form 
{
	z-index: 2;
	position: inherit;
}

.form_hidden
{
    position: fixed;
    z-index: 999;
    width: 470px;
    height: 340px;
	padding: 30px;
    border: 1px solid black;
    margin: auto;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -150px;
    background-color: #099BCC;
	display: none;
	color: white;
}

.form_hidden .close
{
    color: white;
    font-size: 32px;
    padding: 5px;
    cursor: pointer !important;
    z-index: 1000;
    position: absolute;
    right: 10px;
    top: 10px;
}


.form_hidden form
{
	width: 400px;
}

.overlay
{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #111;
    opacity: 0.86;
    z-index: 111;
    top: 0;
	display: none;
}


form input
{
	width: 100%;
	height: 60px;
	border: 1px solid #f2f2f2;
	padding: 0 13px;
	font-size: 18px;
	margin-bottom: 13px;
	color: black;
}


form p 
{
	color: white;
	text-align: left;
}

form input::placeholder
{
	color: black;
	font-size: 16px;
	font-weight: bold;
}


form input:focus 
{
   outline: none; /* Скрываем рамку */
}

form input:nth-child(2n)
{
	margin-right: 0;	
}

form input[type='submit']
{
	float: right;
    border: 3px solid white;
    margin: 0;
    font-weight: bold;
    background-color: transparent;
	width: 306px;
	cursor: pointer;
	padding: 0;
	color: white;
	margin-top: 12px;
}

form input[type='submit']:hover
{
	color: black;
	background-color:white;
}

.et
{
	position: absolute;
    top: 35px;
    font-size: 20px;
}

.g-recaptcha
{
	width: 320px;
    float: left;
    margin-top: 0px;
}

footer
{
	height: 115px;
}

footer .ta-logo
{
	margin-right: 0;
}

footer .block-content
{
	padding: 10px 47px;

}

@media screen and (max-width: 1040px) {

	.nav a {
		margin-right: 12px;
		font-size: 24px;
		padding-bottom: 3px;
		border-bottom: 6px solid #df0523;
	}

	body
	{
		min-width: 1200px;
	}

}