@charset "utf-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, section, article {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #535353;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html, body { 
	height: 100%;
}

body {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 130%;
	color: #535353;
	min-width: 1000px;
}

#site {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}	

.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}

#container {
	padding-bottom: 90px;
	position: relative;
}

.fixed {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

header {
	background-color: #353739;
}

header .fixed {
	min-height: 61px;
}

.header_inner {
	display: inline-block;
	width: 100%;
}

.menu {
	display: block;
	float: left;
	width: 780px;
	height: 61px;
}

.menu ul {
	display: block;
	list-style-position: outside;
	list-style: none;
	margin-left: -5px;
	height: 66px;
}

.menu li {
	display: block;
	float: left;
	position: relative;
	border-right: 1px solid #45484a;
	padding-right: 1px;
	margin-right: 1px;
}

.menu li a {
	display: block;
	padding: 23px 6px 0;
	height: 43px;
	text-decoration: none;
	font-size: 14px;
	line-height: 130%;
	color: #fff;
	position: relative;
	z-index: 2;
}

.menu li.active a {
	color: #63b7fa;
}

.menu li a:hover {
	color: #63b7fa;
	background: #3d4042 url(../images/menu_bg_hov.jpg) 50% 0 no-repeat;
}

.menu li.active a:hover {
	background: none;
}

.menu li.active a:after {
	color: #63b7fa;
	position: absolute;
	bottom: 0;
	left: 1px;
	right: 1px;
	content: ' ';
	height: 1px;
	background-color: #63b7fa;
	border: 1px solid #60aeec;
}

.contacts {
	float: right;
	width: 180px;
	text-align: right;
	padding-top: 10px;
}

.contacts .phone {
	font-size: 22px;
	line-height: 130%;
	color: #fff;
}

.contacts .mail a {
	font-size: 15px;
	line-height: 130%;
	color: #63b7fa;
}

.btn_blue {
	display: inline-block;
	padding: 20px 25px 18px 25px;
	border-radius: 5px;
	background-color: #63b7fa;
	font-size: 20px;
	line-height: 130%;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.btn_blue:hover {
	background-color: #0489b4;
}

.slider {
	height: 567px;
	background: #35526d url(../images/slider_bg.jpg) 50% 0 no-repeat;
	position: relative;
}

.slider .inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 567px;
}

.slider .inner ul {
	display: block;
	width: 100%;
	height: 567px;
	overflow: hidden;
	list-style-position: outside;
	list-style: none;
	position: relative;
	z-index: 1;
}

.slider li {
	display: block;
	float: left;
	width: 100%;
	height: 507px;
	padding-top: 70px;
	overflow: hidden;
	color: #fff;
}

.slider .fixed {
	display: block;
	height: 507px;
	position: relative;
}


.slider .title, .slider h1, .slider h2 {
	font-size: 58px;
	line-height: 120%;
	font-weight: 500;
	margin-bottom: 40px;
}

.slider .info {
	width: 520px;
	font-size: 21px;
	line-height: 140%;
	margin-bottom: 20px;
}

.slider .info .yellow {
	font-size: 25px;
	line-height: 130%;
	color: #ffe178;
	font-weight: 500;
}

.slider .list {
	width: 490px;
	height: auto;
	margin-left: 30px;
}

.slider .list li {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	float: none;
	font-size: 21px;
	line-height: 140%;
	margin-bottom: 2px;
	background: url(../images/marker.png) 0 5px no-repeat;
	padding-left: 32px;
}

.slider .btn_blue {
	position: absolute;
	bottom: 122px;
	right: 50%;
	margin-right: -500px;
	z-index: 2;
}

.slider .arrow_l, .slider .arrow_r, .partners .arrow_l, .partners .arrow_r {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #a29f99;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	z-index: 2;
}

.slider .arrow_l {
	left: 7%;
}

.slider .arrow_r {
	right: 7%;
}

.slider .arrow_l:hover, .slider .arrow_r:hover, .partners .arrow_l:hover, .partners .arrow_r:hover {
	background-color: #7b7770;
}

.slider .arrow_l span, .slider .arrow_r span, .partners .arrow_l span, .partners .arrow_r span {
	display: block;
	width: 10px;
	height: 19px;
	margin: 7px 0 0 10px;
}

.slider .arrow_l span, .partners .arrow_l span {
	background: url(../images/arrows.png) 0 0 no-repeat;
}

.slider .arrow_r span, .partners .arrow_r span {
	background: url(../images/arrows.png) 100% 0 no-repeat;
	margin-left: 14px;
}

.slider_btns {
	position: absolute;
	bottom: 10px;
	right: 50%;
	margin-right: -18px;
	text-align: center;
	z-index: 3;
}

.slider_btns span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #606060;
	background: linear-gradient(to bottom, #bbb, #606060);
	margin-left: 2px;
	cursor: pointer;
}

.slider_btns span.active, .slider_btns span:hover {
	background: #d8d8d8;
	box-shadow: 0 3px 3px rgba(0,0,0,0.25) inset;
}

.guarantee {
	background-color: #f7faf9;
	border-bottom: 1px solid #e9e9e9;
	padding: 45px 0 45px 0;
}

.guarantee .inner {
	overflow: hidden;
	margin-right: -40px;
}

.guarantee .item {
	display: block;
	float: left;
	margin-right: 24px;
}

.guarantee .item .num {
	display: block;
	float: left;
	font-size: 50px;
	line-height: 90%;
	color: #535353;
	font-weight: 300;
	margin-right: 10px;
}

.guarantee .item .info {
	font-size: 16px;
	line-height: 130%;
	color: #535353;
}

.advantages {
	text-align: center;
	padding: 60px 0;
	border-bottom: 1px solid #e9e9e9;
}

.advantages .title, .advantages h2, .partners h2 {
	font-size: 40px;
	line-height: 130%;
	font-weight: normal;
	color: #23a9d2;
	margin-bottom: 50px;
}

.advantages .inner {
	margin: 0 -22px -30px 0;
}

.advantages .item {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 16px 40px 0;
}

.advantages .topic, .advantages h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 130%;
	color: #3d464a;
	position: relative;
	margin-bottom: 38px;
}

