@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto-condensed-webfont.eot');
    src: url('fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-condensed-webfont.woff') format('woff'),
         url('fonts/roboto-condensed-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_bold';
    src: url('fonts/roboto-boldcondensed-webfont.eot');
    src: url('fonts/roboto-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-boldcondensed-webfont.woff') format('woff'),
         url('fonts/roboto-boldcondensed-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	background: url(../images/fon.jpg);
	font: 16px roboto, Tahoma;
	color:#171717;
	margin:0;
	padding:0;
	counter-reset: heading;
}
*{
	margin:0;
	padding:0;
}
header,footer,article,section,hgroup,nav,figure{
	display:block;
}
button::-moz-focus-inner,
input[TYPE="RESET"]::-moz-focus-inner,
input[TYPE="BUTTON"]::-moz-focus-inner,
input[TYPE="SUBMIT"]::-moz-focus-inner,
input[TYPE="SUBMIT"]::-moz-focus-inner,
input[TYPE="FILE"] > input[TYPE="BUTTON"]::-moz-focus-inner{
	border:none;
}
img{
	border:0;
}
*:focus{
	outline:none;
}
li{
	list-style: none;
}
.clear,
.clearfix:after,
.main:after{
	clear:both;
	float:none;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	content: ".";
	visibility: hidden;
	overflow: hidden;
	display: block;
}

/*----------------------------------*/
.wrapper{
	margin: 0 auto;
	min-width: 1040px;
}
.main{
	margin:0 auto;
	width:1000px;
}
header{
	background: url(../images/header.png) center 0 no-repeat;
	background-size: cover;
	padding: 0 0 95px;
	position: relative;
	z-index: 2;
}
.logo{
	float: left;
	padding: 20px 0 0;
}
.h_cont{
	float: right;
	color: #ffaf00;
	padding: 45px 0 0;
}
.phone{
	font-size: 30px;
	color: #ffaf00;
	font-family: 'roboto_bold';
	margin: 0 0 4px;
}
.phone img{
	vertical-align: top;
	margin: 8px 6px 0 0;
}
.phone a{	
	color: #ffaf00;
	text-decoration: none;
}
.h_desc{
	margin: 0 auto;
	width: 53%;
	color: #ebf5ff;
	font-size: 24px;
	padding: 45px 0 0;
}
.h_desc b{
	color: #ffaf00;
	text-transform: uppercase;
}
.onas{
	font-size: 48px;
	font-family: 'roboto_bold';
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 96%;
	margin: 45px 0 0;
}
.onas span{
	font-size: 30px;
	color: #0c1d2f;
	display: block;
	text-shadow: 0 0 3px #fff;
}
.btn{
	background: #229c00;
	background: -moz-linear-gradient(top, #229c00 0%, #007510 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #229c00), color-stop(100%, #007510));
	background: -webkit-linear-gradient(top, #229c00 0%, #007510 100%);
	background: -o-linear-gradient(top, #229c00 0%, #007510 100%);
	background: -ms-linear-gradient(top, #229c00 0%, #007510 100%);
	background: linear-gradient(to bottom, #229c00 0%, #007510 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#229c00', endColorstr='#007510', GradientType=0 );
	border-bottom: 3px solid #051b0a;
	display: block;
	font-size: 18px;
	text-decoration: none;
	font-family: 'roboto_bold';
	text-align: center;
	color: #fff;
	padding: 13px 15px;
	border-radius: 5px;
}
.btn:hover{
	background: #25ac00;
	background: -moz-linear-gradient(top, #25ac00 0%, #008514 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #25ac00), color-stop(100%, #008514));
	background: -webkit-linear-gradient(top, #25ac00 0%, #008514 100%);
	background: -o-linear-gradient(top, #25ac00 0%, #008514 100%);
	background: -ms-linear-gradient(top, #25ac00 0%, #008514 100%);
	background: linear-gradient(to bottom, #25ac00 0%, #008514 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25ac00', endColorstr='#008514', GradientType=0 );
}
.btn:active{
	padding: 14px 15px 13px;
	background: #078d0f;
	border-bottom: 2px solid #051b0a;
}
.btn.y{
	background: #ffae00;
	background: -moz-linear-gradient(top, #ffae00 0%, #ff7b00 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffae00), color-stop(100%, #ff7b00));
	background: -webkit-linear-gradient(top, #ffae00 0%, #ff7b00 100%);
	background: -o-linear-gradient(top, #ffae00 0%, #ff7b00 100%);
	background: -ms-linear-gradient(top, #ffae00 0%, #ff7b00 100%);
	background: linear-gradient(to bottom, #ffae00 0%, #ff7b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff7b00', GradientType=0 );
	border-bottom: 3px solid #9e5519;
	color: #382719;
}
.btn.y:hover{
	background: #ff9900;
	background: -moz-linear-gradient(top, #ff9900 0%, #ff7b00 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9900), color-stop(100%, #ff7b00));
	background: -webkit-linear-gradient(top, #ff9900 0%, #ff7b00 100%);
	background: -o-linear-gradient(top, #ff9900 0%, #ff7b00 100%);
	background: -ms-linear-gradient(top, #ff9900 0%, #ff7b00 100%);
	background: linear-gradient(to bottom, #ff9900 0%, #ff7b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff7b00', GradientType=0 );
}
.btn.y:active{
	border-bottom: 2px solid #9e5519;
	background: #ff7d00;
}
.f_block{
	margin: 32px 0 0;
}
.top_video{
	float: left;
	width: 700px;
}
.top_form{
	width: 270px;
	height: 410px;
	border: 4px solid rgba(0,0,0,0.2);
	box-shadow: 1px 3px 3px #071829, 0 0 30px #182a3f, 7px 7px 20px #081C31, 0 100px 100px rgba(12,29,50,0.5) inset;
	float: right;
}
.top_form form{
	margin-top: 20px;
}
.in_top_video{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;	
}
.in_top_video iframe, .in_top_video object, .in_top_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.in_top_form{
	margin: 19px 12px 15px;
	text-align: center;
}
.f_title{
	color: #ebf5ff;
	margin: 0 0 15px;
}
.f_title div{
	text-transform: uppercase;
	font-family: 'roboto_bold';
	font-size: 30px;
}
.f_title span{
	font-size: 16px;
	line-height: 120%;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	display: block;
	padding: 9px 0 0;
}
.f_title b{
	color: #ffb000;
	text-transform: uppercase;	
}

input[type="text"],
input[type="password"],
textarea{
	display: block;
	border: 1px solid #0a243a;
	background: #fff;
	border-radius: 0;
	padding: 15px 15px;
	font: 14px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	box-sizing : border-box;
	transition: 0.2s;
	border-radius: 5px;
	margin: 0 0 12px;
	width: 100%;
	box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	border-color: #22a0d1;
}
.ano{
	font: 16px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #ebf5ff;
	line-height: 120%;
	padding: 12px 0 0;
}
.sec2{
	padding: 70px 0 50px;
	background: url(../images/sec2.png) center bottom no-repeat;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}
.lisr_g li{
	float: left;
	width: 31.33%;
	margin: 0 1% 45px;
	position: relative;
}
.lisr_g li span{
	position: absolute;
	font-family: 'roboto_bold';
	font-size: 20px;
	line-height: 100%;
	left: 73px;
}
.lisr_g li.g1 span{
	top: 73px;
}
.lisr_g li.g2 span{
	top: 73px;
	left: 64px;
}
.lisr_g li.g3 span{
	top: 73px;
	left: 60px;
}
.lisr_g li.g4 span{
	top: 72px;
	left: 73px;
}
.lisr_g li.g5 span{
	top: 73px;
	left: 62px;
}
.lisr_g li.g6 span{
	top: 73px;
	left: 61px;
}

.sec3{
	padding: 0;
}
.sec_title{
	font-family: 'roboto_bold';
	color: #0c1d2f;
	font-size: 36px;
	text-align: center;
}
.list_i{
	margin: 38px 0 0;
}
.list_i li{
	float: left;
	width: 40%;
	margin: 0 10% 50px 0;
}
.list_i li img{
	width: 100%;
	max-width: 100%;
}
.list_i li.li3{
	clear: both;
}
.i_title{
	color: #0c1d2f;
	font-size: 20px;
	font-family: 'roboto_bold';
	margin: 10px 0 7px;
}
.i_desc p{
	font: 16px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 120%;
}
.fbtn{
	display: inline-block;
	padding: 18px 0 0;
}
.sec4{
	padding: 65px 0 137px;
	background: url(../images/sec4.png) center top no-repeat; 
	background-size: cover; 
}
.list_r{
	text-align: center;
	margin: 40px 0 0;
}
.list_r li{
	width: 23%;
	display: inline-block;
	vertical-align: top;
}
.list_r li img{
	width: 100%;
	max-width: 241px;
}
.list_r li span{	
	display: block;
	font-family: 'roboto_bold';
	color: #171717;
	font-size: 18px;
	padding: 5px 0 50px;
}
.sec5{
	padding: 195px 0 65px;
	background: url(../images/header.png) center top no-repeat;
	background-size: cover; 
}
.akc{
	position: absolute;
	left: 50%;
	margin-left: -520px;
	width: 1000px;
	margin-top: -142px;
	text-align: center;
}
.a1{
	background: #ffc600;
	padding: 20px 20px;
}
.a2{
	background: #f4b700;
	padding: 25px 20px 10px;
}
.a_title1{
	font-size: 48px;
	color: #c8001c;
	font-family: 'roboto_bold';
	text-transform: uppercase;
}
.a_title2{
	font: bold 26px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #0c1d2f;
}
.a_title2 a{
	color: #0c1d2f;
}
.a_title2 a:hover{
	color: #C8001C;
}
.a_title3{
	font: bold 20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #0c1d2f;
}
.a_form{
	padding: 20px 0;
}
.a_form input,
.a_form .btn{
	width: 28%;	
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}
.a_form input{
	border: 1px solid #dd9900;
	box-shadow: 1px 1px 2px #AFAEAE inset;
	padding: 18px 15px
}
.sec5 .sec_title{
	color: #fff;
}
.k_block{
	position: absolute;
	width: 466px;
	max-width: 466px;
	height: 467px;
	background: url(../images/k.png) center center no-repeat;
	margin: 25px 0 0;
}
.k_title{
	color: #ffc600;
	font-size: 24px;
	font-family: 'roboto_bold';
	text-transform: uppercase;
	padding: 69px 0 0;
}
.list_k{
	margin: 20px 0 0;
}
.list_k li{
	margin: 0 0 18px;
	font: 16px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	line-height: 120%;
}
.list_k li span{
	font-size: 24px;
	color: #ffc600;
}
.in_k_block{
	margin: 0 0 0 93px;
	width: 293px;
}
.k_block2 .in_k_block{
	margin: 0 0 0 150px;
	width: 245px;
}
.k_block2 .k_title{	
	padding: 100px 0 0;
}
.kb{
	position: relative;
	height: 650px;
}
.k_block2{
	right: -20px;
	top: 140px;
}
.sch{
	position: absolute;
    top: 54px;
    left: 313px;
	z-index: 2;
}
.sch img{
	width: 100%;
	max-width: 382px;
}
.sec6{
	padding: 45px 0 10px;
}
.list_n{
	margin: 30px 0 0 55px;
}
.list_n li{
	position: relative;
	margin: 0 0 30px;
	font: 18px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 120%;
}
.list_n li:after{
	position: absolute;
	content: ".";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/m.png) center center no-repeat;
	left: -50px;
	top: 0;
	font-size: 0;
}
.list_n li span{
	display: block;
	font-size: 22px;
	color: #0c1d2f;
	font-family: 'roboto_bold';
	margin: 0 0 15px;
}
.n_title{
	font-size: 30px;
	color: #0c1d2f;
	font-family: 'roboto_bold';
}
.n_title b{
	color: #c8001c;
	text-transform: uppercase;
}
.nas_left{
	margin: 32px 0 0;
	float: left;
	width: 44%;
}
.nas_right{
	margin: 32px 0 0;
	float: right;
	width: 44%;
}
.nas_right .n_title b{
	color: #148c07;
}
.nas_right .list_n li:after{
	background: url(../images/p.png) center center no-repeat;
}
.nas_right .list_n li img{
	position: absolute;
    left: -198px;
    top: 3px;
}
.sec7{
	padding: 65px 0 35px;
	background: url(../images/sec7.png) center top no-repeat;
}
.s_block{
	position: relative;
	height: 333px;
	margin: 35px 0 0;
}
.s_block li{
	position: absolute;
}
.s_block li.s1{top: 66px; left: 0px;}
.s_block li.s2{top: 66px; left: 166px;}
.s_block li.s3{top: 67px; left: 330px;}
.s_block li.s4{top: 66px; left: 492px;}
.s_block li.s5{top: 66px; left: 656px;}
.s_block li.s6{top: 66px; left: 818px;}

.s_block span{
	position: absolute;
	display: block;
	color: #171717;
	font-size: 20px;
	font-family: 'roboto_bold';
	text-align: center;
	left: 0;
	right: 0;
	line-height: 120%;
}
.s_block li.s1 span{top: 185px;}
.s_block li.s2 span{top: -60px; letter-spacing: -1.1px; }
.s_block li.s3 span{top: 185px;}
.s_block li.s4 span{top: -60px;}
.s_block li.s5 span{top: 185px;}
.s_block li.s6 span{top: -60px;}

.sec8{
	padding: 45px 0;
	background: url(../images/header.png) center top no-repeat;
	background-size: auto 100%;
}
.sec8 .sec_title{
	color: #fff;
}
.block_car{
	position: relative;
	height: 530px;
	width: 700px;
	margin: 40px auto 0;
}
.nav_car{
	text-align: center;
}
.nav_car li{
    width: 22%;
    display: inline-block;
    padding: 10px 9px;
    border: 1px solid transparent;
	cursor: pointer;
}
.nav_car li a{
	color: #fff;
	font: 16px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-decoration: underline;
}
.nav_car li a:hover{
	color: #fff;
	text-decoration: none;
}
.nav_car li.active{
	border-color: #f4b700;
}	
.nav_car li.active a{
	color: #fff;
	text-decoration: none;
}
.fcar{
	opacity:0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.3s;
}
.fcar1{
	opacity: 1;
}
.sec9{
	padding: 45px 0;
}

.videocar{
	position: relative;
	width: 700px;
	margin: 40px auto 0;
}
.v_title{
	text-align: center;
	font-size: 20px;
	font-family: 'roboto_bold';
	padding: 0 0 30px;
}
.v_desc{
	text-align: center;
	font: 16px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding: 15px 0 0;
}

.akc2{
	text-align: center;
	padding: 35px 0 15px;
	background: #ffc600;
}
.akc2 .a_title3{
	font-size: 24px;
}
footer{
	padding: 0 0 20px 0;
	background: url(../images/header.png) center 0px no-repeat;
}
footer .logo{
	width: 130px;
	padding: 25px 0 0;
}
.logo img{
	width: 100%;
}
footer .h_cont {
    padding: 25px 0 0;
}
footer .h_desc{
	font: 20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto 0 15%;
	width: 58%;
}
.autor{
	padding: 20px 0 0;
}
.fmail{
	padding: 10px 0 0;
}
.fmail a img{
	vertical-align: top;
	margin: 3px 9px 0 0;
}
.fmail a{
	color: #fff;	
	font: 20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.pops{
	display: none;
}
.form_pop{
	width: 280px;
	padding: 50px 40px 40px;
	background: url(../images/pop_form_fon.png) center center no-repeat;
	background-size: cover;	
}
.pop_title{
	font-size: 28px;
	color: #ebf5ff;
	font-family: 'roboto_bold';
	text-align: center;
	text-transform: uppercase;
	margin: 0 -25px;
}
.pop_desc,
.pop_desc2{
	font: 16px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #ebf5ff;
	text-align: center;
	padding: 10px 0 30px;
	margin: 0 -25px;
}
.pop_desc2{
	line-height: 140%;	
}
.pop_ano{
	margin: 12px 0 0;
}
.pop_ano img{
	padding: 10px;
	float: left;
}
.pop_ano span{	
	float: left;
	display: block;
	width: 220px;
	color: #fff;
}
.pop_sps_cnt{
	text-align: center;
	padding: 50px 20px;
	background: url(../images/pop_form_sps_fon.png) center center no-repeat;
	background-size: cover;	
	max-width: 700px;
}
.ps_title{
	font-size: 36px;
	font-family: 'roboto_bold';
	color: #0c1d2f;
}
.ps_desc{
	font: 20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding: 15px 0 0;
	color: #0c1d2f;
}
.logo span{
	display: none;
}
.logo span br{
	display: none;
}
#top {
  bottom: 30px;
  margin-left: 0;
  cursor: pointer;
  display: none;
  font-size: 150%;
  position: fixed;
  width: 50px;
  height: 63px;
  background: url(images/to_top.png) center cneter no-repat;  
}
.carusel_off img{
	width: 100%;
	max-height: 468px;
}
.sh_e{
	width: 370px;
}