/*
Theme Name: Svdachi Theme
Author: Tereshin Andrey
Author URI: https://mediaz.info/
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}


h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

small {
	font-size: 87%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}



button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

[type="button"],[type="reset"],[type="submit"],button {
	-webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

* {
	box-sizing: border-box;
}

details,main {
	display: block;
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

[hidden],template {
	display: none;
}

a,button {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: #000;
	text-decoration: none;
}

body,html {
	font-family: 'Montserrat', sans-serif;
	color: #3D3D3D;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	background: #fff;
	text-rendering: geometricPrecision;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5 {
	font-weight: 600;
	margin-top: 0;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	color: #3D3D3D;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 8px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	color: #3D3D3D;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 20px;
	text-rendering: geometricPrecision;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1;
	margin: 0 0 16px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.1;
	margin: 0 0 16px;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 16px;
}

p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.1;
	margin: 12px 0;
	text-rendering: auto;
}

.text-center {
    text-align: center;
}
.text-link {
	text-decoration: underline;
}
.text-muted {
     color: #607D8B;
}

.l-fs-12 {
    font-size: 12px;
}

.l-fs-14 {
    font-size: 14px;
    line-height: 1.4;
   
}
.l-fs-16 {
    font-size: 16px;
    line-height: 150%;
}

.title__block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px;
}

.title__block h2 {
	margin: 0;
}

.title--icons {
	margin: 0;
	display: inline-flex;
	align-items: center;
}

.title--icons:before {
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin: 0 8px 0 0;
}



.container {
	position: relative;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
}

.btn {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: unset;
	position: relative;
	text-decoration: none;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	min-height: 40px;
	border-radius: 14px;
	transition: all 0.5s ease-in-out;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
}

.btn--big {
	min-height: 48px;
}

.btn--huge {
	min-height: 56px;
}

.btn--reset {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	min-height: 1px;
	background: transparent;
	cursor: pointer;
}

.btn--light {
	background: #fff;
	color: #263238;
	font-size: 14px;
	box-shadow: 1px 4px 10px 0 #0000000d;
}

.btn--accent {
	background: #263238;
	color: #fff;
}

.btn--primary {
	color: #fff;
	background: #2979FF;
}

.btn--border {
	color: #263238;
	border: 1px solid #263238;
	border-radius: 14px;
}

.btn--border-primary {
	color: #2979FF;
	border: 1px solid #2979FF;
	border-radius: 14px;
}

.btn--share {
	color: #263238;
	border: 1px solid #263238;
	border-radius: 14px;
}

.btn--share:before {
	content: '';
	background: url('/wp-content/themes/svdachi/assets/images/icons/share.svg') no-repeat center / contain;
	width: 22px;
	height: 20px;
	min-width: 22px;
}

.btn--like {
}

.btn--like:before {
	content: '';
	background: url('/wp-content/themes/svdachi/assets/images/icons/like.svg') no-repeat center / contain;
	width: 20px;
	height: 17px;
	min-width: 20px;
}

.btn.btn--like.btn--like-active {
	background: #FF5252;
	border-color: #FF5252;
}

.btn--like-active:before {
	background: url('/wp-content/themes/common/assets/icons/like.svg') no-repeat center / contain;
}

.btn--like-disabled {
	background: #E0E5E8;
	border-color: #E0E5E8 !important;
}

.btn--like-disabled:before {
	background: url('/wp-content/themes/common/assets/icons/like.svg') no-repeat center / contain;
}

.btn--shield {
	background: #2979FF;
}

.btn--shield:before {
	content: '';
	background: url('/wp-content/themes/svdachi/assets/images/icons/shield-stroke.svg') no-repeat center / contain;
	width: 11px;
	height: 12px;
	min-width: 11px;
}

.btn--filter {
	background: #F4F5F7 url('/wp-content/themes/svdachi/assets/images/icons/filter.svg') no-repeat center / 16px;
	border-radius: 10px;
	width: 48px;
	height: 32px;
	min-width: 48px;
}

.btn--cross {
	border: 1px solid #263238;
	border-radius: 10px;
}

.btn--cross:before, button.swal2-close:before {
	content: '';
	background: url('/wp-content/themes/svdachi/assets/images/icons/cross.svg') no-repeat center / contain;
	width: 12px;
	height: 12px;
	min-width: 12px;
}

.btn--bell-before:before,.btn--file-before:before,.btn--like-broken-before:before,.btn--phone-before:before,.btn--setting-before:before,.btn--shield-before:before {
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 12px;
	height: 16px;
	min-width: 12px;
	margin: 0 8px 0 0;
}

.btn--setting-before:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/setting.svg');
}

.btn--file-before:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/file.svg');
}

.btn--shield-before:before {
	width: 15px;
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/shield.svg');
}

.btn--bell-before:before {
	width: 14px;
	height: 16px;
	min-width: 14px;
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/bell.svg');
}

.btn--phone-before:before {
	width: 13px;
	height: 13px;
	min-width: 13px;
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/phone.svg');
}

.btn--like-broken-before:before {
	width: 16px;
	height: 14px;
	min-width: 16px;
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/like-broken.svg');
}

.btn--back,.btn--list,.btn--phone,.btn--user {
	width: 32px;
	height: 32px;
	min-width: 32px;
	background: #F4F5F7;
	border-radius: 10px;
}

.btn--back:before,.btn--list:before,.btn--phone:before,.btn--user:before {
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
	min-width: 16px;
}

.btn--user:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/user.svg');
}

.btn--phone:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/phone.svg');
}

.btn--back:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/back.svg');
}

.btn--list {
	min-width: 32px;
	width: auto;
	padding: 7px 12px;
	color: #546E7A;
}

.btn--list:before {
	margin: 0 4px 0 0;
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/list.svg');
}

.btn--chevron-right {
	background: url('/wp-content/themes/svdachi/assets/images/icons/chevron-right.svg') no-repeat center / 6px 10px;
	width: 24px;
	height: 24px;
	min-width: 24px;
	border-radius: 50%;
}

.btn--arrow-right:after {
	content: '';
	background: url('/wp-content/themes/svdachi/assets/images/icons/arrow-right.svg') no-repeat center / contain;
	width: 14px;
	height: 8px;
	min-width: 14px;
	margin: 0 0 0 8px;
}

.btn--map:before {
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/map-marker.svg');
	margin: 0 8px 0 0;
	background-size: 9px 12px;
	width: 9px;
	height: 12px;
	min-width: 9px;
}

.btn .time--inline {
	color: #2979FF;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 6px;
	margin: 0 24px 0 0;
	background: #fff;
	padding: 2px 8px;
	text-align: center;
}

.btn--zoom {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/zoom-in.svg');
}

.btn--zoom-out {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/zoom-out.svg');
}

.btns-spacer {
	display: flex;
}

.btns-spacer > * {
	margin: 0 8px 0 0;
}

.btns-spacer > *:last-child {
	margin: 0;
}

.humble {
	background: #F0F2F8;
	display: inline-flex;
	align-items: center;
	margin: 0 8px 8px 0;
	border-radius: 8px;
	padding: 12px 14px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	min-height: 40px;
	color: #2979FF;
	white-space: nowrap;
	cursor: pointer;
}



.humble__row {
	display: flex;
	flex-wrap: wrap;
}

.humble--tiny {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2;
	min-height: 24px;
	padding: 4px 8px;
}

.humble.humble--booked {
    border: 1px solid #B0BEC5;
    background: transparent;
    color: #607D8B;
    padding: 3px 8px;
    line-height: 1;
}

.humble.humble--red {
	background: #FF1744;
	color: white;
	line-height: 1;
	font-weight: 500;
}

.humble--profitable {
	color: #FF6D00;
	background: rgba(255, 109, 0, 0.1);
}


.humble--forest {
	color: #4CAF50;
	background: rgba(76, 175, 80, 0.1);
}



.humble--water {
	color: #00B8D4;
	background: rgba(0, 184, 212, 0.1);
}



.humble--house {
	color: #607D8B;
	background: rgba(96, 125, 139, 0.1);
}



.humble--shield {
	color: #607D8B;
	background: transparent;
	border: 1px solid #B0BEC5;
}

.humble--shield:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/humble/shield.svg');
}

.humble--views {
	font-weight: 400;
	color: #3D3D3D;
	background: transparent;
	border: 1px solid #B0BEC5;
}


.humble span.icon + .label {
    margin-left: 5px;
}

.humble--likes {
	font-weight: 400;
	color: #3D3D3D;
	background: transparent;
	border: 1px solid #B0BEC5;
}



.humble--warning {
	color: #fff;
	background: #FF1744;
}

.humble--warning:before {
	display: none;
}

.humble strong {
	font-weight: 600;
}

.list-reset {
	list-style: none;
	padding: 0;
	margin: 0;
}

.overflow-hidden {
	overflow: hidden;
}

.visibility-hidden {
	visibility: hidden;
}

.section {
	padding: 15px 0;
}
.section:first-child {
    padding-top: 0;
}

.section--content p {
    font-size: 16px;
    line-height: 1.4;
}

.section--content ul {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 18px;
}

.section--content ul li {
    margin: 12px 0;
}

.overlay, .overlay-menu {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 991;
	display: none;
}

.overlay-menu {
    z-index: 1011;
}

img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.hide-xl-down {
}

.hide-xl-only {
}

.hide-lg-down {
}

.hide-lg-up {
}

.hide-md-down {
}

.hide-md-up {
}

.hide-sm-down {
}

.hide-sm-only {
}

.map--content {
	border-radius: 24px;
	overflow: hidden;
}

.map--content #map {
	height: 232px;
}

.leaflet-top.leaflet-left {
	display: none;
}

.leaflet-bottom.leaflet-right {
	display: none;
}

body .leaflet-popup-pane {
	top: auto;
	bottom: 40px;
	left: 15px;
	right: 15px;
}

body .leaflet-popup-tip-container {
	display: none;
}

body .leaflet-popup-content {
	width: 100% !important;
	margin: 0;
	background: transparent;
}

.leaflet-popup-content .product {
	box-shadow: 0px 4px 12px rgb(38 50 56 / 25%);
	background: white;
	align-items: center;
}

body .popup-fixed {
	position: fixed;
	top: auto;
	bottom: 40px !important;
	left: 15px !important;
	right: 15px !important;
	-webkit-transform: none !important;
	transform: none !important;
	margin: 0;
}

body .popup-fixed .leaflet-popup-tip-container {
	display: none;
}

body .popup-fixed .leaflet-popup-content-wrapper {
	border-radius: 24px;
	background: transparent;
	box-shadow: none;
}

body .leaflet-container a.leaflet-popup-close-button {
	font: inherit;
	width: 32px;
	height: 32px;
	top: -32px;
	min-width: 32px;
	text-indent: -999px;
	color: transparent;
	background: url('/wp-content/themes/svdachi/assets/images/icons/cross.svg') no-repeat center / 12px;
}

body .leaflet-tooltip-pane {
	z-index: 580;
}

body .leaflet-tooltip {
	top: -79px;
	left: -12px;
	background: #fff;
	border-radius: 0 50px 50px 0;
	padding: 5px 10px 6px 24px;
	color: #3D3D3D;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	height: 32px;
}

body .leaflet-tooltip:before {
	display: none;
}

.leaflet-container .leaflet-marker-pane img {
}

.leaflet-container .leaflet-marker-pane img.is-current {
	/* background: #FF5252; */
}

