/*
Theme Name: MKS Facade
Theme URI: http://mks-facade.com/
Author: Goncharuk Oleg
Author URI: http://yellowduck.com.ua/
Description: Основа
Version: 0.1
*/
@font-face {
	font-family: 'calibri';
	src: url('fonts/calibri.eot');
	src: url('fonts/calibri.eot') format('embedded-opentype'),
	url('fonts/calibri.woff2') format('woff2'),
	url('fonts/calibri.woff') format('woff'),
	url('fonts/calibri.ttf') format('truetype'),
	url('fonts/calibri.svg#calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'calibri';
	src: url('fonts/calibribold.eot');
	src: url('fonts/calibribold.eot') format('embedded-opentype'),
	url('fonts/calibribold.woff2') format('woff2'),
	url('fonts/calibribold.woff') format('woff'),
	url('fonts/calibribold.ttf') format('truetype'),
	url('fonts/calibribold.svg#calibribold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'calibri';
	src: url('fonts/calibriitalic.eot');
	src: url('fonts/calibriitalic.eot') format('embedded-opentype'),
	url('fonts/calibriitalic.woff2') format('woff2'),
	url('fonts/calibriitalic.woff') format('woff'),
	url('fonts/calibriitalic.ttf') format('truetype'),
	url('fonts/calibriitalic.svg#calibriitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'fontello';
	src: url('fonts/fontello.eot?25291732');
	src: url('fonts/fontello.eot?25291732#iefix') format('embedded-opentype'),
	url('fonts/fontello.woff?25291732') format('woff'),
	url('fonts/fontello.ttf?25291732') format('truetype'),
	url('fonts/fontello.svg?25291732#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
a {
    color: #016682;
    outline: none;
    transition: all 300ms;
}
a, a:focus, a:hover, a:active, a:visited {
	text-decoration: none;
	outline: none;
}
.popup_menu_btn {
	display: none;
}
.list-inline{
	margin: 0;
}
.list-inline>li {
	padding:0;
}
#outer_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}

ul {
    list-style: none;
    position: relative;
}
input{
	width: 357px;
	height: 45px;
	background-color: #f8f8f8;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: #505050;
	font-size: 20px;
	border:none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: top;
	padding-left:17px;
}
.btn_green{
	background: rgb(110,210,75); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(110,210,75,1) 16%, rgba(66,169,30,1) 59%, rgba(110,210,75,1) 93%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(110,210,75,1) 16%,rgba(66,169,30,1) 59%,rgba(110,210,75,1) 93%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(110,210,75,1) 16%,rgba(66,169,30,1) 59%,rgba(110,210,75,1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ed24b', endColorstr='#6ed24b',GradientType=1 ); /* IE6-9 */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
	border: none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 17px;
	line-height: 27px;
	text-transform: uppercase;
	padding: 5px 20px;
}

.send_message .btn_green{
	width:100%;
}

.btn_green:hover{
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 0 15px rgba(255, 255, 190, 0.35);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 0 15px rgba(255, 255, 190, 0.35);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 0 15px rgba(255, 255, 190, 0.35);
	color:#ffffff;
}


.block_title{
	color: #f09000;
	font-size: 25px;
	font-weight: 400;
	line-height: 31px;
	text-transform: uppercase;
	margin-top: 0;
}
.block_title span{
	border-bottom:1px solid #c7c7c7;
	padding-bottom:7px;
}
.block_title.white_block{
	color: white;
}
/*mobile_menu*/
#mobile_menu {
	position: absolute;
	top: 0px;
	left: -80%;
	width: 80%;
	height: 100%;
	background-color: #f4f4f4;
	-webkit-transition: transform 600ms ease 0s;
	-moz-transition: transform 600ms ease 0s;
	-ms-transition: transform 600ms ease 0s;
	-o-transition: transform 600ms ease 0s;
	transition: transform 600ms ease 0s;
	display:none;
}
.mobile_menu_open #mobile_menu {
	-webkit-transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px);
}
.mobile_close {
	padding: 11px 0px 9px;
	text-align: center;
	background-color: #016684;
	color: #fff;
	font-size: 16px;
	box-shadow: inset -3px 0px 17px 0px rgba(0, 0, 0, 0.15);
}
#mobile_menu li a {
	display: block;
	border-top: 1px solid white;
	border-bottom: 1px solid #e8e8e8;
	line-height: 21px;
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	color: #282828;
	padding: 14px 13px;
}
#mobile_menu li a:hover, #mobile_menu li.current-menu-item a {
	color: #016684;
	text-decoration: none;
	background-color: #fafafa;
}
#inner_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	-webkit-transition: transform 600ms ease 0s;
	-moz-transition: transform 600ms ease 0s;
	-ms-transition: transform 600ms ease 0s;
	-o-transition: transform 600ms ease 0s;
	transition: transform 600ms ease 0s;
}
.mobile_menu_open #inner_wrap {
	-webkit-transform: translate3d(80%, 0px, 0px);
	-moz-transform: translate3d(80%, 0px, 0px);
	-ms-transform: translate3d(80%, 0px, 0px);
	-o-transform: translate3d(80%, 0px, 0px);
	transform: translate3d(80%, 0px, 0px);
}
.content_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}
/*header*/
#header{
	font-family: 'Ubuntu Condensed';
	padding: 11px 0 5px 0;
	border-bottom:3px solid #ff9813;
}
.header_logo img{
	max-width:100%;
}
.site_navigate{
	margin-top:20px;
}
.site_navigate ul{
	padding-left: 0;
	list-style: none;
	margin:0;
}
.site_navigate ul li {
	display: inline;
	padding:0 15px;
	border-right:1px solid #bebebe;
}
.site_navigate ul li:first-child{
	padding-left:0;
}
.site_navigate ul li:last-child{
	border:none;
}
.site_navigate ul li a{
	color: #414141;
	font-size: 17px;
	line-height: 39px;
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
	border-bottom:2px solid transparent;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.site_navigate ul li a:hover{
	border-bottom:2px solid #ff9813;
}

.site_lang>div button {
	color: #1d7fc3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	padding-left: 7px;
	display: block;
	background: none;
	border: 0;
}

.header_phone p{
	font-size: 20px;
	line-height: 24px;
	color: #5c5c5c;
	margin-bottom: 6px;
}
.header_phone p span{
	color: #1d7fc3;
}
.site_lang{
	margin-top:3px;
}
.site_lang .current_lang{
	position: relative;
	width: 66px !important;
	height: 26px;
	background-color: white;
	border-radius: 1px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
}
.site_lang>div button{
	color: #1d7fc3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	padding-left:7px;
	display: block;
	background:none;
	border:0;
}
.site_lang>div a{
	color: #1d7fc3;
	font-family: Roboto;
	font-size: 14px;
	line-height: 26px;
	padding-left:7px;
	display: block;
}
.icon_angle_up{
	position: absolute;
	width: 25px;
	height: 26px;
	background: #008db6;
	background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#008db6), color-stop(0.09, #008db6), to(#007294));
	background-image: -webkit-linear-gradient(180deg, #008db6 0%, #008db6 9%, #007294 100%);
	background-image: -moz-linear-gradient(180deg, #008db6 0%, #008db6 9%, #007294 100%);
	background-image: -o-linear-gradient(180deg, #008db6 0%, #008db6 9%, #007294 100%);
	background-image: linear-gradient(180deg, #008db6 0%, #008db6 9%, #007294 100%);
	top:0;
	right:0;
	color:white;
	font-family: 'fontello';
	text-align:center;
	cursor:pointer;
	border-radius:0 2px 2px 0;
	font-size: 20px;
	line-height: 26px;
}
.another_language{
	position: absolute;
	top: 100%;
	left: 0;
	display:none;
	width: 66px;
	background-color: #f4f4f4;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	min-width: auto;
	padding: 2px 0;
	margin: 0;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.15);
}
.open .another_language {
	display: block;
}
/*header_img*/
#header_img{
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	height: 81vh;
	position: relative;
	padding-top:120px;
	padding-bottom:300px;
}
.header_title_block{
	background-color: rgba(0,0,0,.4);
	max-width: 730px;
	padding:25px 66px;
	margin:0 auto;
}
.know_all{
	width: 158px;
	height: 26px;
	display:inline-block;
	color: #016684;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
	background-color:white;
	position: absolute;
	bottom:55px;
	left:50%;
	margin-left:-79px;
	text-align:center;
	display:none;
}
.site_title{
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.46;
	margin: 0;
}
.go_down:hover + .know_all {
	display:block;
}
.go_down{
	position: absolute;
	bottom:-35px;
	left:50%;
	margin-left:-39px;
	z-index:100;
}
.go_down span{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 77px;
	height: 77px;
	border: 6px solid rgba(255, 255, 255, 0.8);
	display:block;
}
.go_down a{
	width: 65px;
	height: 65px;
	background: rgb(110,210,75);
	background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#6ed24b), color-stop(0.09, #6ed24b), to(#42a91e));
	background-image: -webkit-linear-gradient(180deg, #6ed24b 0%, #6ed24b 9%, #42a91e 100%);
	background-image: -moz-linear-gradient(180deg, #6ed24b 0%, #6ed24b 9%, #42a91e 100%);
	background-image: -o-linear-gradient(180deg, #6ed24b 0%, #6ed24b 9%, #42a91e 100%);
	background-image: linear-gradient(180deg, #6ed24b 0%, #6ed24b 9%, #42a91e 100%);
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display:block;
	line-height: 72px;
}
.go_down a:hover{
	-webkit-box-shadow: inset 0 0 9px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: inset 0 0 9px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 0 9px rgba(255, 255, 255, 0.75);
}
/** {*/
	/*margin: 0;*/
	/*padding: 0;*/
/*}*/
/*html {*/
	/*height: 100%;*/
	/*min-height:100%;*/
/*}*/
/*body {*/
	/*font-family: 'PT Sans Narrow', sans-serif;*/
	/*font-size: 18px;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*min-height:100%;*/
/*}*/
/*a {*/
	/*color: #016682;*/
	/*outline: none;*/
	/*transition: all 300ms;*/
/*}*/
/*button {*/
	/*transition: all 300ms;*/
/*}*/
/*ul {*/
	/*list-style: none;*/
	/*position: relative;*/
/*}*/
/*!**/
/*h1,h2,h3,h4,h5 {*/
	/*font-weight:700;*/
/*}*!*/
/*!* header *!*/
/*#header {*/
	/*padding: 10px 0 25px;*/
	/*background-image: url(images/header_bg1.jpg);*/
	/*background-position: 50% 0;*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
/*}*/
/*.logo_top {*/
	/*margin-right: 10px;*/
	/*text-align: right;*/
/*}*/
/*.top_phone_block {*/
	/*font-size: 18px;*/
	/*position: relative;*/
	/*margin-top: 15px;*/
/*}*/
/*.top_phone_block p {*/
	/*position: relative;*/
/*}*/
/*.top_phone_block p:before {*/
	/*position: absolute;*/
	/*background-image: url(images/phone_icon.jpg);*/
	/*background-position: 50% 0;*/
	/*background-repeat: no-repeat;*/
	/*content: "";*/
	/*top: 5px;*/
	/*left: -30px;*/
	/*width: 20px;*/
	/*height: 20px;*/
/*}*/
/*#header .page_title {*/
	/*margin: 40px 0 40px 180px;*/
	/*font-size: 43px;*/
	/*color: #016682;*/
/*}*/
/*#header .page_title span {*/
	/*background-color: #fff;*/
	/*line-height: 60px;*/
	/*padding: 0 15px;*/
/*}*/
/*#header .top_menu {*/
	/*height: 70px;*/
	/*background: #fdfcff;*/
	/*background: -moz-linear-gradient(top, #fdfcff 7%, #e4e8f1 33%, #cfd9e3 39%, #d2dbe2 50%, #d9e2e9 75%, #d9e2e9 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #fdfcff), color-stop(33%, #e4e8f1), color-stop(39%, #cfd9e3), color-stop(50%, #d2dbe2), color-stop(75%, #d9e2e9), color-stop(100%, #d9e2e9));*/
	/*background: -webkit-linear-gradient(top, #fdfcff 7%, #e4e8f1 33%, #cfd9e3 39%, #d2dbe2 50%, #d9e2e9 75%, #d9e2e9 100%);*/
	/*background: -o-linear-gradient(top, #fdfcff 7%, #e4e8f1 33%, #cfd9e3 39%, #d2dbe2 50%, #d9e2e9 75%, #d9e2e9 100%);*/
	/*background: -ms-linear-gradient(top, #fdfcff 7%, #e4e8f1 33%, #cfd9e3 39%, #d2dbe2 50%, #d9e2e9 75%, #d9e2e9 100%);*/
	/*background: linear-gradient(to bottom, #fdfcff 7%, #e4e8f1 33%, #cfd9e3 39%, #d2dbe2 50%, #d9e2e9 75%, #d9e2e9 100%);*/
	/*opacity: 0.9;*/
	/*-webkit-border-radius: 10px;*/
	/*-moz-border-radius: 10px;*/
	/*border-radius: 10px;*/
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);*/
	/*-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);*/
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, .4);*/
/*}*/
/*.popup_menu_btn {*/
	/*display: none;*/
/*}*/
/*#header .top_menu a {*/
	/*color: #000;*/
	/*font-size: 18px;*/
	/*text-transform: uppercase;*/
/*}*/
/*#header .top_menu .current-menu-item a {*/
	/*pointer-events:none;*/
	/*text-decoration:underline;*/
/*}*/
/*#header .top_menu ul {*/
	/*text-align: justify;*/
	/*width: 100%;*/
	/*margin: 0;*/
	/*font-size: 0;*/
	/*line-height: 0;*/
	/*padding: 27px 25px 0;*/
/*}*/
/*#header .top_menu ul:after {*/
	/*content: "";*/
	/*display: inline-block;*/
	/*width: 100%;*/
	/*height: 0;*/
	/*visibility: hidden;*/
	/*overflow: hidden;*/
/*}*/
/*#header .top_menu ul li {*/
	/*font-size: 18px;*/
	/*line-height: 1;*/
	/*padding: 0;*/
/*}*/
/*#header .top_menu ul a {*/
	/*display: block;*/
/*}*/
/*#header .top_menu ul .current_menu a {*/
	/*text-decoration: underline;*/
	/*pointer-events: none;*/
/*}*/
/* page_content */
#page_content {
	padding: 10px 0 30px;
	border-bottom: 3px solid #f5c281;
}
.slider {
	max-width: 600px;
	margin: 0 auto;
	padding: 15px;
	background-color: #fff;
	position: relative;
	margin-bottom: 70px;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.slider:before {
	content: "";
	position: absolute;
	z-index: -2;
	top: 50%;
	bottom: 0px;
	left: 10px;
	right: 10px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}
.slider:after {
	position: absolute;
	background-image: url(images/slider_ribbon.png);
	background-repeat: no-repeat;
	content: "";
	top: -3px;
	left: -3px;
	width: 112px;
	height: 112px;
	z-index: 10;
}
.slider ul li span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(71,106,126,.6);
	color: #fff;
	line-height: 50px;
	padding-left: 20px;
}
.slider ul li {
	position: relative;
	font-size: 18px;
	border: 0;
}
.slider .jcarousel~a {
	position: absolute;
	background-image: url(images/slider_arrows.png);
	background-repeat: no-repeat;
	content: "";
	top: 50%;
	margin-top: -22px;
	width: 24px;
	height: 43px;
}
.slider .jcarousel-prev {
	background-position: 0 0;
	left: -24px;
}
.slider .jcarousel-next {
	background-position: 100% 0;
	right: -24px;
}
.jcarousel-pagination a {
	background: #878787;
}
.jcarousel-pagination a.active {
	background: #c94c00;
}
.content {
	margin-bottom: 60px;
}
.content h1 {
	padding: 20px 0px 20px 0px;
	font-size: 26px;
	color: #ff9900;
}
.content h2 {
	padding: 20px 0px 15px 0px;
	font-size: 22px;
	color: #016682;
}
.content h3 {
	padding: 20px 0px 15px 0px;
	font-size: 20px;
	color: #ff9900;
}
.content a {
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content img {
	margin: 10px;
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}
.content ul,
.content ol {
	margin-left: 30px;
}
.content ul li {
	position: relative;
}
.content ul li:before {
	position: absolute;
	content: "";
	top: 12px;
	left: -15px;
	width: 4px;
	height: 4px;
	background-color: #F86D16;
}
.alignright {
	float: right;
	margin-right: 30px;
}
.alignright:after {
	clear: both;
	content: "";
	display: table;
}
.alignleft {
	float: left;
	margin-left: 30px;
}
.alignleft:after {
	clear: both;
}
.aligncenter {
	text-align: center;
}
.aligncenter img {
	margin: 10px auto;
}
.gallery-size-thumbnail {
	vertical-align: top;
}
.gallery-size-thumbnail .yd-gallery-item  {
	display:inline-block;
	margin: 15px;
}
.gallery-size-thumbnail img {
	margin: 0 auto 15px;
}
.gallery-size-200_150 {
	width: 200px;
	min-height: 230px;
	text-align: center;
	display: inline-block;
	margin: 15px;
	background: #e4e4e4;
	border-radius: 10px;
	overflow: hidden;
	font-size:16px;
}
.wp-caption.alignnone {
	margin:15px;
	display: inline-block;
	vertical-align: top;
	width: 200px!important;
}
.wp-caption.alignnone img {
	margin:0 auto 15px;
	display: block;
}
.wp-caption-text {
	text-align:center;
	font-size: 16px;
}
.gallery-size-200_150 img {
	margin: 0 auto 15px;
	border-radius: 0;
}
.consultation_form {
	border: 1px solid #ff9900;
}
.consultation_form form {
	background-color: #ff9900;
	padding: 20px 30px;
}
.consultation_form form p {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 25px;
}
.consultation_form form input,
.page_osteklenenie_form input {
	display: inline-block;
	width: 220px;
	padding-left: 10px;
	height: 33px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: inherit;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	margin-right: 15px;
}
.consultation_form .call_us {
	padding: 15px 30px;
}
.consultation_form .call_us p {
	text-align: center;
	margin-bottom: 0;
}
.consultation_form .call_us p span {
	font-size: 24px;
}
.sidebar {
	max-width: 280px;
	margin: 30px auto;
}
.widget_nav_menu {
	max-width: 270px;
}
.popup_side_menu_btn {
	display: none;
}
.widget_nav_menu ul.menu > li {
	margin-bottom: 30px;
}
.widget_nav_menu ul.menu > li > a {
	font-size: 20px;
	border-bottom: #ff9900 1px solid;
	margin-bottom: 10px;
	display: block;
	color: #ff9900;
}
.widget_nav_menu ul.menu > li > a:hover {
	color: #016682;
	text-decoration: none;
}
.widget_nav_menu ul.menu > li li a {
	text-decoration: underline;
}
.widget_nav_menu ul.menu > li li a:hover {
	text-decoration: none;
	margin-left: 5px;
}
.widget_nav_menu ul.menu ul {
	margin-left: 40px;
}
.widget_nav_menu ul.menu > li li {
	position: relative;
	margin-bottom: 7px;
}
.widget_nav_menu ul.menu > li li:before {
	position: absolute;
	content: "";
	top: 12px;
	left: -15px;
	width: 4px;
	height: 4px;
	background-color: #F86D16;
}
.widget_nav_menu ul.menu .current-menu-item > a {
	pointer-events:none;
	margin-left: 5px;
	text-decoration: none;
}
.sidebar .send_message_title {
	color: #ff9900;
}
.sidebar form {
	background-color: #ff9900;
	padding: 20px 13px;
	color: #fff;
	max-width: 270px;
}
.sidebar form input {
	display: block;
	width: 100%;
	height: 35px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: inherit;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	padding-left: 15px;
	color: #000;
}
.sidebar form textarea {
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	width: 100%;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	color: #000;
}

/* footer */
#footer {
	background-color: #bfbfbf;
	padding: 13px 0 7px;
	font-family: 'Ubuntu Condensed';
}
#footer .logo_footer {
	margin-bottom: 20px;
}
#footer .footer_contacts {
	margin-left: 40px;
}
#footer .footer_contacts ul {
	text-align: center;
}
#footer .footer_contacts ul li {
	vertical-align: top;
	width: 32%;
	margin-bottom: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
}

