/*Common*/
.bg-wall-logo {
	background-color: rgba(155, 155, 155, 0.10);
	position: relative;
	z-index: 1;
}
.bg-wall-logo:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url('/assets/images/background/brick-patt.webp') top left /200px repeat, url('/assets/images/background/concr-patt.webp') top left /520px repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bg-wall-logo:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url('/assets/images/background/bg-logo.svg') bottom center /80% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.show-more-link {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	color: #AD0101;
	display: inline-block;
	padding-right: 14px;
	margin-bottom: 32px;
	position: relative;
}
.show-more-link:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #AD0101;
	-webkit-mask: url('/assets/images/elements/caret-right.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/caret-right.svg') center center /contain no-repeat;
	position: absolute;
	top: 2px;
	right: 0;
}
.page_title--small {
	font-size: 28px;
	margin-bottom: 40px;
}
.page_text--bottom {
	padding-top: 64px;
}
.page_text--bottom.hidden {
	max-height: 382px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}
.page_text--bottom :where(strong, b, h2, h3, h4, h5, h6) {
	color: #222;
}
.expand-btn {
	display: inline-block;
	color: #AD0101;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6;
	padding-right: 16px;
	position: relative;
}
.expand-btn:after {
	content: "";
	display: block;
	width: 12px;
	height: 100%;
	background-color: #AD0101;
	-webkit-mask: url('/assets/images/elements/caret-down.svg') center right /contain no-repeat;
	mask: url('/assets/images/elements/caret-down.svg') center right /contain no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.expand-btn.less:after {
	transform: rotate(-180deg);
}
.popup-overlay {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(85, 85, 85, .7);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 249;
}
.popup-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10px .75rem .75rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.popup-body {
	display: flex;
	flex-direction: column;
	width: 692px;
	max-width: 100%;
	min-height: 427px;
	max-height: 100%;
	border-radius: 10px;
	background-color: #fff;
	padding: 40px 24px 72px;
	position: relative;
	overflow-y: auto;
}
.account-popup {
	padding-bottom: 40px;
}
.popup-body_close {
	width: 32px;
	height: 32px;
	background-color: #9B9B9B;
	-webkit-mask: url('/assets/images/elements/x-circle.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/x-circle.svg') center center /contain no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
}
.popup-body_title, .popup-body_text {
	display: block;
	max-width: 426px;
	margin-left: auto;
	margin-right: auto;
}
.popup-body_title {
	font-size: 32px;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4;
	color: #070707;
	margin-bottom: 16px;
}
.account-popup .popup-body_title {
	margin-bottom: 20px;
}
.popup-body_text {
	font-size: 14px;
	text-align: center;
	margin-bottom: 40px;
}
.popup-body_form {
	width: 348px;
	max-width: 100%;
	margin: 0 auto;
}
.account-separator {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	color: #555;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}
.account-separator:before, .account-separator:after {
	content: "";
	display: flex;
	flex: 1 0 0;
	height: 1px;
	background-color: rgba(155, 155, 155, 0.30);
}
.account-separator:before {
	margin-right: 10px;
}
.account-separator:after {
	margin-left: 10px;
}
.restore-pass-btn {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	color: #555;
	margin-bottom: 36px;
}
.extra-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 32px;
}
.extra-actions_text {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	color: #555;
	margin-right: 16px;
}
.extra-actions_btn {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	color: #AD0101;
}
.control-row {
	display: flex;
	flex-direction: column;
	margin-bottom: 12px;
	will-change: transform;
	position: relative;
}
.control-row_label {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #070707;
	margin-bottom: 8px;
}
.control-row_label .req {
	color: #AD0101;
}
.control-row_input, .control-row_select, .control-row_textarea {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6;
	color: #555;
	width: 100%;
	height: 46px;
	border: 1px solid rgba(155, 155, 155, 0.30);
	border-radius: 10px;
	outline: none;
	background-color: #fff;
	padding: 0 16px;
	transition: border-color .35s;
}
.control-row_input:disabled {
	background-color: rgba(155, 155, 155, 0.15);
}
.control-row_select {
	background: url('/assets/images/elements/caret-down.svg') center right 16px /16px no-repeat;
	padding-right: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.control-row_textarea {
	__min-height: 90px;
	padding-top: 16px;
	padding-bottom: 16px;
	height: auto;
}
.control-row_input:focus, .control-row_select:focus, .control-row_textarea:focus {
	border-color: rgba(155, 155, 155, 0.85);
}
.control-row.accented .control-row_input, .control-row.accented .control-row_select, .control-row.accented .control-row_textarea {
	border-color: #AD0101;
}
.radio-group {
	--bs-gutter-x: 20px;
	--bs-gutter-y: 8px;
}
.radio-row {
	display: inline-block;
	padding-left: 36px;
	position: relative;
	cursor: pointer;
}
.radio-row--extended {
	display: flex;
	flex-wrap: wrap;
}
.radio-row_input {
	opacity: 0;
	visibility: hidden;
}
.radio-row_label {
	font-size: 14px;
	font-weight: 600;
	color: #070707;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.radio-row--extended .radio-row_label {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.radio-row_descr {
	font-size: 14px;
}
.radio-row--extended .radio-row_label, .radio-row_descr {
	width: 100%;
}
.radio-row_input, .radio-row_label:before, .radio-row_label:after {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.radio-row_label:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: 1px solid rgba(155, 155, 155, 0.30);
	border-radius: 50%;
}
.radio-row_label:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #AD0101;
	border-radius: 50%;
	top: 50%;
	left: 6px;
	transform: translateY(-50%) scale3d(0,0,0);
}
.radio-row--extended .radio-row_label:before {
	top: 0;
	transform: none;
}
.radio-row--extended .radio-row_label:after {
	top: 6px;
	transform: scale3d(0,0,0);
}
.radio-row_input:checked + .radio-row_label:after {
	transform: translateY(-50%) scale3d(1,1,1);
}
.radio-row--extended .radio-row_input:checked + .radio-row_label:after {
	transform: scale3d(1,1,1);
}
.radio-row.small-radio {
	padding-left: 28px;
}
.radio-row.small-radio .radio-row_label:before {
	width: 20px;
	height: 20px;
}
.radio-row.small-radio .radio-row_label:after {
	width: 8px;
	height: 8px;
	background-color: #070707;
}
.policy {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	color: #555;
}
.policy a, .checkbox-row_link {
	color: #AD0101;
}
.control-row_input.password::-ms-clear, .control-row_input.password::-ms-reveal {
	display: none;
}
.pass-visibility {
	height: 44px;
	width: 40px;
	border-radius: 10px;
	background-color: transparent;
	position: absolute;
	right: 1px;
	bottom: 1px;
}
.pass-visibility:before, .pass-visibility:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pass-visibility:before {
	background: url('/assets/images/elements/eye-closed.svg') left 4px center /20px no-repeat;
}
.pass-visibility:after {
	background: url('/assets/images/elements/eye.svg') left 4px center /20px no-repeat;
	opacity: 0;
}
.pass-visibility.active:before {
	opacity: 0;
}
.pass-visibility.active:after {
	opacity: 1;
}
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 24px 0;
	overflow-y: auto;
}
.breadcrumbs_link {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #9B9B9B;
}
.breadcrumbs_separator {
	width: 4px;
	height: 4px;
	background-color: #AD0101;
	margin: 0 8px;
}
.pagination-wrap {
	display: flex;
	border: 1px solid rgba(76, 101, 113, 0.50);
	border-radius: 50px;
	background-color: #fff;
	padding: 8px 20px;
}
.pagelink {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #222;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 4px;
	margin: 0 5px;
}
.pagelink.activepage {
	color: #fff;
	border-color: #AD0101;
	background-color: #AD0101;
	pointer-events: none;
}
.prevlink, .nextlink {
	width: 30px;
	height: 30px;
	background-color: #9B9B9B;
	transition: background-color .35s;
}
.prevlink.disabled, .nextlink.disabled {
	opacity: .15;
	pointer-events: none;
}
.prevlink {
	-webkit-mask: url('/assets/images/elements/arrow-left-long.svg') center center /23px no-repeat;
	mask: url('/assets/images/elements/arrow-left-long.svg') center center /23px no-repeat;
	margin-right: 20px;
}
.nextlink {
	-webkit-mask: url('/assets/images/elements/arrow-right-long.svg') center center /23px no-repeat;
	mask: url('/assets/images/elements/arrow-right-long.svg') center center /23px no-repeat;
	margin-left: 20px;
}
/*Жилые комплексы*/
.complex-section {
	padding-top: 64px;
	padding-bottom: 64px;
}
.complex-section .page_title {
	margin-bottom: 24px;
}
.title-separator {
	height: 1px;
	background-color: rgba(155, 155, 155, 0.50);
	margin-bottom: 36px;
}
.complex-list {
	--bs-gutter-y: 24px;
}
@media (max-width: 767.98px) {
	.swiper.complex-list {
		margin-right: -0.75 rem
	}
}
.complex-list .swiper-slide {
	height: auto;
}
.complex-card {
	display: flex;
	flex-direction: column;
	max-width: 387px;
	height: 100%;
	border-radius: 10px;
	background-color: #fff;
	padding: 12px 12px 24px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	margin: 0 auto;
}
.complex-card_img {
	border-radius: 10px;
	margin-bottom: 16px;
	overflow: hidden;
}
.complex-card_title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #AD0101;
}
.complex-card_loc {
	color: #070707;
}
.complex-card_title, .complex-card_loc {
	padding-right: 52px;
}
.complex-card_arrow {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #AD0101;
	-webkit-mask: url('/assets/images/elements/arrow-circle-right.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/arrow-circle-right.svg') center center /contain no-repeat;
	position: absolute;
	right: 16px;
	bottom: 30px;
}
/*Преимущества*/
.advantages-section {
	padding-top: 80px;
	padding-bottom: 48px;
}
.advantages-card {
	color: #292B2F;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.advantages-card img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.advantages-card_content, .advantages-slider_content {
	display: flex;
	flex-direction: column;
	align-items: start;
	background-color: rgba(255, 255, 255, 0.60);
	width: 100%;
	height: 100%;
	padding: 40px 24px 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.advantages-card_content strong {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	color: #070707;
	display: block;
	margin-bottom: 8px;
}
.advantages-card_content.dark, .advantages-card_content.dark strong {
	color: #fff;
}
.advantages-card_content.dark {
	background: linear-gradient(180deg, rgba(7, 7, 7, 0.65) 29.15%, rgba(7, 7, 7, 0.23) 100%);
}
.advantages-slider_item {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.advantages-slider_item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.advantages-slider_content {
	color: #070707;
	padding: 56px 40px 24px;
}
.advantages-slider_content strong {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	color: #070707;
	display: block;
	max-width: 367px;
	margin-bottom: 14px;
}
.advantages-slider_btn {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.swiper-pagination {
	display: flex;
	justify-content: center;
	--swiper-pagination-bottom: 0;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-size: 10px;
	--swiper-pagination-color: #AD0101;
	--swiper-pagination-bullet-inactive-color: transparent;
	position: relative !important;
	padding-top: 32px;
}
.advantages-slider_pagination {
	padding-top: 0;
	position: absolute !important;
	width: auto !important;
	left: auto !important;
	right: 56px;
	--swiper-pagination-bottom: 40px;
}
.swiper-pagination-bullet {
	border: 1px solid #AD0101;
	transition: background-color .35s;
}
/* Выбери свой район */
.district-section {
	padding-top: 48px;
	padding-bottom: 90px;
}
.district-section .page_title {
	margin-bottom: 24px;
}
.district-list {
	--bs-gutter-y: 22px;
}
.district-card {
	display: flex;
	flex-direction: column;
	max-width: 285px;
	border-radius: 10px;
	background-color: #fff;
	padding: 0 12px 24px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	margin: 0 auto;
}
.district-card_img {
	border-radius: 10px;
	margin: 0 -12px 16px;
	overflow: hidden;
}
.district-card_title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #AD0101;
	padding-right: 24px;
	margin-bottom: 2px;
}
.district-card_descr {
	font-size: 14px;
	color: #070707;
	display: flex;
}
.district-card_overflow {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.district-card_arrow {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #AD0101;
	-webkit-mask: url('/assets/images/elements/arrow-circle-right.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/arrow-circle-right.svg') center center /contain no-repeat;
	position: absolute;
	right: 12px;
	bottom: 48px;
}
/*Новости недвижимости*/
.blog-section {
	padding-top: 64px;
	padding-bottom: 64px;
}
.blog-section:after {
	background-position: bottom right 66px;
	background-size: 58%;
}
.blog-section .page_title {
	margin-bottom: 24px;
}
.article-preview {
	display: flex;
	flex-direction: column;
	max-width: 387px;
	height: 100%;
	border-radius: 10px;
	background-color: #fff;
	padding: 12px 12px 24px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
	margin: 0 auto;
}
.blog-section .swiper {
	margin-right: -0.75 rem
}
.blog-section .swiper-slide {
	height: auto;
}
.article-preview_img {
	border-radius: 10px;
	margin-bottom: 16px;
	overflow: hidden;
}
.article-preview_date {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.6;
	color: #9B9B9B;
}
.article-preview_title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #30304A;
	margin-bottom: 12px;
}
.article-preview_more {
	color: #AD0101;
	text-align: right;
	padding-right: 32px;
	position: relative;
}
.article-preview_more:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #AD0101;
	-webkit-mask: url('/assets/images/elements/arrow-circle-right.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/arrow-circle-right.svg') center center /contain no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
/*Catalog home page*/
.catalog-page {
	overflow-x: hidden;
}
.catalog-page .object-list {
	padding-bottom: 48px;
}
.catalog-page .page_title {
	margin-bottom: 16px;
}
.view-selector {
	display: flex;
	margin-bottom: 24px;
}
.view-selector_item {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	margin: 0 16px;
	position: relative;
	cursor: pointer;
}
.view-selector_item:before {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background-color: rgba(155, 155, 155, 0.50);
	position: absolute;
	top: 0;
	left: -16px;
}
.view-selector_item:first-child:before {
	display: none;
}
.view-selector_item.active {
	font-weight: 600;
	color: #AD0101;
}
.filter-box--catalog {
	margin-bottom: 12px;
	position: relative;
	padding-bottom: 10px;
}
.filter-box--catalog .filter-row, .filter-box--catalog .popup-filter-btn {
	margin-bottom: 12px;
}
.filter-box--catalog .filter-row_input, .filter-box--catalog .range-slider {
	height: 44px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.filter-row--short {
	width: 155px;
	max-width: 100%;
}
@media (max-width: 1199.98px) {
	.filter-row--short {
		width: auto;
	}
}
.square-filter {
	width: 160px;
}
.square-filter .range-slider_input {
	width: 30px;
}
.filter-row_selected {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6;
	color: #555;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 16px;
}
.filter-row_input:focus + .filter-row_selected {
	visibility: hidden;
}
.popup-filter-btn {
	font-size: 15px;
	min-width: 138px;
	min-height: 44px;
	padding: 8px 24px;
	margin-left: auto;
}
.popup-filter-btn_inner {
	display: inline-block;
	padding-left: 32px;
	position: relative;
}
.popup-filter-btn_inner:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	-webkit-mask: url('/assets/images/elements/settings-h.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/settings-h.svg') center center /contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.filter-box-popup {
	display: flex;
	flex-direction: column;
	width: 1154px;
	width: 600px;
	max-width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 32px 18px 72px;
	position: fixed;
	top: 0;
	right: -1154px;
	z-index: 1250;
	transition: right .35s;
}

@media (min-width: 576px) {
	.filter-box-popup {
		padding: 48px 40px 72px 56px;
	}
	.filter-box-popup > .fm-b .d-flex {
		padding: 0 44px 0 53px;
	}
}
.filter-box-popup.is-visible {
	right: 0;
}
.filter-close-btn {
	width: 32px;
	height: 32px;
	background-color: #9B9B9B;
	-webkit-mask: url(/assets/images/elements/x-circle.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/x-circle.svg) center center /contain no-repeat;
	position: absolute;
	top: 16px;
	right: 16px;
}
.filter-box-popup .page_title {
	margin-right: 24px;
	margin-bottom: 16px;
}
.filter-box-popup .subscribe-btn {
	margin-bottom: 36px;
}
.filter-box-popup .content-wrapper {
	overflow-x: hidden;
	overflow-y: auto;
}
.filter-box-popup .filter-row {
	margin-right: 0;
}
.filter-box-popup .filter-row_list {
	height: 100%;
	max-height: 256px;
	overflow-y: auto;
}
.filter-box-popup .filter-row_list::-webkit-scrollbar {
	width: 5px
}
.filter-box-popup .filter-row_list::-webkit-scrollbar-track {
	background: rgba(155, 155, 155, 0.10);
}
.filter-box-popup .filter-row_list::-webkit-scrollbar-thumb {
	background: #AD0101;
	border-radius: 5px;
}

.filter-box-popup .content-wrapper {
	padding-right: 4px;
}
.filter-box-popup .content-wrapper::-webkit-scrollbar {
	width: 5px
}
.filter-box-popup .content-wrapper::-webkit-scrollbar-track {
	background: rgba(155, 155, 155, 0.10);
}
.filter-box-popup .content-wrapper::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 5px;
}

.filter-box-popup .filter-row_hidden {
	width: 100%;
}
.filter-box-popup .district-select .filter-row_hidden {
	width: calc(100% - 22px);
	left: calc(var(--bs-gutter-x) * 0.5);
}

.filter-result-btn {
	font-size: 12px;
	background: #AD0101;
	border: 1px solid #AD0101;
	padding: 8px 16px;
	margin-right: 16px;
}
.filter-result-btn .result {
	font-weight: 400;
	color: #D9D9D9;
}
.filter-clear-btn {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	display: inline-block;
	background-color: #fff;
	border: 1px solid rgba(85, 85, 85, 0.2);
	border-radius: 10px;
	padding: 8px 16px;
}
.catalog-sort {
	margin-bottom: 12px;
}
@media (min-width: 768px) {
	.catalog-sort {
		margin-bottom: 24px;
	}
}
.catalog-sort_title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #070707;
	display: block;
	margin-bottom: 4px;
}
.catalog-sort_select {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	color: #555;
	width: 285px;
	max-width: 100%;
	height: 44px;
	border: none;
	outline: none;
	border-radius: 10px;
	background: url('/assets/images/elements/caret-down.svg') right 16px center /16px no-repeat, rgba(155, 155, 155, 0.10);
	padding: 0 40px 0 16px;
	margin-right: 28px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.catalog-sort_result {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.14;
	color: #555;
}
.filter-clear-btn-small {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	color: #9B9B9B;
	display: inline-block;
	padding-top: 2px;
	padding-left: 28px;
	margin-bottom: 8px;
	position: relative;
}
.filter-clear-btn-small:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #9B9B9B;
	-webkit-mask: url(/assets/images/elements/x-circle.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/x-circle.svg) center center /contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
/*Catalog detail page*/
.swiper.lightbox {
	border-radius: 10px;
	margin-bottom: 8px;
	z-index: 0;
}
.swiper-wrapper.lightbox_wrapper {
	z-index: 0;
}
.lightbox_slide, .lightbox-thumbs_slide {
	aspect-ratio: 3 /2;
	border-radius: 10px;
	overflow: hidden;
}
.lightbox_img, .lightbox-thumbs_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lightbox_btn {
	--swiper-navigation-size: 24px;
	--swiper-navigation-color: #070707;
	width: 48px !important;
	height: 48px !important;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.80);
	margin-top: 0 !important;
	-webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transform: translateY(-50%);
}
.lightbox_btn.swiper-button-next:after {
	margin-left: 6px;
}

.lightbox_btn.swiper-button-prev:after {
	margin-right: 6px;
}
@media (min-width: 1024px) {
	.lightbox_btn {
		--swiper-navigation-size: 32px;
		width: 64px !important;
		height: 64px !important;
	}
	.lightbox_btn.swiper-button-next:after {
		margin-left: 8px;
	}

	.lightbox_btn.swiper-button-prev:after {
		margin-right: 8px;
	}
}
.lightbox-thumbs {
	margin-bottom: 24px;
}
.lightbox-thumbs_slide {
	border-radius: 8px;
	cursor: pointer;
	position: relative;
}
.lightbox-thumbs_slide:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid #AD0101;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.lightbox-thumbs_slide.swiper-slide-thumb-active:after {
	opacity: 1;
}
.detail-card {
	height: 100%;
	border-radius: 10px;
	background: rgba(155, 155, 155, 0.10);
	padding: 16px 24px 62px;
	position: relative;
}
.detail-card_fav {
	width: 44px;
	height: 44px;
	background-color: rgba(255, 255, 255, 0.80);
	border-radius: 50%;
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 1;
}
.detail-card_fav:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #555;
	-webkit-mask: url(/assets/images/elements/heart.svg) center center /24px no-repeat;
	mask: url(/assets/images/elements/heart.svg) center center /24px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color .35s;
}
.detail-card_type {
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2;
	color: #555;
	display: block;
	margin-bottom: 8px;
}
.detail-card_price {
	margin-bottom: 16px;
}
.detail-card_price small {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: #555;
	display: block;
	margin-bottom: 12px;
}
.detail-card_price strong {
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.25;
	color: #AD0101;
}
.detail-card_options {
	display: flex;
	flex-wrap: wrap;
	margin: -4px -8px 0;
}
.detail-card_options li {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #9B9B9B;
	flex: 0 0 auto;
	background-position: left 8px center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-right: 8px;
	margin-top: 4px;
}
.detail-card_separator {
	border-color: rgba(155, 155, 155, 0.30);
	margin-top: 24px;
	margin-bottom: 24px;
}
.detail-card_title {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
	color: #070707;
	display: block;
	margin-bottom: 16px;
}
.detail-card_spec {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
}
.detail-card_spec .item {
	display: flex;
	margin-bottom: 4px;
}
.detail-card_spec .separator {
	border-bottom: 1px dashed #9B9B9B;
	margin: 0 4px 6px;
}
.topblock {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.cardwrap {
	display:flex;
	flex-direction: column;
	gap:15px;
}
.reserved {
	background-color: #f5dfe3;
}
.asideblock.desktop {
	display: flex;
}
.asideblock.mobil {
	display: none!important;
}
@media (max-width: 1400px){
	.asideblock.mobil {
		width: 100%;
		display:flex!important;
		flex-direction: row;
		margin-top: 35px;
	}
	.asideblock.desktop {
		display: none!important;
	}
	.page_title_row {
		width: 100%!important;
	}
	.topblock {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin:15px;
	}
	.cardwrap {
		width: 100% !important;
		display:flex;
		flex-direction: row;
		gap:15px;
	}
	.cardwrap>div,.manager-contact,.object-location {
		height: 240px!important;
		min-height: 240px!important;
	}
	.cardwrap>div {
		width: 33%;
	}
	.imageWrap {
		width: 100% !important;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.asideblock.mobil {
		width: 100% !important;
	}
}
@media (max-width: 800px){
	.asideblock.mobil {
		width: 100%;
		display:flex;
		flex-direction: column;
	}
	.asideblock.mobil .object-location {
		width: 100%;
		aspect-ratio: 4/3;
	}
	.filter_layer,.scares_list {
		flex-direction: column!important;
	}
	.square-btn {
		display: inline-flex;
		align-items: center;
		height: 35px;
		border: 1px solid #55555533;
		border-radius: 10px;
		cursor: pointer;
		padding: 0 16px;
		margin: 8px 4px;
		color: #555555;
		font-weight: 700;
		font-size: 13px;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}
	.square-btn-grey {
		display: inline-flex;
		align-items: center;
		height: 35px;
		background-color: white;
		border: 1px solid #55555533;
		border-radius: 10px;
		cursor: pointer;
		padding: 0 16px;
		margin: 8px 4px;
		color: #555555;
		font-weight: 700;
		font-size: 13px;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}
	.layoutTitle {
		margin-left: 20px;
	}
	.scares_list {
		gap: 0;
	}
	.filter_layer { gap: 20px}
	.cardwrap>div,.manager-contact,.object-location {
		height: auto!important;
		min-height: auto!important;
	}
	.cardwrap {
		width: 100% !important;
		display:flex;
		flex-direction: column;
		gap:15px;
	}
	.cardwrap>div {
		width: 100%;
	}
	.imageWrap {
		width: 100vw!important;
	}
	.imageWrap img.base_image {
		width: 100%!important;
	}
}
.contentLayout {
	width: 100%;
	overflow-x: scroll;
}
.polyBlock {
	cursor:pointer;
	fill: transparent;
	opacity: .5;
	transition: fill .2s ease-in-out;
}
.polyBlock.active {
	fill: #0a53be;
}
.polyWrap {
	bottom: 0;
	height: 100%;
	left: 12px;
	position: absolute;
	right: 0;
	top: 1px;
	width: 100%;

}
.imageWrap {
	width: 793px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	/*height: 492px!important;*/
}
.imageWrap .base_image {
	width: 792px!important;
	border-radius: 20px;
	aspect-ratio: 792/528;
}
.asideblock {
	width: calc(100% - 813px);
	display:flex;
	flex-direction: column;
}
.topblock .description {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.manager-contact {
	display: flex;
	background-color: #fff;
	border: 1px solid rgba(155, 155, 155, 0.20);
	border-radius: 10px;
	padding: 24px 24px 16px;
}
.manager-contact_img {
	border-radius: 50%;
}
.manager-contact_status {
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	color: #FFF;
	text-transform: lowercase;
	border-radius: 5px;
	padding: 2px 12px;
	margin: -9px 0 16px;
}
.manager-contact_status.online {
	background-color: #45D213;
}
.manager-contact_status.offline {
	background-color: #AD0101;
}
.manager-contact_obj {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	color: #9B9B9B;
}
.manager-contact_info {
	padding-left: 16px;
}
.manager-contact_btn {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	color: #555;
	text-align: center;
	display: inline-block;
	min-width: 164px;
	background-color: #fff;
	border: 1px solid rgba(85, 85, 85, 0.20);
	border-radius: 4px;
	padding: 6px 14px;
	transition: color .35s, background-color .35s, border-color .35s;
}
.manager-contact_btn--red {
	color: #fff;
	border-color: #AD0101;
	background-color: #AD0101;
	cursor: pointer;
}
.manager-contact_name {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	color: #070707;
	display: block;
	margin-bottom: 2px;
}
.manager-contact_job {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	color: #555;
	display: block;
	margin-bottom: 8px;
}
.object-location {
	display: flex;
	width: 100%;
	max-width: 100%;
	min-height: 256px;
	height: 100%;
	border-radius: 10px;
}
.recomend-section {
	padding-top: 72px;
}
.swiper.recomend-crsl {
	padding: 8px 5px 16px;
	margin: -8px -5px 0;
}
.swiper.recomend-crsl .swiper-slide {
	height: auto;
}
.swiper.recomend-crsl .object-card {
	height: 100%;
}
/*Complex home page*/
.complex-detail-page .recomend-section {
	padding-top: 0;
}
.detail-card--complex {
	padding-bottom: 20px;
}
.work-progress {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 26px;
	margin-bottom: 16px;
	position: relative;
}
.work-progress .detail-card_title {
	max-width: 206px;
	padding-right: 8px;
	margin: 0;
}
.work-progress_val {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.25;
	color: #AD0101;
}
.work-progress_val small {
	font-size: 24px;
}
.work-progress_bar {
	display: flex;
	height: 10px;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.work-progress_bar:after {
	content: "";
	width: var(--bar-width);
	height: 100%;
	border-radius: 20px;
	background: linear-gradient(90deg, #AD0101 0%, #6C2623 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.section-separator {
	width: 1248px;
	max-width: calc(100% - 16px);
	border: 4px solid rgba(155, 155, 155, 0.10);
	border-radius: 10px;
	margin: 64px auto;
}
/*Blog home page*/
.article-list {
	padding-bottom: 48px;
}
.article-info_img {
	border-radius: 10px;
	margin-bottom: 8px;
}
.article-info_title {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	color: #9B9B9B;
	display: block;
}
.gallery {
	--bs-gutter-x: 8px;
	--bs-gutter-y: 8px;
	padding-top: 32px;
}
/*Blog detail page*/
.blog-detail-page .page_title {
	margin-bottom: 8px;
}
.article-date {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.6;
	color: #9B9B9B;
	display: block;
	margin-bottom: 24px;
}
/*Managers home page*/
.manager-page .page_content {
	position: relative;
	z-index: 1;
}
.manager-page .page_content:before {
	content: "";
	display: block;
	background-color: rgba(155, 155, 155, 0.1);
	-webkit-mask: url('/assets/images/background/bg-logo.svg') center center /contain no-repeat;
	mask: url('/assets/images/background/bg-logo.svg') center center /contain no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.manager-card {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 285px;
	border: 1px solid rgba(155, 155, 155, 0.20);
	border-radius: 10px;
	background-color: #fff;
	padding: 24px 12px 12px;
	margin: 0 auto;
}
.manager-card_img {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100px;
	margin: 0 auto 8px;
}
.manager-card_img img {
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}
.manager-card_status {
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	color: #fff;
	text-transform: lowercase;
	border-radius: 5px;
	background-color: #45D213;
	padding: 2px 12px;
	margin-top: -10px;
}
.manager-card_name {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	color: #070707;
	margin-bottom: 4px;
}
.manager-card_job {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #9B9B9B;
	margin-bottom: 12px;
}
.manager-card_link {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: #AD0101;
	padding-right: 32px;
	position: relative;
}
.manager-card_link:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #AD0101;
	-webkit-mask: url('/assets/images/elements/arrow-circle-right.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/arrow-circle-right.svg') center center /contain no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
/*Managers details page*/
.manager-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 10px;
	background-color: rgba(155, 155, 155, 0.10);
	padding: 26px 16px 20px 32px;
	margin-bottom: 30px;
	position: relative;
}
.manager-header:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(155, 155, 155, 0.1);
	-webkit-mask: url(/assets/images/background/bg-logo.svg) bottom right 67px /332px no-repeat;
	mask: url(/assets/images/background/bg-logo.svg) bottom right 67px /332px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.manager-header_img {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 140px;
	margin-right: 32px;
}
.manager-header_img img {
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}
.manager-header_status {
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	color: #fff;
	text-transform: lowercase;
	border-radius: 5px;
	background-color: #45D213;
	padding: 2px 12px;
	margin-top: -10px;
}
.manager-header_name {
	text-align: center;
	margin-bottom: 4px;
}
.manager-header_job {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	color: #555;
	display: block;
	text-align: center;
}
.manager-header_contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
}
.manager-header_btn {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	color: #070707;
	text-align: center;
	display: inline-block;
	max-width: 220px;
	border: 1px solid rgba(85, 85, 85, 0.20);
	border-radius: 10px;
	padding: 8px 24px;
	margin-bottom: 8px;
	cursor: pointer;
}
.manager-header_btn.dark {
	color: #fff;
	border-color: #AD0101;
	background-color: #AD0101;
}
.manager-header_contacts .email {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
	color: #070707;
	margin-bottom: 12px;
}
.manager-header_social {
	display: flex;
}
.manager-header_social .item {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	background-color: #AD0101;
	margin-left: 2px;
}
.manager-header_social .item.fb {
	-webkit-mask: url('/assets/images/elements/facebook.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/facebook.svg') center center /contain no-repeat;
}
.manager-header_social .item.inst {
	-webkit-mask: url('/assets/images/elements/instagram.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/instagram.svg') center center /contain no-repeat;
}
.manager-header_social .item.tg {
	-webkit-mask: url('/assets/images/elements/telegram.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/telegram.svg') center center /contain no-repeat;
}
.manager-detail-page .object-list {
	padding-bottom: 48px;
}
/*Contacts page*/
.contacts-page .page_content {
	position: relative;
}
.contacts-page .page_content:before {
	content: "";
	display: block;
	background-color: rgba(155, 155, 155, 0.1);
	-webkit-mask: url(/assets/images/background/bg-logo.svg) center center /contain no-repeat;
	mask: url(/assets/images/background/bg-logo.svg) center center /contain no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.contacts-page_text {
	font-size: 14px;
	max-width: 460px;
	margin-bottom: 24px;
}
.contacts-page_text h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.4;
	color: #070707;
	display: block;
	margin: 0 0 8px;
}
.contacts-info {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.36;
	color: #070707;
}
.contacts-info_row {
	display: flex;
	margin-bottom: 6px;
}
.contacts-info_row.separator {
	margin-bottom: 14px;
}
.contacts-info_title {
	max-width: 104px;
	padding-right: 12px;
}
.contacts-info table {
	margin-bottom: 24px;
}
.contacts-info table td {
	padding-right: 12px;
	padding-bottom: 4px;
}
.contacts-info .social-links_item {
	background-color: #AD0101;
}
.contacts-info .social-links_item.tg {
	-webkit-mask: url(/assets/images/elements/telegram.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/telegram.svg) center center /contain no-repeat;
}
.feedback-form {
	max-width: 348px;
}
/*About us page*/
.about-page_text h2 {
	font-size: 18px;
	margin: 0 0 8px;
}
.about-page_text img {
	display: block;
	border-radius: 10px;
	margin-top: 32px;
	margin-bottom: 32px;
}
/*Services Home Page*/
.service-card {
	display: flex;
	flex-direction: column;
	max-width: 387px;
	border-radius: 10px;
	background-color: #fff;
	padding: 12px 12px 24px;
	margin: 0 auto;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.service-card_img {
	border-radius: 10px;
	margin-bottom: 16px;
	overflow: hidden;
}
.service-card_title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #30304A;
	margin-bottom: 8px;
}
.service-card_descr {
	color: #292B2F;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 72px;
	margin-bottom: 16px;
	overflow: hidden;
}
.service-card_more {
	color: #AD0101;
	text-align: right;
	padding-right: 32px;
	position: relative;
}
.service-card_more:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #AD0101;
	-webkit-mask: url('/assets/images/elements/arrow-circle-right.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/arrow-circle-right.svg') center center /contain no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
/*District home page*/
.district-page {
	overflow-x: hidden;
}
.district-map {
	width: 100%;
	height: 772px;
	border-radius: 8px 0 0 8px;
	overflow: hidden;
}
@media (min-width: 1903px) {
	.district-map {
		_width: 1551px;
	}
}
@media (min-width: 1921px) {
	.district-map {
		width: 1560px;
		width: 1500;
		margin-left: -150px;
	}
}
.property {
	width: 50px;
	height: 50px;
	position: relative;
}
.property_icon {
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
}
.property_icon:before, .property_icon:after {
	content: "";
	width: 50px;
	height: 50px;
	background: url('/assets/images/elements/map-marker.svg') center center /contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.property_icon:after {
	background: url('/assets/images/elements/map-marker-active.svg') center center /contain no-repeat;
	opacity: 0;
}
.property.highlight .property_icon:before {
	opacity: 0;
}
.property.highlight .property_icon:after {
	opacity: 1;
}
.property_detail {
	display: none;
	width: 490px;
	background-color: #fff;
	border-radius: 10px;
	padding: 12px 32px 12px 12px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.property.highlight .property_detail {
	display: flex;
}
.property_btn {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #9B9B9B;
	-webkit-mask: url('/assets/images/elements/x.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/x.svg') center center /contain no-repeat;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
	cursor: pointer;
	transition: background-color .2s;
}
.property_detail img {
	max-width: 160px;
	border-radius: 10px;
	margin-right: 12px;
}
.property_type {
	font-size: 12px;
	line-height: 1.2;
	color: #30304A;
	display: block;
	margin-bottom: 4px;
}
.property_title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #30304A;
	display: block;
	margin-bottom: 12px;
}
.property_prices {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.property_prices strong {
	font-size: 18px;
	line-height: 1.2;
	color: #AD0101;
	margin-right: 8px;
}
.property_prices small {
	font-size: 12px;
	line-height: 1.2;
	color: #9B9B9B;
	margin-right: 16px;
}
@media (max-width: 575.98px) {
	.property_detail {
		width: 290px;
	}
	.property_detail img {
		max-width: 80px;
	}
	.property_title {
		font-size: 12px;
	}
	.property_prices strong {
		font-size: 16px;
	}
}
/*Profile home page*/
.welcome-text {
	font-size: 14px;
	max-width: 460px;
}
.welcome-text h2, .profile-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4;
	color: #070707;
	display: block;
	margin: 0 0 8px;
}
.user-picture {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
.user-picture img {
	display: block;
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 24px;
}
.user-picture_btn {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #070707;
	text-align: center;
	display: inline-block;
	min-width: 200px;
	background-color: #fff;
	border: 1px solid rgba(85, 85, 85, 0.20);
	border-radius: 10px;
	padding: 8px 12px;
	cursor: pointer;
}
.user-status {
	margin-bottom: 28px;
}
.user-status_title {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	color: #070707;
	margin-bottom: 8px;
}
.user-status_btn {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	color: #fff;
	display: flex;
	min-width: 192px;
	background-color: #555;
	border: 1px solid #555;
	border-radius: 50px;
	position: relative;
	z-index: 1;
}
.user-status_btn:before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background-color: #AD0101;
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: translateX(100%);
	transition: background-color .35s, transform .35s;
}
.user-status_btn.active:before {
	background-color: #45D213;
	transform: translateX(0);
}
.user-status_btn .btn-inner {
	width: 50%;
	padding: 7px;
}
.user-money {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.user-money_val {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #070707;
	margin-bottom: 8px;
}
.user-money_link {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #AD0101;
}
.user-form {
	padding-left: 40px;
}
.user-form .control-row, .user-form .btn, .control-row--phone .control-row_input {
	max-width: 348px;
}
.user-form .control-row--phone {
	max-width: 388px;
	padding-left: 40px;
	margin-left: -40px;
}
.control-row--phone:first-child {
	padding-bottom: 28px;
}
.phone-radiobtn {
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: 1px solid rgba(155, 155, 155, 0.30);
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 10px;
	cursor: pointer;
}
.control-row--phone:first-child .phone-radiobtn {
	bottom: 36px;
}
.phone-radiobtn:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #AD0101;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	transform: scale3d(0,0,0);
	transition: transform .35s;
}
.control-row--phone.active .phone-radiobtn:before {
	transform: scale3d(1,1,1);
}
.add-phone-btn {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	color: #AD0101;
	position: absolute;
	left: 40px;
	bottom: 0;
}
.remove-phone-btn {
	width: 32px;
	height: 32px;
	margin-left: 16px;
	position: relative;
}
.remove-phone-btn:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #9B9B9B;
	-webkit-mask: url('/assets/images/elements/x-circle.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/x-circle.svg') center center /contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color .35s;
}
.remove-phone-btn:hover:before {
	background-color: #AD0101;
}
.control-row--phone .input-wrapper {
	display: flex;
	align-items: center;
}
.control-row--phone .input-wrapper.main {
	flex-direction: column;
	align-items: flex-start;
}
.control-row--phone .input-wrapper.main {
	flex: 0 0 auto;
}
/*Profile money page*/
.balance-info {
	padding-top: 22px;
	padding-bottom: 44px;
}
.balance-info_title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.375;
	color: #070707;
	margin-right: 24px;
}
.balance-info_val {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #AD0101;
}
.balance-info_val small {
	font-size: 14px;
}
.balance-history {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	border-collapse: collapse;
}
.balance-history td {
	padding-bottom: 8px;
}
.balance-history_date {
	color: #9B9B9B;
	padding-right: 32px;
}
/*Place ad page*/
.ad-form .section-separator {
	margin: 48px auto;
}
.ad-form .checkbox-row {
	padding-top: 2px;
	padding-left: 36px;
}
.ad-form .checkbox-row_label:before, .ad-form .checkbox-row_label:after {
	width: 24px;
	height: 24px;
}
.ad-form .checkbox-row_label:after {
	background-size: 16px
}
.ad-form .agreement-group {
	padding-top: 75px;
	padding-top: 25px;
}
.category-select {
	display: flex;
	flex-wrap: wrap;
	margin: -8px -2px 20px;
}
.category-select_item {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	color: #555;
	background-color: #fff;
	border: 1px solid rgba(85, 85, 85, 0.20);
	border-radius: 10px;
	padding: 8px 16px;
	margin: 8px 2px 0;
	cursor: pointer;
	transition: border-color .35s, color .35s, background-color .35s;
}
.category-select_item.active {
	color: #fff;
	background-color: #AD0101;
	border-color: #AD0101;
}
.radio-group--offer {
	margin-bottom: 40px;
}
.ad-info-row {
	max-width: calc(895px + var(--bs-gutter-x));
}
.ad-info-row_col {
	width: 285px;
}
.ad-info-row .control-row_textarea {
	__min-height: 270px;
}
.ad-info-row .control-row--text {
	margin-bottom: 32px;
}
.price-row {
	margin-bottom: 32px;
}
.price-row_inner {
	display: flex;
	background-color: #fff;
	border: 1px solid rgba(155, 155, 155, 0.30);
	border-radius: 10px;
	justify-content: space-between;
	width: 155px;
}
.price-row_input, .price-row_select {
	height: 44px;
	border: none;
}
.price-row_input {
	flex: 1 0 0;
	padding-right: 8px;
}
.price-row_select {
	flex: 0 0 auto;
	width: auto;
	padding-left: 8px;
}
.map-search-wrapper {
	display: flex;
	align-items: flex-end;
	margin-bottom: 32px;
}
.place-marker-button {
	width: 46px;
	height: 46px;
	padding: 0;
	position: relative;
}
.place-marker-button:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-mask: url('/assets/images/elements/map-pin.svg') center center /24px no-repeat;
	mask: url('/assets/images/elements/map-pin.svg') center center /24px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.object-select {
	width: 100%;
	height: 716px;
	border-radius: 10px;
}
.add-photo {
	padding-top: 8px;
	padding-bottom: 8px;
}
.add-photo_btn {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #555;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 200px;
	border: 1px solid rgba(85, 85, 85, 0.20);
	border-radius: 10px;
	background-color: #fff;
	padding: 8px 16px;
	transition: border-color .35s;
	position: relative;
	cursor: pointer;
}
.add-photo_btn input[type="file"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.add-photo_note {
	font-size: 14px;
	max-width: 460px;
	padding-left: 22px;
}
.add-photo_preview img {
	width: 64px;
	height: 64px;
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
}
.add-photo_preview .remove-btn {
	width: 24px;
	height: 24px;
	background-color: #fff;
	-webkit-mask: url('/assets/images/elements/x-circle.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/x-circle.svg') center center /contain no-repeat;
	position: absolute;
	top: 4px;
	right: 4px;
	transition: background-color .35s;
}
/*Agent Profile home page*/
.agent-home-page .header, .agent-home-page .side-widget, .agent-home-page .footer {
	display: none;
}
.user-footer {
	flex: 0 0 auto;
	background: url('/assets/images/background/bg-footer-user.webp') center center /cover no-repeat;
	padding: 13px 0;
}
.user-footer_name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #FFF;
	margin-bottom: 4px;
}
.user-footer_link {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #449FE1;
}
.user-footer_copy {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	color: #FFF;
}
.user-header {
	flex: 0 0 auto;
	background-color: #FFF;
	padding: 8px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
	position: sticky;
	top: 0;
	z-index: 105;
}
.user-header_container {
	display: flex;
	align-items: center;
	max-width: 1920px;
	margin: 0 auto;
}
.user-header_user {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	color: #555;
	display: flex;
	align-items: center;
	flex: 1 0 0;
}
.user-header_user img {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 16px;
}
.user-header_user strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #070707;
	display: flex;
	margin-bottom: 2px;
}
.user-header_actions {
	display: flex;
}
.user-header_actions > li {
	display: flex;
	position: relative;
}
.user-header_actions > li:after {
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	background-color: rgba(155, 155, 155, 0.50);
	position: absolute;
	top: calc(50% - 12px);
	right: 0;
}
.user-header_actions > li:last-child:after {
	display: none;
}
.user-header_actions .item {
	font-size: 15px;
	line-height: 1.6;
	color: #555;
	padding: 12px 16px 12px 40px;
	position: relative;
}
.user-header_actions .item:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #555;
	position: absolute;
	top: calc(50% - 12px);
	left: 16px;
}
.user-header_actions .dot {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #45D213;
	position: absolute;
	top: 10px;
	right: 12px;
	opacity: 0;
}
.user-header_actions .new .dot {
	opacity: 1;
}
.user-header_actions .item.money {
	font-weight: 600;
	padding-left: 48px;
}
.user-header_actions .item.money:before {
	-webkit-mask: url('/assets/images/elements/Wallet.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/Wallet.svg') center center /contain no-repeat;
}
.user-header_actions .item.notifications:before {
	-webkit-mask: url('/assets/images/elements/bell-ring.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/bell-ring.svg') center center /contain no-repeat;
}
.user-header_actions .item.messages:before {
	-webkit-mask: url('/assets/images/elements/ChatCircleText.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/ChatCircleText.svg') center center /contain no-repeat;
}
.user-header_actions .item.favorites:before {
	-webkit-mask: url('/assets/images/elements/heart.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/heart.svg') center center /contain no-repeat;
}

/*.user-header_actions .item.outlink:before {
 -webkit-mask: url('/assets/images/elements/chrome-outline.svg') center center /contain no-repeat;
 mask: url('/assets/images/agent/chrome-outline.svg') center center /contain no-repeat;
 }*/
.user-header_actions .item.outlink:before {
	-webkit-mask: url('/assets/images/elements/earth.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/earth.svg') center center /contain no-repeat;
}

.user-header_actions .item.notifications:after, .user-header_actions .item.messages:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #555;
	position: absolute;
	top: calc(50% - 12px);
	left: 16px;
	opacity: 0;
}
.user-header_actions .item.notifications:after {
	background: url('/assets/images/elements/BellRinging_filled.svg') center center /contain no-repeat;
}
.user-header_actions .item.messages:after {
	background: url('/assets/images/elements/ChatCircleText_filled.svg') center center /contain no-repeat;
}
.user-header_actions .item.notifications.active:after, .user-header_actions .item.messages.active:after {
	opacity: 1;
}
.user-header_actions .item.lang {
	padding-left: 16px;
}
.user-header_actions .item.lang:before {
	display: none;
}
.notif-container {
	width: 464px;
	max-width: 100%;
	border-bottom: 1px solid rgba(155, 155, 155, 0.50);
	border-left: 1px solid rgba(155, 155, 155, 0.50);
	border-radius: 0px 0px 0px 10px;
	background: #F5F5F5;
	position: fixed;
	top: 64px;
	right: 0;
	visibility: hidden;
}
.user-header_actions .notifications.active + .notif-container, .user-header_actions .messages.active + .notif-container {
	visibility: visible;
}