.advantages .topic:after, .advantages h3:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 52px;
	height: 3px;
	background-color: #f8b23c;
}

.advantages .info {
	font-size: 16px;
	line-height: 130%;
	color: #535353;
}

.feedback {
	padding: 80px 0 90px 0;
}

.feedback .fixed {
	overflow: hidden;
}

.order {
	float: left;
	width: 370px;
	padding: 45px 34px 34px 34px;
	background: #fafafa url(../images/line_bg.png) 0 0 repeat-x;
	border: 1px solid #eee;
	border-top: 0;
	border-radius: 9px;
}

.order .title {
	font-size: 23px;
	line-height: 130%;
	font-weight: 400;
	margin-bottom: 40px;
}

.order input[type="text"] {
	display: block;
	width: 340px;
	height: 42px;
	padding: 0 14px;
	border: 1px solid #dadada;
	border-radius: 5px;
	background-color: #fff;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 17px;
	color: #535353;
	line-height: 42px;
	margin-bottom: 12px;
}

.order input[type="text"].incorrect {
	border-color: #F00;
}

.order input[type="submit"] {
	display: block;
	width: 100%;
	border: 0;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 17px;
	text-align: center;
	cursor: pointer;
}

.order .note {
	font-size: 14px;
	line-height: 130%;
	color: #8a8f93;
	margin-bottom: 40px;
}

.order .error {
	color: #f00;
	padding: 0 15px 10px;
}

.order .success {
	color: #090;
	padding: 15px 15px 0;
	margin-bottom: -20px;
	text-align: center;
	font-size: 18px;
	line-height: 130%;
}

.comments {
	float: right;
	width: 460px;
	padding-top: 25px;
}

.comments .title, .comments h2 {
	font-size: 40px;
	line-height: 130%;
	color: #23a9d2;
	font-weight: 400;
	margin-bottom: 32px;
}

.comments_slider {
	width: 460px;
	min-height: 210px;
	position: relative;
}

.comments_slider .inner {
	width: 460px;
	min-height: 210px;
	position: relative;
	overflow: hidden;
}

.comments_slider ul {
	display: block;
	width: 460px;
	min-height: 190px;
	position: relative;
	overflow: hidden;
	list-style-position: outside;
	list-style: none;
}

.comments_slider li {
	display: block;
	float: left;
	width: 460px;
	min-height: 280px;
	font-size: 17px;
	line-height: 150%;
}

.comments_slider li .text {
	height: auto;
	overflow: hidden;
}

.comments_slider li .name {
	font-weight: 500;
	margin-top: 15px;
}

.comments_btns {
	position: absolute;
	bottom: 0;
	left: 0;
}

.comments_btns span {
	display: block;
	float: left;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 9px;
	background-color: #c4c4c4;
	cursor: pointer;
}

.comments_btns span.active, .comments_btns span:hover {
	background-color: #23a9d2;
}

