body{
	font-family: 'clear_sans_lightregular';
	color:#474d4a;
	font-size:18px;
	min-width: 940px;
	background:url(../images/bg.jpg) no-repeat center -1000px;
	transition:background ease 1s;
	-moz-transition:background ease 2s;
	-ms-transition:background ease 2s;
	-o-transition:background ease 2s;
	-webkit-transition:background ease 2s;+
	vertical-align: middle;
	
}
.show-bg{
	background-position:center 0;
	background-size:cover;
}
h1, h2, h3, h4, h5{
	font-family: 'clear_sans_mediumregular';
}
h1{
	font-size:32px;
	padding:0 0 28px;
	color:#267796;
	/*position:absolute;
	top:15px;*/
}
h2{
	padding:16px 0 24px;
}
a{
	color:#36508f;
}
p{
	line-height:20px;
}
.container{
	position:relative;
	overflow:hidden;
}

/*header*/
.header{
	position:absolute;
	width:100%;
	padding:10px;
	left:0;
	font-size:17px;
	font-family: 'clear_sans_mediumregular';
	z-index:99;
	display:none;
	transition:top ease 1s;
	-moz-transition:top ease 1s;
	-ms-transition:top ease 1s;
	-o-transition:top ease 1s;
	-webkit-transition:top ease 1s;
}
.top-m50{
	top:-50px;
}
.header .menu{
	width:976px;
	height:53px;
	line-height:50px;
	margin:-8px auto 0;
	background:#267796;
	border-radius:50px;
	text-align:center;
}
.header a{
	color:#fff;
	text-decoration:none;
}
.header .active a{
	color:#fcd65b;
}
.header .menu li{
	display:inline-block;
	vertical-align:top;
	margin:0 8.5px;
}
.header .menu .phone{
	float:right;
	font-size:12px;
	color:#fff;
	margin:19px 51px 0 -182px;
	height:16px;
	padding:0 0 0 20px;
	background:url(../images/phone.png) no-repeat 0 0;
	line-height:15px;
}
.justify{
	text-align:justify;
}
.justify > li{
	display:inline-block;
	vertical-align:top;
}
.justify:after{
	content:"";
	display:inline-block;
	width:100%;
	height:0;
}
.header .justify{
	width:875px;
	margin:0 auto;
}

/*fix-block*/
.fix-block{
	position:absolute;
	width:870px;
	height:100%;
	left:50%;
	top:80px;
	margin:0 0 0 -435px;
	display:none;
}
.fix-lens{
	position:absolute;
	width:356px;
	height:486px;
	right:-53px;
}
.fix-lens img{
	position:absolute;
	top:50%;
	left:0;
	margin:-320px 0 0;
}
.fix-lens img:last-child{
	display:none;
}

/*fullPage*/
.fullPage{
	width:870px;
	margin:0 auto;
}
/*.fp-tableCell > div{
	min-height:480px;
	position:relative;
}*/

