:root
{
	--animate-duration: 13s;
}

* {-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: auto;
	overflow-x: hidden;
}

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

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

a:hover
{
	text-decoration: underline;
}


h2
{
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	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: 32px;
	margin-top: 30px;
}

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

.k-logo
{
	margin-top: 30px;
	height: 32px;
}

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

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

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

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

.bb
{
	position: relative;
}

.button
{
	color: white;
	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.jpg?) no-repeat scroll center -1px white;;
	height: 800px;
}


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

.block1 .lamp
{
    position: absolute;
    width: 103px;
    top: -40px;
    left: 426px;
	display: none;
	-webkit-animation: pulse 4s infinite ease-in-out;

}

.block1 .ra
{
	position: absolute;
	top: 40px;
	left: 0;
}

.block1 h1
{
	font-weight: normal;
	font-size: 45px;
	line-height: 52px;
	margin: 0;
}

.block1 .frame
{
	position: absolute;
	width: 300px;
	left: 50px;
	top: 90px;
}

.block1 .frame p 
{
    font-size: 24px;
    line-height: 28px;
    width: 180px;
    top: 230px;
    position: absolute;
}

.block1 .title
{
	position: absolute;
    top: 430px;
    left: 0px;
	width: 234px;
	font-size: 28px;
	line-height: 32px;
}

.block1 .desc
{
	position: absolute;
	width: 617px;
    top: 500px;
    left: 390px;
}

.block1 .button
{
	position: absolute;
    width: 237px;
    top: 630px;
	left: 390px;
	
}

.block1 h2
{
	position: absolute;
	top: 730px;
	left: 0;;
}

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

.block2 .t
{
	float: right;
    margin-top: 48px;
}

.block2 .c
{
	position: absolute;
    top: 270px;
    left: 310px;
    -webkit-animation: pulse 4s infinite ease-in-out;
}

.block2 h2
{
	position: absolute;
	bottom: 0;
	left: 0;
}

.block3
{
	height: 240px;
}

.block3 img
{
	float: right;
}

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

.block4 h3
{
	font-size: 36px;
	line-height: 42px;
}

.block4 h3
{
	font-style: normal;
	font-weight: normal;
	margin: 0;
	position: absolute;
	left: 300px;
	top: 20px;
}

.block_form .r
{
    position: absolute;
    left: 280px;
    top: -496px;
}

.block_form h2
{
	font-size: 22px;
	line-height: 26px;
	position: absolute;
	top: 38px;
	left: 50px;
}

.block_form .desc
{
	position: absolute;
    top: 240px;
    width: 688px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.block_form h3
{
    font-size: 36px;
    line-height: 42px;
    position: absolute;
    top: 186px;
    left: 0px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
}

.block_form .download
{
   position: absolute;
    left: 400px;
    top: 30px;
    width: 237px;
}

.block_form
{
	background: url(../img/block_form.jpg?) no-repeat scroll center -1px white;;
    height: 668px;
	margin-top: -50px;

}

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

#nav_form form
{
	z-index: 2;
	position: inherit;
	position: absolute;
	top: 290px;
}

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


.form_hidden input
{
	width: 400px;

}

.form_hidden 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;
	top: 170px;
}

.form_hidden input[type='submit']:hover
{
	opacity: 0.9;

}

.form_hidden
{
    position: fixed;
    z-index: 999;
    width: 470px;
    height: 300px;
	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;
}


form input
{
    width: 687px;
    height: 43px;
    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']
{
    color: white;
    background-color: #0a9bcd;
    padding: 10px 25px 13px 25px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 237px;
	cursor: pointer;
	border: 0;
	font-size: 18px;
}

form input[type='submit']:hover
{
	text-decoration: none;
	background-color: #0a9ccdc2;
}

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

}

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

footer
{
	height: 43px;
	background-color: #0A9BCD;
}

@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;
	}

}