body {
	font-family: 'ralewayregular';
	font-size: 1rem;
	color: #303030;
}

a {
	/* color: #303030; */
	color: #a3441f;
}

a:hover {
	text-decoration: none;
}

h3 {
	font-size: 1.875rem;
	font-family: 'ralewaymedium';
	letter-spacing: .1rem;
}
/*
	.my-container>.row {
	min-width: 1350px;
	}
*/
.white {
	color: #fff!important;
}
.brown, .brown a {
	color: #976d49!important;
}

.mb-1 {
	margin-bottom: 1rem!important;
}
.mb-2 {
	margin-bottom: 2rem!important;
}
.mb-3 {
	margin-bottom: 3rem!important;
}
.mb-4 {
	margin-bottom: 4rem!important;
}
.mb-6 {
	margin-bottom: 6rem!important;
}
.mb-10 {
	margin-bottom: 10.8rem!important;
}
.mb-11 {
	margin-bottom: 12rem!important;
}

.narrow {
	padding: 0 30px;
}

.my-container {
	position: relative;
    padding: 0;
}

.breadcrumbs {
	font-size: 14px;
	color: #fff;
	list-style: none;
	display: block;
	padding: 0;
	margin-top: 150px;
}
.breadcrumb-item {
	display: inline-block!important;
	float: none!important;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumb-sep {
	display: inline-block;
	width: 40px;
	text-align: center;
	font-size: 10px;
}
.breadcrumb-item:last-child {
	display: none!important;
}
.breadcrumb-sep:last-child {
	display: none!important;
}

.big-txt-button {
	text-align: center;
	letter-spacing: 2px;
	display: inline-block;
	width: 442px;
	height: 66px;
	padding-top: 20px;
	background: transparent url(/netcat_template/template/91/img/txt_button2.png) 50% 50% no-repeat;
}

.white-button {
	text-align: center;
	display: inline-block;
	width: 421px;
	padding: 24px;
	color: #fff;
	border: none;
	background: transparent url(/netcat_template/template/91/img/white_button.png) 50% 50% no-repeat;
}
.beige-button {
	text-align: center;
	display: inline-block;
	height: 72px;
	padding-top: 24px;
	color: #fff;
	border: none;
	background: transparent url(/netcat_template/template/91/img/beige_button.png) 50% 50% no-repeat;
	background-size: contain;
	width: 90%;
}

#top-nav  {
    position: absolute;
    z-index: 10;
	width: 100%;
}

#sub-nav  {
    border-bottom: 1px solid #ddd;
	min-height: 62px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.28);
}
#sub-nav.fixed {
    float: none;
	width: 100%;
	margin: 0px auto;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 3;
	background-color: #fff;
}	
#sub-nav.project {
    margin-top: 0;
}
#top-nav .navbar-brand, #sub-nav .navbar-brand {
	margin: 1.7rem 0 0 .7rem;
	min-width: 150px;
	padding-top: 64px;
	font-size: 10px;
	color: #fff;
}
#top-nav .navbar-brand {
	background: transparent url(/netcat_template/template/91/img/logo_white.png) 0 0 no-repeat;
}
#sub-nav .navbar-brand {
	background: transparent url(/netcat_template/template/91/img/logo_dark.png) 0 0 no-repeat;
	color: #777;
}

#top-nav  .nav-item, #sub-nav  .nav-item, #footer-nav  .nav-item {
	position: relative;
}
#top-nav .nav-link, #sub-nav .nav-link, #sub-nav  .nav-link, #footer-nav  .nav-link {
	font-family: 'ralewaymedium';
	position: relative;
	display: inline-block;
	padding: 0.5rem 0;
}
#top-nav .nav-link:hover {
	color: #fff;	
}


#sub-nav .nav-link {
	color: #303030;
}
#sub-nav .nav-link:hover {
	color: #303030;
}
#top-nav .nav-item.active .nav-link:before, #sub-nav .nav-item.active .nav-link:before {
	position: absolute;
	width: 1.5rem;
	left: 0;
	top: 2.2rem;
	content: '';
	border-bottom: 2px solid #976d49;
}
#top-nav .nav-item:hover .nav-link:before, #sub-nav .nav-item:hover .nav-link:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 2.2rem;
	content: '';
	border-bottom: 2px solid #976d49;
}

.nav-item.dropdown>a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	border-radius: 0;
	top: 90%;
    left: 50%; 
    transform: translateX(-50%); 
}
.dropdown-menu:before {
    display: inline-block;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .5em solid transparent;
    border-bottom: .5em solid #fff;
    border-left: .5em solid transparent;
}
.dropdown-item.active, .dropdown-item:active {
	color: #303030;
	background-color: transparent;
	position: relative;
}
.dropdown-item.active:after {
	position: absolute;
	width: 2rem;
	left: 1.5rem;
	top: 1.8rem;
	content: '';
	border-bottom: 1px solid #976d49;
}

form.form-inline {
	position: relative;
	width: 28px;
}
.fa-search {
	width: 28px;
	height: 28px;
	position: relative;
	display: inline-block;
	border: none;
	border-radius: 0;
	background-color: #976d49;
	cursor: pointer;
}
.fa-search:before {
	position: absolute;
	top: 7px;
	left: 8px;
	font-family: 'FontAwesome';
	font-size: 12px;
	color: #fff;
	opacity: .5;
}
input.form-control[type=search] {
	font-family: 'ralewaylight';
	font-size: 10px;
	width: 300px;
	display: none;
	position: absolute;
	top: 28px;
	right: -8px;
	border-radius: 0;
	border: none;
}

.mobile-search {
	padding-top: 30px;
}
.mobile-search form.form-inline {
	position: relative;
	float: right;
	width: 44px;
	margin-right: 16px;
}
.mobile-search .fa-search {
	width: 44px;
	height: 44px;
	position: relative;
	display: inline-block;
	border: none;
	border-radius: 0;
	background-color: #976d49;
}
.mobile-search .fa-search:before {
	position: absolute;
	top: 6px;
	left: 10px;
	font-family: 'FontAwesome';
	font-size: 26px;
	color: #fff;
	opacity: .5;
}
.fa-bars {
	width: 44px;
	height: 44px;
	position: relative;
	display: inline-block;
	float: right;
	background-color: #976d49;
	cursor: pointer;
}
.fa-bars:before {
	position: absolute;
	top: 7px;
	left: 8px;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fff;
	opacity: .5;
}
.mobile-search input.form-control[type=search] {
	font-family: 'ralewaylight';
	font-size: 12px;
	width: 180px;
	display: none;
	position: absolute;
	top: 0;
	right: 44px;
	padding: 15px 10px;
	border-radius: 0;
	border: none;
}



.top-contacts {
	top: 87vh;
	position: absolute;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 1.125rem;
}
.top-contacts-left {
	padding-left: 3rem;
}
.top-contacts-center {
	text-align: center;
}
.top-contacts-right {
	padding-right: 3rem;
}
.top-phone {
	font-size: 1.25rem;
}
.top-work {
	font-size: .812rem;
	opacity: .46;
}
.top-call {
	position: relative;
	width: 160px;
	margin: 0 auto;
	cursor: pointer;
}
.top-call:after {
	position: absolute;
	width: 2rem;
	left: 0.2rem;
	top: 2.2rem;
	content: '';
	border-bottom: 1px solid #976d49;
}


.main-text {
	margin-top: 3rem;
}
.main-text h1 {
	font-size: 1.125rem;
	letter-spacing: .05rem;
	font-family: 'ralewaymedium';
}
.main-text h2 {
	font-size: 1.875rem;
	font-family: 'ralewaymedium';
}