/*main*/
.main-lens{
	vertical-align:middle;
	margin:0 0 0 88px;
}
.logo{
	vertical-align:middle;
	display:inline-block;
	margin:0 0 0 50px;
}
.logo h1{
	font-size:33px;
	font-family: 'clear_sans_lightregular';
	padding:12px 0 21px;
}
.delay-p2{
	animation-delay:.2s;
	-webkit-animation-delay:.2s;
}
.delay-p5{
	animation-delay:.5s;
	-webkit-animation-delay:.5s;
}
.delay-p7{
	animation-delay:.7s;
	-webkit-animation-delay:.7s;
}
.delay-1{
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.delay-1p3{
	animation-delay:1.3s;
	-webkit-animation-delay:1.3s;
}
.mouse{
	position:absolute;
	text-align:center;
	width:100%;
	bottom:20px;
	background:url(../images/mouse.png) no-repeat center 0;
	padding:78px 0 0;
}
.about .text{
	width:610px;
}
.section{
	min-height:626px;
}

/*about*/
.text p{
	margin:0 0 21px;
}
.text li{
	margin:0 0 11px;
}

.about .text{
	padding:120px 0 0;
}

/*advantages*/
.advantages h1{
	padding:0;
}
.advantages .text{
	padding:100px 0 0;
}
.point{
	margin:0 0 22px;
}
.point li{
	position:relative;
	margin-left:17px;
}
.point li:before{
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	background:url(../images/point.png);
	top:6px;
	left:-17px;
}
.btn{
	display:block;
	width:442px;
	height:35px;
	line-height:33px;
	font-family: 'clear_sans_mediumregular';
	text-align:center;
	border:#fcd65b 2px solid;
	background:#fcd65b;
	border-radius:20px;
	color:#267796;
	margin:0 0 22px;
	cursor:pointer;
}
.btn span{
	display:inline-block;
	vertical-align:middle;
	background:url(../images/brd.png) repeat-x 0 bottom;
	line-height:1;
	padding:0 0 2px;
}
.btn:hover{
	background:#fff;
}
.btn:hover span{
	background:none;
}

/*video*/
.video{
	padding:100px 0 0;
}
.video h1{
	padding:0 0 18px;
}
.video-list{
	margin:0 0 33px 18px;
}
.video-list li, .liter-list li{
	display:inline-block;
	vertical-align:top;
	width:266px;
	margin:0 13px 0 0;
}
.video-list a{
	display:block;
	position:relative;
	height:163px;
	background:#c9c9c9;
	margin:0 0 16px;
}
.video-list a:after{
	content:"";
	position:absolute;
	width:64px;
	height:48px;
	background:url(../images/video.png);
	top:58px;
	left:101px;
}
.video-list p{
	line-height:16px;
	font-size:14px;
}
.liter-list{
	padding:4px 0 0 18px;
}
.liter-list li{
	margin-bottom:44px;
}
.liter-list a{
	display:block;
	height:54px;
	background:url(../images/file.png) no-repeat 0 0;
	padding:0 0 0 70px;
	color:#36508f;
	font-size:14px;
}
.liter-list span{
	display:inline-block;
	vertical-align:top;
	line-height:16px;
	text-decoration:underline;
	padding:2px 0 0;
}
.liter-list a:hover span{
	text-decoration:none;
}
.video-block{
	margin:-40px 0 0;
}

/*rev*/
.rev li{
	display:inline-block;
	vertical-align:top;
	font-size:24px;
	width:250px;
	margin:0 50px 30px 0;
}
.rev li:nth-child(3n+3){
	margin-right:0;
}
.rev p{
	font-family: 'clear_sans_mediumregular';
	margin:0 0 11px;
}
.rev a{
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	line-height:20px;
	color:#36508f;
	margin:0 0 0 18px;
}
a:hover{
	text-decoration:none;
}

/*contact*/
.contact h1{
	padding:100px 0 14px;
}
.address{
	padding:0 0 56px;
}
.address p{
	margin:0 0 22px;
}
.address li{
	margin:0 0 2px;
}
.contact .left{
	float:left;
	width:408px;
}
.contact h2{
	font-size:24px;
	color:#267796;
	padding:0 0 25px;
}
.style-input-text{
	background:#f6fbfc;
	width:100%;
	padding:0 16px;
	color:#474d4a;
	font-size:18px;
	font-family: 'clear_sans_lightregular';
	height:41px;
	border:#c8e5e7 1px solid;
	border-radius:20px;
	margin:0 0 31px;
}
input[type="text"]::-webkit-input-placeholder {color:#474d4a; line-height:24px;}
input[type="text"]:-ms-input-placeholder      {color:#474d4a; line-height:24px;}
textarea::-webkit-input-placeholder {color:#474d4a;}
textarea:-ms-input-placeholder      {color:#474d4a;}

.contact .right{
	float:right;
	width:408px;
}
textarea.style-input-text{
	height:185px;
	resize:none;
	padding:7px 16px;
}
.contact .btn{
	display:inline-block;
	vertical-align:middle;
	width:205px;
	line-height:28px;
	margin:0 17px 0 0;
}
.clear-mes{
	font-size:12px;
	color:#36508f;
	text-decoration:underline;
	font-family: 'clear_sans_mediumregular';
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
.clear-mes:hover{
	text-decoration:none;
}
.cpr{
	font-family: 'clear_sans_mediumregular';
	font-size:12px;
	clear:both;
}

/*popup*/
.overlay{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#fff;
	opacity:.5;
	z-index:999;
}
.popup{
	opacity:0;
	display:none;
	width:556px;
	border:#fcd65b 4px solid;
	border-radius:2px;
	background:#fff;
	top:0;
	left:50%;
	margin:0 0 0 -282px;
	position:absolute;
	z-index:999;
	transition:opacity ease .5s;
	-moz-transition:opacity ease .5s;
	-ms-transition:opacity ease .5s;
	-o-transition:opacity ease .5s;
	-webkit-transition:opacity ease .5s;
}
.popup.show{
	opacity:1;
}
.close{
	position:absolute;
	width:15px;
	height:15px;
	background:url(../images/close.png);
	top:15px;
	right:15px;
}
.popup > div{
	padding:38px 0 13px 26px;
}
.popup h1{
	font-size:18px;
	line-height:21px;
	padding:0 0 23px;
}
.popup2 h1{
	font-size:24px;
	padding:0 0 34px;
}
strong{
	font-family: 'clear_sans_mediumregular';
	font-weight:normal;
}
.popup p, .popup ul{
	margin:0 0 23px;
}
.popup li{
	margin:0 0 2px;
}
.popup3{
	text-align:center;
	height:177px;
	line-height:174px;
	color:#267796;
}
.popup4 p{
	margin:0 0 7px;
}
.popup-video{
	width:506px;
	height:310px;
	margin:23px 0 18px;
}
.popup4 .text{
	font-size:14px;
	line-height:16px;
	width:506px;
}
.b-popup{
    width:100%;
    height: 2000px;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
margin:0 0 0 -60px;
    position:fixed;
    top:0px;
}
.b-popup .b-popup-content{
   
width:556px;
border:#fcd65b 4px solid;
border-radius:2px;
top:0;
left:50%;
margin:0 0 0 -282px;
position:absolute;
padding:-40px;
background-color: #fff;
box-shadow: 0px 0px 0px #000;
}


.popup-box {
    position: absolute; width:556px; padding: 40px;
	border:#fcd65b 4px solid;
	border-radius:2px;
    border-radius: 5px;
    background: #fff;
    display: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    z-index: 9999999;
    font-size: 14px;
}
 
.popup-box .close {
    position: absolute; 
    top: 20px;
    right: 20px;
    
}
 
.popup-box .close:hover {
    color: #000;
}
 
.popup-box h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.popup-box .top {
    padding: 20px;
}
 
.popup-box .bottom {
    background: #eee;
    border-top: 1px solid #e5e5e5;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
 
#blackout {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    display: none;
}