.work {
	background-color: #353739;
	padding: 35px 0 20px 0;
}

.work .title, .work h2 {
	font-size: 40px;
	line-height: 130%;
	color: #5fd2f5;
	font-weight: normal;
	text-align: center;
	position: relative;
	margin-bottom: 55px;
}

.work .title:after {
	content: ' ';
	width: 68px;
	height: 3px;
	background-color: #f8b23c;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -34px;
}

.work .inner {
	margin: 0 -52px 0 -50px;
}

.work .item {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	text-align: center;
	position: relative;
	padding-top: 36px;
	margin: 0 36px 20px 40px;
}

.work .number {
	font-size: 100px;
	line-height: 100px;
	color: #464849;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.work .topic, .work h3 {
	display: block;
	font-size: 26px;
	line-height: 130%;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.work .info {
	font-size: 18px;
	line-height: 160%;
	color: #a5a5a5;
	position: relative;
	z-index: 2;
}

.callback {
	padding: 20px 0 30px 0;
	background: url(../images/calback_bg.jpg) 50% 0 no-repeat;
}

.callback .inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 336px;
}

.callback .title {
	font-size: 40px;
	line-height: 130%;
	color: #0489b4;
	font-weight: normal;
	min-height: 150px;
	margin-bottom: 30px;
}

.callback .btn_blue {
	margin-bottom: 30px;
	padding-left: 35px;
	padding-right: 35px;
}

.pay_title {
	background-color: #f7faf9;
	padding: 20px 0;
	font-size: 40px;
	line-height: 130%;
	color: #23a9d2;
	font-weight: 500;
	text-align: center;
}

.pay_title h1 {
	display: inline;
	font-weight: normal;
}

.pay {
	padding: 45px 0;
}

.pay .inner {
	text-align: justify;
}

.pay .inner:after {
	content: ' ';
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.pay .item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-top: 110px;
}

.pay .item a {
	display: inline-block;
	font-size: 24px;
	line-height: 130%;
	color: #3d464a;
	text-decoration: none;
	position: relative;
	margin-bottom: 20px;
}

.pay .item a:hover {
	color: #23a9d2;
	text-decoration: underline;
}

.pay .item a:after {
	content: ' ';
	width: 52px;
	height: 3px;
	background-color: #f8b23c;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -26px;
}

.pay .item.pay_1 {
	background: url(../images/icon_1.png) 50% 0 no-repeat;
}

.pay .item.pay_2 {
	background: url(../images/icon_2.png) 50% 5px no-repeat;
}

.pay .item.pay_3 {
	background: url(../images/icon_3.png) 50% 0 no-repeat;
}

.partners {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	padding-top: 40px;
	border-top: 1px solid #e9e9e9;
}

.partners .inner, .partners .wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	height: 90px;
	width: 870px;
	padding: 0 35px;
}

.partners .inner {
	padding: 0;
}

.partners .inner ul, .partners .inner li {
	display: block;
	position: relative;
	height: 90px;
	overflow: hidden;
}

.partners .inner li {
	float: left;
	width: 290px;
	text-align: center;
}

.partners .inner img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.partners .arrow_l, .partners .arrow_r {
	margin-top: 0;
	left: 0;
	top: auto;
	bottom: 30px;
}

.partners .arrow_r {
	left: auto;
	right: 0;
}

.partners .arrow_l span, .partners .arrow_r span {
	margin-top: 8px;
}

.partners h2 {
	text-align: center;
	margin-bottom: 40px;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	/*
	border-bottom: 7px solid #353739;
	*/
}

/*
footer:after {
	content:  ' ';
	height: 2px;
	background-color: #595959;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
}
*/

footer .fixed {
	height: 90px;
}

#copyright {
	float: left;
	font-size: 21px;
	line-height: 130%;
	color: #353739;
	padding-top: 35px;
}

footer .contacts {
	width: auto;
	padding-top: 20px;
}

footer .contacts .phone  {
	font-size: 25px;
	line-height: 130%;
	color: #353739;
}

.clear {
	clear: both;
}

#modal {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.85;
	filter: alpha(opacity=85);
	z-index: 50;
	display: none;
}

#callback {
	float: none;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -220px;
	z-index: 100;
	display: none;
}


@media screen and (min-width: 1800px) {
	
	.callback, .slider {
		background-size: 100% auto;
		margin-left: -10px;
	}

}

@media screen and (max-width: 1280px) {
	
	.slider .arrow_l {
		left: 8px;
	}

	.slider .arrow_r {
		right: 8px;
	}
	
	.slider .fixed {
		width: 900px;
	}

}