.v-blocks .block-img {
	margin-bottom: 1rem;
}
.v-blocks .block-ttl {
	margin-bottom: 1rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
}
.v-blocks .block-txt {
	font-size: .75rem;
	padding: 0 2rem;
	color: #6a6a6a;
	font-family: 'open_sanslight';
}

.h-blocks >div {
	padding-left: 10rem!important;
	background-repeat: no-repeat;
	background-position: 20px 0;
	height: 14rem;
}
.h-blocks .col-7 {
	padding-right: 11rem;
}
.h-blocks .block-ttl {
	margin-bottom: 1rem;
	font-family: 'open_sansbold';
	font-size: 1.5rem;
	line-height: 2rem;
}
.h-blocks .block-txt {
	color: #777;
}

.m-blocks >div {
	background-repeat: no-repeat;
	background-position: 2rem 0;
	height: 20rem;
}
.m-blocks .block-shadow {
	padding: 2.5rem 2rem 0;
	position: absolute;
	left: 25%;
	top: .8rem;
	height: 18.4rem;
	width: 71%;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 8px 10px 15px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 8px 10px 15px 0px rgba(0,0,0,0.13);
	box-shadow: 8px 10px 15px 0px rgba(0,0,0,0.13);
}
.m-blocks .block-ttl {
	font-family: 'ralewaymedium';
	font-size: 1.25rem;
	height: 5rem;
	position: relative;
}
.m-blocks .block-ttl:after {
	position: absolute;
	width: 7rem;
	height: 1px;
	left: 0;
	top: 3.4rem;
	border-bottom: 1px solid #ddd;
	content: '';
}
.m-blocks .block-txt {
	font-size: .875rem;
	line-height: 1.125rem;
}

