/* THANKS WINDOW */
#seolight {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 999999;
	display: block; 
	height: 100%;
	width: 100%; 
	left: 0;
	top: 0;
}
.text-seolight {
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		 -o-transform: translate(-50%, -50%);
  				transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #000;
	padding: 65px 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	position: fixed;  
	z-index: 999;
	color: #000;
	left: 50%;
	top: 50%;
}
@media screen and (max-width: 519px) {
	.text-seolight { 
		padding: 45px 10px;
		min-width: 270px;
		font-size: 18px;
	}
}
/* END */

/* COMMON */
html {
	height: 100%;
}
body#str_blag {
	background: url(../img/bg/top-screen-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
}
.container-fluid {
	max-width: 1280px;
	padding: 0 10px;
	margin: 0 auto;
}

.centered_box {
	display: table;
}
.centered_content {
	display: table-cell;
}
.centered_box,
.centered_content {
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.block {
	display: block;
}
/* END */

/* MODALS */
body.iosBugFixCaret.modal-open { 
	position: fixed; 
	width: 100%; 
}
.modal_window {
	display: none;
}
.fancybox-slide > div {
	background-color: transparent;
	padding: 0 20px;
}
.fancybox-close-small {
	display: none;
}
#close,
.close_window {
	background-color: transparent;
	position: absolute;
	cursor: pointer;
	font-size: 25px;
	opacity: 1;
	z-index: 5;
	right: 5px;
	border: 0;
	top: 5px;
}

.gauger_window {
	padding: 40px 20px 50px;
	background-color: #fff;
	position: relative;
}
.gauger_header {
	margin: 0 auto 23px;
	max-width: 1020px;
}
.gauger_header img {
	margin-right: 47px;
	float: left;
}
.gauger_header h3 {
	font-family: 'Myriad Pro Bold';
	text-transform: uppercase;
	padding: 74px 20px;
	font-size: 60px;
	margin: 0 auto;
	color: #c46a00;
}
.gauger_body {
	max-width: 1020px;
	margin: 0 auto;
}
.gauger_body p {
	font-family: 'Myriad Pro Regular';
	margin-bottom: 30px;
	padding-left: 40px;
	font-size: 28px;
	line-height: 1;
}

.gauger_form {
	padding-top: 17px;
	max-width: 720px;
	margin: 0 auto;
}
.gauger_form .form-group {
	padding: 0 10px;
}
.gauger_form .form-control {
	font-size: 18px;
	max-width: 320px;
	height: 55px;
}
.gauger_form .footnote {
	font-family: 'Myriad Pro Regular';
	text-transform: uppercase;
	text-align: center;
	line-height: 1.25;
	font-size: 13px;
	padding: 8px 0;
}
.gauger_form .gauger_link {
	border: 0;
	border-bottom: 6px solid #870000;
	margin: 20px auto 0;
	max-width: 468px;
	display: block;
	height: 76px;
	width: 100%;
}
.gauger_form .gauger_link span {
	line-height: 70px;
	font-size: 36px;
}
.gauger_form .gauger_link span img {
	margin: 0 30px 0 0;
}

.window_content {
	position: relative;
	background-color: #fff;
	padding: 50px 40px;
}
.window_header {
	text-align: center;
	margin: 0 auto 15px;
}
.window_header h3 {
	font-family: 'Myriad Pro Bold';
	text-transform: uppercase;
	font-size: 45px;
	color: #c46a00;
}
.window_header p {
	font-size: 24px;
}
.window_body .gauger_form .form-group {
	padding: 0;
}
.window_body .gauger_form .form-control {
	font-size: 18px;
	max-width: 400px;
	height: 55px;
}
.window_body .calculation_link {
	margin: 0 auto;
}


.calculation_window {
	padding: 74px 20px 40px;
	background-color: #fff;
	position: relative;
	width: 100%;
}
.calculation_header {
	margin: 0 auto 48px;
	max-width: 840px;
}
.calculation_header img {
	margin-right: 90px;
	float: left;
}
.calculation_header h3 {
	font-family: 'Myriad Pro Bold';
	text-transform: uppercase;
	padding: 52px 0;
	font-size: 60px;
	margin: 0 auto;
	color: #c46a00;
}
.calculation_body {
	max-width: 840px;
	margin: 0 auto;
}
.calculation_window .gauger_body p {
	text-align: center;
	padding-left: 0;
}
.calculation_window .gauger_form {
	padding-top: 30px;
}
.calculation_link {
	border: 0;
	border-bottom: 6px solid #b28f00;
	font-family: "OpenSansRegular";
	text-transform: uppercase;
	background-color: #ffcd00;
	margin: 30px auto 0;
	text-align: center;
	padding: 20px 10px;
	max-width: 400px;
	font-size: 30px;
	line-height: 1;
	display: block;
	width: 100%;
	color: #000;
}
.calculation_link:hover,
.calculation_link:focus {
	background-color: #ffdc4b;
	text-decoration: none;
	border-color: #d1a800;
	color: #040404;
}


.steps_window {
	background-color: #f0f0f0;
	padding: 35px 35px 30px;
	position: relative;
	min-height: 450px;
	width: 590px;
}
#block1 {
	overflow: hidden;
}
#block2,
#block3,
#block4,
#block5 {
	overflow: hidden;
	display: none;
}
.steps_form h3 {
	font-family: 'Myriad Pro Bold';
	text-transform: uppercase;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 30px;
	color: #c36906;
}
.question_answer {
	min-height: 390px;
}
.question_answer .form-group {
	padding-right: 10px;
	position: relative;
	margin-bottom: 5px;
}
.question_answer label {
  font-family: 'Myriad Pro Regular';
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 0;
	font-size: 16px;
	color: #000;
}
input[type="radio"],
input[type="checkbox"] {
  filter: alpha(opacity=0);
  position: absolute;
  height: 20px;
  width: 18px;
  opacity: 0;
  margin: 0;
  left: 0;
  top: 0;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
	background: url(../img/checkbox.png) left center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding-left: 25px;
}
input[type='radio']:checked + label,
input[type='checkbox']:checked + label {
	background: url(../img/checkbox2.png) left center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding-left: 25px;
}
.step_img {
	padding-right: 10px;
	margin-bottom: 30px;
	margin-left: 25px;
	max-width: 180px;
	overflow: hidden;
}
.step_btn_box {
	text-align: center;
	min-height: 44px;
}
.steps_btn {
	border: 0;
	border-bottom: 4px solid #c68f00;
	text-transform: uppercase;
	background-color: #ffcd00;
	padding: 11px 10px 9px;
	font-size: 20px;
	display: block;
	line-height: 1;
	color: #040404;
	margin: 0 auto;
	width: 180px;
}
.steps_btn:hover,
.steps_btn:focus {
	background-color: #ffdf5c;
	text-decoration: none;
	color: #040404;
}
#btnBlock1,
#btnBlock2,
#btnBlock3,
#btnBlock4 {
	display: none;
}