.notif-container_item strong {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	color: #070707;
	display: block;
	padding-left: 20px;
	margin-bottom: 8px;
	position: relative;
}
.notif-container_item strong:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #070707;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 8px;
}
.notif-container_item strong:last-child {
	margin-bottom: 0;
}

.obj-short {
	display: flex;
}
.obj-short img {
	max-width: 54px;
	border-radius: 4px;
	margin-right: 8px;
}
.obj-short_cat {
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2;
	color: #555;
	display: block;
}
.obj-short_title {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	color: #222;
	display: block;
}

.user-header_logout {
	flex: 0 0 auto;
	height: 48px;
	width: 56px;
	background-color: #555;
	-webkit-mask: url('/assets/images/elements/SignOut.svg') center center /24px no-repeat;
	mask: url('/assets/images/elements/SignOut.svg') center center /24px no-repeat;
	margin-left: 24px;
}
.user-menu {
	width: 260px;
	height: calc(100vh - 60px);
	background-color: #fff;
	padding: 24px 16px 0px;
	position: fixed;
	top: 64px;
	left: -260px;
	z-index: 100;
	overflow-y: auto;
	transition: left .2s;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.user-menu::-webkit-scrollbar {
	width: 4px;
}
.user-menu::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 2px;
	transition: .3s ease-out;
}
.user-menu::-webkit-scrollbar-track {
	background: #eee;
	border-radius: 2px;
}
.user-menu.is-visible {
	left: 0;
}
.user-menu .header_btn {
	width: 100%;
}
@media (max-width: 575px) {
	.user-header_user img {
		width: 36px;
		height: 36px;
		margin-right: 12px;
	}
	.user-menu .header_btn {
		margin: 0;
	}
}
.user-menu_item {
	margin-bottom: 20px;
}
.user-menu_title {
	color: #555;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	padding: 3px 24px 0 36px;
	position: relative;
	cursor: pointer;
	transition: margin-bottom .2s
}
.user-menu_title.active {
	color: #070707
}
.user-menu_item.active .user-menu_title {
	margin-bottom: 20px;
}
.user-menu_title:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #555;
	position: absolute;
	top: 0;
	left: 0;
}
.user-menu_title:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #555;
	-webkit-mask: url('/assets/images/elements/caret-right.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/caret-right.svg') center center /contain no-repeat;
	position: absolute;
	top: 4px;
	right: 0;
	transition: transform .2s
}
a.user-menu_title:after {
	display: none;
}
.user-menu_item.active .user-menu_title:after {
	transform: rotate(90deg);
}
.user-menu_title.obj:before {
	-webkit-mask: url('/assets/images/elements/HouseLine.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/HouseLine.svg') center center /contain no-repeat;
}
.user-menu_title.deals:before {
	-webkit-mask: url('/assets/images/elements/MegaphoneSimple.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/MegaphoneSimple.svg') center center /contain no-repeat;
}
.user-menu_title.notifications:before {
	-webkit-mask: url('/assets/images/elements/bell-ring.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/bell-ring.svg') center center /contain no-repeat;
}
.user-menu_title.messages:before {
	-webkit-mask: url('/assets/images/elements/ChatCircleText.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/ChatCircleText.svg') center center /contain no-repeat;
}
.user-menu_title.money:before {
	-webkit-mask: url('/assets/images/elements/Wallet.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/Wallet.svg') center center /contain no-repeat;
}
.user-menu_title.myobj:before {
	-webkit-mask: url('/assets/images/elements/myobj.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/myobj.svg') center center /contain no-repeat;
}
.user-menu_title.mycalendar:before {
	-webkit-mask: url('/assets/images/elements/mycalendar.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/mycalendar.svg') center center /contain no-repeat;
}
.user-menu_title.residence:before {
	-webkit-mask: url('/assets/images/elements/BuildingOffice.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/BuildingOffice.svg') center center /contain no-repeat;
}
a.user-menu_title.money:after {
	content: attr(data-money);
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	display: block;
	height: auto;
	width: auto;
	background-color: #888;
	padding: 1px 2px;
	border-radius: 4px;
	-webkit-mask: none;
	mask: none;
	top: 3px;
}
.user-menu_title.favorites:before {
	-webkit-mask: url('/assets/images/elements/heart.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/heart.svg') center center /contain no-repeat;
}
.user-menu_title.settings:before {
	-webkit-mask: url('/assets/images/elements/Gear.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/Gear.svg') center center /contain no-repeat;
}
.user-menu_title.expired:before {
	-webkit-mask: url('/assets/images/elements/time.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/time.svg') center center /contain no-repeat;
}

