* {
	outline: 0 !important;
	box-sizing: border-box
}

@-webkit-keyframes slideToggle {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	50% {
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
		opacity: .7
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes slideToggle {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	50% {
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
		opacity: .7
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

[hidden] {
	display: none !important
}

body,
html {
	background: #fff;
	margin: 0;
	min-width: 320px;
	min-height: 100vh;
	position: relative;
	font-family: 'Red Hat Display', sans-serif
}

body.opened,
html.opened {
	overflow-y: hidden;
	position: relative;
	height: auto
}

@media (max-width:990px) {

	body.opened,
	html.opened {
		overflow: hidden;
		position: relative;
		height: 100vh
	}
}

ul {
	padding: 0;
	margin: 0;
	list-style: none
}

a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

a,
span {
	display: inline-block
}

a:focus,
a:hover,
button:active,
button:focus {
	text-decoration: none;
	outline: 0
}

.col-count-3 {
	column-count: 3
}

.col-count-2 {
	column-count: 2
}

.lg-col-3 {
	-webkit-columns: 4 150px;
	-moz-columns: 4 150px;
	columns: 4 150px;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em
}

@media(max-width:991px) {
	.sm-col-2 {
		-webkit-columns: 3 150px;
		-moz-columns: 3 150px;
		columns: 3 150px;
		-webkit-column-gap: 1em;
		-moz-column-gap: 1em;
		column-gap: 1em
	}
}

@media(max-width:767px) {
	.sm-col-2 {
		-webkit-columns: 2 150px;
		-moz-columns: 2 150px;
		columns: 2 150px;
		-webkit-column-gap: 1em;
		-moz-column-gap: 1em;
		column-gap: 1em
	}
}

@media(max-width:380px) {
	.xs-col-1 {
		column-count: 1
	}
}

.form-control.error {
	border-color: var(--red) !important
}

.xdsoft_datetimepicker {
	z-index: 100000 !important
}

@media(max-width:990px) {
	.col-count-3 {
		column-count: 2
	}

	.col-count-2 {
		column-count: 1
	}
}

@media(max-width:767px) {
	.col-count-3 {
		column-count: 1
	}
}

.blue-color {
	color: var(--blue) !important
}

.bars::after,
.bars::before {
	position: absolute;
	content: "";
	left: 0;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.bars {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.bars::before {
	top: -6px
}

.bars::after {
	top: 6px
}

.closed-menu>span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.closed-menu>span:after,
.closed-menu>span:before {
	left: 5px;
	width: 20px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg)
}

.material-icons {
	display: inline-block;
	vertical-align: middle
}

.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	padding: 0 15px
}

.dis {
	background: #fff;
	color: var(--dark-blue);
	padding: 15px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100vw;
	z-index: 1001;
	box-sizing: border-box
}

.dis small {
	font-size: 20px;
	display: inline-block;
	line-height: 20px;
	font-weight: 500;
	padding-right: 25px
}

.dis .close_btn {
	cursor: pointer;
	float: none;
	position: absolute;
	top: 15px;
	right: 15px
}

.dis .close_btn>i {
	color: var(--dark-blue) !important;
	opacity: 1
}

@media(max-width:767px) {
	.dis {
		padding: 10px;
		box-shadow: 0 0 5px rgba(0, 0, 0, .4)
	}

	.dis .close_btn {
		top: 5px;
		right: 5px
	}

	.dis .close_btn>i {
		font-size: 22px
	}

	.dis small {
		font-size: 12px
	}
}

.main-page section {
	margin-bottom: 100px
}

.main-page section h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 42px;
	color: var(--blue);
	text-align: center
}

.main-page section h3 {
	font-size: 28px;
	line-height: 34px;
	color: var(--blue);
	text-align: center
}

header.main_header {
	background: #fff;
	padding: 19px 0;
	height: 70px;
	margin-top: -20px
}

header.main_header>.wrapper {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between
}

header.main_header .logo {
	margin-right: 15px
}

header.main_header .logo>img {
	width: 124px
}

header.main_header #main_menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 5px
}

header.main_header #main_menu>li {
	margin-right: 15px
}

header.main_header #main_menu>li:last-child {
	margin-left: 15px;
	margin-right: 15px
}

header.main_header #main_menu>li a+ul,
header.main_header .lang_switcher ul {
	display: none;
	background: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, .1);
	border-radius: 6px;
	padding: 12px 0;
	position: absolute;
	margin-top: 15px;
	z-index: 100
}

header.main_header #main_menu>li a+ul:before,
header.main_header .lang_switcher ul:before {
	content: '';
	background: 0 0;
	display: inline-block;
	position: absolute;
	top: -9px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff
}

header.main_header #main_menu>li a+ul>li>a,
header.main_header .lang_switcher ul>li>a {
	display: block;
	width: 100%;
	padding: 0 24px;
	background: #fff;
	color: #1363ff;
	font-weight: 500;
	font-size: 16px;
	line-height: 38px
}

header.main_header #main_menu>li a+ul>li>a:hover,
header.main_header .lang_switcher ul>li>a:hover {
	background: #e1ebff;
	color: #1363ff
}

header.main_header .lang_switcher ul>li>a>img {
	margin-right: 10px;
	display: inline-block
}

header.main_header #main_menu>li a {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #262f56;
	position: relative
}

header.main_header #main_menu>li>a:before {
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	bottom: -3px;
	right: 0;
	left: 0;
	background-color: transparent
}

header.main_header #main_menu>li>a:not(.enter_btn).active,
header.main_header #main_menu>li>a:not(.enter_btn):hover {
	color: #262f56;
	cursor: pointer
}

header.main_header #main_menu>li a:not(.enter_btn).active:before,
header.main_header #main_menu>li a:not(.enter_btn):hover:before {
	background-color: #262f56
}

header.main_header #main_menu>li a>i {
	margin-left: 3px
}

header.main_header #main_menu>li a>i.fire_icon {
	margin-left: 0;
	margin-right: 0;
	vertical-align: top;
	width: 15px;
	height: 17px
}

header.main_header .enter_btn {
	width: 90px;
	height: 32px;
	line-height: 32px !important;
	text-align: center;
	background: #e1ebff;
	border-radius: 2px;
	font-weight: 500;
	font-size: 16px;
	color: #1363ff;
	cursor: pointer
}

header.main_header .enter_btn:hover {
	color: var(--blue)
}

header.main_header .lang_switcher {
	margin-right: 30px
}

header.main_header .lang_switcher .current_lang {
	font-weight: 500;
	font-size: 16px;
	color: #262f56;
	white-space: nowrap;
	cursor: pointer
}

header.main_header .lang_switcher .current_lang>i {
	margin-left: 3px
}

header.main_header .head-phone {
	color: #262f56;
	font-weight: 700;
	font-size: 16px;
	white-space: nowrap
}

header.main_header .head-phone>i {
	margin-right: 3px;
	vertical-align: middle
}

header.main_header .head-phone>span {
	vertical-align: middle
}

header .mob-menu-icon {
	display: none
}

.tp_wr {
	max-width: 720px;
	margin: 0 auto;
	display: block;
	width: 100%;
	position: relative
}

.tp_new {
	background: #fff;
	color: var(--blue);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 13px 30px 10px 15px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	opacity: 1;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 10;
	line-height: 15px;
	margin-top: 15px;
	text-align: left;
	width: 235px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .12)
}

.tp_new>.close_icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 13px;
	height: 13px;
	cursor: pointer
}

.tp_new:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: auto;
	left: 3px;
	top: -9px;
	bottom: auto;
	border: 15px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-color: transparent #fff transparent transparent;
	transform: rotate(-7deg)
}

.header_banner {
	padding-top: 11px;
	padding-bottom: 72px;
	background: url(../images/new_logo.jpg) no-repeat top center/cover;
	background-position: center;
	/*height:400px*/
}

.header_banner h1 {
	font-weight: 700;
	font-size: 48px;
	text-align: center;
	margin: 0 0 30px;
	text-shadow: 0 0 30px rgba(0, 0, 0, .6);
	color: #fff
}

.header_banner .autocomplete_main .nav-tabs {
	width: 100%;
	display: flex;
	justify-content: center;
	border-bottom: 0;
	margin-bottom: 30px
}

.header_banner .autocomplete_main .tab-content {
	width: 100%;
	text-align: center
}

.header_banner .autocomplete_main .tab-content .tab-pane>div {
	max-width: 720px;
	margin: 0 auto;
	position: relative
}

.header_banner .autocomplete_main .tab-content input[type=text] {
	max-width: 720px;
	width: 100%;
	height: 70px;
	background: #fff;
	border-radius: 6px;
	padding: 15px 15px 15px 50px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: var(--dark-blue);
	border: 1px solid transparent
}

.header_banner .autocomplete_main .tab-content input[type=text]:focus {
	border-color: var(--blue)
}

.header_banner .autocomplete_main .tab-content .location_icon {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 25px
}

.header_banner .autocomplete_main .tab-content #reset_location {
	position: absolute;
	top: 21px;
	right: 16px;
	color: var(--blue);
	cursor: pointer;
	width: 24px;
	height: 24px;
	cursor: pointer;
	text-align: center;
	line-height: 24px
}

.header_banner .autocomplete_main .tab-content .search_icon {
	position: absolute;
	z-index: 1;
	top: 22px;
	right: 25px;
	width: 27px;
	height: 27px
}

.header_banner .autocomplete_main .nav-tabs>li:not(:last-child) {
	margin-right: 15px
}

.header_banner .autocomplete_main .nav-tabs>li>a {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	border: none;
	text-align: center;
	color: #000;
	background: rgba(255, 255, 255, .55);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 6px;
	position: relative;
	width: 130px;
	cursor: pointer
}

.header_banner .autocomplete_main .nav-tabs>li.active>a {
	background: #ffffff;
	color: #0935f5;
	font-weight: 700
}

.header_banner .autocomplete_main .nav-tabs>li a:before {
	content: '';
	background: 0 0;
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 10px 65px 0 65px;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
	transition: all .3s ease
}

.header_banner .autocomplete_main .nav-tabs>li.active a:before {
	border-color: #fff transparent transparent transparent
}

.header_banner .autocomplete_main .tab-content ul,
.inner-page .autocomplete_main ul {
	display: none;
	width: 100%;
	background: #fff;
	position: absolute;
	z-index: 5;
	bottom: auto;
	margin-top: -5px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: left;
	max-height: 240px;
	overflow-y: auto;
	box-shadow: 0 5px 20px rgba(10, 39, 97, .1)
}

.autocomplete_main .search-raz__title {
	padding: 25px 15px 0;
	margin-bottom: 5px;
	color: var(--grey)
}

.autocomplete_main .search-raz__title:first-of-type {
	padding-top: 15px
}

.autocomplete_main .search-listing__price {
	font-weight: 600 !important;
	font-size: 14px !important;
	color: var(--blue)
}

.header_banner .autocomplete_main .tab-content ul>li,
.inner-page .autocomplete_main ul>li {
	background: #fff;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header_banner .autocomplete_main .tab-content ul>li>a:not(.fav),
.inner-page .autocomplete_main ul>li>a:not(.fav) {
	display: flex;
	width: 100%;
	padding: 10px 15px 5px;
	color: var(--dark-blue);
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	align-items: center;
	justify-content: flex-start
}

.header_banner .autocomplete_main .tab-content ul>li>a.bld,
.inner-page .autocomplete_main ul>li>a.bld {
	display: block
}

.autocomplete_main .highlight {
	color: var(--blue)
}

.header_banner .autocomplete_main .tab-content ul>li>a>small,
.inner-page .autocomplete_main ul>li>a:not(.fav)>small {
	color: var(--grey);
	display: block;
	font-size: 12px;
	font-weight: 300;
	margin-left: auto
}

.header_banner .autocomplete_main .tab-content ul>li>a.fav,
.inner-page .autocomplete_main ul>li>a.fav {
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	text-align: center;
	margin-right: 28px;
	cursor: pointer;
	font-size: 18px;
	color: var(--dark-blue)
}

.header_banner .autocomplete_main .tab-content ul>li:hover,
.inner-page .autocomplete_main ul>li:hover {
	background: #e1ebff
}

.header_banner .autocomplete_main .tab-content ul>li>a.fav:hover,
.inner-page .autocomplete_main ul>li>a.fav:hover {
	color: var(--red)
}

.header_banner .autocomplete_main .tab-content ul>li p,
.inner-page .autocomplete_main ul>li p {
	margin: 0
}

.razdels .wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-around
}

.razdels .wrapper>center {
	position: relative;
	width: 50%
}

.razdels svg {
	width: 120px;
	position: relative;
	top: -30px;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-name: slideToggle
}

.razdels .btn-white-blue {
	margin: 0 7.5px;
	color: var(--dark-blue);
	line-height: 50px
}

