@charset "utf-8";
/* CSS Document */

body{
	background-color: #3e3c38;
	background-image: url("../images/front_bg_logo_left.png"), url("../images/front_bg_logo_right.png"), url("../images/bg_header.png");
	background-position: left top+2324px, right top+783px, top center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	overflow-x: hidden;
}

body.not-front{
	background-image: url("../images/header_notfront.png");
	background-position: top center;
	background-repeat: no-repeat;
}

body.not-front.node-type-karkas-dom{
	background-image: url("../images/bg_project_line.png"), url("../images/bg_project_left.png"), url("../images/bg_project_right.png"), url("../images/header_notfront.png");
	background-position: left top+1013px, left top+710px, right top+430px, top center;
	background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
}

body.not-front.node-type-dom-iz-brusa{
	background-image: url("../images/bg_project_line.png"), url("../images/bg_project_left.png"), url("../images/bg_project_right.png"), url("../images/header_notfront.png");
	background-position: left top+1013px, left top+710px, right top+430px, top center;
	background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
}

body.not-front.node-type-dachny-dom{
	background-image: url("../images/bg_project_line.png"), url("../images/bg_project_left.png"), url("../images/bg_project_right.png"), url("../images/header_notfront.png");
	background-position: left top+1013px, left top+710px, right top+430px, top center;
	background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
}

body.not-front.node-type-karkasnaya-banya{
	background-image: url("../images/bg_project_line.png"), url("../images/bg_project_left.png"), url("../images/bg_project_right.png"), url("../images/header_notfront.png");
	background-position: left top+1013px, left top+710px, right top+430px, top center;
	background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
}

body.not-front.node-type-banya-iz-brusa{
	background-image: url("../images/bg_project_line.png"), url("../images/bg_project_left.png"), url("../images/bg_project_right.png"), url("../images/header_notfront.png");
	background-position: left top+1013px, left top+710px, right top+430px, top center;
	background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
}

.error{
	display: none;
}

.col{
	width: 1430px;
	margin: 0 auto;
	position: relative;
}

.header{
	height: 1229px;
}

.not-front .header{
	height: 150px;
	background: none;
}

