@font-face {
	font-family: "AeonikMono";
	src: url("../fonts/AeonikMono-Regular.woff") format("woff"),
	url("../fonts/AeonikMono-Regular.woff2") format("woff2");
	font-weight: 400;
}
@font-face {
	font-family: "AeonikMono";
	src: url("../fonts/AeonikMono-Medium.woff") format("woff"),
	url("../fonts/AeonikMono-Medium.woff2") format("woff2");
	font-weight: 500;
}
@font-face {
	font-family: "AeonikMono";
	src: url("../fonts/AeonikMono-Bold.woff") format("woff"),
	url("../fonts/AeonikMono-Bold.woff2") format("woff2");
	font-weight: 700;
}
@font-face {
	font-family: "HanleyPro";
	src: url("../fonts/HanleyPro-SlimBold.woff") format("woff"),
	url("../fonts/HanleyPro-SlimBold.woff2") format("woff2");
	font-weight: 700;
}
html:not(.page-load) .draw-js,
html:not(.page-load) .split-text,
html:not(.page-load) .block-anim-js {
	opacity: 0;
	visibility: hidden;
}
.noise {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	background: url("../images/noise.webp") repeat;
	opacity: 0.05;
	z-index: 11;
}
.container {
	position: relative;
	z-index: 4;
}
/*------------update for perq styles----------------*/
.css-load .header__full-menu,
.page-load .header {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header__full-menu {
	padding: 78px 52px 15px;
	position: fixed;
	visibility: visible;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 1004px;
	height: 100vh;
	height: 100dvh;
	background: var(--body-bg);
	color: var(--body-color);
	z-index: 11;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
:root {
	/* my var */
	/*-------------*/
	--body-bg: #EBDFC7;
	--body-color: #0D0D0D;
	/*-------------*/
	--1-rem: 16px;
	--body-fw: 400;
	/*-------------*/
	--body-ff: "AeonikMono", sans-serif;
	--2-ff: "HanleyPro", sans-serif;
	/*-------------*/
	--body-lh: 1.4;
	/*-------------*/
	--text-left: left;
	--text-center: center;
	--text-right: right;
	/*-------------*/
	--0-ls: 0px;
	/*-------------*/
	--1-color: #0D0D0D;
	--1-color-0: rgba(13, 13, 13, 0);
	--1-color-5: rgba(13, 13, 13, 0.05);
	--1-color-20: rgba(13, 13, 13, 0.2);
	--1-color-26: rgba(13, 13, 13, 0.26);
	--1-color-30: rgba(13, 13, 13, 0.3);
	--1-color-50: rgba(13, 13, 13, 0.5);
	--1-color-60: rgba(13, 13, 13, 0.6);
	--1-color-67: rgba(13, 13, 13, 0.67);
	--1-color-70: rgba(13, 13, 13, 0.7);
	--2-color: #EBDFC7;
	--2-color-0: rgba(235, 223, 199, 0);
	--2-color-20: rgba(235, 223, 199, 0.2);
	--2-color-30: rgba(235, 223, 199, 0.3);
	--2-color-60: rgba(235, 223, 199, 0.6);
	--3-color: #F5F0E5;
	--4-color: #131613;
	--5-color: #AC4E36;
	--5-color-0: rgba(172, 78, 54, 0);
	--5-color-20: rgba(172, 78, 54, 0.2);
	--5-color-30: rgba(172, 78, 54, 0.3);
	--5-color-50: rgba(172, 78, 54, 0.5);
	--6-color: #0E100E;
	--6-color-0: rgba(14, 16, 14, 0);
	--7-color: #519872;
	--7-color-0: rgba(81, 152, 114, 0);
	--8-color: #C5BCAA;
	--9-color: #24050F;
	--9-color-0: rgba(36, 5, 15, 0);
	--27-color: #ffffff;
	--light-text-color: #ffffff;
	--light-bg-color: #ffffff;
	/*-------------*/
	--heading-color: inherit;
	--heading-color-second: var(--heading-color);
	--heading-border: none;
	--link-color: inherit;
	--btn-main-color: var(--3-color);
	--btn-main-bg: var(--5-color);
	--btn-secondary-color: var(--2-color);
	--btn-secondary-bg: var(--3-color);
	--btn-simple-color: var(--1-color);
	--btn-simple-bg: var(--2-color);
	--link-bg: none;
	--link-border: none;
	--zoom: 1;
	--button-outline: none;
	--contrast-2-color: var(--body-bg);
	/*------------------*/
	--height: 100%;
	--height-content: 100%;
	--header-height: 136px;
	--header-height-scroll: 89px;
}
.circle-rounded {
	border-radius: 50%;
}
.header-space {
	height: var(--header-height);
}
.button-reset {
	padding: 0;
	background: none;
	border: none;
	font-family: var(--body-ff);
	font-size: 16px;
	cursor: pointer;
	color: currentColor;
}
.ff-body {
	font-family: var(--body-ff);
}
.ff-second {
	font-family: var(--2-ff);
}
.fz-body {
	font-size: 16px;
}
.fz-extra-small {
	font-size: 12px;
}
.fz-small {
	font-size: 14px;
}
.fz-large {
	font-size: 18px;
}
.fz-big {
	font-size: 20px;
}
.fz-extra-large {
	font-size: 22px;
}
.opacity-40 {
	opacity: .4;
}
.opacity-50 {
	opacity: .5;
}
.opacity-60 {
	opacity: .6;
}
.opacity-70 {
	opacity: .7;
}
.opacity-80 {
	opacity: .8;
}
.br-small-second {
	border-radius: 5px;
}
.br-small {
	border-radius: 3px;
}
.br-main {
	border-radius: 6px;
}
.br-big {
	border-radius: 10px;
}
.link,
.link-inner-text {
	background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-size: 0 1px;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 0 0 1px;
	vertical-align: baseline;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	color: inherit;
}
.link:hover,
.link-inner:hover .link-inner-text {
	background-size: 100% 1px;
}
.link-bg-none {
	background: none;
}
.btn-hamburger {
	color: inherit;
	max-width: 29px;
}
.btn-hamburger span {
	display: block;
	width: 27px;
	height: 1px;
	background: currentColor;
}
.btn-hamburger span:nth-child(2) {
	margin: 6px 0;
}
.menu-open .btn-hamburger span:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(6px, 5px);
	-ms-transform: rotate(45deg) translate(6px, 5px);
	transform: rotate(45deg) translate(6px, 5px);
}
.menu-open .btn-hamburger span:nth-child(2) {
	opacity: 0;
}
.menu-open .btn-hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(5px, -4px);
	-ms-transform: rotate(-45deg) translate(5px, -4px);
	transform: rotate(-45deg) translate(5px, -4px);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}