.razdels .btn-white-blue:hover {
	color: #fff
}

.razdels h2 {
	margin-top: 0;
	margin-bottom: 20px
}

.wp_posts h2 {
	margin-top: 0;
	margin-bottom: 35px
}

.wp_posts center {
	display: flex;
	justify-content: center;
	margin: 0 -15px;
	flex-wrap: wrap
}

.wp_posts center .post {
	margin: 0 15px 30px;
	flex-grow: 1;
	width: calc(33% - 90px)
}

.wp_posts center iframe {
	border-radius: 6px;
	width: 100%;
	height: 250px
}

.wp-block-image img {
	max-width: 100%;
	width: 100%;
	border-radius: 6px;
	display: block;
	margin: 0 auto;
	height: 250px;
	object-fit: cover
}

.wp_posts .text_info h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
	max-width: 480px;
	color: var(--dark-blue);
	width: 100%
}

.wp_posts .text_info time {
	font-size: 16px;
	margin-top: 15px;
	color: var(--dark-blue)
}

.wp_posts .text_info a {
	color: var(--dark-blue)
}

.cities h2 {
	margin-top: 110px;
	margin-bottom: 35px
}

.cities h2:first-of-type {
	margin-top: 0
}

.cities h2>a {
	color: var(--blue)
}

.cities .new-dev__list {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	margin: 0 -10px
}

.cities .new-dev__list .new-dev {
	width: 270px;
	height: 255px;
	margin: 0 10px 20px;
	position: relative;
	border-radius: 6px;
	overflow: hidden
}

.cities .new-dev__list .new-dev layer {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	display: block
}

.cities .new-dev__list .new-dev p {
	margin: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	bottom: 30px
}

.cities .new-dev__list .new-dev a {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(38, 47, 86, 0) 0, rgba(15, 20, 41, .6) 100%);
	transition: none
}

.site_map_catalog .wrapper {
	display: flex;
	align-items: flex-start
}

.site_map_catalog .inner_section {
	width: 100%;
	margin-bottom: 0
}

.site_map_catalog .inner_section h3 {
	text-align: left;
	margin-bottom: 35px
}

.site_map_catalog .wrapper .inner_section:first-of-type {
	margin-right: 15px
}

.site_map_catalog .wrapper .inner_section:last-of-type {
	margin-left: 15px
}

.site_map_catalog .panel-title>a {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: var(--blue);
	width: 100%;
	position: relative;
	padding-right: 50px
}

.site_map_catalog .panel-title>a>i {
	position: absolute;
	top: 9px;
	right: 0;
	transform: rotate(180deg);
	transition: all .2s ease
}

.site_map_catalog .panel-title>a.collapsed {
	color: var(--dark-blue)
}

.site_map_catalog .panel-title>a.collapsed>i {
	transform: rotate(0)
}

.site_map_catalog .panel-title>a:hover {
	color: var(--dark-blue)
}

.site_map_catalog .panel-default>.panel-heading {
	color: var(--dark-blue);
	background-color: #fff;
	padding: 15px 0
}

.site_map_catalog .panel-group .panel {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-bottom: 1px solid var(--light-blue)
}

.site_map_catalog .panel-group .panel+.panel {
	margin-top: 0
}

.site_map_catalog .panel-body {
	padding: 0
}

.site_map_catalog .panel-body>ul>li {
	position: relative
}

.site_map_catalog .panel-body>ul>li:before {
	content: '';
	width: 8px;
	height: 8px;
	background: var(--light-blue);
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 0
}

.site_map_catalog .panel-body>ul>li>a {
	display: block;
	width: 100%;
	padding: 0 24px;
	background: #fff;
	color: var(--blue);
	font-weight: 500;
	font-size: 16px;
	line-height: 38px
}

.site_map_catalog .panel-body>ul>li>a:hover {
	color: var(--blue)
}

.site_map_catalog .panel-group .panel-body {
	border: none !important
}

.standard-article {
	font-size: 20px;
	line-height: 28px;
	color: #000
}

.standard-article .wrapper {
	max-width: 1015px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 50px rgba(10, 39, 97, .1);
	border-radius: 6px;
	padding: 35px
}

.standard-article .wrapper p:last-child {
	margin-bottom: 0
}

footer {
	margin-top: 110px;
	background: #fff
}

footer .wrapper {
	padding: 50px 15px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-top: 1px solid var(--light-blue)
}

footer .info_links {
	width: 100%;
	margin: 0 30px;
	display: flex;
	justify-content: center;
	align-items: flex-start
}

footer .info_links>li:not(:last-child) {
	margin-right: 100px
}

footer .info_links>li>p {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
	color: var(--dark-blue)
}

footer .info_links>li>ul>li>a {
	font-size: 14px;
	font-weight: 400;
	color: var(--blue);
	line-height: 21px;
	margin-bottom: 5px
}

footer .info_links>li>ul>li>a:hover {
	text-decoration: underline
}

footer .social_links li {
	display: inline-block;
	margin-right: 15px
}

footer .social_links li:last-child {
	margin-right: 0
}

footer .social_links li>a {
	color: var(--blue);
	font-size: 20px
}

footer .social_links li.contact_phone {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	margin-right: 0
}

footer .social_links li.contact_phone>a {
	white-space: nowrap;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	color: var(--dark-blue)
}

.bars::after,
.bars::before {
	position: absolute;
	content: "";
	left: 0;
	display: inline-block;
	width: 28px;
	height: 3px;
	background-color: var(--dark-blue);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	border-radius: 6px
}

.bars {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	width: 28px;
	height: 3px;
	background-color: var(--dark-blue);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	border-radius: 6px
}

.bars::before {
	top: -7px
}

.bars::after {
	top: 7px
}

.closed-menu>span {
	width: 28px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.closed-menu>span:after,
.closed-menu>span:before {
	left: 5px;
	width: 18px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg)
}

.closed-menu>span:after {
	top: 6px
}

.closed-menu>span:before {
	top: -6px
}

@media(max-width:1199px) {
	header.main_header .head-phone {
		margin-left: 30px
	}

	header.main_header .lang_switcher {
		position: relative
	}

	header.main_header .lang_switcher ul {
		z-index: 100001;
		right: 0;
		min-width: 145px
	}

	header.main_header .lang_switcher ul:before {
		right: 10px;
		left: auto
	}

	header.main_header {
		padding: 16px 0;
		height: 60px
	}

	header.main_header #main_menu>li a>i.fire_icon {
		margin-top: 3px
	}

	header.main_header #main_menu {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 100000
	}

	.header_banner .autocomplete_main .tab-content input[type=text] {
		height: 60px
	}

	.header_banner .autocomplete_main .tab-content .location_icon {
		top: 25px;
		left: 20px
	}

	header.main_header #main_menu>li {
		margin-right: 0;
		margin-bottom: 15px;
		border-bottom: 1px solid #e1ebff;
		padding-bottom: 15px
	}

	header.main_header #main_menu>li a {
		font-weight: 500;
		font-size: 18px;
		line-height: 24px
	}

	header.main_header #main_menu>li a+ul {
		box-shadow: none;
		border-radius: 0;
		padding: 0;
		position: relative;
		margin-top: 15px
	}

	header.main_header #main_menu>li a+ul>li>a {
		padding: 10px 0;
		font-weight: 500;
		font-size: 18px;
		line-height: 20px;
		color: var(--blue)
	}

	header.main_header #main_menu>li a+ul>li>a:hover {
		background: #fff;
		color: var(--blue)
	}

	header.main_header #main_menu>li>a:not(.enter_btn).active:before,
	header.main_header #main_menu>li>a:not(.enter_btn):hover:before {
		background-color: transparent
	}

	header.main_header #main_menu>li>a:not(.enter_btn).active>i:not(.fire_icon) {
		transform: rotate(180deg)
	}

	header.main_header .enter_btn {
		width: 100%;
		height: 43px;
		line-height: 43px !important;
		color: var(--blue);
		margin: 0 auto;
		display: block;
		border-radius: 6px
	}

	header .mob-menu-icon {
		display: block;
		margin-left: 30px;
		height: 25px
	}

	header.main_header .lang_switcher {
		margin-left: auto;
		margin-right: 0
	}

	header.main_header .logo>img {
		width: 120px
	}

	.header_banner h1 {
		font-size: 36px;
		line-height: 42px
	}

	.header_banner .autocomplete_main .nav-tabs>li>a {
		width: 85px;
		padding: 8px 15px !important;
		font-size: 14px;
		line-height: 18px
	}

	.header_banner .autocomplete_main .nav-tabs>li a::before {
		border-width: 10px 42px 0 42px
	}

	header.main_header #main_menu>li:last-child {
		border-bottom: none;
		margin: 0
	}

	.main-page section h2 {
		font-size: 38px;
		line-height: 42px
	}

	.razdels .btn-white-blue {
		font-size: 16px
	}

	.main-page section h3 {
		font-size: 24px;
		line-height: 30px
	}

	.standard-article {
		font-size: 18px;
		line-height: 26px;
		padding: 0 15px
	}

	.wp-block-image img,
	.wp_posts center iframe {
		height: 360px
	}

	.main-page section {
		margin-bottom: 30px
	}

	.header_banner {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.main-page section h2 {
		font-size: 32px;
		line-height: 36px
	}

	.razdels .wrapper {
		margin-bottom: 60px
	}

	.razdels svg {
		top: 0;
		width: 80px
	}
}

@media(max-width:1170px) {
	.cities .new-dev__list .new-dev {
		min-width: 270px;
		width: calc(33% - 17px)
	}
}

@media(max-width:990px) {
	.wp_posts center .post {
		margin: 0 15px 30px;
		width: 100%
	}

	.wp_posts center .post:last-of-type {
		margin-bottom: 0
	}

	.cities .new-dev__list .new-dev {
		min-width: 270px;
		width: calc(50% - 20px)
	}

	footer .info_links>li:not(:last-child) {
		margin-right: 50px
	}

	footer .wrapper {
		padding: 30px 15px
	}

	.wp_posts center {
		flex-wrap: wrap
	}

	.wp-block-image img,
	.wp_posts center iframe {
		height: 260px
	}
}

@media(max-width:767px) {
	footer {
		margin-top: 60px
	}

	.wp-block-image img,
	.wp_posts center iframe {
		height: auto
	}

	.standard-article {
		font-size: 16px;
		line-height: 24px;
		padding: 0
	}

	.buildings-info .standard-article .wrapper {
		padding: 20px;
		font-size: 14px
	}

	.main-page section h2 {
		font-size: 24px;
		line-height: 26px
	}

	.main-page section h3 {
		font-size: 20px;
		line-height: 24px
	}

	.razdels .btn-white-blue {
		font-size: 14px;
		min-width: 100px;
		height: 46px;
		line-height: 46px
	}

	.site_map_catalog .wrapper {
		flex-wrap: wrap
	}

	.site_map_catalog .panel-title>a {
		font-size: 16px;
		line-height: 18px
	}

	.site_map_catalog .wrapper .inner_section:first-of-type,
	.site_map_catalog .wrapper .inner_section:last-of-type {
		margin-right: 0;
		margin-left: 0
	}

	.site_map_catalog .inner_section h3 {
		text-align: center;
		margin-bottom: 15px
	}

	footer .info_links>li>ul>li>a {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 15px
	}

	footer .info_links>li:not(:last-child) {
		margin-right: 30px
	}

	footer .logo>img {
		max-width: 80px
	}

	footer .info_links>li>p {
		font-size: 16px;
		line-height: 22px
	}

	.wp_posts center iframe {
		height: 320px
	}

	.tp_wr {
		max-width: 285px
	}

	.tp_new {
		font-size: 10px
	}

	.tp_new>.close_icon {
		width: 10px;
		height: 10px
	}

	.header_banner h1 {
		font-size: 32px;
		line-height: 32px
	}

	.header_banner {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.razdels svg {
		width: 40px;
		height: 100px
	}
}

@media(max-width:590px) {
	.razdels svg {
		display: none
	}

	header.main_header .lang_switcher {
		margin-right: 0
	}

	header.main_header .head-phone {
		display: none
	}

	.header_banner .autocomplete_main .tab-content .tab-pane>div {
		max-width: 285px
	}

	.header_banner .autocomplete_main .tab-content input[type=text] {
		width: 285px;
		height: 50px;
		padding: 15px 15px 15px 35px;
		font-weight: 500;
		font-size: 12px;
		line-height: 16px
	}

	.header_banner .autocomplete_main .tab-content #reset_location {
		top: 13px;
		right: 10px
	}

	.header_banner .autocomplete_main .tab-content .location_icon {
		top: 19px;
		left: 15px
	}

	.header_banner .autocomplete_main .tab-content .search_icon {
		top: 18px;
		right: 15px;
		width: 17px;
		height: 17px
	}

	.header_banner .autocomplete_main .tab-content ul>li>a {
		font-size: 14px;
		padding: 10px 15px
	}

	.cities .new-dev__list .new-dev {
		min-width: 270px;
		width: 100%
	}

	footer .wrapper {
		flex-wrap: wrap
	}

	footer .logo {
		order: 1;
		width: 100%
	}

	footer .info_links {
		order: 2;
		margin: 30px auto 0;
		flex-wrap: wrap;
		justify-content: flex-start
	}

	footer .social_links {
		order: 3;
		margin: 30px auto 0
	}

	footer .info_links>li {
		margin-right: 0 !important;
		width: 50%;
		margin-bottom: 0
	}

	.razdels h2 {
		font-size: 21px !important;
		line-height: 24px !important
	}

	.razdels .wrapper>center:first-of-type::before {
		display: none
	}

	.razdels .btn-white-blue {
		font-size: 12px;
		min-width: 60px;
		height: 40px;
		line-height: 40px;
		margin: 0
	}

	.with_icon>i {
		display: none
	}

	.wp-block-image img,
	.wp_posts center iframe {
		height: 240px
	}
}