.top{
	height: 150px;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.top .col{
	background: url("../images/bg_dom_top.png") no-repeat top left+400px;	
	height: 150px;
}

.logo{
	padding-top: 45px;
}

.topContact{
	padding-top: 40px;
}

.topPhone{
	font-size: 18px;
	color:#fff;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
}

.topPhone a{
	color:#fff;
}

.topWhastapp{
	float: left;
	padding: 0 20px;
	border-left: 1px solid #822120;
	border-right: 1px solid #822120;
	height: 35px;
	display: block;
	padding-top: 8px;
}

.topWhastapp a{
	background: url("../images/icon_whatsapp.png") no-repeat top left;
	width: 21px;
	height: 21px;
	float: left;
}

.topWhastapp a:hover{
	background: url("../images/icon_whatsapp.png") no-repeat top right;
}

.topVk{
	float: left;
	padding: 0 20px;
	padding-top: 11px;
}

.topVk a{
	background: url("../images/icon_vk.png") no-repeat top left;
	width: 24px;
	height: 15px;
	float: left;
}

.topVk a:hover{
	background: url("../images/icon_vk.png") no-repeat top right;	
}

.topTg{
	float: left;
    padding: 0 20px;
    padding-top: 12px;
    border-left: 1px solid #822120;
    height: 35px;
}

.topTg a{
	background: url("../images/icon_tg.png") no-repeat top left;
	width: 19px;
	height: 16px;
	float: left;
}

.topTg a:hover{
	background: url("../images/icon_tg.png") no-repeat top right;	
}

.topMessages{
	float: left;
}

.topMessages a{
	height: 35px;
	line-height: 35px;
	padding: 0 12px;
	background: #822120;
	color:#fff;
	font-size: 16px;
	display: block;
	float: left;
	transition: 0.4s;
}

.topMessages a:hover{
	background: #ff9000;
	transition: 0.4s;
}

.footer{
	background: #25221e;
	margin-top: 80px;
}

.footer .col{
	background: url("../images/bg_footer_logo.png") no-repeat bottom right;
	padding-bottom: 115px;	
}

.footerLogo{
	padding-bottom: 57px;
	padding-top: 95px;
}

.footerPhone a{
	font-size: 18px;
	background: #35322e;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	float: left;
	color:#b2b2b2;
	margin-right: 2px;
}

.footerPhone a:hover{
	background: #4c4c4c;
}

.footerWhatsapp a{
	background:#35322e url("../images/icon_whatsapp_footer.png") no-repeat center center;
	float: left;
	height: 35px;
	width: 45px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.footerWhatsapp a:hover{
	background:#4c4c4c url("../images/icon_whatsapp_footer.png") no-repeat center center;
}

.footerVk a{
	background:#35322e url("../images/icon_vk_footer.png") no-repeat center center;
	float: left;
	height: 35px;
	width: 45px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.footerVk a:hover{
	background:#4c4c4c url("../images/icon_vk_footer.png") no-repeat center center;	
}

.footerTg a{
	background:#35322e url("../images/icon_tg_footer.png") no-repeat center center;
	float: left;
	height: 35px;
	width: 45px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.footerTg a:hover{
	background:#4c4c4c url("../images/icon_tg_footer.png") no-repeat center center;	
}

.footerMessages,
.footerRaschet{
	float: left;
}

.footerMessages a,
.footerRaschet a{
	font-size: 18px;
	background: #35322e;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	float: left;
	color:#b2b2b2;
	margin-right: 2px;
}

.footerMessages a:hover,
.footerRaschet a:hover{
	background: #4c4c4c;
}

.footerText{
	font-size: 16px;
	color: #4c4c4c;
	padding-top: 42px;
}

.pull-right.footerText{
	text-align: right;
}

.footerMainMenu{
	border-top: 1px solid rgba(255,255,255,0.10);
	padding-top: 22px;
	position: relative;
	float: right;
}

.footerMainMenu:after{
	background: url("../images/footer_line.png") no-repeat top left;
	position: absolute;
	top: -1px;
	left: -100px;
	content: '';
	width: 240px;
	height: 1px;
}

.footerCatalogMenu{
	float: right;
	padding-bottom: 24px;
	padding-top: 116px;
}

.footerMainMenu a{
	color:#b2b2b2;
	font-size: 16px;
	display: block;
	margin-left: 40px;
	float: left;
}

.footerCatalogMenu a{
	color:#b2b2b2;
	font-size: 16px;
	display: block;
	margin-left: 40px;
	float: left;
}

.footerMainMenu a:hover,
.footerCatalogMenu a:hover{
	color:#ff9000;
}

.mainMenu{
	position: relative;
	z-index: 100;
}

ul.nice-menu a,
ul.nice-menu li,
ul.nice-menu-down li,
ul.nice-menu-down,
ul.nice-menu,
ul.nice-menu ul,
ul.nice-menu-down .menuparent a,
ul.nice-menu-down li.menuparent{
	margin: 0;
	padding: 0;
	border:0;
	background: none;
}

ul.nice-menu li,
ul.nice-menu-down li,
ul.nice-menu-down li.menuparent{
	margin-left: 45px;
}

ul.nice-menu a,
ul.nice-menu-down .menuparent a{
	font-size: 18px;
	color:#fff;
	height: 74px;
	line-height: 57px;
	text-decoration: none;
}

ul.nice-menu a:hover{
	font-size: 18px;
	color:#ff9000;
}

ul.nice-menu-down li.menuparent:hover{
	background: none;
	color:#ff9000;	
}

ul.nice-menu ul{
	background: #822120;
	top:65px;
	padding-top: 23px;
	padding-bottom: 28px;
	position: absolute;
}

ul.nice-menu ul:after{
	position: absolute;
	content: '';
	background: url("../images/bg_menu_strelka.png");
	width: 21px;
	height: 16px;
	top:-16px;
	left:60px;
}

ul.nice-menu ul li{
	width: auto;
	padding-right: 40px;
}

ul.nice-menu-down .menuparent li a{
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

h1,
.popular h2,
.reviews h2,
.reports h2,
.catalog h2{
	font-size: 56px;
	margin: 0;
	padding: 0;
	color:#fff;
	font-family: 'Gilroy-Semibold';
	padding-top: 57px;
	padding-bottom: 58px;
}

.popular h2,
.reports h2{
	padding-bottom: 38px;
}

.catalog h2{
	padding-bottom: 68px;
}

.view-brigady .views-row:hover{
	margin-top: -20px;
	transition: 0.4s;
	margin-bottom: 60px;
}

.view-brigady img{
	width: 450px;
	height: auto;
}

.view-brigady .views-field-title{
	background: #35322e;
	padding: 0 40px;
	padding-right: 20px;
	font-family: 'Gilroy-Semibold';
	padding-top: 29px;
	padding-bottom: 2px;
	transition: 0.4s;
}

.view-brigady .views-field-field-brigada-mini{
	background: #35322e;
	padding: 0 40px;
	padding-right: 20px;
	padding-bottom: 33px;
	transition: 0.4s;
}

.view-brigady .views-row:hover .views-field-title,
.view-brigady .views-row:hover .views-field-field-brigada-mini{
	background: #2f2c29;
	transition: 0.4s;
	color:#ff9000;
}

#block-block-74{
	clear: both;
}

.views-exposed-widgets{
	margin: 0;
	padding: 0;
}

.views-exposed-form .views-exposed-widget{
	margin: 0;
	padding: 0;
}

.views-exposed-form .views-exposed-widget .bef-select-as-links{
	margin-left: -10px;
	margin-bottom: 40px;
	height: 60px;
}

.views-exposed-form .views-exposed-widget .bef-select-as-links a{
	width: 278px;
	height: 60px;
	line-height: 60px;
	background: #35322e;
	display: block;
	float: left;
	text-align: center;
	color:#fff;
	margin-left: 10px;
}

.views-exposed-form .views-exposed-widget .bef-select-as-links a:hover{
	color: #ff9000
}

.views-exposed-form .views-exposed-widget .bef-select-as-links a.active{
	background: #ff9000
}

.views-exposed-form .views-exposed-widget .bef-select-as-links a.active:hover{
	color:#fff;
}

.views-exposed-form .views-exposed-widget .bef-select-as-links .form-type-bef-link{
	float: left;
}

.view-project-home .view-content,
.view-brigady .view-content{
	margin-right: -40px;
}

.view-project-home .views-row,
.view-brigady .views-row{
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	transition: 0.4s;
}

.catItem{
	background: #35322e;
	padding-bottom: 40px;
	transition: 0.4s;
}

.catItemImage img{
	width: 327px;
	height: 245px;
}

.catItemTitle{
	border-bottom: 1px solid rgba(255,255,255,0.10);
	margin-left: 40px;
	padding-top: 31px;
	padding-bottom: 13px;
}

.catItemTitle a{
	font-family: 'Gilroy-Semibold';
	font-size: 30px;
	color:#fff;
}

.catItemPriceTextLine,
.catItemPrice,
.catItemPrice2{
	display: none;
}

.catItemDesc{
	padding-left: 40px;
	padding-bottom: 2px;
	padding-top: 9px;
}

.catItemArea{
	padding-left: 40px;
	padding-bottom: 33px;
}

.catItemPrice2024{
	margin-left: 40px;
	width: 287px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	padding-left: 20px;
	font-family: 'Gilroy-Semibold';
	background: #822120 url("../images/icon_proekt_strelka.png") no-repeat center right+20px;
	transition: 0.4s;
}

.catItem:hover{
	background: #2f2c29;
	margin-top: -20px;
	margin-bottom: 20px;
	transition: 0.4s;
}

.catItem:hover .catItemPrice2024{
	background: #ff9000 url("../images/icon_proekt_strelka_hover.png") no-repeat center right+20px;	
	transition: 0.4s;
}

.view-reviews .view-header{
	background: #35322e;
	padding: 30px;
	height: 120px;
	margin-bottom: 40px;
}

.view-reviews .view-content{
	margin-right: -40px;
}

.view-reviews .views-row{
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

.newRevAddText{
	float: left;
	width: 80%;
	color:#fff;
}

.newRevAddLink{
	float: right;
}

.newRevAddLink a{
	width: 210px;
	height: 60px;
	background: #822120;
	font-size: 18px;
	color:#fff;
	text-align: center;
	line-height: 60px;
	display: block;
	transition: 0.4s;
}

.newRevAddLink a:hover{
	background: #ff9000;
	transition: 0.4s;
}

.view-reviews .views-field-field-youtube,
.view-reviews .views-field-field-rutube{
	background: #000;	
}

.view-reviews .views-field-field-youtube iframe,
.view-reviews .views-field-field-rutube iframe{
	width: 450px;
	height: 323px;	
	background: #000;
}

.view-reviews .views-field-body{
	width: 450px;
	height: 330px;
	background: #35322e;
	position: relative;
}

.view-reviews .col-1{
	padding-bottom: 40px;	
}

.view-reviews .col-2{
	padding: 0 40px;
	padding-bottom: 40px;
}

.view-reviews .col-3{
	padding-bottom: 40px;	
}

.newRevTitle{
	font-family: 'Gilroy-Semibold';
	font-size: 24px;
	padding: 0 40px;
	padding-top: 30px;
}

.newRevDate{
	font-family: 'Gilroy-Semibold';
	font-size: 24px;	
	padding: 0 40px;
	padding-bottom: 30px;
}

.newRevBody{
	padding: 0 40px;	
}

.newRevLink a{
	width: 150px;
	height: 60px;
	background: #822120;
	font-size: 18px;
	color:#fff;
	text-align: center;
	line-height: 60px;
	display: block;	
	position: absolute;
	bottom:40px;
	left: 40px;
}

.newRevLink a:hover{
	background: #ff9000;
}

.item-list ul{
	margin: 0;
}

.item-list .pager{
	text-align: left;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0;
	text-align: center;
	margin: 0;
}

.item-list .pager li.pager-ellipsis{
	display: none;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border: 0px;
    border-radius: 0;
	text-decoration: none;
	color:#000;
}

.item-list .pager li a{
	background: #35322e;
	font-size: 20px;
	font-family: 'Gilroy-Semibold';
	font-weight: normal;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	min-width: 50px;
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	color:#fff;
}

.item-list .pager li a:hover{
	background: #35322e;
	color:#ff9000;
}

.item-list .pager li.pager-current{
	font-size: 20px;
	font-family: 'Gilroy-Semibold';
	font-weight: normal;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	min-width: 50px;
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	background:#ff9000;
	color:#fff;
}

.ui-tabs{
	background:none;
	font-weight:normal;
	border:0;
	padding:0;
	margin:0;
	font-size: 18px;
	line-height: 100%;
}

.ui-tabs .ui-tabs-nav{
	background:none;
	font-weight:normal;
	border:0;
	padding:0;
	margin:0 auto;
	width: 680px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	background:none;
	font-weight:normal;
	border:0;
	padding:0;
	margin:0;
}

.ui-tabs .ui-tabs-nav li a{
	background:none;
	font-weight:normal;
	border:0;
	padding:0;
	margin:0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background:none;
	font-weight:normal;
	border:0;
	padding:0;
	margin:0;
}

.ui-corner-all{
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.ui-widget-content{
	background:none;
	font-weight:normal;
	border:0;
	padding:0;
	margin:0;
}

.ui-widget-header{
	background:none;
	font-weight:normal;
	border:0;
	padding:0;
	margin:0;
}

ul.quicktabs-tabs{
    background: none;
    font-weight: normal;
    border: 0;
    padding: 0;
    width: 860px;
    margin-bottom:60px;
}

.ui-tabs .ui-tabs-nav li,
.item-list ul li{
	background:none;
	font-weight:normal;
	border:0;
	padding:0;
	margin:0;
}

.ui-tabs .ui-tabs-panel,
.item-list ul li{
	background:none;
	font-weight:normal;
	border:0;
	padding:0;
	margin:0;
}

.ui-tabs .ui-tabs-nav li a,
.quicktabs-tabs li a{
    border: 0px;
	background: #35322e;
    padding:0;
    height: 50px;
	line-height:50px;
    font-size: 20px;
	font-family: 'Gilroy-Light';
    text-align: center;
	color:#fff;
	text-decoration:none;
	width:278px;
	margin: 0;
	margin-right: 5px;
	transition: 0.2s;
	display: inline-block;
}

.ui-tabs .ui-tabs-nav li a:hover, .quicktabs-tabs li a:hover{
	color:#ff9000;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a, .quicktabs-tabs li.active a{
	background: #ff9000;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a, .quicktabs-tabs li.active a:hover{
	color:#fff;
}

.view-protoreport .view-content{
	margin-right: -40px;
}

.front .view-protoreport .view-content{
	margin-right: 0;
}

.view-protoreport .views-row{
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	width: 450px;
}

.reportBlock{
	background: #3e3c38;
	position: relative;
	padding-bottom: 40px;
	transition: 0.4s;
}

.not-front .reportBlock{
	background: #35322e;
}

.reportBlock:hover{
	margin-top: -20px;
	transition: 0.4s;
	background: #2f2c29;
}

.not-front .reportBlock:hover{
	margin-bottom: 20px;
}

.reportBlockImage{
	position: relative;
}

.reportBlockImage img{
	width: 100%;
	height: auto;
}

.reportDate{
	width: 110px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color:#fff;
	position: absolute;
	left:20px;
	bottom:0;
	background: #3e3c38;
	transition: 0.4s;
}

.not-front .reportDate{	
	background: #35322e;
}

.reportBlock:hover .reportDate{
	background: #2f2c29;
	transition: 0.4s;
}

.reportBlockTitle{
	padding-left:40px;
	padding-top: 41px;
	padding-bottom: 22px;
}

.reportBlockTitle a{
	color:#fff;
	font-size: 30px;
	font-family: 'Gilroy-Semibold';
	transition: 0.4s;
}

.reportBlock:hover .reportBlockTitle a{
	text-decoration: none;
	color:#ff9000;
	transition: 0.4s;
}

.reportBlockLocation{
	padding: 0 40px;
	padding-bottom: 33px;
	height: 117px;
}

.reportBlockLink a{
	width: 138px;
	height: 60px;
	background: #822120;
	font-size: 18px;
	color:#fff;
	text-align: center;
	line-height: 60px;
	display: block;
	margin-left: 40px;
	transition: 0.4s;
}

.reportBlock:hover .reportBlockLink a{
	background: #ff9000;
	transition: 0.4s;
}

.photoreportImage{
	width: 910px;
	float: left;
}

.photoreportRight{
	float: left;
	width: 480px;
	margin-left: 40px;
}

.photoreportBody{
	padding: 0 40px;
	padding-bottom: 40px;
	background: #35322e;
}

.photoreportBody .pane-node-created{
	width: 110px;
	height: 50px;
	line-height: 50px;
	background: #3e3c38;
	font-size: 16px;
	text-align: center;
}

.photoreportBody .pane-node-title{
	font-size: 30px;
	font-family: 'Gilroy-Semibold';
	padding-top: 31px;
	padding-bottom: 25px;
}

.photoreportBody .pane-node-field-location{
	padding-bottom: 24px;
}

.photoreportVideoLink a{
	width: 480px;
	height: 80px;
	padding-top: 26px;
	text-align: center;
	background: #822120;
	display: block;
	margin-bottom: 40px;
	color:#fff;
	transition: 0.4s;
}

.photoreportVideoLink a:hover{
	background: #ff9000;
	transition: 0.4s;
}

ul.field-slideshow-pager{
	margin: 0;
	padding: 0;
	margin-right: -10px;
}

ul.field-slideshow-pager li{
	margin-top: 10px;
	margin-right: 10px;
	background: #ff9000;
}

ul.field-slideshow-pager a img:hover{
	outline: 5px solid #ff9000;
	outline-offset: -5px;
}

ul.field-slideshow-pager li.activeSlide a img{
	opacity: 0.5;
}

.photoreportLink a{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #822120;
	display: block;
	color:#fff;
	margin-top: 40px;
	transition: 0.4s;
}

.photoreportLink a:hover{
	background: #ff9000;
	transition: 0.4s;
}

.region-content .projectImage ul.field-slideshow-pager{
	padding-left: 10px;
	margin-right: -20px;
}

.projectSize{
	width: 110px;
	float: left;
	background: url("../images/icon_size.png") no-repeat top center;
	text-align: center;
	font-size: 18px;
	padding-top: 60px;
	color:#000;
	height: 117px;
}

.projectFloors{
	width: 160px;
	float: left;
	margin: 0 29px;
	background: url("../images/icon_floors.png") no-repeat top center;
	text-align: center;
	font-size: 18px;
	padding-top: 60px;
	color:#000;
	height: 117px;
}

.projectArea{
	width: 110px;
	float: left;
	background: url("../images/icon_area.png") no-repeat top center;
	text-align: center;
	font-size: 18px;
	padding-top: 60px;
	color:#000;
	height: 117px;
}

.projectSize .pane-content,
.projectFloors .pane-content,
.projectArea .pane-content{
	font-size: 20px;
	font-family: 'Gilroy-Semibold';
}

.projectInfo{
	background: #fff;
}

.projectImage{
	background: #fff;
	padding-bottom: 10px;
}

.projectBox{
	background: #fff;
	width: 518px;
	padding: 0 40px;
	padding-top: 50px;
	display: block;
}

.projectPrice{
	border-top: 1px solid #f0f0f0;
	margin-top: 42px;
}

.projectPrice .panel-pane{
	height: 89px;
	border-bottom: 1px solid #f0f0f0;
}

.projectPrice .panel-pane .pane-title{
	float: left;
	color:#000;
	padding-top: 16px;
}

.projectPrice .panel-pane .pane-content{
	float: right;
	color:#ff9000;
	font-size: 30px;
	font-family: 'Gilroy-Bold';
	padding-top: 30px;
}

.projectZayavka a{
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin-top: 40px;
	color:#fff;
	background: #822120;
	display: block;
	text-align: center;
	transition: 0.4s;
}

.projectZayavka a:hover{
	background: #ff9000;
	transition: 0.4s;
}

.projectLinkToProject a{
	display: block;
	text-indent: -9999px;
	position: relative;
	font-size: 0;
	transition: 0.4s;
}

.projectLinkToProject a:after{
	position: absolute;
	display: block;
	text-indent: 0;
	font-size: 20px;
	color:#000;
	text-align: center;
	padding: 0 60px;
	transition: 0.4s;
}

.projectLinkToProject a:hover:after{
	color:#ff9000;
	transition: 0.4s;
}

.node-type-karkas-dom .projectLinkToProject a:after{content: 'Посмотреть этот проект в брусовом исполнении →';}
.node-type-dom-iz-brusa .projectLinkToProject a:after{content: 'Посмотреть этот проект в каркасном исполнении →';}
.node-type-banya-iz-brusa .projectLinkToProject a:after{content: 'Посмотреть этот проект в каркасном исполнении →';}
.node-type-karkasnaya-banya .projectLinkToProject a:after{content: 'Посмотреть этот проект в брусовом исполнении →';}

.projectPlane{
	background: #fff;
	margin-top: 10px;
	text-align: center;
	padding: 40px;
}

.projectPlane img{
	display: inline-block;
	width: auto;
	height: 718px;
	max-width: 100%;
}

.projectPlaneText{
    background: #35322e;
    padding: 40px;
    height: 160px;
}

.projectPlaneText .pull-left{
	float: left;
	color:#fff;
}

.projectPlaneText a{
	width: 350px;
	height: 80px;
	background: #822120;
	font-size: 20px;
	color:#fff;
	text-align: center;
	line-height: 80px;
	display: block;
	transition: 0.4s;
}

.projectPlaneText a:hover{
	background: #ff9000;
	transition: 0.4s;
}

.projectTech h2,
.projectComplectation h2,
.projectTable h3,
.projectOption h2{
	margin: 0;
	padding: 0;
	font-size: 46px;
	font-family: 'Gilroy-Semibold';
	color:#fff;
	padding-top: 62px;
	padding-bottom: 71px;
}

.projectComplectation table,
.projectTable table{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	background: #35322e;
}

.projectComplectation table tr td,
.projectTable table tr td,
.projectTable table tr th{
	padding: 0 40px;
	border:1px solid #3e3c38;
	padding-top: 29px;
	padding-bottom: 33px;
	text-align: center;
	width: 20%;
}

.projectTable table tr th{
	font-size: 22px;
	font-family: 'Gilroy-Semibold';
}

.projectComplectation table tr:first-child,
.projectTable table tr:first-child{
	background: #2f2c29;
	font-family: 'Gilroy-Semibold';
	text-align: center;
}

.projectComplectation table tr td:first-child,
.projectTable table tr td:first-child{
	text-align: left;
	background: #2f2c29;
	width: 280px;
}

.icon-check{
	background: url("../images/icon_check.png");
	height: 35px;
	width: 35px;
	margin: 0 auto;
}

.ui-accordion .ui-accordion-icons,
.ui-widget,
.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-header .ui-accordion-header-icon,
.ui-accordion .ui-accordion-content{
	margin: 0;
	padding: 0 !important;
	border: 0;
	background: none;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	display: none;
}

.projectTable .ui-accordion .ui-accordion-header,
.projectForm a{
	display: block;
	height: 100px;
	line-height: 100px;
	background: #822120;
	color:#fff;
	text-align: center;
	font-family: 'Gilroy-Light';
	font-size: 26px;
	margin-top: 40px;
	border-radius: 0;
	transition: 0.4s;
	cursor: pointer;
}

.projectForm a{
	margin-top: 0;
}

.projectTable .ui-accordion .ui-accordion-header.ui-accordion-header-active,
.projectTable .ui-accordion .ui-accordion-header:hover,
.projectForm a:hover{
	background: #ff9000;
	transition: 0.4s;
}

.projectTable .ui-accordion .ui-accordion-content{
	font-family: 'Gilroy-Light';
	color:#fff;
	font-size: 20px;	
}

.projectOption{
	margin-right: -40px;
}

.projectOptionItem{
	width: 450px;
	height: 240px;
	float: left;
	background: #35322e;
	margin-right: 40px;
	margin-bottom: 40px;
	padding: 0 40px;
	padding-top: 40px;
}

.projectOptionItemTitle{
	font-size: 22px;
	font-family: 'Gilroy-Semibold';
	padding-bottom: 12px;
}

.projectOptionItemPrice{
	font-size: 30px;
	font-family: 'Gilroy-Bold';
	color:#ff9000;
	padding-top: 23px;
}

.front .view-project-home .view-content{
	margin: 0;
}

.front .catItemPrice2024{
	width: 410px;
	height: 110px;
	background: #822120 url("../images/icon_proekt_strelka_front.png") no-repeat center right+30px;
	line-height: 140%;
	padding-left: 30px;
	padding-top: 19px;
}

.front .owl-carousel .owl-stage-outer{
	padding-top: 20px;
}

.front .catItemTitle{
	padding-bottom: 33px;
}

.front .catItemTitle a{
	font-size: 36px;
}

.front .catItemDesc{
	padding-top: 29px;
}

.front .catItem:hover .catItemPrice2024{
	background: #ff9000 url("../images/icon_proekt_strelka_hover_front.png") no-repeat center right+30px;
}

.catItemPrice2024Title{
	font-size: 18px;
	font-family: 'Gilroy-Light';
}

.catItemPrice2024Content{
	font-size: 32px;
}

.owl-carousel .owl-item img{
	width: 450px;
	height: 340px;
}

.reports .owl-carousel .owl-item img{
	width: 450px;
	height: 330px;	
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
	width: 40px;
	height: 90px;
	background-image: url("../images/owl_arrows.png");
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 295px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev{
	background-position: top left;
	left: -100px;
}

.owl-carousel .owl-controls .owl-nav .owl-next{
	background-position: top right;	
	right: -100px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover{
	background-position: bottom left;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover{
	background-position: bottom right;	
}

.banners{
	padding-top: 40px;
}

.banners img{
	width: 100% !important;
	height: auto !important; 
}

.banners p{
	margin: 0;
	padding: 0;
}

.reviews .view-content{
	float: left;
}

.reviews .view-reviews{
	background: #000;
}

.reviews .view-header{
	background: none;
	float: right;
	width: 577px;
	padding: 0;
}

.reviews .view-header .promoText{
	background: #35322e;
	height: 153px;
	border-bottom:1px solid #3e3c38;
	border-top:1px solid #3e3c38;
	font-size: 20px;
	padding-left: 60px;
	padding-top: 51px;
}

.reviews .view-header .promoVideo{
	padding: 0 30px;
	background: #000;
}

.reviews .view-header .promoVideo iframe{
	width: 100%;
	height: 456px;
}

.reviews .view-footer{
	clear: both;
	border-top:1px solid #3e3c38;
	padding-top:40px;
}

.reviews .view-footer p,
.reports .view-footer p{
	margin: 0;
}

.reviews .view-footer a,
.reports .view-footer a{
	display: block;
    height: 100px;
    line-height: 100px;
    background: #822120;
    color: #fff;
    text-align: center;
    font-family: 'Gilroy-Light';
    font-size: 26px;
    margin-top: 0;
    border-radius: 0;
	transition: 0.4s;
}

.reports .view-footer a{
	margin-top: 40px;
}

.reviews .view-footer a:hover,
.reports .view-footer a:hover{
	background: #ff9000;
	transition: 0.4s;
}

.reviews .view-reviews .col-1,
.reviews .view-reviews .col-2,
.reviews .view-reviews .col-3{
	padding: 20px;
}

.reviews table tr td{
	border:1px solid #3e3c38;
	border-bottom:0;
	background: #000;
	width: 50%;
	padding: 0;
}

.reviews table tr td iframe{
	width: 100%;
	height: 260px;
}

.reviews table{
	width: 853px;
}

.weItem{
	width: 286px;
	text-align: center;
	font-size: 22px;
	padding-top:160px;
	margin-top: 100px;
	margin-bottom: 87px;
	float: left;
}

.weItem1{background: url("../images/icon_we_1.png") no-repeat top center;}
.weItem2{background: url("../images/icon_we_2.png") no-repeat top center;}
.weItem3{background: url("../images/icon_we_3.png") no-repeat top center;}
.weItem4{background: url("../images/icon_we_4.png") no-repeat top center;}
.weItem5{background: url("../images/icon_we_5.png") no-repeat top center;}

.catalog{
	margin-right: -40px;
}

.catalogItem{
	width: 450px;
	height: 340px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
	transition: 0.4s;
	background: #000;
}

.catalogItem:hover{
	margin-top: -20px;
	margin-bottom: 60px;
	transition: 0.4s;
}

.catalogItem img{
	transition: 0.4s;
}

.catalogItem:hover img{
	opacity: 0.4;
	transition: 0.4s;
}

.catalogTitle{
	position: absolute;
	top:0;
	left: 20px;
	background: #822120;
	color:#fff;
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	font-size: 20px;
	transition: 0.4s;
}

.catalogCounter{
	position: absolute;
	bottom: 30px;
	right: 30px;
	height: 25px;
	background: url("../images/icon_strelka_catalog.png") no-repeat center right ;
	font-size: 20px;
	line-height: 25px;
	padding-right: 45px;
}

.catalogLink a{
	position: absolute;
	width: 450px;
	height: 340px;
	top:0;
	left: 0;
	transition: 0.4s;
}

.catalogText{
	position: absolute;
	top:75px;
	text-align: center;
	width: 100%;
	font-size: 20px;
}

.catalogProekt{
	position: absolute;
	top:193px;
	left: 50%;
	margin-left:-105px;
	width: 210px;
	height: 60px;
	line-height: 60px;
	background: #822120;
	color:#fff;
	font-size: 18px;
	text-align: center;
	transition: 0.4s;
}

.catalogProekt a{
	color:#fff;
	transition: 0.4s;
}

.catalogItem:hover .catalogProekt{
	background: #ff9000;
	transition: 0.4s;
}

.catalogItem:hover .catalogTitle{
	background: #ff9000;
	transition: 0.4s;
}

.front .mainContent{
	margin-top: -280px;
}

.mainContent #node-1565 label{
	color:#fff;
}

#node-1565{
	width: 470px;
}

a.watsapp{
	background: url(../images/watsapp_desctop.png) no-repeat;
	background-size: cover;
	width: 160px;
	height: 32px;
	display: inline-block;
	text-indent: -9999px;
	margin-top: 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #35322e;
}

ul.nice-menu-down li.menu-719 ul{
	right: 0;
	left:auto;
}

ul.nice-menu li.menu-719 ul:after{
	left: auto;
	right: 30px;
}

.ajax-progress-throbber{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background-color:rgba(62,60,56,0.90);
}

.ajax-progress .throbber,
.ajax-progress-throbber .throbber{
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-32px;
	background: url(../images/loader.svg);
	width: 64px;
	height: 64px;
}

#cboxLoadedContent::-webkit-scrollbar {
    width: 5px;
  }

#cboxLoadedContent::-webkit-scrollbar-track {
    background: rgb(240, 240, 240, 1);
    border-radius: 0px;
}

#cboxLoadedContent::-webkit-scrollbar-thumb {
    background: rgb(204, 204, 204, 1);
    border-radius: 0;
  }

#cboxLoadedContent::-webkit-scrollbar-thumb:hover {
    background: rgb(150, 150, 150);
    border-radius: 0;
  }

#cboxLoadedContent::-webkit-scrollbar-thumb:active {
    background: rgb(204, 204, 204);
    border-radius: 0;
  }

.bankBox{
	margin-right: -40px;
}

.bank{
	width: 450px;
	background: #fff;
	padding: 10px;
	float: left;
	margin-right: 40px;
	margin-top: 40px;
}

.bank img{
	width: 100%;
	height: auto;
}

.bank a.bankLink{
	width: 430px;
	height: 70px;
	line-height: 70px;
	color:#fff;
	background: #822120;
	display: block;
	text-align: center;
	transition: 0.4s;
}

.bank a.bankLink:hover{
	background: #ff9000;
	transition: 0.4s;
}

.bank:hover a.bankLink{
	background: #ff9000;
	transition: 0.4s;
}

a.buttonkredit{
	padding: 0 40px;
	height: 80px;
	line-height: 80px;
	margin-top: 40px;
	color:#fff;
	background: #822120;
	text-align: center;
	transition: 0.4s;
	display: inline-block;
}

a.buttonkredit:hover{
	background: #ff9000;
	transition: 0.4s;
}

#node-112 a.phone{
	color:#fff;
	text-decoration: none;
}

.view-special{
	margin-right: calc( (100vw - 1360px)/(1920 - 1360) * (-40 + 33) - 33px);
}

.special{
	float: left;
	background: #fff;
	position: relative;
	margin-right: calc( (100vw - 1360px)/(1920 - 1360) * (40 - 33) + 33px);
	width: calc( (100vw - 1360px)/(1920 - 1360) * (695 - 577) + 577px);
}

.specialBody{
	padding-left: calc( (100vw - 1360px)/(1920 - 1360) * (40 - 33) + 33px);
	padding-right: calc( (100vw - 1360px)/(1920 - 1360) * (40 - 33) + 33px);
	padding-top: calc( (100vw - 1360px)/(1920 - 1360) * (31 - 24) + 24px);
	padding-bottom: calc( (100vw - 1360px)/(1920 - 1360) * (40 - 33) + 33px);
}

.specialTitle{
	font-size: calc( (100vw - 1360px)/(1920 - 1360) * (30 - 25) + 25px);
	color:#000;
	font-family: 'Gilroy-Semibold';
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: calc( (100vw - 1360px)/(1920 - 1360) * (16 - 13) + 13px);
	margin-bottom: calc( (100vw - 1360px)/(1920 - 1360) * (38 - 32) + 32px);
}

.specialTitle a{
	color:#000;
}

.specialPrice{
	color:#ff9000;
	font-family: 'Gilroy-Bold';
	font-size: calc( (100vw - 1360px)/(1920 - 1360) * (30 - 25) + 25px);
}

.specialPrice span{
	color:#b2b2b2;
	font-family: 'Gilroy-Light';
	font-size: calc( (100vw - 1360px)/(1920 - 1360) * (20 - 17) + 17px);
	text-decoration: line-through;
}

.specialText{
	color:#000;
}

.specialLink a{
	width: calc( (100vw - 1360px)/(1920 - 1360) * (210 - 174) + 174px);
	height: calc( (100vw - 1360px)/(1920 - 1360) * (60 - 50) + 50px);
	line-height: calc( (100vw - 1360px)/(1920 - 1360) * (60 - 50) + 50px);
	background: #822120;
	color:#fff;
	display: block;
	text-align: center;
	position: absolute;
	bottom: calc( (100vw - 1360px)/(1920 - 1360) * (40 - 33) + 33px);
	right: calc( (100vw - 1360px)/(1920 - 1360) * (40 - 33) + 33px);
}

.specialImage .field-slideshow-controls a.prev{
	width: calc( (100vw - 1360px)/(1920 - 1360) * (40 - 33) + 33px);
	height: calc( (100vw - 1360px)/(1920 - 1360) * (120 - 100) + 100px);
	background-image: url(../images/special_arrow_left.png);
	top: calc( (100vw - 1360px)/(1920 - 1360) * (200 - 166) + 166px);
}

.specialImage .field-slideshow-controls a.next{
	width: calc( (100vw - 1360px)/(1920 - 1360) * (40 - 33) + 33px);
	height: calc( (100vw - 1360px)/(1920 - 1360) * (120 - 100) + 100px);
	background-image: url(../images/special_arrow_right.png);
	top: calc( (100vw - 1360px)/(1920 - 1360) * (200 - 166) + 166px);
}

.view-special .views-field-field-image-1{
	display: none;
}

.node-type-photoreport #cboxLoadedContent{
	background: #000;
}

#webform-client-form-2853 .form-textarea-wrapper textarea{
	height: 100px;
}