.modal {
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0px;
	justify-content: center;
	z-index: 1010;
	display: none;
	overflow: auto;
	opacity: 0;
	transition: .3s ease;
}

.modal--open {
	display: flex;
}

.modal--fadeIn {
	opacity: 1;
}

.modal--fadeIn .modal__item,.modal--fadeIn .modal__square {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}

.modal--fadeIn .modal__square-img {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	transition-delay: 0s;
}

.modal__item,.modal__square {
	-webkit-transform: translateY(-10px) scale(.98);
	transform: translateY(-10px) scale(.98);
	transition: .3s ease;
}

.modal__close, button.swal2-close {
	position: absolute;
	z-index: 600;
	width: 32px;
	height: 32px;
	min-height: 32px;
	border: none;
	top: 15px;
	right: 15px;
	background: #ECEFF1;
}

button.swal2-close {
    font-size: 0px;
    align-items: center;
    border-radius: 10px;
    right: 23px;
    top: 23px;
}

.modal__close:before, button.swal2-close:before {
	background-size: 12px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.06062 5L9.26562 1.795L9.92656 1.13406C10.0241 1.03656 10.0241 0.878125 9.92656 0.780625L9.21937 0.0734376C9.12187 -0.0240624 8.96344 -0.0240624 8.86594 0.0734376L5 3.93938L1.13406 0.073125C1.03656 -0.024375 0.878125 -0.024375 0.780625 0.073125L0.073125 0.780313C-0.024375 0.877813 -0.024375 1.03625 0.073125 1.13375L3.93937 5L0.073125 8.86594C-0.024375 8.96344 -0.024375 9.12188 0.073125 9.21938L0.780312 9.92656C0.877812 10.0241 1.03625 10.0241 1.13375 9.92656L5 6.06063L8.205 9.26563L8.86594 9.92656C8.96344 10.0241 9.12187 10.0241 9.21937 9.92656L9.92656 9.21938C10.0241 9.12188 10.0241 8.96344 9.92656 8.86594L6.06062 5Z'/%3E %3C/svg%3E");
}

.modal__back {
	margin: 0 0 32px;
}

.modal__full .modal__close {
	width: 32px;
	height: 32px;
	min-height: 32px;
	border: none;
	top: 30px;
	right: 12px;
}

.modal__full .modal__close:before {
	background-size: 16px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.06062 5L9.26562 1.795L9.92656 1.13406C10.0241 1.03656 10.0241 0.878125 9.92656 0.780625L9.21937 0.0734376C9.12187 -0.0240624 8.96344 -0.0240624 8.86594 0.0734376L5 3.93938L1.13406 0.073125C1.03656 -0.024375 0.878125 -0.024375 0.780625 0.073125L0.073125 0.780313C-0.024375 0.877813 -0.024375 1.03625 0.073125 1.13375L3.93937 5L0.073125 8.86594C-0.024375 8.96344 -0.024375 9.12188 0.073125 9.21938L0.780312 9.92656C0.877812 10.0241 1.03625 10.0241 1.13375 9.92656L5 6.06063L8.205 9.26563L8.86594 9.92656C8.96344 10.0241 9.12187 10.0241 9.21937 9.92656L9.92656 9.21938C10.0241 9.12188 10.0241 8.96344 9.92656 8.86594L6.06062 5Z'/%3E %3C/svg%3E");
}

.modal__full #map {
	height: 100vh;
	width: 100vw;
}

.modal__full .ku-embed {
	width: 100vw;
	height: 100vh;
}

.modal__square {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	display: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.modal__square .modal__close {
	z-index: 3;
}

.modal__square-header {
    display: flex;
}

.modal__square-header .modal__square-title {
    margin-top: 3px;
}

.modal__square-header > .btn--back:first-child {
    margin-right: 16px;
}

.modal__square-header > .btn--back:last-child {
    margin-left: auto;
}

.modal__square-header > .btn--back:last-child:last-child {
    margin-left: 0;
}

.modal__square-content {
	max-width: 610px;
	width: 100vw;
	height: 100vh;
	padding: 16px 16px 24px;
	background: #fff;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.modal__content {
    overflow: auto;
    height: calc(100% - 22px);
    text-rendering: auto;
}

.modal__content> .section:first-child {
    margin-top: 13px;
}

.modal__square-content .offer {
	margin: 32px 0 0;
	overflow: hidden;
	height: 96%;
}

.modal__square-content .offer__item {
	border-radius: 18px;
	padding: 16px;
}

.modal__square-content .btn--arrow-right {
	color: #2979FF;
	justify-content: center;
	margin: 24px 0 0;
	width: 100%;
}

.modal__square-content .btns-spacer {
	flex-wrap: wrap;
}

.modal__square-content .btns-spacer .btn {
	width: 100%;
	text-align: center;
	margin: 0 0 8px;
}

.modal__square-content .btns-spacer .btn:last-child {
	margin: 0;
}

.modal__square-content .btns-spacer .btn--reset {
	margin: 24px 0 0;
	color: #B0BEC5;
}

.modal__square-content .btns-spacer .btn--reset:last-child {
	margin: 24px 0 0;
}

.modal__square-desc {
	font-size: 16px;
	line-height: 1.5;
	margin: 8px 0 20px;
}

.modal__square.content--center {
	text-align: center;
}

.modal__square h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
}

.modal__form .input__elem {
	min-height: 56px;
	background: transparent;
	padding-top: 17px;
}

.input__elem.fake {
    display: flex;
    align-items: center;
}

.input__elem > .icon > img {
    width: 16px;
}

.input__elem > .icon + .label {
    margin-left: 8px;
}

.fake.input__elem.without-label, .modal__form .fake.input__elem.without-label {
    padding-top: 0px;
}

#modal-map {
	display: block;
	z-index: -1;
}

#modal-map.modal--open {
	z-index: 999;
}

#modal-map .modal__close {
	width: 40px;
	height: 40px;
	min-height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(38, 50, 56, 0.16);
	border-radius: 12px;
}

#modal-map .modal__close:before {
    width: 16px;
    height: 16px;
    min-width: 16px;
}

#modal-map .product--short {
	border-radius: 16px;
}

#modal-map .product__img-wrap {
	border-radius: 12px;
}

.modal-stories {
	display: block;
	z-index: -1;
}

.modal-stories.modal--open {
	z-index: 1100;
}

.notice {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1111;
	display: none;
	overflow: auto;
	margin: 0 auto;
	opacity: 0;
	transition: .3s ease;
}

.notice--open {
	display: block;
}

.notice--fadeIn {
	opacity: 1;
}

.notice--fadeIn .notice__wrap {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.notice__wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 32px 32px 0 0;
	background: #fff;
	padding: 50px 32px;
	margin: 0 auto;
	max-width: 610px;
	transition: .2s ease;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 1;
	padding-top: 0;
}

.notice__wrap.style--1 {
	padding: 16px;
	border-radius: 16px;
	left: 15px;
	right: 15px;
	bottom: 40px;
	box-shadow: 0px 4px 12px rgba(38, 50, 56, 0.25);
}

.notice__wrap .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 25px;
}

.notice__wrap p {
    font-size: 16px;
    line-height: 150%;
}



.notice__wrap > .notice__header {
    height: 50px;
}