#footer p {
	color: white;
	font-size: 21px;
	line-height: 25px;
	text-transform: uppercase;
}


#footer .footer_contacts ul li:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-radius: 3px;
}
#footer .footer_contacts ul li.footer_address:before {
	background-image: url(images/adress_icon.jpg);
}
#footer .footer_contacts ul li.footer_phones:before {
	background-image: url(images/phone_icon.jpg);
}
#footer .footer_contacts ul li.footer_fax:before {
	background-image: url(images/fax_icon.jpg);
}
#footer .footer_contacts ul li.footer_map:before {
	background-image: url(images/map_icon.jpg);
}
#footer .footer_contacts ul li.footer_mail:before {
	background-image: url(images/email_icon.jpg);
}
#footer .footer_contacts ul li.footer_syte:before {
	background-image: url(images/web_icon.jpg);
}
.jcarousel-wrapper {
	margin: 20px auto;
	position: relative;
	border: 10px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}
/** Carousel **/

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.jcarousel ul {
	width: 2000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	width: 200px;
	float: left;
	border: 1px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.jcarousel img {
	display: block;
	max-width: 100%;
	height: auto !important;
}
/** Carousel Controls **/

.jcarousel-control-prev, .jcarousel-control-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 4px #F0EFE7;
	-moz-box-shadow: 0 0 4px #F0EFE7;
	box-shadow: 0 0 4px #F0EFE7;
}
.jcarousel-control-prev {
	left: 15px;
}
.jcarousel-control-next {
	right: 15px;
}
/** Carousel Pagination **/