.big-block {
	height: 900px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.big-block .block-ttl {
	margin-top: 19.5rem;
	font-size: 5.825rem;
	font-family: 'ralewaybold';
	letter-spacing: 6px;
}
.big-block .block-txt {
	font-size: 1.5rem;
	margin-bottom: 8rem;
	padding: 0 10px;
}
.big-block .block-buttons a {
	margin: 0 2rem;
}

.top-img-block img {
	width: 100%;
}
.top-img-block h1 {
	font-family: 'ralewaymedium';
	font-size: 30px;
	letter-spacing: 2px;
	position: relative;
     border-bottom: 1px solid #976d49;
     padding-bottom: 1rem;
}
.top-img-block h1:after {
	position: absolute;
	/* content: ''; */
	left: 40%;
	right: 40%;
	top: 50px;
	height: 1px;
	background-color: #976d49;
}
.top-img-block .block-txt {
	font-family: 'ralewaymedium';
	font-size: 14px;
	letter-spacing: 1px;
	color: #5b5b5b;
}


.proj-map {
	height: 760px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.proj-overlay {
	background-color: #000;
	opacity: 0.7;
	position: absolute;
	height: 760px;
	width: 100%;
	top: 0;
}
.proj-map .block-ttl {
	position: relative;
	padding-top: 15rem;
	font-size: 3.5rem;
	letter-spacing: .3rem;
	font-family: 'ralewaybold';
	text-transform: uppercase;
}
.proj-map .block-txt {
	position: relative;
	padding-left: 2rem;
	padding-right: 2rem;
}
.proj-map .proj-link {
	display: inline-block;
	position: relative;
	width: 160px;
	border: 3px solid #fff;
	padding: 1.2rem 0;
}

.filter {
	height: 795px;
	background: transparent url(/netcat_template/template/91/img/filter_bg.jpg) 0 0 no-repeat;
	background-size: cover;
}
.filter-toggler {
	width: 710px;
	height: 70px;
	margin: 55px auto 0;
}
.filter-toggler a {
	display: block;
	position: relative;
	width: 354px;
	padding: 14px 0;
	text-align: center;
	color: #fff;
	border: 3px solid #fff;
}
.filter-toggler a.active {
	background-color: #fff;
	color: #555;
}
.filter-toggler a.active:after {
	background-color: #fff;
	position: absolute;
	display: block;
    -moz-transform: rotate(45deg); /* ��� Firefox */
    -ms-transform: rotate(45deg); /* ��� IE */
    -webkit-transform: rotate(45deg); /* ��� Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* ��� Opera */
    transform: rotate(45deg);
	content: '';
	width: 24px;
	height: 24px;
	left: 48%;
	top: 37px;
}
.filter-toggler a:first-child {
	float: left;
}
.filter-toggler a:last-child {
	float: right;
}


.filter-box {
	position: relative;
	width: 770px;
	margin: 45px auto 0;
}
#filter-box2 {
	display: none;
}
.filter-item-title {
	
}

.filter-submit {
	text-align: center;
}




.main-houses .house-img {
	height: 330px;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.main-houses .house-img a {
	display: block;
	position: absolute;
	height: 330px;
	width: 100%;
	background-color: #000;
	opacity: .5;
}
.main-houses .house-price {
	font-family: 'open_sanssemibold';
	font-size: 1.5rem;
}


.main-gallery a {
	display: block;
	height: 330px;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-gallery a:hover .gallery-overlay {
	background-color: #000;
	opacity: 0.5;
	position: absolute!important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.filter-list {
	margin: 2rem 0 0;
}
.filter-list-submit {
	width: 100px;
	height: 35px;
	margin-top: 10px;
	cursor: pointer;
	border: none;
	border-radius: 0;
	background-color: #976d49;
}
.filter-list .custom-select {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: .2rem 1.75rem .3rem .3rem;
}
.filter-list .custom-select[name=material] {
	width: 220px;
}
.filter-list .custom-select[name=s] {
	width: 220px;
}

.proj-list .projitem a {
	display: block;
	height: 470px;
	margin: 1px;
	padding: 280px 0 0 40px;
	position: relative;
	color: #fff;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.proj-list .projitem a:hover {
	text-decoration: none;
}
.proj-list .projitem div {
	position: relative;
	font-size: 26px;
	font-family: 'open_sansregular';
}
.proj-list .projitem .proj-list-price {
	font-size: 30px;
}
.proj-list-overlay {
	background-color: #000;
	opacity: 0.5;
	position: absolute!important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
a:hover .proj-list-overlay {
	opacity: 0;
    transition: all 0.3s ease-out 0.3s;
}

.browse-msg a, .browse-msg b {
	text-decoration: none;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	border: 1px #ddd solid;
}
.browse-msg b {
	background: #ddd;
}

.wrap-kit-proj {
	padding: 50px 0px 50px;
	border: 1px solid #ddd;
	background: transparent url(/netcat_template/template/91/img/komplekt-bg.jpg) 0 0 repeat-x;
}
.wrap-kit-proj:hover, .wrap-kit-proj.active {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.27);	
}
.wrap-kit-proj h3 {
	font-size: 24px;
}
.kit-proj-price {
	font-family: 'open_sanssemibold';
	font-size: 47px;
}
.kit-proj-what {
	font-size: 24px;
	letter-spacing: 1px;
}
.wrap-kit-proj ul {
	list-style: none;
	font-size: 18px;
	padding: 0;
	line-height: 22px;
}
.wrap-kit-proj li {
	position: relative;
	margin: 0 15px 20px 90px;
}
.wrap-kit-proj li:before {
	position: absolute;
	top: 5px;
	left: -40px;
	height: 18px;
	width: 18px;
	content: '';
	background: transparent url(/netcat_template/template/91/img/check-brown.png) 0 0 no-repeat;
}
.kit-proj-order {
	display: inline-block;
	width: 180px;
	height: 45px;
	padding-top: 9px;
	color: #fff;
	border: 2px solid #976d49;
	background-color: #976d49;
}
.kit-proj-check {
	display: inline-block;
	width: 180px;
	height: 45px;
	padding-top: 9px;
	border: 2px solid #976d49;
}
.kit-proj-note {
	font-family: 'open_sansregular';
	font-size: 18px;
	color: #b4b4b4;
	letter-spacing: 1px;
	margin-top: 30px;
}

.options-switch, .options-key-switch {
	text-align: center;
	display: inline-block;
	width: 20%;
	height: 45px;
	padding-top: 9px;
	border: 1px solid #976d49;
}
.options-switch.active, .options-key-switch.active {
	color: #fff;
	background-color: #976d49;
}



.proj-options {
	background: transparent url(/netcat_template/template/91/img/options.jpg) 0 0 no-repeat;
}
/* .proj-options {
	background-image: url(/netcat_template/template/91/img/options.jpg);
     background-position: left center;
     background-size: contain;
} */
.proj-options-block {
	margin-left: 400px;
}
/* .proj-options-block {
     margin-left: 350px;
     background: white;
     padding-left: 50px;
} */
.proj-options-title {
	font-family: 'ralewaymedium';
	font-size: 24px;
	letter-spacing: 1px;
}
.proj-options-price {
	font-family: 'open_sansregular';
	font-size: 24px;
}
.btn-on-img{
     font-size: 1rem;
     padding: 0.3rem 1.3rem;
     border: 0;
     border-radius: .2rem;
     position: absolute;
     margin-left: 13rem;
     bottom: 1rem;
}

.checkbox,
.radio {
	display: block;
	margin-bottom: 15px; 
}
.checkbox:hover,
.radio label {
	cursor: pointer; 
}
.checkbox .fa,
.radio .fa {
	width: 30px; 
}
.indent {
	padding-left: 30px; 
}
.indent .fa {
	margin-left: -30px; 
}
.radio label {
	margin: 0;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
	display: none; 
}
.checkbox input[type="checkbox"] + i:before,
.radio input[type="radio"] + i:before {
	content: "\f0c8";
	position: relative;
	bottom: -2px;
	margin-right: 5px;
	color: #976d49;
	font-size: 22px;
}
.checkbox:hover input[type="checkbox"] + i:before,
.radio:hover input[type="radio"] + i:before {
	color: #976d49; 
}
.checkbox input[type="checkbox"]:checked + i:before,
.radio input[type="radio"]:checked + i:before {
	content: "\f14a";
	color: #976d49; 
}
.checkbox input[type="checkbox"]:disabled + i:before,
.checkbox input[type="checkbox"]:disabled:checked + i:before,
.radio input[type="radio"]:disabled + i:before,
.radio input[type="radio"]:disabled:checked + i:before {
	color: #ddd; 
}

.proj-float-basket {
	display: none;
}
.proj-float-basket.fixed {
	font-family: 'open_sansregular';
	cursor: pointer;
	position: fixed;
	display: block;
	z-index: 3;
	top: 40%;
	right: 20px;
	width: 120px;
	padding-top: 105px;
	text-align: center;
	background: transparent url(/netcat_template/template/91/img/float-basket.png) 50% 0 no-repeat;
	text-shadow: 0px 0px .5px rgba(255, 255, 255, 1);
}	
.proj-total-sum {
	font-family: 'ralewaymedium';
	font-size: 24px;
}
.proj-total-sum span {
	font-family: 'open_sansregular';
	font-size: 30px;
}
.proj-order-button  {
	cursor: pointer;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    display: block;
    float: right;
    width: 390px;
    padding: 16px 0;
    background-color: #976d49;
}

.bc-blocks .bc-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 1px;
}
.bc-blocks .block-overlay {
	background-color: #000;
	opacity: 0.3;
	position: absolute!important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bc-blocks .block-wrap {
	position: relative;
	height: 230px;
	padding: 20px;
	margin: 15px;
	font-family: 'ralewaymedium';
	border: 1px solid #976d49;
    transition: all 0.3s ease-out 0.3s;
}

.bc-blocks .bc-block:hover .block-wrap {	
	background-color: rgba(151, 109, 73, 0.5);
	border: none;
}
.bc-blocks .block-ttl {
	font-size: 24px;
	margin-top: 80px;
    transition: all 0.3s ease-out 0.3s;
}
.bc-blocks .block-txt {
	opacity: 0;
	margin-top: 100px;
	font-size: 14px;
	line-height: 17px;
	color: #e1c7b0;
	transition: all 0.3s ease-out 0.3s;
}
.bc-blocks .bc-block:hover .block-ttl {
	margin: 0 0 20px;
}
.bc-blocks .bc-block:hover .block-txt {
	opacity: 1;
	margin-top: 0px;
}


.building-block, .building-overlay {
	height: 850px;
	width: 100%;
}
.building-block {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.building-overlay {
	background-color: #000;
	opacity: 0.75;
	position: absolute;
	top: 0;
}

.building-title1 {
	font-family: 'ralewaymedium';
	font-size: 48px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 60px;
	position: relative;
	padding: 0 30px;
	margin-top: 150px;
}
.building-underline {
	position: relative;
	width: 210px;
	left: 0;
	right: 0;
	margin: 50px auto 0;
	border-bottom: 1px solid #976d49;
}
.building-title2 {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	width: 100%;
	margin-top: 100px;
	padding: 0 100px;
}
.building-title2 ul {
	font-family: 'ralewaymedium';
	font-size: 24px;
	text-align: left;
	line-height: 50px;
	padding-left:  16%;
	list-style: none
}
.building-title2 li {
	position: relative;
}
.building-title2 li:before {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -30px;
	top: 19px;
	content: '';
	border: 6px solid #976d49;
	border-radius: 50%;
}
.building-title2 span {
	color: #976d49;
}
.building-source-link {
	text-align: center;
	position: absolute;
	width: 100%;
	margin-top: 150px;
}
.building-source-link a {
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	display: inline-block;
	width: 33%;
	height: 59px;
	padding-top: 16px;
	background-color: #976d49;
}

.brus-blocks {
	padding: 50px 35px;
	background: transparent url(/netcat_template/template/91/img/brus-bg.jpg) 50% 50%;	
}
.brus-blocks h2 {
	font-family: 'ralewaybold';
	font-size: 24px;
	letter-spacing: 2px;
}
.brus-blocks .row {
	padding: 50px 0;
	background-color: rgba(0, 0, 0, .6);
}
.brus-blocks .block-img {
	height: 240px;
}
.brus-blocks .block-ttl {
	font-size: 24px;
	letter-spacing: 2px;
}
.brus-blocks .block-ttl2 {
	letter-spacing: 1px;
}
.brus-blocks .block-txt {
	padding: 0 20px;
	line-height: 18px;
}
.brus-blocks .block-price {
	font-size: 24px;
	font-family: 'open_sanssemibold';
}

.kbrus-block .col-7 {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.kbrus-block .block-ttl {
	font-family: 'ralewaysemibold';
	font-size: 30px;
}
.kbrus-block h3 {
	font-size: 20px;
	letter-spacing: 1px;
}
.kbrus-block ul {
	padding-left: 20px;
	list-style: none
}
.kbrus-block li {
	position: relative;
	margin-bottom: 10px;
}
.kbrus-block li:before {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -20px;
	top: 9px;
	content: '';
	border: 4px solid #976d49;
	border-radius: 50%;
}

.strop-blocks .col-12 {
	padding: 342px 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.strop-blocks .col-12:nth-child(even) {
	padding: 0 0 330px;
	background-position: 0 100%;
}
.strop-blocks .block-ttl {
	font-family: 'ralewaymedium';
	font-size: 24px;
}
.strop-blocks .block-txt {
	color: #514f4f;
	line-height: 18px;
	height: 97px;
	padding: 0 20px;
	overflow: hidden;
}
.strop-blocks .beige-button {
	color: #202020;
}


.gallery-switcher {
	margin-top: 40px;
}
.gallery-switch {
	text-align: center;
	font-size: 24px;
	display: inline-block;
	width: 26%;
	padding: 14px 0;
	margin-right: 7px;
	border: 3px solid #976d49;
}
.gallery-switch.active {
	color: #fff;
	background-color: #976d49;
}
.gallery a {
	display: block;
	height: 320px;
	margin: 2px;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.gallery a:hover .gallery-overlay {
	background-color: #000;
	opacity: 0.5;
	position: absolute!important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


.contacts, .cont-overlay {
	height: 100vh;
	width: 100%;
	box-sizing: border-box; 
}
.contacts {
	background-repeat: no-repeat;
	background-size: cover;
}
.cont-overlay {
	background-color: #000;
	opacity: 0.75;
	position: absolute;
	top: 0;
}
.contacts h1 {
	position: relative;
	margin-top: 28vh;
	font-family: 'ralewayblack';
	font-size: 64px;
	letter-spacing: 3px;
}
.contacts .col-lg-6 {
	padding-left: 105px;
	font-family: 'ralewaymedium';
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20px;
}
.contacts .col-lg-6>div {
	height: 65px;
}
.contacts .top-call {
	bottom: -30px;
	width: 170px;
	font-family: 'ralewaymedium';
	font-size: 18px;
	letter-spacing: 1px;
}
.cont-link1, .cont-link2 {
	position: relative;
	cursor: pointer;
}
.cont-link1:after, .cont-link2:after {
    position: absolute;
    width: 3rem;
    left: 1.8rem;
    top: 2.2rem;
    content: '';
    border-bottom: 1px solid #976d49;
}
.contacts .col-lg-6 i {
	width: 30px;
}
.contacts .col-lg-6 i:before {
	font-size: 1.5rem;
}

.pop-map .modal-content {
	height: 570px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.pop-map .modal-header {
	/*background-color: rgba(0, 0, 0, .6);*/
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: "";
}

.modal-content {
	width: 100%;
}



.slider-down {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 30px;
	overflow: hidden;
}
.slider-down i {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}
.slider-down i:before {
	display: inline-block;
	padding-top: 10px;
	font-size: 1.5rem;
}

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bxslider {
	margin: 0;
	padding: 0;
}

.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}

.bx-slider-top .bx-item, .bx-slider-top .bx-overlay {
	height: 100vh;
	width: 100%;
	box-sizing: border-box; 
}
.bx-slider-top .bx-item {
	background-repeat: no-repeat;
	background-size: cover;
}
.bx-slider-top .bx-overlay {
	background-color: #000;
	opacity: 0.75;
	position: absolute;
	top: 0;
}

.bx-slider-top .bx-title1 {
	font-family: 'ralewayblack';
	font-size: 4rem;
	text-align: center;
	letter-spacing: 2px;
	line-height: 4.2rem; 
	color: #fff;
	position: absolute;
	width: 100%;
	top: 33vh;
}
.bx-slider-top .bx-title1 span {
	color: #976d49;
}
.bx-slider-top .bx-title2 {
	font-family: 'ralewaymedium';
	font-size: 1.25rem;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
	position: absolute;
	width: 80%;
	top: 59vh;
	left: 10%;
	right: 10%;
}
.bx-slider-top .bx-source-link {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 73vh;
}
.bx-slider-top .bx-source-link a {
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	display: inline-block;
	width: 264px;
	height: 59px;
	padding-top: 16px;
	background: transparent url(/netcat_template/template/91/img/txt_button.png) 50% 50% no-repeat;
}
/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-slider-top .bx-wrapper .bx-controls-auto {
	position: absolute;
	right: 25px;
	top: 45%;
	width: 10px;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('images/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-pager-link {
	color: transparent;
	display: block;
	position: relative;
	width: 14px;
	height: 13px;
	margin-bottom: 10px;
	border-radius: 50%;
}
.bx-pager-link:after {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 2px;
	left: 2px;
	background-color: #bbb;
	border-radius: 50%;
	content: '';
}
.bx-pager-link.active {
	border: 1px solid #bbb;
}

#proj-more {
	max-width: 1000px;
}
#proj-more img {
	width: 100%;
}

.wrap-slider-proj, .wrap-slider-proj .bx-overlay {
	height: 100vh;
	width: 100%;
	box-sizing: border-box;
}
.wrap-slider-proj {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.wrap-slider-proj .bx-overlay {
	background-color: #000;
	opacity: 0.35;
	position: absolute;
	top: 0;
}

.wrap-slider-proj h1 {
	font-family: 'ralewaymedium';
	font-size: 30px;
	letter-spacing: 2px;
	margin-top: 20px;
}

.wrap-slider-proj .source-link a {
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	display: block;
	width: 390px;
	margin-left: 40px;
	padding: 16px 0;
	background-color: #976d49;
}
.wrap-slider-proj .bx-pager-wrap {
	position: absolute;
	width: 215px;
	bottom: 190px;
}
.wrap-slider-proj .bx-pager {
	width: 150px;
	position: absolute;
	top: 150px;
}
.wrap-slider-proj .bx-pager a {
	display: block;
	margin-bottom: 7px;
	background-size: cover;
	background-position: center;
}

.wrap-slider-proj .bx-pager.material a {
	height: 105px;
}

.wrap-slider-proj .bx-pager-overlay {
	background-color: #000;
	opacity: 0.25;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.wrap-slider-proj .bx-pager a img {
	width: 100%;
	transition: .4s ease-in-out;
}
.wrap-slider-proj .active .bx-pager-overlay {
	opacity: 0;	
}
.top-contacts-proj {
	text-align: center;
	font-family: 'open_sanssemibold';
	font-size: 20px;
	color: #fff;
	margin-top: 150px;
}
.top-contacts-proj .top-call {
	font-family: 'ralewaymedium';
	font-size: 18px;	
}
.top-info-proj {
	letter-spacing: 2px;
	color: #3c3838;
	font-family: 'open_sansregular';
	font-size: 20px;
	margin-right: 40px;
	width: 390px;
	padding: 13px 0;
	float: right;
	background: rgba(255,255,255,.7);
}
.top-square {
	display: inline-block;
	padding-left: 40px;
	margin-left: 30px;
	background: transparent url(/netcat_template/template/91/img/ruler.png) 0 50% no-repeat;
}
.top-level {
	display: inline-block;
	padding-left: 40px;
	margin-left: 50px;
	background: transparent url(/netcat_template/template/91/img/level.png) 0 50% no-repeat;
}


.bx-slider-beam .bx-item, .bx-slider-beam .bx-overlay {
	height: 100vh;
	width: 100%;
	box-sizing: border-box;
}
.bx-slider-beam .bx-item {
	background-repeat: no-repeat;
	background-size: cover;
}

.bx-slider-beam .bx-overlay {
	background-color: #000;
	opacity: 0.35;
	position: absolute;
	top: 0;
}

.wrap-slider-beam h1 {
	font-family: 'ralewaymedium';
	font-size: 30px;
	letter-spacing: 2px;
	position: absolute;
	top: 200px;
	left: 300px;
}

.wrap-slider-beam .price-beam {
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	position: absolute;
	left: 50px;
	bottom: 60px;
}
.wrap-slider-beam .price-beam span {
	font-family: 'open_sansregular';
	font-size: 30px;
	display: block;
}

.wrap-slider-beam .bx-pager-wrap {
	position: absolute;
	width: 215px;
	bottom: 190px;
}
.wrap-slider-beam #bx-pager a {
	display: block;
}
.wrap-slider-beam .bx-pager-overlay {
	background-color: #000;
	opacity: 0.25;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.wrap-slider-beam #bx-pager a img {
	width: 100%;
	transition: .4s ease-in-out;
}
.wrap-slider-beam .active .bx-pager-overlay {
	opacity: 0;	
}
.top-contacts-beam {
	text-align: center;
	font-family: 'open_sanssemibold';
	font-size: 20px;
	color: #fff;
	display: block;
	position: absolute;
	top: 150px;
	right: 100px;
}
.top-contacts-beam .top-call {
	font-family: 'ralewaymedium';
	font-size: 18px;	
}
.top-info-beam {/*
	position: absolute;
	right: 65px;
	top: 50vh;
	width: 580px;
*/}

.beam-info-switch {
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 190px;
	padding: 15px 0;
	border: 1px solid #976d49;
}
.beam-info-fancy {
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 7px;
	background-color: #976d49;
}
.beam-info-switch.active {
	background-color: #976d49;
}
.beam-info-block {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20px;
	display: none;
}
.beam-info-block.active {
	display: block;
}



.bx-slider-pro .bx-item, .bx-slider-pro .bx-overlay {
	height: 705px;
	width: 100%;
	color: #fff;
	background-size: cover;
}

.bx-slider-pro .bx-overlay {
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
}

.bx-slider-pro .bx-etap {
	font-family: 'ralewaybold';
	font-size: 3.75rem;
	letter-spacing: 2px;
	position: relative;
	margin: 130px 0 0 2rem;
}

.bx-slider-pro .bx-title1 {
	font-family: 'ralewaymedium';
	font-size: 3rem;
	letter-spacing: 2px;
	line-height: 3.3rem;
	position: relative;
	margin: 90px 0 0 2rem;
}

.bx-slider-pro .bx-title2 {
	font-family: 'ralewayregular';
	font-size: 1em;
	letter-spacing: 1px;
	position: relative;
	max-width: 1000px;
	margin: 30px 0 0 2rem;
}


/* DIRECTION CONTROLS (NEXT / PREV) */
.wrap-slider-pro .bx-wrapper .bx-controls-direction {
	position: absolute;
	width: 40px;
	bottom: 50px;
	right: 40px;
}
.wrap-slider-pro .bx-wrapper .bx-prev {
	border-right: none!important;
	border-top: none!important;
}
.wrap-slider-pro .bx-wrapper .bx-next {
	border-left: none!important;
	border-bottom: none!important;
}
.wrap-slider-pro .bx-controls-direction .bx-prev {
	top: 0;
	left: 0;
}
.wrap-slider-pro .bx-controls-direction .bx-next {
	top: 0;
	right: 0;
}
.wrap-slider-pro .bx-wrapper .bx-controls-direction a {
	position: absolute;
	display: block;
	border: 1px solid #fff;
    -moz-transform: rotate(45deg); /* ��� Firefox */
    -ms-transform: rotate(45deg); /* ��� IE */
    -webkit-transform: rotate(45deg); /* ��� Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* ��� Opera */
    transform: rotate(45deg);
	outline: 0;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-slider-reviews .bx-item {
	height: 450px;
}

.bx-slider-reviews .rev-title {
	font-family: 'ralewaybold';
	font-size: 1.5rem;
	position: relative;
}
.bx-slider-reviews .rev-title:after {
	right: 620px;
	height: 1px;
	left: 620px;
	top: 5rem;
	border-bottom: 1px solid #ddd;
	content: '';
	position: absolute;
}

.bx-slider-reviews .rev-text {
	width: 73%;
	margin: 0 auto;
	color: #999;
	font-size: 14px;
}

.bx-slider-reviews .rev-ava-wrap {
	position: absolute;
	height: 90px;
	bottom: 35px;
	left: 0;
	right: 0;
	text-align: center;
}
.bx-slider-reviews .rev-ava {
	display: inline-block;
	width: 90px;
	height: 90px;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 50%;
}
.bx-slider-reviews .rev-name {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.wrap-slider-reviews .bx-wrapper .bx-controls-direction {
}
.wrap-slider-reviews .bx-wrapper .bx-prev {
	border-right: none!important;
	border-top: none!important;
}
.wrap-slider-reviews .bx-wrapper .bx-next {
	border-left: none!important;
	border-bottom: none!important;
}
.wrap-slider-reviews .bx-controls-direction .bx-prev {
	top: 210px;
	left: 30px;
}
.wrap-slider-reviews .bx-controls-direction .bx-next {
	top: 210px;
	right: 30px;
}
.wrap-slider-reviews .bx-wrapper .bx-controls-direction a {
	position: absolute;
	display: block;
	border: 2px solid #bbb;
    -moz-transform: rotate(45deg); /* ��� Firefox */
    -ms-transform: rotate(45deg); /* ��� IE */
    -webkit-transform: rotate(45deg); /* ��� Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* ��� Opera */
    transform: rotate(45deg);
	outline: 0;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	z-index: 9999;
}


#callModal .modal-content {
	padding: 20px 40px 50px;
	background: #fff url(/netcat_template/template/91/img/popup-bg.jpg) 0 0 repeat-x;
	border: none;
	border-radius: 0;
}
#callModal .modal-header {
	padding: 20px 0;
	border: none;
}
#callModal .modal-title {
	font-family: 'ralewaymedium';
	font-size: 24px;
	color: #666666;
}
#callModal .modal-body {
	padding: 0;
}
#callModal input[type=text] {
	width: 100%;
	display: block;
	margin-bottom: 40px;
	padding: 1rem;
	border: none;
	border-bottom: 1px solid #666666;
}

#callModal button[type=submit] {
	width: 160px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	padding: .5rem 0;
	margin: 0 auto;
	background: transparent;
	border: 1px solid #666666;
}
#callModal button[type=submit][disabled=disabled] {
	width: 100%;
	cursor: default;
}

.modal-dialog .modal-content {
	padding: 20px 40px 50px;
	border: none;
	border-radius: 0;
}.modal-dialog .modal-header {
	padding: 20px 0;
	border: none;
}.modal-dialog .modal-title {
	font-family: 'ralewaymedium';
	font-size: 30px;
	color: #333;
	width: 100%;
}.modal-dialog .modal-body {
	padding: 0;
}.modal-dialog .modal-options-title {
	display: inline-block;
	width: 160px;
	font-size: 24px;
}.modal-dialog .custom-select {
	width: 600px;
}.modal-dialog .modal-options-price {
	float: right;
	font-family: 'open_sansregular';
	font-size: 24px;
}.modal-dialog .modal-order-sum {
	font-size: 24px;
}.modal-dialog .modal-order-sum sum {
	font-family: 'open_sansregular';
	font-size: 30px;
}.modal-dialog input[type=text] {
	width: 49%;
	display: inline-block;
	padding: 1rem;
	border: 1px solid #ccc;
}.modal-dialog input[type=text]:first-child {
	margin-right: 10px;
}.modal-dialog input[type=submit] {
	width: 360px;
	color: #fff;
	cursor: pointer;
	padding: 1rem 0;
	border: none;
	background-color: #976d49;
}

.modal-xlg {
	max-width: 1150px;
}


#consult-form {
	height: 665px;
	padding: 50px 0 0 42px;
	background: transparent url(/netcat_template/template/91/img/form-bg.jpg) 50% no-repeat;
	background-size: cover;
}
.consult-form-title {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}
.consult-form-left {
	width: 55%;
}
.consult-form-left .input-text {
	margin-bottom: 2rem;
	height: 56px;
}
.consult-form-left .input-text i {
	float: left;
}
.consult-form-left .input-text i:before {
	font-size: 2rem;
	text-align: center;
	display: block;
	padding: 12px 0;
	width: 72px;
	background-color: #fff;
}
.consult-form-left input[type=text] {
	width: 645px;
	display: block;
	float: left;
	padding: 1rem 0 1rem .2rem;
	border: none;
}

#consult-form button[type=submit] {
	width: 50%;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: 1rem 0;
	border: none;
	background-color: #976d49;
}
#consult-form button[type=submit][disabled=disabled] {
	width: 100%;
	cursor: default;
}


footer {
	margin: 1px auto 0;
	background: #211e16 url(/netcat_template/template/91/img/footer-bg.jpg) 50% 100% no-repeat;
	background-size: 100% auto;
}
footer>.row {
	padding-top: 65px;
}

#footer-form {
	width: 100%;
	padding: 1.5rem 2rem 2rem;
	background-color: #17150f;
}
.footer-form-title {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}
.footer-form-left {
}
.footer-form-left .input-text i {
	float: left;
	width: 17.5%
}
.footer-form-left .input-text i:before {
	font-size: 1.2rem;
	text-align: center;
	display: block;
	padding: 15px 0 16px;
	width: 52px;
	background-color: #2f2d27;
}
.footer-form-right {
}
.footer-form-left input {
	width: 82.5%;
	display: block!important;
	float: left;
	padding: .9rem 0 .9rem .3rem!important;
	margin-bottom: 1rem;
	color: #fff;
	font-size: .875rem;
	background-color: #2f2d27;
	border: none!important;
}