.notice__wrap > .notice__header > .line {
    display: block;
    width: 32px;
    height: 6px;
    left: 0;
    top: 10px;
    right: 0;
    background: rgba(38, 50, 56, 0.16);
    border-radius: 30px;
    position: absolute;
    margin: auto;
}

.field.checkbox.checkbox--1 label {
    font-size: 14px;
    color: #607D8B;
}

.field.checkbox.checkbox--1 .box {
    border: 1px solid #B0BEC5;
    border-radius: 4px;
}

.illustration--booking {
    height: 150px;
    background: url('/wp-content/themes/svdachi/assets/images/icons/booking-notification.svg') no-repeat center;
}

.notice .offer__item {
	margin: 0;
	padding: 0;
	border-radius: 0px;
	background: transparent;
}

.notice__humble-title {
	color: #2979FF;
	font-size: 22px;
	line-height: 1.2;
	padding: 0;
	border: none;
	min-height: 1px;
	background: transparent;
}

.notice__humble-title .icon {
    margin-right: 8px;
}

.notice__humble-title .icon [class^="icon-"] {
    height: 20px;
    width: 18px;
}

.notice__humble-title:before {
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin: 0 8px 0 0;
}

.notice__humble-desc {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin: 24px 0 0;
}

.sort__item {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	color: #3D3D3D;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	width: 100%;
	margin: 15px 0;
}

.sort__item:last-child {
}

.sort__item:before {
	content: '';
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin: 0 8px 0 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}



.sort__item.active {
	font-weight: 600;
}

.sort__item-popular:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/sort/popular.svg');
}

.sort__item-size-down:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/sort/sort-size-down.svg');
}

.sort__item-size-up:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/sort/sort-size-up.svg');
}

.sort__item-numeric-down:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/sort/sort-numeric-down.svg');
}

.sort__item-numeric-up:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/sort/sort-numeric-up.svg');
}

.sort__item-all:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/sort/all.svg');
}

.sort__item-hot:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/sort/hot.svg');
}

.sort__item-tree:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/sort/tree.svg');
}

.sort--categories .sort__item {
	font-size: 22px;
}

.sort--categories .sort__item:before {
	width: 20px;
	height: 20px;
	min-width: 20px;
}

.share {
	position: relative;
	margin: -28px 0;
}

.share__link {
	cursor: pointer;
	width: 100%;
	color: #3D3D3D;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	margin: 28px 0;
	display: block;
}

.share__link:before {
	content: '';
	width: 24px;
	height: 24px;
	float: left;
	min-width: 24px;
	margin: -3px 8px 0 0;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
}

.share__link-email:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/share/email.svg');
	background-color: #263238;
}

.share__link-sms:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/share/sms.svg');
	background-color: #263238;
}

.share__link-tg:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/share/tg.svg');
	background-color: #0088CC;
	background-size: 14px 16px;
}

.share__link-wa:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/share/wa.svg');
	background-color: #25D366;
	background-size: 14px 16px;
}

.share__link-copy:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/share/copy.svg');
	background-color: #ECEFF1;
}

.share__link.is-active .share__form {
	display: block;
}

.share__form {
	margin: 32px 0 0;
	display: none;
}

.share__form .input__elem {
	background: #F0F2F8;
	min-height: 56px;
}

.share__form-close {
	display: none;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -3px;
	right: 0;
	background-size: 13px;
	border: none;
}

.share__form-close.is-active {
	display: inline-flex;
}

.slick-dots li.slick-active {
    margin-right: 2px;
}

.slick-dots li:last-child button, .slick-dots li:first-child button {
    width: 4px;
    height: 4px;
}

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}


.slick-dots li {
	width: auto;
	height: auto;
	transition: .2s;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	display: flex;
	align-items: center;
}

.slick-dots li button {
	padding: 0;
	width: 6px;
	height: 6px;
	background: #CFD8DC;
	border-radius: 50%;
	transition: .2s;
	min-height: auto;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li.slick-active button {
	background: #263238;
	width: 8px;
	height: 8px;
}

.form__row {
}

.form__row .input {
	width: 100%;
}

.form__send {
	margin: 16px 0 0;
	width: 100%;
}

.form__send .btn {
	width: 100%;
}

.form__link {
	color: #2979FF;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin: 24px 0 0;
	display: block;
}

.form__code {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 24px;
}

.form__code .input__elem {
	background: #F0F2F8;
	text-align: center;
	font-size: 20px;
	padding: 0 16px;
}

.form__code > .input {
	margin: 0 16px 0 0;
}

.form__code > .input:last-child {
	margin: 0;
}

textarea.input__elem.has-content~.input__elem-label {display: none;}

.modal__form textarea.input__elem {
    padding-top: 13px;
}

.modal__form > .form--section {
    margin-bottom: 25px;
}

.input {
	margin: 0 0 10px;
	position: relative;
}

.input__checkbox {
	display: none;
}

.input__checkbox:checked + .input__checkbox-label:before {
}

.input__checkbox-label {
	color: #000;
	font-size: 13px;
	line-height: 1.1;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 16px;
	display: flex;
}

.input__checkbox-label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.8);
	position: relative;
	top: 2px;
}

.input__label {
	color: #000;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.1;
	white-space: nowrap;
	margin: 0 0 0 16px;
}

.input__elem {
	font-family: 'Montserrat', sans-serif;
	color: #3D3D3D;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	border: none;
	padding: 0 16px;
	min-height: 48px;
	outline: 0;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 10px;
	z-index: 3;
}

.modal__form .input__elem.without-label {
    padding-top: 4px;
}

.input__elem:active ~.input__elem-label,.input__elem:focus ~.input__elem-label {
	font-size: 12px;
	top: -14px;
}

.input__elem-label {
	color: #90A4AE;
	font-size: 16px;
	line-height: 1.2;
	position: absolute;
	top: 0;
	transition: .2s;
	padding: 0 16px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 3;
	pointer-events: none;
}

.input > .icon {
    position: absolute;
    right: 16px;
    top: 0;
    z-index: 2;
    bottom: 0;
    display: flex;
    align-items: center;
}

.input__elem-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #F0F2F8;
	border-radius: 10px;
	z-index: 1;
}

.input__elem.has-content ~.input__elem-label, :-webkit-autofill + .input__elem-label {
	top: -11px;
	font-size: 12px;
}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 30px #F0F2F8 inset !important;}
.select-preview {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.select-preview:after {
	content: '';
	background: url('/wp-content/themes/svdachi/assets/images/icons/select-down.svg') no-repeat center / contain;
	width: 12px;
	height: 12px;
	min-width: 12px;
	margin: 0 0 0 8px;
}

.header {
	position: relative;
	padding: 16px 0;
	margin: 0 0 16px;
	z-index: 997;
	background: #fff;
}

.header--genplan {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: transparent;
	z-index: 3;
}

.header--genplan .header__panel {
	color: #fff;
}

.header__row {
	justify-content: space-between;
}

.header__panel,.header__row {
	display: flex;
	align-items: center;
}

.header__panel > .header--title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}

.header__burger {
	width: 32px;
	height: 32px;
	min-width: 32px;
	background: #F4F5F7;
	border-radius: 10px;
}

.header__burger:after,.header__burger:before {
	content: '';
	position: absolute;
	left: 8px;
	width: 16px;
	height: 2px;
	background: #263238;
	border-radius: 50px;
	transition: ease-out 0.2s;
}

.header__burger:before {
	bottom: 12px;
}

.header__burger:after {
	top: 12px;
}

.header__burger.is-active:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 15px;
}

.header__burger.is-active:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
}

.header__logo {
	margin: 0 16px;
	display: block;
	width: 151px;
	height: 18px;
	max-width: 151px;
}

.header__panel-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 0 16px;
}

.header__panel .btn--back {
	margin: 0 16px 0 0;
}

.header__panel > * {
	margin: 0 8px 0 0;
}

.header__panel > *:last-child {
	margin: 0;
}

.header__nav {
	background: #fff;
	border-radius: 0 0 32px 32px;
	padding: 24px 32px;
	position: absolute;
	top: 48px;
	right: 0;
	left: 0;
	z-index: 997;
	display: none;
}

.header__nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header__nav-item {
	margin: 0 0 24px;
}

.header__nav-item:last-child {
	margin: 0;
}

.header__nav-item:last-child .header__nav-link:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/phone.svg');
	background-size: 16px;
}

.header__nav-link {
	color: #3D3D3D;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	display: inline-flex;
	align-items: center;
}

.header__nav-link:before {
	content: '';
	background: #ECEFF1 url('/wp-content/themes/svdachi/assets/images/icons/map-marker-blue.svg') no-repeat center / 12px 16px;
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin: 0 8px 0 0;
	border-radius: 6px;
}

.stories {
	margin: 16px 0 24px;
}

.stories__wrap {
	height: 120px;
	overflow: hidden;
	margin: 0 -15px;
}

.stories__row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	overflow-x: auto;
	padding: 0 15px 130px;
}

.stories__col {
	cursor: pointer;
	position: relative;
	border-radius: 18px;
	width: 120px;
	height: 120px;
	min-width: 120px;
	margin: 0 8px 0 0;
	padding: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	min-height: 120px;
}

.stories__col.load:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%), #000000;
    z-index: 0;
    opacity: 0.4;
}

.stories__col:last-child {
	margin: 0;
}