.user-menu_title.menunotices:before {
	-webkit-mask: url('/assets/images/elements/bell-ring.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/bell-ring.svg') center center /contain no-repeat;
}

.user-menu_title.company:before {
	-webkit-mask: url('/assets/images/elements/case.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/case.svg') center center /contain no-repeat;
}

.user-menu_hidden {
	max-height: 0;
	overflow: hidden;
}
.user-menu_item.active .user-menu_hidden {
	max-height: 600px;
	animation: showScrollbar .2s forwards;
	animation-delay: .2s;
}
@keyframes showScrollbar {
100% {
overflow-y: auto;
}
}
.user-menu_link {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #555;
	display: block;
	padding: 4px 0;
	margin-left: 36px;
	margin-bottom: 14px;
}
.user-menu_link.active {
	color: #070707
}
.agent-home-page .page_title {
	font-size: 18px;
	margin-bottom: 16px;
}
.agent-home-page .filter-row {
	padding-right: 0;
}
.agent-home-page .filter-row:after {
	right: 12px;
	bottom: 12px;
}
.agent-home-page .filter-row_input {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 32px;
}
.agent-home-page .filter-row_hidden {
	width: 100%;
	z-index: 6;
}
.agent-home-page .checkbox-row_label {
	color: #555;
	font-weight: 500;
}
.filter-row.input-filter:after {
	display: none;
}