#block5 {
	padding: 70px 0;
}
.question_phone {
	margin: 0 auto 30px;
	max-width: 180px;
}

@media screen and (min-width: 1200px) {
	.fancybox-slide > div.gauger_modal {
		max-width: 1200px;
		min-width: 1130px;
		width: 100%;
	}
	.fancybox-slide > div.calculation_modal {
		max-width: 1200px;
		min-width: 1130px;
		width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.fancybox-slide > div.calculation_modal {
		max-width: 1200px;
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.gauger_header img {
		margin-right: 30px;
		width: 150px;
	}
	.gauger_header h3 {
		padding: 50px 20px;
		font-size: 45px;
	}
	.gauger_body p {
		margin-bottom: 20px;
		padding-left: 0;
		font-size: 24px;
	}
	.gauger_form .gauger_link {
		max-width: 400px;
		height: 66px;
	}
	.gauger_form .gauger_link span {
		line-height: 60px;
		font-size: 30px;
	}
	.gauger_form .gauger_link span img {
		margin: 0 30px 0 0;
		width: 55px;
	}

	.window_header h3 {
		font-size: 35px;
	}
	.window_header p {
		font-size: 20px;
	}

	.fancybox-slide > div.calculation_modal {
		max-width: 1200px;
		width: 100%;
	}
	.calculation_header {
		max-width: 550px;
	}
	.calculation_header img {
		margin-right: 40px;
		width: 90px;
	}
	.calculation_header h3 {
		padding: 52px 0;
		font-size: 40px;
	}
	.calculation_link {
		max-width: 360px;
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.gauger_header {
		text-align: center;
		margin-bottom: 0;
	}
	.gauger_header img {
		margin: 0 auto;
		width: 180px;
		float: none;
	}
	.gauger_header h3 {
		padding: 30px 0;
		font-size: 40px;
	}
	.gauger_body p {
		margin-bottom: 20px;
		text-align: center;
		font-size: 20px;
	}
	.gauger_form .gauger_link {
		margin-top: 10px;
		max-width: 320px;
		height: 61px;
	}
	.gauger_form .gauger_link span {
		line-height: 55px;
		font-size: 28px;
	}
	.gauger_form .gauger_link span img {
		margin: 0 20px 0 0;
		width: 50px;
	}
	.calculation_link {
		max-width: 320px;
		font-size: 24px;
		margin: 0 auto;
	}
	.steps_window {
		width: 300px;
	}
}
@media screen and (max-width: 519px) {
	.gauger_header h3 {
		padding: 20px 0;
		font-size: 30px;
	}
	.gauger_body p {
		margin-bottom: 20px;
		text-align: center;
		font-size: 16px;
	}
	.gauger_form .form-group {
		padding: 0;
	}
	.gauger_form .gauger_link span {
		line-height: 55px;
		font-size: 20px;
	}

	.window_content {
		padding: 30px 20px;
	}
	.window_header h3 {
		font-size: 28px;
	}
	.window_header p {
		font-size: 18px;
	}
	.window_body .gauger_form .form-control {
		max-width: 320px;
	}

	.calculation_header img {
		margin: 0 auto;
		width: 110px;
		float: none;
	}
	.calculation_header h3 {
		padding: 20px 0 0;
		text-align: center;
		font-size: 30px;
	}
	.calculation_link {
		font-size: 20px;
	}
	.steps_window {
		width: auto;
	}
}
/* MODALS END */

/* BUTTONS */
a, .btn, .anim {
	-webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
}
a:focus,
button:focus {
	outline: none!important;
}
/* BUTTONS END */

/* FORMS */
.form-group {
	margin-bottom: 18px;
}
.form-control {
	font-family: "OpenSansRegular";
	border-color: #8e8e8e;
	border-radius: 0;
	font-size: 12px;
	height: 38px;
}
/* FORMS END */

/* CAPTIONS */
.block_title {
	text-align: center;
	padding: 30px 0;
}
.block_title h2 {
	font-family: 'Myriad Pro Bold';
	text-transform: uppercase;
	font-size: 46px;
	line-height: 1;
	margin: 0 auto;
}
.block_title h2 span {
	display: block;
}
.block_title h2.orange {
	color: #dd7c1f;
}
.block_title h2.white {
	-webkit-text-shadow: 3px 4px 8px rgba(14, 22, 22, 0.75);
	-moz-text-shadow: 3px 4px 8px rgba(14, 22, 22, 0.75);
	text-shadow: 3px 4px 8px rgba(14, 22, 22, 0.75);
	color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.block_title h2 {
		font-size: 42px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.block_title h2 {
		font-size: 36px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	.block_title h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 519px) {
	.block_title h2 {
		font-size: 24px;
	}
}
/* CAPTIONS END */

/* HEADER */
#top_screen {
	background: url(../img/bg/top-screen-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#head {
	background: url(../img/bg/head-bg.png) center top no-repeat;
	padding-bottom: 9px;
	position: relative;
	z-index: 3;
}

.navbar-default {
	background-color: transparent;
	margin-bottom: 0px;
	border-radius: 0px;
	min-height: 40px;
	border: 0px;
}
.navigation {
	position: relative;
	max-width: 1170px;
	float: right;
	width: 100%;
}
.navbar-brand {
	padding: 4px 4px 0 0;
	height: 60px;
}
.navbar-brand img {
	width: 112px;
	height: 112px;
}
.nav {
	position: relative;
	z-index: 1;
}
.nav > li > a {
	padding: 21px 0 20px 6px;
}
.navbar-default .nav-pills a {
	font-family: 'Myriad Pro Semibold';
	text-transform: uppercase;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	border: 0px;
}
.navbar-default .nav-pills a span {
	padding-left: 6px;
	font-size: 18px;
	color: #ffcd00;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.navbar-default .nav-pills a:hover,
.navbar-default .nav-pills a:focus {
	background-color: transparent;
	color: #ffcd00;
}
.navbar-toggle {
  margin-top: 13.5px;
  margin-bottom: 8px;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #ffcd00;
  border-color: #888;
}
.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #888;
}

.head_contacts {
	position: absolute;
	text-align: center;
	padding: 6px 0 0;
	right: 15px;
	color: #fff;
	z-index: 3;
	top: 0;
}
.head_contacts p {
	font-family: 'Myriad Pro Light';
	white-space: nowrap;
	margin-bottom: 6px;
	line-height: 18px;
	font-size: 16px;
}
.head_contacts ul {
	display: inline-block;
	margin-bottom: 0;
}
.head_contacts ul li {
	float: left;
}
.phone_link {
	font-family: "OpenSansBold";
	padding-right: 10px;
	line-height: 24px;
	font-size: 24px;
	display: block;
	color: #fff;
}
.phone_link:hover,
.phone_link:focus {
	text-decoration: none;
	color: #ffcd00;
}
.phone_link img {
	margin-right: 10px;
	height: 23px;
	width: 23px;
}
.head_call {
	border-bottom: 2px solid #c68f00;
	text-transform: uppercase;
	background-color: #ffcd00;
	padding: 8px 5px 5px;
	display: block;
	line-height: 1;
	color: #040404;
	font-size: 9px;
	width: 118px;
	margin: 0 auto;
}
.head_call:hover,
.head_call:focus {
	background-color: #ffdf5c;
	text-decoration: none;
	color: #040404;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.head_contacts {
		right: 0;
	}
	.head_contacts p {
		font-size: 14px;
	}
	.phone_link {
		font-size: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1129px) {
	.nav > li > a {
		padding: 21px 0 20px 4px;
	}
	.navbar-default .nav-pills a {
		font-size: 14px;
	}
	.navbar-default .nav-pills a span {
		padding-left: 4px;
		font-size: 16px;
	}
}
@media (min-width: 992px) and (max-width: 1029px) {
	.navbar-default .nav-pills a {
		font-size: 13px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .nav-pills a {
		font-size: 14px;
	}
	.navbar-default .nav-pills a span {
		font-size: 16px;
	}
	.head_contacts {
		position: relative;
		float: right;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	#top_screen {
		padding-top: 60px;
	}
	#head {
		position: fixed;
		z-index: 1030;
		width: 100%;
		top: 0;
	}
	.navbar-brand {
		padding: 5px 0 0;
		width: 100px;
	}
	.navbar-collapse {
		background-color: #3c2f2a;
    -webkit-box-shadow: none;
    	 -moz-box-shadow: none;
    				box-shadow: none;
		position: absolute;
		max-width: 340px;
    border-top: 0;
		width: 100%;
		z-index: 3;
		right: 0;
	}
	.nav {
		padding: 10px 0;
		z-index: 3;
	}
	.nav-pills > li {
		text-align: right;
		float: none;
	}
	.nav > li > a {
		padding: 11px 15px 10px;
	}
	.navbar-default .nav-pills a span {
		display: none;
	}
	.head_contacts {
		right: 54px;
		z-index: 1;
	}
}
@media screen and (max-width: 599px) {
	.head_contacts {
		padding-top: 20px;
	}
	.head_contacts p {
		display: none;
	}
	.phone_link {
		font-size: 20px;
	}
}
@media screen and (max-width: 529px) {
	.head_contacts {
		padding-top: 3px;
	}
	.head_contacts ul li {
		margin-bottom: 5px;
		float: none;
		width: 100%;
	}
	.phone_link {
		padding-right: 0;
	}
	.head_call {
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width: 479px) {
	.navbar-brand {
		padding: 5px 0 0;
		width: 80px;
	}
	.navbar-brand img {
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 359px) {
	.phone_link {
		font-size: 18px;
	}
}

/* HEADER END */

/* PROMO */
#promo {
	position: relative;
	padding-top: 46px;
	min-height: 780px;
}

.promo_order {
	margin: 0 0 0 auto;
	min-height: 232px;
	max-width: 1214px;
}
.production_time {
	padding: 0 10px;
}

.call_gauger {
	margin: 0 0 0 auto;
	padding-top: 20px;
	max-width: 266px;
}
.gauger_link {
	border-bottom: 4px solid #870000;
	background-color: #cf0a0a;
	position: relative;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
	height: 56px;
}
.gauger_link span {
	font-family: 'Myriad Pro Condensed Bold';
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	position: relative;
	line-height: 32px;
	font-size: 20px;
	color: #fff;
	z-index: 5;
}
.gauger_link span img {
	margin: 1px 5px 1px 0;
}
.gauger_link:after {
	background: rgba(255,109,109,1);
  background: -moz-linear-gradient(top, rgba(255,109,109,1) 0%, rgba(207,10,10,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,109,109,1)), color-stop(100%, rgba(207,10,10,1)));
  background: -webkit-linear-gradient(top, rgba(255,109,109,1) 0%, rgba(207,10,10,1) 100%);
  background: -o-linear-gradient(top, rgba(255,109,109,1) 0%, rgba(207,10,10,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,109,109,1) 0%, rgba(207,10,10,1) 100%);
  background: linear-gradient(to bottom, rgba(255,109,109,1) 0%, rgba(207,10,10,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d6d', endColorstr='#cf0a0a', GradientType=0 );
  -webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.gauger_link:hover:after,
.gauger_link:focus:after {
	opacity: 0;
}
.call_gauger p {
	font-family: 'Myriad Pro Regular';
	text-align: center;
	line-height: 1.18;
	margin-bottom: 0;
	font-size: 13px;
	padding: 4px 0;
	color: #fff;
}

.promo_title {
	max-width: 1000px;
	margin: 0 auto;
}
.promo_title h1 {
	font-family: 'Myriad Pro Condensed Bold';
	text-transform: uppercase;
	max-width: 600px;
	margin: 0 0 14px;
	font-size: 28px;
	line-height: 1;
	color: #461301;
}
.promo_title ul {
	background-color: rgba(0, 0, 0, 0.52);
	padding: 20px 10px 20px 18px;
	display: inline-block;
	max-width: 350px;
}
.promo_title ul li {
	-webkit-text-shadow: 1px 1px 4.68px rgba(14, 22, 22, 0.75); 
	-moz-text-shadow: 1px 1px 4.68px rgba(14, 22, 22, 0.75); 
	text-shadow: 1px 1px 4.68px rgba(14, 22, 22, 0.75); 
	font-family: "OpenSansBold";
	text-transform: uppercase;
	letter-spacing: -0.01em;
	white-space: nowrap;
	margin-bottom: 20px;
	position: relative;
	padding-left: 60px;
	line-height: 1.125;
	text-align: left;
	font-size: 16px;
	height: 50px;
	color: #fff;
}
.promo_title ul li img {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
}
.promo_title ul li:last-child {
	margin-bottom: 0;
}

.promo_line {
	background-color: rgba(255, 255, 255, 0.52);
	position: absolute;
	height: 33px;
	bottom: 0;
	right: 0;
	left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	#promo {
		padding-top: 0px;
	}
	.promo_order {
		min-height: 245px;
	}
}
@media screen and (max-width: 767px) {
	#top_screen {
		background: url(../img/bg/top-screen-bg-xs.jpg) right top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.call_gauger {
		margin: 5px auto 20px;
	}
	.promo_title {
		text-align: center;
	}
	.promo_title h1 {
		background-color: rgba(0, 0, 0, 0.4);
		padding: 10px;
		margin: 0 auto 14px;
		color: #fff;
	}
}
@media screen and (max-width: 479px) {
	.promo_order {
		min-height: 227px;
	}
	.promo_title ul li {
		font-size: 15px;
	}
}
@media screen and (max-width: 369px) {
	#top_screen {
		background: url(../img/bg/top-screen-bg.jpg) center 60px no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.promo_title ul li {
		white-space: normal;
		font-size: 14px;
	}
}
/* PROMO END */





/* ABOUT US */
#about_us {
	background: url(../img/bg/about-us-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 68px;
}

.about_us_text {
	max-width: 1000px;
	margin: 0 auto;
}
.about_box {
	font-family: 'Myriad Pro Regular';
	padding: 5px 10px 25px 80px;
	text-transform: uppercase;
	position: relative;
	line-height: 1.05;
	min-height: 110px;
	max-width: 500px;
	font-size: 19px;
	margin: 0 auto;
}
.about_box img {
	position: absolute;
	height: 50px;
	width: 50px;
	left: 10px;
	top: 0;
}
.about_box span {
	font-family: 'Myriad Pro Bold';
	display: block;
}
.about_box strong {
	font-family: 'Myriad Pro Bold';
}

@media (min-width: 768px) and (max-width: 991px) {
	.about_box {
		min-height: 100px;
		font-size: 16px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	.about_box {
		min-height: 85px;
	}
}
@media screen and (max-width: 519px) {
	.about_box {
		min-height: 100px;
		font-size: 16px;
	}
}
/* ABOUT US END */





/* BED LOFT */
#bed_loft {
	background: url(../img/bg/loft-bed-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 20px 0 190px;
	position: relative;
	overflow: hidden;
}
.bed_loft_wood {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		 -o-transform: translateX(-50%);
  				transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 0;
}

.bed_loft_content {
	max-width: 1124px;
	margin: 0 auto;
}
.bed_box_bg {
	-webkit-text-shadow: 1px 1px 1px rgba(14, 22, 22, 0.41);
	-moz-text-shadow: 1px 1px 1px rgba(14, 22, 22, 0.41);
	text-shadow: 1px 1px 1px rgba(14, 22, 22, 0.41);
	text-align: center;
	max-width: 350px;
	padding: 0 10px;
	margin: 0 auto;
	color: #fff;
}
.bed_box_bg h3 {
	font-family: 'Myriad Pro Bold';
	text-transform: uppercase;
	padding: 21px 0 10px;
	line-height: 21px;
	font-size: 19px;
	margin: 0 auto;
}
.bed_box_bg h3.dop_pad,
.bed_box_bg h3.dop_pad2 {
	padding: 42px 0 10px;
}
.bed_img_box {
	-webkit-box-shadow: 3px 5px 5.52px 0.48px rgba(14, 22, 22, 0.52);
	-moz-box-shadow: 3px 5px 5.52px 0.48px rgba(14, 22, 22, 0.52);
	box-shadow: 3px 5px 5.52px 0.48px rgba(14, 22, 22, 0.52);
	position: relative;
	overflow: hidden;
	max-width: 320px;
	margin: 0 auto;
}
.border-img {
	position: relative;
	z-index: 3;
}
.bed_img {
	position: absolute;
	z-index: 1;
	bottom: 18px;
	right: 18px;
	left: 18px;
	top: 18px;
}
.bed_about {
	background-color: rgba(0, 0, 0, 0.46);
	font-family: 'Myriad Pro Semibold';
	letter-spacing: -0.01em;
	line-height: 21px;
	max-width: 320px;
	padding: 15px 0;
	font-size: 20px;
	margin: 0 auto;
}

.calc_box {
	padding: 65px 10px 0;
	max-width: 330px;
	margin: 0 auto;
}
.calc_box .calc_box_link {
	border-bottom: 5px solid #b28f00;
	font-family: "OpenSansRegular";
	text-transform: uppercase;
	background-color: #ffcd00;
	margin: 15px auto 0;
	text-align: center;
	padding: 17px 10px;
	max-width: 310px;
	font-size: 23px;
	line-height: 1;
	display: block;
	color: #000;
}
.calc_box .calc_box_link:hover,
.calc_box .calc_box_link:focus {
	background-color: #ffdc4b;
	text-decoration: none;
	border-color: #d1a800;
	color: #040404;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bed_box_bg h3 {
		font-size: 17px;
	}
	.bed_about {
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#bed_loft {
		background: url(../img/bg/loft-bed-bg-sm.jpg) center top repeat;
	}
	.bed_box_bg h3.dop_pad2 {
		padding: 21px 0 10px;
	}
}
@media screen and (max-width: 767px) {
	#bed_loft {
		background: url(../img/bg/loft-bed-bg-xs.jpg) center top repeat;
	}
	.bed_box_bg h3.dop_pad,
	.bed_box_bg h3.dop_pad2 {
		padding: 21px 0 10px;
	}
}
@media screen and (max-width: 519px) {
	.bed_box_bg h3 {
		font-size: 17px;
	}
	.bed_about {
		font-size: 18px;
	}
}
/* BED LOFT END */





/* CATALOG */
#catalog {
	background: url(../img/bg/about-us-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.cat_form_box {
	padding: 30px 10px 20px;
	position: relative;
	text-align: right;
	max-width: 530px;
	margin: 0 auto;
	z-index: 3;
}
.catalog_img {
	margin-right: -140px;
	position: absolute;
	right: 100%;
	top: 80px;
}
.cat_form_box h2 {
	font-family: 'Myriad Pro Bold';
	text-transform: uppercase;
	margin: 0 auto 17px;
	line-height: 0.88;
	font-size: 44px;
	color: #db7100;
}
.cat_form_box p {
	font-family: "OpenSansBold";
	text-transform: uppercase;
	margin-bottom: 13px;
	line-height: 1.3;
	font-size: 17px;
	color: #333333;
}

.cat_form_box .form_box {
	margin: 0 0 0 auto;
	max-width: 220px;
}
.cat_form_box .form_box .footnote {
	text-transform: uppercase;
	margin: -15px 0 0 -10px;
	white-space: nowrap;
	font-size: 8px;
	line-height: 1;
	padding: 5px 0;
}
.form_btn {
	border: 0;
	border-bottom: 4px solid #b28f00;
	font-family: "OpenSansRegular";
	text-transform: uppercase;
	background-color: #ffcd00;
	padding: 11px 5px 9px;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	display: block;
	width: 100%;
	color: #000;
}
.form_btn:hover,
.form_btn:focus {
	background-color: #ffdc4b;
	text-decoration: none;
	border-color: #d1a800;
	color: #040404;
}
.sp-form,
.sp-form[sp-id="94890"] {
	padding: 0!important;
	border: 0!important;
	width: 100%!important;
}
.sp-link-wrapper.sp-brandname__left {
	display: none!important;
}

.right_img {
	position: relative;
	min-height: 431px;
	z-index: 1;
}
.right_img img {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		 -o-transform: translateX(-50%);
  				transform: translateX(-50%);
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 50%;
}
.right_img_bg {
	-webkit-transform: skew(21deg);
		 -moz-transform: skew(21deg);
  		-ms-transform: skew(21deg);
  		 -o-transform: skew(21deg);
  				transform: skew(21deg);
	background-color: #fff;
	margin-right: -120px;
	position: absolute;
	width: 1000%;
	z-index: 1;
	bottom: 0;
	right: 0;
	top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.cat_form_box h2 {
		font-size: 40px;
	}
	.cat_form_box p {
		font-size: 15px;
	}
	.catalog_img {
		max-width: 280px;
		top: 120px;
	}
	.right_img_bg {
		margin-right: -80px;
	}
}
@media screen and (max-width: 991px) {
	.catalog_img {
		margin: 20px auto;
		position: relative;
		right: auto;
		top: 0;
	}
	.cat_form_box {
		text-align: center;
	}
	.cat_form_box .form_box {
		margin: 0 auto;
	}
	.right_img {
		min-height: 131px;
	}
	.right_img img {
		-webkit-transform: none;
			 -moz-transform: none;
	  		-ms-transform: none;
	  		 -o-transform: none;
	  				transform: none;
		position: relative;
		z-index: 3;
		bottom: 0;
		left: auto;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	.cat_form_box h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 519px) {
	.cat_form_box h2 {
		font-size: 24px;
	}
	.cat_form_box p {
		font-size: 15px;
	}
}
/* CATALOG END */





/* BUNK BED */
#bunk_bed {
	background: url(../img/bg/bunk-bed-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 52px;
}

.bunk_bed_content {
	max-width: 1035px;
	margin: 0 auto;
}
.bunk_bed_box {
	-webkit-text-shadow: 1px 1px 1px rgba(14, 22, 22, 0.41);
	-moz-text-shadow: 1px 1px 1px rgba(14, 22, 22, 0.41);
	text-shadow: 1px 1px 1px rgba(14, 22, 22, 0.41);
	text-align: center;
	max-width: 350px;
	padding: 0 10px;
	margin: 0 auto;
	color: #fff;
}
.bunk_bed_box h3 {
	font-family: 'Myriad Pro Bold';
	text-transform: uppercase;
	line-height: 20px;
	font-size: 19px;
	margin: 0 auto;
	height: 40px;
}
.bunk_bed_img {
	-webkit-box-shadow: 3px 5px 5.52px 0.48px rgba(14, 22, 22, 0.52);
	-moz-box-shadow: 3px 5px 5.52px 0.48px rgba(14, 22, 22, 0.52);
	box-shadow: 3px 5px 5.52px 0.48px rgba(14, 22, 22, 0.52);
	position: relative;
	overflow: hidden;
	max-width: 320px;
	margin: 0 auto;
}
.bunk_bed_about {
	background-color: rgba(0, 0, 0, 0.46);
	font-family: 'Myriad Pro Semibold';
	letter-spacing: -0.01em;
	line-height: 21px;
	max-width: 320px;
	padding: 15px 0;
	font-size: 20px;
	margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bunk_bed_box h3 {
		font-size: 17px;
	}
	.bunk_bed_about {
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#bunk_bed {
		background: url(../img/bg/bunk-bed-bg-sm.jpg) center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
}
@media screen and (max-width: 767px) {
	#bunk_bed {
		background: url(../img/bg/bunk-bed-bg-xs.jpg) center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.bunk_bed_box h3 {
		height: auto;
		padding: 10px 0;
	}
}
@media screen and (max-width: 519px) {
	.bunk_bed_box h3 {
		font-size: 17px;
	}
	.bunk_bed_about {
		font-size: 18px;
	}
}
/* BUNK BED END */





/* GARANT */
#garant {
	background: url(../img/bg/about-us-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding-top: 22px;
}

.garant_line {
	background-color: rgba(255, 255, 255, 0.54);
	position: absolute;
	height: 24px;
	z-index: 3;
	bottom: 0;
	right: 0;
	left: 0;
}

.garant_content {
	margin: 35px 0 0 auto;
	position: relative;
	max-width: 960px;
	padding: 0 60px;
}

.garant_content .girl_img {
	position: absolute;
	margin-top: -65px;
	right: 100%;
	top: 0;
}

.garant_list {
	text-align: right;
	margin-bottom: 0;
}
.garant_list h3 {
	font-family: 'Myriad Pro Bold';
	text-transform: uppercase;
	margin: 0 auto 17px;
	line-height: 1.1;
	font-size: 35px;
	color: #636363;
}
.garant_list p {
	font-family: 'Myriad Pro Light';
	line-height: 1.05;
	font-size: 19px;
}
.garant_list li {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 100%;
}
.garant_list li:nth-child(1) {
	padding: 10px 0 25px 240px;
	min-height: 235px;
	max-width: 680px;
}
.garant_list li:nth-child(1) img {
	position: absolute;
	left: 0;
	top: 0;
}
.garant_list li:nth-child(2) {
	padding: 0 160px 25px 0;
	min-height: 240px;
	max-width: 570px;
}
.garant_list li:nth-child(2) img {
	position: absolute;
	margin-top: -65px;
	right: 0;
	top: 0;
}
.garant_list li:nth-child(3) {
	padding: 0 0 25px 180px;
	min-height: 170px;
	max-width: 840px;
}
.garant_list li:nth-child(3) img {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1199px) {
	.garant_content {
		max-width: 840px;
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.garant_content {
		margin: 35px auto 0;
		max-width: 840px;
		padding: 0;
	}
	.garant_list h3 {
		font-size: 30px;
	}
	.garant_list p {
		font-size: 17px;
	}
	.garant_list li:nth-child(2) img {
		margin-top: -80px;
	}
}
@media screen and (max-width: 767px) {
	.garant_list li {
		text-align: center;
	}
	.garant_list li:nth-child(1),
	.garant_list li:nth-child(2),
	.garant_list li:nth-child(3) {
		padding: 0 0 25px;
		min-height: 100px;
		max-width: 100%;
	}
	.garant_list li:nth-child(1) img,
	.garant_list li:nth-child(2) img,
	.garant_list li:nth-child(3) img {
		position: relative;
		margin: 0 auto 15px;
		bottom: auto;
		right: auto
		left: auto;
		top: 0;
	}
	.garant_list h3 {
		font-size: 30px;
	}
	.garant_list h3 span.block {
		display: inline;
	}
}
@media screen and (max-width: 519px) {
	.garant_list h3 {
		font-size: 26px;
	}
	.garant_list p span.block {
		display: inline;
	}
}
/* GARANT END */





/* REVIEWS */
#reviews {
	-webkit-box-shadow: 0px 0px 45.05px 7.95px rgba(14, 22, 22, 0.75) inset;
	-moz-box-shadow: 0px 0px 45.05px 7.95px rgba(14, 22, 22, 0.75) inset;
	box-shadow: 0px 0px 45.05px 7.95px rgba(14, 22, 22, 0.75) inset;
	background: url(../img/bg/wood-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.rev_content {
	position: relative;
}
.rev_content .block_title {
	position: absolute;
	text-align: left;
	width: 62.5%;
	z-index: 3;
	right: 0;
	top: 0;
}

#rev_gen_sld {
	
}
.img_item {
	min-height: 500px;
	padding: 35px 0;
	width: 29.5%;
	float: left;
}
.rev_title {
	-webkit-text-shadow: 2px 3px 8px rgba(14, 22, 22, 0.75);
	-moz-text-shadow: 2px 3px 8px rgba(14, 22, 22, 0.75);
	text-shadow: 2px 3px 8px rgba(14, 22, 22, 0.75);
	font-family: 'Myriad Pro Bold';
	padding: 6px 20px 6px 85px;
	position: relative;
	max-width: 340px;
	font-size: 29px;
	height: 85px;
	color: #fff;
	z-index: 5;
}
.rev_title .centered_box,
.rev_title .centered_content {
	vertical-align: bottom;
}
.rev_ava {
	-webkit-box-shadow: 3px 5px 7.52px 0.48px rgba(14, 22, 22, 0.75);
	-moz-box-shadow: 3px 5px 7.52px 0.48px rgba(14, 22, 22, 0.75);
	box-shadow: 3px 5px 7.52px 0.48px rgba(14, 22, 22, 0.75);
	border: 4px solid #fff;
	border-radius: 50%;
	position: absolute;
	overflow: hidden;
	height: 84px;
	width: 84px;
	top: 55px;
	left: 0;
}
.rev_ava img {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		 -o-transform: translateX(-50%);
  				transform: translateX(-50%);
  position: relative;
	height: 100%;
	width: auto;
	left: 50%;
}
.rev_about_img {
	position: relative;
	max-width: 340px;
	padding: 0 20px;
}
.rev_about_img .arrow-prev,
.rev_about_img .arrow-next {
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		 -o-transform: translateY(-50%);
  				transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid transparent;
	position: absolute;
	height: 23px;
	width: 23px;
	padding: 0;
	z-index: 3;
	top: 50%;
}
.rev_about_img .arrow-prev {
	left: 30px;
}
.rev_about_img .arrow-next {
	right: 30px;
}
.rev_about_img .arrow-prev img,
.rev_about_img .arrow-next img {
	margin: -10.5px 0 0 -10.5px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.rev_about_img .slick-dots {
  padding: 5px 0 7px;
  bottom: -36px;
  width: auto;
  right: 0;
  left: 0;
}
.rev_about_img .slick-dots li {
  margin: 4px 10px;
  height: 18px;
  width: 18px;
}
.rev_about_img .slick-dots li button {
  height: 18px;
  width: 18px;
  padding: 0;
}
.rev_about_img .slick-dots li button:before {
	-webkit-box-shadow: 2px 3px 1px 0px rgba(14, 22, 22, 0.75);
	-moz-box-shadow: 2px 3px 1px 0px rgba(14, 22, 22, 0.75);
	box-shadow: 2px 3px 1px 0px rgba(14, 22, 22, 0.75);
	background-color: #fff;
	border-radius: 50%;
  height: 18px;
  width: 18px;
  content: '';
  opacity: 1;
}
.rev_about_img .slick-dots li.slick-active button:before {
	background-color: #454545;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  opacity: 1;
}
.rev_about_item {
	border: 4px solid #fff;
	display: inline-block;
	border-radius: 4px;
}
.rev_about_item.not_border {
	padding-top: 165px;
	border: 0;
}


.rev_item {
	background-color: rgba(0, 0, 0, 0.33);
	padding: 120px 35px 80px 35px;
	position: relative;
	min-height: 670px;
	width: 70.5%;
	float: left;
}
.rev_questions li {
	-webkit-text-shadow: 1px 2px 5.46px rgba(14, 22, 22, 0.93); 
	-moz-text-shadow: 1px 2px 5.46px rgba(14, 22, 22, 0.93); 
	text-shadow: 1px 2px 5.46px rgba(14, 22, 22, 0.93);
	margin-bottom: 20px;
	color: #fff;
}
.rev_questions li h3 {
	font-family: 'Myriad Pro Bold';
	line-height: 1.36;
	font-size: 22px;
	margin: 0 auto;
}
.rev_questions li p {
	font-family: 'Myriad Pro Regular';
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1;
}


#rev_gen_sld_nav {
	padding: 20px 230px;
	position: absolute;
	width: 70.5%;
	bottom: 0;
	right: 0;
}
#rev_gen_sld_nav .arrow-prev,
#rev_gen_sld_nav .arrow-next {
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		 -o-transform: translateY(-50%);
  				transform: translateY(-50%);
  background-color: transparent;
  font-family: 'Myriad Pro Bold';
  text-transform: uppercase;
  white-space: nowrap;
	position: absolute;
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	width: auto;
	padding: 0;
	z-index: 3;
  border: 0;
	top: 50%;
	color: #fff;
}
#rev_gen_sld_nav .arrow-prev {
	padding-right: 13px;
	padding-left: 25px;
	left: 0;
}
#rev_gen_sld_nav .arrow-prev span {
	opacity: 0.36;
	float: left;
}
#rev_gen_sld_nav .arrow-prev img {
	margin-left: 13px;
	margin-top: 2px;
	opacity: 0.36;
	float: left;
}
#rev_gen_sld_nav .arrow-next {
	padding-right: 25px;
	padding-left: 13px;
	right: 0;
}
#rev_gen_sld_nav .arrow-next span {
	opacity: 0.36;
	float: left;
}
#rev_gen_sld_nav .arrow-next img {
	margin-right: 13px;
	margin-top: 2px;
	opacity: 0.36;
	float: left;
}
#rev_gen_sld_nav .arrow-prev:hover span,
#rev_gen_sld_nav .arrow-prev:focus span,
#rev_gen_sld_nav .arrow-next:hover span,
#rev_gen_sld_nav .arrow-next:focus span {
	opacity: 0.26;
}
.gen_nav_item {
	padding: 7px 3px;
}
.circle	{
	-webkit-box-shadow: 4px 7px 1px 0px rgba(14, 22, 22, 0.75); 
	-moz-box-shadow: 4px 7px 1px 0px rgba(14, 22, 22, 0.75); 
	box-shadow: 4px 7px 1px 0px rgba(14, 22, 22, 0.75);
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 auto;
	height: 26px;
	width: 26px;
}
#rev_gen_sld_nav .slick-slide.slick-current.slick-active .circle {
	background-color: #676767;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;
}
.slick-slide {
	outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.rev_title {
		font-size: 22px;
	}
	.rev_questions li h3 {
		font-size: 20px;
	}
	.rev_questions li p {
		font-size: 20px;
	}
	#rev_gen_sld_nav {
		padding: 20px 220px;
	}
	.gen_nav_item {
		padding: 10px 3px;
	}
	.circle	{
		height: 20px;
		width: 20px;
	}
}
@media screen and (max-width: 991px) {
	.rev_content {
		background-color: rgba(0, 0, 0, 0.33);
	}
	.rev_content .block_title {
		position: relative;
		text-align: center;
		width: 100%;
	}
	.img_item {
		min-height: 200px;
		max-width: 340px;
		padding-top: 0;
		margin: 0 auto;
		width: 100%;
		float: none;
	}
	.rev_about_item.not_border {
		padding-top: 0;
	}
	.rev_item {
		background-color: transparent;
		min-height: 200px;
		padding: 0 50px;
		width: 100%;
		float: none;
	}
	#rev_gen_sld_nav {
		position: relative;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.rev_title {
		font-size: 22px;
	}
	.rev_questions li h3 {
		font-size: 20px;
	}
	.rev_questions li p {
		font-size: 20px;
	}
	#rev_gen_sld_nav {
		padding: 20px 40px;
		max-width: 550px;
		margin: 0 auto;
	}
	#rev_gen_sld_nav .arrow-prev {
		padding-left: 10px;
	}
	#rev_gen_sld_nav .arrow-next {
		padding-right: 10px;
	}
	#rev_gen_sld_nav .arrow-prev span,
	#rev_gen_sld_nav .arrow-next span {
		display: none;
	}
	#rev_gen_sld_nav .arrow-prev img,
	#rev_gen_sld_nav .arrow-next img {
		margin: 0 auto;
	}
}
@media screen and (max-width: 519px) {
	.rev_title {
		font-size: 20px;
	}
	.rev_questions li h3 {
		font-size: 18px;
	}
	.rev_questions li p {
		font-size: 18px;
	}
	.rev_item {
		padding: 0 20px;
	}
	.gen_nav_item {
		padding: 10px 3px;
	}
	.circle	{
		height: 20px;
		width: 20px;
	}
}
/* REVIEWS END */





