@font-face {
	font-family: 'HelveticaNeueLight';
	src:url('HelveticaNeueCyr-Light.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{ 
	font-family: 'icoMoon';
	src: url('icomoon.eot');
	src: url('icomoon.eot?') format('embedded-opentype'),
	     url('icomoon.woff') format('woff'),
	     url('icomoon.ttf') format('truetype'),
	     url('icomoon.svg') format('svg');
}

@font-face {
	font-family: 'Roboto-Bold';
	src:url('Roboto-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-BoldCondensed';
	src:url('Roboto-BoldCondensed.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Condensed';
	src:url('Roboto-Condensed.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Regular';
	src:url('Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*{
    transition: all 0.3s ease;
}

@keyframes pulsation
{
	0% {
		opacity:0;
	}
	50% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}

body
{
	margin:0;
	font-size: 0;
	text-align: center;
	transition: all 0s ease;
}

*::selection{
	background: rgba(50,50,50,.4);
}

.page{
	width: 100%;
	min-width: 1200px;
	display: inline-block;
}

header{
	position: relative;
	height: 880px;
	background: url(../images/bg.jpg) no-repeat;
	background-size: 100%;
	overflow: hidden;
	width: 100%;
	display: inline-block;
}

header .header{
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	height: 120px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

header .header .pSlide > *{
	display: inline-block;
	vertical-align: middle;
}

header .header .pSlide > img{
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 10px;
	margin-left: 100px;
	cursor: pointer;
}

header .header .pSlide{
	text-align: right;
	margin: 7px 0;
}

.pSlide{
	width: 1200px;
	display: inline-block;
	position: relative;
}

.title{
	font-size: 40px;
	font-family: 'HelveticaNeueLight';
	color: #333;
	margin: 20px;
}

header > .pSlide{
	height: 100%;
}

header > .pSlide > .title{
	font-size: 60px;
	color: #fff;
	position: absolute;
	left: 50px;
	top: 200px;
	text-align: left;
}

.title .p{
	font-size: 30px;
	font-family: 'HelveticaNeueThin';
	margin-top: 20px;
	display: block;
	margin-left: 65px;
}

.btn{
	cursor: pointer;
	font-size: 14px;
	padding: 10px 10px;
	font-family: 'Roboto-Condensed';
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background: rgb(66,187,238);
	display: inline-block;
	margin: 10px;
	background: linear-gradient(to bottom, rgba(66,187,238,1) 0%,rgba(25,139,186,1) 100%);
}

.btn:hover{
	/*background: rgba(87, 121, 155, .6);*/
	background: rgb(66,187,238);
	background: linear-gradient(to bottom, rgba(66,187,238,1) 0%,rgba(66,187,238,1) 100%);
}

.pSlide > .title{
	margin: 50px;
}

.act, .contacts{
	background: #57799b;
}

.title > *{
	display: inline-block;
}

.txt{
	font-family: 'HelveticaNeueLight';
	font-size: 18px;
	color: #333;
	text-align: left;
}

.what .txt{
	margin: 50px;
	text-align:justify;
}

input{
	border-radius: 5px; 
	margin: 10px;
	padding: 10px 10px;
	font-family: 'HelveticaNeueLight';
	font-size: 18px;
	color: #333;
	border: none;
}

header .form .btn{
	padding: 10px 20px;
}

header .btn{
	box-shadow: 0 0 3px 3px #fff;
}

.what .txt{
	color: #333;
	width: 600px;
	margin-top: 0;
	margin-bottom: 0;
}

a{
	text-decoration: underline;
	cursor: pointer;
	color: #fff;
}

a:hover{
	text-decoration: none;
}

.header .pSlide > .title{
	position: absolute;
	font-size: 20px;
	left: 320px;
	border-left: 1px solid rgba(0,0,0,.2);
	text-align: left;
	padding-left: 10px;
	top: 35px;
	margin: 0;
}

.header .menu{
	position: absolute;
	right: 350px;
	top: 20px;
}

.menu .el{
	font-size: 16px;
	font-family: Arial;
	color: #818181;
	cursor: pointer;
	text-align: left;
}

.menu .el:hover{
	text-decoration: underline;
}

.header .bl{
	position: absolute;
	right: 50px;
}

.bl .btn{
	margin-right: 0;
}

.tel{
	font-size: 16px;
	font-family: 'Roboto-BoldCondensed';
	color: #328e21;
}

.tel > img{
	margin-right: 10px;
}

.bl .title{
	font-family: 'Roboto-Regular';
	font-size: 16px;
	color: #818181;
	margin: 0;
}

header > .pSlide > .title{
	font-family: 'Roboto-BoldCondensed';
	font-size: 60px;
	z-index: 2;
	color: #10b2f0;
	top: 150px;
}

header .form{
	position: absolute;
	width: 330px;
	right: 50px;
	top: 200px;
	background: #fff;
	border: 5px solid #10b2f0;
	border-radius: 7px;
}

header .form .title{
	position: relative;
	color: #333;
	top: 0;
	left: 0;
	font-size: 30px;
	font-family: 'Roboto-BoldCondensed';
}

input{
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.2);
	background: #f7f7f7;
	font-size: 15px;
}

header .form input{
	width: 250px;
}

header .form .btn{
	font-size: 20px;
	width: 250px;
}

.headImg{
	position: absolute;
	top: 400px;
	left: 100px;
}

.title .p{
	color: #ff8500;
	font-size: 22px;
	font-family: Arial;
	font-weight: black;
}

.title .p *{
	display: inline-block;
}

.p .t1{
	font-size: 37px;
	margin-bottom: -20px;
	font-weight: bold;
}

.p .t2{
	font-size: 54px;
	font-weight: bold;
}

.line{
	text-align: center;
	font-size: 32px;
	color: #fff;
	background: #ff8500;
	padding: 70px;
	font-family: 'Roboto-BoldCondensed';
	position: relative;
	z-index: 3;
	letter-spacing: 1px;
	background-color: #10b2f0;
}

.line > *{
	display: inline-block;
}

.arrow{
	width: 41px;
	height: 41px;
	background: url(../images/arrow.png);
	top: 160px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -20px;
}

.arrow:hover{
	top: 165px;
}

.what .el .title{
	font-size: 22px;
	color: #4a4a4a;
	font-family: 'Roboto-BoldCondensed';
	margin: 10px 0;
	text-align: left;
}

.what .pSlide{
	padding: 40px 0;
	padding-top: 50px;
	padding-left: 200px;
	background: url(../images/icons.jpg) no-repeat;
	background-position: 100px 100px;
	width: 800px;
}

.what .el .txt{
	font-family: Arial;
	font-size: 16px;
	color: #4a4a4a;
	margin: 0;
}

.act .part1{
	padding: 40px;
	font-size: 26px;
	color: #4a4a4a;
	font-family: 'Roboto-BoldCondensed';
	background: #f0f0f2;
	display: block;
}

.part1 > *{
	display: inline-block;
}

.part2{
	background: #615d5c;
	text-align: center;
	padding: 40px;
}

.part2 > form{
	width: 300px;
	display: inline-block;
}

.part2 input, .part2 .btn{
	width: 250px;
}

.part2 .psText{
	font-size: 16px;
	font-family: Arial;
	color: #fff;
	margin-top: 30px;
}

.orT{
	color: #ff8500;
	font-family: 'Roboto-BoldCondensed';
	font-size: 36px;
}

.how .txt{
	margin: 20px;
	color: #4a4a4a;
	font-family: Arial;
	font-size: 16px;
	padding: 40px;
}

.com .el{
	display: inline-block;
	width: 300px;
	vertical-align: top;
}

.com .el .title{
	font-size: 18px;
	font-family: 'Roboto-Condensed';
	color: #333;
}

.how{
	background: #eefcff;
}

.com{
	padding-bottom: 40px;
}

.ok{
	padding: 20px;
}

.ok img{
	cursor: pointer;
}

.ok img:hover{
	margin-top: 5px;
	margin-bottom: -5px;
}

.sh .title{
	font-family: 'Roboto-BoldCondensed';
	font-size: 36px;
	color: #10b2f0;
}

.calc .title{
	font-family: 'Roboto-BoldCondensed';
	color: #4a4a4a;
	font-size: 36px;
}

.mLine{
	width: 60px;
	border: 1px solid #ff8500;
	display: inline-block;
	margin: 50px;
	margin-top: -20px;
}

.calc .txt{
	color: #4a4a4a;
	font-family: Arial;
	font-size: 16px;
	margin: 20px;
	padding: 20px 65px;
}

table{
	font-size: 14px;
	font-family: Arial;
	color: #4a4a4a;
	display: inline-block;
	margin: 40px;
}

td{
	padding: 30px;
}

table tr td:first-child{
	font-weight: bold;
}

.reviews .title{
	color: #4a4a4a;
	font-size: 36px;
	font-family: 'Roboto-BoldCondensed';
}

.reviews .pTitle{
	font-size: 14px;
	margin: 10px;
	display: block;
}

.reviews .el{
	width: 300px;
	margin: 20px;
	display: inline-block;
	margin-top: 0;
	vertical-align: top;
}

.reviews .el .name{
	color: #383838;
	font-family: 'Roboto-Bold';
	font-size: 14px;
}

.reviews .el .pName{
	font-family: Arial;
	font-size: 12px;
	color: #868686;
}

.reviews .el .txt{
	color: #4a4a4a;
	font-size: 14px;
	font-family: Arial;
}

.reviews .el > *{
	display: block;
	text-align: center;
	margin: 10px;
}

.reviews .ava{
	display: inline-block;
}

.consult{
	background: #ff8500;
}

.consult .pSlide > .title{
	font-family: 'Roboto-BoldCondensed';
	color: #fff;
	font-size: 36px;
	margin: 40px 10px;
	margin-top: 70px;
}

.consult .mLine{
	border: 1px solid #fff;
}

.consult .bl{
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 0 0px 10px rgba(255,255,255,.3);
	margin: 30px;
}

.consult .in{
	width: 500px;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
}

.consult .pTitle{
	color: #4a4a4a;
	font-size: 20px;
	font-family: 'Roboto-BoldCondensed';
	margin: 10px;
}

.consult .title{
	font-family: 'Roboto-BoldCondensed';
	margin: 80px 10px;
	font-size: 27px;
	color: #4a4a4a;
}

.btnImg{
	cursor: pointer;
}

.btnImg:hover{
	opacity: .8;
}

.what a{
	text-decoration: underline;
	cursor: pointer;
	color: #328e21;
}

.what a:hover{
	text-decoration: none;
}

.what .el{
	height: 180px;
	box-sizing: border-box;
}

.man{
	position: absolute;
	top: 300px;
	right: 320px;
	z-index: 5;
}

table{
border-color: rgba(0,0,0,.2);
border-style: solid;
border-width: 0 1px 1px 0;
}

table td, table th{
border-color: rgba(0,0,0,.2);
border-style: solid;
border-width: 1px 0 0 1px;
}

.s2{
	margin-top: 100px;
}

.header .btn{
	background: rgb(255,133,0);
}

.header .btn:hover{
	background: linear-gradient(to bottom, rgba(66,187,238,1) 0%,rgba(25,139,186,1) 100%);
}

.msg_cont
{
	position:fixed;
	width:100%;
	top:-80px;
	text-align:center;
	font-size:20px;
	z-index:100;
}

.msg_success
{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	display:inline-block;
	border-radius:20px;
	padding:20px;
}