.range-inputs {
	display: flex;
	align-items: center;
}
.range-inputs input {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	color: #555;
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid rgba(155, 155, 155, 0.50);
	border-radius: 10px;
	outline: none;
	background: #fff;
	padding: 0 12px;
}
.range-inputs input::placeholder {
	color: #9B9B9B;
}
.range-inputs span {
	font-weight: 600;
	color: #9B9B9B;
	padding: 0 2px;
}
.special-btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: -4px -4px 0;
}
.special-btn {
	color: #555;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	display: inline-block;
	background-color: #F9F9F9;
	border: 1px solid rgba(155, 155, 155, 0.50);
	border-radius: 4px;
	padding: 4px 12px 4px 32px;
	margin: 4px 4px 0;
	position: relative;
}
.special-btn.active {
	border-color: #AD0101;
	box-shadow: 2px 2px 10px 0px rgba(173, 1, 1, 0.10) inset;
}
.special-btn:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 100%;
	background-color: #555;
	position: absolute;
	top: 0;
	left: 12px;
}
.special-btn.good-price:before {
	-webkit-mask: url(/assets/images/elements/ThumbsUp.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/ThumbsUp.svg) center center /contain no-repeat;
}
.special-btn.excl:before {
	-webkit-mask: url(/assets/images/elements/Diamond.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/Diamond.svg) center center /contain no-repeat;
}
.special-btn.hot-price:before {
	-webkit-mask: url(/assets/images/elements/Fire.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/Fire.svg) center center /contain no-repeat;
}
.benefits-wrapper .checkbox-row {
	border-radius: 5px;
	padding-left: 30px;
	padding-right: 4px;
}
.benefits-wrapper .checkbox-row.active {
	background-color: #F9F9F9;
	background-color: rgba(155, 155, 155, 0.10);
}
.benefits-wrapper .checkbox-row_label:before, .benefits-wrapper .checkbox-row_label:after {
	left: 4px;
}
.show-obj-btn {
	min-width: 285px;
	background: #AD0101;
	padding-top: 13px;
	padding-bottom: 13px;
}
.filter-result {
	padding-top: 40px;
}
.filter-result_header {
	display: flex;
	align-items: center;
	background-color: rgba(155, 155, 155, 0.10);
	border-radius: 10px;
	padding: 8px 12px;
	margin-bottom: 24px;
}
.filter-result_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #070707;
	margin: 0;
}
.agent-home-page .view-selector {
	margin-bottom: 0;
}
.agent-home-page .view-selector_item {
	margin: 0 12px;
}
.agent-home-page .view-selector_item:last-child {
	margin-right: 0;
}
.agent-home-page .view-selector_item.active {
	font-weight: 400;
}