#main {
	margin-top: 35px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start
}

aside {
	width: 280px;
	margin-right: 10px
}

aside h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: var(--blue);
	margin-top: 0;
	margin-bottom: 30px
}

aside h3,
aside .h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--dark-blue)
}

aside h3:not(first-of-type),
aside .h3:not(first-of-type) {
	margin-top: 45px
}

aside>ul>li {
	cursor: pointer;
	border-bottom: 1px solid var(--light-blue);
	position: relative;
	padding-right: 30px
}

aside>ul>li:last-child {
	border-bottom: none
}

aside>ul>li a {
	padding: 10px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: var(--dark-blue)
}

aside>ul>li a:hover {
	color: var(--blue)
}

aside>ul>li>i {
	top: 16px;
	position: absolute;
	right: 0;
	transition: all .2s ease
}

aside>ul>li>i.rotate {
	transform: rotate(180deg)
}

aside>ul>ul {
	padding: 7px 15px 0 20px;
	display: none
}

aside>ul>ul>li {
	position: relative;
	margin-bottom: 10px
}

aside>ul>ul>li:last-child {
	margin-bottom: 0
}

aside>ul>ul>li::before {
	content: '';
	width: 8px;
	height: 8px;
	background: var(--light-blue);
	display: inline-block;
	position: absolute;
	top: 9px;
	left: -20px
}

aside>ul>ul>li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	color: var(--blue)
}

aside>ul>ul>li a:hover {
	color: var(--blue)
}

.banner_list {
	text-align: left;
	margin-top: 30px
}

.banner_list>a>img {
	margin-bottom: 30px;
	max-width: 100%;
	border-radius: 6px;
	width: 100%;
	height: auto
}

.topbread {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px
}

.topbread a,
.topbread h1,
.topbread h2,
.topbread h3,
.topbread h4 {
	color: var(--dark-blue);
	font-weight: 500;
	font-size: 14px !important;
	line-height: 20px;
	display: inline-block
}

.topbread span {
	color: #000;
	margin: 0 10px;
	vertical-align: middle;
	font-size: 14px
}

.topbread p {
	color: var(--grey);
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0
}

#center {
	width: calc(100% - 300px);
	position: relative
}

#center.full_width {
	width: 100%;
	margin: 0 auto
}

.prod {
	background: #fff;
	display: flex;
	align-items: flex-start;
	padding: 30px;
	border-radius: 6px;
	transition: all .2s ease;
	position: relative
}

.prod:hover,
.prod--hover {
	box-shadow: 0 0 50px rgba(0, 0, 0, .12)
}

.prod .sold-gr-icon {
	position: absolute;
	top: 0;
	right: 0
}

.prod:hover .sold-gr-icon {
	border-top-right-radius: 6px
}

.prod .date-of-sale {
	color: var(--red);
	font-size: 14px;
	font-weight: 500;
	margin-top: -5px;
	margin-bottom: 15px
}

.prod .prod_media {
	position: relative;
	margin-right: 25px
}

.prod .prod_media img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 6px;
	display: block;
	background: var(--grey)
}

.prod .prod_info {
	width: calc(100% - 325px)
}

.prod .prod_info>a {
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	color: var(--dark-blue);
	text-transform: uppercase;
	margin-bottom: 10px
}

.prod .prod_info address {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: var(--dark-blue);
	margin-bottom: 15px
}

.prod .prod_btn_list {
	display: flex;
	align-items: center
}

.prod .prod_btn_list button {
	margin-right: 10px
}

.prod .prod_btn_list button:last-child {
	margin-right: 0
}

.prod .prod_icon_box {
	position: absolute;
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 15px
}

.prod .prod_icon_box>span {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	background: rgba(225, 235, 255, .6);
	backdrop-filter: blur(6px);
	border-radius: 6px;
	transition: all .2 ease;
	cursor: pointer;
	margin-left: 5px
}

.prod .prod_icon_box>span:hover {
	background: var(--light-blue)
}

.prod .price_list {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-end
}

.prod .price_list .prod_price {
	vertical-align: middle;
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	color: var(--blue)
}

.prod .price_list .prod_price small,
.prod .price_list .prod_price_change small {
	width: 100%;
	display: block;
	font-weight: 500;
	font-size: 11px;
	margin-bottom: 3px;
	color: var(--dark-blue)
}

.prod .price_list .prod_price>i {
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 5px
}

.prod .price_list .prod_price_change {
	vertical-align: middle;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: var(--dark-blue);
	margin-left: 50px
}

.prod .price_list .prod_price_change>i {
	vertical-align: middle;
	margin-right: 5px
}

.prod .prod_properties {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between
}

.prod .prod_properties>li {
	width: 50%;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: var(--grey)
}

.prod .prod_properties>li:not(:last-child) {
	margin-bottom: 5px
}

.prod .prod_properties>li>span {
	color: var(--dark-blue);
	word-break: break-word
}

.prod .prod_properties>li>span.brokrec {
	font-size: 14px;
	margin: 0 0 15px
}

.prod .date_sold {
	color: var(--red);
	font-weight: 600;
	display: block;
	margin-bottom: 10px
}

.prod .prod_icon_box>span.soldfy {
	width: 100%;
	background: 0 0;
	height: auto;
	text-align: left;
	border-radius: 0;
	position: absolute;
	top: 5px;
	left: 15px;
	color: var(--red);
	font-size: 16px;
	font-weight: 700
}

@media(max-width:1199px) {
	#center {
		width: calc(100% - 250px)
	}

	.prod {
		padding: 15px
	}

	.prod .prod_info>a {
		font-size: 18px
	}

	.prod .prod_info address {
		font-size: 15px;
		margin-bottom: 20px
	}

	.prod .price_list .prod_price,
	.prod .price_list .prod_price_change {
		font-size: 18px
	}

	aside>ul>ul>li a {
		font-size: 16px
	}

	aside {
		width: 240px
	}

	.wp_posts center .post {
		width: calc(50% - 60px)
	}
}

@media(max-width:990px) {
	aside {
		display: none
	}

	#center {
		width: 100%
	}

	.prod {
		box-shadow: 0 0 50px rgba(0, 0, 0, .12);
		margin-bottom: 30px
	}
}

@media(max-width:767px) {
	#main {
		margin-top: 0
	}

	.prod .prod_info address {
		font-size: 14px;
		margin-bottom: 15px
	}

	.prod .prod_media img {
		max-width: 100% !important;
		min-width: 240px;
		width: 100%;
		height: auto;
		height: 240px;
		min-height: 240px;
		object-fit: cover
	}

	.prod .prod_media {
		margin-right: 15px
	}

	.prod .prod_info {
		width: calc(100% - 275px)
	}

	.prod .prod_btn_list {
		flex-flow: column;
		align-items: stretch
	}

	.prod .prod_btn_list button {
		margin-right: 0;
		margin-bottom: 10px
	}

	.topbread a,
	.topbread h1,
	.topbread h2,
	.topbread h3,
	.topbread h4,
	.topbread p,
	.topbread span>i {
		font-size: 12px !important;
		line-height: 15px
	}

	header.main_header #main_menu {
		top: 60px;
		padding: 15px
	}

	.wp_posts center .post {
		width: 100%
	}
}

@media(max-width:660px) {
	.prod .prod_media {
		margin: 0 auto 30px 0;
		display: block;
		width: 100%
	}

	.prod {
		flex-wrap: wrap
	}

	.prod .prod_info {
		width: 100%
	}

	.prod .prod_info address {
		margin-bottom: 25px
	}

	.prod .price_list .prod_price,
	.prod .price_list .prod_price_change {
		font-size: 20px
	}

	.prod .prod_btn_list {
		flex-flow: row nowrap;
		align-items: center
	}

	.prod .prod_btn_list button {
		margin: 0;
		width: 50%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding: 10px 6px
	}

	.prod .prod_btn_list a {
		margin: 0;
		width: 50%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		padding: 10px 6px;
		line-height: 24px
	}

	.prod .prod_properties>li {
		font-size: 14px;
		line-height: 20px
	}

	.prod .prod_properties>li:not(:last-child) {
		margin-bottom: 10px
	}

	.prod .prod_properties>li>span {
		word-break: break-word
	}

	.prod .prod_properties>li>span.brokrec {
		font-size: 12px;
		margin: 0 0 15px 0
	}

	.main-page .cities h2 {
		margin-top: 60px;
		margin-bottom: 20px
	}

	.main-page .cities .new-dev__list {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth
	}
}

.site_maps_page .page_header {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.site_maps_page h1 {
	font-weight: 700;
	font-size: 28px;
	line-height: 50px;
	color: var(--dark-blue);
	margin: 0 0 15px 0
}

.site_maps_page h2,
.site_maps_page h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: var(--dark-blue);
	margin-bottom: 15px
}

.site_maps_page .razdel-box {
	width: 100%;
	display: inline-block;
	margin-right: 15px;
	vertical-align: top
}

.site_maps_page .razdel-box__inner a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 45px;
	color: var(--blue);
	padding-left: 24px;
	position: relative;
	margin-bottom: 0
}

.site_maps_page .razdel-box__inner a:hover {
	color: var(--blue)
}

.site_maps_page .razdel-box__inner a::before {
	content: '';
	width: 8px;
	height: 8px;
	background: var(--light-blue);
	display: inline-block;
	position: absolute;
	top: 19px;
	left: 0
}

@media(max-width:767px) {
	.site_maps_page h1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
		margin-top: 15px;
		padding-right: 15px
	}

	.site_maps_page .razdel-box {
		width: 100%;
		margin: 0 auto 30px
	}

	.site_maps_page .razdel-box__inner a {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 14px;
		line-height: 36px
	}

	.site_maps_page .razdel-box__inner a::before {
		top: 14px
	}
}

.newdev_list {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	margin: 40px -10px 0
}

.newdev_list .newdev_list-item {
	width: calc(33% - 20px);
	height: 260px;
	margin: 0 10px 20px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15))
}

.newdev_list .newdev_list-item a {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(38, 47, 86, 0) 0, rgba(15, 20, 41, .6) 100%);
	transition: none
}

.newdev_list .newdev_list-item:hover a {
	background: linear-gradient(0deg, rgba(19, 99, 255, .74), rgba(19, 99, 255, .74));
	z-index: 1
}

.newdev_list .newdev_list-item p {
	margin: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--dark-blue);
	bottom: 0;
	background: rgba(255, 255, 255, .7);
	backdrop-filter: blur(6px);
	border-radius: 0 0 6px 6px;
	padding: 10px
}

.newdev_list .newdev_list-item p>strong {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: var(--blue);
	text-align: left
}

.newdev_list .newdev_list-item p>span {
	text-align: left;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px
}

.newdev_list .newdev_list-item p>span>small:first-child {
	margin-right: 10px
}

.newdev_list .newdev_list-item p>span>small:last-child {
	font-weight: 500
}

.newdev_list .newdev_list-item img,
.newdev_list .newdev_list-item layer {
	max-width: 100%;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	display: block
}

.newdev_list .newdev_list-item img {
	object-fit: cover
}

.buildings_page h1,
.buildings_page h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 20px;
	color: var(--dark-blue);
	text-transform: uppercase
}

.buildings_page .page_header h2 {
	margin-top: 40px
}

.buildings_page .page_header .city_media {
	margin-right: 10px
}

.buildings_page .page_header .city_media .swiper-slide {
	width: auto;
	height: auto
}

.buildings_page .page_header .city_media .swiper-slide iframe,
.buildings_page .page_header .city_media .swiper-slide img {
	max-width: 100%;
	margin-right: 15px;
	border-radius: 6px;
	height: 240px
}