/* SHEME */
#sheme {
	background: url(../img/bg/about-us-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#sheme .block_title {
	padding-bottom: 0;
}
.sheme_list {
	max-width: 840px;
	margin: 0 auto;
}
.sheme_list li {
	padding: 13px 10px 30px;
	text-align: center;
	position: relative;
	float: left;
	width: 25%;
}
.sheme_list li .sheme_icon {
	width: 100px;
	height: 100px;
}
.sheme_list li p {
	font-family: 'Myriad Pro Regular';
	text-transform: uppercase;
	margin: 6px auto 0;
	font-size: 17px;
	line-height: 1;
	color: #453701;
}
.sheme_list li a {
	color: #453701;
}
.sheme_list li .sheme_arrow {
	position: absolute;
	margin-left: -32px;
	left: 100%;
	top: 37px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.sheme_list li p {
		font-size: 15px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	.sheme_list {
		max-width: 500px;
	}
	.sheme_list li {
		width: 50%;
	}
	.sheme_list li:nth-child(3) {
		clear: left;
	}
}
@media screen and (max-width: 519px) {
	.sheme_list li {
		float: none;
		width: 100%;
	}
	.sheme_list li .sheme_arrow {
		display: none;
	}
}
/* SHEME END */





/* FAQ */
#faq {
	-webkit-box-shadow: 0px 0px 45.05px 7.95px rgba(14, 22, 22, 0.75) inset;
	-moz-box-shadow: 0px 0px 45.05px 7.95px rgba(14, 22, 22, 0.75) inset;
	box-shadow: 0px 0px 45.05px 7.95px rgba(14, 22, 22, 0.75) inset;
	background: url(../img/bg/wood-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.faq_content {
	background-color: rgba(0, 0, 0, 0.33);
	position: relative;
	margin: 0 0 0 auto;
	min-height: 660px;
	max-width: 890px;
	width: 70.5%;
}

.faq_content .block_title {
	padding-left: 60px;
	padding-bottom: 0;
	text-align: left;
}

.questions_img {
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		 -o-transform: translateY(-50%);
  				transform: translateY(-50%);
  margin-right: 40px;
	position: absolute;
	right: 100%;
	top: 50%;
}

#accordion {
	padding: 10px 10px 15px 15px;
}
.panel {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0;
  color: #fff;
  border: 0;
}
.panel+.panel {
  margin-top: 8px;
}
.faq_title {
	-webkit-text-shadow: 2px 3px 5.58px rgba(14, 22, 22, 0.75); 
	-moz-text-shadow: 2px 3px 5.58px rgba(14, 22, 22, 0.75); 
	text-shadow: 2px 3px 5.58px rgba(14, 22, 22, 0.75); 
	font-family: 'Myriad Pro Bold';
	position: relative;
	padding-left: 43px;
	line-height: 23px;
  font-size: 20px;
}
.faq_title a {
	text-decoration: none;
	min-height: 23px;
	display: block;
	color: #fff;
}
.faq_title a.collapsed {
	min-height: 46px;
}
.faq_title a span {
	font-family: 'Myriad Pro Condensed Bold';
	background-color: #934c00;
	-webkit-text-shadow: none; 
	-moz-text-shadow: none; 
	text-shadow: none;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	padding-top: 4px;
	font-size: 16px;
	line-height: 1;
	display: block;
	height: 23px;
	width: 23px;
	left: 0;
	top: 0;
}
.faq_title a.collapsed span {
	background-color: #515151;
}
.panel-collapse {
	padding: 7px 0 4px 43px;
}
.faq_text {
	font-family: 'Myriad Pro Condensed';
	background-color: #db7100;
	display: inline-block;
	font-size: 19px;
	line-height: 1;
	padding: 10px;
	color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.faq_content {
		margin-left: 28%;
		max-width: 900px;
		width: 72%;
	}
	.questions_img {
		margin-right: 20px;
		width: 240px;
	}
	.faq_title {
	  font-size: 18px;
	}
	.faq_text {
		font-size: 17px;
	}
}
@media screen and (max-width: 991px) {
	.faq_content {
		padding-top: 30px;
		width: 100%;
	}
	.faq_content .block_title {
		text-align: center;
		padding-left: 0;
	}
	.questions_img {
		-webkit-transform: none;
			 -moz-transform: none;
	  		-ms-transform: none;
	  		 -o-transform: none;
	  				transform: none;
	  margin-right: auto;
		position: relative;
		max-width: 50%;
		right: auto;
		top: 0;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	.faq_title {
	  font-size: 18px;
	}
	.faq_text {
		font-size: 17px;
	}
}
@media screen and (max-width: 519px) {
	.faq_title {
	  font-size: 16px;
	}
	.faq_text {
		font-size: 15px;
	}
}
/* FAQ END */





/* CONTACTS */
#contacts {
	background: url(../img/bg/contacts-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 10px;
}

.contacts_content {
	padding-left: 320px;
	padding-right: 25px;
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.contacts_box {
	position: absolute;
	padding-top: 30px;
	left: 10px;
	top: 0;
}
.contacts_list {
	display: inline-block;
	margin-bottom: 40px;
}
.contacts_list li {
	line-height: 1.364;
	text-align: left;
	font-size: 22px;
	color: #504f4f;
}
.metro-icon {
	margin-right: 10px;
	float: left;
	height: 30px;
	width: 30px;
}
.contacts_list li a,
.contacts_list li a:hover,
.contacts_list li a:focus {
	color: #504f4f;
}
.contacts_list li:nth-child(1) {
	font-family: 'Myriad Pro Bold';
}
.contacts_list li:nth-child(2) {
	font-family: 'Myriad Pro Condensed Bold';
	margin: 10px 0 15px;
}
.contacts_list li:nth-child(3),
.contacts_list li:nth-child(4) {
	font-family: 'Myriad Pro Regular';
}


#map {
	-webkit-box-shadow: 1px 1px 10px 0px rgba(14, 22, 22, 0.75) inset; 
	-moz-box-shadow: 1px 1px 10px 0px rgba(14, 22, 22, 0.75) inset; 
	box-shadow: 1px 1px 10px 0px rgba(14, 22, 22, 0.75) inset;
	height: 564px;
}

#contacts_sld {
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
}
.item_bg {
	padding: 12px 14px 18px 6px;
	text-align: center;
}
.sld_item {
	-webkit-box-shadow: 10px 14px 6px 0px rgba(14, 22, 22, 0.75);
	-moz-box-shadow: 10px 14px 6px 0px rgba(14, 22, 22, 0.75);
	box-shadow: 10px 14px 6px 0px rgba(14, 22, 22, 0.75);
	display: inline-block;
	border: 5px solid #fff;
	border-radius: 5px;
}
#contacts_sld .arrow-prev,
#contacts_sld .arrow-next {
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		 -o-transform: translateY(-50%);
  				transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid transparent;
	position: absolute;
	height: 20px;
	width: 20px;
	top: 50%;
}
#contacts_sld .arrow-prev img,
#contacts_sld .arrow-next img {
	margin: -9px 0 0 -9px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#contacts_sld .arrow-prev {
	left: 0;
}
#contacts_sld .arrow-next {
	right: 0;
}