.view-container[data-view="list"] .object-wrapper {
	width: 100%;
}
.view-container[data-view="list"] .object-card, .view-container[data-view="grid"] .object-row, .view-container[data-view="list"] .district-map, .view-container[data-view="grid"] .district-map, .view-container[data-view="map"] .object-card, .view-container[data-view="map"] .object-row {
	display: none;
}
.view-container[data-view="list"] .object-row, .view-container[data-view="grid"] .object-card, .view-container[data-view="map"] .district-map {
	display: flex;
}
.view-container[data-view="map"] {
	--bs-gutter-y: 0;
}
/*
 .object-card_labels {
 position: absolute;
 top: 8px;
 z-index: 5;
 }
 .object-card_labels.p-left {
 left: 8px;
 }
 .object-card_labels.p-right {
 right: 8px;
 }
 .object-card_labels .label {
 font-size: 12px;
 font-weight: 600;
 line-height: 1;
 color: #222;
 flex: 0 0 auto;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 34px;
 height: 34px;
 border-radius: 50%;
 background-color: rgba(255, 255, 255, 0.70);
 position: relative;
 }
 .object-card_labels .label:after {
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 }
 .object-card_labels .label small {
 font-size: 10px;
 }
 .object-card_labels .label.good:after {
 background: url('/assets/images/elements/ThumbsUp.svg') center center /24px no-repeat;
 }
 .object-card_labels .label.excl:after {
 background: url('/assets/images/elements/Diamond.svg') center center /24px no-repeat;
 }
 .object-card_labels .label.hot:after {
 background: url('/assets/images/elements/Fire.svg') center center /24px no-repeat;
 }
 .object-card_labels .object-card_fav {
 position: relative;
 top: 0;
 right: 0;
 }
 .object-card_labels .label.prcnt {
 background-color: rgba(255, 255, 255, 0.80);
 }
 .object-card.agent .object-card_options {
 margin-bottom: 28px;
 }*/
.swiper.object-card_crsl {
	width: calc(100% + 16px);
	height: 182px;
	border-radius: 10px 10px 0px 0px;
	margin-left: -8px;
	margin-right: -8px;
	z-index: 1;
}
.object-card.agent .object-card_crsl img {
	width: 100%;
}
.object-card_label {
	color: #222;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	position: absolute;
	z-index: 5;
}
.object-card_label.p-top-left {
	top: 8px;
	left: 8px;
}
.object-card_label.p-bottom-left {
	bottom: 8px;
	right: 8px;
}
.object-card_label small {
	font-size: 10px;
}
.object-card_label.percent {
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.80);
	border-radius: 50%;
	padding: 12px 4px;
}
.object-card_label .color-label {
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: -0.24px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 4px;
	padding: 4px 8px;
}
.swiper.object-card_crsl .swiper-pagination {
	--swiper-pagination-bottom: 10px;
	--swiper-pagination-bullet-size: 6px;
	--swiper-pagination-color: rgba(255, 255, 255, 0.80);
	--swiper-pagination-bullet-inactive-color: #555;
	position: absolute !important;
}
.swiper.object-card_crsl .swiper-pagination-bullet {
	border: none;
}

.object-card_footer {
	display: flex;
	margin-top:10px;
	    margin-bottom: -20px;
}
.object-card_footer .agent-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #222;
	margin-bottom: 4px;
}
.object-card_footer .agent-phone {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #449FE1;
}
.object-card_footer .agent-date {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	color: #555;
	padding-top: 2px;
}
.object-card_footer .progress-bar .track {
	margin-bottom: 10px;
}
.object-card_footer .progress-bar .label {
	text-align: left;
}
.object-card_action {
	display: flex;
	flex: 0 0 40px;
	height: 40px;
	background-color: rgba(223, 228, 207, 0.40);
	border-radius: 4px;
	position: relative;
}
.object-card_action:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #30304A;
	-webkit-mask: url(/assets/images/elements/Pencil.svg) center center /22px no-repeat;
	mask: url(/assets/images/elements/Pencil.svg) center center /22px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 575.98px) {
	.object-card .object-card_fav {
		border: 5px solid transparent;
		width: 44px;
		height: 44px;
	}
}

.detail-card_fav.active:after {
	background-color: #AD0101;
	-webkit-mask: url(/assets/images/elements/heart-filled.svg) center center /24px no-repeat;
	mask: url(/assets/images/elements/heart-filled.svg) center center /24px no-repeat;
}

.view-container {
	display: none;
}
.view-container.active {
	display: block;
}
.list-container {
	width: 100%;
}
.list-container .checkbox-col {
	width: 34px;
}
.list-container .photo-col {
	width: 94px;
}
.list-container .price-col {
	width: 102px;
}
.list-container .comm-col {
	width: 102px;
}
.list-container .descr-col {
	width: 335px;
}
.list-container .param-col {
	width: 275px;
}
.list-container .date-col {
	width: 140px;
}
.list-container_header th {
	height: 54px;
	background-color: rgba(155, 155, 155, 0.10);
	padding: 12px 6px;
}
.list-container_header th:first-child {
	border-radius: 10px 0 0 10px;
	padding-left: 12px;
}
.list-container_header th:last-child {
	border-radius: 0 10px 10px 0;
	padding-right: 12px;
}
.checkbox-single {
	display: flex;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid rgba(155, 155, 155, 0.50);
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}
.checkbox-single_input {
	position: absolute;
	visibility: hidden;
}
.checkbox-single_label {
	width: 100%;
	height: 100%;
	position: relative;
}
.checkbox-single_label:before, .checkbox-single_label:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(/assets/images/elements/check.svg) center center /12px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.checkbox-single_label:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #AD0101;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.checkbox-single_input:checked + .checkbox-single_label:before, .checkbox-single_input[value="partial"]:checked + .checkbox-single_label:after {
	opacity: 1;
}
.checkbox-single_input[value="partial"]:checked + .checkbox-single_label:before, .checkbox-single_input:checked + .checkbox-single_label:after {
	opacity: 0;
}
.list-container_title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #070707;
}
.object-row {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
	--bs-gutter-x: 12px;
	padding-bottom: 28px;
	position: relative;
}
.object-row:after {
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background-color: rgba(155, 155, 155, 0.10);
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.object-row .checkbox-single {
	margin-top: 20px;
}
.object-row > td {
	vertical-align: top;
	padding: 16px 6px 20px;
}
.object-row > td:first-child {
	padding-left: 12px;
}
.object-row > td:last-child {
	padding-right: 12px;
}
.object-row_img {
	display: block;
	width: 92px;
	border-radius: 4px;
	margin-bottom: 4px;
	overflow: hidden;
}/*

 .object-row_labels {
 display: flex;
 margin: 0 -3px;
 }
 .object-row_labels .label {
 width: 23px;
 height: 23px;
 margin: 0 3px;
 }
 .object-row_labels .label.good {
 background: url('/assets/images/elements/ThumbsUp.svg') center center /contain no-repeat;
 }
 .object-row_labels .label.excl {
 background: url('/assets/images/elements/Diamond.svg') center center /contain no-repeat;
 }
 .object-row_labels .label.hot {
 background: url('/assets/images/elements/Fire.svg') center center /contain no-repeat;
 }*/

.object-row_label {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.24px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 4px;
	padding: 4px 8px;
}
.object-row_prices {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #9B9B9B;
	text-align: left;
	display: inline-block;
	padding-top: 6px;
}
.object-row_prices strong {
	font-weight: 400;
	line-height: 1.6;
	color: #555;
	display: block;
	margin-bottom: 4px;
}
.object-row .comm-col {
	padding-top: 30px;
}
.object-row_title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #222;
	display: block;
	max-width: 285px;
	margin-bottom: 16px;
}
.object-row_map {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.333;
	color: #9B9B9B;
	padding-left: 18px;
	position: relative;
}
.object-row_map:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #AD0101;
	-webkit-mask: url('/assets/images/elements/map-pin.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/map-pin.svg') center center /contain no-repeat;
	position: absolute;
	top: 1px;
	left: 0;
}
.object-row .param-col table td {
	padding: 0 3px;
}
.object-row_btns {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
	text-align: left;
	display: inline-block;
	padding: 2px 0 1px 28px;
	margin-bottom: 8px;
	position: relative;
	will-change: transform;
}
.object-row_btns:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #888;
	position: absolute;
	top: 0;
	left: 0;
}
.object-row_btns.fav:before {
	-webkit-mask: url(/assets/images/elements/heart.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/heart.svg) center center /contain no-repeat;
}
.object-row_btns.active.fav:before {
	-webkit-mask: url(/assets/images/elements/heart-filled.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/heart-filled.svg) center center /contain no-repeat;
}
.object-row_btns.edit:before {
	-webkit-mask: url(/assets/images/elements/Pencil.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/Pencil.svg) center center /contain no-repeat;
}
.object-row_btns.viewpage:before {
	-webkit-mask: url(/assets/images/elements/share.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/share.svg) center center /contain no-repeat;
}

.object-row_btns.msg:before {
	-webkit-mask: url(/assets/images/elements/msg.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/msg.svg) center center /contain no-repeat;
}

.btn-clear {
	cursor: pointer;
}
.btn-clear::selection {
	background: transparent;
}

.ilt-comlogo {
	_border: 1px solid #ced4da;
	height: 24px;
	height: 36px;
}