.jcarousel-pagination {
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin: 0;
}
.jcarousel-pagination a {
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	height: 10px;
	width: 10px;
	line-height: 10px;
	background: #fff;
	color: #4E443C;
	border-radius: 10px;
	text-indent: -9999px;
	margin-right: 7px;
	-webkit-box-shadow: 0 0 2px #4E443C;
	-moz-box-shadow: 0 0 2px #4E443C;
	box-shadow: 0 0 2px #4E443C;
}
.jcarousel-pagination a.active {
	background: #4E443C;
	color: #fff;
	opacity: 1;
	-webkit-box-shadow: 0 0 2px #F0EFE7;
	-moz-box-shadow: 0 0 2px #F0EFE7;
	box-shadow: 0 0 2px #F0EFE7;
}

/* LP Скління фасадів */
.header_slide_osteklenenie {
	min-height:305px;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:30px;
	padding:60px 40px 20px;
	color:#fff;
}
.header_slide_osteklenenie h1 {
	font-weight:bold;
	font-size:35px;
	line-height:40px;
	text-shadow:2px 2px 14px rgba(0,0,0,0.7);
}
.header_slide_osteklenenie .description_page {
	margin-bottom:20px;
}
.header_slide_osteklenenie p {
	font-size:17px;
	line-height:21px;
	text-shadow:2px 2px 14px rgba(0,0,0,0.7);
}
#type_build > div {
	font-size:15px;
	line-height:16px;
	color:#484848;
	margin-bottom:15px;
	transition:all ease-in-out 200ms;
	top:0px;
}
#type_build > div:hover {
	top:-5px;
	transition:all ease-in-out 200ms;
}
#type_build > div > span {
	display:block;
	width:64px;
	height:58px;
	margin-bottom:10px;
}
#type_build > div > span.type_build_a {
	background:url(images/type_build_a.png) top center no-repeat;
}
#type_build > div > span.type_build_b {
	background:url(images/type_build_b.png) top center no-repeat;
}
#type_build > div > span.type_build_c {
	background:url(images/type_build_c.png) top center no-repeat;
}
#type_build > div > span.type_build_d {
	background:url(images/type_build_d.png) top center no-repeat;
}
#type_build > div > span.type_build_e {
	background:url(images/type_build_e.png) top center no-repeat;
}
#type_build > div > span.type_build_f {
	background:url(images/type_build_f.png) top center no-repeat;
}
#type_build > div > span.type_build_g {
	background:url(images/type_build_f.png) top center no-repeat;
}
.type_build_left {
	font-size:18px;
	line-height:24px;
	color:#484848;
	margin-bottom:15px;
}
.type_build_left > div {
	top:0px;
	transition:all ease-in-out 300ms;
	-webkit-transition:all ease-in-out 300ms;
	margin-bottom:15px;
}
.type_build_left > div:hover {
	top:-5px;
	transition:all ease-in-out 300ms;
	-webkit-transition:all ease-in-out 300ms;
}
.type_build_left > div > span {
	display:block;
	width:64px;
	height:58px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.type_build_left > div > strong {
	padding-top:5px;
	font-weight:normal;
	display: inline-block;
	text-align:center;
}
.type_build_left .aline > strong,
.type_build_left > div.type_build_h > strong,
.type_build_left > div.type_build_i > strong,
.type_build_left > div.type_build_k > strong,
.type_build_left > div.type_build_l > strong,
.type_build_left > div.type_build_m > strong {
	padding-top:16px;
}
.type_build_left > div.type_build_a > span,
.type_build_bottom > div.type_build_a > span {
	background:url(images/type_build_a.png) top center no-repeat;
}
.type_build_left > div.type_build_b > span,
.type_build_bottom > div.type_build_b > span {
	background:url(images/type_build_b.png) top center no-repeat;
}
.type_build_left > div.type_build_c > span,
.type_build_bottom > div.type_build_c > span {
	background:url(images/type_build_c.png) top center no-repeat;
}
.type_build_left > div.type_build_d > span,
.type_build_bottom > div.type_build_d > span {
	background:url(images/type_build_d.png) top center no-repeat;
}
.type_build_left > div.type_build_e > span,
.type_build_bottom > div.type_build_e > span {
	background:url(images/type_build_e.png) top center no-repeat;
}
.type_build_left > div.type_build_f > span,
.type_build_bottom > div.type_build_f > span {
	background:url(images/type_build_f.png) top center no-repeat;
}
.type_build_left > div.type_build_g > span,
.type_build_bottom > div.type_build_g > span {
	background:url(images/type_build_g.png) top center no-repeat;
}
.type_build_left > div.type_build_h > span,
.type_build_bottom > div.type_build_h > span {
	background:url(images/type_build_h.png) top center no-repeat;
}
.type_build_left > div.type_build_i > span,
.type_build_bottom > div.type_build_i > span {
	background:url(images/type_build_i.png) top center no-repeat;
}
.type_build_left > div.type_build_k > span,
.type_build_bottom > div.type_build_k > span {
	background:url(images/type_build_k.png) top center no-repeat;
}
.type_build_left > div.type_build_l > span,
.type_build_bottom > div.type_build_l > span {
	background:url(images/type_build_l.png) top center no-repeat;
}
.type_build_left > div.type_build_m > span,
.type_build_bottom > div.type_build_m > span {
	background:url(images/type_build_m.png) top center no-repeat;
}
.type_build_bottom div {
	text-align:center;
}
.type_build_bottom div > span {
	display:block;
	clear:both;
	margin: 5px auto;
}
.type_build_bottom div > strong {
	font-weight:normal;
}

/* gamma_color_img_big */
.gamma_color_img_big img {
	margin:0px 0px 15px;
	border-radius:0px;
}
.content .gamma_color {
	font-size:0px;
	margin:0px;
}
.gamma_color_img.gamma_color_comp li {
	background:url(images/img_color_b.jpg) no-repeat;
}
.gamma_color_img.gamma_color_lam li {
	background:url(images/img_color_c.jpg) no-repeat;
}
.gamma_color_img.gamma_color_fab li {
	background:url(images/img_color_d.jpg) no-repeat;
}
.gamma_color_img li {
	width:65px;
	height:65px;
	display:inline-block;
	list-style:none;
	background:url(images/img_color_a.jpg) no-repeat;
	transition:all 300ms ease-in-out;
	margin:5px;
	cursor:pointer;
}
.gamma_color_img li:before {
	display:none;
}
.gamma_color_img li:hover,
.gamma_color_img li.active {
	transform:scale(0.9);
}
/* content_orange */
.content_orange {
	padding:25px;
	background:#fdf4e7;
	margin-bottom:40px;
}
.content_orange h1 {
	font-size:30px;
	line-height:34px;
}
.content_orange h2 {
	font-size:27px;
	line-height:32px;
}
.content_orange h3 {
	font-size:25px;
	line-height:30px;
}
.content_orange h3,
.content_orange h2,
.content_orange h1 {
	color:#ff9900;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}
.content_orange ol {
	list-style: none;
	margin:0px;
	counter-reset: point;
}
.content_orange ol li {
	margin-bottom: 10px;
	padding-left: 55px;
	min-height:45px;
	vertical-align:middle;
	position: relative;
}
.content_orange ol li:before {
	content: counter(point);
	counter-increment: point 1;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 5px;
	background: #ff9900;
	width: 40px;
	height:40px;
	line-height:40px;
	padding:0px;
	color: #fff;
	text-align: center;
}
.content h3.title_blue {
	color:#006684;
	font-size:25px;
	line-height:30px;
}
.content h4.title_blue {
	color:#006684;
	font-size:18px;
	line-height:24px;
	font-weight:700;
}
h3.title_black {
	color:#464646;
	font-size:25px;
	line-height:30px;
}
#list_osteklenenie {
	margin:0px;
	padding:0px;
	margin-bottom:60px;
}
#list_osteklenenie > div {
	list-style:none;
	margin:0px;
	padding:0px;
}
#list_osteklenenie > div img {
	margin:0px;
	margin-right:15px;
	padding:0px;
}
.block_right h3 {
	color:#006684;
	margin-top:0px;
	margin-bottom:10px;
	font-size:20px;
	padding:0px;
	font-weight:normal;
}
.block_right p {
	font-size:16px;
	line-height:20px;
	margin-bottom:5px;
}
.btn_block {
	min-height:50px;
	display:block;
	padding:5px 0px 0px;
}
.btn_block a,
.img_landing a {
	vertical-align:middle;
	display:inline-block;
	padding:10px 20px;
	line-height:20px;
	font-size:20px;
	text-decoration:none;
	margin-right:15px;
	margin-bottom:5px;
	font-weight:bold;
}
.block_right p.btn_block {
	margin-bottom:0px;
}
#list_osteklenenie hr {
	border-top:1px solid #cdcdcd;
	border-bottom:0px;
}
#list_osteklenenie .row:last-child hr {
	display:none;
}
.block_catalog {
	background: #fdf4e7;
	padding:40px;
	position:relative;
	margin-bottom:40px;
}
.block_catalog:after {
	content:"";
	position:absolute;
	top:-35px;
	right:-115px;
	background:url(images/catalogs.png) top left no-repeat;
	width:468px;
	height:253px;
}
.block_catalog h3 {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	color: #464646;
	font-size: 25px;
	line-height: 30px;
}
.block_catalog p {
	line-height:38px;
	position:relative;
	padding-left:43px;
	vertical-align:bottom;
}
.block_catalog p:before {
	content:"";
	display:block;
	width:33px;
	height:33px;
	background:url(images/pdf.png) top left no-repeat;
	position:absolute;
	top:6px;
	left:0px;
}
.block_catalog a {
	vertical-align:middle;
	display:inline-block;
	padding:10px 25px;
	line-height:20px;
	font-size:20px;
	text-decoration:none;
	margin-left:5px;
	font-weight:bold;
}