.stories__col-title {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px;
	z-index: 1;
}

.stories__col-label {
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.2;
	background: #FF5252;
	box-shadow: inset -0.5px 0.5px 1px rgba(255, 255, 255, 0.3), inset -1px 1px 4px rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	padding: 3px 6px;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.stories__col-cover-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.stories__col-icon-wrap {
	max-width: 64px;
	height: 55px;
}

.stories__col-icon-wrap img {
    height: 100%;
}

.stories__col-reverse .stories__col-title {
	padding: 0;
	position: static;
}

.stories__col-text-dark .stories__col-title {
	color: #3D3D3D;
}

.stories__col .btn--chevron-right {
	position: absolute;
	right: 6px;
	bottom: 7px;
}

.story {
	position: relative;
}

.story__title {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	padding: 0 120px 0 0;
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 100;
}

.story.slick-dotted.slick-slider {
	margin: 0;
}

.story .slick-arrow {
	height: 100%;
	width: 100px;
	z-index: 2;
}

.story .slick-arrow:before {
	display: none;
}

.story .slick-left {
	left: 0;
}

.story .slick-next {
	right: 0;
}

.story .slick-dots {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: auto;
	left: 15px;
	width: auto;
	display: flex;
	flex-wrap: nowrap;
	padding: 16px 0 0;
}

.story .slick-dots li {
	width: 100%;
}

.story .slick-dots li.slick-active button {
	height: 2px;
}

.story .slick-dots li.slick-active button:before {
	transition: 4s;
	width: 100%;
}

.story .slick-dots li button {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	height: 2px;
}

.story .slick-dots li button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 1;
	width: 0;
	height: 100%;
	border-radius: 2px;
}

.story .slick-dots li.slick-active ~ * button {
	background: rgba(255, 255, 255, 0.4);
}

.story .slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 0.4);
}

.story__item {
	width: 100vw;
	height: 100vh;
}

.story__item-inner {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 0 15px 120px;
	max-width: 700px;
	margin: auto;
}

.story__item-icon-wrap {
	max-width: 72px;
}

.story__item-title {
	color: #fff;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.3;
	margin: 24px 0 8px;
}

.story__item-desc {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	margin: 8px 0 24px;
}

.story__item .btn {
	margin: 12px 0 0;
	padding: 0 32px;
	width: auto;
}

.genplan {
	margin: 0 -15px;
}

.genplan--zoom {
	zoom: 2;
}

.genplan .genplan--scrollarea {
	position: relative;
	overflow: auto;
	border-radius: 0;
	height: 768px;
}

.genplan .genplan--svg {
	position: relative;
	z-index: 1;
	width: 1124px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 768px;
}

.genplan .genplan--svg svg {
	-webkit-transform: scale(1.22);
	transform: scale(1.22);
	position: relative;
	top: 31px;
	left: 6px;
	width: 71%;
}

.genplan .ui--genplan .genplan--svg .st1 {
	fill: transparent;
	stroke: rgba(229, 232, 238, 0);
	stroke-width: 3px;
	cursor: pointer;
	transition-duration: 0.2s;
	transition-timing-function: initial;
	transition-delay: initial;
	transition-property: initial;
}

.genplan .ui--genplan .genplan--svg .st1.is--sell {
	fill: rgba(255, 0, 0, 0.37);
}

.genplan .ui--genplan .genplan--svg .st1.is--booking {
	fill: rgba(255, 194, 0, 0.5);
}

.genplan .ui--genplan .genplan--svg .st1.is--inactive {
	fill: rgba(99, 99, 99, 0.72);
}

.genplan .ui--genplan .genplan--svg .st1.is--forest {
	fill: rgba(97, 4, 230, 0.4);
}

.genplan .ui--genplan .background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 1124px;
	height: 768px;
}

