/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

strong {
	font-weight: 600;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
    font-family: 'GothamPro';
	font-size: 15px;
	width: 100%;
	height: 100%;
}
div {
	box-sizing: border-box;
}

*::-webkit-input-placeholder       {color: #4a4a4a; opacity: 1; transition: opacity 0.3s;}
*::-moz-placeholder                {color: #4a4a4a; opacity: 1; transition: opacity 0.3s;}
*:-moz-placeholder                 {color: #4a4a4a; opacity: 1; transition: opacity 0.3s;}
*:-ms-input-placeholder            {color: #4a4a4a; opacity: 1; transition: opacity 0.3s;}
*:focus::-webkit-input-placeholder {color: #4a4a4a; opacity: 0; transition: opacity 0.3s;}
*:focus::-moz-placeholder          {color: #4a4a4a; opacity: 0; transition: opacity 0.3s;}
*:focus:-moz-placeholder           {color: #4a4a4a; opacity: 0; transition: opacity 0.3s;}
*:focus:-ms-input-placeholder      {color: #4a4a4a; opacity: 0; transition: opacity 0.3s;}

img {
	max-width: 100%;
}

.clearfix:before, .clearfix:after {
	display: block;
	clear: both;
	content: '';
	width: 100%;
}

.clearfix {
	clear: both;
}

.header {
	padding-top: 15px;
	margin-bottom: -20px;
	position: fixed;
    z-index: 10;
    background: #fff;
    top: 0;
}
.wrapper-fluid {
	min-width: 1080px;
	width: 100%;
}
.wrapper-fluid::after {
	content: "";
	position: relative;
	display: block;
	clear: both;
}
.wrapper {
	width: 980px;
	min-width: 980px;
	margin: 0 auto;
	position: relative;
}
.wrapper::after {
	content: "";
	position: relative;
	display: block;
	clear: both;
}

.logo {
	float: left;
	width: 30%;
}

.address {
	width: 37%;
	float: left;
    padding-top: 13px;
}

.item_address {
	font-size: 13px;
	font-weight: 300;
	color: #707070;
	line-height: 15px;
	position: relative;
	padding-left: 20px;
	padding-bottom: 5px;
}

.item_address:before {
	content: '';
	background: url(../images/metka.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.item_grafic {
	color: #535353;
	font-size: 14px;
	font-weight: 300;
	line-height: 15px;
	padding-left: 20px;
}

.item_grafic span {
	color: #147ab8;
	font-size: 13px;
}

.phone_block {
	text-align: right;
	float: left;
	padding-top: 5px;
	width: 33%;
}

.phone_block .phone a {
	font-size: 30px;
	color: #147bb9;
	text-decoration: none;
}

.phone_block .phone img {
	margin-right: 10px;
}

.header_button {
	padding-top: 10px;
}

.header_button a {
	display: inline-block;
	font-size: 14px;
	color: #705407;
	padding: 10px 28px;
	text-decoration: none;
	background: #f9ba15; /* Для старых браузров */
    background: -webkit-linear-gradient(bottom, #f9ba15, #f9df1f);
    background: -o-linear-gradient(bottom, #f9ba15, #f9df1f);
    background: linear-gradient(to top, #f9ba15, #f9df1f);
    border-bottom: 2px solid #d49b05;
    border-radius: 5px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.header_button a:hover {	
	background: #f9df1f; /* Для старых браузров */
    background: -webkit-linear-gradient(bottom, #f9df1f, #f9ba15);
    background: -o-linear-gradient(bottom, #f9df1f, #f9ba15);
    background: linear-gradient(to top, #f9df1f, #f9ba15);
}

.menu ul {
	display: table;
	background: #1477b5; /* Для старых браузров */
    background: -webkit-linear-gradient(bottom, #1477b5, #158dcb);
    background: -o-linear-gradient(bottom, #1477b5, #158dcb);
    background: linear-gradient(to top, #1477b5, #158dcb);
    text-align: center;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.menu ul li {
	display: table-cell;
}

.menu ul li a {
	display: block;
	padding: 15px 10px;
	text-align: center;
    border-bottom: 2px solid #076097;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.menu ul li a:hover {
	background: #158dcb; /* Для старых браузров */
    background: -webkit-linear-gradient(bottom, #158dcb, #1477b5);
    background: -o-linear-gradient(bottom, #158dcb, #1477b5);
    background: linear-gradient(to top, #158dcb, #1477b5);
}

.menu {
	margin-top: 10px;
	margin-bottom: -20px;
}

.slider {
	height: 650px;
	position: relative;
	background-color: rgb(74, 108, 141);
	margin-top: 132px;
}

.slider .item {
	height: 750px;
}
.slider .backdrop {
	height: 650px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.item_wrapper {
	position: relative;
	/* -ex-width: 850px; */
	width: 982px;
	margin: 0 auto;
	text-align: center;
	padding-top: 250px;
}

.item_wrapper h2, .item_wrapper h3 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 20px;
}
.item_wrapper h3 {
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 20px;
}
.item_wrapper p {
	margin-left: 63px;
	font-size: 0.9em;
	line-height: 1.2em;
}
.item_wrapper .left {
	text-align: left;
}

.item_wrapper .description {
	font-size: 20px;
	color: #fff;
	padding-bottom: 20px;
	font-weight: 400;
}

.item_wrapper .description ul.features {
	list-style: none;
	font-size: 0.6em;
	line-height: 1.48em;
	letter-spacing: -0.007em;
	text-align: justify;
	white-space: nowrap;
}

.item_wrapper .header_button a {
	font-size: 16px;
}

.item_wrapper .header_button {
	padding-bottom: 70px;
}

.item_wrapper .description:hover:not(:active),
.item_wrapper h2:hover:not(:active),
.item_wrapper h3:hover:not(:active),
.item_wrapper p:hover:not(:active),
.item_wrapper ul:hover:not(:active) {
	cursor: default;
}

.slider .owl-pagination {
	position: absolute;
	bottom: 200px;
	width: 100%;
    z-index: 5;
    text-align: center;
}

.slider .owl-pagination .owl-page {
	background: transparent;
    width: 15px;
    display: inline-block;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 7px;
}

.slider .owl-pagination .active {
	background: #fff;
}

.slider .owl-pagination .owl-page:last-child {
	margin-right: 0;
}

.condition {
	position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: right;
}

#slider_item_1 .backdrop {
	background-image: url("../images/slider-bg-01.jpg");
}
#slider_item_1 .item_wrapper {
	background: url("../images/title.png") no-repeat center 211px;
}
#slider_item_1 h3 {
	position: relative;
	margin-left: 63px;
}
#slider_item_1 .backflash {
	position: absolute;
	left: 624px;
	top: 284px;
	width: 126px;
	height: 70px;
	background: url("../images/yellowflash.png") no-repeat;
}

#slider_item_2 .backdrop {
	background-image: url("../images/slider-bg-02.jpg");
}
#slider_item_2 .item_wrapper {
	height:650px;
	padding-top: 139px;
	background: url("../images/title.png") no-repeat center 82px,
				url("../images/slider-condition-02-inside.png") no-repeat left 205px,
				url("../images/slider-phone-02-inside.png") no-repeat right bottom;
}
#slider_item_2 h2 {
	white-space: nowrap;
	letter-spacing: -0.01em;
}
#slider_item_2 ul.features {
	margin-top: 6px;
	margin-left: 491px;
}
#slider_item_2 h3 {
	margin-left: 8px;
	margin-top: 48px;
	padding-bottom: 2px;
	letter-spacing: -0.01em;
	line-height: 0.9em;
}

#slider_item_3 .backdrop {
	background-image: url("../images/slider-bg-03.jpg");
}
#slider_item_3 .description {
	max-width: 850px;
	margin: auto;
}

.next, .prev {
	position: absolute;
	top: 325px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 2;
}

.wrapper_controls {
	position: absolute;
    top: 0;
    left: 50%;
	height: 0;
    margin-left: -490px;
    bottom: 0;
    z-index: 1;
    width: 982px;
    min-width: 982px;
}

.next {
	right: -36px;
}

.prev {
	left: -36px;
}

.how_we_work {
	background: url(../images/hww.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0;
}

.how_we_work h2 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px;
}

.calculator {
	padding-top: 150px;
	padding-bottom: 70px;
}

.how_we_work h2:before {
	position: absolute;
	left: 50%;
	margin-left: -32px;
	content: '';
	width: 64px;
	height: 14px;
	background: url(../images/title.png);
	top: 0;
}

.hww_item {
	width: 33.3333%;
	float: left;
	padding: 25px;
	position: relative;
}

.hww_item_inner {
	border: 1px solid #fff;
}

.hww_img {
	text-align: center;
	padding: 50px;
}

.hww_text {
	padding: 10px;
	text-align: center;
	color: #fff;
}

.hww_text {
	font-size: 15px;
	line-height: 20px;
}

.hww_text h3 {
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.dark {
	color: #434343;
}

.dark h2 {
	font-size: 36px;
	color: #434343;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px;
}

.dark h2:before {
	position: absolute;
	left: 50%;
	margin-left: -32px;
	content: '';
	width: 64px;
	height: 14px;
	background: url(../images/title_dark.png);
	top: 0;
}



.examples {
	padding-top: 80px;
	padding-bottom: 40px;
}
.examples .wrapper {
	width: 1080px;
}
.example_slider {
	padding: 0 30px 45px;
}
.example_slider .owl2row {
}
.example_slider .owl2row .owl-item {
	padding: 0 20px;
}
.example_slider .owl2row .item {
}
.example_slider .owl2row .item .wrap-img {
	margin-bottom: 25px;
	border: 5px solid #006cb5;
	border-radius: 3px;
}
.example_slider .owl2row .item .wrap-img:last-child {
	margin-bottom: 0px;
}
.example_slider .owl2row .item .wrap-img img {
	display: block;
	width: 100%;
}
.example_slider .owl2row .owl-buttons .owl-prev,
.example_slider .owl2row .owl-buttons .owl-next {
	position: absolute;
	width: 18px;
	height: 29px;
	top: 50%;
	margin-top: -14px;
	background-size: 100% 100%;
	background-position: center;
	font-size: 0;
	color: transparent;
}
.example_slider .owl2row .owl-buttons .owl-prev {
	left: -22px;
	background-image: url(../images/owl2row-left.png);
}
.example_slider .owl2row .owl-buttons .owl-next {
	right: -22px;
	background-image: url(../images/owl2row-right.png);
}
.example_slider .owl2row .owl-pagination {
	position: absolute;
	top: 100%;
	width: 100%;
	padding-top: 25px;
	text-align: center;
}
.example_slider .owl2row .owl-page {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0 5px;
	border: 2px solid #0d63aa;
	border-radius: 50%;
	background-color: transparent;
}
.example_slider .owl2row .owl-page.active {
	background-color: #0d63aa;
}



.order_gager {
	background: url(../images/order_gager_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 90px;
}
.order_gager h2 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px;
}
.order_gager h2:before {
	position: absolute;
	left: 50%;
	margin-left: -32px;
	content: '';
	width: 64px;
	height: 14px;
	background: url(../images/title.png);
	top: 0;
}
.three-fields {
	margin: 0 -20px;
}
.three-fields::after {
	content: "";
	position: relative;
	display: block;
	clear: both;
}
.wrap-input {
	padding: 0 20px;
}
.three-fields .wrap-input {
	float: left;
	width: 33.333%;
}
.two_fields {
}
.two_fields .wrap-input {
	float: left;
	width: 50%;
}
.two_fields::after {
	content: "";
	position: relative;
	display: block;
	clear: both;
}
.wrap-input input {
	width: 100%;
	height: 40px;
	padding-left: 40px;
	padding-right: 10px;
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	outline: 0;
	border-top: 3px solid #aac8e1;
	font-family: 'GothamPro';
    font-weight: 300;
	font-size: 14px;
	color: #4a4a4a;
	background-position: left center;
	background-repeat: no-repeat;
}
.wrap-input textarea {
	width: 100%;
	height: 108px;
	padding: 12px 10px 10px 40px;
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	outline: 0;
	border-top: 3px solid #aac8e1;
	font-family: 'GothamPro';
    font-weight: 300;
	font-size: 14px;
	color: #4a4a4a;
	background-position: left 12px;
	background-repeat: no-repeat;
	resize: none;
}
.wrap-input.input-name input {
	background-image: url(../images/name-ico.png);
}
.wrap-input.input-phone input {
	background-image: url(../images/phone-ico.png);
}
.wrap-input.input-address input {
	background-image: url(../images/address-ico.png);
}
.wrap-input.input-text textarea {
	background-image: url(../images/text-ico.png);
}
.wrap-button {
	text-align: center;
	padding-top: 35px;
}
.wrap-button button,
.wrap-button input {
	
	padding: 10px 20px;
	background-color: #f9c919;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e01f', endColorstr='#f9b915'); /* для IE6-9 */
	background: -webkit-linear-gradient(top, #f9e01f, #f9b915); /* для webkit-браузеров */
	background: -moz-linear-gradient(top,  #f9e01f,  #f9b915); /* для firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #f9e01f,  #f9b915); /* для Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9e01f,  #f9b915); /* для IE10+, т.к. лично я пока не проверял нужен ли префикс */
	background: linear-gradient(to bottom,  #f9e01f,  #f9b915); /* W3C */
	border: 0;
	border-radius: 3px;
	outline: 0;
	border-bottom: 3px solid #d49b05;
	font-size: 14px;
	font-weight: 700;
	color: #705407;
	text-transform: uppercase;
}
.order_gager-form {
	padding-top: 10px;
}

.wrap-button button:hover,
.wrap-button input:hover {
background: -webkit-linear-gradient(#f9b915, #f9e01f);
background: -o-linear-gradient(#f9b915, #f9e01f);
background: linear-gradient(#f9b915, #f9e01f); /* для webkit-браузеров */ /* для firefox 3.6+ */  /* для Opera 11.10+ */ /* для IE10+, т.к. лично я пока не проверял нужен ли префикс */ /* W3C */
}


.why_work {
	padding: 90px 0;
}
.why_work h2 {
	font-size: 36px;
	color: #434343;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
}
.why_work h2:before {
	position: absolute;
	left: 50%;
	margin-left: -32px;
	content: '';
	width: 64px;
	height: 14px;
	background: url(../images/title_dark.png);
	top: 0;
}
.why_work .list-reason {
}
.why_work .list-reason {
}
.why_work .list-reason .item-reason {
	float: left;
	width: 50%;
	padding: 0 50px 20px;
	text-align: center;
}
.why_work .list-reason .item-reason .wrap-img {
	padding-bottom: 15px;
}
.why_work .list-reason .item-reason .wrap-img img {
}
.why_work .list-reason .item-reason .wrap-text {
	height: 100px;
	color: #434343;
}
.why_work .list-reason .item-reason .wrap-text h5 {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.why_work .list-reason .item-reason .wrap-text p {
	padding-top: 7px;
	font-size: 15px;
	line-height: 1.2;
}



.review_block {
	background-image:  url(../images/review_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 90px;
}
.review_block h2 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
}
.review_block a{
	color:white;
}
.review_block h2:before {
	position: absolute;
	left: 50%;
	margin-left: -32px;
	content: '';
	width: 64px;
	height: 14px;
	background: url(../images/title.png);
	top: 0;
}
.review_block .list_review {
}
.review_block .list_review .item_review {
	display: table;
	position: relative;
	width: 100%;
	min-height: 150px;
	padding-left: 160px;
	padding-bottom: 20px;
}
.review_block .list_review .item_review .wrap_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
}
.review_block .list_review .item_review .wrap_img img {
	border-radius: 50%;
	width: 100%;
}
.review_block .list_review .item_review .wrap_text {
	display: table-cell;
	vertical-align: middle;
}
.review_block .list_review .item_review .wrap_text h5 {
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.review_block .list_review .item_review .wrap_text p {
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
}
.review_block .list_review .item_review:last-child {
	min-height: 130px;
	padding-bottom: 0;
}
.review_block .list_review .item_review:nth-child(even) {
	padding-left: 0;
	padding-right: 160px;
}
.review_block .list_review .item_review:nth-child(even) .wrap_img {
	left: auto;
	right: 0;
}
.review_block .list_review .item_review:nth-child(even) .wrap_text {
	text-align: right;
}



.ask_question {
	background-image: url(../images/ask_question_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 95px;
	padding-bottom: 75px;
}
.ask_question .ask_question_form {
	width: 640px;
	margin: 0 auto;
}
.ask_question .wrap-input input,
.ask_question .wrap-input textarea {
	box-shadow: 0px 0px 0px 1px #d4d4d4;
}
.ask_question .input-text {
	padding-top: 30px;
}


.wrap_maps {
	position: relative;
	padding-top: 135px;
	padding-bottom: 115px;
}
.wrap_maps .map_block {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.wrap_maps .contacts_data {
}
.wrap_maps .contacts_data .contacts_block {
	width: 470px;
	background-color: #0d63aa;
	padding: 23px 15px;
}
.wrap_maps .contacts_block h2 {
	padding-bottom: 34px;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.wrap_maps .contacts_block .list_contacts {
	padding-bottom: 25px;
}
.wrap_maps .contacts_block .list_contacts .item_contacts {
	padding-bottom: 20px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
.wrap_maps .contacts_block .list_contacts .item_contacts:last-child {
	padding-bottom: 0;
}
.wrap_maps .contacts_block .item_contacts .wrap_img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 12px;
}
.wrap_maps .contacts_block .item_contacts img {
	display: block;
	margin: 0 auto;
}
.wrap_maps .contacts_block .item_contacts a {
	margin-right: 10px;
	color: #fff;
}
.wrap_maps .contacts_block .wrap_button {
}
.wrap_maps .contacts_block .wrap_button a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #f9c919;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e01f', endColorstr='#f9b915'); /* для IE6-9 */
	background: -webkit-linear-gradient(top, #f9e01f, #f9b915); /* для webkit-браузеров */
	background: -moz-linear-gradient(top,  #f9e01f,  #f9b915); /* для firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #f9e01f,  #f9b915); /* для Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9e01f,  #f9b915); /* для IE10+, т.к. лично я пока не проверял нужен ли префикс */
	background: linear-gradient(to bottom,  #f9e01f,  #f9b915); /* W3C */
	border: 0;
	border-radius: 3px;
	outline: 0;
	border-bottom: 3px solid #d49b05;
	font-size: 14px;
	font-weight: 700;
	color: #705407;
	text-transform: uppercase;
}

.wrap_maps .contacts_block .wrap_button a:hover {
	background: -webkit-linear-gradient(top, #f9b915, #f9e01f); /* для webkit-браузеров */
	background: -moz-linear-gradient(top,  #f9b915,  #f9e01f); /* для firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #f9b915,  #f9e01f); /* для Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9b915,  #f9e01f); /* для IE10+, т.к. лично я пока не проверял нужен ли префикс */
	background: linear-gradient(to bottom,  #f9b915,  #f9e01f); /* W3C */	
}


.footer {
	padding: 60px 0;
}
.footer_menu {
}
.footer_menu ul {
	display: table;
	width: 100%;
}
.footer_menu ul li {
	display: table-cell;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}
.footer_menu ul li a {
	font-size: 12px;
	font-weight: 700;
	color: #0d63aa;
	text-transform: uppercase;
}
.wrap_copyright {
	padding: 25px 15px 0;
}
.wrap_copyright::after {
	content: "";
	position: relative;
	display: block;
	clear: both;
}
.wrap_copyright .copyright {
	float: left;
	padding-top: 9px;
	font-size: 14px;
	font-weight: 300;
	color: #1e1e1e;
}
.footer .counter_blocks {
	display: none;
	float: right;
}
.footer .button_top {
	padding-top: 35px;
	text-align: center;
}
.footer .button_top a {
	display: inline-block;
	width: 63px;
	height: 63px;
	background-color: #0d63aa;
	background-image: url(../images/arrow-top.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	outline: 0;
}

.modal_div {
	width: 350px; 
	height: 350px; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 5px;
	border: 3px #aac8e1 solid;
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -175px;
	margin-left: -175px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 12; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 20px 10px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_div .modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* Пoдлoжкa */
#overlay {
	z-index:11; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}

.modal_inputs .input {
	padding-bottom: 15px;
}

.modal_inputs .input:first-child {
	padding-top: 15px;
}

.modal_inputs .input textarea {
	height: 120px;
}

.modal_inputs .submit input {
	width: 100%;
	background: #f9ba15;
    background: -webkit-linear-gradient(bottom, #f9ba15, #f9df1f);
    background: -o-linear-gradient(bottom, #f9ba15, #f9df1f);
    background: linear-gradient(to top, #f9ba15, #f9df1f);
    border-bottom: 2px solid #d49b05;
    font-weight: bold;
    padding: 10px;
    border: none;
    display: inline-block;
    font-size: 14px;
    color: #705407;
    padding: 10px 40px;
    text-decoration: none;
    background: #f9ba15;
    background: -webkit-linear-gradient(bottom, #f9ba15, #f9df1f);
    background: -o-linear-gradient(bottom, #f9ba15, #f9df1f);
    background: linear-gradient(to top, #f9ba15, #f9df1f);
    border-bottom: 2px solid #d49b05;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
}

.modal_inputs .submit input:hover {
	background: #f9df1f;
    background: -webkit-linear-gradient(bottom, #f9df1f, #f9ba15);
    background: -o-linear-gradient(bottom, #f9df1f, #f9ba15);
    background: linear-gradient(to top, #f9df1f, #f9ba15);
}

.modal_name input {
	background-image: url(../images/name-ico.png);
	width: 100%;
    height: 40px;
    padding-left: 40px;
    padding-right: 10px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #aac8e1;
    border-top: 3px solid #aac8e1;
    font-family: 'GothamPro';
    font-weight: 300;
    font-size: 14px;
    color: #4a4a4a;
    background-position: left center;
    background-repeat: no-repeat;
}

.modal_phone input {
	background-image: url(../images/phone-ico.png);
	width: 100%;
    height: 40px;
    padding-left: 40px;
    padding-right: 10px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #aac8e1;
    border-top: 3px solid #aac8e1;
    font-family: 'GothamPro';
    font-weight: 300;
    font-size: 14px;
    color: #4a4a4a;
    background-position: left center;
    background-repeat: no-repeat;
}

.modal_comment textarea {
	background-image: url(../images/text-ico.png);
	width: 100%;
    height: 108px;
    padding: 12px 10px 10px 40px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #aac8e1;
    border-top: 3px solid #aac8e1;
    font-family: 'GothamPro';
    font-weight: 300;
    font-size: 14px;
    color: #4a4a4a;
    background-position: left 12px;
    background-repeat: no-repeat;
    resize: none;
}

.modal_div h2 {
	display: inline-block;
}

#top {
	cursor: pointer;
}

.hww_item {
	position: relative;
}

.hww_item:first-child:after {
	content: '';
	position: absolute;
	right: -18px;
	top: 50%;
	margin-top: -17px;
	width: 38px;
	height: 34px;
	background: url(../images/arr1.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.hww_item:last-child:before {
	content: '';
	position: absolute;
	left: -18px;
	top: 50%;
	margin-top: -17px;
	width: 38px;
	height: 34px;
	background: url(../images/arr2.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.tabs_header {
	text-align: center;
	padding-bottom: 70px;
}

.tabs_header ul li {
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background: #1477b5; /* Для старых браузров */
    background: -webkit-linear-gradient(bottom, #1477b6, #158dcb);
    background: -o-linear-gradient(bottom, #1477b6, #158dcb);
    background: linear-gradient(to top, #1477b6, #158dcb);
    border-bottom: 4px solid #076097;
    border-radius: 3px;
    padding: 15px 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(7, 96, 151, 0.5);
	-moz-box-shadow:    0px 3px 6px 0px rgba(7, 96, 151, 0.5);
	box-shadow:         0px 3px 6px 0px rgba(7, 96, 151, 0.5);
}

.tabs_header ul li:hover, .tabs_header ul .active {
	background: #f9ba15;
    background: -webkit-linear-gradient(bottom, #f9ba15, #f9df1f);
    background: -o-linear-gradient(bottom, #f9ba15, #f9df1f);
    background: linear-gradient(to top, #f9ba15, #f9df1f);
    border-bottom: 4px solid #d49b05;
     -webkit-box-shadow: 0px 3px 6px 0px rgba(212, 155, 5, 0.5);
	-moz-box-shadow:    0px 3px 6px 0px rgba(212, 155, 5, 0.5);
	box-shadow:         0px 3px 6px 0px rgba(212, 155, 5, 0.5);
    color: #705407;
}
.tabs_header ul li.link-wrapper {
	padding: 0;
}
.tabs_header ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	color: white;
}
.tabs_header ul li:hover a, .tabs_header ul .active a {
	color: #705407;
}

.condition_image, .condition_calc {
	width: 50%;
	float: left;
	padding: 20px;
	padding-top: 0;
}

.brands .brand_item	{
	width: 50%;
	float: left;
	padding: 10px;
	text-align: center;
}

.brands {
	padding-bottom: 30px;
}

.brand_item img {
	display: inline-block;
	vertical-align: middle;
}

.input_calculator input {
	width: 300px;
	margin-right: 10px;

	height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #e9e9e9;
    border-top: 3px solid #aac8e1;
    font-family: 'GothamPro';
    font-weight: 300;
    font-size: 14px;
    color: #4a4a4a;
}

.input_calculator {
	padding-bottom: 35px;
}

.price_block span {
	font-size: 30px;
	color: #1478b7;
	font-weight: 300;
}

.price_block div {
	padding-top: 35px;	
}

.end_price .price_block {
	width: 40%;
	float: left;
}

.order_button a {
	background: #f9ba15;
    background: -webkit-linear-gradient(bottom, #f9ba15, #f9df1f);
    background: -o-linear-gradient(bottom, #f9ba15, #f9df1f);
    background: linear-gradient(to top, #f9ba15, #f9df1f);
    display: inline-block;
    font-size: 16px;
    color: #705407;
    padding: 10px 40px;
    text-decoration: none;
    border-bottom: 2px solid #d49b05;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.order_button a:hover {
	background: #f9df1f;
    background: -webkit-linear-gradient(bottom, #f9df1f, #f9ba15);
    background: -o-linear-gradient(bottom, #f9df1f, #f9ba15);
    background: linear-gradient(to top, #f9df1f, #f9ba15);
}

.one_tab {
	display: none;
}

#spec{
	text-align:center;
}

#spec h2{
	font-size: 36px;
    color: rgba(234,13,20,1);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-top: 0px;
    padding-bottom: 10px;
}

#econom {
	display: block;
}

/*---------- page "conditioners-domestic-catalog" sections ----------*/
.section-first {
	margin-top: 132px;
}
.catalog {
	padding: 52px 0 0 0;
	margin-bottom: -32px;
}
.catalog h2 {
	font-size: 36px;
	color: #434343;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
}
.catalog h2:before {
	position: absolute;
	left: 50%;
	margin-left: -32px;
	content: '';
	width: 64px;
	height: 14px;
	background: url(../images/title_dark.png);
	top: 0;
}
.items-list {
	width: 100%;
	min-height: 655px;
	margin-top: 3px;
}
.items-list .item {
	display: block;
	width: 295px;
	height: 287px;
	float: left;
	margin: 0 47px 43px 0;
}
.items-list .item:nth-of-type(3n) {
	margin-right: 0;
}
.items-list .item-title {
	display: table;
	width: 100%;
	height: 41px;
	background: rgb(199, 201, 202) url(../images/bg-catalog-item-title.jpg);
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.items-list .item-title p {
	display: table-cell;
	height: 41px;
	vertical-align: middle;
}
.items-list .item-img-wrapper {
	height: 186px;
	margin-top: 6px;
	padding: 3px;
	background: rgb(0, 108, 181) url(../images/bg-catalog-item-img.png) no-repeat center;
	border-radius: 2px;
}
.items-list .item-button {
	padding: 8px 5px 0 5px;
}
.items-list .item-button a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: white;
	padding: 11px 28px 9px;
	text-decoration: none;
	background: rgb(20, 119, 181);
    background: -webkit-linear-gradient(bottom, rgb(20, 119, 181), rgb(21, 141, 203));
    background: -o-linear-gradient(bottom, rgb(20, 119, 181), rgb(21, 141, 203));
    background: linear-gradient(to top, rgb(20, 119, 181), rgb(21, 141, 203));
    border-bottom: 3px solid rgb(7, 96, 151);
    border-radius: 3px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.items-list .item-img-wrapper:hover {
	background: rgb(249, 189, 22) url(../images/bg-catalog-item-img.png) no-repeat center;
}
.items-list .item-button:hover a {
	color: rgb(112, 84, 7);
	background: rgb(249, 185, 21);
    background: -webkit-linear-gradient(bottom, rgb(249, 185, 21), rgb(249, 224, 31));
    background: -o-linear-gradient(bottom, rgb(249, 185, 21), rgb(249, 224, 31));
    background: linear-gradient(to top, rgb(249, 185, 21), rgb(249, 224, 31));
    border-bottom: 3px solid rgb(212, 155, 5);
}

/*---------- pages "conditioners-domestic-productinfo" sections ----------*/
.product-slider {
	position: relative;
	min-height: 534px;
	margin-top: 132px;
	background: rgb(9, 74, 113) url(../images/bg-product-slider.jpg) no-repeat top center;
}
.product-slider .product-img {
	position: relative;
	height: 100%;
	min-height: 534px;
	text-align: center;
}
#product_01 .product-slider .product-img {
	background: url(../images/product-item-top-img-01.png) no-repeat center 180px;
}
#product_02 .product-slider .product-img {
	background: url(../images/product-item-top-img-02.png) no-repeat center 142px;
}
#product_03 .product-slider .product-img {
	background: url(../images/product-item-top-img-03.png) no-repeat center 152px;
}
#product_04 .product-slider .product-img {
	background: url(../images/product-item-top-img-04.png) no-repeat 55% 140px;
}
#product_05 .product-slider .product-img {
	background: url(../images/product-item-top-img-05.png) no-repeat center 145px;
	background-size: 53% 49.799%;
}
#product_06 .product-slider .product-img {
	background: url(../images/product-item-top-img-06.png) no-repeat center 194px;
	background-size: 73%;
}
.product-slider .subcaption {
	position: absolute;
	width: 100%;
	bottom: 20px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}

.product-info {
	min-height: 641px;
	margin-bottom: -44px;
	border-bottom: 1px solid rgb(13, 93, 140);
}
.product-info h2 {
	font-size: 36px;
	color: #434343;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-top: 47px;
	padding-bottom: 44px;
}
.product-data {
	min-height: 482px;
}
.product-textdata {
	width: 556px;
	float: left;
}
.product-textdata-menu {
	display: block;
	height: 47px;
	background: transparent;
	border-top: rgb(209, 209, 209) 1px solid;
	border-bottom: rgb(209, 209, 209) 1px solid;
}
.product-textdata-menu-item {
	display: block;
	float: left;
	height: 45px;
	margin-left: 71px;
}
.product-textdata-menu-item  a {
	display: block;
	height: 100%;
	padding: 16px 4px;
	font-size: 16px;
	color: rgb(118, 118, 118);
	text-transform: uppercase;
}
.product-textdata-menu-item:first-child {
	margin-left: 0;
}
.product-textdata-menu-item:first-child a {
	padding-left: 0;
}
.product-textdata-menu-item:last-child {
	margin-left: 65px;
}
.product-textdata-menu-item:hover, .product-textdata-menu-item.current {
	border-top: rgb(13, 93, 140) 3px solid;
}
.product-textdata-menu-item:hover a, .product-textdata-menu-item.current a {
	padding-top: 13px;
}
.product-textdata-text-wrapper {
	min-height: 55px;
	padding: 4px 0 0 10px;
	background: linear-gradient(to bottom, rgba(236, 236, 236, 1), rgba(236, 236, 236, 0) 55px);
}
.product-textdata-text {
	font-size: 12px;
	line-height: 18px;
}
.product-textdata-desc, .product-textdata-char {
	color: rgb(67, 67, 67);
}
.product-textdata-desc p,
.product-textdata-desc ul,
.product-textdata-desc ol,
.product-textdata-desc li {
	margin-bottom: 18px;
}
.product-textdata-tech {
	color: rgb(118, 118, 118);
}
.product-textdata-tech p,
.product-textdata-tech ul,
.product-textdata-tech ol,
.product-textdata-tech li {
	margin-bottom: 12px;
}
.product-textdata-text table {
	width: 100%;
	max-width: 546px;
	margin-bottom: 16px;
}
.product-textdata-text table td {
	border: rgb(200, 200, 200) 1px solid;
}

.product-gallery {
	width: 405px;
	float: right; 
}
.product-gallery .gallery-img-primary {
	height: 245px;
	border: rgb(209, 209, 209) 1px solid;
}
.product-gallery .gallery-img-small {
	float: left;
	margin-top: 14px;
	width: 123px;
	height: 87px;
	border: rgb(209, 209, 209) 1px solid;
}
.product-gallery .gallery-img-small:not(:nth-of-type(2)) {
	margin-left: 18px;
}
.price-block-wrapper {
	padding-top: 23px;
	clear: both;
}
.product-price-block {
	float: left;
	margin-top: -2px;
	font-size: 13px;
}
.product-price-block .price {
	font-size: 27px;
	line-height: 37px;
	color: #1478b7;
	font-weight: 300;
}
.btn-order {
	float: right;
	width: 100%;
	max-width: 228px;
}
.btn-order a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: rgb(112, 84, 7);
	padding: 11px 28px 9px;
	text-decoration: none;
	background: rgb(249, 185, 21);
	background: -webkit-linear-gradient(bottom, rgb(249, 185, 21), rgb(249, 224, 31));
	background: -o-linear-gradient(bottom, rgb(249, 185, 21), rgb(249, 224, 31));
	background: linear-gradient(to top, rgb(249, 185, 21), rgb(249, 224, 31));
	border-bottom: 3px solid rgb(212, 155, 5);
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}