html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
}
label{
	cursor: pointer;
}
ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
select:focus {
	outline: none;
}
sup {
	vertical-align: top;
	font-size: 10px;
}
sub {
	vertical-align: bottom;
	font-size: 10px;
}
html, body {
    width: 100%;
	height: 100%;
	font-family: 'Mulish', sans-serif;
	color: #101010;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px; 
	background:	#fff;
}
a {
    color: inherit;
    text-decoration: none;
}
.clearing {
	width: 100%;
	clear: both;
	height: 0;
	line-height: 0;	
}
.container {
	width: 96%;
	max-width: 1380px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
 
.wrapper {
	position: relative;
}
h1 {
	position: relative;
    margin: 0 0 30px 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
}
h2 {
	position: relative;
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
}	
h3 {
	position: relative;
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
h4 {
	position: relative;
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
h5 {
    position: relative;
    margin: 0 0 10px 0;
	font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
h6, .h6 {
	position: relative;
    margin: 0 0 5px 0;
	color: rgba(96, 96, 80, 0.60);
    font-weight: 600;
    font-size: 14px;
	line-height: 20px;
}	
.h2 {
	position: relative;
    margin: 0 0 30px 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
}
.h3 {
	position: relative;
    margin: 0 0 30px 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}
.h4 {
	position: relative;
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
	
p {
	margin: 0 0 10px 0;
}
ul, ol {
	margin: 0 0 10px 0;
}	
ul li, ol li {
	margin: 0 0 5px 20px;
}
ul li {
	list-style: disc;
}
ol li  {
	list-style: decimal;
}
.center {
	text-align: center;
}	

section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.fon-light {
	background: rgba(192, 176, 144, 0.15);
}
.fon-dark {
	color: #fff;
	background: #606050;
}

section.green p {
  color: #fff;
}

section.green ul li {
  color: #fff;
}

section.green *:not(input) {
  color: #fff;
}

section.first_section {
	padding-top: 20px;
}

section#map {
  padding-top: 0;
  padding-bottom: 0;
}

.btn {
    height: 50px;
    position: relative;
    display: inline-block;
	padding: 0 50px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
	box-sizing: border-box;	
	transition: 1s;
}
.btn_type1 {
	color: #505040;
	background: transparent;
	border: 1px solid rgba(80, 80, 64, 0.40);	
}
.btn_type1:hover {
	color: #fff;
	border: 1px solid #C0B090;
	background: #C0B090;
	transition: 1s;	
}
.btn_type2 {
	color: #fff;
	border: 1px solid rgba(160, 144, 128, 0.40);
	background: #A09080;
}
.btn_type2:hover {
	border: 1px solid #C0B090;
	background: #C0B090;
	transition: 1s;	
}
.btn_type3 {
	color: #fff;
	border: 1px solid #C0B090;
	background: #C0B090;
}
.btn_type3:hover {
	background: #A09080;
	transition: 1s;
}

.green {
  background: #606050;
}

.gray {
  background: rgba(192, 176, 144, 0.15);
}



/*___header___*/
.top {
	position: relative;
	padding: 20px 0;
	color: #fff;
	background: #606050;
}
.top .top-menu {
	position: relative;
	padding: 0 0 15px 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	border-bottom: 1px solid rgba(255, 240, 224, 0.25);
}
.top .top-menu li {
	position: relative;
	margin: 0;
	list-style: none;
}
.top .top-menu li a {
	padding: 0 0 0 30px;
	display: block;
	font-size: 15px;
	line-height: 24px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 20px;
}
.top .top-menu li a:hover {
	color: #FFF0E0;
	text-decoration: none;
}
.top .tm-1 a {
	background-image: url(img/i1.svg);
}
.top .tm-2 a {
	background-image: url(img/i2.svg);
}
.top .tm-3 a {
	background-image: url(img/i3.svg);
}
.top .tm-4 a {
	background-image: url(img/i4.svg);
}
.top .tm-5 a {
	background-image: url(img/i5.svg);
}
.top .tm-6 a {
	background-image: url(img/i6.svg);
}

.menu-icon {
	width: 30px;
    height: 30px;
	position: absolute;
    top: 10px;
    left: 0;
	background: url(img/menu-burger.svg) no-repeat center;
	background-size: 100%;
	cursor: pointer;
	display: none;
	z-index: 10;
}

.header {
	position: relative;
	padding: 0 0 20px 0;
	color: #fff;
	background: #606050;
}
.header-info {
	position: relative;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
a.logo {
	height: 50px;
	position: relative;
	display: block;
	padding: 0 0 0 60px;
	color: #C0B090;
    font-size: 14px;
    line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	background: url(img/logo.png) no-repeat center left;
}
a.logo span {
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	display: block;
}
a.logo:hover {
	text-decoration: none;
}
.address {
	position: relative;
	padding-left: 30px;
	margin: 0;
	background: url(img/i-place.svg) no-repeat center left;
}	
.address span {
	display: block;
	color: #FFF0E0;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}
.address p {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
}
.header a:hover {
	text-decoration: none;
}
.header .phone-place {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.phone {
	position: relative;
	padding-left: 30px;
	margin-right: 40px;
	background: url(img/i-phone.svg) no-repeat center left;
}
.phone-number {
	display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.phone-number:hover {
	color: #C0B090;
}
.phone a.email {
	display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.phone a.email:hover {
	color: #FFF0E0;
}	
.show-bore-place .callback-link, 
.header .callback-link, 
.footer .callback-link {
	width: 200px;
    height: 50px;
    position: relative;
    display: block;
    color: #FFF0E0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 240, 224, 0.40);
}
.show-bore-place .callback-link {
	background: #606050;
}
.show-bore-place {
    display: flex;
    justify-content: center;
    width: 100%;
}

.show-bore-place .callback-link:hover, 
.header .callback-link:hover, 
.footer .callback-link:hover {
	color: #fff;
	border: 1px solid #C0B090;
	background: #C0B090;
}
/*___end header___*/


.main-head {
	height: 400px;
	position: relative;
	background: url(img/main-new.jpg) no-repeat center;
	background-size: cover;
}

.btn-menu {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -30px 0 40px 0;
}	
.btn-menu_item {
	width: 23%;
	position: relative;
}
.btn-menu_item .btn {
	display: block;
}	

.more {
	position: relative;
	margin-top: 20px;
	text-align: center;
}	

#searchp form {
	position: relative;
    margin-bottom: 20px;
	display: inline-block;
}
#searchp form input[type="text" i] {
	width: 100%;
	max-width: 400px;
	height: 50px;
	position: relative;
	padding: 0 100px 0 20px;
	font-size: 14px;
    font-weight: 600;
    color: #606050;
    font-family: 'Mulish', sans-serif;
	background: #fff;
    border: 1px solid rgba(192, 176, 144, 0.30);
    box-sizing: border-box;
}
#searchp form input[type="submit"] {
	width: 100px;
    height: 50px;
    display: block;
    padding: 0;
    margin: 0;
	position: absolute;
	top: 0;
	right: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: #C0B090;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#searchp form input[type="submit"]:hover {
	background: #A09080;
	cursor: pointer;
}	

/* map */
.section-map {
	position: relative;
	padding-bottom: 0;
}
#map {
	width: 100%;
	height: 500px;
	position: relative;
}

/**/
.offer-title, .form-title {
    position: relative;
    margin: 0 0 30px 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
}
.main-offer {
	margin-top: 40px;
}	
.offer-list {
	position: relative;	
}
.offer-list li {
	padding-left: 40px;
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	list-style: none;
	background: url('img/i-ok.svg') no-repeat 0 4px;
}
.offer-list li:last-child {
	margin: 0;
}

.form {
	position: relative;
}	
.form-subtitle {
	position: relative;
	margin: 0 0 20px 0;
	color: #C0B090;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}	

/*
.form-flex {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}	
.form-item {
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
}	
.form-flex .form-item {
	flex: 1 1 auto;
}
 
*/
.form-item {
	position: relative;
	margin: 0 0 10px 0;
}
.form-item input, .form-item textarea {
	width: 100%;
    margin: 0;
    color: #606050;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    border: none;
    background: #fff;
    box-sizing: border-box;
}
.form-item input {
	height: 50px;
    padding: 0 15px;
}
.form-item textarea {
	height: 100px;
    padding: 10px 15px;
	resize: vertical;
}	

.form ::-webkit-input-placeholder {color: rgba(96, 96, 80, 0.60);}
.form ::-moz-placeholder {color: rgba(96, 96, 80, 0.60);}
.form  :-moz-placeholder {color: rgba(96, 96, 80, 0.60);}
.form :-ms-input-placeholder {color: rgba(96, 96, 80, 0.60);}
 
.submit-item {
	position: relative;
	margin: 20px 0 0 0;
}
.submit-item  [type="submit"] {
	width: 100%;
    height: 50px;
    display: block;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: #C0B090;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.submit-item input[type="submit"]:hover {
	background: #A09080;
}
 
.form .check {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	padding: 0 0 0 30px; 
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Mulish', sans-serif;
	background-repeat: no-repeat;
	background-image: url(img/chek.svg);
	background-position: 0 0;
	background-size: 18px;
}
.form .check a {
	text-decoration: none;
}
.form .check a:hover {
	color: #C0B090;
}	
.form .check input[type="checkbox" i] {
	display: none;
}
.form .checked {
	background-image: url(img/cheked.svg);
}
.form .personal ~ .form-button {
	margin-top: 10px;
}	
.form-err-place {
    text-transform: uppercase;
	text-align: center;
}
.form-err-place .okk {
    padding-top: 140px;
	margin: 0 0 40px 0;
	font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    text-transform: uppercase;
}
.form-err-place .err {
    margin: 0 0 20px 0;
	color: #ef4b63;
}
.button-noact {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.2);
	display: none;
}	
.no-act .button-noact {
	display: block;
}

/* partner-list */
.partner-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}	
.partner-list .partner {
    width: calc(12.5% - 10px);
	height: 100px;
    position: relative;
    padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	background: #fff;
    border: 1px solid rgba(192, 176, 144, 0.15);
	box-sizing: border-box;
}
.partner-list .partner img {
	width: 100%;
    max-width: 160px;
    max-height: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}	

.footer {
	position: relative;
	padding: 60px 0;
    background: #606050;
}
.footer-info {
	position: relative;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.footer-block_1 {
	max-width: 320px;
	position: relative;
	margin: 0 20px 0 0;
}
.footer-block_2 {
	position: relative;
}
.footer-block_3 {
	position: relative;
}
.footer .logo {
	margin: 0 0 40px 0;
}
.footer-text {
	margin: 0 0 20px 0;
	color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.footer-text p {
	margin: 0;
}
.footer-text a {
	color: #FFF0E0;
}
.footer-text a:hover {
	color: #C0B090;
}
.footer .top-menu {
	max-width: 600px;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
    padding: 0;
}
.footer .top-menu li {
	position: relative;
	padding: 0;
	margin: 0 20px 10px 0;
	float: left;
	list-style: none;
}
.footer .top-menu li a {
	padding: 0;
	display: block;
	color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.footer .top-menu li a:hover {
	color: #C0B090;
}
.footer-menu-place {
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.footer-menu {
	position: relative;
	margin: 0 60px 30px 0;
	padding: 0;
}
.footer-menu li {
	position: relative;
	margin: 0 0 10px 0;
	list-style: none;
}
.footer-menu li a {
	display: block;
	color: #fff;
	font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.footer-menu li a:hover {
	color: #C0B090;
}

.footer .callback-link, .footer .phone, .footer .address {
	margin: 0 0 20px 0;
}

.social {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.social a {
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 5px;
	background-color: rgba(192,176,144,0.5);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}	
.social a:last-child {
	margin-right: 0;
}
.social a.vk {
	background-image: url(img/vk.svg);
}
.social a.tg {
	background-image: url(img/i-tg.png);
}
.social a.wa {
	background-image: url(img/i-whatsapp.svg);
}
.social a:hover {
	background-color: #C0B090;
}

.it-don {
	position: relative;
	padding: 10px 0 0 0;
	text-align: right;
    border-top: 1px solid rgba(255, 240, 224, 0.25);
}
.it-don a {
	display: inline-block;
	padding: 0 60px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	background: url(img/itdon.svg) no-repeat center right;
	background-size: auto 13px;
}
.it-don a:hover {
	color: #FFF0E0;
}
.more-catalog {
	margin: 30px 0 5px 0;
}
.show-more {
	width: 220px;
	height: 65px;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	line-height: 65px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #C0B090;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.show-more:hover {
	color: #fff;
	text-decoration: none;
	background: #3eca76;
}

/* card */
/* bread-crumbs */
.breadcrumb {
	position: relative;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 10px;
}
.bx-breadcrumb-item {
	position: relative;
	float: left;
	margin-right: 15px;
	color: rgba(96, 96, 80, 0.60);
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}
.bx-breadcrumb-item a {
	position: relative;
	display: block;
	padding-right: 20px;
	color: #B0A090;
	background: url('img/i-dot.svg') no-repeat center right;
}
.bx-breadcrumb-item a span {
	color: #B0A090;
}
.bx-breadcrumb-item a:hover {
	text-decoration: underline;
}
.bx-breadcrumb-item i {
	display: none;
}	

/*
.breadcrumb {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	margin-bottom: 10px;
}
.breadcrumb a {
	position: relative;
	display: block;
	padding-right: 20px;
	color: #B0A090;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}
.breadcrumb .bx-breadcrumb-item i {
	color: #000;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 26px;
}
.breadcrumb .bx-breadcrumb-item span {
	color: #7d7d7d;
	padding: 0;
}
.breadcrumb .bx-breadcrumb-item a span {
	color: #000;
}
*/
.sec-h1 {
	color: #333;
	font-size: 35px;
	font-weight: 800;
}
.title {
	color: #333;
	font-size: 26px;
	font-weight: 800;
}
.last-news-block {
	position: relative;
	overflow: hidden;
	padding: 100px 0 30px 0;
}
.last-news-block aside .last-news .title {
	color: #333;
	font-size: 26px;
	font-weight: 800;
	margin: 0 0 75px 0;
}
.last-news-block aside .last-news {
	border-radius: 0;
	margin-bottom: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}
.last-news-block aside .last-news .new {
	width: 45%;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
}
.last-news-block aside .last-news .new:nth-child(even) {
    margin-right: 9%;
}
.last-news-block aside .last-news .new a.news-title {
	color: #333;
    font-size: 22px;
	line-height: 24px;
	font-weight: 800;
	text-decoration: none;
	display: block;
}
.last-news-block aside .last-news .new a.news-more {
	color: #C0B090;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: none;
	display: block;
	margin: 25px 0 0 0;
}
.last-news-block aside .last-news .new time {
    display: block;
    margin: 0 0 10px 0;
    color: #333;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
}

.individual-offer {
	min-height: 720px;
	position: relative;
	overflow: hidden;
}
.individual-offer .title {
	margin: 0 0 75px 0;
}
.individual-offer-form {
	width: 50%;
	position: relative;
	float: right;
	margin: 130px 0 0 0;
	z-index: 1;
}
.individual-offer-img {
	position: absolute;
	top: 100px;
	left: 0;
}
.individual-offer-img img {
	width: 100%;
	height: auto;
	display: block;
}

.individual-offer-form .new-form {
	max-width: 540px;
}

/*
.new-form {
	position: relative;
	overflow: hidden;
}

.new-form ::-webkit-input-placeholder {color: #333;}
.new-form ::-moz-placeholder {color: #333;}
.new-form  :-moz-placeholder {color: #333;}
.new-form :-ms-input-placeholder {color: #333;}

*/
  
.catalog-similar {
	position: relative;
	padding: 100px 0 60px 0;
	background: #f5f5f5;
}
.catalog-similar-list {
	position: relative;
	overflow: hidden;
	padding: 0 0 100px 0;
}

#catalog-similar .house {
	width: 100%;
	margin: 0;
	position: static;
}
 
@media (max-width: 1200px) {
	.catalog-similar .owl-item {
		max-width: 350px;
	}
}
@media (max-width: 820px) {
	.catalog-similar .owl-item {
		max-width: 355px;
	}
}
@media (max-width: 520px) {
	.catalog-similar .owl-item {
		max-width: 100%;
	}
}
#floor-plans {
    padding-top: 50px;
}
.map-block {
	position: relative;
	padding: 50px 0;
	background: #f5f5f5;
}
.map-block .title {
	text-align: center;
	margin: 0 0 55px 0;
}
.map-block #map {
    height: 545px;
}
.ymaps-2-1-74-controls__toolbar_left, .ymaps-2-1-74-controls__toolbar_right {
	display: none;
}

.gallery-dop-block {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	 margin: 0 -1%;
}
.hall-design, .views-around {
	width: 48%;
    position: relative;
    margin: 0 1%;
}
 
.features-block {
	position: relative;
	overflow: hidden;
	padding-top: 50px;
}
.features-info {
	width: 45%;
    position: relative;
    overflow: hidden;
	margin: 0 2% 100px 2%;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
}
.features-info .title {
	margin: 0 0 25px 0;
}
.features-text {

}
.features-photo {
	position: relative;
	overflow: hidden;
	padding: 0 90px 0 0;
}

.prices-block {
    position: relative;
}
.prices-table {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.prices-table th {
	padding: 10px 0;
	color: #505040;
    font-weight: 700;
	text-align: right;
	border: none;
	border-bottom: 1px dashed rgba(96, 96, 80, 0.60);
}
.prices-table td {
	padding: 10px 0;
	font-size: 15px;
    font-weight: 500;
	text-align: right;
	border: none;
	border-bottom: 1px dashed rgba(96, 96, 80, 0.60);
}
.prices-table th:first-child, .prices-table td:first-child {
	text-align: left;
}
.prices-table td a {
	color: #B0A090;
	font-weight: 700;
	text-decoration: underline;
}

/* Carousel */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-wrapper-outer {
	overflow: hidden;
}


#catalog-similar.owl-carousel .owl-stage {
	display: flex;
    flex-wrap: wrap;
}
#catalog-similar.owl-carousel .owl-item {
	float: none;
	background: #fff;
}

/* Круглые стрелки */
.carousel-wp {
	position: relative;
	padding: 0 70px;
}	
.carousel .owl-prev, .carousel .owl-next {
	width: 50px;
    height: 50px;
	position: absolute;
	top: 50%;
	padding: 0;
	margin: -25px 0 0 0;
	display: block;
	cursor: pointer;
	border: none;
	-moz-opacity: 0.60;
    opacity: .60;
    filter: alpha(opacity = 60);
	border: none;
}
.carousel .owl-prev {
	background: url(img/prev.svg) no-repeat center;
}
.carousel .owl-next {
	background:  url(img/next.svg) no-repeat center;
}
.carousel .owl-prev:hover, .carousel .owl-next:hover {
	-moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity = 100);
}
.carousel .owl-prev.disabled, .carousel .owl-next.disabled {
	-moz-opacity: 0.30;
    opacity: .30;
    filter: alpha(opacity = 30);
}
.carousel-wp .carousel .owl-prev {
	left: -70px;
}
.carousel-wp .carousel .owl-next {
	right: -70px;
}
.carousel-one .carousel .owl-prev {
	left: 10px;
}
.carousel-one .carousel .owl-next {
	right: 10px;
}

.carousel .owl-dots {
	position: relative;
	margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.carousel .owl-dot {
	width: 10px;
	height: 10px;
	display: block;
	margin: 0 5px;
	padding: 0;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 1px solid rgba(160, 144, 128, 0.40);
}
.carousel .owl-dot.active {
	background: #A09080;
}
 	
.carousel-photo {
	max-width: 670px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.carousel-photo:last-child {
	margin-bottom: 0;
}		

/* half-fon */	
.half-fon {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	box-sizing: border-box;
}
.half-fon_img {
	width: 50%;
	position: relative;
	padding-right: 60px;
	box-sizing: border-box;
}	
.half-fon_img img {
	width: 100%;
	height: auto;
	display: block;
}	
.half-fon_info {
	width: 50%;
	position: relative;
	color: #fff;
	box-sizing: border-box;
}


/* По вертикали середина */
/*
.center-top-owl-nav .owl-prev, .center-top-owl-nav .owl-next  {
	position: absolute;
	top: 50%;
	padding: 0;
	margin: -25px 0 0 0;
}
.center-top-owl-nav .owl-prev {
	left: 0;
}
.center-top-owl-nav .owl-next  {
	right: 0;
}
.carousel-one .owl-prev {
	left: 20px;
}
.carousel-one .owl-next {
	right: 20px;
}
*/
/*
.catalog-similar .owl-buttons {
	width: 100%;
	position: absolute;
    bottom: 0;
    left: 0;
}
.catalog-similar .owl-prev, .catalog-similar .owl-next {
    position: absolute;
    bottom: 0;
}
.catalog-similar .owl-prev {
	right: 50%;
	margin: 0 8px 0 0;
}
.catalog-similar .owl-next {
	left: 50%;
	margin: 0 0 0 8px;
}
*/
/*
.catalog-similar-list {
	position: relative;
    overflow: hidden;
    padding: 0 70px;
}	

.features-photo .owl-prev, .features-photo .owl-next {
	width: 45px;
	height: 100%;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	border: none;
}
.features-photo .owl-prev {
	left: 0;
	background: #f5f5f5 url(images/prev.png) no-repeat center;
}
.features-photo .owl-next {
	right: 0;
	background: #f5f5f5 url(images/next.png) no-repeat center;
}
.features-photo .owl-buttons {
	width: 90px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.features-photo .owl-buttons:after {
	width: 1px;
	height: 70%;
	position: absolute;
	top: 15%;
	left: 50%;
	background: #fff;
	display: block;
	content: '';
}

.carousel-one {
	position: relative;
}
.features-photo .carousel-element {
	margin: 0 5px 0 0;
}
.features-photo .carousel-element, .carousel-one .carousel-element {
	border: 1px solid #d3d3d3;
}
.features-photo .carousel-element img, .carousel-one .carousel-element img {
	width: 100%;
	height: auto;
	display: block;
}
*/

/* card */

.card-anchors {
	position: relative;
	overflow: hidden;
	margin: 20px 0 40px 0;
	display:none;
}

.card-menu {
	position: relative;
    overflow: hidden;
	margin: -20px 0 20px 0;
}
.card-menu a {
	float: left;
	margin: 0 25px 10px 0;
	color: #505040;
	font-weight: 600;
	border-bottom: 1px solid rgba(80, 80, 64, 0.40);
}
.card-menu a:hover {
	color: #C0B090;
	border-bottom: none;
}

.card-inner {
	position: relative;
}	
.card-inner section:nth-child(odd) {
	background: rgba(192, 176, 144, 0.15);
}

.card-main-block {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.card-main-block .container {
	position: relative;
}
.card-main-photo {
	width: 50%;
    position: relative;
    padding-right: 40px;
	box-sizing: border-box;
}
.card-main-photo .owl-pagination img {
	width: 100%;
	height: auto;
	display: block;
}

/*
.card-main-photo .owl-pagination {
	position: relative;
}
.card-main-photo .owl-pagination {
	position: relative;
	float: left;
	margin: 0;
    padding: 0;
	border: none;
}
.card-main-photo .owl-pagination .owl-page {
	width: 95px;
	height: auto;
	float: left;
	margin: 5px 5px 0 0;
	border: 1px solid #d3d3d3;
	cursor: pointer;
}



.card-main-photo-list {
	position: relative;
	overflow: hidden;
}
.card-main-block .house__wrapper_card_actions__statuses {
	top: 25px;
}
.card-main-photo-list .carousel-element {
	border: 1px solid #d3d3d3;
}
.card-main-photo-list .carousel-element img {
	width: 100%;
	height: auto;
	display: block;
}
*/
.card-specifications {
	width: 50%;
    position: relative;
}
.card-flat-kol {
	position: relative;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	display: inline-block;
	color: #505040;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	background: rgba(160, 144, 128, 0.20);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.card-options {
	position: relative;
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}	
.card-options .item {
	margin-right: 20px;
	margin-bottom: 20px;
}
.card-options .item:last-child {
	margin-right: 0;
}		
.options-val {
	color: #505040;
	font-weight: 600;
}
.card-specifications-main {
	margin: 30px 0 0 0;
}
.card-specifications-dop {
	margin: 0 0 40px 0;
}
.card-snippet {
	position: relative;
}	
.orange-button {
	height: 65px;
	padding: 0 55px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 65px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	background: #C0B090;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.orange-button:hover {
	color: #fff;
	text-decoration: none;
	background: #fd7b12;
}


.card-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -40px;
}
.card-info_item {
	width: 48%;
	position: relative;
	margin-bottom: 40px;
}
.card-info_item  img {
	width: 100%;
	height: 400px;
	display: block;
    -o-object-fit: contain;
    object-fit: contain;
}	






.to-view {
    margin: 40px 0 0 0;
}
.card-main-form {
    width: 49%;
	position: absolute;
	top: 0;
	right: 0;
	background: #f5f5f5;
	display: none;
}
.card-main-form .new-form {
	padding: 65px 85px 55px 85px;
}
.card-main-form-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
    right: 15px;
	background: url(images/close.png) no-repeat center;
	cursor: pointer;
}
.viewing-time {
	width: 100%;
	padding: 30px 0;
    text-align: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.viewing-time span {
	display: block;
	margin: 0 0 30px 0;
	color: #333;
    font-size: 15px;
    font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 24px;
}
.viewing-time label {
	display: inline-block;
	margin: 0 15px 5px 15px;
	color: #C0B090;
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
    padding: 0;
	border-bottom: 1px solid  #C0B090;
	cursor: pointer;
}
.viewing-time label input {
	display: none;
}
.viewing-time label.time-checked {
	color: #333;
	border-bottom: 1px solid  #fff;
}

/*
.layout-block {
	position: relative;
    overflow: hidden;
    background: #f5f5f5;
    
}
.layout-block .title {
	margin: 0 0 45px 0;
	text-align: center;
}
.layout-section {
	position: relative;
    overflow: hidden;
	margin: 0 0 30px 0;
	text-align: center;
}
.layout-section a {
	margin: 0 2px 5px 2px; 
}
.layout-section-list-wp {
	position: relative;
    overflow: hidden;
	padding: 0 70px;
}
.layout-section-list {
    overflow: hidden;
	padding: 0 0 50px 0;
}
.layout-section-list .carousel-element {
	margin: 0 5px;
	padding: 60px 0 70px 0;
	color: #333;
	text-align: center;
	background: #fff;
}
.layout-section-list .carousel-element span {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	display: block;
}
.layout-section-list .carousel-element p {
	font-size: 17px;
    line-height: 24px;
	margin: 5px 0 0 0;
}
.layout-section-list .carousel-element img {
	width: 80%;
	height: auto;
	display: block;
	margin: 55px auto 0 auto;
}
*/


.card-breadcrumb {
	position: relative;
}






/*
.card-anchors a {
	height: 65px;
    padding: 0 55px;
    display: block;
	float: left;
	margin: 0 10px 10px 0;
    color: #fff;
    font-size: 15px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration: none;
    background: #3eca76;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
*/
.inner-title {
	position: relative;
}

.grey-block {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
	background: #f5f5f5;
}
.video {
	max-width: 800px;
	height: 400px;
	position: relative;
	margin: 0 auto;
}
.columns-3, .columns-2 {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
    align-items: stretch;
	flex-wrap: wrap;
}
.columns-3-item {
	width: 30%;
	position: relative;
}
.columns-2-item {
	width: 50%;
	position: relative;
}

.icon-plus {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
    align-items: stretch;
	flex-wrap: wrap;
}
.icon-plus-item {
	width: 25%;
	text-align: center;
	margin: 0 0 60px 0;
}	
.icon-plus-item img  {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.icon-plus-item p {
	display: block;
	padding: 0 10px;
	margin: 10px 0 0 0;
	font-weight: 700;
}
.marg-top {
	margin-top: 60px;
}


/* карточки каталога*/
.catalog-section {
	position: relative;
}
.catalog-house {
    position: relative;
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.house {
	width: calc(25% - 30px);
	position: relative;
	margin: 0 15px 30px 15px;
	padding-bottom: 60px;
	background: #fff;
	border: 1px solid rgba(192, 176, 144, 0.15);
}

.house__image {
    width: 100%;
	height: 200px;
    position: relative;
}
.house__image a {
	display: block;
}
.house__image img {
    width: 100%;
    height: 200px;
	object-fit: cover;
}	
.house__image_show {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
    filter: alpha(opacity = 0);
	transition: 0.5s;
}
.house__image:hover .house__image_show {
	opacity: 1;
    filter: alpha(opacity = 100);
	transition: 0.5s;
}
.house__parameters {
    padding: 5px 15px;
	line-height: 20px;
}
.house__parameters > span {
    font-size: 12px;
	font-weight: 600;
    margin-right: 5px;
}
.house__desc-header {
    color: #505040;
    font-size: 16px;
    display: block;
    padding: 5px 15px;
    font-weight: 700;
    line-height: 24px;
}
.house__desc-header a:hover {
	color: #A09080;
}	
.house__district {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
	color: #505040;
}
.house__flats_table {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
	line-height: 20px;
	color: rgba(96, 96, 80, 0.60);
	font-weight: 500;
}
.house__flats_table__row {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(img/dot.png) repeat-x bottom;
	background-size: 2px;
}
.house__flats_table__row__name_flat, .house__flats_table__row__price {
    display: inline-block;
	background: #fff;
}
.house__count_flats {
    width: 100%;
	position: absolute;
	left: 0;
    bottom: 15px;
	padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
	color: #505040;
	font-size: 13px;
    line-height: 20px;
    font-weight: 600;
	box-sizing: border-box;
}
.house__count_flats > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.house__count_flats__count {
	color: #B0A090;
}
.house__count_flats__price {
	font-weight: 700;
	text-align: right;
}		
 
/*
.house__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  padding: 5px 15px 15px 15px;
}

.house__desc-title {
  padding: 0 15px;
  line-height: 1.3;
  font-size: 16px !important;
}
*/
.house__wrapper_card_actions {
	position: absolute;
    top: 0;
    right: 0;
}
.house__wrapper_card_actions__statuses {
    position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: baseline;
	padding: 5px;
}
.status-btn {
	display: block;
	color: #505040;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Mulish', sans-serif;
    padding: 5px 10px;
	margin: 2px;
}
.status-btn.sold-out {
	background: #FFF0E0;
}
.status-btn.btn-discount {
	color: #fff;
	background: #C0B090;
}

.catalog-house-news .house {
	padding-bottom: 15px;
}
.house-news__count_flats__count {
	padding: 0 15px;
	color: #B0A090;
	font-size: 13px;
    line-height: 20px;
    font-weight: 600;
	margin: 20px 0 0 0;
}
.house-news__count_flats__price {
	padding: 0 15px;
	font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 5px 0 0 0;
}
.house .soon, .house .start, .house .action {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	color: #505040;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Mulish', sans-serif;
    padding: 5px 10px;
	margin: 2px;
}
 
/*
.btn-house {
    display: inline-block;
    margin-left: 3px;
    background-color: white;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.btn-house:hover {
    opacity: 1;
}

.btn-house > i {
    font-size: 20px !important;
    display: inline-block;
    position: relative;
    left: 1px;
}
*/
/*
.btn-discount, .btn-soon_buy, .btn-stock, .btn-start_sale {
	left: auto  !important;
	float: right;
    display: block;
    clear: both;
	margin-left: 5px;
}
.btn-soon_buy {
    margin-bottom: 5px;
}
.btn-discount i:before, .btn-soon_buy i:before, .btn-stock i:before, .btn-start_sale i:before, .btn-discount {
	display: block;
	color: #505040;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    background: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-family: 'Mulish', sans-serif;
    padding: 10px 15px;
}

.fa-clock-o:before {
    content: 'Старт продаж' !important;
}
.fa-exclamation-circle:before {
    content: 'Рассрочка с ПВ - 0 руб.' !important;
}
.fa-shopping-cart:before {
	content: 'Скоро старт продаж' !important;
}
.btn-discount {
	color: #fff;
	background: #C0B090;
}
*/

/* Застройщики */
.developers-list {
    position: relative;
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.developer {
	width: calc(25% - 30px);
	position: relative;
	padding: 15px;
	margin: 0 15px 30px 15px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid rgba(192, 176, 144, 0.15);
}
.developer__img {
    position: relative;
}
.developer__img a {
	display: block;
}
.developer__img img {
    width: 100%;
	height: 120px;
	object-fit: contain;
}	
.developer__desc {
	position: relative;
	margin: 10px 0 0 0;
}
.developer__desc a {
	display: block;
	color: #505040;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
	text-transform: uppercase;
}	
.developer__desc p {
	margin: 5px 0 0 0;
	color: rgba(96, 96, 80, 0.60);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}	

/* new-info */
.new-info {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.action-list {
	width: 75%;
	position: relative;
	padding-right: 40px;
	box-sizing: border-box;
}
.action-item {
	position: relative;
	padding: 30px;
	margin-bottom: 30px;
	display: flex;
    flex-wrap: wrap;
	background: #fff;
	border: 1px solid rgba(192, 176, 144, 0.15);
	box-sizing: border-box;
}
.action-item:last-child {
	margin-bottom: 0;
}	
.action-item_img {
	width: 30%;
	position: relative;
	padding-right: 30px;
	box-sizing: border-box;
}
.action-item_img img {
	width: 100%;
	height: auto;
	display: block;
}	
.action-item_info {
	width: 70%;
	position: relative;
}
.action-item_info h4 {
	color: #505040;
}
.action-item_info time {
	margin: 0 0 10px 0;
    display: block;
	color: rgba(96, 96, 80, 0.60);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.action-item_info .text {
	margin-bottom: 20px;
}	

.last-news {
	width: 25%;
	position: relative;
	padding: 30px;
	background: #fff;
	border: 1px solid rgba(192, 176, 144, 0.15);
	box-sizing: border-box;
}
.news-list {
	position: relative;
}
.news-list_title {
	position: relative;
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}	
.news-list_item {
	position: relative;
	padding: 0 0 15px 0;
    margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(192, 176, 144, 0.15);
}
.news-list_item:last-child {
	padding: 0;
    margin: 0;
	border-bottom: none;
}	
.news-list_item time {
	margin: 0 0 10px 0;
    display: block;
	color: rgba(96, 96, 80, 0.60);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.news-list_item .news-title {
	display: block;
	font-weight: 500;
}
.news-list_item .news-more {
	margin: 10px 0 0 0;
	display: block;
	color: #B0A090;
	font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.news-list_item .news-more:hover {
	color: #C0B090;
}

.new-inner {
	width: 75%;
	position: relative;
	padding-right: 40px;
	box-sizing: border-box;
}
.new-inner_preview {
	position: relative;
	margin: 0 0 20px 0;
}	
.new-inner_img {
	position: relative;
	margin: 0 0 40px 0;
}
.new-inner_img img {
	width: 100%;
	height: auto;
	display: block;
}
.new-inner_detail {
	position: relative;
	margin: 0 0 20px 0;
}

/* contacts */
.contacts {
	position: relative;
	margin: 0 0 40px 0;
}
.contacts_info {
	position: relative;
	display: flex;
    flex-wrap: wrap;
}
.contacts_info .item {
	position: relative;
	margin-right: 80px;
}	
.contacts_info .item:last-child {
	margin-right: 0;
}
.contacts_info .item h5 {
	color: rgba(96, 96, 80, 0.60);
}	
.contacts_info .item a {
	display: block;
	font-weight: 600;
}		
.contacts_info .item a:hover {
	color: #C0B090;
}

.letter-text {
	position: relative;
	margin: 0 0 40px 0;
}	
.letter {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	margin: 0 -15px;
}
.letter-item {
	width: calc(16.66% - 30px);
    position: relative;
    margin: 0 15px 30px 15px;
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(192, 176, 144, 0.15);
	box-sizing: border-box;
}	

.worker-list {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	margin: 0 -15px;
}	
.worker-item {
	width: calc(33% - 30px);
	position: relative;
	margin: 0 15px 30px 15px;
	padding: 20px;
	text-align: center;
	background: #fff;
    border: 1px solid rgba(192, 176, 144, 0.15);
	box-sizing: border-box;
}
.worker-item .work_img {
	width: 220px;
	height: 220px;
	overflow: hidden;
	display: block;
	margin: 0 auto 20px auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.work_info_name {
	color: #505040;
    display: block;
    font-weight: 700;
}
.work_info_name a:hover {
	color: #A09080;
}	
.work_info_post {
	color: rgba(96, 96, 80, 0.60);
    font-weight: 600;
	margin: 0 0 15px 0;
}	
.worker-item .btn {
	display: block;
	margin: 5px 0 0 0;
}	
.socphone {
	position: absolute;
    top: 10px;
    right: 10px;
	display: flex;
	flex-wrap: wrap;
}
.socphone a {
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 5px;
	background-color: rgba(192,176,144,0.5);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}	
.socphone a:last-child {
	margin-right: 0;
}
.socphone a.viber {
	background-image: url(img/i-viber.svg);
	background-color: rgba(115, 96, 241, 0.5);
}
.socphone a.whatsapp {
	background-image: url(img/i-whatsapp.svg);
	background-color: rgba(44, 183, 66, 0.5);
}
.socphone a:hover {
	background-color: #C0B090;
}
.socphone a.viber:hover {
	background-color: rgba(115, 96, 241, 1);
}
.socphone a.whatsapp:hover {
	background-color: rgba(44, 183, 66, 1);
}

.worker-inner {
	position: relative;
}
.worker-inner_info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.worker-inner_info_img {
	width: 30%;
	padding-right: 40px;
	position: relative;
}
.worker-inner_info_img img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 15px 0;
}
.worker-inner_info_img .btn {
	width: 100%;
	display: block;
	margin: 5px 0 0 0;
}
.worker-inner_info_img iframe {
	display: block;
	margin: 20px 0 0 0;
}		
.worker-inner_info_desc {
	width: 70%;
	position: relative;
}
.worker-inner_info_desc .socphone {
	position:relative;
	float:right;
	margin: 0 0 20px 20px;
}	
.worker-inner_info_desc .letter {
	margin-top: 30px;
}	
.worker-inner_form {
	position: relative;
	margin: 40px 0 0 0;
}
.worker-inner_reviews {
	position: relative;
	margin: 40px 0 0 0;
}
.rewiev_list {
	position: relative;
}
.rewiev_item {
	position: relative;
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid rgba(192, 176, 144, 0.15);
    box-sizing: border-box;
}
.rewiev_item:last-child {
	margin-bottom: 0;
}
.rewiev_item_name {
	font-weight: 600;
	margin-bottom: 10px;
}	
 

/*
.worker-item {
  margin-bottom: 30px;
}

.worker-item img {
  width: 100%;
  margin-bottom: 15px;
}

.worker-item a.work_phone {
  line-height: 1;
  margin-bottom: 0;
}

.worker-item p {
  font-size: 16px;
  margin-bottom: 10px;
}
*/

@media screen and (max-width: 1199px) {
	.container {
		width: 100%;
	}
	.btn {
		padding: 0 20px;
	}
	.btn-menu_item {
		width: 24%;
	}	
	.house {
		width: calc(33.3% - 30px);
	}
	.footer-info {
		flex-wrap: wrap;
	}
	.footer-block_1 {
		max-width: 100%;
		width: 100%;
		margin: 0 0 20px 0;
	}	
	.footer-block_2 {
		width: 70%;
	}
	.footer-block_3  {
		width: 30%;
	}
	h1 {
		font-size: 32px;
		line-height: 40px;
	}
	h2 {
		font-size: 28px;
	}
	.h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.offer-title, .form-title {
		font-size: 30px;
		line-height: 40px;
	}
	.contacts_info .item {
		margin-right: 40px;
	}
}	

 
@media screen and (max-width: 1023px) {
	section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.top {
		padding: 0;
	}	
	.top .top-menu {
		padding: 20px 0;
		border-bottom: none;
		display: none;
	}
	.top .top-menu li {
		margin: 0 0 15px 0;
	}
	.top .top-menu li:last-child {
		margin: 0;
	}	
	a.logo {
		margin-left: 50px;
	}
	.phone {
		margin-right: 20px;
	}
	.menu-icon {
		display: block;
	}	
	.header {
		padding: 15px 0;
	}
	.header .address {
		display: none;
	}
	.btn-menu {
		margin-top: -20px;
		margin-bottom: 30px;
	}
	.btn-menu_item {
		width: 49%;
		margin-bottom: 10px;
	}
	.footer {
		padding: 40px 0;
	}
	.footer-info {
		display;: block;
	}	
	.footer-block_2 {
		width: 100%;
	}
	.footer-block_3  {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.main-head {
		height: auto;
	}
	.header-filter {
		position: relative;
		left: auto;
		bottom: auto;
		padding-top: 20px;
		margin-top: 0;
	}
	.house {
		width: calc(50% - 30px);
	}
	.half-fon {
		display: block;
	}	
	.half-fon_info {
		width: 100%;
	}
	.half-fon_img {
		width: 100%;
		max-width: 300px;
		padding-right: 0;
		margin: 20px auto 0 auto;
	}
	.partner-list .partner {
		width: calc(25% - 10px);
	}
	.partner-list .partner {
		height: 80px;
	}

	.card-main-photo {
		width: 100%;
		padding-right: 0;
	}
	.card-specifications {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.card-info {
		display: block;
	}	
	.card-info_item {
		width: 100%;
	}
	.card-info_item img {
		height: auto;
	}	
	.columns-3, .columns-2 {
		display: block;
	}
	.columns-3-item, .columns-2-item  {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.columns-3-item:last-child, .columns-2-item:last-child  {
		margin: 0;
	}	
	.new-info {
		display: block;
	}
	.action-list, .new-inner {
		width: 100%;
		padding-right: 0;
	}
	.last-news {
		width: 100%;
		margin-top: 40px;
	}
	.developer {
		width: calc(33.3% - 30px);
	}
	.letter-item {
		width: calc(25% - 30px);
	}
	.worker-item {
		width: calc(50% - 30px);
	}
	.worker-inner_info {
		display: block;
	}	
	.worker-inner_info_img {
		width: 100%;
		max-width: 300px;
		padding-right: 0;
		margin: 0 0 20px 0;
	}
	.worker-inner_info_desc {
		width: 100%;
	}	
}
@media screen and (max-width:  767px) {
	
	.socphone a.viber {
		background-color: rgba(115, 96, 241, 1);
	}
	.socphone a.whatsapp {
		background-color: rgba(44, 183, 66, 1);
	}
	
	.header-info {
		display: block;
	}
	.header .phone-place {
		margin-top: 10px;
		justify-content: space-between;
	}	
	.phone {
		padding-left: 20px;
		margin-right: 0;
	}
	.phone-number {
		font-size: 16px;
	}	
	.header .callback-link {
		width: 160px;
	}
	#searchp form input[type="text" i] {
		padding: 0 80px 0 10px;
	}	
	#searchp form input[type="submit"] {
		width: 80px;
	}
	.btn-menu {
		display: block;
	}	
	.btn-menu_item {
		width: 100%;
	}
	.catalog-house, .developers-list, .worker-list {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	.house, .developer, .worker-item {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	h1 {
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 20px 0;
	}
	h2, .h2, .offer-title, .form-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	h3, .h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	#map {
		height: 320px;
	}	
	.offer-list li {
		margin: 0 0 10px 0;
		text-transform: none;	
	}
	.offer-list li:last-child {
		margin: 0;
	}
	.partner-list .partner {
		height: 60px;
	}	
	.footer-menu-place {
		display: block;
	}	
	.footer-menu {
		margin-right: 0;
	}
	.it-don {
		text-align: center;
	}
	.card-anchors {
		margin: 20px 0;
	}	
	.card-anchors a {
		margin-bottom: 5px;
	}	
	.card-options {
		display: block;
	}
	.card-options .item {
		margin-right: 0;
		margin-bottom: 10px;
	}	
	.prices-table th {
		display: none;
	}
	.prices-table, .prices-table tbody {
		display: block;
	}
	.prices-table tr {
		display: block;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.prices-table tr:first-child, .prices-table tr:last-child {
		padding: 0;
		margin: 0;
		border-bottom: none;
	}		
	.prices-table td {
		display: block;
		text-align: left;
		border-bottom: none;
		padding: 0;
	}
	.prices-table td:first-child {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 10px 0;
	}
	.carousel-wp {
		padding: 0 50px;
	}
	.carousel .owl-prev, .carousel .owl-next {
		width: 40px;
		height: 40px;
		margin: -20px 0 0 0;
		background-size: 100%;
	}
	.carousel-wp .carousel .owl-prev {
		left: -50px;
	}
	.carousel-wp .carousel .owl-next {
		right: -50px;
	}
	.half-fon_img {
		max-width: 260px;
	}	
	.icon-plus-item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.contacts_info {
		display: block;
	}
	.contacts_info .item {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contacts_info .item:last-child {
		margin-bottom: 0;
	}	
	.letter {
		margin: 0 -10px;
	}	
	.letter-item {
		width: calc(33.3% - 20px);
		margin: 0 10px 20px 10px;
		padding: 10px;
	}
	.worker-inner_info_img {
		max-width: 100%;
	}
	.action-item, .last-news {
		padding: 15px;
	}	
	.action-item_img {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.action-item_info {
		width: 100%;
	}
}

.new-inner_detail a {
    color: #000000;
}

.new-inner_detail a:hover {
	color: #976b3e;
}

/* faq */
.faqBlock {
	position: relative;
}	
.faq {
    position: relative;
}
.faq-item {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid rgba(192, 176, 144, 0.15);
}	
.faq-item__title {
    position: relative;
	padding-right: 50px;
	color: #505040;
	font-size: 20px;
    line-height: 30px;
    font-weight: 600;
	cursor: pointer;
}
.faq-item__title:after {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url(img/next.svg) no-repeat center;
	background-size: 100%;
    content: '';
	cursor: pointer;
    transition: 0.5s;
	transform: rotate(90deg);
}
.faq-item__info {
    position: relative;
    margin-top: 20px;
    display: none;
}
.faq-item.open .faq-item__info {
	display: block;
}
.faq-item.open .faq-item__title:after {
	transform: rotate(270deg);
	transition: 0.5s;
}	

.card-main-plus {
	position: relative;
	margin-top: 40px;
}	
.plusTegs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.plusTegs__item {
	position: relative;
    padding: 5px 20px;
    color: #505040;
    font-weight: 600;
    border: 2px solid rgba(160, 144, 128, 0.20);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}