.buildings_page .city_media .swiper-button-next,
.buildings_page .city_media .swiper-button-prev {
	width: 30px;
	height: 30px;
	background: #fff;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 0 50px rgba(255, 255, 255, .9)
}

.buildings_page .city_media .swiper-button-next:after,
.buildings_page .city_media .swiper-button-prev:after {
	font-size: 16px
}

.buildings_page .page_header .city_media .swiper-slide img {
	object-fit: cover
}

@media(max-width:1059px) {
	.newdev_list .newdev_list-item {
		width: calc(50% - 20px)
	}
}

@media(max-width:990px) {
	.newdev_list .newdev_list-item {
		width: calc(33% - 20px)
	}
}

@media(max-width:767px) {
	.newdev_list .newdev_list-item {
		width: calc(50% - 20px)
	}
}

@media(max-width:590px) {
	.newdev_list {
		margin: 30px auto 0
	}

	.newdev_list .newdev_list-item {
		width: 100%;
		margin: 0 auto 30px
	}
}

.listing_page .prod_main-info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.listing_page .prod_main-info>div:first-child {
	width: 740px
}

.listing_page .prod_main-info>div:last-child {
	width: calc(100% - 770px);
	margin-left: 30px;
	position: sticky;
	top: 15px
}

.listing_page .prod_main-info h1,
.listing_page .prod_main-info .h1 {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: var(--dark-blue);
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase
}

.listing_page .status_listing {
	color: #f66;
	font-weight: 500;
	font-size: 16px
}

.listing_page .prod_main-info address {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: var(--dark-blue)
}

.listing_page .back_btn {
	margin-left: 40px;
}

.listing_page .notify.fav {
	position: absolute;
	top: 3px;
	right: 0;
	background: var(--light-blue);
	width: 46px;
	height: 43px;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	z-index: 10;
	top: 15px;
	right: 15px
}

.btn_listing_list {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
}

.btn_listing_list>a,
.btn_listing_list>button {
	margin-bottom: 10px;
	padding: 15px;
	background: var(--blue);
	border-color: var(--blue);
	color: white
}

.btn_listing_list>a:hover,
.btn_listing_list>button:hover {
	background: transparent;
	color: var(--blue)
}

.ya-share2_inited {
	margin-top: 15px
}

.ya-share2_inited .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_whatsapp .ya-share2__icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%2333D16B' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.ya-share2_inited .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%230268e2' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.ya-share2_inited .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_viber .ya-share2__icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23793baa' fill-rule='evenodd'%3E%3Cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 00-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3E%3Cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3E%3Cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3E%3C/g%3E%3C/svg%3E")
}

.ya-share2_inited .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%231d91c2' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.ya-share2_inited .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%231c9cea' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.ya-share2_inited .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_skype .ya-share2__icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.537 13.698c.115-.52.176-1.06.176-1.614 0-4.155-3.415-7.524-7.63-7.524-.444 0-.88.038-1.304.11A4.444 4.444 0 008.425 4C5.981 4 4 5.954 4 8.364c0 .805.222 1.56.608 2.207a7.428 7.428 0 00-.155 1.513c0 4.156 3.416 7.4 7.63 7.4.477 0 .944-.044 1.397-.126.623.33 1.335.642 2.092.642 2.444 0 4.425-1.953 4.425-4.364a4.3 4.3 0 00-.46-1.938zm-3.974 1.457c-.294.418-.725.747-1.293.984-.567.238-1.239.356-2.016.356-.933 0-1.702-.162-2.308-.486a2.986 2.986 0 01-1.047-.934c-.268-.39-.403-.768-.403-1.137 0-.213.08-.395.242-.547a.855.855 0 01.615-.229.76.76 0 01.512.178c.14.119.26.294.358.527.12.278.25.51.39.695.139.185.336.34.589.46.254.12.587.18 1 .18.566 0 1.027-.12 1.382-.364.354-.243.532-.547.532-.91a.919.919 0 00-.287-.702 1.88 1.88 0 00-.741-.412 13.21 13.21 0 00-1.216-.303c-.678-.146-1.247-.318-1.703-.513-.458-.196-.822-.463-1.09-.8-.269-.34-.403-.759-.403-1.26 0-.48.142-.904.426-1.275.283-.372.693-.658 1.23-.858.537-.2 1.17-.299 1.895-.299.58 0 1.082.066 1.505.198.423.133.774.309 1.053.528.28.22.484.45.612.691.13.24.194.477.194.705 0 .21-.08.4-.241.567a.8.8 0 01-.603.252c-.22 0-.386-.05-.5-.151-.114-.101-.237-.266-.37-.495a2.27 2.27 0 00-.618-.768c-.241-.184-.627-.276-1.16-.276-.494 0-.893.1-1.196.3-.303.199-.455.44-.455.72 0 .173.053.324.155.45.103.128.245.235.426.326.18.091.363.162.547.214.185.052.49.126.916.225a15.47 15.47 0 011.446.38c.432.138.8.307 1.103.503.302.198.54.45.709.752.17.302.255.673.255 1.111 0 .525-.148.998-.442 1.417z' fill='%231a91cb' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.ya-share2_inited .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
	margin: 0 15px 0 0
}

.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
	background-size: 24px 24px !important
}

.btn_listing_list>.before {
	display: none
}

.listing_page .prodPPriceChangeup,
.listing_page .prodPPriceup {
	font-weight: 500;
	font-size: 10px;
	line-height: 20px;
	color: var(--dark-blue);
	display: block
}

.listing_page .price_list {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start
}

.listing_page .price_list .prod_price {
	font-weight: 700;
	font-size: 24px;
	line-height: 22px;
	color: var(--blue);
	vertical-align: middle;
	margin-right: 50px
}

.listing_page .price_list .prod_price>i {
	margin-right: 5px;
	margin-left: 0
}

.listing_page .price_list .prod_price>i.fire_icon {
	margin-left: 5px;
	margin-right: 0
}

.listing_page .price_list .prod_price_change {
	vertical-align: middle;
	font-weight: 700;
	font-size: 24px;
	line-height: 22px;
	color: var(--dark-blue)
}

.listing_page .price_list .prod_price_change>i {
	vertical-align: middle;
	margin-right: 5px
}

.listing_page .price_list .prod_price>small {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	color: var(--dark-blue)
}

.listing_page .additional_info,
.listing_page .expences,
.listing_page .listing_location,
.listing_page .main_details {
	margin-bottom: 30px
}

.listing_page .additional_info,
.listing_page .expences,
.listing_page .listing_location {
	width: 100%;
	display: block
}

.listing_page .additional_info ul li,
.listing_page .expences ul li,
.listing_page .listing_location ul li,
.listing_page .main_details ul li {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	width: 33%
}

.listing_page .additional_info>ul li {
	width: 33%
}

.listing_page .additional_info ul li>p,
.listing_page .expences ul li>p,
.listing_page .listing_location ul li>p,
.listing_page .main_details ul li>p {
	width: 100%;
	overflow: hidden;
	white-space: pre-line;
	text-overflow: ellipsis;
	color: var(--grey);
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 8px;
	line-height: 16px;
	font-size: 14px
}

.listing_page .additional_info ul li>span,
.listing_page .expences ul li>span,
.listing_page .listing_location ul li>span,
.listing_page .main_details ul li>span {
	color: var(--dark-blue);
	vertical-align: middle;
	width: auto;
	line-height: 20px
}

.listing_page .additional_info ul li>span>span,
.listing_page .expences ul li>span>span,
.listing_page .listing_location ul li>span>span,
.listing_page .main_details ul li>span>span {
	display: block;
	width: 100%;
	margin-bottom: 10px
}

.listing_page .additional_info ul li>span>span,
.listing_page .main_details ul li>span>span {
	display: block;
	width: auto;
	margin-bottom: 10px;
	margin-right: 30px
}

.listing_page .main_details {
	max-width: 740px;
	width: 100%
}

.listing_page .main_details hr {
	border-top: 1px dashed var(--light-blue)
}

.listing_page .main_details ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	margin-bottom: -20px;
	margin-top: 30px
}

.listing_page .main_details ul.more_details {
	display: none
}

.listing_page .additional_info h3,
.listing_page .expences h3,
.listing_page .listing_location h3,
.listing_page .main_details h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: var(--dark-blue);
	margin-top: 0;
	margin-bottom: 15px
}

.listing_page .more_details_trigger {
	color: var(--blue);
	vertical-align: middle;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
	transition: .3s ease;
	display: block;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px
}

.listing_page .more_details_trigger:hover {
	color: var(--blue)
}

.listing_page .more_details_trigger.active>i {
	transform: rotate(180deg)
}

.listing_page .map {
	clear: both;
	margin-bottom: 30px
}

.listing_page .description {
	width: 100%;
	clear: both;
	margin-top: 60px;
}

.listing_page .description h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: var(--dark-blue)
}

.listing_page .description article {
	font-weight: 400;
	font-size: 19px;
	line-height: 1.7;
	color: #000
}

.listing_page .description article>a {
	color: var(--blue);
	font-weight: 700
}

.share_mob_trigger {
	display: none
}