.footer-form-right textarea {
	width: 100%;
	height: 11.25rem;
	padding: .9rem;
	color: #fff;
	font-size: .875rem;
	background-color: #2f2d27;
	border: none;
}
#footer-form button[type=submit] {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 1rem 0;
	cursor: pointer;
	border: none;
	background-color: #976d49;
}
#footer-form button[disabled=disabled] {
	cursor: default!important;
}

.footer-contacts {
	padding-top: 5rem;
}
.footer-contacts> div {
	position: relative;
	padding-left: 4.7rem;
	color: #999;
	line-height: 2rem;
}
.footer-contacts> div:before {
	position: absolute;
	left: 2.5rem;
	font-size: 1.2rem;
	font-family: 'FontAwesome';
	color: #976d49;
}

#footer-nav  {
    z-index: 10;
	padding: 50px 0 60px;
}
#footer-nav .navbar-brand {
	margin: 0 0 0 .7rem;
	min-width: 150px;
	padding-top: 64px;
	font-size: 10px;
	color: #fff;
}
#footer-nav .navbar-brand {
	background: transparent url(/netcat_template/template/91/img/logo_white.png) 0 0 no-repeat;
}
#footer-nav  .nav-item {
	position: relative;
}
#footer-nav .nav-link {
	font-family: 'ralewaymedium';
}
#footer-nav .nav-item.active .nav-link:before {
	position: absolute;
	width: 1.5rem;
	left: 0.5rem;
	top: 2.2rem;
	content: '';
	border-bottom: 2px solid #976d49;
}