.genplan .ui--genplan .background .lazy-load {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.genplan-preview {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color:;
	border-radius: 26px;
	padding: 20px 24px 24px;
	overflow: hidden;
	display: block;
}

.genplan-preview__info {
	position: relative;
	z-index: 4;
	min-height: 132px;
}

.genplan-preview__title {
	color: #fff;
}

.genplan-preview__desc {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
}

.genplan-preview .btn--chevron-right {
	margin: 20px 0 0;
	z-index: 3;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='%23263238' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.83 5.29001L2.59 1.05001C2.49704 0.956281 2.38644 0.881887 2.26458 0.831118C2.14272 0.780349 2.01202 0.754211 1.88 0.754211C1.74799 0.754211 1.61729 0.780349 1.49543 0.831118C1.37357 0.881887 1.26297 0.956281 1.17 1.05001C0.983753 1.23737 0.879211 1.49082 0.879211 1.75501C0.879211 2.0192 0.983753 2.27265 1.17 2.46001L4.71 6.00001L1.17 9.54001C0.983753 9.72737 0.879211 9.98082 0.879211 10.245C0.879211 10.5092 0.983753 10.7626 1.17 10.95C1.26344 11.0427 1.37426 11.116 1.4961 11.1658C1.61794 11.2155 1.7484 11.2408 1.88 11.24C2.01161 11.2408 2.14207 11.2155 2.26391 11.1658C2.38575 11.116 2.49656 11.0427 2.59 10.95L6.83 6.71001C6.92373 6.61705 6.99813 6.50645 7.04889 6.38459C7.09966 6.26273 7.1258 6.13202 7.1258 6.00001C7.1258 5.868 7.09966 5.73729 7.04889 5.61543C6.99813 5.49357 6.92373 5.38297 6.83 5.29001Z'/%3E %3C/svg%3E");
}

.genplan-preview:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(100% 148.71% at 100% 100%, rgba(38, 50, 56, 0) 0%, #263238 100%);
	z-index: 1;
	border-radius: 26px;
}

.genplan__fixed-button {
	z-index: 999;
	position: fixed;
	right: 16px;
	bottom: 16px;
}

.region-intro {
	position: relative;
	min-height: 232px;
	width: 100%;
	background: linear-gradient(109.98deg, rgba(207, 216, 220, 0.5) 0%, rgba(236, 239, 241, 0.25) 100%);
	border-radius: 32px;
	padding: 16px 24px 24px;
	margin: 16px 0 24px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.region-intro__img-wrap {
	position: absolute;
	right: -70px;
	bottom: -100px;
	max-width: 270px;
	margin: 0 0 0 110px;
	z-index: 0;
	overflow: hidden;
}

.region-intro__info > * {
	position: relative;
	z-index: 1;
}

.region-intro__title {
	margin: 0 0 8px;
}

.region-intro__caption {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	margin: 8px 0 12px;
}

.region-intro__address {
	font-size: 12px;
	margin: 12px 0 0;
	max-width: 124px;
}

.region-intro .btn--primary {width: fit-content;margin-top: auto;}

.area-intro__wrap {
	background: linear-gradient(109.98deg, rgba(207, 216, 220, 0.5) 0%, rgba(236, 239, 241, 0.25) 100%);
	border-radius: 32px;
	overflow: hidden;
	padding: 16px 24px 24px;
	position: relative;
}

.area-intro__img-wrap {
	position: absolute;
	right: -70px;
	bottom: 0;
	max-width: 320px;
	margin: 0 0 0 110px;
	z-index: 0;
	opacity: .16;
	overflow: hidden;
}

.area-intro__title {
	font-size: 26px;
	margin: 0 0 8px;
}

.area-intro__info {
	margin: 8px 0 12px;
}

.area-intro__info ul {
	list-style: none;
	padding: 0;
	margin: 0 0 -8px;
	display: flex;
	flex-wrap: wrap;
}

.area-intro__info ul li {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	padding: 0 8px 0 0;
	margin: 0 8px 8px 0;
	border-right: 1px solid #B0BEC5;
}

.area-intro__info ul li:last-child {
	border: none;
	padding: 0;
	margin: 0 0 8px;
}

.area-intro__caption {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	margin: 8px 0 20px;
}

.area-intro .btn--border {
	width: 100%;
}

.area-intro .btn--like {
	width: 90px;
	min-width: 90px;
}

.area-intro__footer {
	margin: 20px 0 0;
}

.area-intro__footer .btn {
	margin: 0 0 8px;
	width: 100%;
	min-height: 56px;
}

.area-intro__desc {
	color: #B0BEC5;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	margin: 12px 0 0;
	text-align: center;
}

.area-intro__desc a {
	color: #B0BEC5;
	display: block;
	text-decoration: underline;
}

.area-details {
	margin: 40px 0;
}

.area-details__location {
	margin: 28px 0;
}

.area-details__location-img {
	border-radius: 26px;
	max-width: 345px;
	margin: 0 auto;
}

.area-details__col {
	margin: 32px 0;
}

.area-details__col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.area-details__col ul li {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 16px;
}

.area-details__col ul li:last-child {
	margin: 0;
}

.area-details__col ul li a,.area-details__col ul li p,.area-details__col ul li span {
	display: inline-block;
	color: #3D3D3D;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}

.area-details__col ul li a {
	color: #2979FF;
}

.area-details__col ul li span {
	color: #455A64;
	padding: 0 0 0 24px;
	text-align: right;
}

.area-details__col ul li a,.area-details__col ul li p {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.area-details__col ul li a:before,.area-details__col ul li p:before {
	content: '';
	background-color: #ECEFF1;
	border-radius: 6px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin: 0 10px 0 0;
}

.area-details__col ul li.size p:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/area-details/size.svg');
}

.area-details__col ul li.level p:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/area-details/level.svg');
}

.area-details__col ul li.region a {
	width: 100%;
	padding-right: 32px;
}

.area-details__col ul li.region a:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/area-details/region.svg');
}

.area-details__col ul li.region a:after {
	content: '';
	background: url('/wp-content/themes/svdachi/assets/images/icons/arrow-right.svg') no-repeat center / contain;
	width: 21px;
	height: 12px;
	text-align: right;
	margin: 0 0 0 24px;
	position: absolute;
	top: 6px;
	right: 0;
}

.area-details__col ul li.side p:before {
	background-image: url('/wp-content/themes/svdachi/assets/images/icons/area-details/chevron-top.svg');
}

.area-details__col ul li.side-top p:before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.area-details__col ul li.side-right p:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.area-details__col ul li.side-bottom p:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.area-details__col ul li.side-left p:before {
	-webkit-transform: rotate(-270deg);
	transform: rotate(-270deg);
}

.area-details .btn--border {
	width: 100%;
}

.subscribe {
	position: relative;
	background: #2979FF;
	padding: 28px 24px;
	border-radius: 32px;
	margin: 40px 0 28px;
	overflow: hidden;
}

.subscribe__title {
	color: #fff;
	position: relative;
	z-index: 2;
}

.subscribe__desc {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	z-index: 3;
}

.subscribe__form {
	position: relative;
	z-index: 4;
	margin: 24px 0 0;
}

.subscribe:after {
	content: '';
	width: 100%;
	max-width: 320px;
	height: 320px;
	position: absolute;
	right: -90px;
	bottom: -35px;
	z-index: 1;
	background: url('/wp-content/themes/svdachi/assets/images/content/cover-subscribe.png') no-repeat center / contain;
	opacity: .1;
	pointer-events: none;
}

.book-now {
	position: relative;
	padding: 20px 24px 24px;
	border-radius: 32px;
	margin: 40px 0 30px;
	background: linear-gradient(114.33deg, #005BEA 0%, #3BD0FB 100%);
}

.book-now__title {
	position: relative;
	z-index: 2;
	color: #fff;
	margin: 0 0 20px;
}

.book-now__desc {
	position: relative;
	z-index: 3;
	color: #fff;
	font-weight: 500;
}

.book-now .btn {
	z-index: 4;
	color: #2979FF;
	margin: 40px 0 0;
}

.book-now:after {
	content: '';
	width: 130px;
	height: 140px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: url('/wp-content/themes/svdachi/assets/images/content/cover-book-now.png') no-repeat center / contain;
}

.offer {
	margin: 0 0 20px;
}

.offer__item {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	padding: 16px;
	padding-bottom: 13px;
	margin: 0px 0 10px;
	background: linear-gradient(0deg, #F4F5F7, #F4F5F7);
	display: block;
}

.offer__item-preview {
    border-radius: 10px;
    background: #c1ccd130;
    overflow: hidden;
    width: 72px;
    height: 64px;
    margin-right: 15px;
    min-width: 72px;
}

.offer__item-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.offer__item-details {
    width: 100%;
}

.offer__item-preview > [data-lazy] {
    border-radius: 10px;
}
.offer__item .btn--cross {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 16px;
	right: 16px;
	border: 0;
}

.offer__item-labels {
	position: relative;
	height: 27px;
	overflow: hidden;
}

.offer__item-labels-animate .humble__row {
	position: absolute;
	overflow: hidden;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: initial;
	animation-direction: initial;
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
	-webkit-animation-play-state: initial;
	animation-play-state: initial;
	-webkit-animation-name: humble;
	animation-name: humble;
}

.offer__item-labels-animate .humble {
	/* margin-bottom: 0; */
}

.offer__item:last-child {}

.offer__item-title {
	color: #3D3D3D;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 8px;
	padding: 0 52px 0 0;
	text-rendering: geometricPrecision;
	display: block;
}

.offer__item.status--1, .offer__item.status--2, .offer__item.status--1 .offer__item-title, .offer__item.status--2 .offer__item-title {
    color: #BDBEBF;
}

.offer__item-info {
}

.offer__item-info ul {
	list-style: none;
	padding: 0;
	margin: 0 0 -8px;
	display: flex;
	flex-wrap: wrap;
}

.offer__item-info ul li {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	padding: 0 8px 0 0;
	margin: 0 8px 8px 0;
	border-right: 1px solid #B0BEC5;
}

.offer__item-info ul li:last-child {
	border: none;
	padding: 0;
	margin: 0 0 8px;
}

.offer__item-footer {
	border-top: 1px solid #B0BEC5;
	padding: 4px 0 0;
	margin: 12px 0 0;
}

.offer__item-footer.style--1 {
	border: none;
}

.offer__item-post {
	color: #2979FF;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 24px;
}

.offer__item .btns-spacer .btn:first-child {
	width: 100%;
}

.offer__item .btns-spacer .btn:last-child {
	width: 90px;
	min-width: 90px;
}

.offer__item-nav {
	top: 16px;
	right: 16px;
	float: right;
}

.offer__item-nav .btn {
	width: 24px;
	height: 24px;
	min-width: 24px;
	border-radius: 8px;
	color: #263238;
	border: 1px solid #263238;
}

.offer__item-nav .btn--like:before {
	background-size: 12px 13px;
}

.offer__item--fixed {
	position: fixed;
	right: 15px;
	bottom: 40px;
	left: 15px;
	max-width: 610px;
	margin: 0 auto;
	background: #fff;
	z-index: 641;
	padding: 12px 16px 16px;
	display: none;
	border-radius: 16px;
}

.offer__item--fixed.shown {
	display: block;
}

.offer__item--fixed:last-child {
	margin: 0 auto;
}

@-webkit-keyframes humble {
	0% {
		top: -32px;
	}
	
	6.25% {
		top: 0;
	}
	
	50% {
		top: 0;
	}
	
	56.25% {
		top: -32px;
	}
	
	100% {
		top: -32px;
	}
}

@keyframes humble {
	0% {
		top: -32px;
	}
	
	6.25% {
		top: 0;
	}
	
	50% {
		top: 0;
	}
	
	56.25% {
		top: -32px;
	}
	
	100% {
		top: -32px;
	}
}

.places {
	margin: 24px 0;
}

.places__wrap {
	margin: 24px -15px;
	height: 120px;
	overflow: hidden;
}

.places__desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin: 8px 0 24px;
}

.places__list {
	display: flex;
	align-items: center;
	padding: 0 0 130px;
	overflow-x: auto;
}

.places__item:first-child {
    margin-left: 15px;
}

.places__item:last-child {
    margin-right: 15px;
}

.places__item {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin: 0 8px 0 0;
	width: 228px;
	height: 120px;
	min-width: 228px;
	padding: 10px 32px 10px 16px;
	background: linear-gradient(109.98deg, #E7EBED 0%, #FAFBFB 100%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.places__item-img-wrap {
	max-width: 140px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.places__item-title {
	position: relative;
	color: #3D3D3D;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
}

.places__item-dist {
	position: relative;
	color: #455A64;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
}

.places__item:last-child {
	/* margin: 0; */
}

.places__item:nth-child(1) .places__item-img-wrap {
	bottom: -10px;
	max-width: 90px;
}

.places__item:nth-child(2) .places__item-img-wrap {
	max-width: 270px;
	right: -120px;
}

.places__item:nth-child(3) .places__item-img-wrap {
	max-width: 130px;
	right: 10px;
	bottom: -5px;
}

.pay__title {
	color: #90A4AE;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 20px;
}

.pay__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -15px -24px;
}

.pay__item {
	padding: 0 15px;
	margin: 0 0 24px;
	max-width: 100px;
}

.section-map {
	margin: 24px 0;
}

.section-map__body {
	padding: 20px;
	border-radius: 18px;
	background: url('/wp-content/themes/svdachi/assets/images/content/cover-map.png') no-repeat center / cover;
	text-align: center;
}

.section-map__body .btn {
	max-width: 223px;
	width: 100%;
}

.area-map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.tour {
	margin: 24px 0 62px;
}

.tour__desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin: 8px 0 24px;
}

.tour__carousel {
	margin: 24px 0;
}

.tour__carousel .slick-list {
	margin: 0 -16px;
}

.tour__item {
	margin: 0 4px;
	width: 320px;
	height: 168px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.tour__item-horizon .tour__item-img-wrap:before {
	content: '';
	background: url('/wp-content/themes/svdachi/assets/images/icons/horizon.svg') no-repeat center / contain;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-32px, -32px);
	transform: translate(-32px, -32px);
}

.tour__item-img-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.catalog {
	margin: 24px 0;
}

.product {
	background: linear-gradient(129.28deg, #E7EBED 0%, #FAFBFB 100%);
	border-radius: 26px;
	margin: 0 0 16px;
	padding: 8px 8px 20px;
	display: block;
	text-decoration: none;
	transition: 0.3s;
}

.product.shown {
    filter: opacity(1);
}

.product__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 176px;
}

.product--short .product__address p {
    font-size: 12px;
    margin: 0;
}

.product__img-wrap {
	width: 100%;
	margin: 0 0 12px;
	border-radius: 20px;
	overflow: hidden;
	display: block;
}

.product__info {
	padding: 0 16px;
}

.product__title {
	color: #3D3D3D;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	text-decoration: none;
	margin: 0;
}

.product__caption {
	color: #3D3D3D;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
}

.product__address p {
	color: #455A64;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

.product__footer {
	margin: 16px 0 0;
	display: flex;
	justify-content: space-between;
	text-rendering: auto;
}

.product__footer .btn--chevron-right {
	background-color: #2979FF;
	margin: 0 0 0 16px;
}

.product .humble {
	color: #2979FF;
	background: rgba(41, 121, 255, 0.1);
	padding: 4px 8px;
	min-height: 24px;
	margin: 0 4px 4px 0;
	font-weight: 600;
	font-size: 12px;
}

.product .humble__row {
	margin: 12px 0;
}

.product:last-child {
	margin: 0;
}

.product--short {
	display: flex;
	border-radius: 24px;
	padding: 8px 24px 8px 8px;
	align-items: center;
}

.product--short .product__img-wrap {
	max-width: 120px;
	min-width: 120px;
	margin: 0 16px 0 0;
	height: 112px;
}

.product--short .product__title {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	margin-bottom: 3px;
}

.product--short .product__info {
	padding: 0 0;
	height: max-content;
}

.product--short .product__caption {
	font-size: 16px;
}

.product--short .product__address {
	font-size: 12px;
}

.product--short .product__footer {
	margin: 24px 0 0;
}

div.leaflet-container {
    font-family: 'Montserrat', sans-serif;
    color: #3D3D3D;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.ui-button {
    display: flex;
    width: max-content;
    border: 1px transparent;
    background: transparent;
    font-weight: 600;
    color: #2979FF;
    min-height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    min-width: 48px;
    padding: 10px 20px;
    white-space: nowrap;
}

.ui-button .icon+.label {
    margin-left: 10px;
}

.ui-button.ui-button--small [class^="icon-"] {
	width: 16px;
	height: 16px;
	top: 0;
}
.ui-button.ui-button--4 {
	background: #263238;
	color: white;
} 

.ui-button.ui-button--5 {
	padding: 0;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}
.ui-button.ui-button--6 {
	color: white;
	background: #2979FF;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
}

.ui-button.ui-button--7 {
	border: 1px solid #2979FF;
	font-weight: 500;
	line-height: 1;
}

.ui-button.ui-button--8 {
	border: 1px solid #263238;
	font-weight: 500;
	line-height: 1;
	color: #263238;
}

.ui-button.ui-button--9 {
	border: 1px solid #FF1744;
	font-weight: 500;
	line-height: 1;
	color: #FF1744;
}

.ui-button.ui-button--10 {
	background: #E2E8EA;
	color: #263238;
}

.ui-button > .label+.icon {
	margin-left: 6px;
}

.ui-button--group {
	display: flex;
	margin: -4px;
}

.ui-button--group > .item {
	margin: 4px;
}

.offer__item-footer .ui-button--group > .item:first-child {
	width: 80%;
}

.offer__item-footer .ui-button--group > .item:first-child:last-child {
    width: 100%;
}

[class^="icon-"] {
    display:block;
    background-size: contain !important;
    width: 16px;
    height: 16px;
    background-position: center !important;
    position: relative;
}
.alt.icon{
	background-color: #ECEFF1;
	border-radius: 6px;
	padding: 4px;
	display: flex;
	height: max-content;
}
.section--title > .icon [class^="icon-"], .title__block > .icon [class^="icon-"] {
    width: 20px;
    height: 20px;
    top: 2px;
}


.ui-button.ui-button--1 {
    background: #F4F5F7;
    color: #546E7A;
}

.ui-button.ui-button--13 {
    background: #F4F5F7;
    color: #546E7A;
    padding: 10px 14px;
}

.active.ui-button.ui-button--13 {
    background: #EAF2FF;
    color: #2979FF;
}

.active.ui-button.ui-button--13 .icon, #label.active .icon {
    filter: invert(39%) sepia(82%) saturate(3248%) hue-rotate(207deg) brightness(102%) contrast(101%);
}

.ui-button.ui-button--2 {
    color: #FF5252;
}

.ui-button.ui-button--small {
    min-height: 32px;
    border-radius: 10px;
}

.ui-button.ui-button--small--1 {
	min-height: 32px;
		border-radius: 10px;
		padding: 8px 11px;
		line-height: 1;
}
.ui-button.ui-button--small--1 .icon+.label {
	margin-left: 5px;
}

.icon--pin {
	background: url('/wp-content/themes/svdachi/assets/images/icons/map-pin.svg') no-repeat;	
}
.icon--tour {
	background: url('/wp-content/themes/svdachi/assets/images/icons/horizon.svg') no-repeat;
	width: 80px;
	height: 80px;
}

.icon--list {
    background: url('/wp-content/themes/svdachi/assets/images/icons/list.svg') no-repeat center / 16px;
    width: 16px;
    height: 12px;
    display: block;
}

.icon--list-alt {
    background: url('/wp-content/themes/svdachi/assets/images/icons/list-alt.svg') no-repeat center / 16px;
    width: 16px;
    height: 12px;
    display: block;
}

.icon--sun-summer {
    background: url('/wp-content/themes/svdachi/assets/images/icons/sun-summer.svg') no-repeat center / 16px;
    width: 16px;
    height: 16px;
    display: block;
}

.icon--sun-winter {
    background: url('/wp-content/themes/svdachi/assets/images/icons/sun-winter.svg') no-repeat center / 16px;
    width: 16px;
    height: 16px;
    display: block;
}

.icon--sun-autumn {
    background: url('/wp-content/themes/svdachi/assets/images/icons/sun-autumn.svg') no-repeat center / 16px;
    width: 16px;
    height: 16px;
    display: block;
}

.icon--cancel {
	background: url('/wp-content/themes/common/assets/icons/cancel.svg') no-repeat;
	width: 15px;
	height: 16px;
}


.icon--chevron-down-alt {
	background: url('/wp-content/themes/common/assets/icons/chevron-down-alt.svg') no-repeat;
	width: 10px;
	height: 6px;
}
.icon--edit {
	background: url('/wp-content/themes/common/assets/icons/edit.svg') no-repeat;
	width: 16px;
	height: 16px;
}

.icon--views {
	background: url('/wp-content/themes/svdachi/assets/images/icons/humble/views.svg') no-repeat;
	width: 14px;
	height: 10px;
}

.icon--beach {
	background: url('/wp-content/themes/svdachi/assets/images/icons/humble/water.svg');
}

.ui-button.ui-button--wide, .btn.ui-button--wide {
    width: 100%;
}

.ui-button.ui-button--3 {
    background: #64DD17;
    color: white;
}

.ui-button.ui-button--large {
    min-height: 56px;
    font-size: 16px;
}

.icon--fire {
    width: 26px;
    height: 26px;
    background: url('https://cdn.iresidence.ru/wp-content/uploads/2022/01/hot.svg') no-repeat;
    background-size: contain;
}


.icon--size-down{
	width: 16px;
	height: 16px;
	background: url('/wp-content/themes/svdachi/assets/images/icons/sort/sort-size-down.svg') no-repeat;
}

.icon--size-up{
	width: 16px;
	height: 16px;
	background: url('/wp-content/themes/svdachi/assets/images/icons/sort/sort-size-up.svg') no-repeat;
}

.icon--popular{
	width: 16px;
	height: 16px;
	background: url('/wp-content/themes/svdachi/assets/images/icons/sort/popular.svg') no-repeat;
}

.icon--numeric-down{
	width: 14px;
	height: 16px;
	background: url('/wp-content/themes/svdachi/assets/images/icons/sort/sort-numeric-down.svg') no-repeat;
}

.icon--numeric-up{
	width: 14px;
	height: 16px;
	background: url('/wp-content/themes/svdachi/assets/images/icons/sort/sort-numeric-up.svg') no-repeat;
}

.icon--electricity {
	background: url('/wp-content/themes/svdachi/assets/images/icons/humble/electric.svg') no-repeat;
	width: 11px;
	height: 15px;
	background-size: contain;
}

.icon--road {
	background: url('/wp-content/themes/svdachi/assets/images/icons/road.svg') no-repeat;
	width: 34px;
	height: 20px;
	background-size: contain;
}
.icon--roads {
	background: url('/wp-content/themes/svdachi/assets/images/icons/humble/roads.svg') no-repeat;
	width: 14px;
	height: 12px;
	background-size: contain;
}

.icon--security {
	background: url('/wp-content/themes/svdachi/assets/images/icons/humble/security.svg') no-repeat;
	width: 12px;
	height: 12px;
	background-size: contain;
}

.icon--profitable {
	background: url('/wp-content/themes/svdachi/assets/images/icons/humble/hot.svg') no-repeat;
	width:10px;
	height:12px;
}

.icon--all {
	background: url('/wp-content/themes/common/assets/icons/fields.png') no-repeat;
	width: 20px;
	height: 20px;
}
.icon--forest {
	background: url('/wp-content/themes/svdachi/assets/images/icons/humble/tree.svg') no-repeat;
	width:12px;
	height:12px;
}

.icon--house {
	background: url('/wp-content/themes/svdachi/assets/images/icons/humble/house.svg');
	width: 12px;
	height: 12px;
}

.icon--likes {
	background: url('/wp-content/themes/svdachi/assets/images/icons/humble/favorites.svg') no-repeat center;
	width: 12px;
	height: 10px;
}

.icon--shield {
	background: url('/wp-content/themes/svdachi/assets/images/icons/title/shield.svg');
}

.icon--heart {
	background: url('/wp-content/themes/svdachi/assets/images/icons/title/heart.svg');
}

.icon--success{
	background: url('/wp-content/themes/common/assets/icons/success.svg');
}

.icon--error{
	background: url('/wp-content/themes/common/assets/icons/error.svg');
}

.icon--phone{
	background: url('/wp-content/themes/svdachi/assets/images/icons/phone.svg');
}

.icon--phone-white{
	width: 13px;
	background: url('/wp-content/themes/svdachi/assets/images/icons/phone.svg');
	filter: brightness(11.5);
	height: 13px;
}

.icon--info-circle{
	width: 16px;
	background: url('/wp-content/themes/svdachi/assets/images/icons/info-circle.svg');
	height: 16px;
}

.icon--file-download{
	width: 16px;
	background: url('/wp-content/themes/svdachi/assets/images/icons/file-download.svg') no-repeat;
	height: 16px;
}

.icon--a-arrow {
	position:absolute;
	background: url('/wp-content/themes/svdachi/assets/images/icons/a_arrow.svg') no-repeat;
	width: 11px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -6px;
} 
.icon--email{
	background: url('/wp-content/themes/common/assets/icons/email.svg');
}

.icon--clock{
	background: url('/wp-content/themes/common/assets/icons/clock.svg');
}

.icon--location{
	background: url('/wp-content/themes/common/assets/icons/location.svg') no-repeat;
}

.icon--number {
	background: url('/wp-content/themes/svdachi/assets/images/icons/number.svg') no-repeat;
}

.icon--size {
	background: url('/wp-content/themes/svdachi/assets/images/icons/border.svg') no-repeat;
}

.icon--borders {
	background: url('/wp-content/themes/svdachi/assets/images/icons/size.svg') no-repeat;
}

.icon--difference{
	background: url('/wp-content/themes/svdachi/assets/images/icons/difference.svg') no-repeat;
}

.icon--chevron{
	background: url('/wp-content/themes/svdachi/assets/images/icons/chevron.svg') no-repeat;
}

.icon--chevron.right {
    transform: rotate(90deg);
}
.icon--chevron.left {
    transform: rotate(-90deg);
}
.icon--chevron.down {
    transform: rotate(180deg);
}

.justify-content-center {
    justify-content: center;
}

.section--title {
    display: flex;
}

.section--title .icon {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.areas--in-progress .modal .offer__list {
    opacity: 0.3;
    pointer-events: none;
}

.modal .offer__list {
	padding-bottom: 30px;
	overflow: scroll;
	height: calc(100% - 52px);
	transition: 0.3s;
	opacity: 1;
}

.ui--modal-menu {
    position: fixed;
    bottom: 0;
    z-index: 1111;
    width: 100%;
    left: 0;
    background: #FFFFFF;
    border-radius: 32px 32px 0px 0px;
    overflow: hidden;
    transition: 0.2s;
    transform: translateY(100%);
    visibility: hidden;
}

.ui--modal-menu.shown {
	transform: translateY(0%);
	visibility: visible;
}

.icon--swiper {
    background: rgba(38, 50, 56, 0.16);
    border-radius: 30px;
    width: 32px;
    height: 6px;
}

.ui--modal-menu > .wrapper > .header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.ui--list {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.ui--list .item {
    display: flex;
    margin: 15px 0;
    align-items: center;
}

.ui--modal-menu > .wrapper > .container {
    padding: 0 30px;
}

.ui--list .item > .icon [class^=icon-] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.ui--list .item.active {
    font-weight: 600;
}

.ui--list.ui--list-1 .item {
    font-size: 22px;
    line-height: 24px;
    cursor: pointer;
}

.ui--list.ui--list-1 .item > .icon [class^=icon-] {
    width: 20px;
    height: 20px;
}

.ui--modal-menu > .wrapper > .footer {
	padding-bottom: 3vh;
}

.ui-loader {
	display: none;
}

.select-preview .icon {
    margin-right: 9px;
    position: relative;
    top: -2px;
}

*::-webkit-scrollbar-track {
	background: transparent;
		-webkit-appearance: none;
		display: none;
}

*::-webkit-scrollbar {
	background: transparent; 
		-webkit-appearance: none;
	width:0px;
	height: 0;
		display: none;
}


.loader {
    display: none;
    align-items: center;
    justify-content: center;
}

.loader.shown {
    display: flex;
}

.hide {
    display: none;
}

.l-mb-5 {
	margin-bottom: 5px;
}
.l-mb-10 {
	margin-bottom: 10px;
}
.l-mb-15 {
	margin-bottom: 15px;
}
.l-mb-20 {
	margin-bottom: 20px;
}
.l-mb-25 {
	margin-bottom: 25px;
}

.l-mb-30 {
	margin-bottom: 30px;
}

.l-ml-8 {
	margin-left:8px;
}
.l-mt-5 {
	margin-top: 5px;
}
.l-mt-10 {
	margin-top: 10px;
}
.l-mt-15 {
	margin-top: 15px;
}
.l-mt-20 {
	margin-top: 10px;
}
.l-mt-25 {
	margin-top: 25px;
}

.l-mt-30 {
	margin-top: 30px;
}

.ui-button--profile {
    display: flex;
    width: 100%;
    align-items: center;
}

.ui-avatar {
    background-color: #FFA726;
    border-radius: 20px;
    color: white;
    width: 64px;
    height: 64px;
    font-size: 2.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.ui-button--profile > .col-middle {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ui-button--profile > .col-right {
    margin-left: auto;
}

.ui-button--profile .fullname {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

.ui-button--profile .phone {
    color: #607D8B;
    font-size: 16px;
    line-height: 20px;
}

.ui-button.ui-button--avatar {
	width: 32px;
	height: 32px;
	background-color: #FFA726;
	border-radius: 10px;
	padding: 0;
	min-width: auto;
	min-height: auto;
	text-transform: uppercase;
	color: white;
}

[data-lazy="image"] {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: CENTER !important;
}

[data-lazy] {
    transition: 0.3s;
    opacity: 0;
}

[data-lazy].load {
    opacity: 1;
}



/* PRELOADER */

.lds-spinner {
	color: black;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	transform: scale(.5);
}
.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #8a9faa;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

.l-inline-block{
	display: inline-block;
}

.comagic-c-sitephone-label {
	display: none !important;
}

.l-fw-400 {
	font-weight: 400 !important;
}

.ui--preview-genplan {
	height: 480px;
	border-radius: 26px;
	position: relative;
	overflow: hidden;
}

.ui--preview-genplan .background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background-position: center;
	background-size: cover;
}

.ui--preview-genplan .genplan-mask {
	height: 100%;
	z-index: 0;
	position: relative;
	width: 100%;
}

.ui--preview-genplan .genplan-mask:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
	top: 0;
	left: 0;
}

.ui--preview-genplan .genplan-mask > .scrollarea {
	height: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.ui--preview-genplan .genplan-mask > .scrollarea svg {
	height: 100%;
	width: 100%;
	min-width: 1000px;
	position: relative;
	top: 0px;
	left: 0px;
}

.ui--preview-genplan .genplan-mask > .scrollarea svg > g {
}

svg [data-area] {
	fill: transparent;
	stroke: transparent;
	cursor: pointer;
}

text.area-num {
	pointer-events: none;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	fill: #607D8B;
}

body [data-area].forest {fill: #80007e99;}

body [data-area].sold {
	fill: #ff000078;
}

body [data-area].booked {
	fill: #ffc20082;
}

body [data-area]:hover {
	fill: #51ff0069;
}

body [data-area].not_for_sell {
	pointer-events: none;
	fill: #444444b5;
}

body [data-area-num].sold, body [data-area-num].booked, body [data-area-num].hover {
	fill: white;
}

body [data-area-num] {
	transition: 0.2s;
}

.ui--preview-genplan .footer {
	display: flex;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
}

.ui-button.ui-button--11 {
	color: white;
	font-size: 18px;
	line-height: 130%;
}

.ui-button.ui-button--12 {
    background: #EAF2FF;
    padding: 10px 14px;
}

.icon--genplan {
	background: url('/wp-content/themes/svdachi/assets/images/icons/genplan.svg?V') no-repeat center / 16px;
	width: 20px;
	height: 20px;
}

.term-kosminka .ui--preview-genplan .genplan-mask > .scrollarea svg {
	top: 17px;
	left: 2px;
	min-width: 500px;
}

.page-template-template-genplan {
    background: #212121;
}

.ui--genplan-area {
	min-height: 92vh;
	background: #212121;
	position: relative;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
	overflow: auto;
}

.ui--genplan-area > .genplan-mask {
	width: 100%;
	position: relative;
	z-index: 2;
	min-height: 250px;
	overflow: auto;
	min-width: 850px;
}

.ui--genplan-area > .genplan-mask > .background {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
	background-size: contain;
}

.ui--genplan-area > .genplan-mask 
.scrollarea {
	position: relative;
	z-index: 1;
}

.header.header--transparent {
	background: transparent;
	color: white;
}
.notice--close {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}


.village--kosminka .ui--genplan-area > .genplan-mask svg {height: 560px;position: relative;top: 23px;left: -14px;}

.village--kosminka .ui--genplan-area > .genplan-mask {
	min-height: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.village--kosminka  .ui--genplan-area > .genplan-mask .scrollarea {
	display: flex;
	align-items: center;
}

.ui-label.ui-label--1 {
    align-items: center;
    font-size: 14px;
}
.ui-label.ui-label--1 > .icon+.label {
    margin-left: 10px;
}


.ui-label.ui-label--1 .value {
    margin-left: auto;
}

.ui-label.ui-label--1 .label {
    font-weight: 600;
}

.ui-label.ui-label--1 a {
	color: #2979ff;
}

.ui--preview-location {
	height: 248px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	width: 100%;
	background: #4e733e;
}

.ui--preview-location .wrapper .mask {
	position: relative;
	z-index: 1;
}

.ui--preview-location .background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-size: cover;
}

.ui--preview-location .wrapper {
	overflow: hidden;
	position: relative;
	display: flex;
}

.ui--preview-location .wrapper .scrollarea {
	position: relative;
	transform: scale(0.8);
	transform-origin: left top;
}

.village--kosminka .ui--preview-location .wrapper .scrollarea {
	transform: scale(0.63);
}

.village--kosminka .ui--preview-location .wrapper .mask {
    top: 92px;
    left: 7px;
    transform: scale(.86);
}

.village--volga .ui--preview-location .wrapper .mask {
	top: 4px;
	transform: scale(1.006);
	left: 5px;
}

.ui--preview-location .wrapper svg {
	/* margin: auto; */
}

body .ui--preview-location [data-area] {fill: #000000a1;stroke-width: 5px;}

body .ui--preview-location [data-area].current {
    fill: transparent;
    stroke: #2979FF;
}

.ui--area-dimensions {
    display: flex;
    margin: 0 8px;
    align-items: center;
}

.ui--area-dimensions > .icon--road {
    margin-right: 6px;
}

.ui--area-dimensions > .item {
    border-right: 1px solid #B0BEC5;
    padding: 0 5px;
}

.ui--area-dimensions > .item:last-child {
    border: none;
}

.ui--payments-logos {
	display: flex;
	margin: 0 -10px;
	text-align: center;
	font-size: 14px;
	color: #90A4AE;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	max-width: 280px;
	margin: auto;
}

.ui--payments-logos .item {
	margin: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ui--insolation {
	border: 1px solid #B0BEC5;
	border-radius: 20px;
	position: relative;
}

.ui--insolation svg [data-area].current {
	fill: #EAF2FF;
	stroke: #2979FF;
}

.ui--insolation .mask {
	overflow: hidden;
	height: 248px;
	position: relative;
	pointer-events: none;
	position: relative;
	z-index: 1;
}


.ui--insolation.ready {
	 
}

.ui--insolation.ready .mask {
	 transform: rotate(51.02deg);
}

.village--kosminka .ui--insolation.ready .mask {
	transform: rotate(51.02deg) scale(.8);
}

.village--shablikino .ui--insolation.ready .mask {
	transform: rotate(51.02deg) scale(1.6);
}

.w-100{
	width:100%;
}

.ui--insolation .background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    max-width: 275px;
    margin: auto;
    right: 0;
    bottom: 0;
}

.ui--insolation .background #label {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #287aff;
    top: 33px;
    align-items: center;
}

.ui--insolation .background #label [class^="icon-"] {
    width: 11px;
    height: 11px;
}

.ui--insolation .background #label .icon {
    margin-right: 4px;
}

.ui--insolation .background > .area-id {
    color: #2979FF;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: max-content;
    height: fit-content;
    font-size: 12px;
    z-index: 2;
}

.ui--insolation .background .compas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ui--insolation .background .compas .item {
    color: #607D8B;
    font-weight: 600;
    background: #f4f5f7;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    line-height: 1;
    font-size: 12px;
}

.ui--insolation .background .compas .item:first-child {
    left: 0;
    right: 0;
    margin: auto;
    top: 5px;
    color: #FF1744;
    background: #ffe7ec;
}

.ui--insolation .background .compas .item:nth-child(2n) {
    left: 0;
    bottom: 10px;
    margin: auto;
    right: 0;
}

.ui--insolation .background .compas .item:nth-child(3n) {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

.ui--insolation .background .compas .item:last-child {
    top: 0;
    bottom: 0;
    margin: auto;
    right: inherit;
    left: 10px;
}

.ui--insolation .background .sun {
    background: url('/wp-content/themes/svdachi/assets/images/ins-sun-summer.jpg') no-repeat center;
    width: calc(100% - 77px);
    height: 100%;
    margin: auto;
    background-size: contain !important;
}

.ui--insolation .background.autumn .sun{
	background: url('/wp-content/themes/svdachi/assets/images/ins-sun-spring.jpg') no-repeat center;
}

.ui--insolation .background.winter .sun{
	background: url('/wp-content/themes/svdachi/assets/images/ins-sun-winter.jpg') no-repeat center;
}

.position-bottom > .swal2-popup {
	margin-bottom: 0 !important;
	border-radius: 30px 30px 0px 0px !important;
	padding: 30px;
}

.position-bottom.swal2-container {
	padding: 0;
}

.w-90{
	width: 90%;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.ui-header {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(38, 50, 56, 0.08);
	position: fixed;
	width: 100%;
	z-index: 401;
	top: 0;
}

.ui-header .wrapper {
	display: flex;
	align-items: center;
	height: 80px;
}

.ui-header .wrapper > .col-right {
	margin-left: auto;
}

.items--group {
	display: flex;
	align-items: center;
	margin: -12px;
}

.items--group > .item {
	margin: 12px;
}

.ui-header .wrapper > .col-middle {
	margin: 0 30px;
}

.ui-header--menu {
    list-style: none;
    padding: 0;
    display: flex;
    margin: -12px;
}

.ui-header--menu > li {
    margin: 12px;
    font-weight: 600;
}

.ui-gallery {
    display: flex;
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
}

.ui-gallery > .col-left {
    width: 58%;
    padding-right: 8px;
}

.ui-gallery > .col-right {
    width: 42%;
    display: flex;
    flex-wrap: wrap;
}

.ui-gallery .gallery--item {
    width: 100%;
    background: #efefef;
    border-radius: 4px;
    overflow: hidden;
    margin: 4px;
    position: RELATIVE;
    cursor: pointer;
}

.ui-gallery .gallery--item > .placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.ui-gallery >.col-left > .gallery--item {
    height: 424px;
    border-radius: 32px 4px 4px 32px;
}

.ui-gallery > .col-right > .gallery--item {
    width: 229px;
    height: 208px;
}

.ui-gallery > .col-right > .gallery--item:last-child {
    border-radius: 4px 4px 32px 4px;
}

.ui-gallery > .col-right > .gallery--item:nth-child(3n-1) {
    border-radius: 4px 32px 4px 4px;
}

.section > .section--description {
    display: flex;
    margin-bottom: 30px;
}

.section > .section--description > .section-title {
    min-width: 42%;
}

.section > .section--description p {
    font-size: 18px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
}

.section {
    padding-top: 50px;
}
.ui-gallery .gallery--item .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000030;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 40px;
	line-height: 49px;
	color: white;
}

.stories.style--1 {
    margin: 16px 0;
    margin-bottom: 30px;
}

.style--1 .stories__col-title {
    margin: auto 0;
    text-align: left;
    font-weight: 500;
    text-rendering: auto;
}

.style--1 .stories__col .btn--chevron-right {
    bottom: 0;
    width: 10px;
    height: 16px;
    background-size: contain;
    top: 0;
    margin: auto;
}

.style--1 .stories__row {
    padding-bottom: 0px;
}

.style--1 .stories__wrap {
    height: 80px;
}

.ui--modal-menu .focus .select-preview {
    margin-bottom: 10px;
}

.ui--modal-menu .focus .select-preview [class^="icon-"] {
    width: 24px;
    height: 24px;
}

.ui--modal-menu .focus .select-preview .icon {
    top: 0;
}

.ui-header--modal {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgb(38 50 56 / 8%);
	position: fixed;
	width: 100%;
	z-index: 1011;
	top: 0;
	height: 80px;
	display: flex;
	align-items: center;
	transition: 0.2s;
	/* transform: translateY(-10px) scale(.95); */
	filter: opacity(0);
	visibility: hidden;
}

.ui-header--modal .container {
	width: 100%;
}

.ui-header--modal .container .wrapper {
	display: flex;
}

.ui-header--modal .modal__close {
	top: -9px;
}

.ui-header--modal.shown {
	transform: translateY(0px) scale(1);
	filter: opacity(1);
	visibility: visible;
}

.l-ml-auto{
	margin-left: auto;
}

.l-block {
	display: block;
}

.l-fs-20 {
	font-size: 20px;
}

.ui-menu--1 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ui-menu--1 > li {
	font-size: 14px;
	font-weight: 600;
	margin: 12px 0;
}

.ui-menu--1 > li.active, .ui-menu--1 > li.active a {color: #90A4AE;}

.color-red {
	color: #ff5252;
}

.ui--modal-menu.select {
	position: absolute;
	border: 1px solid #B0BEC5;
}

.ui--modal-menu.select > .wrapper > .footer {
	padding-bottom: 10px;
}

.ui--modal-menu.select .wrapper {
	padding-top: 15px;
}