.linear-list {
	margin: 0 auto 15px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

.linear-list.mo-margin {
	margin: 0
}

.linear-list:not(.mo-margin)>li {
	font-weight: 700 !important;
	width: auto !important;
	flex-grow: unset !important
}

.linear-list:not(.mo-margin)>li:not(:last-child) {
	margin-right: 30px
}

.linear-list:not(.mo-margin)>li>span {
	color: #000 !important
}

.linear-list:not(.mo-margin)>li>span>small {
	font-weight: 500;
	margin-left: 5px;
	font-size: 12px
}

.linear-list li.full-w {
	width: 100% !important
}

.linear-list li.full-w>span {
	column-count: 3
}

.linear-list li.full-w>span>span {
	width: 100% !important
}

.sold-img {
	width: 100%;
	margin-bottom: 20px
}

.building-info_wr {
	margin: 40px 0 60px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	max-width: 740px;
	width: 100%
}

.building-info_wr img {
	width: calc(100% - 360px) !important;
	border-radius: 6px;
	height: 200px;
	object-fit: cover;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.building-info_wr .building-info__inner {
	color: var(--dark-blue);
	font-size: 18px;
	display: flex;
	font-weight: 500;
	flex-flow: column nowrap;
	padding: 15px 30px;
	max-width: 360px;
	width: 100%
}

.building-info_wr h3 {
	top: 0;
	left: 0;
	position: absolute;
	background: #fff;
	border-top-left-radius: 6px;
	padding: 3px 5px;
	border-bottom-right-radius: 6px;
	font-size: 18px;
	color: var(--dark-blue);
	margin: 0;
	font-weight: 600
}

.building-info_wr .building-info__inner h4 {
	color: var(--blue);
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 3px
}

.building-info_wr .building-info__inner h4+small {
	display: block;
	width: 100%;
	color: var(--grey);
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400
}

.building-info_wr>a {
	position: relative;
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between
}

.building-info_wr .prod_btn {
	left: auto;
	right: 30px;
	bottom: 15px;
	margin-top: 0 !important
}

.building-info_wr .building-info__inner span {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 5px
}

@media(max-width:1199px) {
	.listing_page .main_details {
		max-width: 100%
	}

	.share_mob_trigger {
		color: var(--dark-blue);
		margin-left: 0
	}

	.ya-share2_inited {
		display: none
	}

	.ya-share2_inited.active {
		display: block;
		position: absolute;
		top: -30px;
		background: var(--light-blue);
		padding: 10px;
		margin: 0;
		right: 0;
		border-radius: 6px;
		box-shadow: 0 0 50px rgba(10, 39, 97, .1);
		z-index: 5
	}

	.listing_page .prod_main-info {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-bottom: 0;
		margin-bottom: 60px;
		position: relative
	}

	.listing_page .prod_main-info>div:first-child {
		order: 2;
		margin: 0;
		width: 100%
	}

	.listing_page .prod_main-info>div:last-child {
		width: 100%;
		order: 1;
		margin: 0;
		position: static;
		top: 0
	}

	.btn_listing_list .green_btn_rq>i {
		font-size: 12px;
		display: inline-block;
		margin-right: 5px
	}

	.btn_listing_list.active {
		transform: translateY(0)
	}

	.btn_listing_list .blue_btn_rq {
		font-size: 16px !important;
		font-weight: bold;
		padding: 8px 20px;
		border-radius: 6px;
		margin: 0;
		line-height: 1.2;
		height: auto;
	}

	.btn_listing_list>.before {
		display: block;
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 101;
		width: 60px;
		height: 20px;
		border-radius: 6px 6px 0 0;
		background: #fff;
		color: var(--blue);
		font-size: 16px;
		text-align: center;
		transition: all .2s;
		vertical-align: middle
	}

	.btn_listing_list .before>i {
		display: inline-block;
		width: 15px;
		height: 3px;
		color: transparent;
		margin: 0 auto;
		background: var(--grey);
		border-radius: 6px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}

	.btn_listing_list>a,
	.btn_listing_list>button {
		padding: 7px 10px;
		flex-grow: 1;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}

	.btn_listing_list>a {
		line-height: 28px
	}

	.similar_listings h3 {
		margin-bottom: 0
	}
}

@media(max-width:990px) {
	.listing_page .prod_main-info>div:first-child {
		width: 100%
	}

	.listing_page .additional_info>ul li {
		width: 50%
	}
}

@media screen and (max-width:767px) {

	.listing_page .prod_main-info h1,
	.listing_page .prod_main-info .h1 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px
	}

	.listing_page .prod_main-info address {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 12px
	}

	.listing_page .status_listing {
		font-size: 12px;
		margin-bottom: 2px
	}

	.listing_page .prod_main-info {
		padding-bottom: 0
	}

	.listing_page .expences,
	.listing_page .listing_location {
		width: 100%
	}

	.listing_page .price_list {
		margin-bottom: 25px;
		display: flex;
		align-content: flex-start
	}

	.listing_page .additional_info ul li>span,
	.listing_page .expences ul li>span,
	.listing_page .listing_location ul li>span,
	.listing_page .main_details ul li>span {
		word-wrap: break-word
	}

	.listing_page .additional_info>ul li {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 15px
	}

	.listing_page .additional_info ul li>p,
	.listing_page .additional_info ul li>span {
		width: 100%
	}

	.listing_page .additional_info ul li>span {
		font-size: 14px;
		line-height: 20px
	}

	.listing_page footer {
		padding-bottom: 100px
	}

	.listing_page .topbread {
		display: flex;
		overflow-x: auto;
		align-items: center;
		overflow: -moz-scrollbars-none;
		scrollbar-width: none;
		-ms-overflow-style: none
	}

	.listing_page .topbread a,
	.listing_page .topbread h1,
	.listing_page .topbread h2,
	.listing_page .topbread h3,
	.listing_page .topbread h4,
	.listing_page .topbread p,
	.listing_page .topbread span>i {
		white-space: nowrap;
		margin-bottom: 0
	}

	.listing_page .more_details_trigger {
		font-size: 14px
	}

	.listing_page .additional_info ul li,
	.listing_page .expences ul li,
	.listing_page .listing_location ul li,
	.listing_page .main_details ul li {
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		display: flex;
		margin-bottom: 15px
	}

	.listing_page .main_details ul li {
		width: 33%
	}

	.listing_page .additional_info ul li>p,
	.listing_page .expences ul li>p,
	.listing_page .listing_location ul li>p,
	.listing_page .main_details ul li>p {
		width: 100%;
		text-decoration: none;
		margin-bottom: 5px
	}

	.listing_page .description article {
		font-size: 16px
	}

	.buildings_page .page_header .city_media .swiper-slide {
		margin-right: 15px
	}

	.buildings_page .page_header .city_media .swiper-slide iframe,
	.buildings_page .page_header .city_media .swiper-slide img {
		max-width: calc(100vw - 30px);
		width: 100%;
		margin-right: 0;
		height: 180px
	}

	.listing_page .prod_main-info>div:last-child {
		position: absolute;
		width: 100%;
		top: 325px;
		left: 0;
		right: 0
	}

	.listing_page .prod_main-info.with-tabs>div:last-child {
		top: 360px
	}

	.ya-share2_inited.active {
		top: -315px
	}

	.prod_main-info.with-tabs .ya-share2_inited.active {
		top: -419px;
		right: 35px
	}

	.sold-img {
		max-width: 70px;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		margin: 0
	}
}

@media(max-width:660px) {
	.building-info_wr>a {
		flex-wrap: wrap
	}

	.building-info_wr img {
		width: 100% !important;
		max-width: 100% !important;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 0
	}

	.building-info_wr .building-info__inner {
		padding: 15px;
		max-width: 100%;
		width: 100%
	}

	.building-info_wr .prod_btn {
		margin-top: 15px !important;
		position: static;
		margin-bottom: 0 !important;
		max-width: 160px;
		margin-left: auto
	}
}

@media(max-width:560px) {
	.linear-list li.full-w>span {
		column-count: 2
	}
}

@media(max-width:420px) {

	.listing_page .expences ul li,
	.listing_page .listing_location ul li,
	.listing_page .main_details ul li {
		width: 50%
	}

	.listing_page .additional_info ul li {
		width: 100%
	}

	.linear-list li.full-w>span {
		column-count: 1
	}

	.listing_page .additional_info ul li>span>span,
	.listing_page .main_details ul li>span>span {
		margin-bottom: 3px
	}
}

@media(max-width:380px) {

	.listing_page .prod_main-info.with-tabs>div:last-child,
	.listing_page .prod_main-info>div:last-child {
		top: 265px
	}

	.ya-share2_inited.active {
		top: -275px;
		left: 25px;
		right: auto;
	}

	.prod_main-info.with-tabs .ya-share2_inited.active {
		top: -348px
	}
}

.similar_listings {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-top: 60px
}

.similar_listings h3 {
	width: 100%;
	font-weight: 700;
	font-size: 28px;
	line-height: 50px;
	text-align: center;
	color: var(--blue);
	margin-top: 0;
	margin-bottom: 5px
}

.similar_listings .swiper-wrapper {
	padding: 15px 0;
	align-items: flex-start
}

.similar_listings a.swiper-slide {
	display: block;
	width: 25%;
	padding: 10px;
	border-radius: 6px
}

.similar_listings a.swiper-slide:hover {
	background: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, .1)
}

.similar_listings a.swiper-slide img {
	max-width: 100%;
	width: 100%;
	border-radius: 6px;
	height: 200px;
	margin-bottom: 20px;
	object-fit: cover;
	background: var(--grey)
}

.similar_listings a.swiper-slide>p {
	margin-bottom: 5px
}

.similar_listings a.swiper-slide>p>span {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: var(--blue);
	margin-right: 15px
}

.similar_listings a.swiper-slide>span {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--dark-blue)
}

.similar_listings .swiper-button-next,
.similar_listings .swiper-button-prev {
	width: 30px;
	height: 30px;
	background: #fff;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 0 50px rgba(255, 255, 255, .9);
	top: 40%
}

.similar_listings .swiper-button-prev {
	left: 10px !important;
	right: auto !important
}

.similar_listings .swiper-button-next {
	right: 10px !important;
	left: auto !important
}

.similar_listings .swiper-button-next:after,
.similar_listings .swiper-button-prev:after {
	font-size: 16px !important
}

.similar_listings .swiper-button-next::after,
.similar_listings .swiper-button-prev::after {
	display: block;
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.similar_listings .swiper-button-next::after,
.similar_listings .swiper-container-rtl .swiper-button-prev::after {
	content: 'next'
}

.similar_listings .swiper-button-prev::after,
.similar_listings .swiper-container-rtl .swiper-button-next::after {
	content: 'prev'
}

.similar_listings .swiper-button-next.swiper-button-disabled,
.similar_listings .swiper-button-prev.swiper-button-disabled {
	opacity: 0
}

.listing_page .note_alert {
	font-size: 12px;
	color: var(--dark-blue);
	display: block;
	margin: 15px 0
}

.listing_page .note_alert>span.more-content {
	display: none
}

.listing_page .note_alert>span.more-content.active {
	display: inline
}

.listing_page .note_alert .more_less__toggle {
	text-align: left;
	font-weight: 700;
	display: inline-block;
	margin-top: 5px;
	cursor: pointer;
	margin-left: 10px;
	font-size: 12px;
	color: var(--blue)
}

@media(max-width:990px) {
	.similar_listings a.swiper-slide {
		width: 50%
	}
}

@media(max-width:480px) {
	.similar_listings h3 {
		font-size: 24px;
		line-height: 26px
	}

	.similar_listings a.swiper-slide {
		width: 100%
	}
}

.standart--nfo_page h1 {
	margin-top: 7px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 36px;
	line-height: 22px;
	color: var(--dark-blue);
	padding: 0 15px
}

.standart--nfo_page .standard-article {
	padding: 0 15px
}

@media(max-width:590px) {
	.standart--nfo_page .standard-article {
		padding: 0
	}

	.standart--nfo_page h1 {
		font-size: 24px;
		line-height: 26px;
		padding: 0
	}
}

.agents_list {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between
}

.agents_list h1 {
	margin-top: 7px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 36px;
	line-height: 22px;
	color: var(--dark-blue);
	padding: 0 15px;
	width: 100%
}

.agents_list .agent {
	width: 100%;
	background: #fff;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 15px;
	border-radius: 6px;
	transition: all .2s ease;
	margin-bottom: 30px
}

.agents_list .agent.no-photo {
	width: calc(50% - 5px)
}

.agents_list .agent:hover {
	box-shadow: 0 0 50px rgba(0, 0, 0, .12)
}

.agents_list .agent img {
	width: 150px;
	height: 185px;
	object-fit: cover;
	border-radius: 6px;
	display: block
}

.agents_list .agent .info_data {
	width: calc(100% - 165px);
	margin: 0;
	display: flex;
	flex-flow: column
}

.agents_list .agent.no-photo .info_data {
	width: 100%
}

.agents_list .agent .info_data>span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	color: var(--dark-blue)
}

.agents_list .agent .info_data>.agent_name {
	color: var(--blue);
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0
}

.agents_list .agent .info_data>span>i {
	display: inline-block;
	margin-right: 10px
}

.agents_list .agent .agent_descr {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: var(--dark-blue);
	margin-bottom: 15px
}

.connect-with-agent .dropdown-menu {
	padding: 0;
	min-width: 130px
}

.connect-with-agent .dropdown-menu .dropdown-item>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	border-bottom: 1px solid var(--light-blue);
	color: var(--dark-blue);
	font-size: 16px;
	font-weight: 500
}

.connect-with-agent__wr {
	margin-top: auto;
	text-align: right
}

.connect-with-agent .dropdown-menu .dropdown-item:last-child>a {
	border-bottom: none
}

@media(max-width:590px) {
	.agents_list h1 {
		font-size: 24px;
		line-height: 26px
	}

	.agents_list .agent {
		flex-wrap: wrap;
		box-shadow: 0 0 50px rgba(0, 0, 0, .12);
		max-width: 360px;
		width: 100% !important;
		margin: 0 auto 30px
	}

	.agents_list .agent .info_data {
		width: 100%
	}

	.agents_list .agent img {
		margin-bottom: 15px
	}

	.connect-with-agent button {
		max-width: 100%;
		width: 100%
	}
}

.contact_page h1 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 28px;
	line-height: 50px;
	color: var(--blue);
	margin-top: 0;
	text-align: center;
	width: 100%
}

.contact_page>.wrapper {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between
}

#mycontactform,
.contact_page .agents_list {
	width: calc(50% - 5px)
}

.contact_page .agents_list>.agent:hover {
	box-shadow: none
}

.contact_page input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]) {
	background: #fff;
	border: 1px solid var(--light-blue);
	border-radius: 6px;
	box-shadow: none;
	height: 48px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: var(--dark-blue);
	margin-bottom: 15px
}

.contact_page input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):focus,
.contact_page textarea:focus {
	border-color: var(--blue)
}

.contact_page textarea {
	width: 100%;
	resize: none;
	min-height: 180px;
	box-shadow: none;
	background: #fff;
	border: 1px solid var(--light-blue);
	border-radius: 6px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: var(--dark-blue)
}

.contact_page .blue_btn_rq {
	width: 100%
}

.contact_page .g-recaptcha {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px
}

.contact_page .checkbox {
	margin: 0 auto 30px;
	font-size: 16px;
	color: var(--dark-blue);
	width: calc(100% - 170px);
	display: inline-block;
	vertical-align: top
}

.contact_page .checkbox label {
	font-weight: 500
}

.contact_page .checkbox a {
	color: var(--blue);
	font-weight: 700
}

@media(max-width:990px) {

	#mycontactform,
	.contact_page .agents_list {
		width: 100%
	}
}

@media(max-width:590px) {
	.contact_page h1 {
		font-size: 24px;
		line-height: 26px
	}

	.contact_page .agents_list .agent {
		box-shadow: none;
		padding: 0
	}

	.contact_page .checkbox {
		width: 100%
	}
}

#mobile_gallery .modal-content {
	box-shadow: none;
	border: none
}

#mobile_gallery .modal-header {
	padding: 30px 15px 15px
}

#mobile_gallery .modal-dialog {
	max-width: 890px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto
}

#mobile_gallery .modal-content iframe,
#mobile_gallery .modal-content img {
	max-width: 890px;
	width: 100%;
	display: block;
	margin: 0 auto 15px
}