.object-row .progress-bar {
	max-width: 100%;
}
.progress-bar {
	width: 180px;
	padding-top: 2px;
}
.progress-bar .track {
	width: 100%;
	height: 12px;
	background: url('/assets/images/elements/progress-bar.svg') center center /contain no-repeat;
	margin-bottom: 16px;
	position: relative;
}
.progress-bar .track:after {
	content: attr(data-step);
	color: #FFF;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	display: block;
	width: 16px;
	height: 16px;
	/*
	 background-color: #fff;
	 border: 5px solid #AD0101;*/
	background-color: #AD0101;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 8px);
	left: calc(var(--progr-step) * (100% / 9) );
	transform: translateX(3px)
}
.progress-bar .label {
	color: #AD0101;
	font-size: 13px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	display: block;
}
.list-container.list-deal .descr-col {
	width: 210px;
}
.list-container.list-deal .param-col {
	width: 172px;
}
.list-container.list-deal .agent-col {
	width: 114px;
}
.list-container.list-deal .agent-col a {
	font-weight: 600;
	line-height: 1.2;
	color: #95ADBF;
}
.list-container.list-deal .deal-col {
	width: 156px;
}
.agent-home-page .pagination-wrap {
	margin-top: 28px;
}
.agent-home-page .page_content {
	padding-left: 0;
}
.object-header {
	padding-bottom: 24px;
	margin-bottom: 32px;
	position: relative;
}
.object-header:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: rgba(155, 155, 155, 0.10);
	border-radius: 10px;
	position: absolute;
	top: 100%;
	left: 0;
}
.object-header_img {
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 8px;
}
.object-header_btns {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
	display: inline-block;
	padding: 1px 0 1px 28px;
	position: relative;
}
.object-header_btns:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #888;
	position: absolute;
	top: 0;
	left: 0;
}
.object-header_btns.edit:before {
	-webkit-mask: url(/assets/images/elements/Pencil.svg) center center /contain no-repeat;
	mask: url(/assets/images/elements/Pencil.svg) center center /contain no-repeat;
}
.object-header_cat {
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.6;
	color: #449FE1;
	margin-bottom: 4px;
}
.object-header_title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #070707;
	max-width: 260px;
	margin-bottom: 12px;
}
.object-header_price {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #AD0101;
	margin-bottom: 16px;
}
.object-header_type {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
}
.object-header table {
	font-size: 13px;
}
.object-header table td {
	padding: 0 8px;
}
.object-header .radio-group {
	--bs-gutter-x: 0;
	--bs-gutter-y: 6px;
}
.radio-group_title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #070707;
	padding-bottom: 4px;
}
.obj-actions-nav {
	margin-bottom: 40px;
	position: relative;
}
.obj-actions-nav:before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	border-radius: 10px;
	background-color: #F5F5F5;
	position: absolute;
	top: 19px;
	left: 0;
	z-index: -1;
}
.obj-actions-nav .step {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	color: #555;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #F5F5F5;
	margin-bottom: 12px;
}
/*
 .obj-actions-nav .active .step {
 color: #fff;
 background-color: #AD0101;
 }*/
.popup-body.map-popup {
	height: 500px;
	padding: 12px;
	overflow-x: hidden;
}
.map-popup .popup-body_close {
	margin-left: auto;
	position: static;
}
.map-popup_map {
	width: 100%;
	height: 100%;
	max-height: 100%;
}
.obj-actions-nav .title {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: #555;
}
.obj-actions-nav .active .title {
	color: #070707
}
.deal-section:first-child {
	padding-bottom: 60px;
}
.deal-section_head {
	display: flex;
	margin-bottom: 16px;
}
.deal-section_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #070707;
}
.deal-section_btn {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	color: #FFF;
	text-align: center;
	display: inline-block;
	background-color: #070707;
	border: 1px solid rgba(155, 155, 155, 0.50);
	border-radius: 10px;
	padding: 8px 46px 8px 16px;
	position: relative;
}
.deal-section_btn:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url('/assets/images/elements/PlusCircle.svg') center center /contain no-repeat;
	position: absolute;
	top: 8px;
	right: 16px;
}
.deal-table_head {
	display: flex;
	background-color: rgba(155, 155, 155, 0.10);
	border-radius: 10px 10px 0 0;
	padding: 18px 16px;
}
.deal-table_title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: #070707;
}
.deal-table_body {
	border: 1px solid rgba(155, 155, 155, 0.10);
	border-top: none;
	padding: 10px 16px 0;
}
.deal-table_body .empty {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #888;
	text-align: center;
	display: block;
	padding: 18px 0 28px;
}
.deal-row {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(155, 155, 155, 0.10);
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.deal-row:last-child {
	border: none;
	margin-bottom: 0;
}
.deal-row strong {
	font-weight: 600;
}
.deal-row a {
	color: #449FE1;
}
.deal-row_btns {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border: 1px solid rgba(155, 155, 155, 0.50);
	border-radius: 4px;
	margin-left: 6px;
	position: relative;
}
.deal-row_btns:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #555;
	position: absolute;
	top: 0;
	left: 0;
}
.deal-row_btns.edit:after {
	-webkit-mask: url(/assets/images/elements/Pencil.svg) center center /20px no-repeat;
	mask: url(/assets/images/elements/Pencil.svg) center center /20px no-repeat;
}
.deal-row_btns.chat:after {
	-webkit-mask: url(/assets/images/elements/ChatDots.svg) center center /20px no-repeat;
	mask: url(/assets/images/elements/ChatDots.svg) center center /20px no-repeat;
}
.deal-row_btns.remove:after {
	background-color: #BFBFBF;
	-webkit-mask: url(/assets/images/elements/Backspace.svg) center center /20px no-repeat;
	mask: url(/assets/images/elements/Backspace.svg) center center /20px no-repeat;
}

.deal-row_btns.mute:after {
	-webkit-mask: url(/assets/images/elements/hide.svg) center center /20px no-repeat;
	mask: url(/assets/images/elements/hide.svg) center center /20px no-repeat;
}

.deal-form_title {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	color: #070707;
	display: block;
	margin-bottom: 16px;
}
.deal-form .radio-row.small-radio {
	margin-left: 26px;
}
.deal-form .radio-row.small-radio .radio-row_label {
	font-size: 13px;
	font-weight: 400;
}
.deal-form .control-row_label {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	color: #555;
	margin-bottom: 8px;
}
.deal-form .control-row_textarea {
	height: 100px;
}
.deal-form_btn {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	color: #FFF;
	text-align: center;
	display: inline-block;
	min-width: 182px;
	background-color: rgba(7, 7, 7, 0.95);
	border: 1px solid rgba(7, 7, 7, 0.95);
	border-radius: 10px;
	padding: 8px;
}
.deal-log_title {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	color: #070707;
	display: block;
	margin-bottom: 16px;
}
.deal-log_row {
	font-size: 13px;
}
.next-step-btn {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	color: #AD0101;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #AD0101;
	border-radius: 10px;
	padding: 8px 32px;
}
.exclusive-pag .footer {
	display: none;
}
.exclusive-container {
	max-width: calc(426px + 1.5rem);
	padding-top: 40px;
}
.exclusive-page_agent {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid rgba(155, 155, 155, 0.15);
	border-radius: 10px;
	padding: 16px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.exclusive-page_agent img {
	width: 82px;
	height: 82px;
	-o-object-fit: cover;
	object-fit: cover;
}
.exclusive-page_agent strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #070707;
}
.exclusive-page_agent .phone {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #449FE1;
}
.exclusive-page_agent .email {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #555;
}
.exclusive-page .object-card {
	margin-bottom: 16px;
	padding: 0 10px 16px
}
.object-card_gallery .object-card_img {
	display: none;
	border-radius: 10px 10px 0 0;
	margin: 0 -10px;
}
.object-card_gallery .object-card_img.active {
	display: block;
}
.object-card_copy {
	display: flex;
	align-items: center;
	max-width: 48px;
	height: 48px;
	border-radius: 48px;
	background-color: rgba(245, 245, 245, 0.50);
	padding-left: 48px;
	position: absolute;
	top: 16px;
	left: 16px;
	overflow: hidden;
	transition: max-width .2s, padding-right .2s;
}
.object-card_copy:after {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	background-color: #555;
	-webkit-mask: url(/assets/images/elements/Copy.svg) center center /28px no-repeat;
	mask: url(/assets/images/elements/Copy.svg) center center /28px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color .2s
}
.object-card_copy:hover:after {
	background-color: #222;
}
.object-card_copy > * {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2;
	color: #555;
	opacity: 0;
	transition: opacity .2s;
}
.object-card_copy.msg {
	max-width: 100%;
	padding-right: 12px;
}
.object-card_copy.msg > * {
	opacity: 1;
}
.object-card .img-counter {
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #FFF;
	display: block;
	background-color: rgba(7, 7, 7, 0.80);
	border-radius: 8px;
	padding: 10px 12px 10px 38px;
	position: absolute;
	left: 12px;
	bottom: 12px;
}
.object-card .img-counter:before {
	content: "";
	display: block;
	width: 20px;
	height: 100%;
	background: url('/assets/images/elements/Camera.svg') center center /contain no-repeat;
	position: absolute;
	top: 0;
	left: 10px;
}
.object-card_table {
	font-size: 14px;
}
.object-card_table .col {
	border-bottom: 1px dashed #9B9B9B;
	margin: 0 4px 4px;
}
@media (max-width: 991.98px) {
	.object-row {
		padding-top: 12px;
		padding-bottom: 16px;
	}
	.object-row:after {
		height: 1px;
		width: calc(100% - var(--bs-gutter-x));
		background-color: rgba(155, 155, 155, 0.50);
		left: calc(var(--bs-gutter-x) * 0.5)
	}
	.object-row_img .object-row_labels {
		flex-wrap: wrap;
		position: absolute;
		top: 4px;
		left: 4px;
	}
	.object-row_img .object-row_labels .label {
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.2;
		color: #222;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 24px;
		height: 24px;
		background: rgba(255, 255, 255, 0.80);
		border-radius: 50%;
		position: relative;
	}
	.object-row_img .object-row_labels .label:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.object-row_img .object-row_labels .label.good:after {
		background: url('/assets/images/elements/ThumbsUp.svg') center center /16px no-repeat;
	}
	.object-row_img .object-row_labels .label.excl:after {
		background: url('/assets/images/elements/Diamond.svg') center center /16px no-repeat;
	}
	.object-row_img .object-row_labels .label.hot:after {
		background: url('/assets/images/elements/Fire.svg') center center /16px no-repeat;
	}
	.object-row_title {
		margin-bottom: 4px;
	}
	.object-row_btns.custom:before {
		display: none;
	}
	.object-row_details {
		font-size: 12px;
		font-style: italic;
		font-weight: 400;
		line-height: 1.6;
		color: #1A73C5;
		text-decoration: underline;
	}
	.object-row table td:first-child {
		padding-right: 10px;
	}
	.m-list-header {
		border-bottom: 1px solid rgba(155, 155, 155, 0.50);
		padding-bottom: 20px;
	}
	.object-row .agent-col {
		color: #222;
		font-size: 12px;
		font-weight: 400;
		line-height: 1.2;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.object-row .agent-col a {
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.2;
		color: #449FE1;
	}
}
@media (max-width: 575.98px) {
	.object-row_btns {
		width: 32px;
		height: 32px;
		border: 1px solid #888;
		border-radius: 4px;
		background-color: #fff;
		background-position: center center;
		background-size: 20px;
		background-repeat: no-repeat;
		padding: 0;
	}
	.object-row_btns:before {
		width: 20px;
		height: 20px;
		top: 5px;
		left: 5px;
	}
}
@media (min-width: 576px) {
	.manager-header {
		flex-direction: row;
		align-items: flex-start;
	}
	.manager-header_img {
		margin-right: 16px;
	}
	.manager-header_name, .manager-header_job {
		text-align: left;
	}
	.manager-header_contacts {
		flex-wrap: wrap;
		flex-direction: row;
	}
	.manager-header_contacts .email {
		margin-right: 12px;
		margin-bottom: 0;
	}
	.user-status_title {
		margin-right: 24px;
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.manager-header_btn {
		margin-right: 12px;
	}
	.user-home-page_bg {
		position: relative;
	}
	.user-home-page_bg:before {
		content: "";
		display: block;
		background-color: rgba(155, 155, 155, 0.1);
		-webkit-mask-image: url('/assets/images/background/bg-logo.svg');
		mask-image: url('/assets/images/background/bg-logo.svg');
		-webkit-mask-position: 50% 65%;
		mask-position: 50% 65%;
		-webkit-mask-size: 80%;
		mask-size: 80%;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.user-form {
		padding-left: 0;
	}
	.user-form .control-row--phone {
		max-width: 100%;
	}
	.control-row--phone:first-child {
		padding-bottom: 0;
	}
	.control-row--phone:first-child .phone-radiobtn {
		bottom: 10px;
	}
	.add-phone-btn {
		margin-left: 8px;
		position: static;
	}
	.control-row--phone .input-wrapper.main {
		flex-direction: row;
		align-items: center;
	}
	.add-money-page .user-home-page_bg:before {
		-webkit-mask-position: bottom center;
		mask-position: bottom center;
	}
	.user-header_logout {
		margin-left: 52px;
	}
	a.user-menu_title.money:after {
		display: none;
	}
}
@media (min-width: 992px) {
	.control-row--phone .input-wrapper.main {
		flex: 1 0 0;
	}
}
@media (min-width: 1180px) {
	.user-header .menu-btn {
		display: none;
	}
	.user-menu {
		_height: calc(100vh - 134px);
		_border-radius: 0px 0px 10px 10px;
		background-color: rgba(155, 155, 155, 0.10);
		left: 0;
		box-shadow: none;
	}
	.agent-home-page .page_content {
		padding-left: 260px;
	}
	.user-footer {
		width: calc(100% - 260px);
		margin-left: auto;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.ms-xxl-auto {
		margin-left: auto;
	}
}

/*Footer*/
.footer {
	background: url('/assets/images/background/bg-footer.webp') center center /cover no-repeat;
	position: relative;
	z-index: 1;
}
.footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url('/assets/images/background/bg-logo.svg') bottom right 83px /58% no-repeat;
	opacity: 0.05;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.footer_top {
	padding-top: 40px;
	padding-bottom: 30px;
}
.subscribe-box {
	display: flex;
	flex-direction: column;
}
.subscribe-box strong {
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	color: #fff;
	max-width: 372px;
	margin-right: 20px;
	margin-bottom: 12px;
}
.subscribe-box_btn {
	font-size: 16px;
	border: 1px solid #AD0101;
	margin-right: 16px;
	margin-bottom: 10px;
}
.subscribe-box_btn--light {
	border-color: #fff;
	background: transparent;
}
.footer_logo {
	display: block;
	width: 138px;
	height: 138px;
	background: url('/assets/images/elements/logo-animated_in.svg') center center /72px 38px no-repeat;
	position: relative;
	overflow: hidden
}
.footer_logo:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url('/assets/images/elements/logo-animated_out.svg') center center /contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: logoRotate 50s linear infinite;
	animation: logoRotate 50s linear infinite;
}
@-webkit-keyframes logoRotate {
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
@keyframes logoRotate {
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
.footer_main {
	--bs-gutter-y: 24px;
	padding-bottom: 88px;
}
.footer-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #AD0101;
	display: block;
	margin-bottom: 16px;
}
.footer-contacts, .footer-nav {
	display: flex;
	flex-direction: column;
}
.footer-contacts_item {
	font-style: normal;
	color: #D9D9D9;
	padding-left: 28px;
	margin-bottom: 8px;
	position: relative;
	transition: color .35s;
}
.footer-contacts_item:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 3px;
	left: 0;
	transition: background-color .35s;
}
.footer-contacts_item.phone:before {
	-webkit-mask: url('/assets/images/elements/phone-call.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/phone-call.svg') center center /contain no-repeat;
}
.footer-contacts_item.address:before {
	-webkit-mask: url('/assets/images/elements/map-pin.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/map-pin.svg') center center /contain no-repeat;
}
.footer-contacts_item.email:before {
	-webkit-mask: url('/assets/images/elements/envelope-simple.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/envelope-simple.svg') center center /contain no-repeat;
}
.footer-nav_item {
	color: #D9D9D9;
	margin-bottom: 8px;
	transition: color .35s;
}
.footer-nav_item.active {
	color: #AD0101;
}
.footer_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #666;
	padding-top: 24px;
	padding-bottom: 24px;
}
.social-links {
	display: flex;
}
.social-links_item {
	width: 34px;
	height: 34px;
	background-color: #D9D9D9;
	margin-right: 4px;
}
.social-links_item.fb {
	-webkit-mask: url('/assets/images/elements/facebook.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/facebook.svg') center center /contain no-repeat;
}
.social-links_item.inst {
	-webkit-mask: url('/assets/images/elements/instagram.svg') center center /contain no-repeat;
	mask: url('/assets/images/elements/instagram.svg') center center /contain no-repeat;
}
.copyright {
	font-size: 14px;
	line-height: 1;
	color: #999;
}

.object-card_img img {
	width: 100%;
	aspect-ratio: 294 /182;
	-o-object-fit: cover;
	object-fit: cover;
}
.lsf {
	font-size: 13px;
}

.unpublished .object-card_img img {
	filter: saturate(0.3);
	opacity: 0.5;
}
.unpublished:hover .object-card_img img {
	filter: saturate(0.55);
}

.unpublished .object-card_img {
	position: relative;
}
.unpublished .noteplus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.47);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	font-weight: 700;
	text-shadow: 0px 4px 3px rgb(255 255 255 / 40%), 0px 8px 13px rgb(255 255 255 / 10%), 0px 18px 23px rgb(255 255 255 / 10%);
}
.noteplus.note-red {
	color: #ac0202;
}