@media (max-width: 1199.98px) {
	
}
@media (max-width: 991.98px) {
	#top-nav .navbar-brand, #sub-nav .navbar-brand {
		margin: 1rem 0 0 .7rem;
		min-width: 120px;
		padding-top: 54px;
		font-size: 10px;
		background-size: contain !important;
	}	
	#top-nav .nav  {
		background-color: #000;
		/* opacity: 0.75; */
	}
	#top-menu {
		display: none;
	}
	.dropdown-menu {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		float: none;
		transform: translateX(0%);
		text-align: center;
		background: none;
		padding-top: 0;
		margin: 0;
	}
	.dropdown-menu::before {
		display: none;
	}
	.dropdown-item {	
		color: #ddd;
		padding-top: 0;
		font-size: .9rem;
		line-height: 1rem;
	}
	.dropdown-item.active, .dropdown-item:active {
		color: #ddd;
		text-decoration: underline;
	}
	.dropdown-item::after {
		display: none;
	}
	
	.bx-slider-top .bx-title1 {
		font-size: 3rem;
		top: 25vh;
	}
	.bx-slider-top .bx-title2 {
		font-size: 1.25rem;
		top: 44vh;
	}
	.bx-slider-top .bx-source-link {
		top: 65vh;
	}	
	.top-contacts {
		font-size: .8rem;
	}
	.top-phone {
		font-size: 1rem;
	}
	.top-call {
		font-size: 1.125rem
	}
	
	
	.filter {
		height: 710px;
	}
	.filter-toggler {
		width: 510px;
		height: 70px;
		margin: 55px auto 0;
	}
	.filter-toggler a {
		display: block;
		position: relative;
		width: 254px;
		padding: 14px 0;
		text-align: center;
		color: #fff;
		border: 3px solid #fff;
	}
	
	.filter-box {
		position: relative;
		width: 600px;
		margin: 45px auto 0;
	}
	
	.big-block {
		height: 740px;
		background-position: 0% 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.big-block .block-ttl {
		margin-top: 9rem;
		font-size: 3rem;
		letter-spacing: 4px;
	}
	.big-block .block-txt {
		font-size: 1rem;
		margin-bottom: 6rem;
	}
	.big-block .block-buttons a {
		margin: 0 2rem 1.5rem;
		width: 421px;
	}
	
	.bx-slider-pro .bx-item, .bx-slider-pro .bx-overlay {
		height: 600px;
	}
	
	.bx-slider-pro .bx-etap {
		font-size: 3rem;
		margin-top: 100px;
	}
	
	.bx-slider-pro .bx-title1 {
		font-size: 2.5rem;
		line-height: 3rem;
		margin-top: 70px;
	}
	
	.bx-slider-pro .bx-title2 {
		font-size: 1em;
		letter-spacing: 1px;
		max-width: 80%;
	}
	
	.proj-map {
		height: 620px;
	}
	.proj-map .block-ttl {
		padding-top: 10rem;
		font-size: 2rem;
		letter-spacing: .2rem;
	}
	.proj-map .block-txt {
		position: relative;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.proj-map .proj-link {
		display: inline-block;
		position: relative;
		width: 160px;
		border: 3px solid #fff;
		padding: 1.2rem 0;
	}
	
	.wrap-slider-proj .source-link a {
		width: 250px;
	}	
	.wrap-slider-proj .bx-pager {
		width: 175px;
	}
	
	.brus-blocks h2 {
		font-family: 'ralewaybold';
		font-size: 20px;
		letter-spacing: 1px;
	}
	.brus-blocks .block-img {
		height: 180px;
	}
	
	.brus-blocks .block-img img {
		height: 100%;
	}
	
	.strop-blocks .col-12 {
		padding: 242px 0 0;
		background-repeat: no-repeat;
		background-size: auto 220px;
		background-position: center top;
	}
	.strop-blocks .col-12:nth-child(even) {
		padding: 0 0 230px;
		background-position: 0 100%;
	}
	
	.contacts, .cont-overlay {
		height: 910px;
	}
	.contacts h1 {
		position: relative;
		margin-top: 15vh;
		font-family: 'ralewayblack';
		font-size: 48px;
		letter-spacing: 3px;
	}
	.contacts .col-lg-6 {
		padding: 20px 30px;
		font-family: 'ralewaymedium';
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 20px;
	}
	.contacts .col-lg-6>div {
		height: auto;
		margin-bottom: 20px;
	}
	.contacts .top-call {
		bottom: 10px;
	}
	
.building-block, .building-overlay {
	height: 700px;
	width: 100%;
}

.building-title1 {
	font-family: 'ralewaymedium';
	font-size: 40px;
	text-align: center;
	letter-spacing: 2px;
	padding: 0 30px;
	margin-top: 100px;
}
.building-underline {
	position: relative;
	width: 210px;
	left: 0;
	right: 0;
	margin: 50px auto 0;
	border-bottom: 1px solid #976d49;
}
.building-title2 {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	width: 100%;
	margin-top: 100px;
	padding: 0 100px;
}
.building-title2 ul {
	font-family: 'ralewaymedium';
	font-size: 20px;
	text-align: left;
	line-height: 40px;
	padding-left:  16%;
	list-style: none
}
.building-source-link {
	text-align: center;
	position: absolute;
	width: 100%;
	margin-top: 100px;
}
}
@media (max-width: 767.98px) { 
	.bx-slider-top .bx-title1 {
		font-size: 2rem;
		top: 25vh;
	}
	.bx-slider-top .bx-title1 span {
		display: block;
	}
	.bx-slider-top .bx-title2 {
		font-size: 1rem;
		top: 44vh;
	}
	.bx-slider-top .bx-source-link {
		top: 60vh;
	}
	.top-contacts-left {
		padding-left: 1rem;
	}
	.top-contacts-right {
		padding-right: 1rem;
	}
	
	.filter {
		height: 710px;
	}
	.filter-toggler {
		width: 310px;
		height: 70px;
		margin: 55px auto 0;
	}
	.filter-toggler a {
		display: block;
		position: relative;
		width: 144px;
		padding: 14px 0;
		text-align: center;
		color: #fff;
		border: 3px solid #fff;
	}
	
	.filter-box {
		position: relative;
		width: 65%;
		margin: 45px auto 0;
	}
	.filter-box .irs-from, .filter-box .irs-to, .filter-box .irs-single {
		padding: 5px 2px;
		width: 80px;
		font-size: 12px;
	}
	.white-button {
		width: 100%;
		padding: 24px;
		color: #fff;
		background-size: contain;
	}
	.top-img-block h1 {
		font-family: 'ralewaymedium';
		font-size: 30px;
		letter-spacing: 2px;
		position: relative;
	}
	.top-img-block h1:after {
		position: absolute;
		/* content: ''; */
		left: 25%;
		right: 25%;
		top: 50px;
		height: 1px;
		background-color: #976d49;
	}
	
	.wrap-slider-proj .source-link a {
		width: auto;
		margin-right: 40px;
	}
	.top-info-proj {
		margin-left: 40px;
		margin-right: 40px;
		width: auto;
		padding: 13px 0;
		float: none;
		text-align: center;
		background: rgba(255,255,255,.7);
	}
	.top-square {
		margin: 0 0 0 10px;
	}
	.top-level {
		margin-left: 3%;
	}
	.proj-options-block {
		margin: 285px 0 10px;
          /* padding-left: 0; */
	}
     .btn-on-img{
          margin-left: calc(50% - 64px);
          margin-top: 15rem;
          bottom: auto;
     }
	.proj-order-button  {
		float: none;
		width: auto;
	}
	.top-contacts-proj {
		margin-top: 1.3rem;
	}
	.consult-form-left input[type="text"] {
		width: 290px;
	}
	
	
	.brus-blocks .block-img {
		height: 240px;
	}
	
	.strop-blocks .col-12 {
		margin-bottom: 80px;
	}
	.strop-blocks .col-12:nth-child(even) {
		padding: 242px 0 0;
		background-position: center top;
	}
	.strop-blocks .block-txt {
		color: #514f4f;
		line-height: 18px;
		height: auto;
		padding: 0 20px 30px;
		overflow: hidden;
	}
	
.building-block, .building-overlay {
	height: 700px;
	width: 100%;
}

.building-title1 {
	font-family: 'ralewaymedium';
	font-size: 28px;
	text-align: center;
	letter-spacing: 2px;
	padding: 0 30px;
	margin-top: 70px;
}
.building-underline {
	position: relative;
	width: 210px;
	left: 0;
	right: 0;
	margin: 35px auto 0;
	border-bottom: 1px solid #976d49;
}
.building-title2 {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	width: 100%;
	margin-top: 70px;
	padding: 0 70px;
}
.building-title2 ul {
	font-family: 'ralewaymedium';
	font-size: 18px;
	text-align: left;
	line-height: 35px;
	padding-left:  14%;
	list-style: none
}
.building-source-link {
	text-align: center;
	position: absolute;
	width: 100%;
	margin-top: 70px;
}

.beam-info-block.active {
	display: none;
}
.beam-info-block {
	color: #333;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 18px;
	display: none;
}


}
@media (max-width: 575.98px) { 
	h3 {
		text-align: center!important;
	}
	.bx-slider-top .bx-title1 {
		font-size: 1.6rem;
		top: 20vh;
		line-height: 2rem;
	}
	.bx-slider-top .bx-title1 span {
		display: block;
	}
	.bx-slider-top .bx-title2 {
		font-size: 1rem;
		top: 35vh;
		line-height: 22px;
		letter-spacing: 1px;;
	}
	.bx-slider-top .bx-source-link {
		top: 53vh;
	}
	.bx-slider-top .bx-source-link a {
		width: 215px;
		height: 59px;
		background-size: contain;
	}
	.top-contacts {
		font-size: 1rem;
		top: 64vh;
	}
	.top-contacts-left {
		text-align: center;
	}
	.top-contacts-right {
		text-align: center;
		margin-top: 20px;
		line-height: 20px;
	}
	#sub-nav, #footer-nav {
		display: none;
	}
	
	.big-block {
		height: 560px;
	}
	.big-block .block-ttl {
		margin-top: 5rem;
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	.big-block .block-txt {
		font-size: 1rem;
		margin-bottom: 3rem;
		padding: 0 10px;
	}
	.big-block .block-buttons a {
		margin: 0 0 1.5rem;
		width: 90%!important;
		background-size: contain;
	}
	.big-txt-button {
		text-align: center;
		letter-spacing: 1px;
		display: inline-block;
		width: 90%;
		height: 66px;
		background-size: contain;
	}
	
	.h-blocks > div {
		padding-left: 28% !important;
		margin-bottom: 40px;
		background-position: 20px 0;
		height: auto;
		background-size: 17% auto;
	}
	.h-blocks .block-ttl {
		margin-bottom: 0.8rem;
		font-family: 'open_sansbold';
		font-size: 1rem;
		line-height: 1.3rem;
	}
	
	.bx-slider-pro .bx-item, .bx-slider-pro .bx-overlay {
		height: 600px;
	}
	
	.bx-slider-pro .bx-etap {
		font-size: 2.5rem;
	}
	
	.bx-slider-pro .bx-title1 {
		font-size: 2rem;
	}
	
	.bx-slider-pro .bx-title2 {
		font-size: .9rem;
		letter-spacing: 0;
		max-width: 92%;
	}
	
	.proj-map {
		height: 520px;
	}
	.proj-map .block-ttl {
		padding-top: 2rem;
		font-size: 1.3rem;
		letter-spacing: .1rem;
	}
	.proj-map .block-txt {
		position: relative;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.proj-map .proj-link {
		display: inline-block;
		position: relative;
		width: 160px;
		border: 3px solid #fff;
		padding: 1rem 0;
	}
	
	.top-img-block h1 {
		font-family: 'ralewaymedium';
		font-size: 20px;
		letter-spacing: 2px;
		position: relative;
	}
	.top-img-block h1:after {
		position: absolute;
		/* content: ''; */
		left: 15%;
		right: 15%;
		top: 40px;
		height: 1px;
		background-color: #976d49;
	}
	.proj-list .projitem div {
		position: relative;
		font-size: 20px;
		font-family: 'open_sansregular';
	}
	.proj-list .projitem .proj-list-price {
		font-size: 26px;
	}
	
	.wrap-slider-proj .source-link a {
		margin-right: 10px;
		margin-left: 10px;
	}
	.top-info-proj {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.wrap-slider-proj .bx-pager {
		width: 100%;
		position: static;
	}
	.wrap-slider-proj .bx-pager a {
		display: block;
		margin: 0 1%;
		width: 23%;
		float: left;
	}
	.wrap-slider-proj h1 {
		font-size: 26px;
		letter-spacing: 2px;
	}
	.kit-proj-price {
		font-family: 'open_sanssemibold';
		font-size: 35px;
	}
	.options-switch, .options-key-switch {
		text-align: center;
		display: block;
		width: auto;
		height: 45px;
		padding-top: 9px;
		border: 1px solid #976d49;
		margin-bottom: 10px;
	}
	
	#consult-form {
		height: 665px;
		padding: 30px 0 0 25px;
	}
	.consult-form-left .input-text i {
		float: left;
		width: 15%;
	}
	.consult-form-left .input-text i::before {
		width: auto;
	}
	.consult-form-left input[type="text"] {
		width: 75%;
	}
	#consult-form button[type="submit"] {
		width: 90%;
	}
	
	.contacts, .cont-overlay {
		
	}
	.contacts h1 {
		font-size: 40px;
		letter-spacing: 2px;
	}
	.contacts h2 {
		font-size: 1.6rem;
	}
	.contacts .col-lg-6 {
		padding: 20px;
		font-family: 'ralewaymedium';
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 20px;
	}
	.cont-link1, .cont-link2 {
		position: relative;
		cursor: pointer;
	}
	.cont-link1:after, .cont-link2:after {
		position: absolute;
		width: 3rem;
		left: 1.8rem;
		top: 2.2rem;
		content: '';
		border-bottom: 1px solid #976d49;
	}
	.contacts .col-lg-6 i {
		width: 30px;
	}
	.contacts .col-lg-6 i:before {
		font-size: 1.2rem;
	}
	
	.gallery-switch {
		text-align: center;
		font-size: 20px;
		display: inline-block;
		width: 26%;
		padding: 10px 0;
		margin-right: 7px;
		border: 3px solid #976d49;
	}
	
.building-block, .building-overlay {
	height: 550px;
	width: 100%;
}

.building-title1 {
	font-family: 'ralewaymedium';
	font-size: 20px;
	text-align: center;
	line-height: 26px;
	letter-spacing: 1px;
	padding: 0 15px;
	margin-top: 40px;
}
.building-underline {
	position: relative;
	width: 210px;
	left: 0;
	right: 0;
	margin: 25px auto 0;
	border-bottom: 1px solid #976d49;
}
.building-title2 {
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	width: 100%;
	margin-top: 40px;
	padding: 0 15px;
}
.building-title2 ul {
	font-family: 'ralewaymedium';
	font-size: 16px;
	text-align: left;
	line-height: 28px;
	padding: 0 10px 0 30px;
	list-style: none
}
.building-source-link {
	text-align: center;
	position: absolute;
	width: 100%;
	margin-top: 40px;
}
.building-source-link a {
	width: 200px;
}
.beam-info-fancy {
    width: 100%;
    padding: 8px 0;
    margin-bottom: 7px;
    background-color: #976d49;
}
.wrap-slider-proj .bx-pager a {
	height: 70px;
}
}

@media (max-width: 380px) { 
	.bx-slider-top .bx-title2 {
		font-size: .8rem;
		line-height: 20px;
		letter-spacing: 1px;
	}
	.m-blocks .block-shadow {
		padding: 2.2rem 1.6rem;
		position: static;
		height: auto;
		width: 100%;
		background-color: #fff;
		border: 1px solid #ddd;
		-webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.13);
		-moz-box-shadow: 8px 10px 15px 0px rgba(0,0,0,0.13);
		box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.13);
	}
	.m-blocks .block-ttl {
		font-family: 'ralewaymedium';
		font-size: 1.1rem;
		min-height: 5rem;
		position: relative;
	}
	.bx-slider-reviews .rev-title {
		font-family: 'ralewaybold';
		font-size: 1.5rem;
		position: relative;
	}
	.bx-slider-reviews .rev-text {
		width: 80%;
		margin: 0 auto;
		color: #999;
		font-size: 14px;
	}
	.wrap-slider-reviews .bx-controls-direction .bx-prev {
		top: 210px;
		left: 0;
	}
	.wrap-slider-reviews .bx-controls-direction .bx-next {
		top: 210px;
		right: 0px;
	}
	.bx-slider-reviews .rev-ava-wrap {
		position: absolute;
		height: 90px;
		bottom: 0px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.filter-toggler {
		width: 292px;
		height: 70px;
		margin: 55px auto 0;
	}
	.m-blocks > div {
		background-image: none!important;
		height: auto;
	}
	
	.breadcrumbs {
		margin-top: 120px;
	}
	.breadcrumbs li {
		display: none!important;
	}
	
	.proj-list .projitem a {
		display: block;
		height: 300px;
		margin: 1px;
		padding: 120px 10px 0 15px;
		position: relative;
		color: #fff;
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.footer-contacts > div {
		position: relative;
		padding-left: 2.7rem;
		color: #999;
		line-height: 2rem;
	}
	.footer-contacts > div:before {
		position: absolute;
		left: .5rem;
		font-size: 1.2rem;
		font-family: 'FontAwesome';
		color: #976d49;
	}
	.kit-proj-price {
		font-family: 'open_sanssemibold';
		font-size: 30px;
	}
	
	.wrap-kit-proj ul {
		list-style: none;
		font-size: 16px;
		line-height: 20px;
	}
	.wrap-kit-proj li {
		position: relative;
		margin: 0 30px 20px 50px;
	}
	.wrap-kit-proj li:before {
		position: absolute;
		top: 5px;
		left: -26px;
	}
	.proj-float-basket.fixed { display: none; }
	
	
	.brus-blocks .block-img {
		height: 180px;
	}
	
.building-block, .building-overlay {
	height: 620px;
	width: 100%;
}

.building-underline {
	position: relative;
	width: 150px;
	left: 0;
	right: 0;
	margin: 20px auto 0;
	border-bottom: 1px solid #976d49;
}
.building-title2 {
	line-height: 22px;
	letter-spacing: 0;
	margin-top: 35px;
	padding: 0 15px;
}
.building-title2 ul {
	font-family: 'ralewaymedium';
	font-size: 16px;
	text-align: left;
	line-height: 28px;
	padding: 0 10px 0 30px;
	list-style: none
}
.building-source-link {
	text-align: center;
	position: absolute;
	width: 100%;
	margin-top: 30px;
}
.building-source-link a {
	width: 200px;
}

	.bx-slider-pro .bx-etap {
		font-size: 2.5rem;
		margin: 100px 0 0 1rem;
	}
	
	.bx-slider-pro .bx-title1 {
		font-size: 1.6rem;
		line-height: 2rem;
		margin: 50px 0 0 1rem;
	}
	
	.bx-slider-pro .bx-title2 {
		font-size: .9rem;
		letter-spacing: 0;
		margin: 20px 0 0 1rem;
		max-width: 92%;
	}
}

#footer-nav .nav-item._3col > * {
     min-width: 380px;
}
._3col{
     margin-top: 3rem;
}

.inp3col{
     text-align: center !important;
}
.inp3col > input {
     max-width: 333px;
     margin: 10px 10px;
}

.__cpt{
     position: absolute;
     left: -200%;
}

button[data-target="#descriptionModal"]{
     font-size: 1rem;
     padding: 0.3rem 1.3rem;
     border: 0;
     border-radius: .2rem;
     position: absolute;
     margin-left: -11rem;
     margin-top: -4px;
}

a.leto{all:initial;}