#mobile_gallery .modal-content iframe {
	min-height: 240px
}

.buildings-info {
	max-width: 100%;
	width: 100%
}

.buildings-info h2,
.buildings-info h3,
.buildings_page #center h2,
.buildings_page #center h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: var(--dark-blue);
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase
}

.buildings-info .standard-article .wrapper {
	max-width: 100%;
	margin: 15px auto;
	text-align: justify
}

#map-buildings {
	width: 100%;
	height: calc(100vh - 180px);
	border-radius: 6px;
	margin-bottom: 0
}

#map-buildings .map-label {
	color: var(--dark-blue);
	font-weight: 700;
	font-size: 14px
}

.build-flt {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-right: 10px;
	margin-bottom: 60px;
	margin-top: 30px;
	position: relative
}

.build-flt>form {
	flex-grow: 1;
	margin-right: 15px;
	position: relative
}

.build-flt>form>input {
	height: 54px;
	color: #000;
	background: #fff;
	-webkit-appearance: none;
	box-shadow: none !important;
	border-radius: 6px;
	border: 1px solid var(--grey);
	padding: 8px 15px 8px 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	width: 100%
}

.build-flt>form>input:active,
.build-flt>form>input:focus {
	border-color: var(--dark-blue)
}

.build-flt>form>i {
	position: absolute;
	top: 19px;
	left: 12px;
	cursor: pointer;
	text-align: center
}

.build-flt>form #reset_location {
	position: absolute;
	top: 14px;
	right: 10px;
	left: auto;
	color: var(--blue);
	cursor: pointer !important;
	width: 24px;
	height: 24px;
	cursor: pointer;
	text-align: center;
	line-height: 24px
}

@media(max-width:1199px) {
	.build-flt>form>input {
		height: 48px
	}

	.buildings_page .page_header .city_media>iframe,
	.buildings_page .page_header .city_media>img {
		height: 180px
	}
}

@media(max-width:767px) {
	#map-buildings {
		height: calc(100vh - 120px)
	}

	.build-flt {
		padding-right: 0
	}

	.buildings_page .page_header .city_media {
		margin-right: 0
	}

	.buildings-info h2,
	.buildings-info h3,
	.buildings_page #center h2,
	.buildings_page #center h3,
	.buildings_page h1,
	.buildings_page h2 {
		font-size: 18px;
		line-height: 22px;
		text-transform: uppercase
	}
}

@media(max-width:590px) {
	.build-flt>form>i {
		top: 15px
	}

	.build-flt>form>input {
		height: 44px;
		font-size: 14px
	}

	.build-flt>form {
		margin-right: 10px
	}

	.build-flt .blue_btn_rq span {
		display: none
	}

	.buildings_page .page_header .city_media>iframe,
	.buildings_page .page_header .city_media>img {
		height: 160px
	}
}

.ml-0 {
	margin-left: 0 !important;
}

.btn_listing_list.mob {
	display: none;
}

.ya-share2-container {
	display: flex;
	align-items: center;
}

.ya-share2-container .ya-share2.ya-share2_inited {
	margin-top: 0;
}

.ya-share2-container>span.tit {
	padding-right: 5px;
	font-weight: bold;
}

.share_mob_trigger {
	justify-content: flex-end;
	align-items: center;
	margin-left: 40px;
}

.share_mob_trigger>span {
	font-weight: bold;
	margin-left: 5px;
}

.header_banner .autocomplete_main .tab-content ul::-webkit-scrollbar,
.inner-page .autocomplete_main ul::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.header_banner .autocomplete_main .tab-content ul::-webkit-scrollbar-thumb,
.inner-page .autocomplete_main ul::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.main_flt_list {
	align-items: flex-start !important;
}

.main_flt_list .rst-li .btn_reset {
	display: block;
}

.main_flt_list .rst-li {
	position: relative;
	min-height: 90px;
}

.main_flt_list .rst-li .btn_more {
	position: absolute;
	right: 0;
	top: 48px;
}

.obj-gallery-photo-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}