.edit-btn {
	min-width: 100%;
	max-width: 100%;
}

.unpublished .descr * {
	color: #a1a1a1;
}

.unpublished .object-card_prices strong {
	color: #c28a8a;
}

.unpublished .object-card_fav {
	display: none !important;
}

.elem-sub i {
	padding-left: 16px;
}

.btn-small {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	color: #555;
	background-color: #fff;
	border: 1px solid rgba(85, 85, 85, 0.20);
	border-radius: 10px;
	padding: 8px 16px;
	margin-left: 2px;
	cursor: pointer;
	transition: border-color .35s, color .35s, background-color .35s;
	display: inline-block;
}

.btn-small:hover {
	border-color: #AD0101;
}

.btn-small.active {
	color: #fff;
	background-color: #AD0101;
	border-color: #AD0101;
}
.btn {
	cursor: pointer;
}
.btn-attractive {
	border-color: #AD0101;
	outline: 1px solid #AD0101;
	color: #AD0101;
}

.sall-row .checkbox-row_label {
	color: #555;
}

.red-label {
	color: #AD0101;
	font-weight: 600;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
}
.red-label:hover {
	text-decoration: underline;
}

#gettime {
	width: 100px;
	height: 40px;
	line-height: 40px;
	padding-left: 12px;
	padding-right: 4px;
	border: 1px solid rgba(85, 85, 85, 0.20);
	margin-right: 12px;
	border-radius: 3px;
	outline: none;
}

#timersel {
	display: none;
}

#timelist {
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
}

.btn-time {
	display: flex;
	width: 100px;
	padding-right: 6px;
	align-items: center;
	justify-content: space-around;
	margin-right: 6px;
	margin-bottom: 6px;
}

.btn-time .del {
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(/assets/images/elements/del_b.svg) no-repeat 50% 50%;
	display: inline-block;
}

.btn-time.hidden {
	display: none !important;
}

#mph-wrap img {
	max-width: 100%;
	width: 135px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	margin-right: 40px;
}

#mph-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 540px) {
	#mph-wrap img {
		width: 100%;
		margin-right: 0;
	}
	#mph-wrap label {
		margin-top: 12px;
		text-align: center;
	}
	#mph-wrap {
		justify-content: center;
	}
}

.mb-xs {
	margin-bottom: 6px;
}
.mb-sm {
	margin-bottom: 12px;
}
.mb-md {
	margin-bottom: 24px;
}
.mb-lg {
	margin-bottom: 36px;
}
.mb-xl {
	margin-bottom: 50px;
}

/* new public filter */
@media (min-width: 1200px) {
	.topbar-p-catalog > .col-auto {
		width: 14.29%;
		max-width: 14.29%;
	}
}

.nf-select {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	color: #555;
	width: 285px;
	max-width: 100%;
	height: 44px;
	border: none;
	outline: none;
	border-radius: 10px;
	background: url(/assets/images/elements/caret-down.svg) right 16px center /16px no-repeat, #fff;
	background: #fff;
	padding: 0 40px 0 16px;
	margin-right: 28px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(155, 155, 155, 0.50);
}

body .topbar-p-catalog .range-slider {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
body .topbar-p-catalog .range-slider_input {
	text-align: left;
}

.topbar-p-catalog .range-slider .input-wrapper {
	width: 100%;
}
.topbar-p-catalog .filter-row_label {
	font-size: 14px;
}

.nf-inputs input[type=text] {
	width: 50%;
}
.nf-inputs input[type=text]:last-of-type {
	border-left: 1px solid rgba(155, 155, 155, 0.50);
	padding-left: 10px;
}
.nf-inputs input[type=text]::placeholder {
	color: #ddd;
}

.object-row_btns.fav.active:before {
	background: #b82501;
}

.filter-box.filter-box--catalog {
	z-index: 6;
}

#commercial-dest-top-section .checkbox-row_label {
	display: inline-block;
	line-height: 1.1;
	font-size: 13px;
}

body .san-unit-i {
	position: relative;
	padding-left: 26px;
}
.san-unit-i:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 4px;
	background: url(/assets/images/elements/opt-ico/san_unit.svg) no-repeat 0 100%;
	background-size: contain;
	height: 18px;
	width: 20px;
}

/* добавление - редактирование объекта */