.btn_gray {
	border-radius:25px;
	border:1px solid #dadada;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
}
.btn_gray:hover,
.btn_gray:active,
.btn_gray:focus {
	color:#ff9900;
}
.btn_gray_video {
	position:relative;
	padding-left:40px !important;
	color:#484848;
	margin-right:5px !important;
}
.btn_gray_video:hover {
	color:#d2252a;
}
.btn_gray_video:before {
	content:"";
	position:absolute;
	top:7px;
	left:10px;
	background:url(images/video_icon.png) top left no-repeat;
	width:26px;
	height:24px;
}

/* SLIDER IN PAGE */
#page_osteklenenie .slider img {
	margin: 0px;
	border-radius: 0px;
}
#page_osteklenenie .slider.elite_estate, #page_osteklenenie .slider.bussiness_centers {
	width: 55%;
	max-width: 55%;
	height: 310px;
}
#page_osteklenenie .slider li:before {
	display:none;
}
#page_osteklenenie .slider ul li {
	height:330px;
}
#page_osteklenenie .jcarousel-pagination {
	display:none;
}
#page_osteklenenie .slider:after {
	display:none;
}
#result_slider {
	margin-bottom:5px;
	font-size:16px;
	line-height:16px;
	margin-bottom:40px;
}
#result_slider #slider_rezultat {
	color:#006684;
	font-size:20px;
	line-height:20px;
}
#result_slider #slider_rezultat strong {
	color:#016682;
	font-weight:700;
	font-size:24px;
	line-height:24px;
}
/* page_osteklenenie_form */
.page_osteklenenie_form {
	position:relative;
	margin-bottom:50px;
}
.page_osteklenenie_form:after {
	content:"";
	position:absolute;
	bottom:-50px;
	right:-120px;
	background:url(images/heads.jpg) top left no-repeat;
	width:429px;
	height:242px;
	display:block;
	z-index:2;
}
.page_osteklenenie_form h3 {
	color:#ff9900;
	font-size:25px;
	line-height:30px;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	position:relative;
	z-index:3;
}
.page_osteklenenie_form > div {
	background:#ff9900;
	padding:30px 30px 15px;
	position:relative;
	z-index:3;
}