.obj-gallery-photo-list li {
	flex: 0 0 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.obj-gallery-photo-list li img {
	max-width: 100%;
	max-height: 170px;
}

header.main_header .enter_btn {
	width: 130px;
}

@media(max-width: 360px) {
	header.main_header .head-phone {
		font-size: 14px;
	}
}

@media(max-width: 345px) {
	header.main_header .head-phone .wp_icon {
		display: none;
		font-size: 16px;
	}
}

@media(max-width: 590px) {
	header.main_header .head-phone {
		display: inline-block;
		margin-left: 0;
	}

	header .mob-menu-icon {
		margin-left: 15px;
	}
}

@media screen and (max-width: 767px) {
	.listing_page .prod_main-info>div:last-child {
		position: static;
		top: auto;
		/*		order: 2;*/
	}

	.ya-share2-container.active {
		position: absolute;
		top: 0;
		right: 0;
	}

	.ya-share2_inited.active {
		position: static;
	}
}

@media(max-width: 1199px) {
	.btn_listing_list:not(.mob) {
		display: none;
	}

	.btn_listing_list.mob {
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		padding: 10px 15px;
		margin: 0;
		display: flex;
		flex-flow: row wrap;
		background: #fff;
		z-index: 100;
		/*		transition:all .2s;*/
		/*		transform: translateY(calc(100% - 10px));*/
		/*		box-shadow:0 0 50px rgba(0,0,0,.12)*/
	}

	.share_mob_trigger {
		display: flex;
	}

	.listing_page .main_details ul {
		margin-top: 0;
	}

	/*.listing_page .prod_main-info>div:last-child {
		order: 2;
	}*/
	.ya-share2-container {
		display: none;
	}

	.ya-share2-container>span.tit {
		display: none;
	}

	.ya-share2-container.active {
		display: flex;
	}

	header.main_header .lang_switcher ul {
		right: auto !important;
	}

	header.main_header .lang_switcher ul:before {
		right: auto;
		left: 10px;
	}
}

/* -------------------------------------------- */

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.center__flex.flex {
	flex-direction: column;
}

.center__flex>img {
	width: auto;
	max-height: 100%;
}

.hidden {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: -9999px;
	z-index: -10;
	pointer-events: none;
}

html.overflow__hidden,
html.overflow__hidden body {
	overflow: hidden;
}

html:not(.overflow__hidden) body {
	padding-right: 0 !important;
}

html:not(.overflow__hidden) .pos__fixed {
	right: 0 !important;
}

@media screen and (max-width: 960px) {
	html body {
		padding-right: 0 !important;
	}

	html .pos__fixed {
		right: 0 !important;
	}
}

/* -------------------------------------------- Smooth Scrollbar */

.smooth__scroll {
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	/*padding-right: 9px;*/
}

.scrollbar-track {
	border-radius: 4px;
	background: rgba(148, 148, 148, 0.2) !important;
}

.scrollbar-track-y,
.scrollbar-track-y .scrollbar-thumb {
	width: 6px !important;
}

.scrollbar-track-x {
	display: none !important;
	height: 6px !important;
}

.scrollbar-thumb {
	background: #1363FF !important;
}

@media screen and (max-width: 560px) {
	/*.smooth__scroll {
        padding-right: 4px;
    }*/

	.scrollbar-track-y,
	.scrollbar-track-y .scrollbar-thumb {
		width: 4px !important;
	}
}

/* -------------------------------------------- Tabs */

.tabs.flex {
	justify-content: flex-start;
	align-items: stretch;
}

@media screen and (min-width: 961px) {
	.tabs.flex {
		max-width: calc(100% - 6px);
	}
}

.tab {
	text-align: center;
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tab__content {
	background-color: #fff;
}

@media screen and (min-width: 769px) {
	.mob__tab {
		display: none;
	}

	.tabs__content {
		position: relative;
	}

	.tab__content {
		display: block !important;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		pointer-events: none;
	}

	.tab__content.active {
		position: static;
		visibility: visible;
		pointer-events: all;
	}
}

@media screen and (max-width: 768px) {
	.tab__content {
		display: none;
	}
}

/* -------------------------------------------- Forms */

.filters {
	opacity: 95%;
	width: 100%;
}

.inputs__wrap.flex {
	align-items: flex-start;
	margin-right: -16px;
}

.inputs__wrap.flex>div {
	width: 50%;
	padding-right: 16px;
}

.inputs__wrap.flex.three>div {
	width: 33.33%;
}

label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

label.flex {
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

label.flex>p>a {
	color: inherit;
	text-decoration: underline;
}

@media screen and (min-width: 961px) {
	label.flex>p>a:hover {
		text-decoration: none;
	}
}

.filters input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"]),
.filters textarea {
	font-size: 16px;
	color: #000;
	width: 100%;
	margin-bottom: 15px;
	padding: 6px 15px;
	border: 1px solid #999;
	border-radius: 6px;
	background-color: #fff;
}

.filters textarea {
	resize: vertical;
}

/* Placeholders */

.filters input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"])::-webkit-input-placeholder,
.filters textarea::-webkit-input-placeholder {
	color: #999;
}

.filters input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"])::-moz-placeholder,
.filters textarea::-moz-placeholder {
	color: #999;
}

.filters input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"]):-moz-placeholder,
.filters textarea:-moz-placeholder {
	color: #999;
}

.filters input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"]):-ms-input-placeholder,
.filters textarea:-ms-input-placeholder {
	color: #999;
}

.filters input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"])::-ms-input-placeholder,
.filters textarea::-ms-input-placeholder {
	color: #999;
}

/* Radio */

.filters input[type="radio"] {
	min-width: 14px;
	max-width: 14px;
	height: 14px;
	margin-right: 15px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

.filters input[type="radio"]:checked {
	/* border-width: 5px;
    background-color: orange; */
	background: radial-gradient(orange 35%, #fff 45%);
}

/* Checkbox */

.filters input[type="checkbox"] {
	min-width: 16px;
	max-width: 16px;
	height: 16px;
	margin-right: 15px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
}

.filters input[type="checkbox"]:checked {
	border-color: #1363FF;
	background-color: #1363FF;
	background-image: url('../images/checkbox.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 2px 3px;
}

.fancy__checkbox__wrap.flex {
	justify-content: flex-start;
	padding: 3px 5px 0;
}

.fancy__checkbox {
	position: relative;
	min-width: 48px;
	max-width: 48px;
	height: 26px;
	border-radius: 18px;
	border: 1px solid #999;
	background-color: #fff;
}

.filters .fancy__checkbox>input[type="checkbox"] {
	position: absolute;
	top: 3px;
	left: 4px;
	min-width: 18px;
	max-width: 18px;
	height: 18px;
	margin-right: 0;
	border: none;
	border-radius: 50%;
	background-color: #E1EBFF;
	transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.filters .fancy__checkbox>input[type="checkbox"]:checked {
	background: #1363FF;
	transform: translateX(20px);
}

/* Form Footnote */

.form__footnote {
	margin: 30px 0;
}

.form__footnote>p {
	font-size: 12px;
}

.form__footnote>p>a {
	color: inherit;
	text-decoration: underline;
}

@media screen and (min-width: 961px) {
	.form__footnote>p>a:hover {
		text-decoration: none;
	}
}

/* Submit Btn */

.form__btn {
	font-size: 1.375rem;
	font-weight: 500;
	max-width: 20.0625rem;
	width: 100%;
	margin-top: 1rem;
	padding: 1.5625rem 5.625rem 1.625rem 2rem;
	border: 2px solid #1839CF;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.form__btn:disabled {
	cursor: not-allowed;
}

.loading {
	color: transparent !important;
	background-color: #fff !important;
	background-image: url('img/preloader.svg');
	background-repeat: no-repeat !important;
	background-size: auto !important;
	background-position: center !important;
	transition: none !important;
	cursor: wait !important;
}

/* Responses */

.form__item__not__valid {
	color: #FD2305 !important;
	border-color: #FD2305 !important;
	animation: form_item_not_valid 0.5s ease 0.2s;
}

@keyframes form_item_not_valid {
	0% {
		transform: translateX(0px);
	}

	25% {
		transform: translateX(-3px);
	}

	50% {
		transform: translateX(3px);
	}

	100% {
		transform: translateX(0px);
	}
}

.form__item__not__valid::-webkit-input-placeholder {
	color: #FD2305 !important;
}

.form__item__not__valid::-moz-placeholder {
	color: #FD2305 !important;
}

.form__item__not__valid:-moz-placeholder {
	color: #FD2305 !important;
}

.form__item__not__valid:-ms-input-placeholder {
	color: #FD2305 !important;
}

.form__item__not__valid::-ms-input-placeholder {
	color: #FD2305 !important;
}

.form__notice {
	display: none;
	width: 100%;
	margin: -7px 0 10px;
	padding: 0 5px;
}

.form__notice p,
.form__notice a {
	font-size: 12px;
	color: #FD2305;
}

.form__success,
.form__error {
	display: none;
	width: 100%;
	margin-top: 30px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
}

.form__success {
	border: 1px solid green;
}

.form__success p,
.form__success li,
.form__success a,
.form__success span {
	color: green;
}

.form__error {
	border: 1px solid #FD2305;
}

.form__error p,
.form__error li,
.form__error a,
.form__error span {
	color: #FD2305;
}

.form__success.active,
.form__error.active {
	animation: form_response_msg 2s ease;
}

@keyframes form_response_msg {
	0% {
		transform: scale(1) rotate(0deg);
	}

	25% {
		transform: scale(1.1) rotate(-5deg);
	}

	50% {
		transform: scale(1.1) rotate(5deg);
	}

	100% {
		transform: scale(1) rotate(0deg);
	}
}

@media screen and (max-width: 560px) {
	.inputs__wrap.flex.three>div {
		width: 100%;
	}

	.filters input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"]),
	.filters textarea {
		padding: 6px 12px;
	}

	.filters input[type="checkbox"] {
		margin-right: 12px;
	}
}

@media screen and (max-width: 460px) {
	.inputs__wrap.flex>div {
		width: 100%;
	}
}

/* --------------------------------------------- Select */

.select {
	position: relative;
	text-align: left;

	-webkit-tap-highlight-color: transparent;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selected__item {
	position: relative;
	padding: 6px 32px 6px 15px;
	border: 1px solid #999;
	border-radius: 6px;
	background-color: #fff;
	cursor: pointer;
}

.selected__item.flex {
	justify-content: flex-start;
}

.selected__item::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
	transform: rotate(-45deg);
	transform-origin: 3px 5px;
	transition: transform 0.25s ease-in-out, margin 0.25s ease-in-out;
	will-change: transform;
}

.selected__item.active::after {
	margin-top: -4px;
	transform: rotate(135deg);
}

.select__label {
	font-size: 14px;
	color: #999;
	margin-right: 5px;
	white-space: nowrap;
}

.selected__item__val {
	font-size: 16px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.selected__item.selected .selected__item__val {
	color: #000;
}

.options {
	display: none;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	min-width: 100%;
	border: 1px solid #999;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	background-color: #fff;
	z-index: 1;
}

.options .smooth__scroll {
	max-height: 249px;
}

.options p {
	font-size: 16px;
	padding: 6px 15px;
	border-top: 1px solid #999;
	transition: background-color 0.25s ease-in-out;
	cursor: pointer;
}

.multi__options p {
	padding: 0 !important;
	border-top: none;
	background-color: transparent !important;
	transition: none;
}

.multi__options label.flex {
	align-items: center;
	padding: 6px 15px;
	border-top: 1px solid #999;
	transition: background-color 0.25s ease-in-out;
}

.options:not(.searchable__options) p:first-child,
.multi__options:not(.searchable__options) label.flex:first-child {
	border-top: none;
}

.options p:hover,
.options p.active,
.multi__options label:hover {
	background-color: #eee;
}

/* Searchable Select */

.searchable__options__input__wrap {
	padding: 10px;
}

.filters input.searchable__options__input {
	padding: 6px 15px;
}

.searchable__option__highlited {
	display: inline;
	color: #fff;
	background-color: #1363FF;
}

.searchable__options__input__wrap .nothing__found {
	display: none;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width: 560px) {
	.selected__item {
		padding-left: 12px;
	}

	.selected__item::after {
		right: 11px;
	}

	.select__label {
		margin-right: 3px;
	}

	.options p,
	.multi__options label.flex {
		padding: 6px 12px;
	}

	.filters input.searchable__options__input {
		padding: 6px 12px;
	}
}

@media screen and (max-width: 768px) {
	.options .smooth__scroll {
		max-height: 142px;
	}

}

/* -------------------------------------------- Filters */

body:not(.main-page) .filters {
	position: relative;
	padding-top: 20px;
	background-color: #fff;
	z-index: 3;
}

.filters button,
.filters input,
.filters textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	box-sizing: border-box;
}

.filters input::-webkit-outer-spin-button,
.filters input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.filters p,
.filters label {
	margin-bottom: 0;
}

.filters label {
	font-weight: normal;
}

.filters a {
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}

/* Filters Tab */

a.filters__tab.flex:not(.mob__tab) {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 20px;
	border: 1px solid #999;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	background-color: #eee;
	z-index: 1;
}

a.filters__tab.flex:not(.mob__tab):not(:first-child) {
	margin-left: -1px;
}

a.filters__tab.flex:not(.mob__tab)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -1px;
	border-radius: 6px 6px 0 0;
	transition: background 0.25s ease-in-out;
	z-index: -1;
	pointer-events: none;
}

a.filters__tab.flex:not(.mob__tab).active::before {
	background-color: #1363ff;
}

a.filters__tab {
	color: #000;
	line-height: 1.2;
}

a.filters__tab.active:not(.mob__tab) {
	color: #fff;
}


@media screen and (min-width: 961px) {
	a.filters__tab br {
		display: none;
	}
}

/* Filters Content */

a.mob__filters__toggle,
.mob__filters__list,
.close__mob__filters__wrap {
	display: none;
}

@media screen and (min-width: 769px) {
	.filter__tabs__content {
		display: block !important;
	}
}

.filter__tabs__content {
	border: 1px solid #999;
	border-radius: 0 6px 6px 6px;
}

.filters__tab__content {
	padding: 15px;
	border-radius: 0 6px 6px 6px;
}

.filters__tab__content__wrap.flex {
	justify-content: flex-start;
	align-items: flex-start;
}

.filters__item {
	width: 100%;
	margin-bottom: 15px;
}

.neighborhood__filters__item,
.building__name__filters__item,
.property__type__filters__item,
.bedrooms__filters__item,
.bathrooms__filters__item,
.price__filters__item,
.year__built__filters__item,
.floor__filters__item,
.mls__filters__item {
	width: 23%;
}

.address__zip__code__filters__item,
.area__filters__item,
.restrictions__filters__item {
	width: 31%;
}

[data-property-type="houses"] .mls__filters__item {
	width: 46%;
}

[data-property-type="land"] .address__zip__code__filters__item,
[data-property-type="land"] .neighborhood__filters__item,
[data-property-type="land"] .property__type__filters__item,
[data-property-type="commercial"] .address__zip__code__filters__item,
[data-property-type="commercial"] .neighborhood__filters__item,
[data-property-type="commercial"] .property__type__filters__item {
	width: 33.33%;
}

[data-property-type="land"] .area__filters__item,
[data-property-type="land"] .price__filters__item,
[data-property-type="land"] .restrictions__filters__item,
[data-property-type="land"] .mls__filters__item,
[data-property-type="commercial"] .area__filters__item,
[data-property-type="commercial"] .price__filters__item,
[data-property-type="commercial"] .restrictions__filters__item,
[data-property-type="commercial"] .mls__filters__item,
[data-property-type="business"] .address__zip__code__filters__item,
[data-property-type="business"] .neighborhood__filters__item,
[data-property-type="business"] .area__filters__item,
[data-property-type="business"] .price__filters__item,
[data-property-type="business"] .restrictions__filters__item,
[data-property-type="business"] .mls__filters__item {
	width: 50%;
}

form.filters__form .filters__item__label {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 0 5px;
	white-space: nowrap;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Inputs */

form.filters__form input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"]),
form.filters__form textarea {
	margin-bottom: 0;
}

form.filters__form .filters__item>input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"]),
form.filters__form .search__input,
.filters__item .selected__item {
	border-left: none;
	border-radius: 0;
}

.filters__item .search__results,
.filters__item .options {
	left: -1px;
	width: calc(100% + 1px);
}

/* Group */

.filters__group.flex {
	justify-content: flex-start;
	align-items: stretch;
}

.filters__group>div {
	width: 100%;
}

.filters__group__item.flex {
	justify-content: flex-start;
	padding: 6px 15px;
	border: 1px solid #999;
	border-left: none;
}

.filters__group__item__label {
	font-size: 14px;
	color: #999;
	white-space: nowrap;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filters__group__item__label:first-child {
	margin-right: 5px;
}

.filters__group__item__label:last-child {
	margin-left: 3px;
}

form.filters__form .filters__group__item input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"]) {
	padding: 0;
	border: none;
	border-radius: 0;
}

/* First/Last Items */

form.filters__form .filters__item:first-child>input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"]),
form.filters__form .filters__item:first-child>.search .search__input,
.filters__item:first-child>.filters__group>.search:first-child .search__input,
.filters__item:first-child>.select .selected__item,
.filters__item:first-child>.filters__group>.select:first-child .selected__item,
.filters__item:first-child .filters__group__item.flex:first-child {
	border-left: 1px solid #999;
	border-radius: 6px 0 0 6px;
}

.filters__item:first-child>.search .search__results,
.filters__item:first-child>.filters__group>.search:first-child .search__results,
.filters__item:first-child>.select .options,
.filters__item:first-child>.filters__group>.select:first-child .options {
	left: 0;
	width: 100%;
	border-radius: 6px 0 6px 6px;
	height: 351px;
}

form.filters__form .filters__item:last-child>input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="submit"], [type="button"], [type="reset"], [type="range"], [type="image"]),
form.filters__form .filters__item:last-child>.search .search__input,
.filters__item:last-child>.filters__group>.search:last-child .search__input,
.filters__item:last-child>.select .selected__item,
.filters__item:last-child>.filters__group>.select:last-child .selected__item,
.filters__item:last-child .filters__group__item.flex:last-child {
	border-radius: 0 6px 6px 0;
}

.filters__item:last-child>.search .search__results,
.filters__item:last-child>.filters__group>.search:last-child .search__results,
.filters__item:last-child>.select .options,
.filters__item:last-child>.filters__group>.select:last-child .options {
	border-radius: 0 6px 6px 6px;
}

/* Advanced Search */

.filter__btns.flex {
	justify-content: space-between;
}

a.toggle__advanced__search {
	position: relative;
	font-size: 14px;
	color: #000;
	padding-left: 20px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a.toggle__advanced__search::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	transform: rotate(-45deg);
	transform-origin: 3px 5px;
	transition: transform 0.25s ease-in-out, border-color 0.25s ease-in-out, margin 0.25s ease-in-out;
	will-change: transform;
}

a.toggle__advanced__search.active::before {
	margin-top: -4px;
	transform: rotate(135deg);
}

.clear__filters {
	position: relative;
	font-size: 14px;
	color: #000;
	margin-left: auto;
	padding-left: 20px;
}

.clear__filters>svg {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	transition: fill 0.25s ease-in-out;
}

.filters input[type="submit"] {
	font-weight: bold;
	color: #fff;
	margin-left: 40px;
	padding: 10px 35px;
	border: 1px solid #1363FF;
	border-radius: 6px;
	background-color: #1363FF;
	transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 961px) {

	a.toggle__advanced__search:hover,
	.clear__filters:hover {
		color: #1363FF;
	}

	a.toggle__advanced__search:hover::before {
		border-color: #1363FF;
	}

	.clear__filters:hover>svg {
		fill: #1363FF;
	}

	.filters input[type="submit"]:hover {
		color: #1363FF;
		background-color: transparent;
	}
}

.advanced__filters {
	display: none;
}

.advanced__filters__content.flex,
.advanced__checkbox__filters.flex {
	justify-content: flex-start;
	align-items: flex-start;
}

.fancy__checkbox__filters__item {
	width: 20%;
}

/* Search by Address, zip-code */

.search {
	position: relative;
}

.search__results {
	display: none;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	min-width: 100%;
	border: 1px solid #999;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	background-color: #fff;
	z-index: 1;
}

.search__results>.smooth__scroll {
	max-height: 350px;
}

.search__results__content p,
.search__results__content a {
	font-size: 13px;
	padding: 6px 15px;
	border-bottom: 1px solid #999;
	transition: background-color 0.25s ease-in-out;
}

.search__results__content .search__title {
	font-size: 14px;
	font-weight: bold;
	background-color: #eee;
}

.search__results__content a {
	display: block;
	color: #333;
}

.search__results__content a:hover {
	background-color: #eee;
}

.search__results__content p:last-child,
.search__results__content a:last-child {
	border-bottom: none;
}

@media screen and (max-width: 1200px) {

	.filters__tab__content__wrap.flex,
	.advanced__filters__content.flex {
		flex-wrap: wrap;
	}

	.address__zip__code__filters__item,
	.neighborhood__filters__item,
	.building__name__filters__item,
	.property__type__filters__item,
	[data-property-type="houses"] .restrictions__filters__item,
	[data-property-type="houses"] .mls__filters__item {
		width: 25%;
	}

	.price__filters__item,
	.area__filters__item,
	.bedrooms__filters__item,
	.bathrooms__filters__item,
	.year__built__filters__item,
	.floor__filters__item,
	[data-property-type="houses"] .assoc__fee__filters__item,
	.lot__size__filters__item {
		width: 50%;
	}


	[data-property-type="condos"] .restrictions__filters__item,
	[data-property-type="condos"] .mls__filters__item {
		order: 1;
		width: 50%;
	}

	.bedrooms__filters__item .filters__group>.select:first-child .selected__item,
	[data-property-type="condos"] .year__built__filters__item .filters__group>.select:first-child .selected__item {
		border-left: 1px solid #999;
		border-radius: 6px 0 0 6px;
	}

	.bedrooms__filters__item .filters__group>.select:first-child .options,
	[data-property-type="condos"] .year__built__filters__item .filters__group>.select:first-child .options {
		left: 0;
		width: 100%;
		border-radius: 6px 0 6px 6px;
	}

	.price__filters__item .filters__group>.select:last-child .selected__item,
	.bathrooms__filters__item .filters__group>.select:last-child .selected__item,
	.floor__filters__item .filters__group>.select:last-child .selected__item {
		border-radius: 0 6px 6px 0;
	}

	.price__filters__item .filters__group>.select:last-child .options,
	.bathrooms__filters__item .filters__group>.select:last-child .options,
	.floor__filters__item .filters__group>.select:last-child .options {
		border-radius: 0 6px 6px 6px;
	}
}

@media screen and (max-width: 960px) {
	a.filters__tab.flex:not(.mob__tab) {
		width: 100%;
		padding: 6px 15px;
	}

	.filter__tabs__content,
	.filters__tab__content {
		border-radius: 0 0 6px 6px;
	}

	[data-property-type="houses"] .advanced__checkbox__filters.flex {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	body:not(.main-page) .filters {
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.filter__tabs.flex {
		display: none;
	}

	body:not(.main-page) a.mob__filters__toggle,
	.close__mob__filters {
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #fff !important;
		/*		margin-bottom: 10px;*/
		padding: 8px 20px;
		border: 1px solid #1363FF;
		border-radius: 6px;
		background-color: #1363FF;
		line-height: 1.2;
		text-align: center;
	}

	.close__mob__filters__wrap {
		display: block;
		visibility: hidden;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px 15px 75px;
		background-color: #fff;
		transform: translateY(100%);
		transition: visibility 0s ease-in-out 0.4s, transform 0.4s ease-in-out, z-index 0s ease-in-out 0.4s;
		z-index: -1;
	}

	html.filters__opened .close__mob__filters__wrap {
		visibility: visible;
		transform: translateY(0);
		transition: visibility 0s ease-in-out 0s, transform 0.4s ease-in-out, z-index 0s ease-in-out 0s;
		z-index: 100;
	}

	.mob__filters__list {
		display: block;
		font-size: 12px;
		color: #999;
		margin-top: 5px;
	}

	/*	a.mob__filters__toggle > span,*/
	a.mob__tab>span {
		position: relative;
		padding-right: 20px;
	}

	/*	a.mob__filters__toggle > span::before,*/
	a.mob__tab>span::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 1px;
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		box-sizing: border-box;
		transform: rotate(-45deg);
		transform-origin: 3px 5px;
		transition: transform 0.25s ease-in-out, border-color 0.25s ease-in-out, margin 0.25s ease-in-out;
		will-change: transform;
	}

	a.mob__tab>span::before {
		border-color: #000;
	}

	/*	a.mob__filters__toggle.active > span::before,*/
	a.mob__tab.active>span::before {
		margin-top: -4px;
		transform: rotate(135deg);
	}

	a.mob__tab.active>span::before {
		border-color: #fff;
	}

	/*.filter__tabs__content {
		display: none;
		margin-bottom: 14px;
		border-radius: 6px;
	}*/

	.filter__tabs__content {
		position: fixed;
		visibility: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 10px 15px 120px;
		border: none;
		background: #fff;
		overflow-y: auto;
		transform: translateY(100%);
		transition: visibility 0s ease-in-out 0.4s, transform 0.4s ease-in-out, z-index 0s ease-in-out 0.4s;
		border-radius: 0;
		z-index: -1;
	}

	html.filters__opened .filter__tabs__content {
		visibility: visible;
		transform: translateY(0);
		transition: visibility 0s ease-in-out 0s, transform 0.4s ease-in-out, z-index 0s ease-in-out 0s;
		z-index: 99;
	}

	a.mob__tab {
		display: block;
		font-size: 16px;
		font-weight: bold;
		padding: 8px 20px;
		border-top: 1px solid #999;
		background-color: #eee;
	}

	a.mob__tab:first-child {
		border-top: none;
		border-radius: 6px 6px 0 0;
	}

	a.mob__tab:last-child,
	a.mob__tab:not(.active):nth-last-child(2) {
		border-radius: 0 0 6px 6px;
	}

	a.mob__tab.active {
		color: #fff;
		border-color: #1363FF;
		background-color: #1363FF;
	}

	a.mob__tab br {
		display: none;
	}

	.filters__tab__content {
		border: 1px solid #999;
		border-top: none;
		border-bottom: none;
		border-radius: 0;
		transition: border-color 0.25s ease-in-out;
	}

	.filters__tab__content:last-child {
		border-bottom: 1px solid #999;
		border-radius: 0 0 6px 6px;
	}

	a.mob__tab.active+.filters__tab__content {
		border-top-color: #1363FF;
	}

	.address__zip__code__filters__item,
	.neighborhood__filters__item,
	.building__name__filters__item,
	.property__type__filters__item {
		width: 50% !important;
	}

	.area__filters__item,
	.price__filters__item,
	.bedrooms__filters__item,
	.bathrooms__filters__item,
	.year__built__filters__item,
	.floor__filters__item,
	[data-property-type="houses"] .assoc__fee__filters__item,
	.lot__size__filters__item,
	[data-property-type="land"] .address__zip__code__filters__item,
	[data-property-type="commercial"] .address__zip__code__filters__item {
		width: 100% !important;
	}

	[data-property-type="houses"] .restrictions__filters__item,
	[data-property-type="houses"] .mls__filters__item {
		order: 1;
		width: 50%;
	}

	.neighborhood__filters__item .selected__item,
	.area__filters__item .filters__group>.select:last-child .selected__item,
	.bedrooms__filters__item .filters__group>.select:last-child .selected__item,
	.year__built__filters__item .filters__group>.select:last-child .selected__item,
	[data-property-type="houses"] .assoc__fee__filters__item .filters__group>.select:last-child .selected__item {
		border-radius: 0 6px 6px 0;
	}

	.neighborhood__filters__item .options,
	.area__filters__item .filters__group>.select:last-child .options,
	.bedrooms__filters__item .filters__group>.select:last-child .options,
	.year__built__filters__item .filters__group>.select:last-child .options,
	[data-property-type="houses"] .assoc__fee__filters__item .filters__group>.select:last-child .options {
		border-radius: 0 6px 6px 6px;
	}

	.building__name__filters__item .selected__item,
	.price__filters__item .filters__group>.select:first-child .selected__item,
	.bathrooms__filters__item .filters__group>.select:first-child .selected__item,
	.floor__filters__item .filters__group>.select:first-child .selected__item,
	[data-property-type="houses"] .year__built__filters__item .filters__group>.select:first-child .selected__item,
	.lot__size__filters__item .filters__group>.select:first-child .selected__item,
	[data-property-type="land"] .neighborhood__filters__item .selected__item {
		border-left: 1px solid #999;
		border-radius: 6px 0 0 6px;
	}

	.building__name__filters__item .options,
	.price__filters__item .filters__group>.select:first-child .options,
	.bathrooms__filters__item .filters__group>.select:first-child .options,
	.floor__filters__item .filters__group>.select:first-child .options,
	[data-property-type="houses"] .year__built__filters__item .filters__group>.select:first-child .options,
	.lot__size__filters__item .filters__group>.select:first-child .options,
	[data-property-type="land"] .neighborhood__filters__item .options {
		left: 0;
		width: 100%;
		border-radius: 6px 0 6px 6px;
	}

	[data-property-type="land"] .address__zip__code__filters__item>.search .search__input,
	[data-property-type="commercial"] .address__zip__code__filters__item>.search .search__input,
	[data-property-type="land"] .address__zip__code__filters__item>.search .search__results,
	[data-property-type="commercial"] .address__zip__code__filters__item>.search .search__results {
		border-radius: 6px !important;
	}

	.advanced__checkbox__filters.flex {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 560px) {
	.filters__tab__content {
		padding: 15px;
	}

	.search__results__content p,
	.search__results__content a {
		padding: 6px 12px;
	}

	.filters__group__item.flex {
		padding: 6px 12px;
	}

	.address__zip__code__filters__item,
	.neighborhood__filters__item,
	.building__name__filters__item,
	.property__type__filters__item,
	.restrictions__filters__item,
	.mls__filters__item {
		width: 100% !important;
	}

	.address__zip__code__filters__item>.search .search__input,
	.building__name__filters__item .selected__item,
	.restrictions__filters__item .selected__item,
	.address__zip__code__filters__item>.search .search__results,
	.neighborhood__filters__item .options,
	.building__name__filters__item .options,
	.property__type__filters__item .options,
	.restrictions__filters__item .options {
		border-radius: 6px !important;
	}

	.neighborhood__filters__item .selected__item,
	.property__type__filters__item .selected__item,
	.mls__filters__item input {
		border-left: 1px solid #999 !important;
		border-radius: 6px !important;
	}

	.neighborhood__filters__item .options,
	.property__type__filters__item .options {
		left: 0;
		width: 100%;
	}

	.fancy__checkbox__filters__item {
		width: 33%;
	}
}

@media screen and (max-width: 460px) {
	.fancy__checkbox__filters__item {
		width: 50%;
	}
}

@media screen and (max-width: 374px) {
	.filters__group.flex {
		flex-direction: column;
		justify-content: flex-start;
	}

	.filters__group>div:not(:first-child) {
		margin-top: 15px;
	}

	.filters__group>.select .selected__item {
		border-radius: 6px !important;
	}

	.filters__group>.select:last-child .selected__item {
		border-left: 1px solid #999;
	}

	.filters__group>.select .options {
		border-radius: 6px !important;
	}

	.filters__group>.select:last-child .options {
		left: 0;
		width: 100%;
	}
}

/* -------------------------------------------- Homepage */

/*.nav__tabs__wrap {
	display: none;
}*/

.mob__search {
	margin-bottom: 15px;
}

.mob__search input {
	margin-bottom: 0 !important;
}

.mob__search .search__results {
	border-radius: 6px;
}

.mob__filter__tabs.flex {
	justify-content: flex-start;
	align-items: stretch;
	margin-right: -10px;
}

.mob__filters__tab {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	width: calc(20% - 10px);
	margin: 0 10px 10px 0;
	padding: 5px;
	background-color: #fff;
	border-radius: 6px;
	text-align: center;
}

@media screen and (min-width: 769px) {
	/*.nav__tabs__wrap {
		display: block!important;
	}*/

	.mob__search,
	.mob__filter__tabs.flex {
		display: none;
	}
}

@media screen and (max-width: 560px) {
	.mob__filter__tabs.flex {
		flex-wrap: wrap;
	}

	.mob__filters__tab {
		width: calc(50% - 10px);
	}

	.mob__filters__tab:first-child,
	.mob__filters__tab:nth-child(2),
	.mob__filters__tab:nth-child(3) {
		width: calc(33.33% - 10px);
	}
}

.cities .new-dev__list .new-dev {
	z-index: 1;
}

.cities .new-dev__list .new-dev layer {
	position: absolute;
	transition: transform 0.3s ease-in-out;
	z-index: -1;
}

.cities .new-dev__list .new-dev a:hover~layer {
	transform: scale(1.1);
}

/* -------------------------------------------- Listing page */

.listing__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	padding: 10px 0 30px;
}

.back_btn {
	font-size: 14px;
	white-space: nowrap;
}

.title__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

.title__wrap .h1,
.title__wrap address {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.title__wrap *+address {
	font-size: 18px;
	margin-top: 10px;
}

.listing-details .panel-default>.panel-heading+.panel-collapse .panel-body {
	padding-top: 0;
}

@media screen and (max-width: 1199px) {
	.title__wrap {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 768px) {
	.listing_page .back_btn {
		margin-left: 30px;
	}

	.listing__header {
		padding-bottom: 15px;
	}

	.title__wrap {
		margin-bottom: 20px;
	}

	.title__wrap .h1,
	.title__wrap address {
		font-size: 18px;
	}

	.title__wrap *+address {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.title__wrap {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.share_mob_trigger {
		margin: 15px 0 0;
	}

	.ya-share2-container.active {
		right: auto;
		left: 0;
	}
}