html {
	font-size: var(--1-rem);
	font-family: var(--body-ff);
	line-height: var(--body-lh);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
body {
	margin: 0;
	font-family: var(--body-ff);
	font-size: var(--1-rem);
	font-weight: var(--body-fw);
	line-height: var(--body-lh);
	letter-spacing: var(--0-ls);
	color: var(--body-color);
	text-align: var(--text-left);
	background-color: var(--body-bg);
	text-transform: uppercase;
}
.theme-1 {
	background: var(--body-bg);
	color: var(--body-color);
}
.theme-2 {
	--body-bg: var(--4-color);
	--body-color: var(--2-color);
	--heading-color-second: var(--2-color);
	background: var(--body-bg);
	color: var(--body-color);
}
.theme-3 {
	--body-bg: var(--6-color);
	--body-color: var(--2-color);
	--heading-color-second: var(--2-color);
	background: var(--body-bg);
	color: var(--body-color);
}
.theme-3-revert {
	--body-bg: linear-gradient(0deg, #DB2562 -20%, #FBB35C 100%);
}
.theme-4 {
	--body-bg: var(--5-color);
	--body-color: var(--2-color);
	--heading-color-second: var(--2-color);
	background: var(--body-bg);
	color: var(--body-color);
}
.theme-5 {
	--body-bg: var(--7-color);
	--body-color: var(--2-color);
	--heading-color-second: var(--2-color);
	background: var(--body-bg);
	color: var(--body-color);
}
.theme-6 {
	--body-bg: var(--8-color);
	--body-color: var(--1-color);
	--heading-color-second: var(--1-color);
	background: var(--body-bg);
	color: var(--body-color);
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 16px;
}
main {
	min-height: 50vh;
}
p {
	margin-top: 0;
	margin-bottom: 32px;
}
address {
	margin-bottom: 16px;
	font-style: normal;
	line-height: inherit;
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: 8px;
	margin-left: 0
}
blockquote,
.blockquote {
	margin: 0;
	font-size: calc(var(--1-rem) * .87);
}
blockquote p, .quote {
	quotes: "\201c" "\201d";
}
q::before {
	margin-right: -3px;
}
q::after {
	margin-left: -3px;
}
cite {
	font-style: normal;
}
blockquote p:before, .quote:before {
	content: open-quote;
}
blockquote p:after, .quote:after {
	content: close-quote;
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25rem
}
sup {
	top: -.5rem
}
a {
	color: var(--link-color);
	background: var(--link-bg);
	border: var(--link-border);
	text-decoration: underline;
}
a.hover-text-underline {
	text-decoration: none;
}
.hover-text-underline:hover, a:hover {
	text-decoration: underline;
}
a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: var(--1-rem);
}
pre {
	margin-top: 0;
	margin-bottom: 16px;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 16px;
}
img, video, iframe {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #6c757d;
	text-align: var(--text-left);
	caption-side: bottom;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent
}
button {
	border-radius: 0;
	background: none;
	border: none;
	color: currentColor;
	padding: 1px 6px;
	outline: var(--button-outline);
	outline-offset: 1px;
}
button:focus,
[role=button]:focus {
	outline: var(--button-outline);
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
form {
	margin-bottom: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
[role=button] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
button {
	-webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
textarea {
	color: currentColor;
	height: 55px;
	resize: none;
	outline: none !important;
}
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}
textarea:focus::-moz-placeholder {
	opacity: 0;
}
textarea:focus:-ms-input-placeholder {
	opacity: 0;
}
textarea:focus::-ms-input-placeholder {
	opacity: 0;
}
textarea:focus::placeholder {
	opacity: 0;
}
textarea::-webkit-input-placeholder {
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}
textarea::-moz-placeholder {
	-moz-transition: all .15s ease;
	transition: all .15s ease;
}
textarea:-ms-input-placeholder {
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}
textarea::-ms-input-placeholder {
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}
textarea::placeholder {
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 8px;
	font-size: calc(var(--1-rem) * 1.5);
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: var(--heading-color);
	border: var(--heading-border);
	margin-bottom: 20px;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
	font-weight: 700;
	font-family: var(--2-ff);
	line-height: 1.1;
	text-transform: capitalize;
}
.heading-color {
	color: var(--heading-color-second);
}
.heading-color-2 {
	--heading-color-second: var(--5-color);
	color: var(--heading-color-second);
}
.heading-color-3 {
	--heading-color-second: var(--3-color);
	color: var(--heading-color-second);
}
.heading-color-4 {
	--heading-color-second: var(--4-color);
	color: var(--heading-color-second);
}
.heading-color-gradient {
	background: -webkit-linear-gradient(0deg, #FBB35C 0, #DB2562 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.h1, h1 {
	font-size: 92px;
}
.h1-second {
	font-size: 80px;
	line-height: 1.05;
}
.h1-third {
	font-size: 110px;
}
.h2, h2 {
	font-size: 64px;
}
.h2-second {
	font-size: 72px;
}
.h2-third {
	font-size: 54px;
}
.h3, h3 {
	font-size: 48px;
}
.h3-second {
	font-size: 40px;
}
.h4, h4 {
	font-size: 32px;
}
.h5, h5 {
	font-size: 24px;
}
.h6, h6 {
	font-size: var(--1-rem);
}
hr {
	margin-top: 16px;
	margin-bottom: 16px;
	border: 0;
	border-top: 1px solid currentColor;
}
.small, small {
	font-size: calc(var(--1-rem) * .75);
	font-weight: var(--body-fw);
}
.mark, mark {
	padding: 5px;
	color: var(--body-bg);
	background-color: var(--body-color);
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.nav li {
	padding-left: 0;
}
.nav a {
	font-weight: inherit;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
.nav li:before {
	content: none;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}
a > code {
	color: inherit
}
kbd {
	padding: 8px;
	font-size: 87.5%;
	color: #ffffff;
	background-color: #212529;
	border-radius: 10px
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.form-control {
	display: block;
	border: none;
	background: #0000;
	width: 100%;
	border-radius: 0;
	padding: 1px 0 32px;
	text-transform: uppercase;
	font-size: 14px;
	color: currentColor;
	border-bottom: 1px solid transparent;
}
.form-style-second .form-control {
	padding: 1px 0 8px;
}
.form-control:focus {
	border-bottom: 1px solid;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}
.form-control:-moz-focusring {
	color: transparent;
}
.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus::-webkit-input-placeholder {
	opacity: 0;
}
.form-control:focus::-moz-placeholder {
	opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
	opacity: 0;
}
.form-control:focus::-ms-input-placeholder {
	opacity: 0;
}
.form-control:focus::placeholder {
	opacity: 0;
}
.form-control::-webkit-input-placeholder {
	color: currentColor;
	opacity: 1
}
.form-control::-moz-placeholder {
	color: currentColor;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: currentColor;
	opacity: 1
}
.form-control::-ms-input-placeholder {
	color: currentColor;
	opacity: 1
}
.form-control::placeholder {
	color: currentColor;
	opacity: 1
}
.form-control::-webkit-input-placeholder {
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control::-moz-placeholder {
	-moz-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control:-ms-input-placeholder {
	-ms-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control::-ms-input-placeholder {
	-ms-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control:disabled,
.form-control[readonly],
.sf-input-text[readonly] {
	background-color: var(--body-bg);
	opacity: .2
}
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.fade {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.dropdown .dropdown-toggle {
	display: block;
	padding: 0 20px 0 0;
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	font-weight: 400;
}
.dropdown .dropdown-toggle:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 3px;
	top: -3px;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	border-top: 1.5px solid currentColor;
	border-left: 1.5px solid currentColor;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}
.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle:empty::after {
	margin-left: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	display: none;
	float: left;
	min-width: 100%;
	padding: 8px 0;
	margin: 5px 0 0;
	font-size: var(--1-rem);
	color: var(--body-color);
	text-align: var(--text-left);
	list-style: none;
	background-color: var(--body-bg);
	background-clip: padding-box;
	border: 1px solid var(--body-color);
	overflow: hidden;
}
.dropdown-menu-left {
	right: auto;
	left: 0
}
.dropdown-menu-right {
	right: 0;
	left: auto
}
@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}
@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}
@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}
@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 5px
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 5px
}
.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 5px;
	content: "";
	border-top: 1px solid transparent;
	border-right: 0;
	border-bottom: 1px solid transparent;
	border-left: 1px solid
}
.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropright .dropdown-toggle::after {
	vertical-align: 0
}
.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 5px
}
.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 5px;
	content: ""
}
.dropleft .dropdown-toggle::after {
	display: none
}
.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 5px;
	content: "";
	border-top: 1px solid transparent;
	border-right: 1px solid;
	border-bottom: 1px solid transparent
}
.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropleft .dropdown-toggle::before {
	vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}
.dropdown-divider {
	height: 0;
	margin: 8px 0;
	overflow: hidden;
	border-top: 1px solid var(--body-bg)
}
.dropdown-menu .dropdown-item {
	display: block;
	width: 100%;
	padding: 6px 15px;
	clear: both;
	font-weight: 400;
	color: var(--body-bg);
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	text-decoration: none;
	background-image: none;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
	color: var(--body-color);
	text-decoration: none;
	background-color: var(--body-bg);
}
.dropdown-menu .dropdown-item.disabled,
.dropdown-menu .dropdown-item:disabled {
	color: var(--body-color);
	opacity: .5;
	pointer-events: none;
	background-color: transparent
}
.dropdown-menu.show {
	display: block
}
.dropdown-item-text {
	display: block;
	padding: 8px 15px;
}
.dropdown-toggle-split {
	padding-right: 10px;
	padding-left: 10px;
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.tab-content > .tab-pane {
	display: none
}
.tab-content > .active {
	display: block
}
.modal-open {
	overflow: hidden
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
	pointer-events: none
}
.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px)
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}
.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	max-height: calc(100% - 16px)
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 16px);
	max-height: calc(100dvh - 16px);
	overflow: hidden
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	min-height: calc(100% - 16px)
}
.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}
.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	outline: 0
}
.modal-content--video {
	background: #0000;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 100%;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 30px)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 30px);
		max-height: calc(100dvh - 30px);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 30px)
	}
	.modal-sm {
		max-width: 300px
	}
}
@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	max-width: 98vw;
	max-height: 80vh;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: calc(var(--1-rem) * .87);
	word-wrap: break-word;
	opacity: 0;
	pointer-events: none;
}
.tooltip.show {
	opacity: .9
}
.tooltip .arrow {
	position: absolute;
	display: block;
	width: 10px;
	height: 5px;
	margin: 0;
}
.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
	-webkit-transform: translateY(-5px) rotate(0deg);
	-ms-transform: translateY(-5px) rotate(0deg);
	transform: translateY(-5px) rotate(0deg);
}
.tooltip .arrow:after {
	content: none;
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: 8px 0
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: -1px;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: 8px 8px 0;
	border-top-color: var(--body-color);
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 8px
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: 8px;
	height: 14px
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: -1px;
	border-width: 8px 8px 8px 0;
	border-right-color: var(--body-color)
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: 8px 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 9px
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 8px 8px;
	border-bottom-color: var(--body-color)
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 8px
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: 8px;
	height: 14px
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: -1px;
	border-width: 8px 0 8px 8px;
	border-left-color: var(--body-color)
}
.tooltip-inner {
	max-width: 100%;
	font-size: clamp(25px, 3.25vw, 45px) !important;
	padding: 5px 15px;
	color: var(--body-bg) !important;
	text-align: var(--text-center);
	background-color: var(--body-color);
	border-radius: 10px;
}
.tooltip .arrow:before {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
.embed-responsive::before {
	display: block;
	content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-21by9::before {
	padding-top: 42.857143%
}
.embed-responsive-16by9::before {
	padding-top: 56.25%
}
.embed-responsive-4by3::before {
	padding-top: 75%
}
.embed-responsive-1by1::before {
	padding-top: 100%
}
.visible {
	visibility: visible !important;
	opacity: 1 !important;
}
.invisible {
	opacity: 0 !important;
	visibility: hidden !important;
}
img[src="images/"] {
	opacity: 0;
}
/* my style */
/*-------------------helpers-----------------------*/
.btn-border-wrap,
.s-map__filter-item-border,
.s-list-interactive__img-wrap,
.s-list-interactive__list-item,
.simple-card__pic,
.simple-card,
.link-w-arrow__arrow,
.btn-hamburger,
.btn-arrow-wrap,
.link-scrollto,
.features-card__img-wrap:after,
.btn-arrow,
.transition-default,
.link-social,
.modal-header,
.menu-tgl,
.checkbox-radio__text:before,
label:after,
.label:after,
.btn,
.s-map__filter,
.checkbox__text:after,
.checkbox__text:before,
.arrow:before,
.modal__main-slide:after,
.header__burger span,
.menu-tgl span,
.header__full-menu-nav li a,
.mapboxgl-ctrl button:not(:disabled) {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.btn-hamburger span {
	-webkit-transition: transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}
.menu-open .header__full-menu {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.header__full-menu-nav {
	padding-left: 0;
}
.header__full-menu-nav li {
	list-style-type: none;
	margin-bottom: 0;
}
.header__full-menu-nav li:before {
	content: none;
}
.header__full-menu-nav li a {
	position: relative;
	letter-spacing: calc(var(--0-ls) + 2.1px);
	font-size: calc(var(--1-rem) * 2);
	text-decoration: none;
}
.full-menu__contact-list li a {
	position: relative;
}
.full-menu__contact-list li a {
	font-size: var(--1-rem);
	text-transform: uppercase;
	letter-spacing: calc(var(--0-ls) + 1.6px);
}
.full-menu__contact-list li a:not(.btn) {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.full-menu__contact-list li a:after {
	height: 1px;
}
.header__menu-list {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 1px;
}
.header__menu-list-item {
	margin: 0 15px;
}
.header__address {
	font-size: 14px;
}
.full-menu__contact-list li a:hover:after,
.header__full-menu-nav li a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.after-el-absolute:after {
	content: "";
	display: block;
	position: absolute;
}
.pointer-evnt-none {
	pointer-events: none;
}
.cursor-pointer {
	cursor: pointer;
}
.link-hover-underline {
	text-decoration: none;
}
.link-hover-underline:hover {
	text-decoration: underline;
}
.color-1 {
	color: var(--1-color);
}
.color-2 {
	color: var(--2-color);
}
.color-3 {
	color: var(--5-color);
}
.full-menu__contact-list-wrap {
	padding-left: 30px;
}
.menu-tgl--close {
	top: 57px;
}
.btn-border-wrap,
.btn {
	display: inline-block;
	font-size: 21px;
	padding: 19px 20px 21px;
	font-weight: 700;
	text-align: var(--text-center);
	background: var(--btn-main-bg);
	color: var(--btn-main-color);
	/*border: 1px solid var(--btn-main-bg);*/
	font-family: var(--2-ff);
	letter-spacing: 0.9px;
	line-height: 1;
	cursor: pointer;
	min-width: 220px;
	text-transform: uppercase;
	position: relative;
}
.btn,
.btn-border-wrap {
	clip-path: polygon(8.98707px 0px, calc(100% - 9.987px) 0px, calc(100% - 9.987px) 0px, calc(100% - 9.989551px) 0.049707824px, calc(100% - 9.991808px) 0.099482272px, calc(100% - 9.993777px) 0.149322708px, calc(100% - 9.995464px) 0.199228496px, calc(100% - 9.996875px) 0.249199px, calc(100% - 9.998016px) 0.299233584px, calc(100% - 9.998893px) 0.349331612px, calc(100% - 9.999512px) 0.399492448px, calc(100% - 9.999879px) 0.449715456px, calc(100% - 10px) 0.5px, calc(100% - 10px) 0.5px, calc(100% - 9.875669px) 2.04095053px, calc(100% - 9.5157119999999px) 3.50273664px, calc(100% - 8.939683px) 4.86579911px, calc(100% - 8.167136px) 6.11057872px, calc(100% - 7.217625px) 7.21751625px, calc(100% - 6.110704px) 8.16705248px, calc(100% - 4.865927px) 8.93962819px, calc(100% - 3.502848px) 9.51568416px, calc(100% - 2.041021px) 9.87566117px, calc(100% - 0.50000000000003px) 10px, calc(100% - 0.5px) 10px, calc(100% - 0.449658px) 9.99986962px, calc(100% - 0.39942399999998px) 9.99947896px, calc(100% - 0.34928599999998px) 9.99882874px, calc(100% - 0.29923199999999px) 9.99791968px, calc(100% - 0.24925000000002px) 9.9967525px, calc(100% - 0.19932799999998px) 9.99532792px, calc(100% - 0.14945399999999px) 9.99364666px, calc(100% - 0.099615999999997px) 9.99170944px, calc(100% - 0.049802000000028px) 9.98951698px, calc(100% - 2.8421709430404E-14px) 9.98707px, calc(100% - 0px) calc(100% - 8.9871px), calc(100% - 0px) calc(100% - 8.9871px), calc(100% - 0.049801999999971px) calc(100% - 8.989551px), calc(100% - 0.099615999999941px) calc(100% - 8.991744px), calc(100% - 0.14945400000002px) calc(100% - 8.993679px), calc(100% - 0.19932799999998px) calc(100% - 8.995356px), calc(100% - 0.24925000000002px) calc(100% - 8.996775px), calc(100% - 0.29923199999996px) calc(100% - 8.997936px), calc(100% - 0.34928600000001px) calc(100% - 8.998839px), calc(100% - 0.39942400000001px) calc(100% - 8.999484px), calc(100% - 0.449658px) calc(100% - 8.999871px), calc(100% - 0.50000000000003px) calc(100% - 9px), calc(100% - 0.5px) calc(100% - 9px), calc(100% - 1.992813px) calc(100% - 8.8833861px), calc(100% - 3.412024px) calc(100% - 8.5453728px), calc(100% - 4.739891px) calc(100% - 8.0037027px), calc(100% - 5.958672px) calc(100% - 7.2761184px), calc(100% - 7.050625px) calc(100% - 6.3803625px), calc(100% - 7.998008px) calc(100% - 5.3341776px), calc(100% - 8.783079px) calc(100% - 4.1553063px), calc(100% - 9.388096px) calc(100% - 2.8614912px), calc(100% - 9.795317px) calc(100% - 1.4704749px), calc(100% - 9.987px) calc(100% - 7.105427357601E-15px), 8.98707px calc(100% - 0px), 8.98707px calc(100% - 0px), 8.80525188px calc(100% - 1.4230824px), 8.42134464px calc(100% - 2.7724152px), 7.85139096px calc(100% - 4.0319568px), 7.11143352px calc(100% - 5.1856656px), 6.217515px calc(100% - 6.2175px), 5.18567808px calc(100% - 7.1114184px), 4.03196544px calc(100% - 7.8513792px), 2.77241976px calc(100% - 8.4213408px), 1.42308372px calc(100% - 8.8052616px), 1.61494151385E-15px calc(100% - 8.9871px), 0px 9.98707px, 0px 9.98707px, 1.47047004px 9.79538234px, 2.86148352px 9.38815392px, 4.15529748px 8.78312758px, 5.33416896px 7.99804616px, 6.380355px 7.0506525px, 7.27611264px 5.95868944px, 8.00369892px 4.73989982px, 8.54537088px 3.41202648px, 8.88338556px 1.99281226px, 9px 0.5px, 9px 0.5px, 8.99986962px 0.449715456px, 8.99947896px 0.399492448px, 8.99882874px 0.349331612px, 8.99791968px 0.299233584px, 8.9967525px 0.249199px, 8.99532792px 0.199228496px, 8.99364666px 0.149322708px, 8.99170944px 0.099482272px, 8.98951698px 0.049707824px, 8.98707px 5.5149551592137E-17px);
}
.btn-border-wrap {
	width: 100%;
	height: 100%;
}
.btn.btn-border {
	padding: 1px;
	background: #131613;
}
.btn-big {
	min-width: 255px;
}
.btn-big-second {
	min-width: 320px;
}
.btn-secondary {
	color: var(--btn-secondary-color);
	background: var(--btn-secondary-bg);
	border-color: var(--btn-secondary-bg);
}
.btn-arrow {
	margin-left: 9px;
}
.btn .btn-arrow {
	position: relative;
	top: 1px;
}
.btn-secondary:hover {
	color: var(--btn-secondary-bg);
	background: var(--btn-secondary-color);
}
.link-w-arrow {
	letter-spacing: calc(var(--0-ls) + 0.9px);
}
.link-w-arrow .btn-arrow {
	margin: 0;
}
.link-w-arrow .btn-arrow-wrap {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 10px;
	background: var(--5-color);
	color: var(--2-color);
}
.link-w-arrow-big .btn-arrow-wrap {
	width: 90px;
	height: 90px;
	margin-left: 0;
	margin-right: 13px;
}
.link-w-arrow-second .btn-arrow-wrap {
	background: var(--2-color);
	color: var(--1-color)
}
.units-item:hover .btn-arrow,
.link-w-arrow:hover .btn-arrow,
.btn:hover .btn-arrow {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}
.btn.btn-border:hover .btn-border-wrap,
.btn:not(.btn-border):hover {
	background: #824232;
	color: #F4EEE2;
}
.btn-simple {
	background: transparent;
	color: var(--btn-simple-color);
	border: 1px solid var(--btn-simple-color);
	padding: 11px 13px 15px;
	min-width: 196px;
	clip-path: none;
}
.btn-simple:after,
.btn-simple:before {
	content: none;
}
.btn-simple:hover,
.btn-simple.active,
.btn-simple.is-active {
	background: var(--5-color);
	color: var(--2-color);
	border-color: var(--5-color);
}
.btn-secondary {
	--btn-main-color: var(--1-color);
	--btn-main-bg: var(--5-color);
}
.btn-third {
	--btn-main-color: var(--1-color);
	--btn-main-bg: var(--2-color);
	border-color: var(--btn-main-color);
}
.btn-small {
	min-width: 136px;
}
.header__btn-tour {
	margin-left: 25px;
	min-width: 170px;
}
.header__btn-call {
	margin-right: 10px;
	color: currentColor;
	border-color: currentColor;
}
.link-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.modal__close {
	position: absolute;
	width: 43px;
	height: 43px;
	top: 15px;
	right: 15px;
	z-index: 1;
	padding: 10px 10px 10px 10px;
	line-height: 0;
	opacity: 1;
	color: #ffffff;
}
.modal__close:before,
.modal__close:after {
	content: " ";
	position: absolute;
	left: 19px;
	top: 5px;
	height: 33px;
	width: 2px;
	background-color: currentColor;
}
.modal__close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal__close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hide-scrollbar,
.header__menu {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar,
.header__menu::-webkit-scrollbar {
	display: none;
}
/*-------------------helpers-----------------------*/
/* header style */
.header {
	position: fixed;
	padding: 28px 31px;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: var(--2-color);
	z-index: 10;
}
.header__nav {
	margin-left: 31px;
}
.header__nav-item:not(:last-child) {
	margin-right: 29px;
}
.header__logo-wrap {
	max-width: 237px;
}
.header__col-logo {
	position: absolute;
	left: 50%;
	top: calc(50% + 3px);
	transform: translate(-50%, -50%);
}
.body-scroll .header__logo-wrap {
	max-width: 173px;
}
.header__logo-wrap svg {
	max-width: 100%;
	height: auto;
}
.header__burger {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.modal-close__cross:after,
.modal-close__cross:before {
	content: "";
	position: absolute;
	width: 25px;
	background: var(--header-2-color);
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
}
.modal-close__cross:after,
.modal-close__cross:before {
	width: 20px;
}
.modal-close__cross:after,
.modal-close__cross:before {
	top: 50%;
}
.hide {
	opacity: 0;
	visibility: hidden;
}
.is-active .header__burger:before,
.modal-close__cross:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal-close__cross:after,
.is-active .header__burger:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.body-scroll .header {
	-webkit-box-shadow: 0 4px 6px 0 rgba(255, 255, 255, 0.03);
	box-shadow: 0 4px 6px 0 rgba(255, 255, 255, 0.03);
	background: var(--1-color);
	padding: 14px 31px;
}
.header-style-second:not(.body-scroll):not(.menu-open) .header {
	color: var(--1-color);
}
.header-style-second-border .header:after {
	position: absolute;
	content: "";
	left: 33px;
	bottom: 0;
	width: calc(100% - 66px);
	height: 1px;
	background: currentColor;
}
.header-style-second-border.body-scroll .header:after,
.header-style-second-border.menu-open .header:after {
	opacity: 0;
	visibility: hidden;
}
.header__logo-second,
.header__logo-third {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.header__logo-second,
.header__logo-third,
.header-style-third:not(.body-scroll) .header__logo,
.header-style-second:not(.body-scroll) .header__logo {
	opacity: 0;
	visibility: hidden;
}
.header-style-third:not(.body-scroll) .header__logo-third,
.header-style-second:not(.body-scroll) .header__logo-second {
	opacity: 1;
	visibility: visible;
}
.header-style-third:not(.body-scroll):not(.menu-open) .header__btn-tour {
	--btn-main-bg: #F4EEE2;
	--btn-main-color: var(--5-color);
}
/*.header-style-third:not(.body-scroll):not(.menu-open) .header__btn-tour .btn-bg:before,*/
/*.header-style-third:not(.body-scroll):not(.menu-open) .header__btn-tour .btn-bg:after {*/
/*	background: url(../images/btn-decor-second.svg) no-repeat;*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*}*/
.header-style-no-scroll .header__logo-wrap {
	max-width: 173px;
}
.header-style-no-scroll .header {
	padding: 14px 31px;
}
.header-style-no-scroll {
	--header-height: var(--header-height-scroll);
}
.min-vh-100 {
	min-height: 100vh;
	min-height: 100dvh;
}
/* footer style */
.footer {
	color: var(--body-color);
}
.footer__bottom-content {
	padding: 54px 10px;
}
.form-control-wrap,
.form-control-wrap-textarea {
	margin-bottom: 37px;
}
.form-control-wrap-second {
	margin-bottom: 88px;
}
.form-control-wrap-checkbox {
	margin-bottom: 43px;
}
.footer__help-list-item:not(:last-child) {
	margin-right: 10px;
}
.s-overview__title {
	margin-bottom: 10px;
}
.s-overview__pic {
	position: relative;
	height: 39vh;
}
.features-slider {
	margin: 0 0 22px;
	max-width: 508px;
}
.features-card {
	margin-bottom: 0;
	font-weight: 700;
	padding: 28px;
	border-bottom: 1px solid var(--1-color-30);
	border-radius: 0;
}
.features-card__img-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 123px;
	height: 89px;
}
.features-card__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: calc(100% - 116px);
	padding-left: 25px;
}
.s-overview__tip {
	font-size: calc(var(--1-rem) * .87);
	-webkit-filter: opacity(.7);
	filter: opacity(.7);
}
.swiper-slide-active .features-card__text {
	opacity: 1;
}
.swiper-slide-active .features-card {
	background: var(--4-color-20);
	border-bottom-width: 0;
	border-radius: 10px;
}
/*.s-overview-2 .swiper-slide-active .features-card {*/
/*	background: var(--5-color-20);*/
/*}*/
.units-item__pic-wrap {
	height: 385px;
	margin-bottom: 17px;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(80px);
		transform: translateX(80px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(80px);
		-ms-transform: translateX(80px);
		transform: translateX(80px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.s-map__filter-btn {
	top: 120px;
	left: 21px;
	background: var(--5-color);
	padding: 15px;
	min-width: 120px;
	border-color: var(--5-color);
}
.s-map {
	padding: 86px 0 0;
}
.s-map__mapbox {
	padding: 211px 47px;
}
.s-map__filter {
	position: relative;
	z-index: 2;
	padding: 59px;
	max-width: 489px;
	pointer-events: auto;
}
.s-map__container-map {
	pointer-events: none;
}
.s-map__container-map.is-active {
	opacity: 1;
	visibility: visible;
}
.footer__content-logs img {
	background: none;
}
.s-map__filter-close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--body-color);
	top: 0;
	left: calc(100% + 10px);
	z-index: 2;
}
.s-map__filter-close:after,
.s-map__filter-close:before {
	content: "";
	position: absolute;
	width: 15px;
	background: var(--body-bg);
	height: 2px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.s-map__filter-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.s-map__filter-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.arrow {
	margin-right: 15px;
}
.arrow:before,
.arrow:after {
	content: "";
	display: inline-block;
}
.arrow:after {
	height: 2px;
	width: 30px;
	background: var(--10-color);
	margin-left: -12px;
}
.arrow:before {
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--10-color);
	border-left: 2px solid var(--10-color);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.spec-st {
	background: rgba(245, 245, 245, 0.49);
}
.dropdown__arrow:before {
	border-color: currentColor;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.dropdown__arrow:after {
	background: currentColor;
	width: 15px;
}
.dropdown__arrow {
	position: absolute;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.dropdown__btn-txt {
	top: 2px;
}
.dropdown__btn {
	padding-right: 20px;
}
.form-checkbox,
.checkbox {
	margin-bottom: 19px;
	width: calc(50% - 11px);
}
.form-checkbox {
	width: 100%;
}
.form-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.checkbox__text {
	letter-spacing: calc(var(--0-ls) + .5px);
}
.form-checkbox__text,
.checkbox__text {
	position: relative;
	cursor: pointer;
	min-height: 20px;
	padding: 0 0 0 34px
}
.form-checkbox__text {
	letter-spacing: calc(var(--0-ls) + 0.7px);
}
.form-checkbox__text:before,
.checkbox__text:before {
	content: "";
	position: absolute;
	top: 0;
	left: 3px;
	width: 20px;
	height: 20px;
	border: 1px solid currentColor;
	opacity: 0.7;
	border-radius: 3px;
}
.form-checkbox__text:before {
	top: 1px;
	width: 20px;
	height: 20px;
}
.form-checkbox input:checked + .form-checkbox__text:before,
.checkbox input:checked + .checkbox__text:before {
	opacity: 1;
	background: var(--2-color);
	border-color: #0000;
}
.form-checkbox__text:after,
.checkbox__text:after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 3px;
	left: 10px;
	width: 6px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 2px solid var(--body-bg);
	border-right: 2px solid var(--body-bg);
}
.form-checkbox__text:after {
	top: 3px;
}
.form-checkbox input:checked + .form-checkbox__text:after,
.checkbox input:checked + .checkbox__text:after {
	opacity: 1;
	visibility: visible;
}
.dropdown-block__title {
	letter-spacing: calc(var(--0-ls) + 1px);
}
.last-el-mb-0 > *:last-child {
	margin-bottom: 0;
}
.arrow-in-cycle {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid currentColor;
}
.arrow-in-cycle .arrow:before {
	border-color: currentColor;
}
.arrow-in-cycle .arrow:after {
	background: currentColor;
}
.dropdown-block__title {
	opacity: .6;
	font-size: calc(var(--1-rem) * .93);
}
.modal-dialog {
	min-height: 100%;
}
.min-z-index {
	z-index: 0 !important;
}
body:not(.not-touch) .vbox-content:after,
body:not(.not-touch) .modal__main-slide:first-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 70px;
	margin: auto;
	z-index: 2;
	pointer-events: none;
	background: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.75' cx='35' cy='35.0001' r='35' fill='%23161616'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.6833 39.6054C43.5745 38.9204 42.31 38.5745 41.0455 38.5745C39.295 38.5745 37.5462 39.2293 36.2116 40.5388L35.0001 41.7275V25.7526C35.0001 23.9057 33.4601 22.3947 31.5779 22.3947C29.6957 22.3947 28.1557 23.9057 28.1557 25.7526V33.1398C27.5311 32.3877 26.59 31.8974 25.524 31.8974C24.7831 31.8974 24.1003 32.1358 23.5408 32.5304L16.1711 36.7159C15.153 37.2968 14.4668 38.373 14.4668 39.6087V45.1307C14.4668 51.1345 19.4256 56 25.5445 56C28.5082 56 31.1929 54.8516 33.1795 52.9914L33.1812 53.0065C33.5491 52.6455 44.1854 42.2077 44.9023 41.5042C45.4858 40.9351 45.3438 39.9865 44.6833 39.6054ZM31.9989 51.7759C30.245 53.4162 27.9521 54.3195 25.5446 54.3195C20.3805 54.3195 16.178 50.1977 16.178 45.129V39.6071C16.178 39.0161 16.498 38.4805 17.0352 38.1733L24.5367 33.8937C24.7421 33.7493 25.0809 33.5747 25.5223 33.5747C26.2068 33.5747 26.6346 33.9659 26.8296 34.1993L28.3491 36.0259C28.5784 36.3013 28.9583 36.4054 29.2988 36.2862C29.6393 36.1669 29.8668 35.8496 29.8668 35.4954V25.7526C29.8668 24.8275 30.6351 24.0737 31.578 24.0737C32.5208 24.0737 33.2891 24.8275 33.2891 25.7526V42.5368C33.2891 43.2033 33.6895 43.7708 34.2644 44.0377C34.5912 44.1888 34.9796 44.1234 35.2346 43.8715L37.4197 41.7275C38.3882 40.7773 39.6749 40.2551 41.0438 40.2551C41.8155 40.2551 42.5701 40.423 43.258 40.7454L31.9989 51.7759Z' fill='%23EFECE6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.5315 25.7525H53.8221V29.6023L48.6888 24.5655L47.4773 25.7525L52.6123 30.7893H48.6871L48.6888 32.4682H55.5332L55.5315 25.7525Z' fill='%23EFECE6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.6303 15.679H43.5556V14.0001H36.7112V20.7158H38.4206V16.866L43.5556 21.9028L44.7654 20.7158L39.6303 15.679Z' fill='%23EFECE6'/%3E%3C/svg%3E%0A") center center/contain no-repeat;
}
.component-visible .vbox-content:after,
.component-visible .modal__main-slide:first-child:after {
	opacity: 1 !important;
}
.vbox-content.is-touch:after,
.is-touch .modal__main-slide:first-child:after {
	opacity: 0;
}
.content-bg,
.content-bg:after {
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.content-bg:after {
	z-index: 1;
}
.main-logo {
	z-index: 1;
}
.main-logo .zoomMarker {
	position: relative;
	border-radius: 50%;
}
.main-logo .zoomMarker:after {
	content: "";
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 5px;
	border: 5px solid transparent;
	border-top: 22px solid var(--1-color);
	z-index: -1;
}
.marker .zoomMarker:after {
	content: "";
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 5px;
	border: 3px solid transparent;
	border-top: 11px solid var(--5-color);
	z-index: -1;
}
.mapboxgl-popup {
	top: -32px;
}
.map-attribute.map-attribute__bottom-right .mapboxgl-ctrl-bottom-right {
	display: block;
	right: 56px;
	bottom: 44px;
}
.map-attribute.map-attribute__bottom-left .mapboxgl-ctrl-bottom-left {
	display: block;
	left: 40px;
	bottom: 16px;
}
.map-attribute.map-attribute__bottom-left .mapboxgl-ctrl-logo {
	display: none !important;
	margin: 0;
}
.map-attribute .mapboxgl-ctrl-attrib,
.map-attribute .mapboxgl-ctrl-compass {
	display: none;
}
.map-attribute .mapboxgl-ctrl-zoom-out,
.map-attribute .mapboxgl-ctrl-zoom-in {
	width: 41px;
	height: 41px;
	background: var(--5-color);
	border: 1px solid var(--5-color);
}
.map-attribute .mapboxgl-ctrl-zoom-in {
	margin-bottom: 7px;
}
.map-attribute .mapboxgl-ctrl-group {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.map-attribute .mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
	background: no-repeat url(../images/icons/icon-map-minus.svg) center center !important;
}
.map-attribute .mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
	background: no-repeat url(../images/icons/icon-map-plus.svg) center center !important;
}
.mapboxgl-ctrl button:not(:disabled):hover {
	background-color: #545454;
}
/*----------------------------------------------------------------*/
.contact {
	color: var(--body-bg);
}
.menu-tgl span,
.menu-tgl--close span,
.header__burger span {
	display: block;
	width: 28px;
	height: 2px;
	background: currentColor;
}
.menu-tgl span:nth-child(2),
.menu-tgl--close span:nth-child(2),
.header__burger span:nth-child(2) {
	margin: 6px 0;
}
.menu-tgl,
.menu-tgl--close {
	padding: 5px;
}
.menu-tgl {
	margin-left: 22px;
}
.border-radius-1 {
	border-radius: 6px;
}
.bg-none {
	background: none !important;
}
.swiper-button-wrap {
	top: 43%;
	left: 0;
	right: 0;
	margin: auto;
	width: 86%;
	z-index: 2;
}
.checkboxes-title {
	letter-spacing: calc(var(--0-ls) + .9px);
	font-size: calc(var(--1-rem) * .87);
	margin-bottom: 8px;
}
.checkbox-radio__text-price {
	font-size: calc(var(--1-rem) * .87);
}
.checkbox-radio__text {
	border-radius: 4px;
	background: var(--body-bg);
	border: 1px solid rgba(204, 201, 199, 0.6);
	padding: 9px 21px 9px 35px;
}
.checkbox-radio__text:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 18px;
	width: 8px;
	height: 8px;
	background: var(--body-bg);
	border: 2px solid var(--10-color);
	border-radius: 50%;
}
.checkbox-radio input:checked + .checkbox-radio__text:before {
	left: 16px;
	width: 12px;
	height: 12px;
	border-width: 4px;
	border-color: var(--5-color);
}
.checkboxes-block {
	margin-bottom: 12px;
}
.checkbox-radio input:checked + .checkbox-radio__text {
	border-color: var(--5-color);
}
.checkbox-radio input:checked + .checkbox-radio__text .checkbox-radio__text-price {
	color: var(--5-color);
}
.checkbox-radio {
	margin-bottom: 10px;
}
.header__full-menu-bg {
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	position: fixed;
	left: 0;
	top: 0;
	background: #383838;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}
.menu-open .header__full-menu-bg {
	opacity: 0.9;
	visibility: visible;
}
.menu-tgl--close span:nth-child(2) {
	opacity: 0;
	visibility: hidden;
}
.menu-tgl--close span:first-child {
	-webkit-transform: translate(0, 8px) rotate(45deg);
	-ms-transform: translate(0, 8px) rotate(45deg);
	transform: translate(0, 8px) rotate(45deg);
}
.menu-tgl--close span:last-child {
	-webkit-transform: translate(0, -8px) rotate(-45deg);
	-ms-transform: translate(0, -8px) rotate(-45deg);
	transform: translate(0, -8px) rotate(-45deg);
}
.menu-tgl {
	position: absolute;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 38px;
}
.header__btns-wrap {
	margin-right: 63px;
}
.pointer-events-none {
	pointer-events: none;
}
.hero-gallery {
	min-height: calc(100vh - var(--header-height));
	min-height: calc(100dvh - var(--header-height));
	padding: 100px 0;
}
.swiper__img-back {
	position: absolute;
	top: 50px;
	width: 313px;
	height: 60%;
	opacity: 0;
	visibility: hidden;
}
.swiper-slide-active .swiper__img-back--1,
.swiper-slide-active .swiper__img-back--2 {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.swiper__img-back--1,
.swiper__img-back--2 {
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.swiper__img-back--1 {
	right: 100px;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.swiper__img-back--2 {
	left: 100px;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.swiper-slide-active .swiper__img-back--1,
.swiper-slide-active .swiper__img-back--2 {
	opacity: .5;
	visibility: visible;
}
.swiper-slide-active .swiper__img-back--1 {
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
	right: 48px;
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}
.swiper-slide-active .swiper__img-back--2 {
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	left: 55px;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}
.swiper__heading {
	opacity: 0;
	visibility: hidden;
}
.swiper-slide-active .swiper__heading {
	opacity: 1;
	visibility: visible;
}
.swiper-nav {
	position: absolute;
	top: 235px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1040px;
	height: 62px;
	z-index: 1;
}
.object-pos-bottom {
	-o-object-position: bottom;
	object-position: bottom;
}
.footer__contact-list {
	margin-bottom: 49px;
	max-width: 610px;
}
.footer__logo-link {
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	left: 0;
	max-width: unset;
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
}
.switchLogo:hover .footer__logo-link {
	opacity: 1;
	visibility: visible;
}
.switchLogo:hover .switchLogo__text {
	opacity: 0;
	visibility: hidden;
}
.last-p p:last-child {
	margin-bottom: 0;
}
/*------------------------------------------------------------*/
.modal.fade.show {
	opacity: 1;
}
.modal {
	background: rgba(56, 56, 56, 0.74);
}
.modal-content {
	background: var(--body-bg);
}
.modal-header .arrow-in-cycle {
	top: auto !important;
	bottom: auto !important;
	right: auto !important;
	left: auto !important;
	border-radius: 0;
	background: var(--bg-secondary);
	border: none;
	margin: 0;
}
html:not(.page-load) .modal.fade {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.modal-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid var(--10-color);
	z-index: 99;
	background: var(--body-bg);
}
.modal-header .arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.modal-header .arrow:before {
	border-color: var(--27-color) !important;
	bottom: 4px;
	width: 13px;
	height: 13px;
	left: 0;
	border-width: 2px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.tooltip-block {
	position: relative;
}
.tooltip-block__icon {
	width: 14px;
	height: 14px;
	right: -3px;
	top: -2px;
	background: var(--2-color);
	border-radius: 50%;
	border: 1px solid var(--body-color);
	z-index: 2;
}
.tooltip--secondary .tooltip-inner {
	font-size: calc(var(--1-rem) * .75) !important;
	color: #ffffff !important;
	background: var(--body-color);
	padding: 16px;
	max-width: 300px;
	width: auto;
	text-align: left;
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}
.tooltip--secondary .tooltip-inner h6 {
	font-size: calc(var(--1-rem) * .75);
	margin-bottom: 1px;
}
.tooltip--secondary .tooltip-inner p:last-of-type {
	margin-bottom: 0;
}
.tooltip--secondary.tooltip {
	opacity: 0;
	z-index: 98;
}
.tooltip--secondary.tooltip.show {
	opacity: 1;
}
.link-mask:focus {
	outline: none;
}
.new-blocks-hidden {
	display: none !important;
}
/*----------------------------*/
.concession-banner,
.cookies-alert {
	position: fixed;
	background: var(--5-color);
	color: var(--2-color);
	z-index: 11;
	opacity: 0;
	visibility: hidden;
}
.concession-banner {
	max-width: 304px;
	width: calc(100% - 40px);
	margin: auto;
	right: 16px;
	top: 120px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 13px;
}
.concession-banner__btn-close {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: var(--5-color);
	color: var(--2-color);
	position: absolute;
	top: calc(100% + 7px);
	right: 1px;
}
.concession-banner__img-wrap {
	height: 111px;
	margin-bottom: 14px;
}
.concession-banner__description {
	margin-bottom: 15px;
	font-size: calc(var(--1-rem) * 0.625);
	max-width: 220px;
	letter-spacing: calc(var(--0-ls) + 0.2px);
}
.concession-banner__heading {
	margin-bottom: 9px;
	max-width: 260px;
	letter-spacing: calc(var(--0-ls) + 0.3px);
}
.concession-banner__btn-close,
.cookies-alert__cross {
	border: 1px solid;
}
.cookies-alert__cross {
	border-color: var(--5-color);
}
.cookies-alert__cross:hover,
.concession-banner__btn-close:hover {
	background: var(--2-color);
	border-color: var(--2-color);
}
.concession-banner__btn-close:hover:after,
.concession-banner__btn-close:hover:before,
.cookies-alert__cross:hover:after,
.cookies-alert__cross:hover:before {
	background: var(--5-color);
}
/*----------------------------*/
.cookies-alert {
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 596px;
	font-size: 12px;
	width: 100%;
	margin: auto;
	border-radius: 6px 6px 0 0;
	padding: 10px 50px 8px 24px;
}
.cookies-alert p a {
	font-weight: 700;
	text-decoration: none;
	background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 0 0 1px;
	vertical-align: baseline;
	z-index: 1;
	background-size: 100% 1px;
}
.cookies-alert__cross {
	top: 6px;
	right: 14px;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.27);
}
.before-el-absolute:before {
	content: "";
	position: absolute;
}
.cookies-alert__cross:after,
.cookies-alert__cross:before {
	width: 14px;
	height: 1px;
	top: 11px;
	left: 4px;
	background: var(--2-color);
}
.cookies-alert__cross:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cookies-alert__cross:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*----------------------------*/
.iframe-window {
	height: calc(100% - 71px);
	width: 100%;
	background: #000000;
}
.iframe-window__frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
}
.iframe-window__iframe-video {
	height: 100% !important;
}
.active-view {
	opacity: 1;
	pointer-events: auto;
}
.iframe-nav-panel {
	width: 100%;
	padding: 17px 0 17px 50px;
	border-top: 1px solid rgba(245, 245, 245, 0.17);
	z-index: 10;
}
.iframe-nav-panel__title {
	font-size: calc(var(--1-rem) * 1.125);
	padding-right: 24px;
	margin-right: 23px;
}
.iframe-nav-panel__title:after {
	height: 45px;
	width: 2px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(245, 245, 245, 0.17);
}
.iframe-nav__btn {
	padding: 9px 17px;
	border-radius: 6px;
	background: #0000;
	font-size: calc(var(--1-rem) * .87);
	display: inline-block;
	min-width: 114px;
}
.iframe-nav__btn.is-active {
	background: var(--5-color);
	color: var(--2-color);
	border-color: var(--5-color);
}
.iframe-nav__btn.is-active .iframe-nav__btn-txt:after {
	border-color: var(--2-color);
}
.iframe-nav-panel__slider {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	max-width: 100%;
	width: 100%;
}
.iframe-nav__btn--2 {
	min-width: 132px;
}
.iframe-nav__btn-txt {
	padding-right: 20px;
}
.iframe-nav__btn-txt:after {
	top: 1px;
	bottom: 0;
	right: 4px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.iframe-nav__btn-wrap {
	margin-right: 10px;
	width: auto;
}
.modal-close,
.modal__thumbs-slide,
.s-map__filter-item {
	cursor: pointer;
}
.irs-handle {
	cursor: ew-resize;
}
/*----------------------------*/
body:not(.transition-mode) .menu-item-wow {
	-webkit-transform: translateX(48px);
	-ms-transform: translateX(48px);
	transform: translateX(48px);
	opacity: 0;
	visibility: hidden;
}
.transition-mode .menu-item-wow {
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.hero-iframe__wrap {
	min-height: 100vh;
	min-height: 100dvh;
}
.hero-iframe {
	margin-bottom: 50px;
	padding: 50px 0 0;
	height: calc(100vh - var(--header-height));
	height: calc(100dvh - var(--header-height));
}
.hero-iframe__item {
	height: 100%;
}
/*----------------------------*/
.swiper__img--main-wrap:before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: -o-linear-gradient(top, rgba(97, 71, 104, 0) 0%, var(--2-color) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 71, 104, 0)), to(var(--2-color)));
	background: linear-gradient(to bottom, rgba(97, 71, 104, 0) 0%, var(--2-color) 100%);
	z-index: 2;
	border-radius: 0 0 18px 18px;
}
.swiper__img--main-wrap {
	z-index: 1;
}
.hero-faq {
	padding: 110px 0 50px;
}
.faq__kicker {
	font-size: calc(var(--1-rem) * 0.75);
	margin-bottom: 9px;
}
.faq__subheading {
	max-width: 650px;
}
.faq__nav-link {
	border: 1px solid var(--body-color);
	color: var(--body-color);
	padding: 7px 9px 11px;
	background: #ffffff;
}
.faq__nav-item:first-child .faq__nav-link {
	border-radius: 3px 0 0 3px;
	border-right: none;
}
.faq__nav-item:last-child .faq__nav-link {
	border-radius: 0 3px 3px 0;
	border-left: none;
}
.faq__nav-link.active {
	background: var(--body-color);
	color: #ffffff;
}
.faq__nav-link.active {
	cursor: default;
}
.faq__nav-tabs {
	max-width: 407px;
	margin-bottom: 81px;
}
.accordion-content {
	display: none;
}
.accordion-wrap--first .accordion-content {
	display: block;
}
.faq__faq-wrap {
	max-width: 1000px;
}
.accordion-title {
	font-size: calc(var(--1-rem) * 1.125);
	padding: 22px 40px 36px 0;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 0;
}
.accordion-title--pseudo {
	position: absolute;
	right: 3px;
	top: 24px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid var(--body-color);
}
.accordion-title--pseudo:after,
.accordion-title--pseudo:before {
	position: absolute;
	content: "";
	right: 5px;
	top: 8px;
	width: 8px;
	height: 2px;
	background: var(--body-color);
	border-radius: 4px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.accordion-title:not(.active) .accordion-title--pseudo:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion-title.active,
.accordion-title:hover {
	color: var(--5-color);
}
.accordion-title.active {
	padding-bottom: 20px;
}
.accordion-wrap {
	border-bottom: 1px solid rgba(71, 76, 85, .15);
}
.accordion-content {
	padding: 0 0 0 10px;
	line-height: 1.7;
	padding-bottom: 14px;
}
.content-help-links__resident span {
	opacity: .6;
}
.tooltip-block__icon-3 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	pointer-events: auto;
	border-radius: 50%;
}
.tooltip-loadPerq .tooltip-inner {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}
.tooltip-loadPerq {
	z-index: 101 !important;
}
.tooltip-loadPerq.bs-tooltip-top {
	padding: 0 0 8px !important;
	top: -8px !important;
}
.tooltip-loadPerq.bs-tooltip-left {
	padding: 0 8px 0 0 !important;
	left: -8px !important;
}
.sk-chase {
	width: 10px;
	height: 10px;
	position: relative;
	display: inline-block;
	-webkit-animation: sk-chase 2.5s infinite linear both;
	animation: sk-chase 2.5s infinite linear both
}
.sk-chase-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
	animation: sk-chase-dot 2.0s infinite ease-in-out both
}
.sk-chase-dot:before {
	content: "";
	display: block;
	width: 25%;
	height: 25%;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
	animation: sk-chase-dot-before 2.0s infinite ease-in-out both
}
.sk-chase-dot:nth-child(1) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.sk-chase-dot:nth-child(2) {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}
.sk-chase-dot:nth-child(3) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s
}
.sk-chase-dot:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s
}
.sk-chase-dot:nth-child(5) {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s
}
.sk-chase-dot:nth-child(6) {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s
}
.sk-chase-dot:nth-child(1):before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.sk-chase-dot:nth-child(2):before {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}
.sk-chase-dot:nth-child(3):before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s
}
.sk-chase-dot:nth-child(4):before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s
}
.sk-chase-dot:nth-child(5):before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s
}
.sk-chase-dot:nth-child(6):before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s
}
@-webkit-keyframes sk-chase {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes sk-chase {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes sk-chase-dot {
	80%, 100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes sk-chase-dot {
	80%, 100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes sk-chase-dot-before {
	50% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4)
	}
	100%, 0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes sk-chase-dot-before {
	50% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4)
	}
	100%, 0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.concession-banner__btn {
	font-size: calc(var(--1-rem) * 0.875);
	min-width: 140px;
	padding: 6px 8px 10px;
	color: var(--2-color);
	border-color: var(--2-color);
}
.concession-banner__btn-close:after,
.concession-banner__btn-close:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background: currentColor;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.concession-banner__btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.concession-banner__btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.heading-decor {
	position: absolute;
	left: -36px;
	top: 10px;
	max-width: 25px;
	height: auto;
}
.pseudo-full:after,
.pseudo-full:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pseudo-after:after,
.pseudo-before:before {
	content: "";
}
.s-heading {
	padding: 125px 0 64px;
}
.s-heading__heading {
	max-width: 1161px;
	letter-spacing: calc(var(--0-ls) + 0.2px);
}
.description {
	line-height: 1.7;
	letter-spacing: 0.6px;
}
.description-second {
	line-height: 1.8;
}
.description-ls {
	letter-spacing: calc(var(--0-ls) + 0.2px);
}
.s-overview {
	padding: 123px 0 0;
}
.s-overview-2 {
	padding: 198px 0 0;
}
.heading-top-decor svg {
	max-width: 49px;
	height: auto;
}
.heading-top-decor-second svg {
	max-width: 46px;
	height: auto;
}
.heading-top-decor-third svg {
	max-width: 64px;
	height: auto;
}
.s-overview__heading {
	margin-bottom: 19px;
}
.s-overview__heading-top-decor {
	margin-bottom: 40px;
}
.s-overview__description {
	max-width: 560px;
}
.features-card__img-wrap:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100%;
	background: rgba(235, 233, 221, 0.5);
}
.swiper-slide-active .features-card__img-wrap:after {
	opacity: 0;
	visibility: hidden;
}
.features-card__img-wrap img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.swiper-slide-active .features-card__img-wrap img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.features-card__text {
	opacity: 0.7;
}
.s-overview__container-heading {
	margin-bottom: 108px;
}
.s-overview__disclaimer {
	padding-left: 8px;
}
.s-full-view-image {
	height: 660px;
	margin: -10px 0;
}
.s-units {
	padding: 126px 0 363px;
}
.s-units__heading-top-decor {
	margin-bottom: 37px;
}
.s-units__description {
	max-width: 870px;
	margin-bottom: 39px;
}
.units-item {
	background: #F4EEE2;
	color: var(--1-color);
	padding: 16px;
}
.s-amenities-rows {
	padding: 120px 0 102px;
}
.s-amenities-rows__heading {
	margin-bottom: 11px;
}
.s-amenities-rows__description {
	max-width: 500px;
	margin-bottom: 47px;
}
.s-amenities-rows__list-item {
	border-top: 1px solid;
	padding: 21px 0;
}
.s-amenities-rows__list-item:last-child {
	border-bottom: 1px solid;
}
.s-amenities-rows__list {
	margin-bottom: 58px;
}
.s-amenities-rows__list-inner-item:not(:last-child) {
	border-right: 1px solid;
}
.s-amenities-rows__list-inner-item {
	height: 90px;
}
.body-bg-img {
	position: fixed;
	left: 0;
	top: 0;
	opacity: .56;
	pointer-events: none;
	z-index: 1;
	mix-blend-mode: multiply;
}
.body-bg-img--footer {
	position: absolute;
	mix-blend-mode: color-burn;
	opacity: 1;
}
.body-bg-img--section {
	mix-blend-mode: multiply;
	opacity: .5;
}
.bg-wrap {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bg-paper-wrap img {
	mix-blend-mode: multiply;
	opacity: .5;
}
.theme-2 .bg-paper-wrap img {
	mix-blend-mode: color-burn;
	opacity: .2;
}
.bg-wrap-hero {
	top: calc(-1 * var(--header-height));
}
.container,
.s-full-view-image {
	position: relative;
	z-index: 1;
}
.s-map__heading {
	max-width: 600px;
}
.s-map__filter-item {
	padding: 17px;
	font-size: 16px;
	font-family: var(--body-ff);
	font-weight: 500;
	height: 54px;
}
.s-map__filter-item:not(:hover):not(.active) {
	color: var(--1-color);
	background: transparent;
}
.s-map__filter-item-border {
	opacity: 0;
	visibility: hidden;
}
.s-map__filter-item:not(:hover):not(.active) .s-map__filter-item-border {
	opacity: 1;
	visibility: visible;
}
.s-map__filter-item:not(:last-child) {
	margin-bottom: 16px;
}
.s-map__description {
	margin-bottom: 52px;
}
.s-map__filter-item-svg {
	margin-right: 6px;
}
.s-map__filter-item-text {
	top: 1px;
}
.scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	will-change: transform;
}
/*.scroll:hover {*/
/*	-webkit-animation-play-state: paused;*/
/*	animation-play-state: paused;*/
/*}*/
.part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.box {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative;
}
/* .box:after {
  position: absolute;
  content: '•';
  font-size: 17px;
  right: -4px;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
.footer__heading {
	margin-bottom: 111px;
	padding-top: 119px;
	max-width: 410px;
}
.footer__contact-list-item-heading {
	margin-bottom: 4px;
}
.link-social {
	width: 71px;
	height: 71px;
	border: 1px solid var(--4-color);
	border-radius: 50%;
}
.link-social-second {
	width: 53px;
	height: 53px;
	color: var(--1-color);
	border-color: var(--5-color);
}
.link-social:hover {
	background: var(--4-color);
	color: var(--2-color);
}
.link-social-second:hover {
	background: var(--5-color);
	color: var(--2-color);
}
.link-second {
	text-decoration: underline !important;
}
.link-second:hover {
	text-decoration: none !important;
}
.footer__content-social-item {
	margin: 0 9px;
}
.footer__subheading {
	margin-bottom: 64px;
}
.link-scrollto {
	width: 40px;
	height: 40px;
	border: 1px solid;
	border-radius: 50%;
}
.link-scrollto svg {
	max-width: 100%;
	height: auto;
}
.link-scrollto-second {
	width: 42px;
	height: 52px;
	border-radius: 14px;
}
.link-scrollto:hover .link-scrollto__arrow {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}
.s-amenities__img-wrap,
.s-amenities__pseudo-img-wrap {
	height: 710px;
}
.s-map__filter-item-border,
.s-map__filter-bg,
.footer__decor-2,
.footer__decor-1,
.s-about__img-wrap-1-decor,
.sliderList__img-wrap-1-decor,
.s-hero-neighborhood__card-2-decor,
.s-amenities__row-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.s-amenities__heading {
	margin-bottom: 6px;
}
.s-amenities {
	padding: 137px 0 252px;
}
.s-amenities__img-wrap {
	max-width: 90%;
}
.s-amenities__description {
	max-width: 480px;
}
.decor-br:after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	background: rgba(248, 233, 222, 0.5);
}
.s-amenities-2 {
	padding: 100px 0 127px;
}
.s-amenities-2__heading-top-decor {
	margin-bottom: 9px;
}
.s-amenities-2__heading {
	margin-bottom: 2px;
}
.s-amenities-2__description {
	max-width: 450px;
	margin-bottom: 89px;
}
.s-amenities-2__decor-br {
	margin-bottom: 114px;
	padding-bottom: 1px;
}
.s-amenities-2__img-wrap-2 {
	height: 470px;
	margin-bottom: 113px;
	max-width: 528px;
}
.s-amenities-2__img-wrap-1 {
	max-width: 518px;
	height: 100%;
}
.s-amenities-2__heading-second {
	max-width: 410px;
	margin-bottom: 8px;
	margin-left: 134px;
}
.s-amenities-2__description-second {
	margin-left: 134px;
	margin-bottom: 90px;
}
.s-amenities-second__heading {
	margin-bottom: 8px;
}
.s-full-view-image--container__img {
	position: absolute;
	left: 12px;
	top: 0;
	width: calc(100% + 113px);
	max-width: calc(100% + 113px);
}
.s-full-view-image--container {
	margin: 0;
}
.s-amenities-second {
	padding: 161px 0 237px;
}
.s-img-logo {
	padding: 132px 0 0;
}
.s-img-logo__logo-wrap img {
	max-width: 640px;
	margin-bottom: -31px;
}
.s-img-logo__img-wrap {
	max-width: 1073px;
	height: 770px;
}
.s-amenities-rows-second {
	padding: 75px 0 83px;
}
.s-slide-services {
	padding: 160px 0 113px;
}
.s-slide-services__heading {
	margin-bottom: 8px;
}
.s-slide-services__description {
	max-width: 500px;
}
.s-slide-services__col-description,
.s-slide-services__col-heading {
	margin-bottom: 76px;
}
.concession-banner__btn .btn-arrow {
	margin-left: 10px;
}
.swiper-style .swiper-button-prev:after,
.swiper-style .swiper-button-next:after {
	content: none;
}
.swiper-style .swiper-button-prev,
.swiper-style .swiper-button-next {
	position: relative;
	margin: 0;
	inset: 0;
	width: 60px;
	height: 60px;
	background: var(--2-color);
	color: var(--5-color);
	/*color: currentColor;*/
	border-radius: 50%;
	border: 1px solid;
}
.swiper-style .swiper-button-prev svg,
.swiper-style .swiper-button-next svg {
	width: auto;
	height: auto;
}
.swiper-style .swiper-button-prev {
	margin-right: 19px;
}
.swiper-style-second .swiper-button-prev,
.swiper-style-second .swiper-button-next {
	background: var(--1-color);
	color: var(--2-color);
}
.swiper-style .swiper-scrollbar {
	left: auto;
	right: 0;
	width: calc(100% - 195px);
	bottom: 30px;
	height: 2px;
	border-radius: 0;
	background: var(--5-color-20);
}
.swiper-style .swiper-scrollbar-drag {
	background: var(--5-color);
}
.swiper-style-second .swiper-scrollbar-drag {
	background: var(--1-color);
}
.swiper-style-second .swiper-scrollbar {
	background: var(--1-color-20);
}
.swiper-style-third .swiper-scrollbar-drag {
	background: var(--5-color);
}
.s-hero-switchback__row {
	height: calc(100vh - var(--header-height));
	height: calc(100dvh - var(--header-height));
	min-height: 500px;
	max-height: 800px;
}
.s-hero-switchback__img-wrap {
	height: 100%;
	width: 100%;
}
.s-hero-switchback__heading {
	max-width: 500px;
	margin-bottom: 16px;
}
.s-hero-switchback__description {
	max-width: 450px;
	margin-bottom: 30px;
}
.nh-hr {
	margin: 0;
	border-top-color: var(--1-color-60);
}
.nh-hr.theme-2 {
	border-top-color: var(--2-color-60);
}
.s-slide-gallery {
	padding: 38px 0 90px;
}
.s-slide-gallery__heading {
	max-width: 540px;
	margin-bottom: 8px;
}
.s-slide-gallery__description {
	max-width: 500px;
	margin-bottom: 37px;
}
.s-slide-gallery__col-heading {
	margin-bottom: 62px;
}
.s-contact {
	padding: 13px 0 39px;
}
.s-contact__form {
	max-width: 396px;
}
.s-contact__heading {
	margin-bottom: 32px;
}
.s-contact-info {
	padding: 132px 0;
}
.s-contact-info__list-item:not(:last-child) {
	margin-bottom: 54px;
}
.s-contact-info__work-time-day {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
}
.s-contact-info__work-time-day {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 118px;
	flex: 0 0 118px;
}
.s-contact-info__heading {
	margin-bottom: 10px;
}
.s-thank-you__img-wrap {
	height: 280px;
}
.s-thank-you__img-wrap:after,
.s-thank-you__img-wrap:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(var(--1-color-67)), to(var(--1-color-0)));
	background: -o-linear-gradient(var(--1-color-67) 0%, var(--1-color-0) 100%);
	background: linear-gradient(var(--1-color-67) 0%, var(--1-color-0) 100%);
}
.s-thank-you__img-wrap:before {
	background: var(--1-color-50);
}
.s-thank-you__checkmark {
	width: 136px;
	height: 136px;
	color: var(--2-color);
}
.s-thank-you__checkmark-wrap {
	margin-top: -66px;
	margin-bottom: 87px;
}
.bg-wrap__thank-you {
	top: 56px;
}
.s-thank-you__heading {
	margin-bottom: 24px;
}
.s-thank-you__description {
	max-width: 610px;
	margin-bottom: 29px;
}
.s-thank-you__btn-wrap {
	margin-bottom: 139px;
}
.s-thank-you__hr-wrap svg {
	width: 100%;
	height: auto;
}
.s-thank-you__hr-wrap {
	margin-bottom: 35px;
	color: var(--1-color-26);
}
.s-thank-you__social-heading {
	margin-bottom: 33px;
}
.s-thank-you {
	padding: 0 0 193px;
}
.virtual-tour {
	height: calc(100vh - var(--header-height));
	height: calc(100dvh - var(--header-height));
}
.s-accessibility {
	padding: 50px 0;
}
.full-menu__contact-list-wrap .full-menu__contact-list {
	margin-bottom: 20px;
}
.hero-neighborhood__pic-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 82%;
}
.hero-neighborhood__pic-wrap:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(38, 57, 66, 0.8) 0%, rgba(38, 57, 66, 0) 50%);
}
.hero-neighborhood__container {
	padding: 50px 12px;
}
.switchback {
	padding: 130px 0;
}
.switchback__emblem {
	position: absolute;
	width: 188px;
	height: 188px;
	border-radius: 50%;
	right: -86px;
	bottom: 63px;
}
.switchback__emblem-text {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-animation: rotateSvg 15s infinite forwards linear;
	animation: rotateSvg 15s infinite forwards linear;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
@-webkit-keyframes rotateSvg {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotateSvg {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.tabs-swiper__card {
	background: var(--body-bg);
	padding: 20px 16px 30px;
}
.tabs-swiper__card-img-wrap {
	height: 290px;
}
.tabs-swiper__card-heading {
	font-size: calc(var(--1-rem) * 1.3);
	text-transform: none;
}
.s-map-filter__select {
	background: var(--5-color);
	border: 1px solid var(--5-color);
	padding: 25px;
	border-radius: 35px;
	font-size: var(--1-rem);
	color: var(--2-color);
	font-family: var(--body-ff);
}
.s-map-filter__select-wrap {
	position: absolute;
	left: 52px;
	bottom: 42px;
	width: 312px;
	z-index: 2;
}
.neighborhood-map {
	width: 100%;
	height: 627px;
}
.s-map-filter__select-dropdown {
	position: absolute;
	left: 0;
	bottom: calc(100% + 10px);
	background: var(--5-color);
	border: 1px solid var(--5-color);
	padding: 26px 28px;
	border-radius: 6px;
	z-index: 3;
	width: 100%;
}
.s-map-filter__select-dropdown {
	margin-bottom: 14px;
}
.select-link__icon-wrap {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 0.5px solid var(--2-color);
	background: var(--5-color);
	margin-right: 12px;
}
.s-map-filter__select-link {
	font-family: var(--body-ff);
	font-size: calc(var(--1-rem) * .75);
	font-weight: 700 !important;
	letter-spacing: calc(var(--0-ls) + .9px);
	padding: 8px 0 7px;
	background: none;
	color: var(--2-color);
	cursor: pointer;
}
.s-map-filter__select-link--first {
	padding-top: 0;
}
.s-map-filter__select-link--last {
	padding-bottom: 0;
}
.s-map-filter__select-link:hover .select-link__icon-wrap,
.s-map-filter__select-link.active .select-link__icon-wrap {
	background: var(--2-color);
	border: 1px solid var(--2-color);
	color: var(--5-color);
}
.s-map-filter__select-link:hover .select-link__text,
.s-map-filter__select-link.active .select-link__text {
	opacity: 1;
}
.s-map-filter {
	padding: 130px 0 50px;
}
.hero-neighborhood {
	min-height: 100vh;
	min-height: 100dvh;
}
.select-link__icon-wrap svg {
	max-width: 16px;
	height: auto;
	max-height: 14px;
}
.bg-wrap-gradient:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--1-color-30);
}
.bg-wrap-gradient:after {
	background: linear-gradient(180deg, var(--2-color-0) 0%, var(--2-color) 100%);
}
.theme-2 .bg-wrap-gradient:after {
	background: linear-gradient(180deg, var(--9-color-0) 0%, var(--9-color) 100%);
}
.theme-3 .bg-wrap-gradient:after {
	/*background: linear-gradient(180deg, var(--6-color-0) 0%, var(--6-color) 100%);*/
	content: none;
}
.theme-4 .bg-wrap-gradient:after {
	background: linear-gradient(180deg, var(--5-color-0) 0%, var(--5-color) 100%);
}
.theme-5 .bg-wrap-gradient:after {
	background: linear-gradient(180deg, var(--7-color-0) 0%, var(--7-color) 100%);
}
.bg-wrap-bottom:after {
	transform: rotate(180deg);
}
.bg-wrap-gradient img {
	mix-blend-mode: multiply;
}
.bg-wrap-gradient img {
	opacity: .6;
}
.theme-2 .bg-wrap-gradient img {
	opacity: 1;
	mix-blend-mode: color-burn;
}
.theme-3 .bg-wrap-gradient img {
	opacity: 1;
}
.theme-4 .bg-wrap-gradient img {
	opacity: .8;
}
.hero-top10-second {
	padding: 118px 0 0;
}
.hero-top10-second__heading {
	max-width: 680px;
	margin-bottom: 9px;
}
.hero-top10-second__description {
	max-width: 490px;
}
.footer__logo-wrap svg {
	width: 100%;
	height: auto;
}
.s-units__col-heading {
	margin-bottom: 60px;
}
.slideUnits .swiper-slide {
	max-width: 432px;
}
.slideUnits__btns-wrap {
	padding-top: 68px;
}
.s-inst-slider {
	padding: 131px 0;
}
.s-inst-slider__heading {
	margin-bottom: 23px;
}
.simple-card__soc-icon {
	width: 23px;
	height: 23px;
	bottom: 0;
	top: 0;
	margin: auto;
	right: 4px;
}
.simple-card__soc-icon svg {
	max-width: 100%;
	max-height: 100%;
}
.simple-card__txt {
	font-size: calc(var(--1-rem) * .87);
	margin-bottom: 27px;
}
.simple-card__author {
	font-size: calc(var(--1-rem) * .75);
	padding-right: 30px;
}
.simple-card__author-pic {
	border-radius: 25px;
	width: 37px;
	height: 37px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 37px;
	flex: 0 0 37px;
	margin-right: 8px;
}
.simple-card__author-tag {
	opacity: .5;
}
.simple-card__pic {
	border-radius: 3px 3px 0 0;
}
.simple-card__content {
	padding: 21px 15px 12px;
	-webkit-box-shadow: 0 3px 7px rgba(100, 100, 100, 0.25098);
	box-shadow: 0 3px 7px rgba(100, 100, 100, 0.25098);
	border-radius: 0 0 3px 3px;
}
.swiper-slide:hover .simple-card__pic {
	opacity: 0.8;
}
.swiper-slide:hover .simple-card {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}
.s-inst-slider__description {
	max-width: 520px;
	margin-bottom: 30px;
}
.s-inst-slider__btn-wrap {
	margin-bottom: 75px;
}
.footer__pre-footer-form {
	padding: 82px 0 66px;
}
.pre-footer-form__wrap {
	max-width: 614px;
}
.pre-footer-form__heading {
	margin-bottom: 52px;
	line-height: 1.03;
}
.footer__logo-wrap {
	max-width: 335px;
	margin-bottom: 60px;
}
.footer__logo-second-wrap {
	margin-bottom: 23px;
}
.footer__logo-second-wrap svg {
	max-width: 58px;
	height: auto;
}
.footer__additional-links {
	max-width: 500px;
	margin-bottom: 34px;
}
.s-contact__heading-top-decor {
	margin-bottom: 10px;
}
.s-hero {
	padding: 26px 0 0;
}
.s-hero__heading {
	max-width: 700px;
	margin-bottom: 32px;
}
.s-hero__description {
	max-width: 740px;
	margin-bottom: 30px;
}
.s-hero__img-3,
.s-hero__img-2,
.s-hero__img-4 {
	mix-blend-mode: hard-light;
}
.s-hero__img-3,
.s-hero__img-2 {
	opacity: 0.75;
	z-index: 1;
}
.s-hero__img-2 {
	left: 0;
	bottom: 19.3%;
	width: 100%;
}
.s-hero__img-3 {
	right: 0;
	bottom: 22.4%;
	width: 65.6%;
}
.s-hero__img-4 {
	left: 20.6%;
	top: 18.2%;
}
.s-hero__img-1 {
	z-index: 1;
}
.s-hero__img-wrap {
	margin-top: -96px;
	pointer-events: none;
}
.torn-border {
	margin-bottom: -110px;
	pointer-events: none;
}
.torn-border__img {
	width: 100%;
}
.torn-border__img-wrap {
	transform: translateY(-38%);
}
.torn-border-top {
	transform: rotate(180deg);
}
.torn-border-revert {
	transform: rotateY(180deg);
}
.dot-decor:after,
.dot-decor:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.dot-decor-second:before {
	background: rgba(0, 0, 0, .1);
}
.dot-decor:after {
	background: url("../images/dot-decor-2.webp");
	opacity: .2;
	/*mix-blend-mode: soft-light;*/
}
.s-about-wide-pic__img-decor {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.s-about-wide-pic {
	padding: 0 0 100px;
}
.s-about-wide-pic__top-decor {
	margin-bottom: 44px;
}
.s-about-wide-pic__heading {
	max-width: 830px;
	margin-bottom: 55px;
}
.s-about-wide-pic__description {
	max-width: 880px;
}
.s-about-wide-pic__col-heading {
	margin-bottom: 206px;
}
.s-about-wide-pic__img-wrap {
	padding: 30px;
	width: 100%;
	aspect-ratio: 16/7.2;
}
.s-about-wide-pic__decor-1 {
	right: 48px;
	top: -71px;
	z-index: -1;
	transform: rotate(-4deg);
	max-width: 774px;
}
.s-about-wide-pic__decor-2 {
	left: 38px;
	bottom: -42px;
	transform: rotate(-6deg);
	max-width: 738px;
	z-index: -1;
}
.s-about-wide-pic__decor-3 {
	left: 108px;
	top: -117px;
	max-width: 57px;
}
.last-el-0 > *:last-child {
	margin-bottom: 0;
}
.s-switchback-1 {
	padding: 160px 0 30px;
}
.s-switchback-2 {
	padding: 30px 0 177px;
}
.s-switchback-1__img-decor {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.s-switchback-1__heading {
	margin-bottom: 34px;
}
.s-switchback-2__heading {
	margin-bottom: 40px;
}
.s-switchback-3__heading {
	margin-bottom: 57px;
}
.s-switchback-1__img-wrap {
	padding: 24px 22px;
	height: 664px;
	transform: rotate(4deg);
	max-width: 595px;
}
.s-switchback__description {
	max-width: 510px;
}
.s-switchback-2__img-wrap {
	transform: rotate(-4deg);
	max-width: 520px;
	left: 50px;
	height: 660px;
}
.s-switchback-2__img-wrap-inner {
	background: #F2EADC;
	padding: 20px 20px 70px;
}
.sliderListThumb__list-item:after,
.s-switchback-2__list-item:after {
	position: absolute;
	content: "";
	left: 0;
	top: 31px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #AC4E36;
}
.sliderListThumb__list-item,
.s-switchback-2__list-item {
	padding: 22px 27px;
}
.left-dashed-line:before,
.right-dashed-line:before,
.bottom-dashed-line:before,
.top-dashed-line:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-image: repeating-linear-gradient(to right, currentColor 0, currentColor 2px, transparent 2px, transparent 11px);
	transition: background-image 0.3s ease;
}
.bottom-dashed-line:before {
	top: auto;
	bottom: 0;
}
.right-dashed-line:before {
	top: 0;
	left: auto;
	width: 1px;
	height: 100%;
	background-image: repeating-linear-gradient(180deg, currentColor 0, currentColor 2px, transparent 2px, transparent 11px);
}
.left-dashed-line:before {
	top: 0;
	right: auto;
	width: 1px;
	height: 100%;
	background-image: repeating-linear-gradient(180deg, currentColor 0, currentColor 2px, transparent 2px, transparent 11px);
}
.s-switchback-2__list {
	margin-bottom: 49px;
	max-width: 570px;
}
.s-switchback-1__img-decor-2 {
	position: absolute;
	right: -149px;
	top: -124px;
	transform: rotate(-19deg);
}
.title-decor-2,
.title-decor-1 {
	position: absolute;
	left: -60px;
	top: 61%;
	transform: translateY(-50%);
}
.title-decor-2 {
	left: auto;
	right: -60px;
	transform: translateY(-50%) rotate(180deg);
}
.s-switchback-2__img-decor-1 {
	position: absolute;
	left: -137px;
	bottom: 145px;
	transform: rotate(-28deg);
}
.s-switchback-2__img-decor-2 {
	position: absolute;
	left: -177px;
	bottom: -141px;
	transform: rotate(-55deg);
}
.units-item__item-heading {
	color: #AC4E36;
	line-height: 1;
	margin-bottom: 0;
}
.units-item__item-kicker {
	margin-bottom: -2px;
}
.units-item__item {
	border-top: 1px solid #83827A;
	flex: 1 1 33.333%;
	padding: 6px 0 7px;
}
.units-item__item:not(:last-child) {
	border-right: 1px solid #83827A;
}
.units-item__item-second {
	padding: 15px 0 0;
}
.units-item__item-arrow-wrap {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #AC4E36;
	position: relative;
	top: 2px;
}
.s-units-2__bg-1,
.s-switchback-6__decor-2 {
	left: 0;
	bottom: 0;
	opacity: .3;
	width: 34.5%;
	mix-blend-mode: multiply;
}
.s-units__bg-1 {
	left: 0;
	bottom: 0;
	width: 100%;
	mix-blend-mode: multiply;
}
.s-units-2__bg-2,
.s-switchback-6__decor-1,
.s-units__bg-2 {
	right: 0;
	bottom: 0;
	opacity: .16;
	width: 65.5%;
	transform: translateY(18.5%);
	mix-blend-mode: multiply;
}
.s-units-2__bg-1,
.s-switchback-6__decor-2 {
	left: auto;
	right: -3.3%;
	width: 35.6%;
	transform: rotateY(180deg);
}
.s-units-2__bg-2,
.s-switchback-6__decor-1 {
	right: auto;
	left: 0;
	width: 67.7%;
	transform: translateY(18.5%) rotateY(180deg);
}
.s-switchback-6__decor-1 {
	width: 100%;
	opacity: 1;
}
.s-units-2__bg-1,
.s-units-2__bg-2 {
	opacity: .68;
}
.s-slider-list {
	padding: 107px 0 150px;
}
.s-slider-list__heading {
	margin-bottom: 33px;
}
.s-slider-list__description {
	margin-bottom: 50px;
}
.sliderListThumb {
	margin-bottom: 43px;
}
.sliderListThumb__list-item {
	padding: 25px 25px 24px 47px;
	cursor: pointer;
}
.sliderListThumb__list-item:after {
	left: 20px;
}
.sliderListThumb__list-item.is-active {
	background: linear-gradient(90deg, #AC4E36 0%, #131613 100%);
}
.sliderListThumb__list-item.is-active:after {
	background: #EBDFC7;
}
.s-contact__info-item:last-child .bottom-dashed-line:before,
.s-list-interactive__list-item:hover .top-dashed-line:before,
.s-list-interactive__list-item:hover .bottom-dashed-line:before,
.s-list-interactive__list-item-wrap:hover + .s-list-interactive__list-item-wrap .top-dashed-line:before,
.sliderListThumb__list-item.is-active .top-dashed-line:before,
.sliderListThumb__list-item.is-active .bottom-dashed-line:before,
.sliderListThumb__list-item.is-active .left-dashed-line:before,
.sliderListThumb__list-item.is-active .right-dashed-line:before {
	background: none;
}
.sliderList {
	overflow: visible;
	height: 900px;
}
.sliderList:after {
	position: absolute;
	content: "";
	left: calc(100% + 30px);
	top: -100px;
	width: 100vw;
	height: calc(100% + 100px);
	background: #131613;
	z-index: 1;
}
.sliderList__img-wrap-1 {
	padding: 20px;
	width: 843px;
	position: absolute;
	right: 126px;
	top: 13px;
	height: 669px;
	transform: translateY(50%) rotate(-5deg);
	opacity: 0;
	visibility: hidden;
}
.sliderList__img-wrap-2 {
	padding: 17px 14px 52px;
	width: 423px;
	position: absolute;
	right: 16px;
	top: 302px;
	height: 534px;
	transform: translateY(50%) rotate(4deg);
	background: #F5EFE4;
	opacity: 0;
	visibility: hidden;
}
.sliderList__img-wrap-1-decor-2 {
	position: absolute;
	right: 112px;
	top: -87px;
	transform: rotate(-31deg);
}
.sliderList .swiper-slide:nth-child(2) .sliderList__img-wrap-1 {
	right: 6px;
	transform: translateY(50%) rotate(5deg);
}
.sliderList .swiper-slide:nth-child(2) .sliderList__img-wrap-2 {
	right: 96px;
	transform: translateY(50%) rotate(-5deg);
}
.sliderList .swiper-slide:nth-child(3) .sliderList__img-wrap-1 {
	top: 133px;
}
.sliderList .swiper-slide:nth-child(3) .sliderList__img-wrap-1-decor-2 {
	right: 102px;
	top: 523px;
}
.sliderList .swiper-slide:nth-child(3) .sliderList__img-wrap-2 {
	top: 32px;
}
.sliderList .swiper-slide:nth-child(4) .sliderList__img-wrap-1 {
	right: 26px;
	top: 213px;
}
.sliderList .swiper-slide:nth-child(4) .sliderList__img-wrap-1-decor-2 {
	right: -29px;
	top: 513px;
	transform: rotate(-61deg);
}
.sliderList .swiper-slide:nth-child(4) .sliderList__img-wrap-2 {
	right: 126px;
	top: -80px;
	transform: translateY(50%) rotate(-8deg);
}
.sliderList .swiper-slide:nth-child(5) .sliderList__img-wrap-1 {
	transform: translateY(50%) rotate(8deg);
}
.sliderList .swiper-slide:nth-child(5) .sliderList__img-wrap-2 {
	transform: translateY(50%) rotate(-8deg);
}
.sliderList__img-wrap-1, .sliderList__img-wrap-2 {
	transition: transform 0.5s ease, opacity 0.5s ease;
}
.sliderList__img-wrap-1:nth-child(1), .sliderList__img-wrap-2:nth-child(1) {
	transition-delay: 0.2s;
}
.sliderList .swiper-slide:not(.swiper-slide-active) {
	opacity: 0;
	visibility: hidden;
}
.sliderList .swiper-slide-active .sliderList__img-wrap-1 {
	transform: translateY(0) rotate(-5deg);
}
.sliderList .swiper-slide-active .sliderList__img-wrap-2 {
	transform: translateY(0) rotate(4deg);
}
.sliderList .swiper-slide:nth-child(2).swiper-slide-active .sliderList__img-wrap-1 {
	transform: translateY(0) rotate(5deg);
}
.sliderList .swiper-slide:nth-child(2).swiper-slide-active .sliderList__img-wrap-2 {
	transform: translateY(0) rotate(-5deg);
}
.sliderList .swiper-slide:nth-child(5).swiper-slide-active .sliderList__img-wrap-2,
.sliderList .swiper-slide:nth-child(4).swiper-slide-active .sliderList__img-wrap-2 {
	transform: translateY(0) rotate(-8deg);
}
.sliderList .swiper-slide:nth-child(5).swiper-slide-active .sliderList__img-wrap-1 {
	transform: translateY(0) rotate(8deg);
}
.sliderList .swiper-slide-active .sliderList__img-wrap-1,
.sliderList .swiper-slide-active .sliderList__img-wrap-2 {
	opacity: 1;
	visibility: visible;
}
.title-decor-second-2,
.title-decor-second-1 {
	left: -114px;
	top: 64%;
	transform: translateY(-50%);
}
.title-decor-second-2 {
	left: auto;
	right: -114px;
	transform: translateY(-50%) rotate(180deg);
}
.sliderAbout__img-wrap {
	clip-path: polygon(99.982% 4.118%, 100% 4.118%, 100% 95.808%, 100% 95.808%, 99.998% 95.808%, 99.996% 95.808%, 99.995% 95.808%, 99.993% 95.808%, 99.991% 95.808%, 99.989% 95.808%, 99.988% 95.808%, 99.986% 95.808%, 99.984% 95.808%, 99.982% 95.808%, 99.982% 95.808%, 99.236% 95.862%, 98.528% 96.018%, 97.868% 96.267%, 97.266% 96.602%, 96.73% 97.014%, 96.27% 97.494%, 95.896% 98.034%, 95.617% 98.624%, 95.443% 99.258%, 95.382% 99.926%, 95.382% 99.926%, 95.382% 99.933%, 95.382% 99.941%, 95.382% 99.948%, 95.383% 99.956%, 95.383% 99.963%, 95.383% 99.97%, 95.383% 99.978%, 95.383% 99.985%, 95.383% 99.993%, 95.383% 100%, 4.595% 100%, 4.595% 100%, 4.595% 99.993%, 4.595% 99.985%, 4.595% 99.978%, 4.595% 99.97%, 4.596% 99.963%, 4.596% 99.956%, 4.596% 99.948%, 4.596% 99.941%, 4.596% 99.933%, 4.596% 99.926%, 4.596% 99.926%, 4.536% 99.26%, 4.362% 98.627%, 4.085% 98.037%, 3.712% 97.499%, 3.254% 97.019%, 2.72% 96.608%, 2.12% 96.272%, 1.462% 96.022%, 0.757% 95.864%, 0.014% 95.808%, 0.014% 4.118%, 0.014% 4.118%, 0.749% 4.063%, 1.448% 3.909%, 2.099% 3.663%, 2.696% 3.335%, 3.227% 2.931%, 3.685% 2.461%, 4.059% 1.932%, 4.342% 1.352%, 4.524% 0.73%, 4.595% 0.074%, 95.383% 0.074%, 95.383% 0.074%, 95.455% 0.732%, 95.637% 1.355%, 95.921% 1.935%, 96.297% 2.465%, 96.757% 2.936%, 97.29% 3.34%, 97.889% 3.668%, 98.543% 3.913%, 99.244% 4.065%, 99.982% 4.118%);
	transform: rotate(10deg);
}
.sliderAbout {
	padding: 50px 0;
	margin-bottom: 77px;
}
.sliderAbout .swiper-slide {
	height: 600px;
	width: 520px;
}
.s-slider-about {
	padding: 80px 0;
}
.s-slider-about__s-decor {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-27%);
}
.s-slider-about__description {
	max-width: 890px;
	margin-bottom: 42px;
}
.s-list-interactive {
	padding: 74px 0 0;
}
.s-list-interactive__img-wrap {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	right: 70px;
	top: -161px;
	width: 367px;
	height: 470px;
	padding: 15px 13px 70px;
	background: #F4EEE2;
	transform: rotate(10deg);
	z-index: 2;
	pointer-events: none;
}
.s-list-interactive__list-item {
	padding: 28px 35px;
	cursor: pointer;
}
.s-list-interactive__list-item-wrap:not(:last-child) .bottom-dashed-line:before {
	opacity: 0;
	visibility: hidden;
}
.s-list-interactive__walk-time {
	margin-left: 21px;
	border-radius: 40px;
	border: 1px solid;
	padding: 1px 12px;
}
.s-list-interactive__list-item:hover {
	background: #AC4E36;
}
.s-list-interactive__list-item:hover .s-list-interactive__img-wrap {
	opacity: 1;
	visibility: visible;
	transform: scale(1) rotate(10deg);
}
.s-about__img-wrap-1 {
	position: absolute;
	width: 844px;
	height: 668px;
	padding: 20px;
	left: 67px;
	top: -114px;
	transform: rotate(5deg);
}
.s-about__img-wrap-2 {
	position: absolute;
	width: 303px;
	height: 383px;
	left: 17px;
	top: 250px;
	transform: rotate(-4deg);
}
.s-about__img-wrap-2-inner {
	padding: 10px 10px 37px;
	background: #F5EFE4;
}
.s-about {
	padding: 445px 0;
}
.footer:after,
.s-about__bg-wrap:before,
.s-about__bg-wrap:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(124, 53, 34, 0.9);
}
.s-about__heading {
	margin-bottom: 100px;
}
.s-about__description {
	max-width: 490px;
}
.s-about__img-wrap-2-decor-2 {
	position: absolute;
	left: -103px;
	top: 180px;
	max-width: 230px;
	transform: rotate(-56deg);
}
.s-about__img-wrap-2-decor-1 {
	position: absolute;
	left: -94px;
	top: 86px;
	max-width: 170px;
	transform: rotate(-29deg);
}
.footer__decor-2 {
	padding: 1px;
	background: #EBDFC7;
	left: 27px;
	top: 24px;
	width: calc(100% - 54px);
	height: calc(100% - 48px);
}
.footer__decor-2:after,
.footer__decor-2 {
	clip-path: polygon(calc(100% - 17px) 0.111328px, 17px 0.111328px, 17px 0.111328px, 16.77749868px 2.868815822px, 16.13332864px 5.484640416px, 15.10249076px 7.923801274px, 13.71998592px 10.151297888px, 12.020815px 12.13212975px, 10.03997888px 13.831296352px, 7.81247844px 15.213797186px, 5.37331456px 16.244631744px, 2.75748812px 16.888799518px, 3.1271119027565E-15px 17.1113px, 0px calc(100% - 17px), 0px calc(100% - 17px), 2.75748812px calc(100% - 16.777503px), 5.37331456px calc(100% - 16.133344px), 7.81247844px calc(100% - 15.102521px), 10.03997888px calc(100% - 13.720032px), 12.020815px calc(100% - 12.020875px), 13.71998592px calc(100% - 10.040048px), 15.10249076px calc(100% - 7.8125490000001px), 16.13332864px calc(100% - 5.373376px), 16.77749868px calc(100% - 2.757527px), 17px calc(100% - 1.1368683772162E-13px), calc(100% - 17px) calc(100% - 0px), calc(100% - 17px) calc(100% - 0px), calc(100% - 16.77753px) calc(100% - 2.757527px), calc(100% - 16.13344px) calc(100% - 5.3733759999998px), calc(100% - 15.10271px) calc(100% - 7.812549px), calc(100% - 13.72032px) calc(100% - 10.040048px), calc(100% - 12.02125px) calc(100% - 12.020875px), calc(100% - 10.04048px) calc(100% - 13.720032px), calc(100% - 7.8129899999999px) calc(100% - 15.102521px), calc(100% - 5.3737599999999px) calc(100% - 16.133344px), calc(100% - 2.7577699999999px) calc(100% - 16.777503px), calc(100% - 2.2737367544323E-13px) calc(100% - 17px), calc(100% - 0px) 17.1113px, calc(100% - 0px) 17.1113px, calc(100% - 2.7577699999997px) 16.888799518px, calc(100% - 5.3737599999995px) 16.244631744px, calc(100% - 7.8129900000001px) 15.213797186px, calc(100% - 10.04048px) 13.831296352px, calc(100% - 12.02125px) 12.13212975px, calc(100% - 13.72032px) 10.151297888px, calc(100% - 15.10271px) 7.923801274px, calc(100% - 16.13344px) 5.484640416px, calc(100% - 16.77753px) 2.868815822px, calc(100% - 17px) 0.111328px);
}
.footer__decor-2:after {
	position: relative;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #662413;
}
.footer__social-item-wide,
.footer__social-item {
	border-top: 1px solid;
	flex: 1 1 33.333%;
	padding: 28px 10px;
}
.footer__social-item-wide {
	flex: 0 0 100%;
}
.footer__social-item:not(:last-child) {
	border-right: 1px solid;
}
.footer__col-content {
	padding: 24px 27px;
}
.footer__social-item-text {
	margin-left: 7px;
}
.footer__col-first {
	border-right: 1px solid;
}
.footer__heading-second-text {
	margin-left: 27px;
}
.footer__heading-second {
	border-bottom: 1px solid;
	padding: 23px 30px 26px;
}
.footer__heading-second-img {
	position: relative;
	top: 5px;
}
.footer__form {
	padding: 47px 89px;
}
.footer__content-copy-logo {
	margin-bottom: 7px;
}
.s-about__bg-wrap:before {
	background: linear-gradient(180deg, rgba(124, 53, 34, 0) 80%, rgba(124, 53, 34, 1) 100%);
	z-index: 1;
}
.footer:after {
	background: rgba(124, 53, 34, 1);
}
.kicker-label {
	border: 1px solid;
	border-radius: 40px;
	padding: 3px 15px;
}
.s-hero-neighborhood {
	padding: 68px 0 0;
}
.s-hero-neighborhood__kicker {
	margin-bottom: 8px;
}
.s-hero-neighborhood__heading {
	margin-bottom: 17px;
}
.s-hero-neighborhood__description {
	max-width: 730px;
	margin-bottom: 24px;
}
.s-hero-neighborhood__col-heading {
	margin-bottom: 57px;
}
.s-hero-neighborhood__card-2 {
	padding: 14px;
	transform: rotate(10deg);
	width: 553px;
	height: 434px;
}
.s-hero-neighborhood__card-1 {
	width: 316px;
	height: 400px;
	transform: translate(38px, 3px) rotate(-13deg);
}
.s-hero-neighborhood__card-1-img-wrap {
	height: 351px;
	margin-bottom: 4px;
}
.s-hero-neighborhood__card-3 {
	width: 286px;
	height: 360px;
	transform: translate(-3px, -21px) rotate(-8deg);
}
.s-hero-neighborhood__card-3-img-wrap {
	height: 312px;
	margin-bottom: 7px;
}
.card-simple {
	padding: 10px 10px 32px;
	background: #F4EEE2;
}
.s-hero-neighborhood__img-2 {
	position: absolute;
	left: 65.5%;
	bottom: 0;
}
.s-hero-neighborhood__img-1,
.s-hero-neighborhood__img-2 {
	opacity: .4;
	mix-blend-mode: hard-light;
	width: 65.5%;
}
.s-hero-neighborhood__img-1 {
	transform: rotateY(180deg)
}
.s-hero-neighborhood__container {
	margin-bottom: -228px;
}
.s-hero-ameniites__img-3,
.s-hero-neighborhood__img-3 {
	left: 9.9%;
	top: -85.5%;
	transform: rotate(-11deg);
	opacity: .6;
	mix-blend-mode: hard-light;
}
.s-hero-ameniites__img-3 {
	transform: rotate(0);
}
.s-list-interactive-2 {
	padding: 30px 0 50px;
}
.s-list-interactive-2__top-decor {
	margin-bottom: 19px;
}
.s-list-interactive-2__heading {
	margin-bottom: 32px;
}
.s-list-interactive-2__description {
	max-width: 640px;
}
.s-list-interactive-2__col-heading {
	margin-bottom: 119px;
}
.s-list-interactive-2__footnote {
	padding-top: 19px;
}
.s-card-about__col {
	height: 50vh;
	height: 50dvh;
	min-height: 510px;
}
.card-simple-1,
.card-simple-2,
.card-simple-3,
.card-simple-4 {
	padding: 13px;
	line-height: 1.1;
}
.card-simple-1 {
	width: 288px;
}
.card-simple-2 {
	width: 236px;
}
.card-simple-3 {
	width: 233px;
}
.card-simple-4 {
	width: 345px;
}
.card-simple-1__img-wrap {
	height: 304px;
	margin-bottom: 10px;
}
.card-simple-2__img-wrap {
	height: 198px;
	margin-bottom: 10px;
}
.card-simple-3__img-wrap {
	height: 226px;
	margin-bottom: 11px;
}
.card-simple-4__img-wrap {
	height: 364px;
	margin-bottom: 10px;
}
.s-card-about__description {
	width: 100%;
	max-width: 460px;
}
.s-card-about__heading-wrap {
	width: 100%;
}
.s-card-about__description,
.s-card-about__heading-wrap,
.s-card-about__card {
	position: absolute;
}
.s-card-about-1__card-1 {
	left: 58.2%;
	top: 45.2%;
}
.s-card-about-1__card-2 {
	left: 41.2%;
	top: 87.7%;
}
.s-card-about-1__card-3 {
	left: 8.9%;
	top: -2.3%;
}
.s-card-about-1__card-4 {
	left: -20.5%;
	top: 17%;
}
.s-card-about-1__heading-wrap {
	left: 26.6%;
	top: 58.3%;
}
.s-card-about-1__description {
	left: -25.7%;
	top: 36.1%;
}
.s-card-about-2__card-1 {
	left: 8.2%;
	top: 38.6%;
}
.s-card-about-2__card-2 {
	left: -8.4%;
	top: 67%;
}
.s-card-about-2__card-3 {
	left: 46.4%;
	top: 29%;
}
.s-card-about-2__card-4 {
	left: 17.5%;
	top: -10%;
}
.s-card-about-2__heading-wrap {
	left: -15.4%;
	top: 51.3%;
}
.s-card-about-2__description {
	left: 34.3%;
	top: 28.5%;
}
.s-card-about-3__card-1 {
	left: 56.3%;
	top: 40.5%;
}
.s-card-about-3__card-2 {
	left: 40.2%;
	top: 82.1%;
}
.s-card-about-3__card-3 {
	left: 1.8%;
	top: 31%;
}
.s-card-about-3__card-4 {
	left: 7.5%;
	top: -8%;
}
.s-card-about-3__heading-wrap {
	left: 50%;
	top: 57.1%;
}
.s-card-about-3__description {
	left: -28%;
	top: 33%;
}
.s-card-about-4__card-1 {
	left: -18.5%;
	top: 34.2%;
}
.s-card-about-4__card-2 {
	left: 9.2%;
	top: 75.4%;
}
.s-card-about-4__card-3 {
	left: 47.8%;
	top: 25%;
}
.s-card-about-4__card-4 {
	left: 18.5%;
	top: -14.3%;
}
.s-card-about-4__heading-wrap {
	left: -31%;
	top: 42.5%;
}
.s-card-about-4__description {
	left: 43.2%;
	top: 24.1%;
}
.s-card-about {
	padding: 76px 0;
}
.s-card-about__kicker {
	margin-bottom: 6px;
}
.s-card-about__heading {
	line-height: 1.2;
}
.s-card-about__logo {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.s-card-about-2__decor {
	position: absolute;
	left: -22%;
	bottom: -372px;
	opacity: .12;
	transform: scale(0.6) rotate(9deg);
}
.s-card-about-3__decor-1 {
	position: absolute;
	right: -250px;
	top: 158px;
	transform: rotate(-20deg);
	opacity: .3;
}
.s-card-about-3__decor-2 {
	position: absolute;
	left: -255px;
	bottom: 10px;
	transform: rotate(24deg);
	opacity: .3;
}
.s-card-about-4__decor-1 {
	position: absolute;
	left: -241px;
	bottom: 113px;
	opacity: .25;
	transform: rotate(-32deg);
}
.s-map__filter-divider svg {
	max-width: 100%;
}
.s-map__border-1 {
	left: 0;
	top: -60px;
	width: 100%;
	z-index: 2;
	transform: rotate(180deg);
}
.s-map__border-2 {
	left: 0;
	bottom: -60px;
	width: 100%;
	z-index: 2;
}
.s-map__border-2,
.s-map__border-1 {
	pointer-events: none;
}
.s-map__heading-second {
	margin-bottom: 33px;
}
.s-map__filter-divider {
	margin-bottom: 40px;
}
.footer__bg-paper {
	position: absolute;
	left: 14px;
	top: 0;
	width: calc(100% - 28px);
	height: calc(100% - 1px);
	mix-blend-mode: multiply;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.footer__border {
	display: none;
	margin-bottom: -20px;
}
.footer-style-main--paper .footer__bg-paper {
	opacity: 1;
	visibility: visible
}
.footer-style-second .footer__border {
	display: block;
}
.footer-style-third .footer__border {
	display: none;
}
.footer-style-third .footer,
.footer-style-second .footer {
	--body-bg: var(--4-color);
}
.footer-style-third .footer:after {
	background: linear-gradient(0deg, var(--6-color) 90%, transparent 100%);
	top: -120px;
	height: calc(100% + 120px);
}
.footer-style-contact .footer:after,
.footer-style-second .footer:after {
	content: none;
}
.footer-style-third .footer__decor-1 path,
.footer-style-second .footer__decor-1 path {
	fill: #2B312B;
}
.footer-style-third .footer__decor-2:after,
.footer-style-second .footer__decor-2:after {
	background: #2B312B;
}
.footer-style-contact .footer__col-content {
	display: none !important;
}
.footer-style-contact .footer {
	--body-bg: var(--2-color);
	color: var(--1-color);
}
.s-switchback-3__img-wide-wrap {
	width: 69%;
	padding: 20px;
	aspect-ratio: 16 / 9.4;
	transform: rotate(-5deg);
}
.s-switchback-3__img-wrap {
	padding: 18px;
	height: 526px;
	transform: translate(107px, 33px) rotate(8deg);
	max-width: 473px;
}
.s-switchback-3__img-decor-2 {
	position: absolute;
	right: -116px;
	top: -102px;
	transform: rotate(-24deg);
	max-width: 265px;
}
.s-switchback-3__col-img {
	padding-bottom: 92px;
}
.s-switchback-3__col-content {
	padding-left: 125px;
}
.s-switchback-3__col-img-wide {
	padding-top: 178px;
}
.s-switchback-3__img-decor-3 {
	position: absolute;
	right: -120px;
	top: 149px;
	transform: rotate(-14deg);
}
.s-switchback-3__decor-1 {
	position: absolute;
	left: -45px;
	top: 276px;
	opacity: .2;
}
.s-switchback-3__decor-2 {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 254px;
	opacity: .05;
	max-width: 100%;
	line-height: 1.1;
}
.s-switchback-3 {
	padding: 0 0 103px;
}
.s-switchback-4__bg {
	object-position: top;
	left: 0;
	top: 0;
}
.s-switchback-4 {
	padding: 260px 0 280px;
}
.s-switchback-4__img-wrap {
	height: 656px;
	transform: translate(91px, 33px) rotate(4deg);
	max-width: 520px;
}
.s-switchback-4__img-wrap-inner {
	padding: 18px 18px 67px;
}
.s-switchback-4__img-decor-1 {
	position: absolute;
	right: -131px;
	top: 222px;
	transform: rotate(25deg);
	max-width: 265px;
}
.s-switchback-4__img-decor-2 {
	position: absolute;
	right: -174px;
	top: 343px;
	transform: rotate(56deg) rotateY(180deg);
}
.s-wide-img {
	transform: translateY(-9%);
	max-height: 800px;
}
.s-wide-img .torn-border__img {
	object-fit: cover;
	object-position: top;
}
.s-switchback-5 {
	padding: 150px 0 50px;
}
.s-switchback-5__col-content {
	padding-left: 93px;
}
.s-switchback-5__img-wrap {
	height: 656px;
	max-width: 520px;
	transform: translate(40px, 11px) rotate(4deg);
}
.s-switchback-5__img-decor-2 {
	position: absolute;
	transform: rotate(33deg);
	right: -133px;
	top: 362px;
}
.s-switchback-5__decor-1 {
	position: absolute;
	left: -107px;
	top: -34px;
	opacity: .2;
}
.s-switchback-6__img-decor-1 {
	position: absolute;
	left: -104px;
	top: 33px;
	transform: rotate(9deg);
}
.s-switchback-6__img-wrap {
	padding: 20px;
	transform: translate(90px, -10px) rotate(-8deg);
	max-width: 477px;
	height: 530px;
}
.s-switchback-6__col-content {
	padding-left: 31px;
	padding-bottom: 32px;
}
.s-switchback-6 {
	padding: 50px 0 450px;
}
.s-contact .bg-paper-wrap:after,
.s-switchback-6:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 210px;
	background: linear-gradient(0deg, #C5BCAA 20%, rgba(197, 188, 170, 0) 100%);
}
.s-contact .bg-paper-wrap:after {
	background: linear-gradient(0deg, #EBDFC7 20%, rgba(197, 188, 170, 0) 100%);
}
.s-switchback-7 {
	padding: 123px 0 150px;
}
.s-switchback-7__img-wrap,
.s-switchback-7__img-wrap-2 {
	position: absolute;
	left: 0;
	top: 0;
}
.s-switchback-7__heading {
	margin-bottom: 52px;
}
.s-switchback-7__img-wrap {
	left: -153px;
	top: -146px;
	width: 430px;
	height: 543px;
	transform: rotate(-10deg);
}
.s-switchback-7__img-wrap-inner {
	padding: 18px 16px 52px;
}
.s-switchback-7__img-decor-1 {
	position: absolute;
	right: 31px;
	top: -55px;
	transform: rotate(-7deg);
}
.s-switchback-7__img-wrap-2 {
	left: 48px;
	top: 52px;
	transform: rotate(10deg);
	width: 400px;
	height: 510px;
}
.s-switchback-7__img-wrap-2-inner {
	padding: 18px 13px 50px;
}
.s-switchback-8 {
	padding: 120px 0;
}
.s-switchback-8__img-wrap {
	padding: 20px;
	max-width: 474px;
	height: 525px;
	transform: translate(36px, 4px) rotate(8deg);
}
.s-switchback-8__img-decor-1 {
	position: absolute;
	transform: rotateY(180deg);
	left: -100px;
	top: 23px;
	max-width: 177px;
}
.s-switchback-8__col-content {
	padding-top: 100px;
	padding-left: 25px;
}
.s-switchback-8__title-decor {
	position: absolute;
	left: -100px;
	top: -20px;
	opacity: .2;
}
.s-switchback-8__decor-1 {
	position: absolute;
	right: -319px;
	bottom: 13px;
	opacity: .15;
	transform: rotate(26deg);
}
.s-additional-list {
	padding: 80px 0 140px;
}
.s-additional-list__heading {
	margin-bottom: 41px;
}
.s-additional-list__list {
	padding: 0 12px;
}
.s-additional-list__list-item {
	flex: 1 1 25%;
	padding: 50px 10px;
}
.s-additional-list__list-item:last-child .right-dashed-line:before {
	opacity: 0;
	visibility: hidden;
}
.s-additional-list__list-item-img {
	margin-bottom: 13px;
}
.s-hero-residences__img-3 {
	left: 79.6%;
	top: -93%;
	opacity: .6;
	mix-blend-mode: hard-light;
}
.s-combined-switchback {
	padding: 60px 0 180px;
}
.s-combined-switchback__heading-1 {
	max-width: 600px;
	margin-bottom: 32px;
}
.s-combined-switchback__description-1 {
	max-width: 580px;
}
.s-combined-switchback__img-wrap-1 {
	padding: 20px;
	max-width: 631px;
	height: 710px;
	transform: translate(-60px, 190px) rotate(4deg);
}
.s-combined-switchback__img-wrap-2 {
	transform: translate(253px, -249px) rotate(-4deg);
	max-width: 510px;
	height: 645px;
}
.s-combined-switchback__img-wrap-2-inner {
	padding: 20px 20px 65px;
}
.s-combined-switchback__heading-2 {
	margin-bottom: 38px;
}
.s-combined-switchback__img-1-decor-1 {
	position: absolute;
	right: -88px;
	top: -47px;
	transform: rotate(-6deg);
}
.s-combined-switchback__img-1-decor-2 {
	position: absolute;
	right: -108px;
	top: -50px;
	transform: rotate(-13deg);
}
.s-combined-switchback__img-2-decor-1 {
	position: absolute;
	left: -130px;
	top: 204px;
	transform: rotate(-31deg);
}
.s-combined-switchback__img-2-decor-2 {
	position: absolute;
	left: -173px;
	top: 329px;
	max-width: 1000px;
	transform: rotate(-56deg);
}
.s-border-img-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transform: translateY(-7%);
}
.s-border-img-wrap:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20%;
	background: linear-gradient(180deg, rgba(235, 223, 199, 0) 0%, #EBDFC7 100%);
}
.s-switchback-9 {
	padding: 320px 0 291px;
}
.s-switchback-9__divider {
	margin-bottom: 23px;
}
.s-switchback-9__heading {
	margin-bottom: 22px;
}
.s-switchback-10 {
	padding: 30px 0 162px;
}
.s-switchback-10__heading {
	max-width: 480px;
	margin-bottom: 48px;
}
.s-switchback-10__heading-decor {
	position: absolute;
	left: -114px;
	top: -27px;
	opacity: .2;
}
.s-switchback-10__img-wrap {
	max-width: 587px;
	height: 656px;
	padding: 20px;
	transform: translate(-50px, -79px) rotate(11deg);
}
.s-switchback-10__img-decor-1 {
	position: absolute;
	right: -64px;
	bottom: -2px;
	transform: rotate(27deg);
	max-width: 272px;
}
.s-units__heading-draw {
	position: absolute;
	left: -29px;
	bottom: -20px;
	z-index: -1;
	max-width: calc(100% + 29px);
}
.s-units-2__heading {
	margin-bottom: 4px;
}
.s-units-2__unit-wrap {
	width: 45.7%;
	margin-bottom: 75px;
}
.s-units-2__description {
	max-width: 760px;
	margin-bottom: 39px;
}
.s-units-2 {
	padding: 49px 0 360px;
}
.s-units-2__decor {
	left: 4.5%;
	top: 37.3%;
	mix-blend-mode: hard-light;
	opacity: .49;
}
.title-decor-third-2,
.title-decor-third-1 {
	left: -170px;
	top: 65%;
	transform: translateY(-50%);
}
.title-decor-third-2 {
	left: auto;
	right: -170px;
	transform: translateY(-50%) rotateY(180deg);
}
.s-contact__img-wide-border,
.s-contact__img-wide-wrap-inner {
	clip-path: polygon( 1.112% 99.997%,1.112% 99.997%,1.05% 99.34%,0.975% 98.713%,0.889% 98.12%,0.79% 97.565%,0.681% 97.049%,0.562% 96.577%,0.434% 96.151%,0.297% 95.775%,0.152% 95.452%,0% 95.184%,0% 4.813%,0% 4.813%,0.152% 4.546%,0.297% 4.223%,0.434% 3.847%,0.562% 3.421%,0.681% 2.949%,0.79% 2.434%,0.889% 1.878%,0.975% 1.285%,1.05% 0.658%,1.112% 0%,98.888% 0%,98.888% 0%,98.95% 0.657%,99.025% 1.284%,99.111% 1.877%,99.21% 2.433%,99.319% 2.948%,99.438% 3.42%,99.566% 3.846%,99.703% 4.222%,99.848% 4.546%,100% 4.813%,100% 95.187%,100% 95.187%,99.848% 95.454%,99.703% 95.777%,99.566% 96.153%,99.438% 96.579%,99.319% 97.051%,99.21% 97.566%,99.111% 98.122%,99.025% 98.715%,98.95% 99.342%,98.888% 100%,1.112% 100%,1.112% 99.997% );
}
.s-contact__map-border,
.s-contact__map-wrap {
	clip-path: polygon(16.993px 0px, calc(100% - 17.993px) 0px, calc(100% - 17.993px) 0px, calc(100% - 17.994411px) 0.049846739px, calc(100% - 17.995648px) 0.099728032px, calc(100% - 17.996717px) 0.149643693px, calc(100% - 17.997624px) 0.199593536px, calc(100% - 17.998375px) 0.249577375px, calc(100% - 17.998976px) 0.299595024px, calc(100% - 17.999433px) 0.349646297px, calc(100% - 17.999752px) 0.399731008px, calc(100% - 17.999939px) 0.449848971px, calc(100% - 18px) 0.5px, calc(100% - 18px) 0.5px, calc(100% - 17.770955px) 3.338595px, calc(100% - 17.10784px) 6.03136px, calc(100% - 16.046685px) 8.542265px, calc(100% - 14.62352px) 10.83528px, calc(100% - 12.874375px) 12.874375px, calc(100% - 10.83528px) 14.62352px, calc(100% - 8.542265px) 16.046685px, calc(100% - 6.0313599999999px) 17.10784px, calc(100% - 3.3385950000001px) 17.770955px, calc(100% - 0.50000000000011px) 18px, calc(100% - 0.5px) 18px, calc(100% - 0.44990099999995px) 17.9999309px, calc(100% - 0.39980799999978px) 17.9997232px, calc(100% - 0.34972700000003px) 17.9993763px, calc(100% - 0.29966399999989px) 17.9988896px, calc(100% - 0.24962499999992px) 17.9982625px, calc(100% - 0.19961599999988px) 17.9974944px, calc(100% - 0.14964299999997px) 17.9965847px, calc(100% - 0.099711999999954px) 17.9955328px, calc(100% - 0.049829000000045px) 17.9943381px, calc(100% - 1.1368683772162E-13px) 17.993px, calc(100% - 0px) calc(100% - 16.993px), calc(100% - 0px) calc(100% - 16.993px), calc(100% - 0.049828999999932px) calc(100% - 16.994411px), calc(100% - 0.09971199999984px) calc(100% - 16.995648px), calc(100% - 0.14964300000008px) calc(100% - 16.996717px), calc(100% - 0.19961599999999px) calc(100% - 16.997624px), calc(100% - 0.24962499999992px) calc(100% - 16.998375px), calc(100% - 0.29966399999989px) calc(100% - 16.998976px), calc(100% - 0.34972700000003px) calc(100% - 16.999433px), calc(100% - 0.39980800000001px) calc(100% - 16.999752px), calc(100% - 0.44990100000007px) calc(100% - 16.999939px), calc(100% - 0.50000000000011px) calc(100% - 17px), calc(100% - 0.5px) calc(100% - 17px), calc(100% - 3.2906629999999px) calc(100% - 16.778718px), calc(100% - 5.9410639999999px) calc(100% - 16.137664px), calc(100% - 8.417021px) calc(100% - 15.111026px), calc(100% - 10.684352px) calc(100% - 13.732992px), calc(100% - 12.708875px) calc(100% - 12.03775px), calc(100% - 14.456408px) calc(100% - 10.059488px), calc(100% - 15.892769px) calc(100% - 7.8323939999999px), calc(100% - 16.983776px) calc(100% - 5.390656px), calc(100% - 17.695247px) calc(100% - 2.7684619999999px), calc(100% - 17.993px) calc(100% - 1.1368683772162E-13px), 16.993px calc(100% - 0px), 16.993px calc(100% - 0px), 16.70424282px calc(100% - 2.7209079999999px), 16.01558336px calc(100% - 5.3012239999999px), 14.95943974px calc(100% - 7.7085360000001px), 13.56823008px calc(100% - 9.910432px), 11.8743725px calc(100% - 11.8745px), 9.91028512px calc(100% - 13.568328px), 7.70838606px calc(100% - 14.959504px), 5.30109344px calc(100% - 16.015616px), 2.72082538px calc(100% - 16.704252px), 3.0867508549193E-15px calc(100% - 16.993px), 0px 17.993px, 0px 17.993px, 2.76840368px 17.69531342px, 5.39056384px 16.98386816px, 7.83228816px 15.89285594px, 10.05938432px 14.45646848px, 12.03766px 12.7088975px, 13.73292288px 10.68433472px, 15.11098064px 8.41697186px, 16.13764096px 5.94100064px, 16.77871152px 3.29061278px, 17px 0.5px, 17px 0.5px, 16.9999309px 0.449848971px, 16.9997232px 0.399731008px, 16.9993763px 0.349646297px, 16.9988896px 0.299595024px, 16.9982625px 0.249577375px, 16.9974944px 0.199593536px, 16.9965847px 0.149643693px, 16.9955328px 0.099728032px, 16.9943381px 0.049846739px, 16.993px 5.5321747183257E-17px);
}
.s-contact__map-border,
.s-contact__img-wide-border {
	background: var(--1-color);
	padding: 1px;
}
.s-contact__img-wide-wrap-inner:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	background: #EBDFC6;
	opacity: .56;
}
.s-contact__img-wide-decor {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.s-contact__img-wide-wrap {
	padding: 10px;
	height: 400px;
	margin-bottom: 31px;
}
.s-contact__info-decor {
	opacity: .53;
}
.s-contact__info-heading-decor-2,
.s-contact__info-heading-decor-1 {
	top: 61%;
	left: -32px;
	transform: translateY(-50%);
	max-width: 22px;
}
.s-contact__info-heading-decor-2 {
	left: auto;
	right: -32px;
	transform: translateY(-50%) rotateY(180deg);
}
.s-contact__info-heading {
	margin-bottom: 49px;
}
.s-contact__info-item-heading {
	margin-bottom: 4px;
}
.s-contact__info-item:not(:last-child) {
	margin-bottom: 25px;
	padding-bottom: 22px;
}
.s-contact__info-item .bottom-dashed-line:before {
	left: 50%;
	transform: translateX(-50%);
	width: 26%;
}
.s-contact__info-wrap {
	margin-bottom: 50px;
}
.s-contact__col-map,
.s-contact__col-info {
	border-right: 1px solid;
}
.s-contact__form-heading {
	margin-bottom: 36px;
}
.s-contact__col-form,
.s-contact__col-info {
	padding-top: 37px;
	padding-bottom: 95px;
}
.s-contact-2-borders {
	border-top: 2px solid;
	border-bottom: 1px solid;
	padding: 2px;
}
.s-thank-you__checkmark-decor {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.s-thank-you__divider {
	height: 1px;
	background: currentColor;
	opacity: .5;
	margin-bottom: 35px;
}
.map-homepage {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.virtual-tour-page .footer {
	padding-top: 50px;
}
@media (min-width: 576px) {
	.form-style .form-50 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: calc(50% - 27px);
	}
	.form-style-second .form-50 {
		width: calc(50% - 15px);
	}
}
@media (min-width: 768px) {
	.s-overview__title {
		margin-bottom: 31px;
	}
	.modal__main-slide {
		height: 350px;
	}
	.view-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: -7px;
		margin-right: -7px;
	}
}
@media (min-width: 992px) {
	.w-lg-auto {
		width: auto !important;
	}
	.w-lg-50 {
		width: 50% !important;
	}
	.position-lg-static {
		position: static !important;
	}
	.footer .form-control-row {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
	.modal__main-slide {
		height: 450px;
	}
	.modal-close__txt {
		font-size: calc(var(--1-rem) * .87);
		letter-spacing: calc(var(--0-ls) + 1px);
		opacity: .7;
		margin-right: 11px;
	}
	.modal__main-slider-wrap {
		position: relative;
	}
	.modal__main-slider-wrap,
	.modal__thumbs-slider-wrap {
		padding: 0 80px;
	}
	.modal__thumbs-slider {
		padding: 0;
		max-width: 440px;
	}
	.modal__slider-arrows {
		bottom: calc(50% - 30px);
	}
	.s-units-slider {
		max-width: 348px;
		margin-left: 0;
	}
	.s-units-slider-wrap-2 {
		margin-left: 50px;
		width: 100vw;
	}
	.s-units-slider-wrap {
		max-width: calc(100% - 372px);
	}
	.animated-desktop {
		-webkit-animation-timing-function: cubic-bezier(0.24, 0.32, 0.48, 0.88);
		animation-timing-function: cubic-bezier(0.24, 0.32, 0.48, 0.88);
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	.fadeInRight-desktop {
		-webkit-animation-name: fadeInRight;
		animation-name: fadeInRight;
	}
	.swiper-slide.animated-desktop:nth-of-type(2) {
		-webkit-animation-delay: .2s;
		animation-delay: .2s;
	}
	.swiper-slide.animated-desktop:nth-of-type(3) {
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
	}
	.swiper-slide.animated-desktop:nth-of-type(4) {
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
	}
	.back-wrap {
		margin-bottom: 40px;
	}
	.menu-tgl--close {
		position: absolute;
		right: 44px;
		z-index: 12;
	}
	.switchback__img-wrap {
		height: 655px;
	}
	.footer__content-copy {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.full-menu__contact-list-wrap .full-menu__contact-list:not(:last-child) {
		margin-right: 20px;
	}
	.switchback__img-wrap {
		height: 655px;
	}
	.s-cards__slider .swiper-slide {
		height: auto;
		margin-bottom: 32px;
	}
	.s-cards__slider .swiper-wrapper {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		pointer-events: none;
	}
	.s-cards__slider .swiper-slide {
		pointer-events: auto;
	}
	.s-inst-slider__slider {
		max-width: 1126px;
	}
	.s-cards__col {
		width: 33.333%;
		padding: 0 14px;
	}
	.s-combined-switchback__col-heading-2 {
		padding-left: 162px;
		padding-bottom: 40px;
	}
	.s-switchback-10__col-content {
		padding-left: 82px;
	}
}
@media (min-width: 1200px) {
	.footer__content {
		padding: 0;
	}
	.modal__main-slide {
		height: 570px;
	}
	.modal__main-slider-wrap, .modal__thumbs-slider-wrap {
		padding: 0 120px;
	}
	.modal__main-slider {
		margin-bottom: 36px;
	}
	.modal__thumbs-slide {
		height: 70px;
	}
	.btn,
	.dropdown-menu .dropdown-item,
	.units-item__pic {
		-webkit-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.units-item:hover .units-item__pic {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0.8;
	}
	.s-units-slider-wrap {
		max-width: calc(100% - 445px);
	}
	.hero__heading {
		margin: 0 0 12px;
	}
	.enablebutton {
		pointer-events: none;
		opacity: 0.4;
	}
	.dropdown-menu .dropdown-item:focus,
	.dropdown-menu .dropdown-item:hover {
		color: var(--body-color);
		text-decoration: none;
		background-color: var(--body-bg);
	}
	.bootstrap-select .dropdown-item:hover {
		background: var(--11-color);
	}
	.bootstrap-select .dropdown-item:hover .text {
		color: var(--2-const-color);
	}
	a {
		color: var(--link-color);
		background: var(--link-bg);
	}
	.link-mask,
	.header__logo,
	.footer__content-logs a {
		background: var(--link-bg);
	}
	.form-control-row {
		margin-bottom: 48px;
	}
	.mb-xl-100 {
		margin-bottom: 102px;
	}
	.s-contact__work-time {
		margin-bottom: 40px;
	}
	.form-group--last {
		margin-bottom: 25px !important;
	}
	/*.iframe-nav__btn:hover {*/
	/*	background: var(--5-color) !important;*/
	/*	color: var(--2-color);*/
	/*	border-color: var(--5-color);*/
	/*}*/
	/*.iframe-nav__btn:hover .iframe-nav__btn-txt:after {*/
	/*	border-color: var(--2-color);*/
	/*}*/
	.s-overview__btn-wrap {
		margin-bottom: 83px !important;
	}
	.btn--small:hover {
		background: transparent;
		color: var(--light-text-color);
	}
	.light-header-style .full-menu__contact-list .btn--small:hover {
		color: var(--light-text-color);
	}
	.faq__title {
		font-size: calc(var(--1-rem) * 4);
	}
	.faq__subheading {
		font-size: calc(var(--1-rem) * 1.125);
	}
	.content-help-links__resident:hover span {
		opacity: 1;
	}
	.header__full-menu {
		max-width: 100%;
		padding: 78px 52px 47px 100px !important;
	}
	.header__full-menu-nav li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.header__full-menu-nav li a {
		font-size: calc(var(--1-rem) * 2.625);
	}
	.header__full-menu-nav li:not(:nth-last-child(-n+2)) {
		margin-bottom: 7px;
	}
	.header__full-menu-nav {
		max-width: 990px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.full-menu__contact-list-wrap,
	.header__full-menu-nav li {
		padding-left: 0;
	}
	.overflow-img-wrap {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 50%;
	}
	.overflow-img-wrap-right {
		left: auto;
		right: 0;
	}
	.s-overview__pic {
		max-height: calc(100vh - var(--header-height));
		max-height: calc(100dvh - var(--header-height));
	}
	.features-slider .swiper-slide {
		pointer-events: auto;
	}
	.features-slider .swiper-wrapper {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		pointer-events: none;
	}
	.features-slider .swiper-slide {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.s-contact__container {
		padding: 0 12px;
	}
	.footer__col-form {
		padding-left: 22px;
	}
	.s-amenities__col-img-first {
		padding-top: 395px;
	}
	.s-amenities__col-content-first {
		padding-top: 78px;
		padding-left: 41px;
	}
	.s-amenities__col-content-second {
		padding-top: 160px;
		padding-left: 130px;
	}
	.s-amenities-second__col-content-second {
		padding-top: 141px;
		padding-left: 43px;
	}
	.s-amenities-second__col-content-first {
		padding-left: 156px;
		padding-top: 48px;
	}
	.s-slide-services__col-heading {
		padding-left: 52px;
		padding-top: 9px;
	}
	.s-hero-switchback__col-content {
		width: 44.2%;
	}
	.s-hero-switchback__col-img {
		width: 55.8%;
		height: 100%;
	}
	.s-contact-info__img-wrap {
		position: absolute;
		right: 0;
		top: 0;
		width: 55.7%;
		height: 100%;
	}
	.s-contact-info__col-content {
		padding: 65px 12px 110px;
	}
	.s-overview__content-right {
		padding-left: 84px;
	}
	.s-cards__col {
		width: 25%;
	}
	.s-slider-list__col-content {
		padding-left: 110px;
	}
	.s-units-2__row {
		margin: 0 -20px;
	}
	.s-units-2__row > * {
		padding: 0 20px;
	}
	.s-switchback-1__col-content {
		padding-left: 60px;
	}
	.s-switchback-2__col-content {
		padding-left: 76px;
	}
	.sliderListThumb__list-item:not(:last-child) .bottom-dashed-line:before,
	.sliderListThumb__list-item .left-dashed-line:before,
	.sliderListThumb__list-item .right-dashed-line:before,
	.sliderListThumb__list-item:has(.is-active) .top-dashed-line:before,
	.sliderListThumb__list-item:has(.is-active) .bottom-dashed-line:before,
	.sliderListThumb__list-item.is-active + .sliderListThumb__list-item .top-dashed-line:before {
		background: none;
	}
	.sliderListThumb .swiper-wrapper {
		transform: none !important;
	}
	.map-scroll-zoom-blocker-left .mapboxgl-scroll-zoom-blocker,
	.map-scroll-zoom-blocker-left .mapboxgl-touch-pan-blocker {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 20%;
	}
	.map-scroll-zoom-blocker-right .mapboxgl-scroll-zoom-blocker,
	.map-scroll-zoom-blocker-right .mapboxgl-touch-pan-blocker {
		justify-content: flex-end;
		padding-right: 20%;
	}
	.s-map__container-map {
		position: relative;
		z-index: 4;
	}
}
@media (min-width: 1200px) and (max-height: 999px) {
	.s-hero-neighborhood {
		padding: 0;
	}
	.s-hero-neighborhood__card-1-img-wrap,
	.s-hero-neighborhood__card-3-img-wrap {
		height: 100%;
	}
	.s-hero-neighborhood__card-1,
	.s-hero-neighborhood__card-3 {
		height: 330px;
		padding: 10px 10px 42px;
	}
	.s-hero-neighborhood__card-2 {
		height: 310px;
	}
}
@media (min-width: 1200px) and (max-height: 750px) {
	.modal__main-slide {
		height: 500px;
	}
	.swiper__img-back {
		width: 250px;
	}
}
@media (min-width: 1200px) and (min-height: 900px) {
	.header__full-menu-nav {
		margin-bottom: 119px;
	}
	.header__full-menu-nav li a {
		font-size: calc(var(--1-rem) * 2.625);
	}
}
@media (min-width: 1350px) {
	.view-grid {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width: 1440px) {
	.s-contact__row {
		margin: 0 -15px;
	}
	.s-contact__row > * {
		padding: 0 15px;
	}
	.s-contact__col-map {
		width: 41.2%;
		padding: 0 36px;
	}
	.s-contact__col-form,
	.s-contact__col-info {
		width: 29.4%;
		padding-top: 37px;
		padding-bottom: 95px;
	}
}
@media (min-width: 1600px) {
	.hero-neighborhood__container,
	.header__full-menu {
		max-width: 80%;
	}
	.hero-neighborhood__description {
		font-size: clamp(calc(var(--1-rem) * 1.375), 1.3vw, calc(var(--1-rem) * 1.375 * 1.5));
	}
}
@media (min-width: 2000px) {
	.s-wide-img {
		transform: translateY(-16%);
	}
	.s-map__border-1 {
		top: -140px;
	}
	.s-map__border-2 {
		bottom: -140px;
	}
	.s-card-about-2__decor {
		left: -36%;
		bottom: -572px;
		width: 800px;
	}
}
@media (min-width: 2000px) {
	.s-card-about-2__decor {
		left: -47%;
	}
}
@media (max-width: 1600px) {
	.header__btn-tour {
		margin-left: 15px;
	}
	.s-map__mapbox {
		padding: 131px 47px;
	}
}
@media (max-width: 1439px) {
	:root {
		--header-height: 123px;
		--header-height-scroll: 86px;
	}
	.h1, h1 {
		font-size: 78px;
	}
	.h1-second {
		font-size: 68px;
	}
	.h1-third {
		font-size: 93px;
	}
	.h2, h2 {
		font-size: 54px;
	}
	.h2-second {
		font-size: 61px;
	}
	.h2-third {
		font-size: 46px;
	}
	.h3, h3 {
		font-size: 41px;
	}
	.h3-second {
		font-size: 34px;
	}
	.s-heading__heading {
		padding-left: 50px;
	}
	.map-scroll-zoom-blocker-left .mapboxgl-scroll-zoom-blocker,
	.map-scroll-zoom-blocker-left .mapboxgl-touch-pan-blocker {
		padding-left: 8%;
	}
	.header__menu-list-item {
		margin: 0 10px;
	}
	.header__btn-tour {
		min-width: 140px;
	}
	.btn {
		font-size: 16px;
	}
	.header__address {
		font-size: 12px;
	}
	.header__logo-wrap {
		max-width: 200px;
	}
	.footer__form {
		padding: 47px 40px;
	}
	.s-hero-residences__img-3 {
		top: -113%;
		max-width: 130px;
	}
	.s-combined-switchback__img-wrap-1 {
		max-width: 470px;
		height: auto;
		aspect-ratio: 3/4;
		transform: translate(0px, 160px) rotate(4deg);
	}
	.s-combined-switchback__img-wrap-2 {
		max-width: 470px;
		height: auto;
		aspect-ratio: 3/4;
		transform: translate(133px, -159px) rotate(-4deg);
	}
	.s-switchback-3__decor-2 {
		font-size: 215px;
	}
	.s-map__filter {
		padding: 30px;
	}
}
@media (max-width: 1369px) {
	.menu-tgl {
		right: 15px;
	}
	.iframe-nav-panel {
		padding-left: 15px;
	}
}
@media (max-width: 1269px) {
	.header__menu-list {
		left: 46%;
	}
}
@media (max-width: 1199px) {
	.h1, h1 {
		font-size: 66px;
	}
	.h1-second {
		font-size: 58px;
	}
	.h1-third {
		font-size: 79px;
	}
	.h2, h2 {
		font-size: 46px;
	}
	.h2-second {
		font-size: 52px;
	}
	.h2-third {
		font-size: 39px;
	}
	.h3, h3 {
		font-size: 35px;
	}
	.h3-second {
		font-size: 29px;
	}
	.h4, h4 {
		font-size: 27px;
	}
	.h5, h5 {
		font-size: 20px;
	}
	.header__full-menu-nav li {
		padding-left: 0;
	}
	.header__full-menu-nav li a {
		font-size: calc(var(--1-rem) * 1.75);
	}
	.header__full-menu {
		padding: 50px 50px 30px;
		width: 60%;
		max-width: 60%;
	}
	.menu-tgl {
		right: 50px;
	}
	.full-menu__contact-list-wrap {
		padding-left: 0;
	}
	.menu-tgl--close {
		top: 40px;
	}
	.faq__title {
		font-size: calc(var(--1-rem) * 3.4 * .9);
	}
	.s-contact-info__img-wrap,
	.s-hero-switchback__img-wrap,
	.s-img-logo__img-wrap,
	.s-amenities-2__img-wrap-2,
	.s-amenities-2__img-wrap-1,
	.s-amenities__img-wrap,
	.s-amenities__pseudo-img-wrap,
	.s-full-view-image,
	.s-overview__pic {
		min-height: 0;
		height: auto;
		aspect-ratio: 16/9;
	}
	.s-overview__pic {
		height: 500px;
		width: 100%;
	}
	.s-img-logo__img-wrap {
		max-width: 100%;
	}
	.s-hero-switchback__row {
		min-height: 0;
		height: auto;
		max-height: none;
	}
	.s-map-filter,
	.switchback,
	.s-contact-info,
	.s-slide-gallery,
	.s-hero-switchback,
	.s-slide-services,
	.s-img-logo,
	.s-amenities-second,
	.s-amenities-2,
	.s-amenities,
	.s-amenities-rows,
	.s-overview,
	.s-heading {
		padding: 50px 0;
	}
	.s-units {
		padding: 50px 0 150px;
	}
	.s-contact-info__col-content,
	.s-slide-gallery__col-heading,
	.s-hero-switchback__col-content,
	.s-amenities-2__description,
	.s-amenities-2__img-wrap-2,
	.s-amenities-2__img-wrap-1,
	.s-amenities-2__decor-br,
	.s-amenities-2__description-second,
	.s-amenities-2__description,
	.s-amenities__pseudo-img-wrap,
	.s-amenities__description,
	.s-overview__pic,
	.s-overview__container-heading {
		margin-bottom: 30px;
	}
	.features-card {
		padding: 15px;
		border-bottom: none;
	}
	.features-slider {
		max-width: 400px;
	}
	.s-overview__container {
		padding: 0;
	}
	.full-menu__contact-list {
		width: 100%;
	}
	.s-amenities-second__heading,
	.s-amenities-2__heading-second,
	.s-amenities__heading {
		padding-left: 50px;
	}
	.s-amenities-2__heading-second,
	.s-amenities-2__img-wrap-2,
	.s-amenities-2__img-wrap-1 {
		max-width: 100%;
	}
	.switchback__emblem {
		width: 150px;
		height: 150px;
		right: -46px;
	}
	.switchback__emblem-img {
		width: 41px;
	}
	.switchback__emblem-text {
		left: 0;
		width: 125px;
		top: 0;
	}
	.heading-decor {
		top: 8px;
	}
	.s-amenities-2__description-second,
	.s-amenities-2__description,
	.s-amenities-2__heading-second {
		margin-left: 0;
	}
	.s-amenities-2__description-second {
		max-width: 500px;
	}
	.header__btn-call {
		margin-right: auto;
	}
	.btn-hamburger {
		margin-left: 15px;
	}
	.s-hero__img-4 {
		max-width: 164px;
	}
	.s-hero__img-wrap {
		margin-top: 0;
	}
	.s-switchback-1__img-wrap {
		height: 564px;
		max-width: 500px;
		transform: rotate(2deg);
	}
	.s-switchback-2__img-decor-1 {
		max-width: 205px;
		height: 249px;
		left: -116px;
		bottom: 123px;
	}
	.s-switchback-2__img-decor-2 {
		max-width: 306px;
		height: 386px;
		left: -150px;
		bottom: -120px;
	}
	.s-switchback-2__img-wrap {
		max-width: 442px;
		height: 561px;
		left: 0;
	}
	.s-switchback-2__img-wrap-inner {
		padding: 15px 15px 40px;
	}
	.s-about-wide-pic__img-wrap {
		padding: 15px;
	}
	.units-item__pic-wrap {
		height: 327px;
	}
	.sliderList__img-wrap-1 {
		width: 716px;
		height: 568px;
		right: 107px;
		top: 5px;
	}
	.sliderList__img-wrap-2 {
		width: 360px;
		height: 454px;
		top: 257px;
	}
	.sliderList {
		height: 765px;
	}
	.sliderList .swiper-slide:nth-child(4) .sliderList__img-wrap-1 {
		top: 101px;
		right: 150px;
	}
	.sliderList__img-wrap-1-decor-2 {
		max-width: 186px;
		height: 160px;
		right: 95px;
		top: -74px;
	}
	.sliderList .swiper-slide:nth-child(3) .sliderList__img-wrap-1-decor-2 {
		right: 87px;
		top: 445px;
	}
	.sliderList .swiper-slide:nth-child(4) .sliderList__img-wrap-2 {
		right: 107px;
		top: -68px;
	}
	.sliderList .swiper-slide:nth-child(4) .sliderList__img-wrap-1-decor-2 {
		top: 436px;
		right: -15px;
	}
	.sliderList .swiper-slide:nth-child(4) .sliderList__img-wrap-2 {
		right: 76px;
		top: 0;
	}
	.sliderListThumb__list-item {
		max-width: 350px;
		padding: 15px 15px 15px 30px;
	}
	.sliderListThumb__list-item:after {
		left: 13px;
		top: 22px;
	}
	.s-slider-list__description {
		margin-bottom: 80px;
	}
	.sliderAbout .swiper-slide {
		height: 510px;
		width: 442px;
	}
	.s-list-interactive__img-wrap {
		width: 312px;
		height: 400px;
		top: -137px;
		right: 60px;
		padding: 15px 15px 30px;
	}
	.s-about__img-wrap-1 {
		width: 717px;
		height: 568px;
		left: 57px;
		top: -97px;
	}
	.s-about__heading {
		margin-bottom: 50px;
	}
	.slideUnits {
		margin-bottom: 40px;
	}
	.s-about-wide-pic__decor-1 {
		max-width: 70%;
		right: 9%;
		top: -10%;
	}
	.s-about-wide-pic__decor-2 {
		max-width: 70%;
		left: 9%;
		bottom: -10%;
	}
	.s-switchback-1__img-decor-2 {
		max-width: 283px;
		height: 334px;
		right: -127px;
		top: -105px;
	}
	.s-about-wide-pic {
		padding: 50px 0;
	}
	.s-hero-neighborhood__card-2 {
		padding: 10px;
		width: 100%;
		height: auto;
		aspect-ratio: 16/11;
	}
	.s-hero-neighborhood__card-3,
	.s-hero-neighborhood__card-1 {
		width: 100%;
		height: auto;
		aspect-ratio: 3/4;
	}
	.s-hero-neighborhood__card-3-img-wrap,
	.s-hero-neighborhood__card-1-img-wrap {
		height: 100%;
	}
	.s-switchback-7__img-wrap-2,
	.s-switchback-7__img-wrap {
		position: relative;
		left: 0;
		top: 0;
		width: 300px;
		height: auto;
		aspect-ratio: 3/4;
	}
	.s-switchback-7__img-wrap {
		left: 80px;
	}
	.s-switchback-9 {
		padding: 110px 0 200px;
	}
	.s-switchback-9__col-content {
		margin-bottom: 40px;
	}
	.s-switchback-7__img-wrap-inner,
	.s-switchback-7__img-wrap-2-inner {
		padding: 10px 10px 25px;
	}
	.s-switchback-10__img-wrap {
		max-width: 587px;
		height: auto;
		padding: 15px;
		transform: translate(-10px, -39px) rotate(11deg);
		aspect-ratio: 3 / 4;
	}
	.s-switchback-10__img-decor-1 {
		max-width: 200px;
	}
	.s-units__heading-draw {
		left: 0;
		max-width: 100%;
	}
	.s-units-2__decor {
		left: 0;
	}
	.footer__heading {
		padding-top: 0;
		margin-bottom: 50px;
	}
	.s-switchback-3__img-wrap {
		padding: 18px;
		height: auto;
		transform: translate(17px, 83px) rotate(8deg);
		max-width: 403px;
		aspect-ratio: 3 / 3.5;
	}
	.s-switchback-3__col-content {
		padding-left: 75px;
	}
	.s-switchback-3__img-decor-2 {
		right: -56px;
		top: -52px;
		max-width: 215px;
	}
	.s-switchback-3__decor-2 {
		font-size: 183px;
	}
	.s-switchback-4__img-wrap {
		height: auto;
		transform: translate(21px, 33px) rotate(4deg);
		max-width: 420px;
		aspect-ratio: 3 / 4;
	}
	.s-switchback-4__img-decor-2 {
		right: -84px;
		top: 313px;
		max-width: 240px;
	}
	.s-switchback-4 {
		padding: 180px 0 90px;
	}
	.s-switchback-5__img-wrap {
		height: auto;
		max-width: 390px;
		transform: translate(10px, 11px) rotate(4deg);
		aspect-ratio: 3 / 4;
	}
	.s-switchback-5__img-decor-2 {
		right: -63px;
		top: 322px;
		max-width: 210px;
	}
	.s-switchback-4__img-decor-1 {
		right: -81px;
		top: 192px;
		max-width: 195px;
	}
	.s-switchback-6__img-wrap {
		transform: translate(30px, -10px) rotate(-8deg);
		max-width: 407px;
		height: auto;
		aspect-ratio: 3 / 3.5;
	}
	.s-switchback-6__img-decor-1 {
		max-width: 160px;
		left: -44px;
	}
	.s-switchback-6 {
		padding: 50px 0 250px;
	}
	.s-contact .bg-paper-wrap:after, .s-switchback-6:after {
		height: 90px;
	}
	.s-switchback-7 {
		padding: 100px 0;
	}
	.s-switchback-8__img-wrap {
		max-width: 410px;
		height: auto;
		transform: rotate(8deg);
		aspect-ratio: 3 / 3.5;
	}
	.s-switchback-8__img-decor-1 {
		max-width: 130px;
		left: -60px;
	}
	.s-switchback-8__decor-1 {
		right: -199px;
		bottom: 83px;
		max-width: 320px;
	}
	.s-additional-list__list-item {
		padding: 30px 10px;
	}
	.s-hero-neighborhood {
		padding: 30px 0 0;
	}
	.s-card-about-1__card-1 {
		left: 48.2%;
		top: 25.2%;
	}
	.s-card-about-1__card-2 {
		left: 31.2%;
		top: 67.7%;
	}
	.s-card-about-1__card-3 {
		left: -1.1%;
		top: -12.3%;
	}
	.s-card-about-1__card-4 {
		left: -32.5%;
		top: 17%;
	}
	.s-card-about-1__description {
		left: -5.7%;
		top: 36.1%;
	}
	.s-card-about-1__logo {
		max-width: 550px;
	}
	.s-card-about-2__logo {
		max-width: 510px;
	}
	.s-card-about-3__logo {
		max-width: 593px;
	}
	.s-card-about-4__logo {
		max-width: 533px;
	}
	.s-card-about {
		padding: 0 0 76px;
	}
	.s-card-about-2__card-2 {
		left: 1.6%;
	}
	.s-card-about-2__decor {
		max-width: 550px;
	}
	.s-card-about-2__description {
		left: 14%;
	}
	.s-card-about-2__card-3 {
		left: 26%;
	}
	.s-card-about-2__card-4 {
		left: 0.5%;
	}
	.s-card-about-3__heading-wrap {
		left: 20%;
	}
	.s-card-about-3__card-1 {
		left: 26%;
	}
	.s-card-about-3__card-2 {
		left: 20%;
	}
	.s-card-about-3__description {
		left: -8%;
	}
	.s-card-about-3__card-3 {
		left: 15.8%;
	}
	.s-card-about-4__heading-wrap {
		left: -1%;
	}
	.s-card-about-4__card-1 {
		left: 1.5%;
	}
	.s-card-about-4__description {
		left: 23.2%;
	}
	.s-card-about-4__card-3 {
		left: 27.8%;
	}
	.s-card-about-4__card-4 {
		left: -1.5%;
	}
	.s-map__filter {
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		max-width: 500px;
	}
	.s-map__container-map {
		visibility: hidden;
		opacity: 0;
	}
	.s-map__container-map:not(.is-active) * {
		pointer-events: none;
	}
	.s-map__filter-divider,
	.s-map__heading-second {
		margin-bottom: 20px;
	}
	.s-map__mapbox {
		padding: 75px 0;
	}
	.s-map__border-2 {
		bottom: -30px;
	}
	.s-map__border-1 {
		top: -30px;
	}
	.s-contact__col-map {
		aspect-ratio: 16/9;
		border-right: none;
		margin-bottom: 20px;
	}
	.s-thank-you__btn-wrap {
		margin-bottom: 50px;
	}
	.s-map__container-map {
		position: static;
	}
}
@media (max-width: 991px) {
	:root {
		--header-height: 96px;
		--header-height-scroll: 96px;
	}
	.h1, h1 {
		font-size: 56px;
	}
	.h1-second {
		font-size: 49px;
	}
	.h1-third {
		font-size: 67px;
	}
	.h2, h2 {
		font-size: 39px;
	}
	.h2-second {
		font-size: 44px;
	}
	.h2-third {
		font-size: 33px;
	}
	.h3, h3 {
		font-size: 30px;
	}
	.h3-second {
		font-size: 25px;
	}
	.h4, h4 {
		font-size: 23px;
	}
	.h5, h5 {
		font-size: 17px;
	}
	.s-units-slider-wrap-js {
		width: 100% !important;
	}
	.header__full-menu {
		width: 100%;
		max-width: 100%;
		height: calc(100vh - var(--header-height));
		height: calc(100dvh - var(--header-height));
		top: var(--header-height);
		/*border-top: 0.5px solid;*/
	}
	.header__full-menu-nav {
		margin-bottom: 40px;
	}
	.full-menu__contact-list-wrap .full-menu__contact-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.header__full-menu-nav li {
		padding-left: 0;
		padding-right: 0;
	}
	.header {
		left: 0;
		top: 0;
		width: 100%;
		border-radius: 0;
		padding: 20px 15px;
	}
	.header-style-no-scroll .header__logo-wrap,
	.body-scroll .header__logo-wrap,
	.menu-open .header__logo-wrap,
	.header__logo-wrap {
		max-width: 160px;
	}
	.menu-open .header,
	.header-style-no-scroll .header,
	.body-scroll .header {
		padding: 20px 15px;
	}
	.menu-open .header {
		color: var(--1-color);
		background: var(--2-color);
	}
	.menu-open .header__logo,
	.menu-open .header__logo-third {
		opacity: 0 !important;
		visibility: hidden !important;
	}
	.menu-open .header__logo-second {
		opacity: 1 !important;
		visibility: visible !important;
	}
	.footer__content-copy {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.swiper__img-back {
		width: 275px;
	}
	.switchback__img-wrap {
		height: 400px;
	}
	.full-menu__contact-list .btn {
		max-width: 100%;
		width: 100%;
		text-align: var(--text-center);
	}
	.menu-tgl {
		right: 25px;
	}
	.hero__col-right {
		padding-left: 0;
	}
	.contact-page .mapboxgl-scroll-zoom-blocker,
	.contact-page .mapboxgl-touch-pan-blocker {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0;
	}
	/*    ----------------------  */
	.faq__title {
		font-size: calc(var(--1-rem) * 3);
	}
	.faq__nav-tabs {
		margin-bottom: 25px;
	}
	.header__full-menu {
		padding: 25px;
	}
	.header__full-menu-nav li:not(:last-child) {
		margin-bottom: 9px;
	}
	.full-menu__contact-list-wrap--btn-wrap,
	.full-menu__contact-list-wrap--list-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.s-units__col-heading,
	.footer__content-copy,
	.footer__help-list,
	.footer__heading,
	.footer__col-form {
		margin-bottom: 30px;
	}
	.switchback__img-wrap {
		height: 400px;
	}
	.switchback__emblem {
		width: 150px;
		height: 150px;
		right: 0;
		bottom: -27px;
	}
	.switchback__emblem-text {
		width: 130px;
	}
	.switchback__emblem-img {
		max-width: 40px;
	}
	.tabs-swiper__card-img-wrap {
		height: 230px;
	}
	.heading-decor {
		top: 5px;
	}
	.s-slide-services__col-description,
	.s-slide-services__col-heading {
		margin-bottom: 30px;
	}
	.features-card:before,
	.features-card:after {
		content: none;
	}
	.s-cards__col {
		max-width: 300px;
	}
	.s-switchback-2__col-content,
	.s-switchback-1__col-content {
		margin-bottom: 40px;
	}
	.s-switchback-2__img-wrap,
	.s-switchback-1__img-wrap {
		margin: 0 auto;
	}
	.s-switchback-1 {
		padding: 50px 0;
	}
	.s-about {
		padding: 275px 0;
	}
	.s-about__img-wrap-1 {
		position: relative;
		left: 0;
		top: 0;
		max-width: 100%;
	}
	.s-about__col-heading {
		margin-bottom: 30px;
	}
	.s-about__img-wrap-2 {
		left: auto;
		right: 0;
		top: 350px;
	}
	.footer__heading {
		padding-top: 0;
	}
	.footer__col-first {
		border-right: none;
	}
	.s-about-wide-pic__img-wrap {
		aspect-ratio: 16/9;
	}
	.s-switchback-1__img-decor-2 {
		max-width: 240px;
		height: 280px;
	}
	.s-list-interactive__img-wrap {
		width: 250px;
		height: 330px;
	}
	.s-hero-neighborhood__card-2 {
		width: 70%;
		margin: 0 auto 90px;
	}
	.s-hero-neighborhood__card-3,
	.s-hero-neighborhood__card-1 {
		width: 70%;
	}
	.s-hero-neighborhood__card-1 {
		left: 50px;
		transform: rotate(10deg);
	}
	.s-hero-neighborhood__container {
		margin-bottom: -30px;
	}
	.s-combined-switchback__img-wrap-1 {
		transform: rotate(4deg);
		margin: 0 auto 50px;
	}
	.s-combined-switchback__img-wrap-2 {
		transform: rotate(-4deg);
		margin: 0 auto;
	}
	.s-combined-switchback__img-1-decor-2 {
		right: -68px;
		max-width: 140px;
	}
	.s-combined-switchback__img-1-decor-1 {
		right: -48px;
		max-width: 190px;
	}
	.s-combined-switchback__img-2-decor-2 {
		left: -83px;
		top: 399px;
		max-width: 240px;
	}
	.s-combined-switchback__img-2-decor-1 {
		left: -90px;
		top: 294px;
		max-width: 170px;
	}
	.s-combined-switchback__img-wrap-2-inner {
		padding: 10px 10px 25px;
	}
	.s-switchback-10__img-wrap {
		max-width: 400px;
		margin: 0 auto;
	}
	.s-switchback-10__col-content {
		margin-bottom: 50px;
	}
	.s-switchback-10 {
		padding: 30px 0 60px;
	}
	.s-units-2__unit-wrap {
		width: 100%;
		margin-bottom: 40px;
	}
	.s-hero-neighborhood {
		padding: 40px 0 0;
	}
	.s-switchback-8__col-content,
	.s-switchback-6__col-content,
	.s-switchback-5__col-content,
	.s-switchback-3__col-content {
		padding: 0 12px;
	}
	.s-switchback-3 {
		padding: 70px 0 103px;
	}
	.s-switchback-3__decor-2 {
		font-size: 156px;
	}
	.s-switchback-3__img-wrap {
		transform: rotate(8deg);
		margin: 0 auto;
	}
	.s-switchback-3__col-img {
		padding-bottom: 0;
		margin-bottom: 50px;
	}
	.s-switchback-3__img-wide-wrap {
		width: 90%;
		padding: 10px;
	}
	.s-switchback-3__img-decor-3 {
		right: -11%;
		top: 43%;
		max-width: 120px;
	}
	.s-switchback-8__img-wrap,
	.s-switchback-6__img-wrap,
	.s-switchback-4__img-wrap {
		max-width: 400px;
		margin: 0 auto;
	}
	.s-switchback-4__img-wrap {
		transform: rotate(4deg);
	}
	.s-switchback-6__img-wrap {
		transform: rotate(-8deg);
	}
	.s-switchback-5__decor-1 {
		position: absolute;
		left: -47px;
		top: -64px;
		max-width: 240px;
	}
	.s-switchback-5__img-wrap {
		margin: 0 auto;
	}
	.s-switchback-7__img-decor-1 {
		max-width: 170px;
		top: -35px;
	}
	.s-switchback-8__title-decor {
		left: -40px;
		top: -20px;
		max-width: 160px;
	}
	.s-switchback-8__col-content {
		margin-bottom: 50px;
	}
	.s-switchback-3__col-img-wide {
		padding-top: 50px;
	}
	.s-additional-list__list-item {
		flex: 1 1 50%;
	}
	.s-additional-list__list-item:nth-child(2n+2) .right-dashed-line:before {
		background: transparent;
	}
	.s-switchback-8__decor-1 {
		right: -229px;
		bottom: 70%;
	}
	.s-switchback-8 {
		padding: 50px 0;
	}
	.torn-border {
		margin-bottom: -40px;
	}
	.s-card-about__description,
	.s-card-about__heading-wrap,
	.s-card-about__card {
		position: relative;
		left: 0;
		top: 0;
	}
	.s-card-about__col {
		height: auto;
		min-height: 0;
		margin-bottom: 30px;
	}
	.s-card-about__col .parallax-js {
		transform: none !important;
	}
	.s-card-about {
		padding: 100px 0;
	}
	.title-decor-third-2, .title-decor-third-1 {
		max-width: 100px;
		left: -110px;
	}
	.title-decor-third-2 {
		left: auto;
		right: -110px;
	}
}
@media (max-width: 767px) {
	.h1, h1 {
		font-size: 47px;
	}
	.h1-second {
		font-size: 41px;
	}
	.h1-third {
		font-size: 57px;
	}
	.h2, h2 {
		font-size: 33px;
	}
	.h2-second {
		font-size: 37px;
	}
	.h2-third {
		font-size: 28px;
	}
	.h3, h3 {
		font-size: 25px;
	}
	.h3-second {
		font-size: 21px;
	}
	.h4, h4 {
		font-size: 29px;
	}
	p {
		margin-bottom: 15px;
	}
	.switchback {
		padding: 50px 0;
	}
	.iframe-nav-panel__title {
		display: none;
	}
	.iframe-nav-panel {
		padding: 13px 0 13px 0;
	}
	.iframe-nav-panel__slider {
		padding: 0 15px;
	}
	.iframe-window {
		height: calc(100% - 57px);
	}
	.iframe-nav__btn {
		padding: 6px 17px;
	}
	.concession-banner__content {
		margin-bottom: 20px;
	}
	.s-amenities-rows__list-inner-item:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid;
	}
	.s-amenities-rows__list-item {
		padding: 0;
	}
	.s-img-logo__logo-wrap img {
		max-width: 80%;
		margin: -3%;
	}
	.swiper-style .swiper-button-prev {
		margin-right: 20px;
	}
	.swiper-style .swiper-scrollbar {
		width: calc(100% - 165px);
	}
	.footer__pre-footer-form {
		padding: 30px 15px;
	}
	.header__col-logo {
		top: 50%;
	}
	.map-attribute.map-attribute__bottom-left .mapboxgl-ctrl-bottom-left {
		display: block;
		left: 30px;
		bottom: 30px;
	}
	.map-attribute.map-attribute__bottom-right .mapboxgl-ctrl-bottom-right {
		display: block;
		right: 30px;
		bottom: 30px;
	}
	.s-hero__img-4 {
		max-width: 100px;
		left: 0;
		top: 3.2%;
	}
	.s-combined-switchback__img-wrap-2,
	.s-combined-switchback__img-wrap-1 {
		max-width: 400px;
		padding: 10px;
	}
	.s-combined-switchback__img-2-decor-2 {
		top: 60%;
	}
	.s-combined-switchback__img-2-decor-1 {
		top: 40%;
	}
	.s-combined-switchback {
		padding: 60px 0 100px;
	}
	.s-switchback-7__img-wrap {
		left: 0;
	}
	.s-hero-ameniites__img-3, .s-hero-neighborhood__img-3 {
		left: 1.9%;
		top: -215.5%;
		max-width: 80px;
	}
	.s-switchback-3__decor-2 {
		font-size: 132px;
	}
	.s-switchback-3__decor-1 {
		left: -105px;
		top: -44px;
		max-width: 250px;
	}
	.s-switchback-4__img-wrap-inner {
		padding: 10px 10px 25px;
	}
	.s-switchback-5 {
		padding: 50px 0;
	}
	.card-simple-1,
	.card-simple-2,
	.card-simple-3,
	.card-simple-4 {
		width: 100%;
	}
	.card-simple-1__img-wrap,
	.card-simple-2__img-wrap,
	.card-simple-3__img-wrap,
	.card-simple-4__img-wrap {
		height: auto;
		aspect-ratio: 16/9;
	}
	.s-card-about {
		padding: 50px 0;
	}
	.s-map__filter-close {
		left: auto;
		top: 10px;
		right: 10px;
	}
	.s-map {
		padding: 50px 0 0;
	}
	.s-contact__col-form, .s-contact__col-info {
		padding: 0 12px;
		margin-bottom: 40px;
		border-right: none;
	}
	.s-contact__info-heading {
		margin-bottom: 30px;
	}
	.form-checkbox__text {
		font-size: calc(var(--1-rem) * 0.75);
	}
}
@media (max-width: 575px) {
	:root {
		--header-height: 89px;
		--header-height-scroll: 89px;
	}
	.h1, h1 {
		font-size: 40px;
	}
	.h1-second {
		font-size: 35px;
	}
	.h1-third {
		font-size: 48px;
	}
	.h2, h2 {
		font-size: 28px;
	}
	.h2-second {
		font-size: 31px;
	}
	.h2-third {
		font-size: 24px;
	}
	.h3, h3 {
		font-size: 21px;
	}
	.h3-second {
		font-size: 18px;
	}
	.h4, h4 {
		font-size: 24px;
	}
	.h1, h1,
	.h2, h2,
	.h4, h4,
	.h5, h5 {
		margin-bottom: 15px;
	}
	.form-style .form-50 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.form-control-wrap,
	.form-control-wrap-textarea,
	.form-style .form-50:first-child {
		margin-bottom: 28px;
	}
	.full-menu__contact-list li a {
		font-size: calc(var(--1-rem) * .75);
	}
	.header__full-menu {
		padding: 15px 25px;
	}
	.full-menu__contact-list-wrap .full-menu__contact-list {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.swiper-button-wrap {
		width: 100%;
	}
	.header__full-menu-nav li a {
		font-size: var(--1-rem);
	}
	.footer__content-copy {
		font-size: calc(var(--1-rem) * .87);
		margin: 0 0 38px;
	}
	.swiper__img-back {
		display: none;
	}
	.swiper-backface-hidden .swiper-slide {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}
	.swiper-3d {
		-webkit-perspective: 1200px;
		perspective: 1200px
	}
	.swiper-3d .swiper-slide,
	.swiper-3d .swiper-slide-shadow,
	.swiper-3d .swiper-slide-shadow-bottom,
	.swiper-3d .swiper-slide-shadow-left,
	.swiper-3d .swiper-slide-shadow-right,
	.swiper-3d .swiper-slide-shadow-top,
	.swiper-3d .swiper-wrapper {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.swiper-cards .swiper-slide {
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		overflow: hidden;
	}
	.concession-banner {
		max-width: 100%;
		width: calc(100% - 30px);
		right: 15px;
	}
	/*    --------------------------   */
	.cookies-alert {
		padding: 12px 60px 8px 15px;
	}
	.cookies-alert__cross {
		right: 11px;
	}
	/*    --------------------------   */
	.contact {
		padding: 0 15px 0;
	}
	.faq__title {
		font-size: calc(var(--1-rem) * 2.25 * .9);
	}
	.header__full-menu-nav li a {
		font-size: calc(var(--1-rem) * 1.5);
	}
	.full-menu__contact-list-wrap a:not(.btn) {
		font-size: calc(var(--1-rem) * .875);
	}
	.full-menu__contact-list .btn {
		font-size: var(--1-rem);
		font-weight: 600 !important;
	}
	.s-map__filter-close {
		top: 15px;
		left: 15px;
	}
	.s-map__filter {
		padding: 60px 15px 20px;
	}
	.s-map__description {
		margin-bottom: 30px;
	}
	.s-amenities-second__heading,
	.s-amenities-2__heading-second,
	.s-amenities__heading,
	.s-heading__heading {
		padding-left: 30px;
	}
	.decor-right {
		left: auto;
		right: -30px;
	}
	.hero-gallery {
		padding: 50px 0;
	}
	.s-thank-you__img-wrap {
		height: 190px;
	}
	.s-thank-you__checkmark {
		width: 60px;
		height: 60px;
	}
	.s-thank-you__checkmark-svg {
		max-width: 20px;
		height: auto;
	}
	.s-thank-you__checkmark-wrap {
		margin-top: -30px;
		margin-bottom: 51px;
	}
	.bg-wrap__thank-you {
		top: 30px;
	}
	.s-thank-you__btn-wrap {
		margin-bottom: 30px;
	}
	.s-thank-you {
		padding: 0 0 50px;
	}
	.s-map-filter__select-wrap {
		width: 200px;
		left: 15px;
		bottom: 10px;
	}
	.s-map-filter__select {
		font-size: calc(var(--1-rem) * .75);
		padding: 15px;
	}
	.neighborhood-map {
		height: 450px;
	}
	.swiperCard .swiper-slide {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 290px;
		flex: 0 0 290px;
	}
	.s-map-filter__select-dropdown {
		margin-bottom: 0;
		padding: 15px;
	}
	.neighborhood-map .mapboxgl-ctrl-bottom-right {
		bottom: 10px;
		right: 15px;
	}
	.fz-large-second,
	.fz-large {
		font-size: var(--1-rem);
	}
	.map-attribute.map-attribute__bottom-left .mapboxgl-ctrl-bottom-left {
		left: 15px;
		bottom: 15px;
	}
	.map-attribute.map-attribute__bottom-left .mapboxgl-ctrl-bottom-right {
		right: 15px;
		bottom: 15px;
	}
	.heading-decor {
		left: -25px;
		top: 3px;
		max-width: 20px;
	}
	.footer__contact-list-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.hero-faq {
		padding: 50px 0;
	}
	.footer__col-content {
		padding: 24px 17px;
	}
	.footer__decor-2 {
		left: 17px;
		width: calc(100% - 34px);
	}
	.header__address {
		display: none;
	}
	.header-style-no-scroll .header__logo-wrap,
	.body-scroll .header__logo-wrap,
	.menu-open .header__logo-wrap,
	.header__logo-wrap {
		max-width: 120px;
	}
	.header__btn-tour {
		min-width: 130px;
		padding: 15px 15px 18px;
	}
	.s-about-wide-pic__col-heading {
		margin-bottom: 80px;
	}
	.s-about-wide-pic__decor-3 {
		left: 48px;
		top: -67px;
		max-width: 32px;
	}
	.s-switchback-1__img-wrap {
		max-width: 100%;
		transform: rotate(2deg);
		padding: 15px;
		height: auto;
		aspect-ratio: 3 / 4;
	}
	.s-switchback-1__img-decor-2 {
		max-width: 180px;
		height: auto;
		right: -30px;
		top: -40px;
	}
	.s-switchback-2__img-wrap {
		max-width: 100%;
		height: auto;
		aspect-ratio: 3/4;
	}
	.s-switchback-2__img-decor-2 {
		max-width: 206px;
		height: auto;
		left: -50px;
		bottom: -40px;
	}
	.s-switchback-2__img-decor-1 {
		max-width: 155px;
		height: auto;
		left: -66px;
		bottom: 63px;
	}
	.s-switchback-2__img-wrap-inner {
		padding: 10px 10px 25px;
	}
	.s-switchback-2 {
		padding: 30px 0 57px;
	}
	.torn-border {
		margin-bottom: -47px;
	}
	.sliderList__img-wrap-1 {
		width: 716px;
		height: auto;
		right: 0;
		top: 5px;
		max-width: 100%;
		padding: 10px;
	}
	.sliderList__img-wrap-1-decor-2 {
		max-width: 116px;
		height: auto;
		right: 35px;
		top: -54px;
	}
	.sliderList__img-wrap-2 {
		width: 360px;
		height: auto;
		top: 257px;
		max-width: 80%;
		padding: 10px 10px 20px;
	}
	.sliderList .swiper-slide:nth-child(3) .sliderList__img-wrap-1-decor-2 {
		top: 81%;
	}
	.sliderList .swiper-slide:nth-child(3) .sliderList__img-wrap-1 {
		top: 253px;
	}
	.sliderList .swiper-slide:nth-child(4) .sliderList__img-wrap-1-decor-2 {
		top: 70%;
	}
	.sliderList .swiper-slide:nth-child(4) .sliderList__img-wrap-1 {
		top: 221px;
		right: 40px;
	}
	.sliderAbout .swiper-slide {
		height: auto;
		width: 332px;
		aspect-ratio: 3 / 4;
	}
	.s-about {
		padding: 175px 0 250px;
	}
	.s-about__img-wrap-1 {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 11;
		padding: 10px;
	}
	.s-about__img-wrap-2 {
		top: 150px;
		height: auto;
		aspect-ratio: 3 / 4;
		width: 60%;
	}
	.s-about__img-wrap-2-decor-2 {
		position: absolute;
		left: -40%;
		top: 40%;
		max-width: 150px;
	}
	.s-about__img-wrap-2-decor-1 {
		position: absolute;
		left: -23%;
		top: 28%;
		max-width: 130px;
	}
	.s-list-interactive__heading {
		flex: 0 0 auto;
		width: auto;
		margin-bottom: 20px;
	}
	.s-list-interactive__walk-time {
		margin-left: 10px;
		margin-bottom: 20px;
	}
	.s-list-interactive__list-item {
		padding: 20px 15px;
	}
	.footer__form {
		padding: 20px 15px;
	}
	.s-slider-about {
		padding: 50px 0;
	}
	.title-decor-second-2,
	.title-decor-second-1 {
		left: -64px;
		top: 54%;
		max-width: 50px;
	}
	.title-decor-second-2 {
		left: auto;
		right: -64px;
	}
	.s-hero-neighborhood__card-2 {
		width: 90%;
	}
	.s-hero-neighborhood__card-3,
	.s-hero-neighborhood__card-1 {
		left: 0;
		width: 100%;
	}
	.s-combined-switchback__img-2-decor-2 {
		left: -10%;
		max-width: 170px;
	}
	.s-switchback-9 {
		padding: 50px 0 100px;
	}
	.s-switchback-7__img-wrap {
		margin-bottom: 80px;
	}
	.footer {
		padding: 0 10px;
	}
	.footer__form-btn {
		width: 100%;
	}
	.s-switchback-3__img-decor-2 {
		right: -16px;
		top: -22px;
		max-width: 165px;
	}
	.s-switchback-3__col-content {
		margin-bottom: 40px;
	}
	.s-switchback-3__decor-2 {
		font-size: 21vw;
	}
	.s-switchback-8__img-wrap,
	.s-switchback-6__img-wrap,
	.s-switchback-4__img-wrap {
		width: 90%;
	}
	.s-switchback-4__img-decor-2 {
		right: -12%;
		top: 70%;
		max-width: 160px;
	}
	.s-switchback-4__img-decor-1 {
		right: -20%;
		top: 43%;
		max-width: 155px;
	}
	.s-switchback-5__img-decor-2 {
		right: -33px;
		top: 67%;
		max-width: 160px;
	}
	.s-contact .bg-paper-wrap:after,
	.s-switchback-6:after {
		height: 30px;
	}
	.s-additional-list__list-item {
		flex: 1 1 100%;
	}
	.s-additional-list__list-item .right-dashed-line:before {
		background: transparent;
	}
	.footer__border {
		left: -12px;
		width: calc(100% + 24px);
		margin-bottom: 0;
	}
	.footer__heading-second-img {
		max-width: 40px;
	}
	.footer__heading-second {
		padding: 15px;
	}
	.footer__heading-second-text {
		margin-left: 15px;
	}
	.s-switchback-8__img-decor-1 {
		max-width: 80px;
		left: -10%;
	}
	.title-decor-2, .title-decor-1 {
		left: -29px;
		max-width: 20px;
	}
	.title-decor-2 {
		left: auto;
		right: -29px;
	}
	.s-switchback-6__img-decor-1 {
		max-width: 120px;
		left: -10%;
	}
	.s-switchback-6 {
		padding: 50px 0 100px;
	}
	.s-additional-list {
		padding: 50px 0;
	}
	.s-list-interactive__img-wrap {
		position: relative;
		width: 100%;
		height: 330px;
		opacity: 1;
		visibility: visible;
		top: 0;
		right: 0;
		transform: none !important;
	}
	.s-map__border-2 {
		bottom: 0;
	}
	.s-map__border-1 {
		top: 0;
	}
	.s-map__filter-btn {
		top: 70px;
	}
	.title-decor-third-2, .title-decor-third-1 {
		display: none;
	}
	.s-contact__img-wide-wrap {
		height: auto;
		aspect-ratio: 16/9;
	}
}
@media (max-width: 400px) {
	.header__svg-wrap svg {
		width: 23px;
	}
	.header__svg-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 23px;
		flex: 0 0 23px;
		width: 23px;
	}
	.faq__nav-link {
		font-size: calc(var(--1-rem) * 0.9);
	}
}
@media (max-width: 380px) {
	.cookies-alert {
		padding-right: 45px;
	}
}
@media (max-width: 350px) {
	.faq__nav-link {
		font-size: calc(var(--1-rem) * 0.83);
	}
}
label.error, #error-msg{
    color: red;
}
#frmContact label.error{
	font-size: 13px;
}
.swiper-button-disabled{
	display: none !important;
}
.frmcontact2 input,textarea,#s-contact__form-textarea{
    color: black !important;
}
.frmfootercontact input,textarea{
    color: white !important;
}

.meetelise-chat {
	position: absolute;
	left: 0;
	bottom: 0;
}
