@import "options-menu.css";
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*------------update for perq styles----------------*/
#header__help-quest {
    position: relative;
    pointer-events: none;
    overflow: hidden;
}
.pointer-evnt-auto {
    pointer-events: auto !important;
}
#header__help-quest #hub-button img {
    display: none;
}
#header__help-quest #hub-button {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}
#header__help-quest #hub-button:after,
#header__help-quest #hub-button:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background: #ffffff;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
#header__help-quest #hub-button:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#header__help-quest #hub-button:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#perq-online-guided-shopping-hub {
    position: fixed;
    z-index: 101;
}
#header__help-quest #hub-button.perq-hub-button-expanded:after,
#header__help-quest #hub-button.perq-hub-button-expanded:before {
    opacity: 1;
}
#header__help-quest #hub-button.perq-hub-button-expanded {
    background: inherit;
}
html:not(.page-load) .block-anim-js {
    opacity: 0;
    visibility: hidden;
}
/*------------update for perq styles----------------*/
.css-load .header__full-menu,
.page-load .header,
.page-load .header__logo {
    -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(--5-color);
    color: var(--4-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: var(--4-color);
    --body-color: var(--1-color);
    /*-------------*/
    --1-rem: 16px;
    --body-fw: 400;
    /*-------------*/
    --body-ff: 'Gotham', sans-serif;
    /*-------------*/
    --body-lh: 1.4;
    /*-------------*/
    --text-left: left;
    --text-center: center;
    --text-right: right;
    /*-------------*/
    --0-ls: 0px;
    /*-------------*/
    /*#0d151c #2b4359 #2b4359*/
    --1-color: #2b4359;
    --1-color-0: rgba(43, 67, 89, 0);
    --1-color-26: rgba(43, 67, 89, 0.26);
    --1-color-30: rgba(43, 67, 89, 0.3);
    --1-color-50: rgba(43, 67, 89, 0.5);
    --1-color-60: rgba(43, 67, 89, 0.6);
    --1-color-67: rgba(43, 67, 89, 0.67);
    --2-color: #c5c4bc;
    --2-color-0: rgba(197, 196, 188, 0);
    --2-color-20: rgba(197, 196, 188, 0.2);
    --2-color-30: rgba(197, 196, 188, 0.3);
    --2-color-60: rgba(197, 196, 188, 0.6);
    --3-color: #7ac369;
    --3-color-0: rgba(122, 195, 105, 0);
    --3-color-1: rgba(122, 195, 105, 0.08);
    --4-color: #f1f5f8;
    --4-color-0: rgba(241, 245, 248, 0);
    --4-color-50: rgba(241, 245, 248, 0.58);
    --5-color: #2b435a;
    --5-color-0: rgba(43, 67, 90, 0);
    --5-color-20: rgba(43, 67, 90, 0.2);
    --5-color-30: rgba(43, 67, 90, 0.3);
    --5-color-50: rgba(43, 67, 90, 0.5);
    --6-color: #dfe9f0;
    --6-color-0: rgba(223, 233, 240, 0);
    --7-color: #f4f7fa;
    --7-color-0: rgba(244, 247, 250, 0);
    --8-color: #d1efff;
    --8-color-10: rgba(209, 239, 255, 0.1);
    --8-color-30: rgba(209, 239, 255, 0.3);
    --9-color: #0d151c;
    --9-color-0: rgba(13, 21, 28, 0);
    --9-color-30: rgba(13, 21, 28, 0.3);
    --9-color-40: rgba(13, 21, 28, 0.4);
    --9-color-50: rgba(13, 21, 28, 0.5);
    --9-color-60: rgba(13, 21, 28, 0.6);
    --9-color-67: rgba(13, 21, 28, 0.67);
    --10-color: #303635;
    --11-color: #acdaf4;
    --11-color-30: rgba(172, 218, 244, 0.3);
    --12-color: #0d0d0d;
    --12-color-05: rgba(13, 13, 13, 0.05);
    --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(--9-color);
    --btn-main-bg: var(--3-color);
    --btn-secondary-color: var(--1-color);
    --btn-secondary-bg: var(--3-color);
    --btn-simple-color: var(--1-color);
    --btn-simple-bg: #0000;
    --btn-simple-second-color: currentColor;
    --btn-simple-second-bg: #0000;
    --link-bg: none;
    --link-border: none;
    --zoom: 1;
    --button-outline: none;
    --contrast-2-color: var(--body-bg);
    /*-------------*/
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    /*-------------*/
    --banner_h: 64px;
    /*-------------*/
    --header-1-color: var(--body-color);
    --header-2-color: var(--body-bg);
    --header-3-color: transparent;
    /*-------------*/
    /* desktop vars */
    --header-1-hover: var(--body-color);
    --header-2-hover: var(--body-bg);
    /*------------------*/
    --height: 100%;
    --height-content: 100%;
    --header-height: 92px;
}
.circle-rounded {
    border-radius: 50%;
}
.header-space {
    height: var(--header-height);
}
.button-reset {
    padding: 0;
    background: none;
    border: none;
    /*font-family: "PreloSlab", sans-serif;*/
    font-size: 16px;
    cursor: pointer;
    color: currentColor;
}
.ff-body {
    font-family: "PreloSlab", sans-serif;
}
/*.ff-second {*/
/*	font-family: "Timonium", sans-serif;*/
/*}*/
.fz-body {
    font-size: var(--1-rem);
}
.fz-extra-small {
    font-size: calc(var(--1-rem) * 0.7215);
}
.fz-small-2 {
    font-size: calc(var(--1-rem) * 0.85)
}
.fz-small {
    /*font-size: calc(var(--1-rem) * 0.85);*/
    font-size: calc(var(--1-rem) * 0.75);
}
.fz-large {
    font-size: calc(var(--1-rem) * 1.125);
}
.fz-medium {
    font-size: calc(var(--1-rem) * 1.1);
}
.fz-large-second {
    font-size: calc(var(--1-rem) * 1.2);
}
.fz-big {
    font-size: calc(var(--1-rem) * 1.25);
}
.fz-extra-large {
    font-size: calc(var(--1-rem) * 1.33);
}
.fz-extra-large-second {
    font-size: calc(var(--1-rem) * 1.44);
}
.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: 15px;
}
.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-inner--fz {
    font-size: calc(var(--1-rem) * 0.75);
}
.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: 4px 0;*/
/*    opacity: 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);
}
.theme-3 {
    --body-bg: var(--6-color);
    --body-color: var(--1-color);
    --heading-color-second: var(--1-color);
    background: var(--body-bg);
    color: var(--body-color);
}
.theme-5 {
    --body-bg: var(--12-color-05);
    --body-color: var(--1-color);
    --heading-color-second: var(--1-color);
    background: var(--body-bg);
    color: var(--body-color);
}
.theme-4 {
    --body-bg: var(--5-color);
    --body-color: var(--4-color);
    --heading-color-second: var(--4-color);
    background: var(--body-bg);
    color: var(--4-color);
}
.theme-2 {
    --body-bg: var(--9-color);
    --body-color: var(--4-color);
    --heading-color-second: var(--4-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: 25px;
}
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: 66px;
    resize: none;
    outline: none !important;
}
.form-style-second textarea {
    height: 76px;
}
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;
    /*text-transform: uppercase;*/
}
.h1, h1, .h2, h2 {
    font-weight: 700;
    /*font-family: var(--2-ff);*/
    /*text-transform: uppercase;*/
}
.heading-color {
    color: var(--heading-color-second);
}
/*.heading-color-2 {*/
/*    --heading-color-second: var(--3-color);*/
/*    color: var(--heading-color-second);*/
/*}*/
.heading-color-2 {
    --heading-color-second: var(--3-color);
    color: var(--heading-color-second);
}
.heading-color-3 {
    --heading-color-second: var(--4-color);
    color: var(--heading-color-second);
}
.heading-color-4 {
    --heading-color-second: var(--3-color);
    color: var(--heading-color-second);
}
.heading-color-gradient {
    background: -webkit-linear-gradient(#bb9a61 0%, #55462c 160%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.center-absolute {
    line-height: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.h1, h1 {
    font-size: calc(var(--1-rem) * 5.2);
    line-height: 1.15;
    letter-spacing: calc(var(--0-ls) + 0.5px);
}
.h1-second {
    font-size: calc(var(--1-rem) * 4);
    letter-spacing: var(--0-ls);
    line-height: 1.05;
}
.h1-third {
    font-size: calc(var(--1-rem) * 2.886);
    letter-spacing: var(--0-ls);
}
.h2, h2 {
    font-size: calc(var(--1-rem) * 5.1);
    line-height: 1;
}
.h2-second {
    font-size: calc(var(--1-rem) * 3.99);
    line-height: 1.15;
}
.h2-third {
    font-size: calc(var(--1-rem) * 3.55);
}
.h2-quaternary {
    font-size: calc(var(--1-rem) * 4.2);
    /*font-size: calc(var(--1-rem) * 3.6);*/
    line-height: 0.95;
}
.h3, h3 {
    font-size: calc(var(--1-rem) * 2.22);
}
.h3-second {
    font-size: calc(var(--1-rem) * 1.776);
}
.h3-third {
    font-size: calc(var(--1-rem) * 1.94);
}
.h4, h4 {
    font-size: calc(var(--1-rem) * 1.66);
}
.h5, h5 {
    font-size: calc(var(--1-rem) * 1.06);
}
.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;
    font-weight: 400;
    width: 100%;
    border-radius: 0;
    padding: 1px 0 9px;
    color: var(--1-color);
    border-bottom: 1px solid var(--1-color-50);
    /*font-size: calc(var(--1-rem) * 1.125);*/
}
.form-control:focus {
    border-bottom-color: currentColor !important;
}
.theme-4 .form-control,
.theme-2 .form-control {
    color: currentColor;
    border-bottom: 1px solid rgba(235, 233, 221, 0.3);
}
.form-style-second .form-control {
    font-size: var(--1-rem);
    padding: 1px 0 7px;
    /*border-bottom-color: var(--1-color-30);*/
}
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-----------------------*/
.simple-card__pic,
.simple-card,
.link-w-arrow__arrow,
.s-hero__cta,
.btn-hamburger,
.s-tabs__types:before,
.btn-arrow-wrap,
.slideGallery .swiper-slide:after,
.link-scrollto,
.features-card__img-wrap:after,
.s-tabs__trapezium,
.btn-arrow,
.transition-default,
.link-social,
.page-load #perq-online-guided-shopping-hub,
.modal-header,
.menu-tgl,
.checkbox-radio__text:before,
.check-c label,
label:after,
.label:after,
.btn,
.page-load .header__help-bar,
.s-map__filter,
.checkbox__text:after,
.checkbox__text:before,
.check-c label:after,
.arrow:before,
.modal__main-slide:after,
.header__burger span,
.menu-tgl span,
.header__help-arrow:after,
.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;
    width: 16px;
}
.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__address,
.header__menu-list {
    font-size: calc(var(--1-rem) * .75);
}
.header__menu-list {
    font-weight: 500;
    margin-right: 28px;
    letter-spacing: calc(var(--0-ls) + 0.6px);
}
.header__menu-list-item:not(:first-child) {
    margin-left: 15px;
}
.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(--3-color);
}
.color-4 {
    color: var(--5-color);
}
.color-5 {
    color: var(--8-color);
}
.full-menu__contact-list-wrap {
    padding-left: 30px;
}
.menu-tgl--close {
    top: 57px;
}
.btn {
    display: inline-block;
    font-size: calc(var(--1-rem) * 0.75);
    padding: 14px 14px;
    font-weight: 500;
    text-align: var(--text-center);
    background: var(--btn-main-bg);
    color: var(--btn-main-color);
    border: 1px solid var(--btn-main-bg);
    border-radius: 6px;
    cursor: pointer;
    min-width: 204px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: calc(var(--0-ls) + 1.3px);
}
/*.btn--secondary,*/
/*.header__btn-tour {*/
/*    background: var(--3-color);*/
/*    border-color: var(--4-color);*/
/*    color: var(--4-color);*/
/*}*/
.header__btn-tour {
    /*border-color: var(--3-color);*/
    font-size: calc(var(--1-rem) * 0.777);
    letter-spacing: calc(var(--0-ls) + 0.5px);
    min-width: 151px;
    padding: 13px;
    /*margin-right: 19px;*/
}
/*.header__btn-tour--2,*/
.btn--transparent {
    background: #0000;
    color: currentColor;
    border-color: currentColor;
}
.header__btn-tour-svg {
    margin-right: 9px;
}
.btn-secondary {
    /*color: var(--btn-secondary-color);*/
    /*background: var(--btn-secondary-bg);*/
    /*border-color: var(--btn-secondary-bg);*/
}
.btn-arrow {
    margin-left: 9px;
}
.btn:hover {
    color: var(--btn-main-bg);
    background: var(--5-color);
    /*background: var(--btn-main-color);*/
}
.btn-secondary:hover {
    color: var(--3-color);
    /*color: var(--btn-secondary-bg);*/
    /*background: var(--btn-secondary-color);*/
}
.link-w-arrow {
    text-transform: uppercase;
    /*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: currentColor;
}
.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(--3-color);
    color: var(--9-color);
}
.link-w-arrow:hover .btn-arrow,
.btn:hover .btn-arrow {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.btn-simple {
    background: var(--btn-simple-bg);
    color: var(--btn-simple-color);
    border: 1px solid var(--btn-simple-color);
    padding: 13px;
    min-width: 196px;
}
.btn-simple:after,
.btn-simple:before {
    content: none;
}
.btn-simple-second {
    background: var(--btn-simple-second-bg);
    color: var(--btn-simple-second-color);
    border-color: var(--btn-simple-second-color);
}
.btn-simple:hover,
.btn-simple.active,
.btn-simple.is-active {
    background: var(--3-color);
    color: var(--btn-simple-color);
    /*color: var(--btn-simple-bg);*/
    border-color: var(--3-color);
    /*color: var(--3-color);*/
}
.btn-simple-second.active,
.btn-simple-second:hover {
    /*background: var(--btn-simple-second-color);*/
    /*color: var(--btn-simple-second-bg);*/
    /*color: var(--3-color);*/
    /*background: #ffffff;*/
    /*color: var(--btn-simple-second-color);*/
    /*border-color: var(--btn-simple-second-color);*/
}
.btn-secondary {
    background: var(--3-color);
    border-color: var(--3-color);
    /*--btn-main-color: var(--1-color);*/
    /*--btn-main-bg: var(--2-color);*/
}
.btn-third {
    --btn-main-color: var(--2-color);
    --btn-main-bg: var(--5-color);
}
.btn-small {
    min-width: 136px;
}
.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: 14px 35px;
    top: 0;
    left: 0;
    width: 100%;
    font-size: var(--1-rem);
    text-transform: uppercase;
    z-index: 10;
}
.header__menu-nav {
    font-size: calc(var(--1-rem) * .87);
    color: var(--4-color);
}
/*.body-scroll .header {*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*}*/
.header__logo-second {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
/*.header-style-second:not(.body-scroll) .header__logo,*/
/*.header__logo-second {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/
/*.header-style-second:not(.body-scroll) .header__logo-second {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.header__nav {
    margin-left: 31px;
}
.header__nav-item:not(:last-child) {
    margin-right: 29px;
}
.body-scroll .header__logo-b {
    width: 145px;
}
.body-scroll .header__menu-nav-logo {
    top: 13px;
}
/*.header__logo-wrap {*/
/*    max-width: 232px;*/
/*}*/
/*.header__address {*/
/*    opacity: 0.5;*/
/*}*/
.header__address-wrap {
    margin-right: 22px;
}
.btn-hamburger {
    margin-right: 20px;
    border-radius: 5px;
    width: 54px;
    height: 54px;
    border: 1px solid currentColor;
    padding: 21px 0;
}
.mr-auto {
    margin-right: auto !important;
}
.text-right {
    text-align: var(--text-right) !important;
}
.header__logo {
    pointer-events: auto;
}
.header__logo svg {
    max-width: 100%;
    height: auto;
}
.header__burger,
.header__help-bar:after {
    -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%;
}
.is-active .header__help-bar,
.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);
}
.header__help-bar {
    position: absolute;
    top: calc(100% + 15px);
    right: 15px;
    background: var(--body-bg);
    -webkit-box-shadow: 0 0 4px rgba(22, 22, 22, 0.2);
    box-shadow: 0 0 4px rgba(22, 22, 22, 0.2);
    border-radius: 28px;
    z-index: 12;
    height: 148px;
    border: none;
}
.s-hero__heading--b {
    /*36px*/
    font-size: calc(var(--1-rem) * 2);
    /*font-size: calc(var(--1-rem) * 2.25);*/
}
/*.body-scroll .header__help-bar {*/
/*	top: calc(100% + 15px);*/
/*}*/
.body-scroll .header__info-wrap {
    opacity: 0;
    visibility: hidden;
}
.header__help-bar-content {
    overflow: hidden;
    height: 100%;
}
/*.header__help-bar:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border-radius: 50%;*/
/*    background: var(--10-color);*/
/*    opacity: 0;*/
/*}*/
.header__help-bar.passive:after {
    opacity: 1;
}
.header__help-arrow {
    position: relative;
    width: 50px;
    height: 40px;
    margin-bottom: 15px;
}
.header__help-arrow:after {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    color: var(--body-color);
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header__help-man,
.header__help-quest {
    width: 35px;
    height: 35px;
    background: var(--5-color);
    color: var(--4-color);
    border-radius: 50%;
}
.header__help-quest {
    margin-bottom: 8px;
}
.header__help-man {
    margin-bottom: 15px;
}
.is-active .header__burger:after,
.is-active .header__burger:before,
.is-active.header {
    background: var(--header-1-color);
}
.body-scroll .header {
    /*-webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.03);*/
    /*box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.03);*/
    background: var(--5-color);
}
.header__menu-nav-logo {
    top: 19px;
    left: 50%;
    transform: translate(-50%, 0);
}
.header-style-second:not(.body-scroll):not(.menu-open) .header__menu-nav {
    color: var(--1-color);
}
.header-style-second:not(.body-scroll):not(.menu-open) .header__btn-tour--2 {
    color: var(--1-color);
    border-color: currentColor;
}
.header-style-second:not(.body-scroll):not(.menu-open) .header__btn-tour--1 {
    background: var(--5-color);
    border-color: var(--5-color);
}
.header-style-second:not(.body-scroll):not(.menu-open) .header__btn-tour--1:hover,
.header-style-second:not(.body-scroll):not(.menu-open) .header__btn-tour--2:hover {
    background: #0000;
    border-color: var(--5-color);
    color: var(--5-color);
}
.min-vh-100 {
    min-height: 100vh;
    min-height: 100dvh;
}
/* footer style */
.footer {
    color: var(--body-color);
}
.footer__bottom-content {
    margin-top: 7px;
    padding: 30px 0 50px;
    font-size: calc(var(--1-rem) * .9375);
    letter-spacing: calc(var(--0-ls) - 0.8px);
}
.form-style-second .form-control-wrap {
    margin-bottom: 40px;
}
.form-control-wrap,
.form-control-wrap-textarea {
    margin-bottom: 37px;
}
.form-control-wrap-second {
    margin-bottom: 55px;
}
/*.footer__btn-link {*/
/*    font-size: calc(var(--1-rem) * 0.75);*/
/*}*/
.footer__btn-link.link-w-arrow-second .btn-arrow-wrap {
    background: var(--4-color);
}
.footer__contact-list-item .link {
    opacity: 0.6;
    font-size: calc(var(--1-rem) * .875);
}
.form-control-wrap-checkbox {
    margin-bottom: 43px;
}
.footer__help-list-item:not(:last-child) {
    margin-right: 21px;
}
/* footer style */
.s-pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.s-overview__title {
    margin-bottom: 10px;
}
.s-overview__pic {
    position: relative;
    height: 39vh;
}
.features-slider {
    margin: 0 0 50px;
    max-width: 508px;
}
.features-card {
    margin-bottom: 0;
    padding: 27px 28px;
    border-bottom: .5px solid var(--1-color-30);
    border-radius: 0;
}
/*.features-slider .swiper-slide:first-child .features-card {*/
/*	opacity: 0.7;*/
/*}*/
.features-card__img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 123px;
    height: 89px;
}
.features-card__text {
    /*font-weight: 300;*/
    /*text-transform: uppercase;*/
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 116px);
    padding-left: 27px;
    transition: .3s;
}
.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;
    text-shadow: -.25px -.25px 0 currentColor,
    .25px -.25px 0 currentColor,
    -.25px .25px 0 currentColor,
    .25px .25px 0 currentColor;
}
.swiper-slide-active .features-card {
    background: var(--11-color-30);
    border-bottom-width: 0;
    border-radius: 6px;
}
.units-item__pic-wrap {
    border-radius: 6px 6px 0 0;
    height: 281px;
    margin: -1px -1px 19px;
}
.slideUnits__btns-wrap .swiper-button-next,
.slideUnits__btns-wrap .swiper-button-prev,
.slideService__btns-wrap .swiper-button-next,
.slideService__btns-wrap .swiper-button-prev,
.sliderNh__btns-wrap .swiper-button-next,
.sliderNh__btns-wrap .swiper-button-prev {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    background: var(--4-color);
    color: var(--9-color) !important;
}
.sliderNh__btns-wrap .swiper-button-next,
.sliderNh__btns-wrap .swiper-button-prev,
.slideService__btns-wrap .swiper-button-next,
.slideService__btns-wrap .swiper-button-prev {
    background: var(--1-color);
    color: var(--4-color) !important;
}
.sliderNh__btns-wrap .swiper-button-prev,
.slideService__btns-wrap .swiper-button-prev,
.slideUnits__btns-wrap .swiper-button-prev {
    margin-right: 18px !important;
}
.sliderNh__btns-wrap .swiper-scrollbar,
.slideService__btns-wrap .swiper-scrollbar,
.slideUnits__btns-wrap .swiper-scrollbar {
    bottom: auto !important;
}
.units-item__content-wrap {
    padding: 0 11px 15px;
}
.units-item__desc {
    margin-bottom: 6px;
}
.s-tabs__description {
    max-width: 700px;
    margin-bottom: 24px;
}
.s-tabs__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 22px;
    height: auto;
    margin-right: 6px;
}
.s-tabs__item--night .s-tabs__icon {
    width: 20px;
}
.s-tabs__types {
    margin-bottom: 86px;
    padding: 8px;
    max-width: 286px;
    font-size: calc(var(--1-rem) * 0.83);
    border: 1px solid;
    border-radius: 6px;
}
.s-tabs__types:before {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    width: calc(50% - 8px);
    height: calc(100% - 16px);
    background: var(--3-color);
    border-radius: 6px;
}
.night-mode .s-tabs__types:before {
    left: 50%;
    /*background: var(--3-color);*/
    /*background: var(--5-color);*/
}
.s-tabs__item {
    width: 100%;
    padding: 20px 0;
    border-radius: 6px;
}
.s-tabs__item.active {
    color: var(--9-color);
    text-shadow: -.15px -.15px 0 currentColor,
    .15px -.15px 0 currentColor,
    -.15px .15px 0 currentColor,
    .15px .15px 0 currentColor;
}
/*.night-mode .s-tabs__types:before {*/
/*    background: var(--3-color);*/
/*}*/
/*.s-tabs:not(.night-mode) .bg-wrap-gradient img {*/
/*    opacity: .4;*/
/*}*/
/*.night-mode .s-tabs__item.active {*/
/*	color: var(--1-color);*/
/*}*/
.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-tabs__tab-title {
    margin-bottom: 8px;
}
.s-map__filter-btn {
    top: 30px;
    left: 21px;
    /*background: var(--5-color);*/
    /*color: var(--body-bg);*/
    padding: 15px;
    min-width: 120px;
    /*border-color: var(--5-color);*/
}
.s-map__mapbox {
    padding: 53px 55px;
}
.s-map__filter {
    position: relative;
    z-index: 2;
    background: var(--4-color);
    padding: 83px 77px 75px;
    max-width: 616px;
}
.s-map__filter.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: 30px;
    left: 21px;
    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);
}
.passive.header__help-bar {
    height: 50px;
}
.passive .header__help-arrow {
    width: 50px;
    height: 50px;
}
.passive .header__help-arrow:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
/*------------------------------------------------------------*/
.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;
}
.check-c label {
    font-size: calc(var(--1-rem) * .87);
}
.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: 0;
    width: 20px;
    height: 20px;
    border: 1px solid currentColor;
    opacity: 0.7;
    border-radius: 3px;
}
.form-checkbox__text:before {
    top: -2px;
    width: 22px;
    height: 22px;
}
.form-checkbox input:checked + .form-checkbox__text:before,
.checkbox input:checked + .checkbox__text:before {
    opacity: 1;
    background: var(--2-color);
    border-color: #0000;
}
.check-c input[type=radio]:checked + label {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
.form-checkbox__text:after,
.checkbox__text:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 3px;
    left: 8px;
    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: 2px;
}
.form-checkbox input:checked + .form-checkbox__text:after,
.checkbox input:checked + .checkbox__text:after {
    opacity: 1;
    visibility: visible;
}
.check-c {
    margin-bottom: 12px;
}
.check-c:not(:last-child) {
    margin-right: 9px;
}
.check-c label {
    display: block;
    position: relative;
    text-align: center;
    padding: 5px 15px;
    border-radius: 16px;
    min-width: 40px;
    text-transform: capitalize !important;
    margin-bottom: 0;
}
.check-c label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid currentColor;
    opacity: 0.7;
    pointer-events: none;
}
.check-c input[type=radio]:checked + label {
    background: var(--bg-third);
    color: var(--body-bg);
}
.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);
}
.header__help-bar--secondary {
    position: fixed;
    top: calc(50% - 74px) !important;
    left: auto;
    right: 0;
    z-index: 101 !important;
    border-radius: 5px;
    height: auto;
}
.header__help-drag {
    padding: 5px 10px;
}
.header__help-drag:after,
.header__help-block--line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: var(--11-color);
}
.header__help-block {
    padding: 10px 15px 5px;
}
.header__help-icon-wrap {
    margin-bottom: 5px;
}
.header__help-txt {
    font-size: calc(var(--1-rem) * .75);
    letter-spacing: calc(var(--0-ls) + 1px);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.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;
    background: var(--1-color);
    padding: 13px 13px;
    /*border: 1px solid var(--2-color);*/
}
.main-logo .zoomMarker:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5px;
    height: 38px;
    border: 10px solid transparent;
    border-top: 10px solid var(--1-color);
    z-index: -1;
}
.map-attribute.map-attribute__bottom-right .mapboxgl-ctrl-bottom-right {
    display: block;
    right: 31px;
    bottom: 32px;
}
.map-attribute.map-attribute__bottom-left .mapboxgl-ctrl-bottom-left {
    display: block;
    left: 55px;
    bottom: 44px;
}
.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: 36px;
    height: 36px;
    border-radius: 6px;
    background: var(--1-color);
    border: 1px solid var(--1-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;
}
.s-tabs {
    padding: 175px 0 150px;
}
/*----------------------------------------------------------------*/
.flex-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.f-100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
}
.contact {
    color: var(--body-bg);
}
.transparent-text {
    font-style: italic;
    color: #000000;
    mix-blend-mode: screen;
    text-shadow: 1px 1px 0 rgb(255 255 255),
    1px -1px 0 rgb(255 255 255),
    -1px 1px 0 rgb(255 255 255),
    -1px -1px 0 rgb(255 255 255),
    1px 0 0 rgb(255 255 255),
    0 1px 0 rgb(255 255 255),
    -1px 0 0 rgb(255 255 255),
    0 -1px 0 rgb(255 255 255),
    0 0 0 rgb(255 255 255);
}
@supports (-webkit-text-stroke: 1px #ffffff) {
    .transparent-text {
        color: transparent;
        -webkit-text-stroke: 1px #ffffff;
        text-shadow: none;
    }
}
.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;
}
.s-gallery__arrow {
    position: absolute;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid var(--body-color);
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}
.s-gallery__arrow-text {
    position: absolute;
    left: calc(100% + 20px);
}
.border-radius-1 {
    border-radius: 6px;
}
.s-gallery__grid-item {
    margin-bottom: 30px;
}
.s-gallery {
    padding: 70px 0 50px;
}
.bg-none {
    background: none !important;
}
.s-tabs__title {
    max-width: 950px;
    margin-bottom: 15px;
    line-height: 1.1;
}
.s-tabs__swiper-slide {
    max-width: 210px;
    width: calc(100% - 30px);
}
.s-tabs__tab-pic {
    margin-bottom: 18px;
    height: 188px;
}
.s-tabs__swiper-slide-even .s-tabs__tab-pic {
    height: 296px;
}
.s-tabs__tab-content-js.night-js .s-tabs__swiper-slide p {
    opacity: .5;
}
.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(--3-color);
}
.checkboxes-block {
    margin-bottom: 12px;
}
.checkbox-radio input:checked + .checkbox-radio__text {
    border-color: var(--3-color);
}
.checkbox-radio input:checked + .checkbox-radio__text .checkbox-radio__text-price {
    color: var(--3-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;
}
.gallerySwiper .swiper-slide {
    width: 620px;
}
.gallerySwiper .swiper__img--main {
    width: 482px;
    z-index: 1;
    height: 528px;
    max-height: 90vh;
    border: 10px solid var(--4-color);
    border-radius: 18px;
}
.gallerySwiper .swiper__heading {
    margin-top: -50px;
    z-index: 1;
}
.gallerySwiper .swiper-slide:before {
    position: absolute;
    content: "";
    left: 50%;
    top: calc(50% - 15px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline y1='8' x2='16' y2='8' stroke='%23263942' stroke-width='2'/%3e%3cline x1='8' x2='8' y2='16' stroke='%23263942' stroke-width='2'/%3e%3c/svg%3e ") center center var(--light-bg-color);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}
.gallerySwiper .swiper-slide-active:before {
    visibility: visible;
    opacity: 1;
}
.gallerySwiper .swiper-slide-active:hover:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.swiper__img-back {
    position: absolute;
    top: 50px;
    width: 313px;
    height: 60%;
    opacity: 0;
    visibility: hidden;
}
.gallerySwiper .swiper-slide:before,
.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;
}
.gallerySwiper .swiper-slide:not(.swiper-slide-active) .swiper__img--main {
    opacity: .6;
}
.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;
}
.gallerySwiper .swiper-button-next,
.gallerySwiper .swiper-button-prev {
    position: absolute;
    width: 62px;
    height: 62px;
    border: 2px solid currentColor;
    border-radius: 50%;
    z-index: 3;
    top: 230px;
    left: 100px;
    pointer-events: auto;
}
.gallerySwiper .swiper-button-next {
    right: 100px;
    left: auto;
}
.gallerySwiper .swiper-button-next:hover,
.gallerySwiper .swiper-button-prev:hover {
    background: var(--body-bg);
}
.gallerySwiper {
    overflow: visible;
}
.object-pos-bottom {
    -o-object-position: bottom;
    object-position: bottom;
}
.object-pos-top {
    -o-object-position: top;
    object-position: top;
}
.footer__contact-list {
    margin: 0 -4px 48px;
    line-height: 1.3;
    max-width: 610px;
}
.footer__contact-list-item {
    padding: 0 4px;
}
.footer__logo-link {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: 0;
    max-width: unset;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}
.footer__logo {
    width: 250px;
}
.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(--8-color);
    color: var(--9-color);
    z-index: 11;
    opacity: 0;
    visibility: hidden;
}
.concession-banner {
    max-width: 313px;
    width: calc(100% - 40px);
    margin: auto;
    right: 16px;
    bottom: 70px;
    -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(--8-color);
    color: var(--9-color);
    position: absolute;
    bottom: calc(100% + 7px);
    right: 1px;
}
.concession-banner__img-wrap {
    height: 112px;
    margin-bottom: 14px;
}
.concession-banner__description {
    margin-bottom: 14px;
    font-size: calc(var(--1-rem) * 0.75);
    max-width: 235px;
    letter-spacing: calc(var(--0-ls) + 0.2px);
    line-height: 1.4 !important;
}
.concession-banner__heading {
    margin-bottom: 2px;
    max-width: 260px;
    letter-spacing: calc(var(--0-ls) + 0.3px);
}
.concession-banner__btn-close,
.cookies-alert__cross {
    border: 1px solid #0000;
}
.cookies-alert__cross {
    border-color: var(--9-color);
}
.cookies-alert__cross:hover,
.concession-banner__btn-close:hover {
    background: var(--5-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(--3-color);
}
/*----------------------------*/
.cookies-alert {
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 596px;
    width: 100%;
    margin: auto;
    border-radius: 6px 6px 0 0;
    padding: 10px 50px 8px 24px;
    font-size: calc(var(--1-rem) * .875);
}
.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: 8px;
    right: 14px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: var(--8-color);
}
.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(--9-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); */
    height: 100%;
    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;
    top: 4px;
}
.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;
    /*border: 1px solid var(--3-color);*/
    /*color: var(--3-color);*/
    font-size: calc(var(--1-rem) * .87);
    display: inline-block;
    min-width: 114px;
}
/*.iframe-nav__btn.is-active {*/
/*	background: var(--3-color);*/
/*	color: var(--2-color);*/
/*	border-color: var(--3-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%;
}
.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 var(--3-color);*/
    /*border-right: 1px solid var(--3-color);*/
    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;
}
/*----------------------*/
.header__help-bar--simple {
    height: auto;
    /*overflow: hidden;*/
}
.header__help-bar--simple .header__help-man {
    margin: 0;
}
.header__help-bar--simple .header__help-bar-content {
    padding: 7px;
    border-radius: 50%;
}
.header__help-bar--simple .header__help-man:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 50%;
}
/*----------------------------*/
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: linear-gradient(to bottom, var(--4-color-0) 0%, var(--4-color) 100%);
    z-index: 2;
    border-radius: 0 0 18px 18px;
}
.swiper__img--main-wrap {
    z-index: 1;
}
.hero-faq {
    padding: 70px 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;
}
.header__help-quest.closeLoad .tooltip-block__icon-3 {
    display: none;
}
.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: #ffffff;
    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.85) !important;
    min-width: 140px !important;
    padding: 7px 9px !important;
    border-radius: 3px !important;
    /*background: #0000;*/
    /*color: currentColor;*/
    /*border-color: currentColor;*/
    text-transform: capitalize;
    font-weight: 400;
}
.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: 27px;*/
    top: 0.5em;
    max-width: 25px;
    height: auto;
}
/*.heading-decor-second {*/
/*}*/
.pseudo-full:after,
.pseudo-full:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pseudo-after:after,
.pseudo-before:before {
    content: "";
}
.s-hero__cta-additional-btn {
    padding-left: 16px;
}
.s-hero__cta-img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 63px;
    height: 63px;
    border-radius: 2px;
}
.s-hero__cta-additional-btn-circle {
    width: 32px;
    height: 32px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
}
.s-hero__cta-additional-btn-circle:after {
    position: absolute;
    content: "";
    left: calc(50% - 1px);
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-right: 1.5px solid;
    border-bottom: 1.5px solid;
}
.s-hero__cta {
    background: var(--8-color-10);
    border: 1px solid var(--8-color);
    /*color: var(--1-color);*/
    padding: 4px;
    border-radius: 5px;
}
.s-hero__cta-content-heading {
    margin-bottom: 0;
}
.s-hero__heading {
    text-transform: uppercase;
    /*max-width: 510px;*/
    /*margin-bottom: 20px;*/
    margin-bottom: 12px;
}
.s-hero__cta-content {
    padding: 0 13px 0 16px;
}
.s-hero__cta-additional-btn-text {
    /*padding-left: 11px;*/
    margin-left: 11px;
}
.s-hero__description {
    /*font-size: calc(var(--1-rem) * 1.125);*/
    opacity: 0.8;
    /*margin-bottom: 29px;*/
    /*max-width: 605px;*/
    margin-bottom: 27px;
    max-width: 546px;
}
.s-heading {
    padding: 125px 0 64px;
}
.s-heading__heading {
    max-width: 1161px;
    letter-spacing: calc(var(--0-ls) + 0.2px);
}
.s-about__img-wrap {
    width: 100%;
    /*height: 100%;*/
    min-height: 100%;
    height: 100vh;
    max-height: 900px;
}
.s-about__container-img {
    /*height: 100vh;*/
    /*height: 100dvh;*/
    /*max-height: 900px;*/
    min-height: 500px;
}
.s-about__col-content {
    padding: 55px 12px 0 98px;
}
.s-about-second__col-content {
    padding: 117px 12px 0 98px;
}
.description {
    line-height: 1.62;
}
.description-second {
    line-height: 1.3;
}
.description-ls {
    letter-spacing: calc(var(--0-ls) + 0.2px);
}
.s-about__heading {
    /*max-width: 430px;*/
    margin-bottom: 24px;
    line-height: 1.05;
}
.s-about-pics__description {
    max-width: 660px;
    margin-bottom: 34px;
}
.s-about__description {
    max-width: 470px;
    margin-bottom: 34px;
}
.s-about__img-wrap {
    border-radius: 0 0 6px 6px;
}
.s-about__img-wrap-second {
    max-width: 252px;
    height: 328px;
}
.s-about__btn-wrap {
    margin-bottom: 133px;
}
.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: 16px;
}
.s-overview__heading-top-decor {
    margin-bottom: 40px;
}
.s-overview__description {
    max-width: 536px;
}
.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: 110px;
}
.s-overview__disclaimer {
    padding-left: 8px;
}
.s-full-view-image {
    height: 660px;
    margin: -15px 0;
}
.s-units {
    padding: 173px 0 159px;
}
.s-units__heading-top-decor {
    margin-bottom: 37px;
}
.s-units__description {
    max-width: 517px;
    margin-bottom: 19px;
}
.s-units__heading {
    margin-bottom: 16px;
}
.units-item {
    /*padding: 11px;*/
    border: 1px solid var(--4-color-50);
}
.units-item__desc-item:not(:last-child) {
    padding-right: 7px;
    margin-right: 10px;
}
.units-item__desc-item:not(:last-child):after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: currentColor;
    opacity: .5;
}
.units-item__amount {
    margin-left: 7px;
}
.s-amenities-rows {
    padding: 120px 0 102px;
}
.s-amenities-rows__heading {
    margin-bottom: 19px;
}
.s-amenities-rows__description {
    max-width: 500px;
    margin-bottom: 64px;
    line-height: 1.25;
}
.s-amenities-rows__list-item {
    border-top: .5px solid;
    padding: 15px 0;
}
.s-amenities-rows__list-item:last-child {
    border-bottom: .5px solid;
}
.s-amenities-rows__list {
    margin-bottom: 58px;
}
.s-amenities-rows__list-inner-item:not(:last-child) {
    border-right: .5px solid;
}
.s-amenities-rows__list-inner-item {
    height: 90px;
    padding: 5px 6px;
}
.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-wrap-additional-page {
    height: 100vh;
    height: 100dvh;
}
.bg-wrap-hero {
    top: calc(-1 * var(--header-height));
}
.container,
.s-full-view-image {
    position: relative;
    z-index: 1;
}
.s-tabs__heading-top-decor {
    margin-bottom: 40px;
}
.s-map__heading {
    margin-bottom: 26px;
}
.s-map__filter-item {
    /*padding: 18px;*/
    font-weight: 300;
    height: 49px;
    text-transform: uppercase;
    background: #0000;
}
.s-map__filter-item:not(:last-child) {
    margin-bottom: 13px;
}
.s-map__description {
    margin-bottom: 42px;
}
.s-map__filter-item-svg {
    margin-right: 6px;
}
.s-map__filter-item-text {
    top: 1px;
}
.active .s-map__filter-item-text {
    text-shadow: -.5px -.5px 0 currentColor,
    .5px -.5px 0 currentColor,
    -.5px .5px 0 currentColor,
    .5px .5px 0 currentColor;
}
.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%);
    }
}
.s-loop-line {
    padding: 31px 0 26px;
    background: var(--3-color);
    color: var(--9-color);
    margin-bottom: 21px;
}
.s-loop-line:after,
.s-loop-line:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(-90deg, var(--3-color-0) 0%, var(--3-color) 100%);
    z-index: 2;
    pointer-events: none;
}
.s-loop-line:before {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, var(--3-color-0) 0%, var(--3-color) 100%);
}
.s-loop-line__link-icon-wrap {
    /*border: 2px solid;*/
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--9-color);
    color: var(--3-color);
    margin-left: 11px;
    position: relative;
    top: 0;
}
.s-loop-line .box {
    padding: 0 7px;
}
.s-loop-line__link {
    color: currentColor;
}
.footer__heading {
    margin-bottom: 61px;
}
.footer__contact-list-item-heading {
    margin-bottom: 4px;
}
.link-social {
    width: 71px;
    height: 71px;
    /*border-radius: 5px;*/
    border: 1px solid var(--3-color);
    border-radius: 50%;
}
.nh-hr--secondary {
    border-top-color: var(--1-color);
    margin-bottom: 33px !important;
}
.link-social-second {
    color: var(--1-color);
    /*border-color: rgba(12, 12, 12, 0.2);*/
    border-width: 1.5px;
    width: 45px;
    height: 45px;
    border-color: var(--2-color);
}
.link-social-second svg {
    width: 20px;
    height: auto;
    max-height: 20px;
}
.link-social-second:hover,
.link-social:hover {
    background: var(--5-color);
    color: var(--2-color);
    border-color: var(--5-color);
}
.link-second {
    text-decoration: underline !important;
}
.link-second:hover {
    text-decoration: none !important;
}
.footer__content-social-item {
    margin: 0 9px;
}
.footer__col-content {
    padding-top: 53px;
}
.footer__subheading {
    margin-bottom: 64px;
}
.hero-second {
    padding: 97px 0 0;
}
.hero-second__kicker {
    margin-bottom: 7px;
    /*letter-spacing: calc(var(--0-ls) + 0.9px);*/
}
.hero-second__heading {
    max-width: 610px;
    margin-bottom: 25px;
}
.hero-second__description {
    max-width: 540px;
    margin-bottom: 19px;
}
.hero-second__container-heading {
    margin-bottom: 25px;
}
.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);
}
.hero-second__img-wrap {
    height: 693px;
    max-height: 80vh;
    min-height: 300px;
}
.slideGallery .swiper-slide,
.s-nh__img-wrap,
.s-amenities__img-wrap,
.s-amenities__pseudo-img-wrap {
    height: 710px;
    min-width: 300px;
    max-height: 100vh;
}
.slideGallery .swiper-slide {
    max-height: 80vh;
}
.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: .5px;
    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: 83px;
}
.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 67px;
}
.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;
}
.slideService__card {
    border: 0.5px solid rgba(33, 50, 58, 0.58);
    height: 100%;
}
.slideService__card-logo-wrap {
    height: 135px;
    border-bottom: 0.5px solid rgba(33, 50, 58, 0.58);
    margin-bottom: 31px;
}
/*.slideService .swiper-slide {*/
/*	max-width: 331px;*/
/*}*/
.slideService__content-wrap {
    padding: 0 33px 73px;
}
.slideService__card-heading {
    text-transform: capitalize;
    margin-bottom: 7px;
}
.slideService__card-description {
    line-height: 1.55;
}
.slideService__card-link {
    position: absolute;
    left: 33px;
    text-transform: capitalize;
    bottom: 32px;
    font-size: calc(var(--1-rem) * 0.875);
}
.concession-banner__btn .btn-arrow {
    margin-left: 3px;
    width: 18px;
    height: auto;
}
.slideService__card-link .btn-arrow-second {
    margin-left: 5px;
    margin-top: 2px;
    width: 8px;
    height: auto;
}
.slideService__card-logo-wrap svg {
    max-width: 220px;
    max-height: 55px;
}
.gallerySwiper .swiper-button-prev:after,
.gallerySwiper .swiper-button-next:after,
.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: auto;
    color: currentColor;
}
.gallerySwiper .swiper-button-prev svg,
.gallerySwiper .swiper-button-next svg,
.swiper-style .swiper-button-prev svg,
.swiper-style .swiper-button-next svg {
    width: auto;
    height: auto;
}
.gallerySwiper .swiper-button-prev,
.gallerySwiper .swiper-button-next {
    color: currentColor;
}
.swiper-style .swiper-button-prev {
    margin-right: 57px;
}
.slideService__btns-wrap {
    padding-top: 60px;
}
.swiper-style .swiper-scrollbar {
    left: auto;
    right: 0;
    width: calc(100% - 195px);
    bottom: 20px;
    height: 2px;
    border-radius: 0;
    background: rgba(12, 12, 12, 0.2);
}
/*.swiper-style-second .swiper-scrollbar {*/
/*	background: rgba(235, 233, 221, 0.4);*/
/*}*/
.swiper-style .swiper-scrollbar-drag {
    background: var(--1-color);
}
.swiper-style-second .swiper-scrollbar {
    background: var(--2-color-20);
}
.swiper-style-second .swiper-scrollbar-drag {
    background: var(--2-color);
}
.swiper-style-third .swiper-scrollbar-drag {
    background: var(--5-color);
}
.s-nh-switchback__img-wrap,
.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;
}
.s-nh {
    padding: 102px 0 63px;
}
.s-nh__index-wrap {
    color: var(--3-color);
    margin-bottom: 20px;
}
.s-nh__heading {
    text-transform: capitalize;
    max-width: 550px;
    margin-bottom: 22px;
}
.s-nh__description {
    max-width: 550px;
    margin-bottom: 28px;
}
.s-nh-switchback {
    padding: 118px 0 12px;
}
.s-nh-slide-neighborhoods__description,
.s-nh-switchback__description {
    max-width: 430px;
    margin-bottom: 40px;
}
.s-nh-slide-neighborhoods {
    padding: 98px 0 125px;
}
.s-nh-slide-neighborhoods__heading {
    margin-bottom: 19px;
}
.s-nh-slide-neighborhoods__col-heading {
    margin-bottom: 80px;
}
.sliderNh .swiper-slide {
    width: 453px;
    max-width: 100%;
}
.sliderNh__card-img-wrap {
    height: 531px;
    max-height: 80vh;
    min-height: 300px;
    margin-bottom: 21px;
}
.s-gallery__grid-item:hover img,
.slideGallery .swiper-slide:hover img,
.sliderNh__card:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.sliderNh__btns-wrap {
    padding-top: 81px;
}
.nh-hr {
    margin: 0;
    border-width: .5px;
    border-top-color: var(--9-color-40);
}
.nh-hr.theme-3,
.nh-hr.theme-2 {
    border-top-color: var(--2-color-60);
}
/*.theme-2 .s-nh__index__txt {*/
/*    color: var(--2-color);*/
/*}*/
.s-nh__index {
    color: var(--3-color);
}
.s-nh__index svg,
.s-nh__index-wrap svg  {
    height: 80px;
    /*max-width: 100px;*/
}
.s-nh__index__txt {
    bottom: -0.2em;
}
.theme-2 .s-nh-second__description,
.theme-2 .s-nh-switchback__description {
    opacity: .5;
}
.s-nh-second__heading {
    max-width: 780px;
}
.s-nh-second__description {
    max-width: 540px;
}
.s-nh-second {
    padding: 130px 0 115px;
}
.s-nh-switchback-second {
    padding: 116px 0;
}
.s-nh-third {
    padding: 131px 0 63px;
}
.s-nh-third__btn-wrap {
    margin-bottom: 100px;
}
.s-nh-third__block-bg {
    position: absolute;
    left: 0;
    top: 81.2%;
    width: 100%;
    height: 56%;
    background: var(--4-color);
}
.slideGallery__btns-wrap,
.slideGallery .swiper-slide {
    max-width: 1035px;
}
.slideGallery .swiper-slide:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    background: rgba(235, 233, 221, 0.5);;
}
.slideGallery .swiper-slide.swiper-slide-active:after {
    opacity: 0;
    visibility: hidden;
}
.s-slide-gallery {
    padding: 92px 0 90px;
}
.s-slide-gallery__heading {
    text-transform: capitalize;
    max-width: 540px;
    margin-bottom: 8px;
}
.s-slide-gallery__description {
    max-width: 500px;
    margin-bottom: 37px;
}
.s-slide-gallery__col-heading {
    margin-bottom: 62px;
}
.slideGallery__btns-wrap {
    padding-top: 21px;
}
.s-nh-quaternary {
    padding: 139px 0 63px;
}
.s-nh-quaternary__heading {
    max-width: 620px;
}
.s-nh-quaternary__btn-wrap {
    margin-bottom: 83px;
}
.s-nh-switchback-third {
    padding: 92px 0;
}
.s-nh-switchback-quaternary {
    padding: 60px 0 141px;
}
.hide-header-adress .header__info-wrap,
.contact-page .header__info-wrap,
.thank-you-page .header__info-wrap {
    display: none;
}
.s-contact {
    /*border-bottom: 0.5px solid var(--1-color-50);*/
    padding: 15px 0 50px;
}
.s-contact__col-map {
    width: 50%;
}
.s-contact__col-form {
    width: 50%;
    padding: 52px 12px 82px;
}
.main-logo .zoomMarker {
    border-radius: 6px;
}
.map-contact .main-logo .zoomMarker {
    background: var(--5-color);
}
.map-contact .main-logo .zoomMarker:after {
    border-top-color: var(--5-color);
}
.s-contact__heading-svg {
    margin-bottom: 10px;
}
.s-contact__form {
    max-width: 495px;
}
.s-contact__heading {
    margin-bottom: 33px;
}
.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: 370px;
}
.s-thank-you__img-wrap:after,
.s-thank-you__img-wrap:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(var(--9-color-67) 0%, var(--9-color-0) 100%);
}
.s-thank-you__img-wrap:before {
    background: var(--9-color-50);
}
.s-thank-you__checkmark {
    width: 115px;
    height: 115px;
    color: var(--4-color);
    background: var(--3-color);
    border-radius: 50%;
}
.s-thank-you__checkmark svg {
    max-width: 80%;
}
/*.s-thank-you__checkmark:before,*/
/*.s-thank-you__checkmark:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    -webkit-transform: translate(-50%, -50%) rotate(-45deg);*/
/*    -ms-transform: translate(-50%, -50%) rotate(-45deg);*/
/*    transform: translate(-50%, -50%) rotate(-45deg);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: var(--5-color);*/
/*}*/
/*.s-thank-you__checkmark:after {*/
/*    width: 67px;*/
/*    height: 67px;*/
/*    background: transparent;*/
/*    border: 5px solid;*/
/*}*/
.s-thank-you__checkmark-wrap {
    margin-top: -58px;
    margin-bottom: 85px;
}
.bg-wrap__thank-you {
    top: 46px;
}
.s-thank-you__heading {
    margin-bottom: 17px;
}
.s-thank-you__description {
    max-width: 560px;
    letter-spacing: calc(var(--0-ls) + 0.5px);
    margin-bottom: 28px;
    font-size: calc(var(--1-rem) * 1.125);
}
.s-thank-you__btn-wrap {
    margin-bottom: 105px;
}
.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 {
    text-transform: none;
    margin-bottom: 23px;
}
.s-thank-you {
    padding: 0 0 92px;
}
.virtual-tour {
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
}
.gallerySwiper__container-btns {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    pointer-events: none;
}
.s-accessibility {
    padding: 50px 0 50px;
}
.full-menu__contact-list-wrap .full-menu__contact-list {
    margin-bottom: 15px;
}
.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 top, var(--9-color-0) 0%, var(--9-color) 100%);
}
.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-tabs__slider-second .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 366px;
    flex: 0 0 366px;
    max-width: 100%;
}
/*.s-tabs-second {*/
/*    border-top: 1px solid;*/
/*}*/
.s-tabs-second {
    padding-bottom: 100px;
}
.s-tabs-second .tabs-swiper__card {
    border: 1px solid;
}
.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(--4-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(--4-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(--4-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(--4-color);
    border: 1px solid var(--4-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: 90px 0 50px;
}
.hero-neighborhood {
    min-height: 100vh;
    min-height: 100dvh;
}
.select-link__icon-wrap svg {
    max-width: 16px;
    height: auto;
    max-height: 14px;
}
.s-about-pics {
    padding: 184px 0 164px;
}
.s-about-pics__heading {
    max-width: 813px;
    margin-bottom: 27px;
}
.s-hero__circle-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 653px;
    height: 653px;
    border-radius: 50%;
}
.s-hero__heading-top-decor svg {
    max-width: 47px;
    height: auto;
}
.s-hero__heading-top-decor {
    margin-bottom: 25px;
}
.heroSlider {
    max-width: 588px;
    height: 430px;
    overflow: visible;
    margin-bottom: 91px;
}
.heroSlider .swiper-slide {
    border: 15px solid var(--4-color);
    border-radius: 5px;
    background: var(--4-color);
}
.s-hero__bg-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80vh;
    height: 80dvh;
}
.s-hero__bg-pic img {
    opacity: .8;
}
.s-hero__bg-pic:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--2-color-0) 0%, var(--2-color) 100%);
}
.s-about-pics__img-wrap {
    padding: 33px 29px;
}
.bg-wrap-gradient:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--4-color-0) 29.33%, var(--4-color) 70%);
}
.theme-2 .s-nh-third__block-bg.bg-wrap-gradient:after {
    background: linear-gradient(to bottom, var(--4-color-0) 29.33%, var(--4-color) 100%);
}
/*.bg-wrap-additional-page:after {*/
/*    background: linear-gradient(180deg, var(--2-color-0) 0%, var(--2-color) 100%);*/
/*}*/
.theme-3 .bg-wrap-gradient:after {
    background: linear-gradient(180deg, var(--6-color-0) 0%, var(--6-color) 100%);
}
.theme-5 .bg-wrap-gradient:after {
    background: linear-gradient(180deg, var(--7-color-0) 0%, var(--7-color) 100%);
}
.theme-4 .bg-wrap-gradient:after {
    background: linear-gradient(180deg, var(--5-color-0) 0%, var(--5-color) 100%);
}
.theme-2 .bg-wrap-gradient:after {
    background: linear-gradient(180deg, var(--9-color-0) 0%, var(--9-color) 100%);
}
.bg-wrap-bottom:after {
    transform: rotate(180deg);
}
.s-hero__row {
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    min-height: 350px;
}
.bg-wrap-gradient img {
    /*opacity: .6;*/
    mix-blend-mode: multiply;
}
.theme-2 .bg-wrap-gradient img {
    opacity: 1;
}
.theme-3 .bg-wrap-gradient img {
    opacity: .3;
}
.theme-4 .bg-wrap-gradient img {
    mix-blend-mode: color-burn;
    opacity: .4;
}
.hero-top10-second {
    padding: 111px 0 0;
}
.hero-top10-second__heading {
    max-width: 640px;
}
.hero-top10-second__description {
    max-width: 490px;
}
.s-nh-switchback-2 {
    padding: 12px 0 128px;
}
.s-nh-second__btn-wrap {
    margin-bottom: 70px;
}
.slideGallery .swiper-pagination-total {
    opacity: .5;
}
.header__info-wrap {
    letter-spacing: calc(var(--0-ls) + 1.2px);
    line-height: 1.4;
    margin-top: 14px;
    /*margin-left: 29px;*/
}
.s-hero__content-img-wrap,
.s-hero__content-wrap {
    height: calc(50% - 10px);
}
.s-hero__content-wrap {
    padding: 50px 0;
}
.color-4 {
    color: var(--4-color);
}
.sliderQuote__headshot-social {
    position: absolute;
    right: -4px;
    bottom: -2px;
    border: 3px solid var(--4-color);
    background: var(--4-color);
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.sliderQuote__headshot-social svg {
    width: 100%;
    height: auto;
}
.s-about-pics__btn-wrap {
    margin-bottom: 69px;
}
.s-about-pics__hr {
    height: .5px;
    background: var(--1-color-30);
    max-width: 600px;
    margin-bottom: 46px;
}
.sliderQuote {
    max-width: 607px;
}
.sliderQuote__quote {
    max-width: 500px;
    margin-bottom: 20px;
}
.sliderQuote__headshot {
    width: 51px;
    height: 51px;
    margin-bottom: 7px;
}
.sliderQuote .swiper-button-next,
.sliderQuote .swiper-button-prev {
    position: absolute;
    top: 46%;
    margin: 0;
    transform: translateY(-50%);
}
.sliderQuote .swiper-button-next {
    right: 0;
    left: auto;
}
.sliderQuote .swiper-button-prev {
    left: 0;
    right: auto;
}
.s-units__col-heading,
.s-units__col-description {
    margin-bottom: 82px;
}
.slideUnits .swiper-slide {
    max-width: 332px;
}
.slideUnits__btns-wrap {
    padding-top: 68px;
}
.s-inst-slider {
    padding: 143px 0 131px;
}
.s-inst-slider__heading {
    margin-bottom: 23px;
}
.simple-card__soc-icon {
    width: 18px;
    height: 18px;
    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: 34px;
    height: 34px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    margin-right: 5px;
}
.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 60px;
    border-radius: 6px;
    overflow: hidden;
}
.pre-footer-form__wrap {
    max-width: 614px;
}
.pre-footer-form__heading {
    margin-bottom: 40px;
}
.footer__logo-wrap {
    /*max-width: 235px;*/
    margin-bottom: 50px;
}
.footer__logo-second-wrap {
    margin-bottom: 21px;
}
.footer__logo-second-wrap svg {
    max-width: 58px;
    height: auto;
}
.footer__additional-links {
    max-width: 560px;
    margin-bottom: 34px;
}
.s-contact__btn {
    border-radius: 50px !important;
}
/*-------------------------------------------*/
.s-hero--primary {
    padding-top: 176px;
    color: var(--4-color);
    background: var(--5-color);
    /*min-height: 100vh;*/
    padding-bottom: 61px;
}
.s-hero__pic-b {
    border-radius: 500px 500px 0 0;
    max-height: 45vh;
    min-height: 300px;
}
.s-hero__bg-pic-b {
    top: 0;
    left: 0;
}
.s-hero__bg-pic-b:after,
.s-hero__bg-pic-b:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to top, var(--5-color) 0%, var(--5-color-0) 100%);
}
.s-hero__bg-pic-b:before {
    background: var(--5-color);
    z-index: -1;
}
.s-hero__bg-pic-2-b {
    mix-blend-mode: color-burn;
    opacity: .4;
}
/*.s-hero__pic-b {*/
/*    width: 1628px;*/
/*}*/
.s-hero__pic-wrap-b {
    margin-bottom: 43px;
}
/*-------------------------------------------*/
.swiper-arrows {
    top: 145px;
    left: 0;
    pointer-events: none;
}
.swiper-arrows .swiper-arrows__circle {
    pointer-events: auto;
    overflow: hidden;
}
.swiper-arrows__circle {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 2;
    background: var(--5-color);
    color: var(--4-color);
    border: 1px solid currentColor;
}
.swiper-arrows__circle:before {
    background: currentColor;
    height: 2px;
    right: 0;
    left: 0;
    width: 16px;
}
.swiper-arrows__circle:after {
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
}
.swiper-arrows__circle:after,
.swiper-arrows__circle:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.swiper-arrows__circle--left:after {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    left: 16px;
}
.swiper-arrows__circle--right:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 16px;
}
.swiper-arrows__circle.swiper-button-disabled {
    opacity: .5;
}
/*-------------------------------------------*/
@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);
    }
}
@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;
    }
    .s-hero__col-content {
        position: absolute;
        left: 50%;
        bottom: 80px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 540px;
    }
    .s-contact__btn {
        font-size: calc(var(--1-rem) * 1.125);
    }
    .s-thank-you__btn {
        min-width: 220px;
        padding: 15px 14px;
    }
}
@media (min-width: 768px) and (max-height: 799px) {
    .s-hero__circle-bg {
        width: 593px;
        height: 593px;
    }
}
@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .position-lg-static {
        position: static !important;
    }
    .s-pic {
        z-index: 2;
    }
    .header__help-bar:not(.header__help-bar--secondary) {
        position: fixed;
        top: auto;
        bottom: 36px;
        right: auto;
        left: 15px;
    }
    .header__help-bar:not(.header__help-bar--secondary) .header__help-man,
    .header__help-bar:not(.header__help-bar--secondary) .header__help-quest,
    .header__help-bar:not(.header__help-bar--secondary) {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /*----------------------*/
    .header__help-bar.header__help-bar--simple:not(.header__help-bar--secondary) {
        left: 10px;
    }
    .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;
    }
    .map-homepage {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
    }
    .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%;
    }
    .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-map__heading {
        font-size: calc(var(--1-rem) * 3);
    }
    .s-map__description {
        margin-bottom: 34px;
        font-size: var(--1-rem);
    }
    .btn {
        font-size: calc(var(--1-rem) * 0.875);
        padding: 19px 14px;
        min-width: 231px;
        border-radius: 2px;
    }
    .header__btn-tour {
        font-size: calc(var(--1-rem) * 0.85);
        min-width: 151px;
        padding: 13px;
    }
    /*.concession-banner__btn {*/
    /*    font-size: calc(var(--1-rem) * 0.85);*/
    /*    min-width: 140px;*/
    /*    padding: 9px;*/
    /*    border-radius: 3px;*/
    /*}*/
    .header-style-second:not(.body-scroll) .header__menu-nav {
        color: var(--1-color);
    }
}
@media (min-width: 992px) and (max-height: 1000px) {
	.heroSlider {
		max-width: 490px;
		height: 360px;
		margin-bottom: 50px;
	}
}
@media (min-width: 992px) and (max-height: 899px) {
	.heroSlider {
		max-width: 400px;
		height: 300px;
		margin-bottom: 30px;
	}
	.heroSlider .swiper-slide {
		border-width: 8px;
	}
}
@media (min-width: 992px) and (max-height: 749px) {
	.s-hero__description {
		margin-bottom: 30px;
	}
	.heroSlider {
		height: 240px;
	}
}
@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(--3-color) !important;*/
    /*	color: var(--2-color);*/
    /*	border-color: var(--3-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;
    }
    .container-large {
        padding: 0 25px;
    }
    .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: 46px;
    }
    .s-amenities-second__col-content-first {
        padding-left: 147px;
        padding-top: 61px;
    }
    .s-slide-services__col-heading {
        padding-left: 52px;
        padding-top: 9px;
    }
    .slideService {
        padding-left: 41px;
    }
    .slideService .swiper-wrapper {
        height: 450px;
    }
    .s-hero-switchback__col-content {
        width: 44.2%;
    }
    .s-hero-switchback__col-img {
        width: 55.8%;
        height: 100%;
    }
    .map-contact {
        width: 50vw;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .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-about-pics__row-img > * {
        padding: 0 18px;
    }
    .s-about-pics__img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    .s-about-pics__content-wrap {
        background: var(--body-bg);
        padding: 96px 70px 70px;
        max-width: 580px;
    }
    .aboutPicsSlider {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: visible;
    }
    .aboutPicsSlider__slide-4,
    .aboutPicsSlider__slide-3,
    .aboutPicsSlider__slide-2,
    .aboutPicsSlider__slide-1 {
        position: absolute;
        border-radius: 6px;
        overflow: hidden;
    }
    .aboutPicsSlider__slide-4,
    .aboutPicsSlider__slide-1 {
        left: -16.5%;
        top: -8.5%;
        width: 400px;
        height: 484px;
    }
    .aboutPicsSlider__slide-3,
    .aboutPicsSlider__slide-2 {
        left: 3%;
        top: 75.3%;
        width: 199px;
        height: 242px;
    }
    .aboutPicsSlider__slide-3 {
        left: 81.3%;
        top: -7.9%;
    }
    .aboutPicsSlider__slide-4 {
        left: 85.1%;
        top: 42.3%;
    }
    .s-contact__container:before {
        top: 0;
    }
    .s-contact__container:after {
        bottom: 0;
    }
    .s-contact__container:after,
    .s-contact__container:before {
        left: -50vw;
        width: 150vw;
        height: .5px;
        opacity: 0.5;
        background: var(--10-color);
        z-index: 2;
    }
    /*.s-contact__col-map:before {*/
    /*    position: absolute;*/
    /*    content: "";*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*    width: 50%;*/
    /*    height: 50%;*/
    /*    background: linear-gradient(45deg, var(--4-color-0) 30%, var(--4-color) 80%);*/
    /*    z-index: 1;*/
    /*}*/
    .s-contact__col-map:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        opacity: 0.5;
        background: var(--10-color);
        z-index: 1;
    }
    .s-hero__container {
        padding: 0 12px;
    }
    .s-hero__row {
        margin: 0 -21px;
    }
    .s-hero__col {
        padding: 0 9px;
    }
    .s-overview__content-right {
        padding-left: 84px;
    }
    .s-units__col-description {
        padding-left: 74px;
        padding-top: 12px;
    }
    .s-cards__col {
        width: 25%;
    }
    .s-overview__heading {
        line-height: 1.05;
        /*font-size: calc(var(--1-rem) * 6);*/
    }
    /*.s-tabs__title {*/
    /*    font-size: calc(var(--1-rem) * 5.75);*/
    /*}*/
    .s-units__heading {
        font-size: calc(var(--1-rem) * 4.9);
    }
    .pre-footer-form__heading {
        /*font-size: calc(var(--1-rem) * 4.5);*/
        margin-bottom: 49px;
        /*line-height: 1.11;*/
    }
    .s-map__heading {
        font-size: calc(var(--1-rem) * 4);
    }
    .s-map__description {
        margin-bottom: 54px;
        font-size: calc(var(--1-rem) * 1.2);
    }
    /*.s-amenities__heading,*/
    /*.s-amenities-2__heading,*/
    /*.s-amenities-2__heading-second,*/
    /*.s-amenities-second__heading,*/
    /*.s-nh__heading,*/
    /*.s-nh-slide-neighborhoods__heading,*/
    /*.s-slide-gallery__heading {*/
    /*    font-size: calc(var(--1-rem) * 3.49);*/
    /*}*/
    .s-amenities-2__heading {
        margin-bottom: 8px;
    }
    .s-amenities-2__col-2 {
        padding-bottom: 100px;
    }
    .s-amenities-rows__container {
        max-width: 1284px;
    }
    .s-amenities-rows--secondary .s-amenities-rows__list {
        margin-bottom: 0;
    }
    .s-slide-services--secondary .s-slide-services__col-description {
        padding: 25px 0 0 5px;
    }
    .s-slide-services--secondary .s-slide-services__description {
        margin-bottom: 15px;
    }
    .s-slide-services--secondary .s-slide-services__col-description,
    .s-slide-services--secondary .s-slide-services__col-heading {
        margin-bottom: 81px;
    }
    .hero-second--secondary .hero-second__heading {
        margin-bottom: 28px;
    }
    .hero-second--secondary .hero-second__description {
        margin-bottom: 25px;
    }
    .hero-second--secondary .link-scrollto {
        width: 50px;
        height: 50px;
        border-width: 2px;
    }
    .hero-second--secondary .hero-second__container-heading {
        margin-bottom: 30px;
    }
    .s-nh__index-wrap {
        margin-bottom: 24px;
        font-size: calc(var(--1-rem) * 2.5);
    }
    .s-nh__heading {
        line-height: 1;
        margin-bottom: 16px;
    }
    .s-nh-second--secondary .s-nh__heading {
        margin-bottom: 19px;
    }
    .s-nh-third__btn-wrap {
        margin-bottom: 90px;
    }
    .s-nh-second--secondary .s-nh-second__btn-wrap {
        margin-bottom: 111px;
    }
    .s-nh-slide-neighborhoods__description, .s-nh-switchback__description {
        line-height: 1.4;
        margin-bottom: 26px;
    }
    .s-nh-slide-neighborhoods__heading {
        margin-bottom: 5px;
    }
    .s-slide-gallery__heading {
        margin-bottom: 15px;
        line-height: 1.05;
    }
    .s-nh-quaternary__btn-wrap {
        margin-bottom: 103px;
    }
    .s-nh-switchback-third .s-nh-switchback-third__col-2,
    .s-nh-switchback-second .s-nh-switchback-1__col-2,
    .s-nh-switchback-2 .s-nh-switchback-2__col-2 {
        padding-right: 0;
    }
    .s-nh-switchback-quaternary .s-nh-switchback-third__col-2,
    .s-nh-switchback-1__col-2 {
        padding-left: 0;
    }
    .s-nh-switchback-second .s-nh-switchback-1__col-2 {
        padding-right: 15px;
    }
    .s-contact__btn-wrap {
        margin-top: 56px;
    }
    .s-thank-you__btn-wrap {
        margin-bottom: 120px;
    }
    .big-heading {
        font-size: calc(var(--1-rem) * 4.1);
    }
    /*.btn-hamburger span:nth-child(2) {*/
    /*    margin: 3px 0;*/
    /*}*/
    .footer__col-content {
        padding-top: 70px;
    }
    .footer__logo-wrap {
        margin-bottom: 56px;
    }
    .slideService__card-description {
        font-size: calc(var(--1-rem) * 0.85);
    }
    .slideService__card-link {
        font-size: var(--1-rem);
    }
    .slideService__card-link .btn-arrow-second {
        width: 11px;
    }
    .slideService__card-link {
        bottom: 39px;
    }
    .s-contact__heading {
        font-size: calc(var(--1-rem) * 4.5);
    }
}
@media (min-width: 1200px) and (max-height: 750px) {
    .modal__main-slide {
        height: 500px;
    }
    .gallerySwiper .swiper__img--main {
        height: 460px;
    }
    .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;
    }
    .s-amenities__col-content-first {
        padding-top: 93px;
        padding-left: 49px;
    }
    .s-amenities__col-content-second {
        padding-top: 143px;
        padding-left: 151px;
    }
    .s-amenities {
        padding-bottom: 278px;
    }
}
@media (min-width: 1440px) {
    .s-gallery__container {
        max-width: 1368px;
    }
    .s-gallery__title {
        font-size: calc(var(--1-rem) * 4.5);
        margin-bottom: 40px;
    }
    .s-gallery__row {
        margin-left: -25px;
        margin-right: -25px;
    }
    .s-gallery__grid-item {
        padding: 0 25px;
        margin-bottom: 50px;
    }
    .h2-third {
        font-size: calc(var(--1-rem) * 4);
    }
    .s-about__heading {
        font-size: calc(var(--1-rem) * 3.5);
    }
    .s-about__img-wrap-second {
        margin-right: -33px;
    }
    .s-inst-slider__heading {
        font-size: calc(var(--1-rem) * 5.2);
        margin-bottom: 15px;
    }
    .s-inst-slider__description {
        max-width: 500px;
        margin-bottom: 35px;
        font-size: calc(var(--1-rem) * 1.125);
    }
    .simple-card__txt {
        line-height: 1.2;
    }
}
@media (min-width: 1600px) {
    .header__menu-list,
    .header__address {
        font-size: calc(var(--1-rem) * .87);
    }
    .btn-hamburger {
        margin-right: 30px;
    }
    .header__menu-list-item:not(:first-child) {
        margin-left: 29px;
    }
    .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));
    }
    .h1-xxl {
        font-size: calc(var(--1-rem) * 5.3);
    }
    .header__btn-tour {
        font-size: var(--1-rem);
        min-width: 179px;
        padding: 17px 15px;
        border-radius: 5px;
    }
    .btn-hamburger {
        width: 64px;
        height: 64px;
    }
    .body-scroll .btn-hamburger {
        width: 54px;
        height: 54px;
    }
    .hero-second {
        padding: 138px 0 0;
    }
}
@media (min-width: 2000px) {
    .hero-neighborhood__container {
        max-width: 70%;
    }
}
@media (max-width: 2532px) {
    /*.bg-wrap {*/
    /*    overflow: hidden !important;*/
    /*}*/
    /*.bg-wrap .w-100.h-100.object-pos-top {*/
    /*    -o-object-fit: contain !important;*/
    /*    object-fit: contain !important;*/
    /*    height: auto !important;*/
    /*}*/
}
@media (max-width: 1439px) {
    .s-heading__heading {
        padding-left: 50px;
    }
    .s-about__col-content {
        padding: 55px 12px 0 70px;
    }
    .map-scroll-zoom-blocker-left .mapboxgl-scroll-zoom-blocker,
    .map-scroll-zoom-blocker-left .mapboxgl-touch-pan-blocker {
        padding-left: 8%;
    }
    .s-map__filter {
        padding: 50px;
        max-width: 540px;
    }
    .s-map__mapbox {
        padding: 25px;
    }
    .s-contact__col-form,
    .s-contact__col-map {
        width: 50%;
    }
}
@media (max-width: 1369px) {
    .menu-tgl {
        right: 15px;
    }
    .gallerySwiper .swiper-button-next {
        right: 180px;
    }
    .gallerySwiper .swiper-button-prev {
        left: 180px;
    }
    /*    --------------------------------     */
    .iframe-nav-panel {
        padding-left: 15px;
    }
    .header__logo-b {
        width: 145px;
    }
    .header__menu-nav-logo {
        top: 13px;
    }
    .s-hero--primary {
        padding-top: 130px;
    }
    .heroSlider {
        margin-bottom: 60px;
    }
    :root {
        --header-height: 82px;
    }
}
@media (max-width: 1199px) {
    .h1, h1 {
        font-size: calc(var(--1-rem) * 3.3);
    }
    .h1-second {
        font-size: calc(var(--1-rem) * 3);
    }
    .h1-third {
        font-size: calc(var(--1-rem) * 2.5);
    }
    .h2, h2,
    .h2-second,
    .h2-third,
    .h2-quaternary {
        font-size: calc(var(--1-rem) * 3.2);
    }
    /*.h2-second {*/
    /*    font-size: calc(var(--1-rem) * 2.6);*/
    /*}*/
    /*.h2-third {*/
    /*    font-size: calc(var(--1-rem) * 2.6);*/
    /*}*/
    /*.h2-quaternary {*/
    /*    font-size: calc(var(--1-rem) * 2.6);*/
    /*}*/
    .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%;
    }
    .gallerySwiper .swiper-button-next {
        right: 95px;
    }
    .gallerySwiper .swiper-button-prev {
        left: 95px;
    }
    .menu-tgl {
        right: 50px;
    }
    .full-menu__contact-list-wrap {
        padding-left: 0;
    }
    .menu-tgl--close {
        top: 40px;
    }
    .parallax-js {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .faq__title {
        font-size: calc(var(--1-rem) * 3.4 * .9);
    }
    .aboutPicsSlider,
    .s-about-pics__img,
    .s-contact-info__img-wrap,
    .s-nh-switchback__img-wrap,
    .s-hero-switchback__img-wrap,
    .s-img-logo__img-wrap,
    .hero-second__img-wrap,
    .s-amenities-2__img-wrap-2,
    .s-amenities-2__img-wrap-1,
    .slideGallery .swiper-slide,
    .s-nh__img-wrap,
    .s-amenities__img-wrap,
    .s-amenities__pseudo-img-wrap,
    .s-full-view-image,
    .s-overview__pic,
    .s-about__img-wrap-second,
    .s-about__img-wrap {
        min-height: 0;
        height: auto;
        aspect-ratio: 16/9;
    }
    .s-overview__pic {
        height: 500px;
        max-height: 80vh;
        min-height: 300px;
        width: 100%;
    }
    .s-img-logo__img-wrap,
    .s-about__img-wrap-second {
        max-width: 100%;
    }
    .s-hero-switchback__row,
    .s-about__container-img {
        min-height: 0;
        height: auto;
        max-height: none;
    }
    .s-about__col-content {
        padding: 0;
    }
    .s-about-second,
    .s-about-pics,
    .switchback,
    .s-contact-info,
    .s-slide-gallery,
    .s-nh-slide-neighborhoods,
    .s-nh-switchback,
    .s-nh,
    .s-hero-switchback,
    .s-slide-services,
    .s-img-logo,
    .s-amenities-second,
    .s-amenities-2,
    .s-amenities,
    .s-tabs,
    .s-amenities-rows,
    .s-units,
    .s-overview,
    .s-heading,
    .s-map-filter {
        padding: 50px 0;
    }
    .s-nh__btn-wrap,
    .s-about-pics__col-content,
    .s-nh-second__btn-wrap,
    .s-about-pics__heading,
    .s-about-pics__content-wrap,
    .s-nh-third__btn-wrap,
    .s-about-pics__row-img,
    .s-contact-info__col-content,
    .s-nh-quaternary__btn-wrap,
    .s-slide-gallery__col-heading,
    .s-nh__img-wrap,
    .s-nh-slide-neighborhoods__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,
    .s-amenities__pseudo-img-wrap,
    .s-amenities__description,
    .s-about-pics__description,
    .s-about__description,
    .s-overview__pic,
    .s-overview__container-heading,
    .s-about__img-wrap {
        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%;
    }
    .sliderNh .swiper-slide {
        width: 400px;
    }
    .sliderNh__card-img-wrap {
        height: 450px;
    }
    .sliderNh__btns-wrap {
        padding-top: 50px;
    }
    .slideGallery__btns-wrap, .slideGallery .swiper-slide {
        max-width: 80%;
    }
    .s-gallery__arrow {
        position: relative;
        margin-bottom: 30px;
    }
    .s-contact__col-form,
    .s-contact__col-map {
        width: 100%;
    }
    .map-contact {
        width: 100%;
        height: 400px;
    }
    .s-contact__col-map {
        border-right: none;
    }
    .s-contact__col-form {
        padding: 30px 12px 50px;
    }
    .switchback__emblem {
        width: 150px;
        height: 150px;
        right: -46px;
    }
    .switchback__emblem-img {
        width: 41px;
    }
    .switchback__emblem-text {
        left: 0;
        width: 125px;
        top: 0;
    }
    .slideService .swiper-slide {
        max-width: 331px;
    }
    /*.heading-decor {*/
    /*    top: 23px;*/
    /*}*/
    .s-amenities-2__description,
    .s-amenities-2__heading-second {
        margin-left: 0;
    }
    .s-about-pics__img-wrap {
        padding: 0;
    }
    .s-contact {
        padding: 0;
    }
    .s-about__description {
        max-width: 100%;
    }
    .s-tabs__item {
        padding: 13px 0;
    }
    .s-map__heading,
    .s-inst-slider__heading,
    .s-inst-slider__description,
    .s-about__heading {
        margin-bottom: 16px;
    }
    .s-tabs__types {
        padding: 4px;
    }
    .s-tabs__description {
        margin-bottom: 26px;
    }
    .fz-large-second {
        font-size: var(--1-rem);
    }
    .s-map__filter-item {
        height: 40px;
    }
    .s-map__filter-item-svg {
        width: 15px;
        height: auto;
    }
    .s-map__filter-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .s-inst-slider {
        padding: 80px 0 60px;
    }
    .s-tabs__tab-description {
        font-size: calc(var(--1-rem) * 0.875);
    }
    .s-tabs__tab-title {
        margin-bottom: 4px;
    }
    /*.header__menu-nav-col-2 {*/
    /*    width: 100%;*/
    /*}*/
    /*.btn-hamburger {*/
    /*    margin-left: auto;*/
    /*}*/
    /*.header__logo-b {*/
    /*    width: 111px;*/
    /*}*/
    .header {
        padding-left: 30px;
        padding-right: 30px;
        /*padding: 30px 30px;*/
    }
    .btn-hamburger {
        width: 47px;
        height: 47px;
        padding: 15px 0;
    }
    .h3-third {
        font-size: calc(var(--1-rem) * 1.7);
    }
    .s-loop-line {
        padding: 20px 0 20px;
    }
    .s-inst-slider__btn-wrap {
        margin-bottom: 50px;
    }
    .s-hero--primary {
        padding-top: 120px;
    }
    .swiper-slide-active .features-card__text {
        text-shadow: -.3px -.3px 0 currentColor, .3px -.3px 0 currentColor, -.3px .3px 0 currentColor, .3px .3px 0 currentColor;
    }
    .features-slider {
        margin: 0;
    }
    .hero-second {
        padding: 50px 0 0;
    }
    .heading-decor {
        top: 0.4em;
    }
    .s-amenities-2__description-second {
        margin-left: 0;
        max-width: 480px;
        margin-bottom: 50px;
    }
    .s-thank-you__checkmark-wrap {
        margin-bottom: 40px;
    }
    .s-thank-you__checkmark {
        width: 90px;
        height: 90px;
    }
    .s-thank-you__btn-wrap {
        margin-bottom: 60px;
    }
    .s-thank-you {
        padding-bottom: 50px;
    }
    .s-thank-you__checkmark-wrap {
        margin-top: -45px;
    }
    .s-about__btn-wrap {
        margin-bottom: 50px;
    }
    .fz-extra-large {
        font-size: calc(var(--1-rem) * 1.2);
    }
    .header__logo-b {
        width: 130px !important;
    }
    :root {
        --header-height: 75px;
    }
    .s-nh__index svg,
    .s-nh__index-wrap svg {
        height: 60px;
    }
}
@media (max-width: 991px) {
    /*.h1-third,*/
    /*.h1-second,*/
    /*.h1, h1 {*/
    /*    font-size: calc(var(--1-rem) * 2.6);*/
    /*}*/
    /*.h2-quaternary,*/
    /*.h2-third,*/
    /*.h2-second,*/
    /*.h2, h2 {*/
    /*    font-size: calc(var(--1-rem) * 2.5);*/
    /*}*/
    .s-units-slider-wrap-js {
        width: 100% !important;
    }
    .s-gallery__row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .s-gallery__grid-item {
        padding: 0 8px;
        margin-bottom: 15px;
    }
    .s-gallery__title {
        margin-bottom: 35px;
    }
    .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;
    }
    /*.menu-open .btn-hamburger span:first-child {*/
    /*    transform: translate(0, 12px) rotate(45deg);*/
    /*}*/
    /*.menu-open .btn-hamburger span:last-child {*/
    /*    transform: translate(0, -12px) rotate(-45deg);*/
    /*}*/
    .menu-open .header__logo-second {
        opacity: 0;
        visibility: hidden;
    }
    .menu-open .header__logo {
        opacity: 1;
        visibility: visible;
    }
    .menu-open .header {
        background: var(--5-color);
        color: var(--4-color);
    }
    /*.menu-open.header-style-second .header__logo,*/
    /*.menu-open.header-style-second .header__logo-second,*/
    /*.menu-open .header__logo,*/
    /*.menu-open .header__logo-second {*/
    /*    opacity: 0;*/
    /*    visibility: hidden;*/
    /*}*/
    .footer__content-copy {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gallerySwiper .swiper__img--main {
        width: 420px;
    }
    .gallerySwiper .swiper-slide {
        width: 550px;
    }
    .swiper__img-back {
        width: 275px;
    }
    .gallerySwiper .swiper-button-next,
    .gallerySwiper .swiper-button-prev {
        top: 193px;
    }
    .gallerySwiper .swiper-button-next {
        right: 15px;
    }
    .gallerySwiper .swiper-button-prev {
        left: 15px;
    }
    .gallerySwiper .swiper__heading {
        margin-top: -40px;
    }
    /*    ------------------  */
    .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%;
    }
    .map-homepage {
        height: 100%;
    }
    .s-map__mapbox {
        padding: 0;
        height: 700px;
    }
    .s-map__filter {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        opacity: 0;
        visibility: hidden;
    }
    .s-tabs__types,
    .s-tabs__description,
    .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;
    }
    .s-about-pics__row-img {
        margin-top: -45px;
    }
    /*.heading-decor {*/
    /*    top: 22px;*/
    /*}*/
    .s-slide-services__col-description,
    .s-slide-services__col-heading {
        margin-bottom: 30px;
    }
    .header {
        left: 0;
        top: 0;
        width: 100%;
        border-radius: 0;
    }
    .heroSlider {
        max-width: 450px;
        height: 320px;
        margin-bottom: 50px;
    }
    .features-card:before,
    .features-card:after {
        content: none;
    }
    .btn-hamburger {
        width: 40px;
        height: 40px;
        padding: 12px 0;
        /*margin: 0;*/
    }
    .heroSlider .swiper-slide {
        border-width: 10px;
    }
    .s-hero__description,
    .s-hero__heading {
        margin-bottom: 20px;
    }
    /*.s-nh__index svg {*/
    /*    max-width: 80px;*/
    /*}*/
    .s-nh__index-wrap {
        font-size: calc(var(--1-rem) * 1.8);
    }
    /*.header__btn-tour:not(.header__btn-tour--2) {*/
    /*    margin-left: auto;*/
    /*}*/
    /*.menu-open .header {*/
    /*    padding: 20px 30px;*/
    /*}*/
    /*.header__menu-nav-logo {*/
    /*    top: 26px;*/
    /*}*/
    /*.menu-open .header__menu-nav-logo {*/
    /*    top: 14px;*/
    /*}*/
    .s-about-pics__btn-wrap,
    .s-units__col-description {
        margin-bottom: 40px;
    }
    .s-units__col-heading {
        margin-bottom: 15px;
    }
    .fz-extra-large,
    .fz-big,
    .fz-large {
        font-size: var(--1-rem);
    }
    .s-about__btn-wrap {
        margin-bottom: 50px;
    }
    .s-cards__col.grid-item {
        width: 300px;
        max-width: 100%;
    }
    .s-hero__pic-b {
        min-height: 0;
        max-height: 100%;
    }
    .s-hero__pic-wrap-b {
        margin-bottom: 30px;
    }
    /*.s-contact {*/
    /*    padding: 15px 0 0;*/
    /*}*/
    .s-thank-you__img-wrap {
        height: 300px;
    }
    .s-thank-you__btn-wrap {
        margin-bottom: 33px;
    }
    .header__address-wrap {
        display: none;
    }
    :root {
        --header-height: 73px;
    }
    .menu-open .btn-hamburger span:nth-child(1) {
        -webkit-transform: translateY(4px) rotate(45deg);
        -ms-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg);
    }
    .menu-open .btn-hamburger span:nth-child(2) {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        -ms-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg);
    }
    .s-nh__index svg,
    .s-nh__index-wrap svg {
        height: 50px;
    }
    .s-nh__index-wrap {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    p {
        margin-bottom: 15px;
    }
    .gallerySwiper {
        padding-bottom: 100px;
    }
    .gallerySwiper .swiper-button-prev,
    .gallerySwiper .swiper-button-next {
        top: auto;
        bottom: 0;
        left: 50%;
        right: auto;
        -webkit-transform: translate(calc(-100% - 15px), 0);
        -ms-transform: translate(calc(-100% - 15px), 0);
        transform: translate(calc(-100% - 15px), 0);
    }
    .gallerySwiper .swiper-button-next {
        -webkit-transform: translate(15px, 0);
        -ms-transform: translate(15px, 0);
        transform: translate(15px, 0);
    }
    /*    -----------------------------------------  */
    .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: .5px solid var(--1-color-50);
    }
    .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% - 125px);
    }
    .header__menu-nav .header__btn-tour {
        display: none !important;
    }
    /*.btn-hamburger {*/
    /*    margin-left: auto;*/
    /*}*/
    /*.body-scroll .header__menu-nav-logo,*/
    /*.menu-open .header__menu-nav-logo {*/
    /*    top: 10px;*/
    /*}*/
    /*.body-scroll .header__logo-b,*/
    /*.menu-open .header__logo-b {*/
    /*    width: 85px;*/
    /*}*/
    /*.header__info-wrap {*/
    /*    display: none;*/
    /*}*/
    /*.body-scroll .header,*/
    /*.menu-open .header {*/
    /*    padding-top: 18px;*/
    /*    padding-bottom: 18px;*/
    /*}*/
    /*:root {*/
    /*    --header-height: 65px;*/
    /*}*/
    .s-hero--primary {
        padding-top: 100px;
    }
    .h1-third, .h1-second, .h1, h1 {
        font-size: calc(var(--1-rem) * 2.3);
    }
    .h2, h2, .h2-second, .h2-third, .h2-quaternary {
        font-size: calc(var(--1-rem) * 2.8);
    }
    .footer__logo {
        width: 180px;
    }
    .slideUnits__btns-wrap {
        padding-top: 30px;
    }
    .s-about-second, .s-about-pics, .switchback, .s-contact-info, .s-slide-gallery, .s-nh-slide-neighborhoods, .s-nh-switchback, .s-nh, .s-hero-switchback, .s-slide-services, .s-img-logo, .s-amenities-second, .s-amenities-2, .s-amenities, .s-tabs, .s-amenities-rows, .s-units, .s-overview, .s-heading,
    .footer__pre-footer-form,
    .s-map-filter {
        padding: 40px 0;
    }
    .pre-footer-form__wrap {
        padding: 0 15px;
    }
    .s-hero--primary {
        padding-bottom: 40px;
    }
    .header__help-bar {
        top: 100%;
    }
    .body-scroll .header__help-bar {
        top: calc(100% + 10px);
    }
    /*.s-contact {*/
    /*    padding: 35px 0 0;*/
    /*}*/
    .s-thank-you__checkmark-wrap {
        margin-bottom: 30px;
    }
    .s-thank-you__checkmark {
        width: 75px;
        height: 75px;
    }
    .s-thank-you__checkmark-wrap {
        margin-top: -40px;
        /*margin-bottom: 51px;*/
    }
    .switchback__emblem {
        width: 100px;
        height: 100px;
    }
    .switchback__emblem-text {
        width: 90px;
    }
    .switchback__emblem-img {
        max-width: 30px;
        margin-top: -3px;
    }
    /*.virtual-tour {*/
    /*    height: calc(100vh - var(--header-height));*/
    /*    height: calc(100dvh - var(--header-height));*/
    /*}*/
    .header__logo-b {
        width: 110px !important;
    }
    :root {
        --header-height: 67px;
    }
    .sliderNh__btns-wrap .swiper-button-next,
    .sliderNh__btns-wrap .swiper-button-prev,
    .slideUnits__btns-wrap .swiper-button-next,
    .slideUnits__btns-wrap .swiper-button-prev,
    .slideService__btns-wrap .swiper-button-next,
    .slideService__btns-wrap .swiper-button-prev {
        width: 40px !important;
        height: 40px;
        padding: 8px;
    }
    .s-amenities-rows__list-inner-item {
        height: auto;
        min-height: 65px;
        padding: 10px 6px;
    }
    .s-amenities-rows__description,
    .s-amenities-rows__list {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    /*:root {*/
    /*    --header-height: 71px;*/
    /*}*/
    .hero-second {
        padding: 20px 0 0;
    }
    .h1-second,
    .h1-third {
        font-size: calc(var(--1-rem) * 1.8);
    }
    .h1, h1 {
        font-size: calc(var(--1-rem) * 2.2);
    }
    .h2-quaternary,
    .h2-third,
    .h2-second,
    .h2, h2 {
        font-size: calc(var(--1-rem) * 2.1);
    }
    .h3, h3 {
        font-size: calc(var(--1-rem) * 1.5);
    }
    .h4, h4 {
        font-size: calc(var(--1-rem) * 1.3);
    }
    .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;
    }
    .gallerySwiper .swiper__img--main {
        height: 400px;
    }
    .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 20px;
    }
    .gallerySwiper .swiper__heading {
        margin-top: -30px;
    }
    .gallerySwiper .swiper-slide {
        width: calc(100% - 30px);
    }
    .swiper__img-back {
        display: none;
    }
    .gallerySwiper__swiper-slide-duplicate,
    .gallerySwiper__container-btns {
        display: none;
    }
    .gallerySwiper {
        padding-bottom: 0;
    }
    .swiper-3d.gallerySwiper .swiper-slide-shadow {
        background: rgba(235, 233, 221, 0.15);
    }
    .gallerySwiper .swiper-slide:not(.swiper-slide-active) .swiper__img--main {
        opacity: 1;
    }
    .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
    }
    .gallerySwiper .swiper-slide:before,
    .gallerySwiper .swiper__heading {
        opacity: 1;
        visibility: visible;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .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 {
        bottom: 91px;
        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;
    }
    .s-tabs__swiper-slide {
        max-width: 300px;
    }
    .s-tabs__swiper-slide:nth-of-type(even) .s-tabs__tab-pic {
        height: 305px;
    }
    .s-tabs__swiper-slide:nth-of-type(odd) .s-tabs__tab-pic {
        height: 250px;
    }
    .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;
    }
    /*.btn-hamburger {*/
    /*    padding: 15px;*/
    /*}*/
    .s-map__filter {
        padding: 60px 15px 20px;
    }
    .s-map__description {
        margin-bottom: 30px;
    }
    .s-loop-line {
        padding: 17px 0 13px;
    }
    .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: 220px;
    }
    .s-thank-you__checkmark {
        width: 60px;
        height: 60px;
    }
    .s-thank-you__checkmark:after {
        width: 40px;
        height: 40px;
        border-width: 2px;
    }
    /*.s-thank-you__checkmark svg {*/
    /*    max-width: 20px;*/
    /*    height: auto;*/
    /*}*/
    .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;
    }
    /*.header {*/
    /*    padding: 13px 16px;*/
    /*}*/
    /*.btn-hamburger {*/
    /*    width: 45px;*/
    /*    height: 45px;*/
    /*}*/
    .s-hero__circle-bg {
        top: auto;
        bottom: -50px;
        transform: translateX(-50%);
    }
    .fz-large-second
        /*.fz-large */
    {
        font-size: var(--1-rem);
    }
    .s-hero__cta {
        margin-bottom: 20px;
    }
    .s-hero__cta-link {
        flex: 0 0 auto;
        width: 80%;
    }
    .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: -28px;
        /*top: 20px;*/
        /*max-width: 24px;*/
        max-width: 20px;
        height: auto;
    }
    .heroSlider {
        max-width: 80%;
        height: auto;
        aspect-ratio: 4/3;
    }
    /*.s-nh__index svg {*/
    /*    max-width: 70px;*/
    /*}*/
    .s-about-pics__heading {
        margin-bottom: 15px;
    }
    .features-card__img-wrap {
        width: 100px;
        height: 70px;
    }
    .features-card__text {
        padding-left: 15px;
    }
    .s-inst-slider {
        padding-top: 50px;
    }
    .footer__bottom-content {
        padding-bottom: 30px;
    }
    .footer__logo {
        width: 120px;
    }
    .footer__contact-list-item br {
        display: none;
    }
    .options-menu__title {
        font-size: 30px !important;
        margin-bottom: 0 !important;
    }
    .s-thank-you__checkmark-wrap {
        margin-top: -30px;
        margin-bottom: 20px;
    }
    .units-item__desc {
        margin: 6px 0 8px;
    }
    .fz-small-2,
    .footer__contact-list-item .link {
        font-size: calc(var(--1-rem) * 0.75);
    }
    .footer__additional-links-col {
        padding: 0 5px;
    }
    .s-nh__index svg, .s-nh__index-wrap svg {
        height: 40px;
    }
}
@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;
    }
    .s-tabs__swiper-slide {
        max-width: 70%;
    }
    .faq__nav-link {
        font-size: calc(var(--1-rem) * 0.9);
    }
    .hero-top10-second__heading {
        max-width: 300px;
    }
}
@media (max-width: 380px) {
    .cookies-alert {
        padding-right: 45px;
    }
}
@media (max-width: 350px) {
    .faq__nav-link {
        font-size: calc(var(--1-rem) * 0.83);
    }
}
@media (max-width: 340px) {
    .gallerySwiper .swiper__heading {
        font-size: calc(var(--1-rem) * 2.125 * .9);
    }
}
@media (min-width: 992px) and (max-height: 999px) {
    .s-hero__content-wrap {
        height: calc(60% - 10px);
    }
    .s-hero__content-img-wrap {
        height: calc(40% - 10px);
    }
    .s-hero__content-wrap {
        padding: 25px 0;
    }
    .s-map__description {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) and (max-height: 939px) {
    .s-map__mapbox {
        padding: 20px;
    }
}
@media (min-width: 992px) and (max-height: 879px) {
    .s-map__filter {
        padding: 30px 20px;
    }
    .s-hero__description,
    .s-hero__heading {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-height: 699px) {
    .s-hero__content-img-wrap {
        display: none;
    }
    .s-hero__content-wrap {
        height: 100%;
    }
}