/* modal */
.modal_osteklenenie_small .modal-sm {
	width:450px;
}
.modal_osteklenenie_small .modal-header {
	text-align:center;
}
.modal_osteklenenie_small .modal-header h4 {
	font-weight:bold;
	font-size:25px;
	line-height:30px;
}
.modal_osteklenenie_small .modal-content {
	overflow:hidden;
	border:0px;
}
.modal_osteklenenie_small .modal-body {
	background:#ff9900;
	text-align:center;
}
.modal_osteklenenie_small .modal-body input {
	width: 220px;
	padding-left: 10px;
	height: 33px;
	border: 1px solid #cccccc;
}
.modal-backdrop {
	background:rgb(255,255,255);
}
/* modal_osteklenenie */
.modal_osteklenenie .modal-header {
	border:0px;
	padding-top:30px;
	padding-left:30px;
}
.modal_osteklenenie .modal-header h4 {
	font-size:25px;
	line-height:30px;
	color:#006684;
}
#list_osteklenenie .modal_osteklenenie .modal-body .block_images_modal img {
	margin:0px;
	margin-bottom:10px;
}
.modal_osteklenenie .modal-body .block_images_modal {
	text-align:center;
}
.modal_osteklenenie .consultation_form form {
	padding:15px 20px 10px;
}
.modal_osteklenenie .consultation_form form .consultation_form_title {
	text-align:left;
	margin-bottom:10px;
	font-size:20px;
	line-height:25px;
}

/* jcarousel-wrapper_modal */
.jcarousel-wrapper_modal {
	width: 90%;
	margin:0px auto;
	padding:0px;
	position:relative;
}
.jcarousel_modal {
	position: relative;
	overflow: hidden;
}
.jcarousel_modal ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel-wrapper_modal ul li {
	width: 80px;
	height:80px;
	float: left;
	border: 1px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}
.jcarousel-wrapper_modal ul li:before {
	display:none;
}
.jcarousel-wrapper_modal img {
	display: block;
	width:70px;
	height:70px;
	margin:5px;
	margin:0px auto;
	height: auto !important;
}
.jcarousel_modal-control-prev,
.jcarousel_modal-control-next {
	position:absolute;
	top: 50%;
	text-indent:-9999px;
}
.jcarousel_modal-control-prev {
	position: absolute;
	background-image: url(images/slider_arrows.png);
	background-repeat: no-repeat;
	content: "";
	left:-18px;
	margin-top: -25px;
	width: 24px;
	height: 43px;
}
.jcarousel_modal-control-next {
	position: absolute;
	background-image: url(images/slider_arrows.png);
	background-repeat: no-repeat;
	background-position:-24px 0px;
	content: "";
	right:-16px;
	margin-top: -25px;
	width: 24px;
	height: 43px;
}

/* tab_block */
#tab_block {
	margin-bottom:40px;
}
#tab_block > ul {
	text-align:center;
	margin:0px
}
#tab_block > ul > li {
	float:none;
	display:inline-block;
}
#tab_block > ul > li a {
	border-radius:20px 20px 0px 0px;
	border:1px solid #ddd;
	text-decoration:none;
	font-size:20px;
	line-height:22px;
	padding:12px 25px;
}
#tab_block > ul > li.active a {
	background:#7a7a7a;
	color:#fff;
}
#tab_block > ul > li:before {
	display:none;
}