@media screen and (max-width: 991px) {
	.contacts_content {
		padding-right: 0;
		padding-left: 0;
	}
	.contacts_box {
		position: relative;
		text-align: center;
	}
}
@media screen and (max-width: 519px) {
	.contacts_list li {
		font-size: 18px;
	}
}
/* CONTACTS END */





/* FOOTER */
#footer {
	-webkit-box-shadow: 1px 1px 14.94px 3.06px rgba(14, 22, 22, 0.75) inset;
	-moz-box-shadow: 1px 1px 14.94px 3.06px rgba(14, 22, 22, 0.75) inset;
	box-shadow: 1px 1px 14.94px 3.06px rgba(14, 22, 22, 0.75) inset;
	background: url(../img/bg/footer-bg.jpg) center repeat;
	color: #fff;
}
#footer .container-fluid {
	max-width: 1170px;
}

.logo_footer {
	padding: 25px;
}
.logo_footer img {
	width: 160px;
}

#footer h2 {
	font-family: 'Myriad Pro Semibold';
	text-transform: uppercase;
	margin: 0 auto 18px;
	text-align: center;
	padding-top: 20px;
	font-size: 27px;
	line-height: 1;
}

#footer .form_box {
	max-width: 220px;
	margin: 0 auto;
}
.footnote {
	font-family: 'Myriad Pro Regular';
	text-transform: uppercase;
	padding: 6px 0 11px;
	text-align: center;
	font-size: 14px;
	line-height: 1;
}