.l-grid {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.l-grid label {
	min-width: 55%;
	margin-bottom: 10px;
}
@media (max-width: 900px) {
	.l-grid {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media (max-width: 768px) {
	.l-grid {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (max-width: 600px) {
	.l-grid {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.data-error {
	outline: 2px solid #ef3932;
}

.accept-rules {
	border-radius: 4px;
}
.accept-rules.data-error {
	padding-bottom: 2px;
	padding-right: 5px;
}

.accept-rules.data-error .checkbox-row_label:before {
	margin-left: 5px;
}

.filter-switch {
	display: flex;
	height: 44px;
	background-color: #fff;
	border: 1px solid rgba(155, 155, 155, 0.50);
	border-radius: 10px;
	overflow: hidden;
}
.filter-switch > span {
	display: block;
	color: #222;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
	width: 50%;
	height: 100%;
	border: none;
	outline: none;
	border-radius: 0;
	padding: 0 9px;
	text-align: center;
	cursor: pointer;
}
.filter-switch > span[data-val='1'] {
	border-right: 1px solid rgba(155, 155, 155, 0.50);
}
/* defauklt - disabled*/
.filter-switch > span[data-val='1'] {
	color: #bcbcbc;
}
.filter-switch.active > span[data-val='0'] {
	color: #bcbcbc;
}
.filter-switch.active > span[data-val='1'] {
	color: #fff;
	background: #AD0101;
}
.filter-switch.active > span[data-val='0'] {
	color: #bcbcbc;
	background: #f5f5f5;
}

.goback {
	font-size: 16px;
	color: #999999;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-left: 100px;
	padding-left: 30px;
	background: url(/assets/images/elements/goback.svg) no-repeat 0 50%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.goback {
		margin-left: 50px;
	}
}
@media (max-width: 991.98px) {
	.goback {
		display: none !important;
	}
}
.mgoback {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	background: url(/assets/images/elements/goback.svg) no-repeat 0 50%;
	background: url(/assets/images/agent/chrome-outline.svg) no-repeat 0 50%;
	background-size: contain;
	margin-top: 20px;
}
.mgoback a:before {
	display: none;
}
.mgoback a {
	padding-left: 0;
	color: #999;
}

@media (min-width: 992px) {
	.mgoback {
		display: none;
	}

}

@media (max-width: 575.98px) {
	.scroll-top-btn {
		display: none !important;
	}
}

.state {
	position: absolute;
	top: 38%;
	left: 0;
	width: 100%;
	color: #4e4e4e;
	font-weight: 700;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-size: 30px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
	text-shadow: 0px 4px 3px rgb(255 255 255 / 40%), 0px 8px 13px rgb(255 255 255 / 10%), 0px 18px 23px rgb(255 255 255 / 10%);
	letter-spacing: +1px;
	z-index: 2;
}
.imgnote {
	position: relative;
}
.imgnote:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 47%);
}
.imgnote img {
	filter: saturate(0.25);
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.breadcrumbs {
		padding: 12px 0;
	}
	.catalog-page .page_title {
		font-size: 28px;
	}
	.popup-filter-btn {
		height: 38px;
		max-height: 38px;
		min-height: 38px;
	}
}

.form-right {
	background: #9B9B9B1A;
	padding: 40px;
	border-radius: 10px;
}

.checklabel {
	cursor: pointer;
	font-size: 12px;
	padding-left: 40px;
	display: inline-block;
	position: relative;
	line-height: 1.4;
	color: #555555;
}
.checklabel:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	background-color: #9B9B9B1A;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: inset 0 2px 5px #ddd
}
.checklabel.active:before {
	background: #9B9B9B1A url(/assets/images/2/check-red.svg) no-repeat 50% 50%;
}

.form-right h4 {
	color: #070707;
	margin-top: 0;
	font-size: 20px;
	font-weight: 800;
	font-family: Mulish, sans-serif;
}
.form-right .control-row_label {
	font-size: 14px;
}
.slbArrows {
	z-index: 2025;
}

/*
 .add-photo>.col{
 width: 10%;
 max-width: 10%;
 }
 .add-photo img{
 max-width: 100%;
 }*/

.obj-rowphotos .data-img img {
	width: auto;
}
@media (min-width: 1600px) {
	.obj-rowphotos .data-img img {
		height: 75px;
	}
}

.remove-btn {
	cursor: pointer;
}

.obj-rowphotos .data-img:first-of-type .remove-btn {
	display: none !important;
}

.floc-subheader {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 0.5 rem;
	color: #070707;
}

p > a {
	color: steelblue;
}

@media (max-width: 575.98px) {
	.swiper-pagination-bullet {
		min-width: 10px;
	}
	.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px !important;
	}

}

.swiper-pagination-progressbar {
	height: 4px !important;
	padding: 0;
	margin-top: 1rem;
}

.up-day {
	padding: 2px 6px;
	border: 1px solid #D0D5DD;
	border-radius: 12px;
	color: #667085;
	cursor: pointer;
	margin-bottom: 12px;
	display: inline-flex;
	align-items: center;
	line-height: 1.5em;
	border-radius: 15px;
	padding: 4px 7px;
	font-size: 15px;
	border-radius: 32px;
	padding-right: 12px;
	min-width: 65px;
}

.up-checker {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	margin-right: 4px;
}
.up-checker:before {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #ccc;
	-webkit-mask: url(/assets/images/2/round-uncheck.svg) center center /contain no-repeat;
	mask: url(/assets/images/2/round-uncheck.svg) center center /contain no-repeat;
}
.up-day.active {
	color: #000;
	border-color: #a8b7d5;
	background: #fafbfd;
	border-color: #359535;
}
.up-day.active .up-checker:before {
	background-color: forestgreen;
	-webkit-mask: url(/assets/images/2/round-check.svg) center center /contain no-repeat;
	mask: url(/assets/images/2/round-check.svg) center center /contain no-repeat;
}

/* services */

.ster-card {
	background: #9B9B9B1A;
	border-radius: 10px;
	display: flex;
	font-weight: 700;
	color: #222;
	flex-direction: column;
	align-items: center;
	padding: 22px;
	padding-bottom: 32px;
	height: 100%;
}
.ster-card img {
	width: 80px;
	height: 80px;
	margin-bottom: 8px;
}
.ster-card p {
	margin: 0;
	max-width: 160px;
	text-align: center;
	flex-grow: 1;
}

.ipoteca-family {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.container-dark-h h2, .container-dark-h h3 {
	color: #070707;
	font-weight: 800;
	font-family: Mulish, sans-serif;
}

.ib-block {
	padding: 40px 58px;
	border: 1px solid #9B9B9B4D;
	border-radius: 10px;
	display: flex;
	font-size: 15px;
}
.ib-block strong {
	font-size: 16px;
	font-weight: 700;
	color: #555555;
	margin-bottom: 8px;
	display: block;
}
.ib-block p {
	margin: 0;
}

.ib-block:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(/assets/images/2/gch.svg) no-repeat;
	flex: 0 0 auto;
	margin-right: 12px;
}

.hs-g-b {
	background: #9B9B9B1A;
	border-radius: 10px;
	padding: 32px;
	font-size: 15px;
	height: 100%;
}
.hs-g-b img {
	margin-top: 16px;
	margin-bottom: 16px;
}
.hs-g-b strong {
	font-weight: 700;
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
}

.nologo-section:after {
	display: none;
}

.hs-servs {
	padding: 50px 0;
}

.hs-serv {
	background: #fff;
	padding: 6px;
	border-radius: 10px;
	height: 100%;
	font-size: 14px;
	color: #070707;
}

.hs-serv img {
	max-width: 100%;
	border-radius: 4px;
}

.hs-serv .title {
	color: #AD0101;
	font-size: 18px;
	font-weight: 700;
	margin-top: 16px;
	font-family: Mulish, sans-serif;
	line-height: 1.4;
	margin-bottom: 6px;
}
.hs-serv .crd {
	padding: 6px;
}

.callbtnwrap {
	background: #9B9B9B1A;
	border-radius: 10px;
	padding: 40px;
}

.callbtnwrap h2 {
	font-weight: 900;
	font-family: Mulish, sans-serif;
	line-height: 1.3;
}

.callbtnwrap > .row {
	align-items: center;
}
.callbtnwrap h2 {
	font-size: 24px;
}
.callbtnwrap .btn {
	font-weight: 400;
	font-size: 16px;
	padding-left: 32px;
	padding-right: 32px;
}

@media (min-width: 1200px) {
	.callbtnwrap .col-lg-8, body .colm {
		padding-right: 90px;
	}
}

.le-w > div:last-of-type {
	width: 100%;
}

#call-container a {
	font-size: 21px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.25;
	color: #AD0101;
	line-height: 32px;
}

@media (max-width: 575.98px) {
	.avs-container > div:nth-child(1) {
		order: 2;
	}
	.avs-container > div:nth-child(2) {
		order: 1;
		max-height: 100vw;
	}
	.advantages-section {
		padding-top: 40px;
	}
}

.exclusive-ribbon {
	position: absolute;
	z-index: 3;
	width: 64px;
	height: 64px;
	background: url(/assets/images/2/exclusive.svg) no-repeat 50% 50%;
	background-size: contain;
	left: -2px;
	top: -2px;
}

.note-editable {
	min-height: 320px;
}

@media (max-width: 575.98px) {
	#hot-bottom-bar {
		display: block !important;
	}
}
#hot-bottom-bar {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	z-index: 5;
	height: 76px;
	background: #fff;
	border-top: 1px solid #9b9b9b33;
	padding-top: 3px;
}

.hot-o-container {
	display: flex;
	padding-left: 12px;
}
.hot-o-container > img {
	margin-right: 8px;
}
.hot-o-container .descr > span {
	display: block;
}

.hot-o-container .descr .title {
	line-height: 1.3;
	font-size: 14px;
	color: #222;
}

.hot-lbl {
	position: absolute;
	top: 5px;
	left: 4px;
	display: inline-block;
	height: 26px;
	width: 100px;
	background: url(/assets/images/2/hot.svg) no-repeat 0% 50%;
	background-size: contain;
}

.filter-acc .filter-acc_title i {
	display: none;
}
.filter-acc.active .filter-acc_title i {
	display: inline;
	font-size: 12px;
	font-weight: 400;
}

.main-nav_dropdown .main-nav_link {
	margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
	.main-nav_link, .main-nav_title {
		font-size: 19px;
	}
}

@media (min-width: 1200px) {
	.main-nav_dropdown .main-nav_link {
		padding-left: 12px;
		padding-right: 17px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-radius: 5px;
		font-size: 13px;
		margin-bottom: 5px;
	}
	.main-nav_dropdown .main-nav_link:hover {
		background: #f3f3f3;
		color: rgb(7, 7, 7);
	}
}

.fm-b {
	position: absolute;
	bottom: 0;
	width: 100%;/*calc(100% - 24px);*/
	left: 0;
	border-top: 1px solid #9b9b9b80;
	height: 60px;
	background: #f6f6f6;
	padding-top: 2px;
}
.fm-b > div {
	padding-left: 12px;
	padding-right: 22px;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.fm-b .filter-group_btn {
	display: inline-flex !important;
	width: auto;
	align-items: center;
	padding: 7px 20px;
}
.fm-b a {
	color: #fff;
	background: #515151;
}
.f-apply {
	/*border: 2px solid #AD0101;*/
	background: linear-gradient(90deg, #AD0101 0.04%, #6C2623 98.98%);
	color: #fff;
}
.main-nav_submenu .main-nav_title:after {
	transition: transform 0.2s;
	-webkit-transition: transform 0.2s;
}
.main-nav_submenu .main-nav_title.active:after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.f-apply {
	cursor: pointer;
}

.gap-2{
	gap: 10px;
} 
.gap-3{
	gap: 12.5px;
}
.gap-4{
	gap: 15px;
}
@media (max-width:599px){
	.gap-2{
		gap: 6px;
	}
}
.max-content-1000{
	max-width:1000px;
}
.max-img-1{
	max-width:70px;
}
@media (min-width:600px) and (max-width:768px){
	.expired-row{
		display: grid;
		grid-template-columns: auto 1fr auto;
	}
	.expired-row div[class^="col"]:nth-child(1){
		grid-row-start:1;
		grid-row-end:3;
	}
	.expired-row div[class^="col"]:nth-child(2){
		grid-row-start:1;
		grid-row-end:3;
	}
	.expired-row div[class^="col"]:nth-child(3){
		grid-row-start:1;
		grid-row-end:2;
	}
	.expired-row div[class^="col"]:nth-child(4){
		grid-row-start:2;
		grid-row-end:3;
	}
	.tbold{
		font-weight: 500;
	}
}
@media (max-width:599px){
	.expired-row{
		display:grid;
		grid-template-columns:auto 1fr auto;
	}
	.expired-row div[class^="col"]:nth-child(1){
		grid-column-start:1;
		grid-column-end:2;
	}
	.expired-row div[class^="col"]:nth-child(2){
		grid-column-start:2;
		grid-column-end:4;
	}
	.expired-row div[class^="col"]:nth-child(3){
		grid-column-start:1;
		grid-column-end:3;
	}
	.expired-row div[class^="col"]:nth-child(4){
		grid-column-start:3;
		grid-column-end:4;
        align-items: center !important;
	}
}

@media (max-width:479px){
	.expired-row div[class^="col"]:nth-child(4){
		flex-direction: column;
	}
	.expired-row div[class^="col"]:nth-child(4){
        align-items: stretch !important;
	}
}

.hidden-content:not(.active){
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}
.btn-show-more{
	display:table;
	margin-top:15px;
	cursor:pointer;
	font-weight:bold;
	color:#AD0101;
}
.btn-show-more:after{
	content:'';
	display:inline-block;
	width:25px;
	height:10px;
	-webkit-mask: url(/assets/images/elements/caret-down.svg?v=1.0) center center /14px no-repeat;
	mask: url(/assets/images/elements/caret-down.svg?v=1.0) center center /14px no-repeat;
	background:#AD0101;
}
.btn-show-more.active:after{
	transform:rotate(-180deg);
}
.btn-show-more.active .to-show,
.btn-show-more:not(.active) .to-hide{
	display:none;
}
.filter-close-btn.js-filter-close{
	font-size:0;
}
@media (max-width:991px){
	.filter-box-popup:before{
		content:'';
		position:absolute;
		z-index:0;
		background:#f6f6f6;
		top:0;
		left:0;
		width:100%;
		height:52px;
		border-bottom:1px solid #c9c9c9;
	}
	.filter-close-btn.js-filter-close{
		display: block;
	    -webkit-mask: none;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 110px;
	    font-size: 14px;
	    padding-left: 35px;
	    text-align: left;
	    background: linear-gradient(90deg, #ffffff, #f6f6f6);
	    height: 51px;
	    border: none;
	    outline: none;
		font-weight:600;
		color: #070707;
	}
	.filter-close-btn.js-filter-close:after{
	    content: '';
	    display: block;
	    left: 0;
	    height: 20px;
	    width: 44px;
	    background: url(/assets/images/elements/caret-down.svg) center center / 25px no-repeat;
	    transform: rotate(90deg);
	    position: absolute;
	    top: 15px;
	}
	.filter-close-btn.js-filter-close + div{
	    position: absolute;
	    top: 0px;
	    left: 126px;
	    justify-content: center;
	    height: 52px;
		width: calc(100% - 220px);
	}
	.filter-close-btn.js-filter-close + div .page_title{
		margin:auto;
	    font-size: 20px;
	}
	.filter-box-popup {
        padding-top: 64px;
    }
}

@media (max-width:576px){
	.filter-close-btn.js-filter-close + div{
		width: calc(100% - 110px);
	}
	.filter-close-btn.js-filter-close + div .page_title{
		margin:0;
	    font-size: 18px;
	}
}
.Text_block {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: start;
	width: 70%;
}
.button_block {
	width: 30%;
}
.offer_block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
	background-color: rgba(155, 155, 155, 0.1);
	border-radius: 10px;
	padding: 40px;
	flex-wrap: wrap;
}
.roomslist {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	gap: 20px;
}
.Text_block .block-title {
	font-weight: 800;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0;
}
.Text_block .block-subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0;
}
.object-card_fav_obj::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(136, 136, 136, 1);
	-webkit-mask: url('/assets/images/elements/heart.svg') center center /24px no-repeat;
	mask: url('/assets/images/elements/heart.svg') center center /24px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color .35s;
}
.object-card_fav_obj.active::after {
	background-color: #AD0101;
	-webkit-mask: url('/assets/images/elements/heart-filled.svg') center center /24px no-repeat;
	mask: url('/assets/images/elements/heart-filled.svg') center center /24px no-repeat;
}
.object-card_fav_obj {
	width: 34px;
	height: 34px;
	background-color: rgba(136, 136, 136, 0.15);
	border-radius: 50%;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 100000;
}
.object-card_fav_obj:hover::after {
	background-color: #AD0101;
}