#tab_block .tab-content {
	overflow:hidden;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#tab_block .tab-content .tab-pane {
	margin-top:20px;
}
#tab_block .tab-content .tab-pane .row > div {
	margin-bottom:20px;
	margin-top:10px;
}
#tab_block .tab-content .tab-pane p {
	margin-bottom:0px;
}
#tab_block .tab-content .tab-pane p.title {
	color:#016682;
	font-weight:bold;
}
#tab_block .tab-content .tab-pane p a {
	margin:0px;
}
#tab_block .tab-content .tab-pane a {
	display: inline-block;
	margin-bottom:10px;
	font-weight:bold;
	text-decoration:none;
}
#tab_block .tab-content .tab-pane a:hover {
	text-decoration: underline;
}
#tab_block .tab-content .tab-pane .btn_gray {
	padding:6px 20px;
}
#header_landing {
	background:url(images/header_landing.jpg) bottom center no-repeat;
	min-height:112px;
	padding-top:10px;
}
.top_menu_landing {
	background:#f4f6f7;
	height:70px;
	text-align:center;
	border-top:2px solid #ff9900;
}
.top_menu_landing ul {
	text-align: justify;
	width: 100%;
	margin: 0;
	font-size: 0;
	line-height: 0;
	padding: 27px 25px 0;
}
.top_menu_landing ul:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
.top_menu_landing ul li {
	line-height: 1;
	padding: 0;
}
.top_menu_landing a {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
.top_menu_landing .current_menu a {
	text-decoration: underline;
	pointer-events: none;
}
.img_landing {
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:350px;
}
.img_landing  h1 {
	font-size:40px;
	line-height:54px;
	color:#016682;
	margin-top:60px;
	font-weight:bold;
	margin-bottom:8px;
}
.img_landing h1 span {
	padding:5px 15px;
	background:#fff;
}
.img_landing .description_page {
	margin-bottom:20px;
}
.img_landing .description_page p {
	display:inline;
}
.img_landing .description_page span {
	padding:5px 15px;
	background:#fff;
	color:#016682;
}
/* page_thanks */
.page-template-thanks {
	background:url(images/thanks_bg.jpg) center center no-repeat;
	background-size:cover;
	height:100%;
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
}
.block_thanks {
	background:url(images/thanks_block_bg.jpg) center center no-repeat;
	border:10px solid #fff;
	padding:30px 60px;
	position:absolute;
	top:50%;
	margin-top:-180px;
	left:50%;
	margin-left:-239px;
	font-size:40px;
	line-height:44px;
	color:#fff;
}
.block_thanks h1 {
	font-size:60px;
	text-transform:uppercase;
	line-height:64px;
	margin-bottom:20px;
}

/* block_okno_popover */
#block_okno_popover {
	height:480px;
	width:720px;
	background:url(images/okno.jpg) top center no-repeat;
	background-size: contain;
	position:relative;
}
#block_okno_popover .block_a {
	position:absolute;
	top:12%;
	left:2%;
	height:62px;
	width:175px;
	background: white;
	text-align: center;
}

#block_okno_popover .block_b {
	position:absolute;
	top:49%;
	right:0%;
	height:64px;
	width:150px;
	background: white;
	text-align: center;
}

#block_okno_popover .block_c {
	position:absolute;
	top:40%;
	left:0%;
	height:64px;
	width:130px;
	background: white;
	text-align: center;
}
/* block_okno_popover */
#block_roz_dveri {
	height:529px;
	width:750px;
	background:url(images/roz-dveri.jpg) top center no-repeat;
	background-size: contain;
	position:relative;
}
#block_roz_dveri .block_a {
	position:absolute;
	top:11%;
	left:7%;
	height:12%;
	width:40%;
}

#block_roz_dveri .block_b {
	position:absolute;
	top:11%;
	left:53%;
	height:12%;
	width:40%;
}

#block_roz_dveri .block_c {
	position:absolute;
	top:43%;
	left:7%;
	height:23%;
	width:42%;
}

#block_roz_dveri .block_d {
	position:absolute;
    top: 36%;
    right: 10%;
    height: 20%;
    width: 35%;
}

#block_roz_dveri .block_e {
	position:absolute;
    top: 62%;
    right: 6%;
    height: 13%;
    width: 35%;
}

#block_roz_dveri .block_f {
	position:absolute;
    top: 76%;
    left: 12%;
    height: 16%;
    width: 39%;
}

/* popover */
.popover.bottom > .arrow {
	border-bottom-color: rgba(228,228,228,1);
}
.popover {
	border: 1px solid rgba(228,228,228,1);
	color:#7f7f7f;
	font-size:14px;
	line-height:18px;
	max-width:400px;
	box-shadow:0px 0px 13px rgba(0,0,0,.2);
}
.popover ul {
	margin-bottom:0px;
}
.popover ul li {
	padding-bottom:2px;
}

/* color_block */
.color_block {
}
.content .color_block ul {
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}
.content .color_block ul li:before {
	display:none;
}
.content .color_block ul li {
	list-style:none;
	margin:10px 0px;
	padding:0px;
	width:102px;
}
.content .color_block ul li span {
	width:92px;
	height:118px;
	display:block;
	margin:0px auto;
	margin-bottom:5px;
}
.content .color_block ul li.color_vishnya span {
	background:url(images/color_vishnya.jpg) top center no-repeat;
}
.content .color_block ul li.color_mahogoni span {
	background:url(images/color_mahogoni.jpg) top center no-repeat;
}
.content .color_block ul li.color_dub span {
	background:url(images/color_dub.jpg) top center no-repeat;
}
.content .color_block ul li.color_yasen span {
	background:url(images/color_yasen.jpg) top center no-repeat;
}
.content .color_block ul li.color_oreh span {
	background:url(images/color_oreh.jpg) top center no-repeat;
}
.content .color_block ul li.color_oreh_c span {
	background:url(images/color_oreh_c.jpg) top center no-repeat;
}
.content .color_block ul li.color_yasen_t span {
	background:url(images/color_yasen_t.jpg) top center no-repeat;
}

.color_red {
	color:#ff0000;
}

/* peregorodki */
.peregorodki_question.right_padding {
	padding-right:7px;
}
.peregorodki_question.left_padding {
	padding-left:7px;
}
.peregorodki_question >div {
	border:1px solid #cccccc;
	background-color:#eaf2f5;
	padding:17px;
	min-height:320px;
}
.peregorodki_question .peregorodki_questions_title {
	border-radius:19px;
	color:#fff;
	font-size:20px;
	line-height:24px;
	background-color:#016682;
	padding:8px 15px;
	position:relative;
}
.peregorodki_question .peregorodki_questions_title:before {
	top:100%;
	left:30px;
	position:absolute;
	border-top:12px solid #016682;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	content:"";
}
.peregorodki_question > div > div {
	font-size:17px;
	margin:25px 5px 0;
}
.peregorodki_advant > div > div {
	margin-bottom:25px;
	color:#484848;
	display:table;
}
.peregorodki_advant > div > div > span {
	display: block;
	width: 58px;
	height: 59px;
	float: left;
	margin-right: 10px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.peregorodki_advant .peregorodki_advant1 > span {
	background-image:url(images/peregorodki_advant1.png)
}
.peregorodki_advant .peregorodki_advant2 > span {
	background-image:url(images/peregorodki_advant2.png)
}
.peregorodki_advant .peregorodki_advant3 > span {
	background-image:url(images/peregorodki_advant3.png)
}
.peregorodki_advant .peregorodki_advant4 > span {
	background-image:url(images/peregorodki_advant4.png)
}
.peregorodki_advant .peregorodki_advant5 > span {
	background-image:url(images/peregorodki_advant5.png)
}
.peregorodki_advant .peregorodki_advant6 > span {
	background-image:url(images/peregorodki_advant6.png)
}
.peregorodki_advant > div > div > strong {
	font-weight:normal;
	display:table-cell;
	vertical-align:middle;
}
.jcarousel-wrapper.jcarousel3 {
	margin: 20px auto;
	position: relative;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	max-width:675px;
}
.jcarousel3 .jcarousel li:before {
	display:none;
}
.jcarousel3 .jcarousel {
	z-index: 3;
}
.jcarousel3 .jcarousel li {
	border: 0;
	text-align: center;
}
.jcarousel3 .jcarousel li img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin:0 auto;
	border: 1px solid #fff;
}
.jcarousel3 .jcarousel li a {
	margin-bottom:0!important;
	display:inline!important;
}
.jcarousel3 .jcarousel-control-prev,
.jcarousel3 .jcarousel-control-next {
	margin-top: -20px;
	width: 40px;
	height: 40px;
	font-size:30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 35px;
	z-index: 1;
	margin-bottom:0!important;
	display:inline!important;
}
.jcarousel3 > a:hover {
	background:#7A7A7A;
}
.jcarousel3 > a:focus,
.jcarousel3 > a:hover {
	color:#fff;
	text-decoration:none!important;
}
.jcarousel3 .jcarousel-control-prev {
	left: -20px;
	text-align: left;
	padding-left: 8px;
}
.jcarousel3 .jcarousel-control-next {
	right: -20px;
	text-align: right;
	padding-right: 8px;
}
.tab_text {
	padding:0px 24px 20px;
}
/* zima */
.zima_steps {
	margin-bottom:40px;
}
.zima_steps.keramo_steps ul {
	text-align:left;
	width:100%;
	font-size:0px;
}
.zima_steps.keramo_steps ul li {
	width:46%;
	max-width:50%;
	font-size: 18px;
}
.zima_steps ul {
	margin:0 auto 10px;
	text-align:center;
}
.zima_steps ul li {
	max-width:230px;
	vertical-align:top;
	padding-left:45px;
	text-align:left;
	margin-bottom:20px;
	padding-right: 0;
}
.zima_steps ul li:before {
	position:absolute;
	top:7px;
	left:0;
	width:37px;
	height:37px;
	background-color:#016682;
	color:#fff;
	font-size:26px;
	text-align:center;
	font-weight:600;
}
.zima_steps ul li:nth-child(1):after,
.zima_steps ul li:nth-child(2):after,
.zima_steps ul li:nth-child(4):after,
.zima_steps ul li:nth-child(5):after,
.zima_steps.keramo_steps ul li:nth-child(3):after {
	position:absolute;
	top:7px;
	right:-15px;
	width:18px;
	height:37px;
	background-image:url(images/zima_arrow.png);
	background-position:0 0;
	background-repeat:no-repeat;
	content:"";
}
.zima_steps ul li:nth-child(1),
.zima_steps ul li:nth-child(2),
.zima_steps ul li:nth-child(4),
.zima_steps ul li:nth-child(5),
.zima_steps.keramo_steps ul li:nth-child(3) {
	margin-right: 26px;
}
.zima_steps ul li:nth-child(1):before {
	content:"1";
}
.zima_steps ul li:nth-child(2):before {
	content:"2";
}
.zima_steps ul li:nth-child(3):before {
	content:"3";
}
.zima_steps ul li:nth-child(4):before {
	content:"4";
}
.zima_steps ul li:nth-child(5):before {
	content:"5";
}
.zima_steps ul li:nth-child(6):before {
	content:"6";
}
.zima_step7 img {
	border-radius:0;
	margin:0;
}
.zima_step7 div {
	background-color:#016682;
	color:#fff;
	padding:10px;
	border-top:1px solid #fffffd;
}
.zima_step7 div span {
	position:relative;
	max-width:270px;
	margin:0 auto;
	display:block;
	padding-left:50px;
}
.zima_step7 div span:before {
	position:absolute;
	top:7px;
	left:0;
	width:37px;
	height:37px;
	background-color:#016682;
	color:#fff;
	font-size:26px;
	text-align:center;
	content:"7";
	border:1px solid #fff;
	font-weight:600;
}