.footer_contacts_box {
	position: relative;
	height: 190px;
}
.footer_contacts {
	white-space: nowrap;
	position: absolute;
	text-align: right;
	margin-bottom: 0;
	bottom: 0;
	right: 0;
}
.footer_contacts .phone_link {
	font-family: 'Myriad Pro Bold';
	display: inline-block;
	line-height: 32px;
	font-size: 32px;
}
.footer_contacts .phone_link img {
  margin-top: 5px;
  width: 23px;
}
.footer_contacts li:last-child {
	font-family: 'Myriad Pro Bold';
	line-height: 1.149;
	font-size: 27px;
}
.footer_contacts a {
	text-decoration: none;
	color: #fff;
}
.footer_contacts a:hover,
.footer_contacts a:focus {
	text-decoration: none;
	color: #ffcd00;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#footer h2 {
		font-size: 24px;
	}
	.footer_contacts .phone_link {
		font-size: 28px;
	}
	.footer_contacts li:last-child {
		font-size: 24px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.logo_footer {
		padding: 25px 10px;
	}
	.footer_contacts_box {
		position: relative;
		text-align: center;
		height: auto;
	}
	.footer_contacts {
		position: relative;
		text-align: center;
		margin: 30px auto;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		text-align: center;
	}
	.logo_footer {
		display: inline-block;
	}
	.footer_contacts_box {
		position: relative;
		text-align: center;
		height: auto;
	}
	.footer_contacts {
		position: relative;
		text-align: center;
		margin: 30px auto;
	}
	#footer h2 {
		font-size: 24px;
	}
	.footer_contacts .phone_link {
		font-size: 28px;
	}
	.footer_contacts li:last-child {
		font-size: 24px;
	}
}
@media screen and (max-width: 519px) {
	#footer h2 {
		font-size: 18px;
	}
	.footer_contacts .phone_link {
		font-size: 22px;
	}
	.footer_contacts li:last-child {
		font-size: 18px;
	}
}
/* FOOTER END */





/* BACK BUTTON */
.cd-top {
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
		 -moz-transition: opacity .3s 0s, visibility 0s .3s;
					transition: opacity .3s 0s, visibility 0s .3s;
	background: rgba(255, 255, 255, 0.8);
	border: 3px solid #000;
	display: inline-block;
	border-radius: 50%;
	visibility: hidden;
	overflow: hidden;
	position: fixed;
	height: 40px;
	width: 40px;
	z-index: 99;
	bottom: 5px;
	right: 5px;
	opacity: 0;
}
.cd-top.cd-is-visible, 
.cd-top.cd-fade-out, 
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
		 -moz-transition: opacity .3s 0s, visibility 0s 0s;
					transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #fff;
	opacity: 1;
}

@media screen and (min-width: 1200px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (min-width: 520px) and (max-width: 767px) {
	
}
@media screen and (max-width: 519px) {
	
}
/* BACK BUTTON END */