.carousel_wrap {
	position:relative;
	min-height:280px;
	margin-bottom:20px;
}
.carousel_wrap + div button {
	margin-left:130px;
}
.carousel_inner {
	position:absolute;
	right:0;
	top:0;
	width:20000px;
}
.carousel_block {
	margin: 0px auto;
	overflow: hidden;
}
.carousel_block ul {
	margin:0;
	text-align:right;
	margin-right:-100px;
}
.carousel_block ul li {
	text-align: center;
	vertical-align: top;
	padding:0;
}
.carousel_block ul li:nth-last-child(2) img {
	opacity: 1;
}
.carousel_block ul li:first-child {
}
.carousel_block ul li img {
	border-radius:0;
	margin:0;
	opacity: 0.5;
}
.carousel_block ul li:before {
	display:none;
}
.carousel_block > span {
	font-size:30px;
	position:absolute;
	top:50%;
	width:23px;
	height:43px;
	cursor: pointer;
	margin-top:-22px;
	background-image:url(images/slider_arrows.png);
	background-repeat:no-repeat;
}
.carousel_block > span:hover {
	opacity:.8;
}
.carousel_block > span.left {
	right:721px;
	background-position:0 0;
}
.carousel_block > span.right {
	right:288px;
	background-position:100% 0;
}

/* @media */
@media (max-width: 1199px) {
#header {
	background-position: 46% 0;
}
#header .page_title {
	margin: 40px 0 40px 110px;
}
#list_osteklenenie .btn_block a {
	margin-right:5px;
}
.block_catalog:after {
	right:-220px;
}
.page_osteklenenie_form:after {
	right:-300px;
}
#block_okno_popover {
	height:410px;
	width:615px;
}
#block_roz_dveri {
	height:434px;
	width:615px;
}
.jcarousel-wrapper.jcarousel3 {
	width: 74%;
}
.carousel_block ul {
	margin: 0;
	text-align: center;
	white-space: nowrap;
}
.carousel_inner {
	position: relative;
	width: 410px;
	max-width:90%;
	margin: 0 auto;
}
.carousel_block > span.right {
	right: -23px;
}
.carousel_block > span.left {
	left: -23px;
}
.carousel_block ul li img {
	opacity: 1;
}
.carousel_wrap {
	min-height: auto;
}
.zima_steps ul li:nth-child(1),
.zima_steps ul li:nth-child(3),
.zima_steps ul li:nth-child(5) {
	margin-right: 22px;
}
.zima_steps ul li:nth-child(2),
.zima_steps ul li:nth-child(4) {
	margin-right: 0;
}
.zima_steps ul li:nth-child(3):after {
	position: absolute;
	top: 7px;
	right: -15px;
	width: 18px;
	height: 37px;
	background-image: url(images/zima_arrow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
}
.zima_steps ul li:nth-child(2):after, .zima_steps ul li:nth-child(4):after {
	height: 0;
}
.zima_steps ul li {
	max-width: 220px;
}
.carousel_wrap + div button {
	margin: 0 auto;
	display: block;
}
}

@media (max-width: 991px) {
#header .page_title {
	margin: 40px 0 40px 20px;
}
#footer .logo_footer {
	margin-bottom: 20px;
	text-align: center;
}
#footer .copyright_block {
	text-align: center;
}
.slider {
	width: 94%;
}
.consultation_form form input,
.page_osteklenenie_form input {
	display: block;
	margin: 10px auto;
}
.block_catalog {
	margin-bottom:30px;
}
.block_catalog:after {
	display:none;
}
.page_osteklenenie_form:after {
	right:-220px;
}
.page_osteklenenie_form button {
	display:block;
	width:220px;
	margin:0px auto;
}
#list_osteklenenie .modal_osteklenenie .jcarousel_modal-control-next {
	right:-23px;
}
#block_okno_popover {
	height:334px;
	width:500px;
}
#block_roz_dveri {
	height:332px;
	width:470px;
}
.jcarousel-wrapper.jcarousel3 {
	width: 217px;
}
.peregorodki_advant > div > div {
	min-height: 100px;
}
.peregorodki_advant > div > div > strong {
	vertical-align: top;
}
}

@media (max-width: 767px) {
.page_osteklenenie_form:after {
	display:none;
}
#type_build > div {
	text-align:center;
}
#type_build > div > span {
	margin:0px auto;
}
#header {
	background-position: 37% 0;
}
.logo_top {
	margin-right: 0;
	text-align: center;
}
.top_phone_block {
	width: 200px;
	padding: 15px 15px 5px 40px;
	margin: 15px auto;
	background-color: #fff;
}
#header .top_menu,
.top_menu_landing {
	height: 0;
	opacity: 1;
}
#header .top_menu ul,
.top_menu_landing ul {
	width: 270px;
	transition: all 500ms;
	position: fixed;
	z-index: 35;
	background-color: #016684;
	padding: 20px;
	top: 60px;
	text-align: left;
	right: -310px;
}
#header .top_menu ul a,
.top_menu_landing ul a {
	color: #fff;
}
.open_sidebar #header .top_menu ul,
.open_sidebar .top_menu_landing ul {
	right: 10px;
}
#header .top_menu ul li,
.top_menu_landing ul li {
	display: block;
	margin-bottom: 10px;
}
.glyphicon-remove {
	display: none;
}
.open_sidebar .glyphicon-remove {
	display: inline-block;
}
.open_sidebar .glyphicon-menu-hamburger {
	display: none;
}
.popup_menu_btn {
	display: block;
	background-color: #016684;
	text-align: right;
	padding-top: 5px;
}

.popup_menu_btn .popup_menu_icon {
	font-size: 30px;
	margin-right: 30px;
	color: #fff;
}
.widget_nav_menu ul.menu > li > a {
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.widget_nav_menu ul.menu > li li {
	margin-bottom: 0px;
}
#footer .logo_footer {
	margin-bottom: 20px;
	text-align: center;
}
#footer .copyright_block {
	text-align: center;
}
#footer .footer_contacts ul li {
	width: 215px;
}
#list_osteklenenie > div img {
	margin-bottom:10px;
}
.modal_osteklenenie_small .modal-sm {
	width: auto;
}
#block_okno_popover > span {
	display:none;
}
.peregorodki_question.right_padding {
	padding-right: 15px;
}
.peregorodki_question.left_padding {
	padding-left: 15px;
}
.peregorodki_question >div {
	min-height: auto;
	max-width: 500px;
	margin: 0 auto 20px;
}
.peregorodki_advant > div > div > span {
	float: none;
	margin: 0 auto 10px;
}
.peregorodki_advant > div > div > strong {
	display: block;
	text-align: center;
}
.peregorodki_advant > div > div {
	min-height: 175px;
	display: block;
}
}

@media (max-width: 520px) {
.zima_steps ul li:nth-child(1),
.zima_steps ul li:nth-child(3),
.zima_steps ul li:nth-child(5) {
	margin-right: 0;
}
.zima_steps ul li {
	max-width: 240px;
	margin-bottom:35px;
}
.zima_steps ul li:nth-child(1):after,
.zima_steps ul li:nth-child(2):after,
.zima_steps ul li:nth-child(3):after,
.zima_steps ul li:nth-child(4):after,
.zima_steps ul li:nth-child(5):after {
	position: absolute;
	top: 92%;
	right: 50%;
	width: 18px;
	height: 37px;
	margin-right:-9px;
	background-image: url(images/zima_arrow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
	transform:rotate(90deg);
}
}

@media (max-width: 467px) {
#header .page_title {
	font-size: 32px;
	margin: 20px 0 20px 20px;
}
#header .page_title span {
	line-height: 45px;
	padding: 0;
}
.alignright, .alignleft {
	float: none;
}
.block_thanks {
	background:url(images/thanks_block_bg.jpg) center center no-repeat;
	border:5px solid #fff;
	padding:10px 30px;
	position: relative;
	top:0px;
	left:0px;
	margin:0px auto;
	font-size:20px;
	line-height:24px;
}
.block_thanks h1 {
	font-size:40px;
	line-height:44px;
}
.type_build_left > div > span {
	display:block;
	text-align:center;
	width:100%;
}
.type_build_left > div > strong {
	display:block;
	text-align:center;
	width:100%;
}
.img_landing h1 {
	text-align:center;
	font-size:30px;
	line-height:40px;
}
}
/* Modal Center */
.modal-open .modal {
	padding-left: 0px !important;
	padding-right: 0px !important;
	overflow-y: scroll;
}

/*contacts*/
#contacts{
	background:url(images/front/contacts_bg.jpg) top left;
	padding-top:15px;
}
#contacts .title_block{
	margin-bottom:27px;
}
#contacts iframe{
	max-width:100%;
}
/*contacts_info*/
#contacts_info{
	padding: 41px 0 46px;
	font-family: 'Ubuntu Condensed';
}
.contacts_block{
	position: relative;
}
.contacts_block p{
	position: relative;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
	color: #505050;
	padding-left:70px;
}
.contacts_block.contacts_phone p{
	line-height: 31px;
}
.contacts_mail{
	margin-top: 17px;
}
.contacts_block p a{
	color: #505050;
}
.contacts_block p:before{
	font-family: 'fontello';
	position: absolute;
	color: #ff9815;
	width: 59px;
	height: 59px;
	border: 3px solid #d6d6d6;
	text-align:center;
	line-height:53px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left:0;
	font-size: 30px;
	top:6px;
}
.contacts_block.contacts_mail p:before{
	content: '\e813';
	top: -11px;
}
.contacts_block.contacts_location p:before{
	content: '\e811';
}
.contacts_block.contacts_phone p:first-child:before{
	content: '\e809';
}
.contacts_block p span, .contacts_block p a span{
	color: #016684;
}

.contacts_phone .btn_green {
    height: 32px;
    display: block;
    float: right;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 18px;
    text-align: center;
    padding-top: 3px;
    text-transform: uppercase;
    margin-right: 13px;
}

/*social buttons*/

a.btn-social {
    display: block;
    height: 36px;
    width: 40px;
    float: right;
    margin-right: 10px;
}

.btn-facebook{
	background:url(images/socialshare.png) 81px;
}
.btn-youtube{
	background: url(images/socialshare.png) 0px 1px;
}
.btn-google{
	background: url(images/socialshare.png) 40px 1px;
}

a.btn-social:hover {
	border-top: 1px solid #bfbfbf;
}

#footer .text-center{
	position:relative;
}

.modal-dialog.small_modal {
    max-width: 421px;
    width: 95%;
    background: url(images/front/form_bg.jpg) top left;
    border-radius: 4px;
    padding: 25px;
    text-align: center;
}

.modal-dialog.small_modal .close {
    width: 24px;
    height: 24px;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #bfbfbf;
    opacity: 1;
    font-size: 27px;
    line-height: 4px;
    font-weight: 400;
    text-shadow: none;
    padding-bottom: 3px;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    position: absolute;
    top: 25px;
    right: 25px;
}

.modal_title {
    color: #505050;
    font-size: 23px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.modal-dialog.small_modal form input {
    margin-bottom: 30px;
    width: 100%;
}

/**** DEVELOPED BY ******/
#footer .developed_by p {
    font-size: 15px;
}


span.dev_logo {
    background: url(images/Fabrika_K_Logo_fullcolor.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 8px;
}

@media (min-width:900px){
	.developed_by {
    	float: left;
	}

.soc-share-wrapper {
	position: absolute;
	right: 15px;
	top: -5px;
}
}

/*** MENU ***/

#header .sub-menu li.menu-item {
    display: block;
    padding: 0;
	position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #ebebeb;
    border-right: none;
}

#header .site_navigate ul.sub-menu li:first-child {
    padding-left: 20px;
}

#header ul.sub-menu {
    margin: -6px;
    padding: 0;
    position: absolute;
    width: 300px;
    z-index: 3000;
    border-width: 1px 1px 0;
    background: white;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #ff9813;
    display: none;
    border-top: 2px solid #ff9813;
}

#header ul.sub-menu li>.sub-menu {
    left: 100%;
    top: 0;
	margin-left:2px;
}

#header .site_navigate ul.sub-menu li a:hover {
    border-bottom: none;
	transition: none;
}

#header .site_navigate ul.sub-menu li{
	cursor:pointer;
}

#header .site_navigate ul.sub-menu li a{
	transition:none;
	font-size:16px;
	text-transform:none;
}

#header ul.sub-menu li.menu-item-has-children:after {
    display: block;
    content: "›";
    position: absolute;
    color: #ff9813;
    font-size: 37px;
    top: -8px;
    right: 8px;
}

#header ul.sub-menu li.menu-item-has-children:hover:after {
    right: 3px;

}