        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        @font-face {
            font-family: "FactorA";
            src: url(/_nuxt/fonts/FactorAMedium-Regular.5dad172.eot);
            src: url(/_nuxt/fonts/FactorAMedium-Regular.5dad172d41d.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/FactorAMedium-Regular.8419b15.woff2) format("woff2"), url(/_nuxt/fonts/FactorAMedium-Regular.88a9fb1.woff) format("woff"), url(/_nuxt/fonts/FactorAMedium-Regular.dc7d16d.ttf) format("truetype"), url(_nuxt/img/FactorAMedium-Regular.facf656.svg) format("svg");
            font-weight: 500;
            font-style: normal;
            font-display: swap
        }

        @font-face {
            font-family: "FactorA";
            src: url(/_nuxt/fonts/FactorA-Regular.cda17ef.eot);
            src: url(/_nuxt/fonts/FactorA-Regular.cda17efd41d.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/FactorA-Regular.d659e64.woff2) format("woff2"), url(/_nuxt/fonts/FactorA-Regular.09c2675.woff) format("woff"), url(/_nuxt/fonts/FactorA-Regular.c0fd3ce.ttf) format("truetype"), url(_nuxt/img/FactorA-Regular.58c1b43.svg) format("svg");
            font-weight: 400;
            font-style: normal;
            font-display: swap
        }

        @font-face {
            font-family: "FactorA";
            src: url(/_nuxt/fonts/FactorALight-Regular.8cf0eaf.eot);
            src: url(/_nuxt/fonts/FactorALight-Regular.8cf0eafd41d.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/FactorALight-Regular.7f6faff.woff2) format("woff2"), url(/_nuxt/fonts/FactorALight-Regular.6a68df9.woff) format("woff"), url(/_nuxt/fonts/FactorALight-Regular.e8cc058.ttf) format("truetype"), url(_nuxt/img/FactorALight-Regular.b7f2d02.svg) format("svg");
            font-weight: 300;
            font-style: normal;
            font-display: swap
        }

        @font-face {
            font-family: "FactorA";
            src: url(/_nuxt/fonts/FactorA-Bold.f906490.eot);
            src: url(/_nuxt/fonts/FactorA-Bold.f906490d41d.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/FactorA-Bold.12fa8aa.woff2) format("woff2"), url(/_nuxt/fonts/FactorA-Bold.35ecea0.woff) format("woff"), url(/_nuxt/fonts/FactorA-Bold.cc47c49.ttf) format("truetype"), url(_nuxt/img/FactorA-Bold.7c56221.svg) format("svg");
            font-weight: 700;
            font-style: normal;
            font-display: swap
        }

        @keyframes rotateCW {
            0% {
                transform: rotate(0deg)
            }

            to {
                transform: rotate(1turn)
            }
        }

        @keyframes rotateCCW {
            0% {
                transform: rotate(0deg)
            }

            to {
                transform: rotate(-1turn)
            }
        }

        .default-enter {
            opacity: 0
        }

        .default-enter-active {
            transition: opacity .6s ease
        }

        .default-leave-active {
            transition: opacity 0s ease .6s
        }

        .slideDown-enter-active,
        .slideDown-leave-active,
        .slideLeft-enter-active,
        .slideLeft-leave-active,
        .slideRight-enter-active,
        .slideRight-leave-active,
        .slideUp-enter-active,
        .slideUp-leave-active {
            transition: transform .8s ease
        }

        .slideLeft-enter {
            transform: translateX(100%)
        }

        .slideLeft-leave-to,
        .slideRight-enter {
            transform: translateX(-100%)
        }

        .slideRight-leave-to {
            transform: translateX(100%)
        }

        .slideUp-enter {
            transform: translateY(100%)
        }

        .slideDown-enter,
        .slideUp-leave-to {
            transform: translateY(-100%)
        }

        .slideDown-leave-to {
            transform: translateY(100%)
        }

        .custom-enter-active {
            left: 100% !important
        }

        .fade-enter {
            opacity: 0
        }

        .fade-enter-active,
        .fade-leave-active {
            transition: opacity .4s ease
        }

        :root {
            --easeInSine: cubic-bezier(0.12, 0, 0.39, 0);
            --easeOutSine: cubic-bezier(0.61, 1, 0.88, 1);
            --easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
            --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
            --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
            --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
            --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
            --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
            --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
            --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
            --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
            --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
            --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
            --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
            --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
            --easeInCirc: cubic-bezier(0.55, 0, 1, 0.45);
            --easeOutCirc: cubic-bezier(0, 0.55, 0.45, 1);
            --easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
            --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
            --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
            --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
            --easeInBack: cubic-bezier(0.36, 0, 0.66, -0.56);
            --easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);
            --easeInOutBack: cubic-bezier(0.68, -0.6, 0.32, 1.6)
        }

        /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
        html {
            line-height: 1.15;
            -webkit-text-size-adjust: 100%
        }

        body {
            margin: 0
        }

        main {
            display: block
        }

        h1 {
            font-size: 2em;
            margin: .67em 0
        }

        hr {
            box-sizing: content-box;
            height: 0;
            overflow: visible
        }

        pre {
            font-family: monospace, monospace;
            font-size: 1em
        }

        a {
            background-color: transparent
        }

        abbr[title] {
            border-bottom: none;
            text-decoration: underline;
            -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted
        }

        b,
        strong {
            font-weight: bolder
        }

        code,
        kbd,
        samp {
            font-family: monospace, monospace;
            font-size: 1em
        }

        small {
            font-size: 80%
        }

        sub,
        sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline
        }

        sub {
            bottom: -.25em
        }

        sup {
            top: -.5em
        }

        img {
            border-style: none
        }

        button,
        input,
        optgroup,
        select,
        textarea {
            font-family: inherit;
            font-size: 100%;
            line-height: 1.15;
            margin: 0
        }

        button,
        input {
            overflow: visible
        }

        button,
        select {
            text-transform: none
        }

        [type=button],
        [type=reset],
        [type=submit],
        button {
            -webkit-appearance: button
        }

        [type=button]::-moz-focus-inner,
        [type=reset]::-moz-focus-inner,
        [type=submit]::-moz-focus-inner,
        button::-moz-focus-inner {
            border-style: none;
            padding: 0
        }

        [type=button]:-moz-focusring,
        [type=reset]:-moz-focusring,
        [type=submit]:-moz-focusring,
        button:-moz-focusring {
            outline: 1px dotted ButtonText
        }

        fieldset {
            padding: .35em .75em .625em
        }

        legend {
            box-sizing: border-box;
            color: inherit;
            display: table;
            max-width: 100%;
            padding: 0;
            white-space: normal
        }

        progress {
            vertical-align: baseline
        }

        textarea {
            overflow: auto
        }

        [type=checkbox],
        [type=radio] {
            box-sizing: border-box;
            padding: 0
        }

        [type=number]::-webkit-inner-spin-button,
        [type=number]::-webkit-outer-spin-button {
            height: auto
        }

        [type=search] {
            -webkit-appearance: textfield;
            outline-offset: -2px
        }

        [type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

        ::-webkit-file-upload-button {
            -webkit-appearance: button;
            font: inherit
        }

        details {
            display: block
        }

        summary {
            display: list-item
        }

        [hidden],
        template {
            display: none
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .cookie-warning {
            display: flex;
            position: absolute;
            justify-content: flex-start;
            opacity: 0;
            bottom: 0;
            width: 100%;
            z-index: 6;
            transform: translateY(105%);
            transition: transform .3s linear .2s, opacity .3s linear .2s
        }

        .cookie-warning.active {
            opacity: 1;
            transition: transform .3s linear 2s, opacity .3s linear 2s;
            transform: translateY(0)
        }

        .cookie-warning.active .cookie-warning__button,
        .cookie-warning.active .cookie-warning__text {
            transition: opacity .2s ease-in 2.3s, transform .2s ease-in 2.2s, background-color .2s ease, color .1s ease;
            transform: translateY(0);
            opacity: 1
        }

        .cookie-warning__container {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(17, 17, 17, .8);
            margin-left: 8.7rem;
            height: 4.5rem;
            padding: .5rem 3.8rem 0;
            -moz-column-gap: 2.8rem;
            column-gap: 2.8rem
        }

        .cookie-warning__button,
        .cookie-warning__text {
            opacity: 0;
            transform: translateY(105%);
            transition: opacity .2s ease-in, transform .2s ease-in, background-color .2s ease, color .1s ease;
            text-transform: uppercase;
            letter-spacing: .04rem;
            line-height: 1.5rem
        }

        .cookie-warning__text {
            font-size: 1.1rem;
            margin: 0;
            white-space: nowrap;
            font-weight: 500;
            line-height: 1.1rem;
            letter-spacing: .04rem
        }

        .cookie-warning__text_link {
            cursor: pointer;
            text-decoration: underline;
            text-decoration-thickness: .1rem;
            text-underline-offset: 2px
        }

        .cookie-warning__button {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            box-sizing: border-box;
            padding: 1.1rem 2.5rem .7rem;
            border: 1px solid #fff;
            font-size: 1.2rem;
            color: #fff
        }

        .cookie-warning__button:hover {
            color: #8c8c8c;
            cursor: pointer
        }

        * {
            outline: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
        }

        :after,
        :before {
            box-sizing: border-box
        }

        :root {
            --font-size: calc(0.26042vw + 0.46296vh)
        }

        html {
            font-size: var(--font-size)
        }

        a {
            text-decoration: none;
            color: inherit
        }

        img {
            display: block;
            max-width: 100%
        }

        button {
            border: none;
            outline: none;
            background: none;
            cursor: pointer
        }

        .h1,
        .h2,
        .h3,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0;
            padding: 0;
            font-weight: 400;
            line-height: 1
        }

        .h1 strong,
        .h2 strong,
        .h3 strong,
        h1 strong,
        h2 strong,
        h3 strong,
        h4 strong,
        h5 strong,
        h6 strong {
            font-weight: inherit
        }

        p {
            margin: 1em 0
        }

        p:first-child {
            margin-top: 0
        }

        p:last-child {
            margin-bottom: 0
        }

        .relative {
            position: relative
        }

        body {
            background-color: #0F2B24;
            font-family: "FactorA", Helvetica, Arial, sans-serif;
            font-size: 1.8rem;
            font-weight: 400;
            line-height: 1.3;
            color: #fff
        }

        .text--small {
            font-size: 1.6rem
        }

        .text--main,
        .text--small {
            font-weight: 400;
            line-height: 1.5;
            letter-spacing: -.03em
        }

        .text--main {
            font-size: 1.8rem
        }

        .text--main-big {
            font-size: 2rem;
            font-weight: 400;
            line-height: 1.3;
            letter-spacing: -.04em
        }

        .text--head-1 {
            font-size: 2.5rem;
            font-weight: 400;
            line-height: 1.1;
            letter-spacing: -.05em
        }

        .text--head-2 {
            font-size: 3.2rem;
            font-weight: 500;
            line-height: 1.2;
            letter-spacing: -.03em
        }

        .h10px {
            height: 1rem
        }

        .h10px,
        .h11px {
            width: 100%;
            display: block
        }

        .h11px {
            height: 1.1rem
        }

        .h12px {
            height: 1.2rem
        }

        .h12px,
        .h13px {
            width: 100%;
            display: block
        }

        .h13px {
            height: 1.3rem
        }

        .h14px {
            height: 1.4rem
        }

        .h14px,
        .h15px {
            width: 100%;
            display: block
        }

        .h15px {
            height: 1.5rem
        }

        .h16px {
            height: 1.6rem
        }

        .h16px,
        .h17px {
            width: 100%;
            display: block
        }

        .h17px {
            height: 1.7rem
        }

        .h18px {
            height: 1.8rem
        }

        .h18px,
        .h19px {
            width: 100%;
            display: block
        }

        .h19px {
            height: 1.9rem
        }

        .h20px {
            height: 2rem
        }

        .h20px,
        .h21px {
            width: 100%;
            display: block
        }

        .h21px {
            height: 2.1rem
        }

        .h22px {
            height: 2.2rem
        }

        .h22px,
        .h23px {
            width: 100%;
            display: block
        }

        .h23px {
            height: 2.3rem
        }

        .h24px {
            height: 2.4rem
        }

        .h24px,
        .h25px {
            width: 100%;
            display: block
        }

        .h25px {
            height: 2.5rem
        }

        .h26px {
            height: 2.6rem
        }

        .h26px,
        .h27px {
            width: 100%;
            display: block
        }

        .h27px {
            height: 2.7rem
        }

        .h28px {
            height: 2.8rem
        }

        .h28px,
        .h29px {
            width: 100%;
            display: block
        }

        .h29px {
            height: 2.9rem
        }

        .h30px {
            height: 3rem
        }

        .h30px,
        .h31px {
            width: 100%;
            display: block
        }

        .h31px {
            height: 3.1rem
        }

        .h32px {
            height: 3.2rem
        }

        .h32px,
        .h33px {
            width: 100%;
            display: block
        }

        .h33px {
            height: 3.3rem
        }

        .h34px {
            height: 3.4rem
        }

        .h34px,
        .h35px {
            width: 100%;
            display: block
        }

        .h35px {
            height: 3.5rem
        }

        .h36px {
            height: 3.6rem
        }

        .h36px,
        .h37px {
            width: 100%;
            display: block
        }

        .h37px {
            height: 3.7rem
        }

        .h38px {
            height: 3.8rem
        }

        .h38px,
        .h39px {
            width: 100%;
            display: block
        }

        .h39px {
            height: 3.9rem
        }

        .h40px {
            height: 4rem
        }

        .h40px,
        .h41px {
            width: 100%;
            display: block
        }

        .h41px {
            height: 4.1rem
        }

        .h42px {
            height: 4.2rem
        }

        .h42px,
        .h43px {
            width: 100%;
            display: block
        }

        .h43px {
            height: 4.3rem
        }

        .h44px {
            height: 4.4rem
        }

        .h44px,
        .h45px {
            width: 100%;
            display: block
        }

        .h45px {
            height: 4.5rem
        }

        .h46px {
            height: 4.6rem
        }

        .h46px,
        .h47px {
            width: 100%;
            display: block
        }

        .h47px {
            height: 4.7rem
        }

        .h48px {
            height: 4.8rem
        }

        .h48px,
        .h49px {
            width: 100%;
            display: block
        }

        .h49px {
            height: 4.9rem
        }

        .h50px {
            height: 5rem
        }

        .h50px,
        .h51px {
            width: 100%;
            display: block
        }

        .h51px {
            height: 5.1rem
        }

        .h52px {
            height: 5.2rem
        }

        .h52px,
        .h53px {
            width: 100%;
            display: block
        }

        .h53px {
            height: 5.3rem
        }

        .h54px {
            height: 5.4rem
        }

        .h54px,
        .h55px {
            width: 100%;
            display: block
        }

        .h55px {
            height: 5.5rem
        }

        .h56px {
            height: 5.6rem
        }

        .h56px,
        .h57px {
            width: 100%;
            display: block
        }

        .h57px {
            height: 5.7rem
        }

        .h58px {
            height: 5.8rem
        }

        .h58px,
        .h59px {
            width: 100%;
            display: block
        }

        .h59px {
            height: 5.9rem
        }

        .h60px {
            height: 6rem
        }

        .h60px,
        .h61px {
            width: 100%;
            display: block
        }

        .h61px {
            height: 6.1rem
        }

        .h62px {
            height: 6.2rem
        }

        .h62px,
        .h63px {
            width: 100%;
            display: block
        }

        .h63px {
            height: 6.3rem
        }

        .h64px {
            height: 6.4rem
        }

        .h64px,
        .h65px {
            width: 100%;
            display: block
        }

        .h65px {
            height: 6.5rem
        }

        .h66px {
            height: 6.6rem
        }

        .h66px,
        .h67px {
            width: 100%;
            display: block
        }

        .h67px {
            height: 6.7rem
        }

        .h68px {
            height: 6.8rem
        }

        .h68px,
        .h69px {
            width: 100%;
            display: block
        }

        .h69px {
            height: 6.9rem
        }

        .h70px {
            height: 7rem
        }

        .h70px,
        .h71px {
            width: 100%;
            display: block
        }

        .h71px {
            height: 7.1rem
        }

        .h72px {
            height: 7.2rem
        }

        .h72px,
        .h73px {
            width: 100%;
            display: block
        }

        .h73px {
            height: 7.3rem
        }

        .h74px {
            height: 7.4rem
        }

        .h74px,
        .h75px {
            width: 100%;
            display: block
        }

        .h75px {
            height: 7.5rem
        }

        .h76px {
            height: 7.6rem
        }

        .h76px,
        .h77px {
            width: 100%;
            display: block
        }

        .h77px {
            height: 7.7rem
        }

        .h78px {
            height: 7.8rem
        }

        .h78px,
        .h79px {
            width: 100%;
            display: block
        }

        .h79px {
            height: 7.9rem
        }

        .h80px {
            height: 8rem
        }

        .h80px,
        .h81px {
            width: 100%;
            display: block
        }

        .h81px {
            height: 8.1rem
        }

        .h82px {
            height: 8.2rem
        }

        .h82px,
        .h83px {
            width: 100%;
            display: block
        }

        .h83px {
            height: 8.3rem
        }

        .h84px {
            height: 8.4rem
        }

        .h84px,
        .h85px {
            width: 100%;
            display: block
        }

        .h85px {
            height: 8.5rem
        }

        .h86px {
            height: 8.6rem
        }

        .h86px,
        .h87px {
            width: 100%;
            display: block
        }

        .h87px {
            height: 8.7rem
        }

        .h88px {
            height: 8.8rem
        }

        .h88px,
        .h89px {
            width: 100%;
            display: block
        }

        .h89px {
            height: 8.9rem
        }

        .h90px {
            height: 9rem
        }

        .h90px,
        .h91px {
            width: 100%;
            display: block
        }

        .h91px {
            height: 9.1rem
        }

        .h92px {
            height: 9.2rem
        }

        .h92px,
        .h93px {
            width: 100%;
            display: block
        }

        .h93px {
            height: 9.3rem
        }

        .h94px {
            height: 9.4rem
        }

        .h94px,
        .h95px {
            width: 100%;
            display: block
        }

        .h95px {
            height: 9.5rem
        }

        .h96px {
            height: 9.6rem
        }

        .h96px,
        .h97px {
            width: 100%;
            display: block
        }

        .h97px {
            height: 9.7rem
        }

        .h98px {
            height: 9.8rem
        }

        .h98px,
        .h99px {
            width: 100%;
            display: block
        }

        .h99px {
            height: 9.9rem
        }

        .h100px {
            height: 10rem
        }

        .h100px,
        .h101px {
            width: 100%;
            display: block
        }

        .h101px {
            height: 10.1rem
        }

        .h102px {
            height: 10.2rem
        }

        .h102px,
        .h103px {
            width: 100%;
            display: block
        }

        .h103px {
            height: 10.3rem
        }

        .h104px {
            height: 10.4rem
        }

        .h104px,
        .h105px {
            width: 100%;
            display: block
        }

        .h105px {
            height: 10.5rem
        }

        .h106px {
            height: 10.6rem
        }

        .h106px,
        .h107px {
            width: 100%;
            display: block
        }

        .h107px {
            height: 10.7rem
        }

        .h108px {
            height: 10.8rem
        }

        .h108px,
        .h109px {
            width: 100%;
            display: block
        }

        .h109px {
            height: 10.9rem
        }

        .h1em {
            width: 100%;
            height: 1rem
        }

        .h2em {
            width: 100%;
            height: 2rem
        }

        .h3em {
            width: 100%;
            height: 3rem
        }

        .h4em {
            width: 100%;
            height: 4rem
        }

        .h5em {
            width: 100%;
            height: 5rem
        }

        .h6em {
            width: 100%;
            height: 6rem
        }

        .h7em {
            width: 100%;
            height: 7rem
        }

        .h8em {
            width: 100%;
            height: 8rem
        }

        .h9em {
            width: 100%;
            height: 9rem
        }

        .h10em {
            width: 100%;
            height: 10rem
        }

        .h11em {
            width: 100%;
            height: 11rem
        }

        .h12em {
            width: 100%;
            height: 12rem
        }

        .h13em {
            width: 100%;
            height: 13rem
        }

        .h14em {
            width: 100%;
            height: 14rem
        }

        .h15em {
            width: 100%;
            height: 15rem
        }

        .h16em {
            width: 100%;
            height: 16rem
        }

        .h17em {
            width: 100%;
            height: 17rem
        }

        .h18em {
            width: 100%;
            height: 18rem
        }

        .h19em {
            width: 100%;
            height: 19rem
        }

        .h20em {
            width: 100%;
            height: 20rem
        }

        .h21em {
            width: 100%;
            height: 21rem
        }

        .h22em {
            width: 100%;
            height: 22rem
        }

        .h23em {
            width: 100%;
            height: 23rem
        }

        .h24em {
            width: 100%;
            height: 24rem
        }

        .div_100 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .test {
            border: 1px solid red
        }

        .d-page,
        body,
        html {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            width: 100%;
            height: 100%;
            transition: transform .8s ease, opacity .6s ease
        }

        .menu-visible .d-page {
            transform: translateX(-75rem)
        }

        .close__popup {
            position: absolute;
            top: 7.5rem;
            right: 6.7rem;
            width: 4rem;
            height: 4rem;
            border-radius: 50%;
            background-color: #000;
            cursor: pointer;
            pointer-events: all
        }

        .close__popup .Icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

        body .Scroll .Scroll_pointer {
            width: .6rem;
            background-color: #0F2B24
        }

        body .Scroll.blend-mode .Scroll_track {
            mix-blend-mode: difference
        }

        body .Scroll.blend-mode .Scroll_track .Scroll_pointer {
            background-color: #efefef
        }

        body .project-gallery .SlideGallery .SlideGallery_image {
            bottom: 0;
            height: auto
        }

        body .project-gallery .SlideGallery .EventsController_dots {
            right: 9rem;
            bottom: 7rem;
            left: 9rem;
            display: flex;
            transform: translateX(0)
        }

        body .project-gallery .SlideGallery .EventsController_dots .EventsController_dot {
            flex-grow: 1;
            width: auto;
            height: 1px
        }

        body .project-gallery .SlideGallery .EventsController_dots .EventsController_dot:after {
            top: 0;
            right: 2px;
            bottom: 0;
            left: 2px;
            width: auto;
            height: 100%;
            margin: 0;
            background-color: rgba(182, 186, 188, .4)
        }

        body .project-gallery .SlideGallery .EventsController_dots .EventsController_dot.EventsController_dot-active:after {
            background-color: #fff
        }

        body .anim-zoom-move {
            animation: zoom-move 40s linear infinite
        }

        @keyframes zoom-move {
            0% {
                transform: scale(1) translateX(0) translateY(0)
            }

            50% {
                transform: scale(1.2) translateX(2%) translateY(2%)
            }

            to {
                transform: scale(1) translateX(0) translateY(0)
            }
        }

        body .hide-on-menu-open {
            opacity: 1;
            transform: translateX(0);
            transition: opacity .8s ease, transform .8s ease
        }

        body .menu-visible .hide-on-menu-open {
            opacity: 0;
            transform: translateX(10rem)
        }

        body .Windrose_letter {
            font-size: 1.1rem;
            font-weight: 700
        }

        body .Windrose_letter-n {
            bottom: 78%;
            left: 48%
        }

        body .Windrose_letter-s {
            top: 80%;
            left: 48%
        }

        body .Windrose_letter-w {
            right: 78%
        }

        body .Windrose_letter-e {
            left: 74%
        }

        .maps-marker-object {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 6.4rem;
            height: 6.4rem;
            margin: -3.2rem
        }

        .maps-marker-object>span {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 25%;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 6.4rem;
            border-radius: 50%;
            background: #000;
            font-size: 1.8rem;
            font-weight: 500;
            color: #fff
        }

        .maps-marker-object.main {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iODQiIHZpZXdCb3g9IjAgMCA2NCA4NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0LjczMzYgODAuNjYxOEMzNC43MzM2IDgyLjEzNSAzMy41MDc2IDgzLjMzMjkgMzIgODMuMzMyOUMzMC40OTI0IDgzLjMzMjkgMjkuMjY2NCA4Mi4xMzUgMjkuMjY2NCA4MC42NjE4QzI5LjI2NjQgNzkuMTg4NyAzMC40OTI0IDc3Ljk5MDcgMzIgNzcuOTkwN0MzMy41MTU5IDc3Ljk4MjYgMzQuNzMzNiA3OS4xODA2IDM0LjczMzYgODAuNjYxOFpNNjQgMzEuOTM0NEM2NCAxNC42NjkzIDQ5LjY3NzUgMC42NjYyNiAzMiAwLjY2NjI2QzE0LjMyMjUgMC42NjYyNiAwIDE0LjY2OTMgMCAzMS45MzQ0QzAgNDcuNDQzIDExLjU1NTggNjAuMzA0OCAyNi43MDY3IDYyLjc3MzVMMzIgNzEuNzMzOEwzNy4yOTMzIDYyLjc3MzVDNTIuNDUyNSA2MC4zMDQ4IDY0IDQ3LjQ0MyA2NCAzMS45MzQ0WiIgZmlsbD0iIzFBMUExQSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMxLjE5NjkgMTUuMTUxNEgzMy4yNDVWNDguMTUxNEgzMS4xOTY5VjE1LjE1MTRaTTI5LjE0OTggMTguMTIzNUgyNy4wOTk3VjQ3LjI1ODRIMjkuMTQ5OFYxOC4xMjM1Wk0yNS4wNTAxIDMwLjcyOTZIMjNWNDQuNTgzNEgyNS4wNTAxVjMwLjcyOTZaTTM1LjI5NDEgMTguMTIzNUgzNy4zNDQyVjQ2LjM2NzRIMzUuMjk0MVYxOC4xMjM1Wk00MS40NDQgMjEuMDk3NUgzOS4zOTM4VjQ0LjU4NTJINDEuNDQ0VjIxLjA5NzVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .VideoTransition,
        .VideoTransition video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .VideoTransition {
            overflow: hidden
        }

        .VideoTransition video {
            display: none
        }

        .VideoTransition video.active {
            display: block
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .MenuDesk {
            background-color: #000;
            display: flex;
            justify-content: flex-end
        }

        .MenuDesk .MenuDesk__logo-block {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-right: 10rem;
            margin-bottom: 5rem
        }

        .MenuDesk .MenuDesk__logo-block .MenuDesk__logo-link {
            display: inline-block
        }

        .MenuDesk .MenuDesk__logo-block .Menu__langs {
            position: relative;
            top: 1rem;
            font-size: 1.6rem;
            color: #5c5d5d
        }

        .MenuDesk .MenuDesk__logo-block .Menu__langs a {
            text-decoration: none;
            cursor: pointer
        }

        .MenuDesk .MenuDesk__logo-block .Menu__langs a:first-of-type {
            margin-right: 2rem
        }

        .MenuDesk .MenuDesk__logo-block .Menu__langs a.active {
            color: #fff;
            border-color: transparent;
            cursor: default;
            pointer-events: none
        }

        .MenuDesk .MenuDesk__logo-block .Menu__favorites {
            position: absolute;
            right: 8.5rem;
            display: flex;
            align-items: center;
            top: 16rem;
            font-size: 2rem;
            color: #fff;
            text-decoration: none;
            cursor: pointer
        }

        .MenuDesk .MenuDesk__logo-block .Menu__favorites-count {
            border-radius: 2.5rem;
            border: 1px solid #5c5d5d;
            min-width: 4rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.5rem;
            margin-right: 2.6rem;
            margin-top: -4px;
            padding: 1.2rem 1.5rem
        }

        .MenuDesk .MenuDesk__logo-block .Menu__favorites-count span {
            display: inline-block;
            margin-bottom: -4px;
            line-height: 1;
            font-size: 1.6rem
        }

        .MenuDesk .MenuDesk__search-links {
            margin-top: auto;
            display: flex;
            flex-direction: column
        }

        .MenuDesk .MenuDesk__search-links .MenuDesk__search {
            display: block
        }

        .MenuDesk .MenuDesk__link {
            display: block;
            cursor: pointer;
            font-size: 1.8rem;
            line-height: 4.5rem;
            color: #fff;
            transition: color .2s ease
        }

        .MenuDesk .MenuDesk__link.nuxt-link-exact-active,
        .MenuDesk .MenuDesk__link:hover {
            color: #8c8c8c
        }

        .MenuDesk .MenuDesk__link.nuxt-link-exact-active {
            pointer-events: none
        }

        .MenuDesk .MenuDesk__container {
            display: flex;
            width: 75rem;
            height: 100%;
            flex-direction: column;
            justify-content: space-between;
            box-sizing: border-box;
            padding: 6rem 8rem 7.4rem
        }

        .MenuDesk .MenuDesk__container .MenuDesk__links-block {
            position: relative;
            width: -moz-fit-content;
            width: fit-content;
            transition: transform .6s ease
        }

        .MenuDesk .MenuDesk__container .MenuDesk__links-block.submenu-open {
            transform: translateX(calc(-100% - 9.7rem))
        }

        .MenuDesk .MenuDesk__container .MenuDesk__links-block.submenu-open .MenuDesk__links_lv_2 {
            opacity: 1
        }

        .MenuDesk .MenuDesk__container .MenuDesk__links-block .MenuDesk__links_lv_1 {
            margin: 4rem 0 2rem;
            padding: 0;
            display: flex;
            flex-direction: column
        }

        .MenuDesk .MenuDesk__container .MenuDesk__links-block .MenuDesk__links_lv_2 {
            position: absolute;
            top: 0;
            left: 20rem;
            margin: 0;
            padding: 0 0 0 4rem;
            white-space: nowrap;
            opacity: 0;
            transition: opacity .4s ease
        }

        .MenuDesk .MenuDesk__container .MenuDesk__links-block .MenuDesk__links_lv_2 .MenuDesk__link {
            display: block;
            padding: 1rem 0;
            font-size: 1.8rem;
            color: #fff;
            transition: color .2s ease;
            cursor: pointer
        }

        .MenuDesk .MenuDesk__container .MenuDesk__links-block .MenuDesk__links_lv_2 .MenuDesk__link.nuxt-link-exact-active,
        .MenuDesk .MenuDesk__container .MenuDesk__links-block .MenuDesk__links_lv_2 .MenuDesk__link:hover {
            color: #8c8c8c
        }

        .MenuDesk .MenuDesk__container .MenuDesk__links-block .MenuDesk__links_lv_2 .MenuDesk__links-back-arrow {
            position: absolute;
            top: 0;
            left: -2.1rem;
            width: 4rem;
            height: 4rem;
            cursor: pointer
        }

        .MenuDesk .MenuDesk__container .MenuDesk__links-block .MenuDesk__links_lv_2 .MenuDesk__links-back-arrow .Icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

        .MenuDesk .MenuDesk__container .MenuDesk__links-block li {
            list-style: none
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__socials {
            margin-bottom: 2rem
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__socials .MenuDesk__social-item {
            position: relative;
            display: inline-block;
            width: 2.7rem;
            height: 2.7rem;
            margin-right: 1.2rem;
            color: #5c5d5d;
            transition: color .2s ease
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__socials .MenuDesk__social-item:hover {
            color: #fff
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__socials .MenuDesk__social-item .Icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__transparency-wrap {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            margin-bottom: 3.5rem
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__transparency {
            font-size: 1.6rem;
            line-height: 2.4rem;
            color: #5c5d5d;
            transition: color .2s ease;
            position: relative
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__transparency:after {
            content: "";
            position: absolute;
            display: block;
            left: 0;
            bottom: 0;
            margin-bottom: -.2rem;
            width: 100%;
            height: 1px;
            background: #fff;
            opacity: 0;
            transition: opacity .2s ease
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__transparency:hover {
            color: #fff;
            position: relative
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__transparency:hover:after {
            opacity: 1
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__contacts {
            margin-top: 3.5rem
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__contacts .MenuDesk__phone {
            margin-bottom: 1.6rem
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__contacts .MenuDesk__phone ul {
            margin: 0;
            padding: 0;
            display: flex;
            align-items: flex-start;
            gap: 4rem
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__contacts .MenuDesk__phone li {
            margin: 0;
            padding: 0;
            list-style-type: none
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__contacts .MenuDesk__phone li p {
            font-size: 1.8rem
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__contacts .MenuDesk__phone li a {
            display: block;
            font-size: 1.8rem;
            transition: transform .4s ease
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__contacts .MenuDesk__phone li a:hover {
            transform: translateY(-.5rem)
        }

        .MenuDesk .MenuDesk__container .MenuDesk__contacts-block .MenuDesk__contacts .MenuDesk__copyright {
            font-size: 1.6rem;
            color: #5c5d5d
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .Icon_inner {
            width: 100%;
            height: 100%;
            display: block
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .CallbackButton {
            width: -moz-max-content;
            width: max-content;
            background: none;
            padding: 0;
            border: none;
            font-size: 1.8rem;
            line-height: 3.5rem;
            font-weight: 500;
            color: inherit;
            cursor: pointer;
            -webkit-text-decoration: underline .1rem;
            text-decoration: underline .1rem;
            text-underline-offset: .5rem;
            display: flex;
            align-items: center;
            gap: 1.5rem
        }

        .CallbackButton:hover .Icon {
            animation: CallbackButtonIconShaking 2s infinite
        }

        @keyframes CallbackButtonIconShaking {
            0% {
                transform: rotate(0deg)
            }

            10% {
                transform: rotate(10deg)
            }

            20% {
                transform: rotate(0deg)
            }

            30% {
                transform: rotate(10deg)
            }

            40% {
                transform: rotate(0deg)
            }
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .new-search {
            background-color: #0F2B24
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .SearchMainFrame__filters-wrapper {
            margin: 1rem;
            background-color: #0F2B24
        }

        .SearchMainFrame .SearchMainFrame-header {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 18rem;
            position: relative;
            background-color: #0F2B24;
            padding: 5.4rem 8.7rem 0
        }

        .SearchMainFrame .SearchMainFrame-header__title {
            font-size: 3.2rem;
            margin-top: 3rem;
        }

        .SearchMainFrame .SearchMainFrame-header__container {
            position: absolute;
            right: 8.7rem;
            bottom: 3rem;
            display: flex;
            -moz-column-gap: 6rem;
            column-gap: 6rem
        }

        .SearchMainFrame .SearchMainFrame-header__map span,
        .SearchMainFrame .SearchMainFrame-header__phone {
            text-decoration: underline;
            text-underline-offset: .5rem;
            transition: -webkit-text-decoration-color .25s;
            transition: text-decoration-color .25s;
            transition: text-decoration-color .25s, -webkit-text-decoration-color .25s;
            cursor: pointer;
            color: #fff
        }

        .SearchMainFrame .SearchMainFrame-header__map span:hover,
        .SearchMainFrame .SearchMainFrame-header__phone:hover {
            -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent
        }

        .SearchMainFrame .SearchMainFrame-header__phone {
            display: flex;
            align-items: center;
            -moz-column-gap: 1.6rem;
            column-gap: 1.6rem
        }

        .SearchMainFrame .SearchMainFrame-header__map {
            display: flex;
            gap: 1.8rem
        }

        .SearchMainFrame .SearchMainFrame-header__map .Icon {
            color: #fff
        }

        .SearchMainFrame__main-filters {
            padding: 2rem 7.7rem
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .LenisScroll {
            position: relative;
            overflow: hidden scroll;
            width: 100%;
            height: 100%
        }

        @supports(overflow:clip) {
            .LenisScroll {
                overflow: clip scroll
            }
        }

        .LenisScroll.lenis.lenis-smooth {
            scroll-behavior: auto
        }

        .LenisScroll.lenis.lenis-smooth [data-lenis-prevent] {
            overscroll-behavior: contain
        }

        .LenisScroll.lenis.lenis-stopped {
            overflow: hidden
        }

        .LenisScroll.lenis.lenis-scrolling iframe {
            pointer-events: none
        }

        .LenisScroll_disable-native-track {
            scrollbar-width: none;
            -ms-overflow-style: none
        }

        .LenisScroll_disable-native-track::-webkit-scrollbar {
            display: none
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .SearchTypesTabs {
            color: #fff
        }

        .SearchTypesTabs .SearchTypesTabs-header {
            display: flex
        }

        .SearchTypesTabs .SearchTypesTabs-header__item {
            display: flex;
            align-items: center;
            /* flex: 1 1; */
            padding: 3rem 7.7rem;
            color: #fff;
            background-color: #0F2B24;
            transition: background-color .3s ease
        }

        .SearchTypesTabs .SearchTypesTabs-header__item span {
            border-bottom: 1px solid #fff;
            transition: border-bottom-color .3s ease
        }

        .SearchTypesTabs .SearchTypesTabs-header__item .Icon {
            margin-right: 2.6rem;
            margin-top: -.4rem;
            translate: -50%;
            transition: rotate .4s ease
        }

        .SearchTypesTabs .SearchTypesTabs-header__item:first-child {
            background-color: #0F2B24
        }

        .SearchTypesTabs .SearchTypesTabs-header__item:hover span {
            border-bottom-color: transparent
        }

        .SearchTypesTabs .SearchTypesTabs-header__item.active {
            background-color: transparent;
            cursor: unset
        }

        .SearchTypesTabs .SearchTypesTabs-header__item.active span {
            border-bottom-color: transparent
        }

        .SearchTypesTabs .SearchTypesTabs-header__item.active .Icon {
            rotate: 135deg
        }

        .SearchTypesTabs .SearchTypesTabs-body {
            display: grid;
            grid-template-rows: 0fr;
            transition: grid-template-rows .4s
        }

        .SearchTypesTabs .SearchTypesTabs-body__inner {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            place-items: stretch;
            justify-content: stretch;
            gap: 4.2rem;
            min-height: 0;
            overflow: hidden
        }

        .SearchTypesTabs .SearchTypesTabs-body.active {
            grid-template-rows: 1fr
        }

        .SearchTypesTabs .SearchTypesTabs-body.active .SearchTabCard {
            opacity: 1
        }

        .SearchTypesTabs .SearchTypesTabs-body.active .SearchTabCard:not(.active):hover .SearchTabCard__popup {
            opacity: 1;
            visibility: visible
        }

        .SearchTypesTabs .SearchTabCard {
            margin-top: 4rem;
            transition: opacity .2s ease-in-out
        }

        .SearchTypesTabs .SearchTabCard.disabled {
            opacity: .2 !important;
            pointer-events: none
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .SearchTabCard {
            position: relative
        }

        .SearchTabCard .disabled {
            pointer-events: none;
            cursor: default;
            opacity: 0
        }

        .SearchTabCard__wrapper {
            opacity: 1;
            transition: opacity .3s ease
        }

        .SearchTabCard__close {
            position: absolute;
            right: 0;
            top: 0;
            translate: 50% -50%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            border-radius: 50%;
            background-color: #fff;
            opacity: 0;
            visibility: hidden;
            transition: opacity .3s ease, visibility .3s ease
        }

        .SearchTabCard__img {
            width: 100%;
            height: 16rem;
            -o-object-fit: cover;
            object-fit: cover
        }

        .SearchTabCard__title {
            margin-top: 2rem
        }

        .SearchTabCard__metro {
            margin-top: .8rem;
            font-size: 1.6rem;
            color: #f5f5f5
        }

        .SearchTabCard__popup {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background-color: #0F2B24;
            opacity: 0;
            transition: opacity .4s ease, visibility .4s ease
        }

        .SearchTabCard__popup .desc {
            font-size: 1.6rem;
            color: #f5f5f5
        }

        .SearchTabCard__popup .controls {
            display: flex;
            align-items: center
        }

        .SearchTabCard__popup .controls .choose {
            display: flex;
            align-items: center;
            text-align: center;
            height: 4.2rem;
            border-radius: 4rem;
            border: 1px solid #fff;
            color: #fff;
            margin-right: 3.7rem;
            padding: 0 2rem;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            outline: none
        }

        .SearchTabCard__popup .controls .more {
            display: inline-block;
            border-bottom: 1px solid hsla(0, 0%, 96.1%, .8);
            color: hsla(0, 0%, 96.1%, .8)
        }

        .SearchTabCard.active .SearchTabCard__close {
            opacity: 1;
            visibility: visible
        }

        .SearchTabCard.transparent .SearchTabCard__wrapper {
            opacity: .3
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .SearchFilters .ParamsSearch {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 8rem 10rem;
            margin-top: 6rem;
            opacity: 1;
            transition: opacity .5s ease
        }

        .SearchFilters .ParamsSearch .CheckboxSelector_title,
        .SearchFilters .ParamsSearch .SliderSelector_title {
            font-size: 1.8rem;
            color: #5c5d5d;
            margin-bottom: 2.4rem
        }

        .SearchFilters .ParamsSearch .CheckboxSelector_content {
            display: flex;
            align-items: center;
            gap: 2.8rem
        }

        .SearchFilters .ParamsSearch .CheckboxSelector_value {
            flex-grow: 1;
            min-width: 1rem;
            height: 5rem;
            display: grid;
            place-items: center;
            padding: 0 2rem;
            border: 1px solid #5c5d5d;
            border-radius: 10rem;
            transition-property: border-color, background-color, color;
            transition-duration: .2s
        }

        .SearchFilters .ParamsSearch .CheckboxSelector_value:not(.CheckboxSelector_value-active):hover {
            border-color: #8c8c8c
        }

        .SearchFilters .ParamsSearch .CheckboxSelector_value:not(.CheckboxSelector_value-active):hover .CheckboxSelector_value_title {
            color: #8c8c8c
        }

        .SearchFilters .ParamsSearch .CheckboxSelector_value_title {
            color: #5c5d5d;
            transition: color .2s ease
        }

        .SearchFilters .ParamsSearch .CheckboxSelector_value-active {
            border-color: #fff;
            background-color: #fff
        }

        .SearchFilters .ParamsSearch .CheckboxSelector_value-active .CheckboxSelector_value_title {
            color: #0F2B24
        }

        .SearchFilters .ParamsSearch .SliderSelector_content {
            display: flex;
            align-items: center;
            position: relative;
            top: 2.4rem
        }

        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_item,
        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_value_max,
        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_value_min {
            width: 7.9rem;
            height: 4.9rem;
            border-radius: 12.1rem;
            text-align: center;
            box-sizing: border-box;
            line-height: 1
        }

        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_value_max,
        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_value_min {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            background-color: transparent;
            color: #5c5d5d;
            border-radius: 12.1rem;
            border: 1px solid #5c5d5d
        }

        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_value_max {
            right: 0
        }

        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_value_min {
            left: 0
        }

        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_line {
            margin: 0 7.9rem
        }

        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_center {
            z-index: 10
        }

        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_item {
            color: #fff;
            border: 1px solid #5c5d5d;
            box-sizing: border-box;
            background-color: #0F2B24;
            margin: -2.45rem -7.9rem;
            transition: background-color .3s ease, border-color .3s ease, color .3s ease
        }

        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_item:hover {
            border-color: #8c8c8c
        }

        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_item .SliderSelector_item_value {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_mask {
            background-color: #5c5d5d;
            transition: background-color .3s ease
        }

        .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_line {
            height: 1px;
            background-color: #5c5d5d
        }

        .SearchFilters .ParamsSearch .SliderSelector_content.changed .SliderSelector_item {
            background-color: #fff;
            border-color: #fff;
            color: #000
        }

        .SearchFilters .ParamsSearch .SliderSelector_content.changed .SliderSelector_mask {
            background-color: #fff
        }

        .SearchFilters .ParamsSearch .SliderSelector_size {
            margin: 0 7.9rem
        }

        .SearchFilters .ParamsSearch .Dropdown_title {
            font-size: 1.8rem;
            color: #5c5d5d;
            margin-bottom: 2.4rem
        }

        .SearchFilters .ParamsSearch .Dropdown_content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #5c5d5d;
            border-radius: 4rem;
            background-color: #0F2B24
        }

        .SearchFilters .ParamsSearch .Dropdown_content .Icon {
            margin-right: 2.2rem
        }

        .SearchFilters .ParamsSearch .Dropdown_current {
            margin-left: -.1rem;
            margin-top: -1px;
            padding: .5rem 0 0;
            background-color: transparent
        }

        .SearchFilters .ParamsSearch .Dropdown_current:before {
            border: none
        }

        .SearchFilters .ParamsSearch .Dropdown_list {
            background-color: #0F2B24;
            border-radius: 3.2rem;
            top: -1px;
            left: -.1rem;
            right: -.1rem;
            padding: .5rem 0 0
        }

        .SearchFilters .ParamsSearch .Dropdown_list:before {
            border: 1px solid #5c5d5d;
            border-radius: 2.5rem
        }

        .SearchFilters .ParamsSearch .Dropdown_item {
            position: relative;
            color: #8c8c8c
        }

        .SearchFilters .ParamsSearch .Dropdown_item-active,
        .SearchFilters .ParamsSearch .Dropdown_item-current,
        .SearchFilters .ParamsSearch .Dropdown_item-inactive:hover,
        .SearchFilters .ParamsSearch .Dropdown_item:hover:not(.Dropdown_item-inactive) {
            color: #fff
        }

        .SearchFilters .ParamsSearch .Dropdown.none .Dropdown_item {
            color: #8c8c8c
        }

        .SearchFilters .ParamsSearch .Dropdown.none .Dropdown_current {
            cursor: default
        }

        .SearchFilters .ParamsSearch .Dropdown.none .Dropdown_content .Icon {
            color: #8c8c8c
        }

        .SearchFilters .summary {
            margin-top: 6rem;
            display: flex;
            align-items: center;
            gap: 4.2rem;
            padding-bottom: 2rem
        }

        .SearchFilters .summary__title {
            color: #5c5d5d
        }

        .SearchFilters .summary__value {
            color: #fff
        }

        .SearchFilters .summary__amount {
            display: inline-block;
            padding: 1rem 2rem;
            border: 1px solid #fff;
            border-radius: 100rem;
            color: #fff;
            cursor: pointer;
            transition: background-color .3s, color .3s
        }

        .SearchFilters .summary__amount.active,
        .SearchFilters .summary__amount:hover {
            background-color: #fff;
            color: #000
        }

        .SearchFilters .summary__clear {
            position: absolute;
            right: 8.7rem;
            display: flex;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: opacity .4s ease, visibility .4s ease
        }

        .SearchFilters .summary__clear:after {
            content: "";
            width: 125%;
            height: 300%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

        .SearchFilters .summary__clear span {
            color: #5c5d5d;
            transition: color .4s ease
        }

        .SearchFilters .summary__clear .Icon {
            margin-top: .5rem;
            margin-right: 2.2rem;
            color: #fff
        }

        .SearchFilters .summary__clear:hover span {
            color: #fff
        }

        .SearchFilters .summary__clear.active {
            opacity: 1;
            visibility: visible
        }

        .SearchFilters .is_sa .CheckboxSelector_value:first-child {
            display: none
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .SliderSelector {
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none
        }

        .SliderSelector_content {
            display: flex;
            align-items: center
        }

        .SliderSelector_value {
            width: 7rem
        }

        .SliderSelector_value_max {
            text-align: right
        }

        .SliderSelector_center {
            flex-grow: 1;
            position: relative
        }

        .SliderSelector_line {
            height: .5rem;
            margin: 0 1.5rem;
            background-color: #aaa
        }

        .SliderSelector_size {
            margin: 0 3rem
        }

        .SliderSelector_mask,
        .SliderSelector_size {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0
        }

        .SliderSelector_mask {
            margin: 0 -1.5rem;
            background-color: #0F2B24
        }

        .SliderSelector_item {
            position: absolute;
            top: 50%;
            width: 3rem;
            height: 3rem;
            margin: -1.5rem -3rem;
            background-color: #0F2B24;
            cursor: pointer
        }

        .SliderSelector_item_min {
            left: 0
        }

        .SliderSelector_item_max {
            right: 0
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .CheckboxSelector {
            position: relative
        }

        .CheckboxSelector_content {
            display: flex;
            justify-content: space-between
        }

        .CheckboxSelector_value {
            cursor: pointer
        }

        .CheckboxSelector_value-active {
            color: red
        }

        .CheckboxSelector_value-inactive {
            cursor: not-allowed;
            opacity: .5
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .Dropdown,
        .Dropdown_content,
        .Dropdown_item {
            position: relative
        }

        .Dropdown_item {
            padding: 1rem 2rem
        }

        .Dropdown_current,
        .Dropdown_list {
            padding: 1rem 0
        }

        .Dropdown_current:before,
        .Dropdown_list:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            border: .1rem solid #000
        }

        .Dropdown .pseudo-select__wrapper {
            width: 100%
        }

        .Dropdown_current {
            position: relative;
            cursor: pointer
        }

        .Dropdown_current.pseudo-select {
            position: relative;
            display: flex;
            width: 100%
        }

        .Dropdown_current.pseudo-select select {
            position: absolute;
            background: transparent;
            border: none;
            outline: none;
            text-align: right;
            color: transparent;
            width: 100%
        }

        .Dropdown_current.pseudo-select .pseudo-select__value {
            display: flex;
            align-items: center;
            left: 0;
            top: 0;
            bottom: 0;
            pointer-events: none
        }

        .Dropdown_list {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            opacity: 0;
            pointer-events: none;
            transition: opacity .3s ease;
            z-index: 1
        }

        .Dropdown_list .Dropdown_item {
            transition: color .2s ease;
            cursor: pointer
        }

        .Dropdown_list .Dropdown_item-active,
        .Dropdown_list .Dropdown_item:hover {
            color: #00f
        }

        .Dropdown_list .Dropdown_item-inactive {
            cursor: not-allowed;
            opacity: .5
        }

        .Dropdown_select {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            cursor: pointer
        }

        .Dropdown:not(.none):hover .Dropdown_list {
            opacity: 1;
            pointer-events: auto;
            transition-duration: .2s
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .SearchResults {
            padding: 1rem 8.5rem 8rem 8.8rem;
            background-color: #0F2B24
        }

        .SearchResults .ParamsHeader {
            display: flex;
            align-items: center;
            height: 13rem;
            font-size: 1.8rem
        }

        .SearchResults .ParamsHeader_column {
            display: flex;
            flex: 1 1;
            align-items: center;
            width: 100%
        }

        .SearchResults .ParamsHeader_column_title {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            color: #5c5d5d;
            transition: color .2s ease
        }

        .SearchResults .ParamsHeader_column_title:before {
            content: "▲";
            position: absolute;
            left: -2.5rem;
            margin-top: -.3rem;
            margin-right: .5rem;
            font-size: 1.3rem;
            line-height: 1;
            color: #5c5d5d;
            opacity: 0;
            transition: transform .2s ease, opacity .2s ease
        }

        .SearchResults .ParamsHeader_column_title:hover {
            color: #fff
        }

        .SearchResults .ParamsHeader_column_title:hover:before {
            opacity: 1
        }

        .SearchResults .ParamsHeader_column.asc .ParamsHeader_column_title,
        .SearchResults .ParamsHeader_column.desc .ParamsHeader_column_title {
            color: #fff
        }

        .SearchResults .ParamsHeader_column.asc .ParamsHeader_column_title:before,
        .SearchResults .ParamsHeader_column.desc .ParamsHeader_column_title:before {
            color: #fff;
            opacity: 1
        }

        .SearchResults .ParamsHeader_column.desc .ParamsHeader_column_title:before {
            transform: rotate(180deg)
        }

        .SearchResults .ParamsHeader_column.pn {
            width: 100%;
            text-align: right
        }

        .SearchResults .ParamsHeader_column.pn .ParamsHeader_column_title {
            margin-left: 5.7rem
        }

        .SearchResults .ParamsCard {
            position: relative;
            display: flex;
            align-items: center;
            height: 10rem;
            background-color: #113d32;
            transition: background-color .2s ease, opacity .1s ease-in
        }

        .SearchResults .ParamsCard_col {
            display: flex;
            flex: 1 1;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            text-align: center;
            font-size: 1.8rem;
            font-weight: 400;
            transition: color .2s ease
        }

        .SearchResults .ParamsCard_col_pn {
            justify-content: flex-start;
            text-align: left;
            white-space: nowrap
        }

        .SearchResults .ParamsCard_col_pn .main {
            padding-left: 5.7rem
        }

        .SearchResults .ParamsCard_col_pn .second {
            color: #5c5d5d
        }

        .SearchResults .ParamsCard_col_img {
            position: absolute;
            top: 50%;
            left: 30.7rem;
            z-index: 10;
            visibility: hidden;
            width: auto;
            background-color: #efefef;
            opacity: 0;
            transform: translateY(-50%);
            transition: opacity .2s ease, visibility .2s ease
        }

        .SearchResults .ParamsCard_col_img:after {
            content: "";
            position: absolute;
            bottom: calc(50% - 2rem);
            left: -2rem;
            display: block;
            width: 4rem;
            height: 4rem;
            border-radius: 0 0 0 .5rem;
            background-color: inherit;
            transform: rotate(45deg);
            -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 100%, 0 100%)
        }

        .SearchResults .ParamsCard_col_img img {
            width: 49.5rem;
            height: 46.4rem;
            padding: 4.5rem;
            box-sizing: border-box;
            -o-object-fit: contain;
            object-fit: contain;
            filter: invert(20%) sepia(8%) saturate(524%) hue-rotate(202deg) brightness(95%) contrast(84%)
        }

        .SearchResults .ParamsCard_col.fav {
            transition: opacity .3s ease-in-out
        }

        .SearchResults .ParamsCard_col.fav:hover {
            opacity: .7
        }

        .SearchResults .ParamsCard_img {
            max-width: 17.7rem;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain
        }

        .SearchResults .ParamsCard:not(:last-of-type) {
            margin-bottom: 1.5rem
        }

        .SearchResults .ParamsCard:hover {
            background-color: rgba(0, 0, 0, .5)
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .ParamsHeader,
        .ParamsHeader_column {
            position: relative;
            display: flex
        }

        .ParamsHeader_column {
            align-items: center
        }

        .ParamsHeader_column_title {
            position: relative;
            cursor: pointer
        }

        .ParamsHeader_column.disabled .ParamsHeader_column_title {
            cursor: default
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .LenisScrollBar {
            pointer-events: none;
            position: sticky;
            bottom: 0;
            left: 100%;
            translate: -1px;
            width: 4px;
            height: 100%
        }

        .LenisScrollBar.active {
            pointer-events: auto;
            opacity: 1;
            transition-duration: .3s
        }

        .LenisScrollBar__slider {
            cursor: pointer;
            translate: 0 calc(var(--progress)*var(--scroll-height));
            width: 100%;
            height: var(--thumb-size);
            min-height: 5rem;
            background-color: #fff;
            border-radius: 99rem
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .PopupMap .PopupMap__close {
            position: absolute;
            top: 9.5rem;
            right: 8.7rem;
            transform: translate(50%, -50%);
            width: 6rem;
            aspect-ratio: 1/1;
            border-radius: 100rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background-color: #110f0f;
            transition: opacity .3s
        }

        .PopupMap .PopupMap__close:hover {
            opacity: .75
        }

        .PopupMap .Maps_zoomBtns {
            right: 8.7rem;
            bottom: 8rem;
            top: auto;
            transform: translateY(0) translateX(50%)
        }

        .PopupMap .Maps_zoomBtn {
            width: 6rem;
            height: auto;
            aspect-ratio: 1/1;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #110f0f;
            transition: opacity .4s ease, background-color .2s ease
        }

        .PopupMap .Maps_zoomBtn-active:hover {
            background-color: #272222
        }

        .PopupMap .Maps .leaflet-tile-pane {
            filter: grayscale(1) contrast(1.07)
        }

        .PopupMap .info-card {
            position: absolute;
            top: 50%;
            right: 8.7rem;
            transform: translateY(-50%);
            min-width: 35rem;
            max-width: 45rem;
            pointer-events: none
        }

        .PopupMap .info-card__img {
            width: 100%;
            height: 22rem
        }

        .PopupMap .info-card__img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

        .PopupMap .info-card__body {
            padding: 3rem 4.6rem 4rem;
            background-color: #110f0f
        }

        .PopupMap .info-card__title {
            font-weight: 500;
            font-size: 2.3rem;
            line-height: 1.5;
            letter-spacing: -.03em
        }

        .PopupMap .info-card__text {
            margin-top: 4.2rem
        }

        .showCard-enter-active,
        .showCard-leave-active {
            opacity: 0;
            transition: opacity .4s
        }

        .showCard-enter-to,
        .showCard-leave-from {
            opacity: 1
        }

        .showCard-enter-from,
        .showCard-leave-to {
            opacity: 0
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .Popup {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            opacity: 0;
            z-index: 1000;
            background-color: #000
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .FlatPopup {
            background-color: #efefef;
            color: #000;
            position: absolute;
            z-index: 10;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: opacity .5s ease, visibility .5s ease
        }

        .FlatPopup.active {
            opacity: 1;
            visibility: visible
        }

        .FlatPopup .back-button {
            position: absolute;
            top: 9.5rem;
            left: 8.7rem;
            z-index: 1;
            transform: translate(-50%, -50%);
            width: 4rem;
            aspect-ratio: 1/1;
            display: grid;
            place-items: center;
            background-color: #000;
            border-radius: 100%;
            cursor: pointer
        }

        .FlatPopup .back-button .Icon {
            color: #fff
        }

        .FlatPopup .project-logo {
            position: absolute;
            left: 18.7rem;
            top: 9.5rem;
            transform: translateY(-50%)
        }

        .FlatPopup .plan-selector {
            position: absolute;
            top: 9.5rem;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            gap: 5.6rem;
            z-index: 10
        }

        .FlatPopup .plan-selector-title {
            color: rgba(92, 93, 93, .4);
            cursor: pointer;
            border-bottom: 1px solid rgba(92, 93, 93, .4);
            transition: color .2s, border-color .2s
        }

        .FlatPopup .plan-selector-title.active {
            color: #000;
            border-color: transparent
        }

        .FlatPopup .plan-selector-title:not(.active):hover {
            color: #000;
            border-color: #000
        }

        .FlatPopup .phone {
            position: absolute;
            top: 9.5rem;
            right: 43.7rem;
            transform: translateY(-50%);
            font-weight: 500;
            font-size: 2.2rem
        }

        .FlatPopup .info-table {
            position: absolute;
            left: 8.7rem;
            bottom: 8rem;
            width: 25%;
        }

        .FlatPopup .Windrose {
            right: 6.7rem;
            top: 20rem
        }

        .Windrose {
            position: absolute;
            pointer-events: none;
        }

        .FlatPopup .Windrose .letter {
            transform: rotate(0)
        }

        .Windrose_letter {
            position: absolute;
            width: 2em;
            line-height: 2;
            text-align: center;
            margin: -1em;
            font-size: 1.5em;
        }

        .Windrose_letter-n{
            left: 50%;
            bottom: 120%;
        }

        .Windrose_letter-e{
            top: 50%;
            left: 120%;
        }

        .Windrose_letter-w{
            top: 50%;
            right: 120%;
        }


        .FlatPopup .plans-block {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 22rem;
            right: 50rem;
            bottom: 22rem;
            left: 60rem
        }

        .FlatPopup .plans-block.wide {
            top: 12rem;
            right: 10rem;
            left: 47rem
        }

        .FlatPopup .plans-block__plan {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            pointer-events: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            transition: opacity .5s
        }

        .FlatPopup .plans-block__plan.active {
            opacity: 1;
            pointer-events: all;
            -webkit-user-select: all;
            -moz-user-select: all;
            user-select: all
        }

        .FlatPopup .plans-block__flat {
            position: relative;
            cursor: zoom-in;
            height: 100%;
            width: auto
        }

        .FlatPopup .plans-block__flat img {
            max-width: 100%;
            width: auto;
            max-height: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain
        }

        .FlatPopup .plans-block__genplan {
            display: flex;
            align-items: center;
            justify-content: center
        }

        .FlatPopup .plans-block__genplan .Area2svg_area_bottom {
            z-index: 1
        }

        .FlatPopup .FloorPlan_point {
            display: none
        }

        .FlatPopup .FloorPlan .Directions_item {
            text-align: center;
            color: #5c5d5d;
            font-size: 1.8rem;
            letter-spacing: -.03em
        }

        .FlatPopup__pano-button {
            z-index: 1;
            position: absolute;
            left: 50%;
            translate: -50%;
            bottom: 0
        }

        .FlatPopup .tours {
            position: absolute;
            bottom: 8rem;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            gap: 8rem
        }

        .FlatPopup .tours__item {
            position: relative;
            padding-left: 5.6rem;
            cursor: pointer
        }

        .FlatPopup .tours__item span {
            margin: 0;
            display: flex;
            text-decoration: underline;
            text-underline-offset: .5rem;
            transition: -webkit-text-decoration-color .2s;
            transition: text-decoration-color .2s;
            transition: text-decoration-color .2s, -webkit-text-decoration-color .2s
        }

        .FlatPopup .tours__item .Icon {
            position: absolute;
            top: 50%;
            left: 1.5rem;
            transform: translateY(-50%);
            transition: transform .3s
        }

        .FlatPopup .tours__item:hover span {
            -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent
        }

        .FlatPopup .tours__views.DropdownBtn_opened .tours__views-title {
            border-color: #000
        }

        .FlatPopup .tours__views.DropdownBtn_opened .tours__views-title span {
            -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent
        }

        .FlatPopup .tours__views-title {
            border: 1px solid transparent;
            transition: border-color .25s
        }

        .FlatPopup .tours__views .DropdownBtn__list {
            display: flex;
            flex-direction: column;
            border-left: 1px solid #000;
            border-right: 1px solid #000
        }

        /* .FlatPopup .tours__views .DropdownBtn__list .tours__item {
            border-top: 1px solid #000
        }
 */
        .FlatPopup .tours__views .tours__item {
            padding: 1.5rem 1.5rem 1.5rem 7rem;
            background-color: #efefef
        }

        .FlatPopup .actions {
            position: absolute;
            right: 6.7rem;
            bottom: 8rem
        }

        .FlatPopup .actions__buy-buttons {
            margin-top: 7.2rem;
            display: flex;
            flex-direction: column;
            gap: 1.4rem
        }

        .FlatPopup .actions__button {
            width: 24rem;
            height: 4.8rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border: 2px solid #000;
            transition: background-color .2s, color .2s, opacity .2s;
        }

        .FlatPopup .actions__button:hover {
            background-color: #000;
            color: #fff;
        }

        .FlatPopup .actions__button--about,
        .FlatPopup .actions__button--buy {
            background-color: #000;
            color: #fff;
        }

        .FlatPopup .actions__button--about:hover,
        .FlatPopup .actions__button--buy:hover {
            opacity: .75
        }

        .FlatPopup .actions__favorite {
            margin-top: 10rem
        }

        .FlatPopup .actions__pdf {
            margin-top: 5rem
        }

        .FlatPopup .actions__favorite,
        .FlatPopup .actions__pdf {
            display: flex;
            align-items: center;
            gap: 2.8rem;
            cursor: pointer
        }

        .FlatPopup .actions__favorite p,
        .FlatPopup .actions__pdf p {
            margin: 0;
            text-decoration: underline;
            text-underline-offset: .5rem;
            transition: -webkit-text-decoration-color .2s;
            transition: text-decoration-color .2s;
            transition: text-decoration-color .2s, -webkit-text-decoration-color .2s
        }

        .FlatPopup .actions__favorite:hover p,
        .FlatPopup .actions__pdf:hover p {
            -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent
        }

        .default-enter-active,
        .default-leave-active {
            transition: opacity .3s
        }

        .default-enter-to,
        .default-leave-from {
            opacity: 1
        }

        .default-enter-from,
        .default-leave-to {
            opacity: 0
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .VirtualTourPopup__close {
            position: absolute;
            top: 19.5rem;
            right: 8.7rem;
            transform: translate(50%, -50%);
            width: 6rem;
            aspect-ratio: 1/1;
            border-radius: 100rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background-color: #110f0f;
            transition: opacity .3s
        }

        .VirtualTourPopup__close .Icon {
            color: #fff
        }

        .VirtualTourPopup__close:hover {
            opacity: .75
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .FlatViewsPopup__close {
            position: absolute;
            top: 9.5rem;
            right: 8.7rem;
            transform: translate(50%, -50%);
            width: 6rem;
            aspect-ratio: 1/1;
            border-radius: 100rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background-color: #110f0f;
            transition: opacity .3s
        }

        .FlatViewsPopup__close .Icon {
            color: #fff
        }

        .FlatViewsPopup__close:hover {
            opacity: .75
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .PanoPopup {
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            z-index: 10;
            background: #152125;
            opacity: 1;
            scale: 1;
            transition: visibility 1s, opacity 1s, scale 1s;
            transition-timing-function: var(--easeInOutCirc)
        }

        .PanoPopup .PanoFloorSwitcher {
            position: absolute;
            top: 40%;
            right: 0;
            transform: translateY(-50%)
        }

        .PanoPopup__back-button {
            box-sizing: border-box;
            position: absolute;
            padding: 1rem;
            top: 6.4rem;
            left: 8.7rem;
            text-decoration: underline;
            cursor: pointer;
            color: #e3edea;
            background-color: #152125;
            transition: scale .3s
        }

        .PanoPopup__back-button .Icon {
            transition: .3s ease-in-out
        }

        .PanoPopup__back-button:hover {
            scale: 1.1
        }

        .PanoPopup__back-button:hover .Icon {
            rotate: 90deg;
            scale: .9
        }

        .PanoPopup_diactive {
            pointer-events: none;
            visibility: hidden;
            opacity: 0;
            scale: 1.2
        }

        .building-hotspot {
            display: flex;
            flex-direction: column;
            align-items: center;
            pointer-events: none;
            position: relative
        }

        .building-hotspot .Icon {
            color: #a3bfc5
        }

        .building-hotspot__block {
            width: var(--size, 1.8rem);
            height: var(--size, 1.8rem);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: calc(var(--size, 1.8rem)/4.5);
            font-weight: 700;
            will-change: transform;
            color: #e3edea;
            background-color: #152125;
            border: .003rem solid #e3edea;
            border-radius: 5rem
        }

        .building-hotspot__block-icon {
            display: var(--displayIcon, "none");
            width: 1rem;
            height: 1rem
        }

        .building-hotspot__strip {
            display: var(--hideStrip, "block");
            width: .02rem;
            height: 3rem;
            background: #e3edea
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .SkyViewer__item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .SkyViewer__loading {
            pointer-events: none !important;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 8rem;
            height: 8rem;
            opacity: 0
        }

        .SkyViewer__loading-active {
            opacity: 1;
            transition-delay: .1s;
            transition-duration: 1s;
            transition-property: opacity
        }

        .SkyViewer__point {
            pointer-events: none;
            position: absolute;
            top: 0;
            left: 0;
            transform: translate(-10000px, -10000px);
            opacity: 0;
            transition: opacity .5s ease
        }

        .SkyViewer__point-active {
            pointer-events: auto;
            opacity: 1
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .PanoMinimap__map-head {
            height: 4.4rem;
            width: 51.7rem;
            position: absolute;
            right: 0;
            bottom: 0;
            text-decoration: underline;
            cursor: pointer;
            background: #152125;
            color: #e3edea;
            transition: height .3s, translate .4s, opacity .3s;
            transition-delay: .2s
        }

        .PanoMinimap__map-head-inner {
            height: 4.4rem;
            padding: 1rem 1.9rem;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            -moz-column-gap: 1.7rem;
            column-gap: 1.7rem;
            font-size: 1.6rem
        }

        .PanoMinimap__map-head:hover {
            height: 6.4rem;
            text-decoration: none
        }

        .PanoMinimap__map-head_diactive {
            pointer-events: none;
            translate: 0 -200%;
            opacity: 0;
            transition-delay: 0s
        }

        .PanoMinimap__map {
            width: 51.7rem;
            position: absolute;
            right: 0;
            top: 100%;
            translate: 0 -100%;
            background: #152125;
            color: #e3edea;
            transition: translate .6s, opacity .2s;
            overflow: hidden
        }

        .PanoMinimap__map>img {
            width: 100%;
            pointer-events: none
        }

        .PanoMinimap__map_diactive {
            pointer-events: none;
            translate: 0 0
        }

        .PanoMinimap__map-pin {
            height: 4.5rem;
            width: 4.5rem;
            position: absolute;
            top: var(--pin-y, 5%);
            left: var(--pin-x, 5%);
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            translate: -50% -50%;
            cursor: pointer;
            border-radius: 50%;
            background: #152125;
            color: #e3edea;
            border: 3px solid #e3edea
        }

        .PanoMinimap__map-pin_active {
            z-index: 2;
            pointer-events: none;
            background: #e3edea;
            color: #152125
        }

        .PanoMinimap__map-view {
            height: 15.7rem;
            width: 13.7rem;
            top: var(--pin-y, 5%);
            left: var(--pin-x, 5%);
            z-index: 1;
            translate: -50% -100%;
            pointer-events: none;
            border-radius: 50%;
            rotate: var(--view-rotate);
            transform-origin: bottom
        }

        .PanoMinimap__map-close-button,
        .PanoMinimap__map-view {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .PanoMinimap__map-close-button {
            width: 4.5rem;
            height: 4.5rem;
            top: 0;
            right: 0;
            cursor: pointer
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .PanoFloorSwitcher__content {
            display: flex;
            flex-direction: column;
            padding: 2.2rem 3.1rem;
            background-color: hsla(0, 0%, 100%, .58);
            max-height: 40rem;
            overflow: hidden scroll
        }

        .PanoFloorSwitcher__content::-webkit-scrollbar {
            width: 2px
        }

        .PanoFloorSwitcher__content::-webkit-scrollbar-track {
            background: transparent
        }

        .PanoFloorSwitcher__content::-webkit-scrollbar-thumb {
            background: var(--themeColor-main);
            border-radius: 20px;
            border: 2px solid transparent
        }

        .PanoFloorSwitcher__item {
            display: flex;
            justify-content: space-between;
            font-family: NeueMachinaInktrap, Arial, Times, sans-serif;
            padding: 1rem 0;
            cursor: pointer;
            color: #1a272b;
            font-size: 1.8rem;
            font-weight: 600;
            line-height: 140%;
            transition: color .2s ease-in-out;
            text-align: left !important;
            letter-spacing: .05em
        }

        .PanoFloorSwitcher__item.active,
        .PanoFloorSwitcher__item:hover {
            color: #fff
        }

        .PanoFloorSwitcher__item span:first-child {
            padding-right: 1.8rem
        }

        .PanoFloorSwitcher .opacity500-enter-active,
        .PanoFloorSwitcher .opacity500-leave-active {
            opacity: 0;
            transition: opacity .5s ease-in-out
        }

        .PanoFloorSwitcher .opacity500-enter-from,
        .PanoFloorSwitcher .opacity500-leave-to {
            opacity: 0
        }

        .PanoFloorSwitcher .opacity500-enter-to,
        .PanoFloorSwitcher .opacity500-leave-from {
            opacity: 1
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .HeaderDesk {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            z-index: 12000 !important;
        }

        .HeaderDesk .HeaderDesk__menu-button {
            position: absolute;
            top: 7.5rem;
            right: 6.7rem;
            width: 4rem;
            height: 4rem;
            cursor: pointer;
            pointer-events: all;
            background-color: #000;
            border-radius: 50%;
            z-index: 99;
        }

        .HeaderDesk .HeaderDesk__menu-button .Icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: opacity .2s ease;
            opacity: 0;
            z-index: 99;
        }

        .HeaderDesk .HeaderDesk__menu-button .Icon.Icon-menu {
            opacity: 1
        }

        .HeaderDesk .HeaderDesk__favorites {
            position: absolute;
            top: 7.5rem;
            right: 18rem;
            display: flex;
            align-items: center;
            font-size: 2rem;
            text-decoration: none;
            transition: opacity .2s ease, visibility .2s ease;
            color: #fff;
            cursor: pointer
        }

        .HeaderDesk .HeaderDesk__favorites-hidden {
            opacity: 0;
            visibility: hidden
        }

        .HeaderDesk .HeaderDesk__favorites-count {
            border-radius: 50%;
            border: 1px solid #5c5d5d;
            width: 4rem;
            height: 4rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 2.6rem;
            margin-top: -4px;
            background-color: #171515
        }

        .HeaderDesk .HeaderDesk__favorites-count span {
            display: inline-block;
            margin-bottom: -4px;
            line-height: 1;
            font-size: 1.6rem
        }

        .HeaderDesk .HeaderDesk__favorites .HeaderDesk__favorites-title {
            transition: color .2s
        }

        .HeaderDesk .HeaderDesk__favorites_color-default .HeaderDesk__favorites-title {
            color: #fff
        }

        .HeaderDesk .HeaderDesk__favorites_color-black .HeaderDesk__favorites-title {
            color: #000
        }

        .HeaderDesk .HeaderDesk__back-button {
            position: absolute;
            top: 7.5rem;
            left: 8rem;
            width: 4rem;
            height: 4rem;
            background-color: #000;
            border-radius: 50%;
            transition: opacity .4s ease;
            transition-delay: .4s;
            cursor: pointer
        }

        .HeaderDesk .HeaderDesk__back-button .Icon {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%
        }

        .HeaderDesk .HeaderDesk__logo {
            position: absolute;
            top: 5.5rem;
            left: 8rem;
            transition: opacity .4s ease;
            transition-delay: .4s
        }

        .HeaderDesk .HeaderDesk__logo .Icon {
            transition: color .4s ease
        }

        .HeaderDesk.HeaderDesk_menu-opened .HeaderDesk__menu-button .Icon.Icon-close {
            opacity: 1
        }

        .HeaderDesk.HeaderDesk_menu-opened .HeaderDesk__menu-button .Icon.Icon-menu {
            opacity: 0
        }

        .HeaderDesk.HeaderDesk_menu-opened .HeaderDesk__favorites {
            opacity: 0;
            visibility: hidden;
            transition-delay: 0s
        }

        .HeaderDesk .HeaderDesk__hidden-block {
            transition-delay: 0s !important;
            opacity: 0;
            pointer-events: none
        }

        .default-enter-active,
        .default-leave-active {
            transition: opacity .3s
        }

        .default-enter-to,
        .default-leave-from {
            opacity: 1
        }

        .default-enter-from,
        .default-leave-to {
            opacity: 0
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .Cursor {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 50;
            pointer-events: none
        }

        .Cursor_content {
            position: absolute;
            top: 50%;
            left: 50%;
            background: rgba(17, 15, 15, .5);
            -webkit-backdrop-filter: blur(22px);
            backdrop-filter: blur(22px);
            transform: translate(-50%, -50%)
        }

        .Cursor>div,
        .Cursor_content {
            opacity: 0;
            transition: opacity .2s ease
        }

        .Cursor>div {
            pointer-events: none
        }

        .Cursor .Cursor_content {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 8rem;
            height: 8rem;
            background: rgba(0, 0, 0, .51);
            -webkit-backdrop-filter: blur(22px);
            backdrop-filter: blur(22px);
            border-radius: 50%
        }

        .Cursor .Cursor_content .Icon {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -.6rem 0 0 -1.15rem;
            transition: transform .2s ease, opacity .2s ease
        }

        .Cursor .Cursor__Flat {
            opacity: 0;
            visibility: hidden;
            transition: opacity .3s ease, visibility .3s ease
        }

        .Cursor .Cursor__Flat .content {
            background-color: #efefef;
            width: auto;
            position: absolute;
            transform: translateY(-50%);
            left: 4rem
        }

        .Cursor .Cursor__Flat img {
            max-width: none;
            width: 49.5rem;
            height: 46.4rem;
            -o-object-fit: contain;
            object-fit: contain;
            padding: 4.5rem;
            box-sizing: border-box
        }

        .Cursor.two-parts>.Cursor__two-parts-block,
        .Cursor.two-parts>.Cursor__two-parts-block .arrow {
            opacity: 1
        }

        .Cursor.two-parts>.Cursor__two-parts-block .enter {
            opacity: 0;
            margin: -1rem 0 0 -1.1rem
        }

        .Cursor.move>.Cursor__move-block {
            opacity: 1
        }

        .Cursor.move>.Cursor__move-block .Cursor_content.down {
            opacity: 0
        }

        .Cursor.active .Cursor_content {
            opacity: 1
        }

        .Cursor.active.down .Cursor_content .Icon {
            transform: rotate(90deg)
        }

        .Cursor.active.left .Cursor_content .Icon {
            transform: rotate(180deg)
        }

        .Cursor.active.up .Cursor_content .Icon {
            transform: rotate(270deg)
        }

        .Cursor.active.enter .Cursor_content .arrow {
            opacity: 0
        }

        .Cursor.active.enter .Cursor_content .enter {
            opacity: 1
        }

        .Cursor.active.cursorFlat.left>.Cursor__Flat {
            opacity: 1;
            visibility: visible
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .MaskTransition {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transform: translateX(100%);
            background-color: #000;
            z-index: 10
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .Preloader {
            z-index: 1000;
            opacity: 0;
            pointer-events: none;
            transition: opacity .2s ease
        }

        .Preloader_image {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 6rem;
            height: 6rem;
            margin: -3rem
        }

        .Preloader-visible {
            opacity: 1;
            pointer-events: auto
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .PopupVideo.Popup {
            background-color: #000
        }

        .PopupVideo_progress_line,
        .PopupVideo_progress_overflow,
        .PopupVideo video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .PopupVideo_close {
            cursor: pointer
        }

        .PopupVideo_progress {
            position: absolute;
            left: 2rem;
            right: 2rem;
            bottom: 2rem;
            height: .3rem;
            cursor: pointer
        }

        .PopupVideo_progress:after,
        .PopupVideo_progress:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0
        }

        .PopupVideo_progress:after {
            margin: -1rem 0
        }

        .PopupVideo_progress:before,
        .PopupVideo_progress_line {
            background-color: #fff;
            opacity: 0;
            transition: opacity .2s ease
        }

        .PopupVideo_progress_overflow {
            overflow: hidden
        }

        .PopupVideo_progress_line {
            opacity: .5
        }

        .PopupVideo_progress:hover:before {
            opacity: .2
        }

        .PopupVideo_progress:hover .PopupVideo_progress_line {
            opacity: 1
        }

        .PopupVideo video {
            cursor: pointer
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .PopupLegal {
            width: 100%;
            background-color: #fff;
            cursor: default
        }

        .PopupLegal__wrapper {
            position: relative
        }

        .PopupLegal__content {
            display: flex;
            flex-direction: column;
            height: 100vh;
            padding: 20rem 9rem 7.2rem 82rem;
            color: #000;
            box-sizing: border-box
        }

        .PopupLegal__title {
            padding: 9rem 9rem 7.2rem;
            color: #000;
            font-size: 2.8rem;
            font-weight: 700;
            line-height: 3.2rem;
            margin-bottom: 6rem;
            letter-spacing: .14rem;
            text-transform: uppercase
        }

        .PopupLegal__title.secondary {
            padding: 0;
            margin-bottom: 1rem;
            font-size: 3.2rem;
            font-weight: 700;
            line-height: 3rem;
            letter-spacing: 1.1px
        }

        .PopupLegal__text {
            max-width: 89rem;
            margin-bottom: 7.9rem;
            font-size: 2rem;
            font-weight: 500;
            line-height: 3rem
        }

        .PopupLegal__docs-link {
            display: block;
            font-size: 2.4rem;
            font-weight: 700;
            line-height: 2.1rem;
            transition: color .3s ease, opacity .3s ease;
            -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
            margin-bottom: 2rem
        }

        .PopupLegal__docs-link:hover {
            opacity: .3;
            cursor: pointer
        }

        .PopupLegal__close {
            position: absolute;
            top: 8.8rem;
            right: 8rem;
            cursor: pointer
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .PopupFavorites {
            cursor: default
        }

        .PopupFavorites .Scroll_content {
            position: relative;
            background-color: #110f0f;
            color: #fff;
            padding: 6.4rem 8.5rem;
            box-sizing: border-box;
            min-height: 100vh
        }

        .PopupFavorites .header {
            display: flex;
            align-items: baseline;
            margin-bottom: 6rem
        }

        .PopupFavorites .header .count {
            border-radius: 50%;
            border: 1px solid #5c5d5d;
            width: 4rem;
            height: 4rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 3rem
        }

        .PopupFavorites .header .count span {
            display: inline-block;
            margin-bottom: -4px;
            line-height: 1;
            font-size: 1.6rem
        }

        .PopupFavorites .header .centered {
            flex-grow: 1;
            display: flex;
            justify-content: center
        }

        .PopupFavorites__title {
            display: flex;
            font-weight: 500;
            font-size: 3.2rem;
            line-height: 1.2;
            letter-spacing: -.03em
        }

        .PopupFavorites .cardsList {
            display: flex;
            flex-wrap: wrap;
            gap: 7rem;
            margin: 10rem 0 0;
            padding: 0
        }

        .PopupFavorites .pageEmptyMessage {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 100%;
            height: 80vh;
            box-sizing: border-box
        }

        .PopupFavorites .pageEmptyMessage,
        .PopupFavorites .pageEmptyMessage .pageEmptyLink {
            text-transform: uppercase;
            text-align: center;
            font-size: 2.6rem;
            line-height: 1.2;
            letter-spacing: .03em;
            color: #fff
        }

        .PopupFavorites .pageEmptyMessage .pageEmptyLink {
            border: 0;
            background-color: transparent;
            text-decoration: underline;
            text-underline-offset: .4rem;
            transition: opacity .2s ease;
            cursor: pointer
        }

        .PopupFavorites .pageEmptyMessage .pageEmptyLink:hover {
            opacity: .6
        }

        .PopupFavorites .fav-to-top {
            padding: 8.7rem 0 8.7rem 3.2rem;
            display: flex;
            align-items: center;
            cursor: pointer
        }

        .PopupFavorites .fav-to-top .Icon {
            margin-right: 2.8rem
        }

        .PopupFavorites .fav-to-top span {
            display: inline-block;
            font-size: 2rem;
            color: #fff;
            border-bottom: 1px solid transparent;
            transition: border-bottom-color .2s ease
        }

        .PopupFavorites .fav-to-top:hover span {
            border-bottom-color: #fff
        }

        .PopupFavorites .FooterDesk {
            padding: 0 0 8rem
        }

        .PopupFavorites__close {
            position: absolute;
            top: 9.5rem;
            right: 8.7rem;
            transform: translate(50%, -50%);
            width: 6rem;
            aspect-ratio: 1/1;
            display: grid;
            place-items: center;
            color: #fff;
            border: none;
            border-radius: 100rem;
            background-color: #000;
            outline: none;
            cursor: pointer
        }

        .PopupFavorites__pdf {
            border-bottom: 1px solid #5c5d5d;
            font-weight: 500;
            font-size: 1.7rem;
            line-height: 1;
            letter-spacing: -.03em;
            color: #5c5d5d;
            cursor: pointer;
            transition: border-bottom-color .3s ease
        }

        .PopupFavorites__pdf:hover {
            border-bottom-color: transparent
        }

        .PopupFavorites .SearchTypesTabs-header {
            display: flex
        }

        .PopupFavorites .SearchTypesTabs-header__item {
            display: flex;
            align-items: center;
            flex: 1 1;
            padding: 3rem 7.7rem;
            color: #fff;
            background-color: #171515;
            transition: background-color .3s ease
        }

        .PopupFavorites .SearchTypesTabs-header__item span {
            border-bottom: 1px solid #fff;
            transition: border-bottom-color .3s ease
        }

        .PopupFavorites .SearchTypesTabs-header__item .Icon {
            margin-right: 2.6rem;
            margin-top: -.4rem;
            translate: -50%;
            transition: rotate .4s ease
        }

        .PopupFavorites .SearchTypesTabs-header__item:first-child {
            background-color: #141212
        }

        .PopupFavorites .SearchTypesTabs-header__item:hover span {
            border-bottom-color: transparent
        }

        .PopupFavorites .SearchTypesTabs-header__item.active {
            background-color: transparent;
            cursor: unset
        }

        .PopupFavorites .SearchTypesTabs-header__item.active span {
            border-bottom-color: transparent
        }

        .PopupFavorites .SearchTypesTabs-header__item.active .Icon {
            rotate: 135deg
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .layout-default .PopupForm {
            background-color: transparent;
            cursor: default;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none
        }

        .layout-default .PopupForm .overlay {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%
        }

        .layout-default .PopupForm .form-wrapper {
            position: absolute;
            top: 50%;
            left: 50%;
            display: flex;
            flex-direction: column;
            width: 50.2rem;
            padding: 4.4rem 3.4rem 3.6rem;
            background-color: #fff;
            color: #000;
            transform: translate(-50%, -50%)
        }

        .layout-default .PopupForm .form-wrapper p {
            margin: 0
        }

        .layout-default .PopupForm .form-wrapper .close_btn {
            position: absolute;
            top: 2rem;
            right: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            padding: 0;
            border: 0;
            background-color: transparent;
            color: #000;
            transition: transform .1s ease;
            cursor: pointer
        }

        .layout-default .PopupForm .form-wrapper .close_btn:hover {
            color: rgba(0, 0, 0, .7);
            transform: scale(.9)
        }

        .layout-default .PopupForm .form-wrapper .close_btn:active {
            transform: scale(.8)
        }

        .layout-default .PopupForm .form-wrapper .form-title {
            margin-bottom: 2.4rem;
            font-size: 3.2rem;
            font-weight: 700
        }

        .layout-default .PopupForm .form-wrapper .form-desc {
            margin-bottom: 3rem;
            font-size: 2rem;
            font-weight: 500;
            line-height: 3rem
        }

        .layout-default .PopupForm .form-wrapper .form-info {
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 2rem
        }

        .layout-default .PopupForm .form-wrapper .Form {
            margin-bottom: 2.6rem
        }

        .layout-default .PopupForm .form-wrapper .Form .Form_input+.Form_input {
            margin-top: 4rem
        }

        .layout-default .PopupForm .form-wrapper .Form_agree {
            display: flex;
            justify-content: center;
            align-items: center;
            -moz-column-gap: 1rem;
            column-gap: 1rem;
            margin-top: 3rem
        }

        .layout-default .PopupForm .form-wrapper .Form_agree_text {
            color: #8f8f8f
        }

        .layout-default .PopupForm .form-wrapper .Form_agree-active .Form_agree_icon:before {
            top: 0
        }

        .layout-default .PopupForm .form-wrapper .Form_agree_icon {
            position: relative;
            width: 2rem;
            height: 2rem;
            min-height: 2rem;
            min-width: 2rem;
            border: .2rem solid #000;
            overflow: hidden
        }

        .layout-default .PopupForm .form-wrapper .Form_agree_icon:before {
            position: absolute;
            display: block;
            content: "";
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.23L5 9.5 11 1' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
            background-position: 50%;
            background-repeat: no-repeat;
            top: -100%;
            left: 0;
            transition: top .2s ease-in-out
        }

        .layout-default .PopupForm .form-wrapper .Form_agree span {
            text-decoration: underline;
            text-underline-offset: .3rem;
            color: #8f8f8f;
            transition: -webkit-text-decoration-color .2s ease;
            transition: text-decoration-color .2s ease;
            transition: text-decoration-color .2s ease, -webkit-text-decoration-color .2s ease;
            cursor: pointer
        }

        .layout-default .PopupForm .form-wrapper .Form_agree span:hover {
            -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent
        }

        .layout-default .PopupForm .form-wrapper .Form_input {
            margin-bottom: 1rem;
            font-size: 2rem;
            font-weight: 500;
            line-height: 3.8rem
        }

        .layout-default .PopupForm .form-wrapper .Form_input input {
            text-align: center;
            color: #000
        }

        .layout-default .PopupForm .form-wrapper .Form_input input::-moz-placeholder {
            color: #8f8f8f
        }

        .layout-default .PopupForm .form-wrapper .Form_input input::placeholder {
            color: #8f8f8f
        }

        .layout-default .PopupForm .form-wrapper .Form_input_line {
            background-color: #000
        }

        .layout-default .PopupForm .form-wrapper .Form_input .Form_input+.Form_input {
            margin-top: 4rem
        }

        .layout-default .PopupForm .form-wrapper .Form_send {
            width: -moz-max-content;
            width: max-content;
            margin: 2.6rem auto 0
        }

        .layout-default .PopupForm .form-wrapper .Form_send button {
            border: 0;
            background-color: transparent;
            font-size: 2rem;
            font-weight: 500;
            color: #000;
            transition: color .3s ease
        }

        .layout-default .PopupForm .form-wrapper .Form_send-active:active {
            opacity: .5
        }

        .layout-mobile .PopupForm {
            cursor: default;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none
        }

        .layout-mobile .PopupForm .overlay {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%
        }

        .layout-mobile .PopupForm .form-wrapper {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            max-width: 50rem;
            height: 100vh;
            height: 100dvh;
            margin: 0 auto;
            padding: 6rem 3.2rem 4rem;
            background-color: #fff;
            box-sizing: border-box;
            color: #000
        }

        .layout-mobile .PopupForm .form-wrapper p {
            margin: 0
        }

        .layout-mobile .PopupForm .form-wrapper .close_btn {
            position: absolute;
            top: 2rem;
            right: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            padding: 0;
            border: 0;
            background-color: transparent;
            color: #000;
            transition: transform .1s ease;
            cursor: pointer
        }

        .layout-mobile .PopupForm .form-wrapper .close_btn:hover {
            color: rgba(0, 0, 0, .7);
            transform: scale(.9)
        }

        .layout-mobile .PopupForm .form-wrapper .close_btn:active {
            transform: scale(.8)
        }

        .layout-mobile .PopupForm .form-wrapper .form-title {
            margin-bottom: 2.4rem;
            font-size: 2.4rem;
            font-weight: 700
        }

        .layout-mobile .PopupForm .form-wrapper .form-desc {
            margin-bottom: 3rem;
            font-size: 1.6rem;
            font-weight: 500;
            line-height: 2rem
        }

        .layout-mobile .PopupForm .form-wrapper .form-info {
            margin-top: auto;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 2rem
        }

        .layout-mobile .PopupForm .form-wrapper .Form .Form_input+.Form_input {
            margin-top: 4rem
        }

        .layout-mobile .PopupForm .form-wrapper .Form_agree {
            display: flex;
            justify-content: center;
            align-items: center;
            -moz-column-gap: 1rem;
            column-gap: 1rem;
            margin-top: 1rem
        }

        .layout-mobile .PopupForm .form-wrapper .Form_agree_text {
            color: #8f8f8f
        }

        .layout-mobile .PopupForm .form-wrapper .Form_agree-active .Form_agree_icon:before {
            top: 0
        }

        .layout-mobile .PopupForm .form-wrapper .Form_agree_icon {
            position: relative;
            width: 2rem;
            height: 2rem;
            min-width: 2rem;
            min-height: 2rem;
            border: .2rem solid #000;
            overflow: hidden
        }

        .layout-mobile .PopupForm .form-wrapper .Form_agree_icon:before {
            position: absolute;
            display: block;
            content: "";
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.23L5 9.5 11 1' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
            background-position: 50%;
            background-repeat: no-repeat;
            top: -100%;
            left: 0;
            transition: top .2s ease-in-out
        }

        .layout-mobile .PopupForm .form-wrapper .Form_agree span {
            text-decoration: underline;
            text-underline-offset: .3rem;
            color: #8f8f8f;
            transition: -webkit-text-decoration-color .2s ease;
            transition: text-decoration-color .2s ease;
            transition: text-decoration-color .2s ease, -webkit-text-decoration-color .2s ease;
            cursor: pointer
        }

        .layout-mobile .PopupForm .form-wrapper .Form_agree span:hover {
            -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent
        }

        .layout-mobile .PopupForm .form-wrapper .Form {
            flex-grow: 1;
            margin-bottom: 3rem
        }

        .layout-mobile .PopupForm .form-wrapper .Form_screen {
            display: flex;
            flex-direction: column;
            height: 100%
        }

        .layout-mobile .PopupForm .form-wrapper .Form_input {
            margin-bottom: 1rem;
            font-size: 2rem;
            font-weight: 500;
            line-height: 3.8rem
        }

        .layout-mobile .PopupForm .form-wrapper .Form_input input {
            text-align: center;
            color: #000
        }

        .layout-mobile .PopupForm .form-wrapper .Form_input input::-moz-placeholder {
            color: #8f8f8f
        }

        .layout-mobile .PopupForm .form-wrapper .Form_input input::placeholder {
            color: #8f8f8f
        }

        .layout-mobile .PopupForm .form-wrapper .Form_input_line {
            background-color: #000
        }

        .layout-mobile .PopupForm .form-wrapper .Form_send {
            width: -moz-max-content;
            width: max-content;
            margin: auto
        }

        .layout-mobile .PopupForm .form-wrapper .Form_send button {
            margin: 0;
            padding: 0;
            border: 0;
            background-color: transparent;
            font-size: 2rem;
            font-weight: 500;
            color: #000;
            transition: color .3s ease
        }

        .layout-mobile .PopupForm .form-wrapper .Form_send-active:focus button,
        .layout-mobile .PopupForm .form-wrapper .Form_send-active:hover button {
            color: rgba(0, 0, 0, .7)
        }

        .layout-mobile .PopupForm .form-wrapper .Form_send-active:active {
            opacity: .5
        }

        .sprite-close,
        .sprite-email,
        .sprite-logo-white,
        .sprite-menu-close-arrow,
        .sprite-menu-hamburger,
        .sprite-plus-black,
        .sprite-plus-white,
        .sprite-share,
        .sprite-social-gr-tg,
        .sprite-social-gr-vk,
        .sprite-social-gr-yt,
        .sprite-triangle-down-black,
        .sprite-triangle-down-white {
            background-image: url(_nuxt/img/sprite.f805c5f.svg);
            background-repeat: no-repeat;
            background-size: 15.6em 11em
        }

        .sprite-close {
            background-position: -1.8em -9.2em;
            width: 1.5em;
            height: 1.5em;
            font-size: 1rem
        }

        .sprite-email {
            background-position: -12.6em -4.3em;
            width: 2em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-logo-white {
            background-position: 0 0;
            width: 15.6em;
            height: 4.3em;
            font-size: 1rem
        }

        .sprite-menu-close-arrow {
            background-position: 0 -7.2em;
            width: 1.4em;
            height: 2em;
            font-size: 1rem
        }

        .sprite-menu-hamburger {
            background-position: -1.4em -7.2em;
            width: 1.8em;
            height: 1.6em;
            font-size: 1rem
        }

        .sprite-plus-black {
            background-position: 0 -9.2em;
            width: 1.8em;
            height: 1.8em;
            font-size: 1rem
        }

        .sprite-plus-white {
            background-position: 0 -4.3em;
            width: 1.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-share {
            background-position: -10.6em -4.3em;
            width: 2em;
            height: 2.1em;
            font-size: 1rem
        }

        .sprite-social-gr-tg {
            background-position: -1.9em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-vk {
            background-position: -4.8em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-social-gr-yt {
            background-position: -7.7em -4.3em;
            width: 2.9em;
            height: 2.9em;
            font-size: 1rem
        }

        .sprite-triangle-down-black {
            background-position: -4.8em -7.2em;
            width: 1.3em;
            height: 1.1em;
            font-size: 1rem
        }

        .sprite-triangle-down-white {
            background-position: -3.2em -7.2em;
            width: 1.6em;
            height: 1.3em;
            font-size: 1rem
        }

        .PopupPlan {
            background-color: #efefef
        }

        .PopupPlan * {
            box-sizing: border-box
        }

        .PopupPlan__wrapper {
            padding: 6rem
        }

        .PopupPlan__plan,
        .PopupPlan__plan img,
        .PopupPlan__wrapper {
            width: 100%;
            height: 100%
        }

        .PopupPlan__plan img {
            -o-object-fit: contain;
            object-fit: contain
        }

        .PopupPlan__close {
            position: absolute;
            top: 9.5rem;
            right: 8.7rem;
            transform: translate(50%, -50%);
            width: 6rem;
            aspect-ratio: 1/1;
            border-radius: 100rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background-color: #110f0f;
            transition: opacity .3s;
            z-index: 1
        }

        .PopupPlan__close .Icon {
            color: #fff
        }

        .PopupPlan__close:hover {
            opacity: .75
        }

        .PopupForm--callback .PopupForm .form-wrapper .form-title {
            margin-bottom: 4rem;
            font-size: 2rem;
            line-height: 2.4rem;
            font-weight: 700
        }


        /* ===== OVERLAY ===== */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
  z-index: 99999;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}


/* ===== PANEL ===== */
.menu-panel {
  width: 600px;
  height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.08), transparent 60%),
    linear-gradient(180deg, #1a1a1a, #0b0b0b);
  padding: 48px 40px;
  transform: translateX(-100%);
  transition: transform .6s cubic-bezier(.77,0,.18,1);
  color: #fff;

  display: flex;
  flex-direction: column;
}

.menu-overlay.active .menu-panel {
  transform: translateX(0);
}


/* ===== CLOSE BUTTON ===== */
.menu-close {
  position: absolute;
  top: 42px;
  right: 22px;
  font-size: 26px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}


/* ===== TOP ===== */
.menu-top h1 {
  font-size: 28px;
  margin-bottom: 6px;
}

.menu-top p {
  font-size: 13px;
  opacity: .5;
}

.menu-top img {
  width: 250px;        /* kerak bo‘lsa 140–180px qilib o‘ynaysan */
  margin-bottom: 3rem;
  display: block;
}

/* ===== LINKS ===== */
.menu-links {
  margin-top: 40px;
  flex: 1;
}

.menu-block a {
  display: block;
  margin: 14px 0;
  font-size: 16px;
  opacity: .9;
  cursor: pointer;
}

.menu-block a:hover {
  opacity: 1;
}

.divider {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,.25),
    transparent
  );
  margin: 24px 0;
}


/* ===== BOTTOM ===== */
/* ===== MENU BOTTOM ===== */
.menu-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 15rem;
}

/* QATORLAR */
.menu-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* SOCIALS */
.socials {
  display: flex;
  gap: 14px;
}

.socials img {
  width: 30px;
  height: 30px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  opacity: .8;
}

.socials img:hover {
  opacity: 1;
}

/* PHONES */
/* phones konteyneri */
.phones {
  display: flex;
  flex-direction: column;
}

.phone-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.phone-label {
  font-size: 14px;
  opacity: .7;
}

.phone-number {
  font-size: 20px;
  font-weight: 500;
}



/* CALL BUTTON */
.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 14px 28px;
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.call-icon {
  width: 18px;
  height: 18px;
  color: #fff; /* 👈 OQ */
  flex-shrink: 0;
}


.call-btn:hover {
  background: rgba(255,255,255,.18);
}

/* LANGS */
.langs {
  font-size: 13px;
  opacity: .6;
}



/* mobil layout */
/* ===== MOBIL MENYU (1-rasm kabi) ===== */
@media (max-width: 600px){

  /* chetlardan nafas */
  .menu-panel{
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh;                /* mobilda to‘g‘ri balandlik */
    box-sizing: border-box;
    overflow-y: auto;
  }

  .menu-close{
    top:40px
  }
  /* 1) TOP qator: call-btn yuqorida, socials pastda */
  .menu-bottom-row.top{
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
  }

  /* order bilan joyini almashtiramiz */
  .menu-bottom-row.top .call-btn{ order: 1; }
  .menu-bottom-row.top .socials{ order: 2; }

  /* call button mobil’da sig‘sin */
  .call-btn{
    width: fit-content;
    max-width: 100%;
    padding: 12px 18px;
    font-size: 14px;
  }

  /* 2) BOTTOM qator: telefon yuqorida, langs telefon tagida */
  .menu-bottom-row.bottom{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .menu-bottom-row.bottom .phones{ order: 1; }
  .menu-bottom-row.bottom .langs{
    order: 2;
    margin-left: 0;
    font-size: 12px;
    opacity: .6;
  }

  /* ixtiyoriy: socials biroz pastroq ko‘rinsin */
  .socials{
    gap: 12px;
  }

  .socials a{
    width: 34px;
    height: 34px;
  }
  .socials img{
    width: 18px;
    height: 18px;
  }

  .menu-top img {
  width: 200px;        /* kerak bo‘lsa 140–180px qilib o‘ynaysan */
  margin-bottom: 3rem;
  display: block;
}

  .menu-top p{
    font-size: 12px;
  }

  .menu-block a {
  display: block;
  margin: 14px 0;
  font-size: 12px;
  opacity: .9;
  cursor: pointer;
}
  .divider{
    margin: 2px 0;
  }
}

/* Dropdown click-open */
.Dropdown.is-open .Dropdown_list{
  opacity: 1;
  pointer-events: auto;
  transition-duration: .2s;
}




/*FOOTER*/
        .FooterDesk__social-item .Icon_inner {
            width: 140%;
            height: 140%;
            display: block
        }
.FooterDesk {
  padding: 6.4rem 8.7rem 8rem;
}

.FooterDesk .FooterDesk__content {
  border-top: 1px solid #8c8c8c;
}

/* ====== LAYOUT: GRID ====== */
.FooterDesk .FooterDesk__content .FooterDesk__inner {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.1fr; /* left / middle / right */
  grid-template-rows: auto auto auto;     /* top / spacer / bottom */
  column-gap: 10rem;
  margin-top: 5rem;
  align-items: start;
}

/* ===== LEFT COLUMN (logo + office) ===== */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left {
  display: block;               /* flex emas */
  width: auto;                  /* calc(...) ni o'chiramiz */
  grid-column: 1;
  grid-row: 1;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top {
  position: static;             /* relative emas */
}

/* logo absolute emas */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top .FooterDesk__logo-block {
  position: static;
  transform: none;
}

/* office logodan keyin */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top .FooterDesk__office {
  margin-top: 3.2rem;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top .FooterDesk__office h6 {
  margin: 0 0 4rem;
  font-size: 1.6rem;
  color: #8c8c8c;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top .FooterDesk__office p {
  line-height: 1.5;
}

/* ===== RIGHT TOP (links) ===== */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right {
  display: grid;               /* flex column emas */
  flex-grow: 0;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  padding-right: 15rem;
}

/* Linklar 2 kolonka */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links {
    
  margin: 0;
  columns: 2;
  column-gap: 15rem;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links li {
  list-style: none;
  line-height: 1;
  transition: color .2s ease;
  break-inside: avoid;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links li a,
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links li span {
  display: inline-block;
  padding: 1rem 0;
  cursor: pointer;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links li:hover {
  color: #8c8c8c;
}
/* Social + phone blokini o'ng tomonga ko'chiramiz */
.FooterDesk .FooterDesk__col-left-bottom {
  position: absolute;
  right: 8.7rem;        /* footer padding bilan bir chiziqda */
  text-align: left;
  margin-top: 0 !important;
}

/* Social iconlar o'ngga qarab tursin */
.FooterDesk .FooterDesk__col-left-bottom .FooterDesk__socials {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
}

/* eski inline margin-right ni yo'q qilamiz */
.FooterDesk .FooterDesk__social-item {
  margin-right: 0 !important;
}

/* ===== MIDDLE BOTTOM (disclaimer) =====
   Bu blok hozir HTML’da .FooterDesk__col-right ichida turibdi.
   Grid’da uni o‘rtaga tushirish uchun uni "grid item" qilib chiqarish kerak.
   Eng oson: .FooterDesk__col-right-bottom ni absolute/space-between emas,
   grid-row:3 ga joylashtiramiz va chapdan o‘rtaga suramiz.
*/
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom {
  display: flex;
  flex-direction: column;

  /* joylashuv */
  grid-column: 2;
  grid-row: 3;
  justify-self: start;
  align-self: end;
  max-width: 44rem;
}

/* Disclaimer link style */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right-bottom .FooterDesk__link {
  text-decoration: underline; 
  cursor: pointer;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner  .FooterDesk__col-right-bottom a,
.FooterDesk .FooterDesk__content .FooterDesk__inner  .FooterDesk__col-right-bottom button,
.FooterDesk .FooterDesk__content .FooterDesk__inner  .FooterDesk__col-right-bottom p {
  margin: 0;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: #8c8c8c !important;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom p {
  margin-bottom: 2rem;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom button {
  margin-bottom: .6rem;
  background-color: transparent;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom a,
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom button {
  width: max-content;
  text-decoration: underline;
  text-underline-offset: .26em;
  transition: text-decoration-color .3s ease;
  cursor: pointer;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom a:hover,
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom button:hover {
  text-decoration-color: transparent;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom a:active,
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom button:active {
  opacity: .6;
}

/* ===== RIGHT BOTTOM (social + phone) =====
   Bu HTML’da .FooterDesk__col-left-bottom ichida.
   Uni o‘ng pastga qo‘yib yuboramiz.
*/
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left-bottom {
  margin-top: 0;              /* vh ni o'chirdik */

  /* joylashuv */
  grid-column: 3;
  grid-row: 3;
  justify-self: end;
  align-self: end;
  text-align: right;
}

/* Socials right aligned */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__socials {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  margin-left: -.8rem;
}

/* eski margin-right ni yo'q qilamiz */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__socials .FooterDesk__social-item {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin-left: 0;
  color: #5c5d5d;
  transition: color .2s ease;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__socials .FooterDesk__social-item:hover {
  color: #fff;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__socials .FooterDesk__social-item .Icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* transparency */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__transparency {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  color: #5c5d5d;
  transition: color .2s ease;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__transparency a {
  display: flex;
  position: relative;
  justify-content: flex-start;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__transparency a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: -.2rem;
  background: #fff;
  opacity: 0;
  transition: opacity .2s ease;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__transparency:hover {
  color: #fff;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__transparency:hover a:after {
  opacity: 1;
}

/* contacts */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__contacts .FooterDesk__phone {
  margin-bottom: .8rem;
  font-size: 2.5rem;
  transition: transform .4s ease;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__contacts .FooterDesk__phone:hover {
  transform: translateY(-.5rem);
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__contacts .FooterDesk__copyright {
  font-size: 1.6rem;
  color: #5c5d5d;
}

/* Disclaimer'ni chapdagi address tagida joylashgan holat */
.FooterDesk .FooterDesk__col-left-top .FooterDesk__col-right-bottom{
  margin-top: 4rem;     /* addressdan keyin masofa */
  max-width: 42rem;
}



/* Eski o'ng tomondagi "space-between" lar ta'sir qilmasin */
.FooterDesk .FooterDesk__col-right .FooterDesk__col-right-bottom{
  display: none; /* ehtiyot uchun: agar tasodifan eski joyida qolib ketsa */
}

/* O'ng pastdagi blokni chapga tekislash */
.FooterDesk .FooterDesk__col-left-bottom {
  text-align: left;      /* ASOSIY */
}

/* Social iconlar ham chapdan boshlansin */
.FooterDesk .FooterDesk__col-left-bottom .FooterDesk__socials {
  justify-content: flex-start;
}

/* Telefon va copyright ham chapga */
.FooterDesk .FooterDesk__contacts {
  text-align: left;
}
@media (max-width: 768px){

  /* desktop gridni bekor qilish uchun parentga position ham beramiz */
  .FooterDesk{
    display: grid !important;
  }

  .FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top{
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }

  /* 1) Desktop GRID'ni o‘chiramiz (eng muhim qism) */
  .FooterDesk .FooterDesk__content .FooterDesk__inner{
    display: grid !important;
    grid-template-columns: 1fr !important;         /* 1 ta column, xolos */
    grid-template-rows: auto auto auto !important; /* 1-2-3 row */
    grid-template-areas:
      "top"
      "links"
      "bottom" !important;

    column-gap: 0 !important;
    row-gap: 2.4rem !important;
    margin-top: 3rem !important;
    align-items: start !important;
  }

  /* 2) Desktopdan kelgan grid-column / grid-row larni bekor qilamiz */
  .FooterDesk .FooterDesk__col-left,
  .FooterDesk .FooterDesk__col-right,
  .FooterDesk .FooterDesk__col-left-bottom{
    justify-self: start !important;
    align-self: start !important;
    width: 100% !important;
    padding-right: 0 !important;
  }

  /* 3) Endi faqat ROW (areas) bo‘yicha joylaymiz */
  .FooterDesk .FooterDesk__col-left{ grid-area: top !important; }
  .FooterDesk .FooterDesk__col-right{ grid-area: links !important; }
  .FooterDesk .FooterDesk__col-left-bottom{ grid-area: bottom !important; }

  /* Logo absolute bo‘lsa mobilda bekor */
  .FooterDesk .FooterDesk__logo-block{
    position: static !important;
    transform: none !important;
  }

  /* Office (address) mobilda kerakmas bo‘lsa */
  .FooterDesk .FooterDesk__office{
    display: none !important;
  }

  /* Pravovaya (sizda allaqachon col-left-top ichida) */
  .FooterDesk .FooterDesk__col-left-top .FooterDesk__col-right-bottom{
    display: grid !important;
    margin-top: 2rem !important;
    max-width: 100% !important;
  }

  /* Linklar pravovaya tagida 1 ustun bo‘lsin */
  .FooterDesk .FooterDesk__links{
    columns: 2 !important;
    column-gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 2.5rem !important;
  }

  /* Bottom: absolute’ni butunlay o‘chirish (sizni buzayotgan shu) */
  .FooterDesk .FooterDesk__col-left-bottom{
    position: static !important;
    right: auto !important;
    text-align: left !important;
    margin-top: .8rem !important;
  }

  .FooterDesk .FooterDesk__socials{
    display: flex !important;
    justify-content: flex-start !important;
    gap: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .FooterDesk .FooterDesk__social-item{
    margin-right: 0 !important;
  }

  .FooterDesk .FooterDesk__phone{
    font-size: 3.2rem !important;
  }
}

/* Desktop */
.FooterDesk--desktop { display: block; }
.FooterDesk--mobile { display: none; }

@media (max-width: 768px){
  .FooterDesk--desktop { display: none !important; }
  .FooterDesk--mobile { display: block !important; }
}

@media (max-width: 768px){
    .FooterDesk .FooterDesk__content .FooterDesk__inner  .FooterDesk__col-right-bottom a,
    .FooterDesk .FooterDesk__content .FooterDesk__inner  .FooterDesk__col-right-bottom button,
    .FooterDesk .FooterDesk__content .FooterDesk__inner  .FooterDesk__col-right-bottom p {
    margin: 0;
    font-size: 1.9rem !important;
    line-height: 1.5 !important;
    color: #8c8c8c !important;
}   
}

/* Slider: bitta qiymat qolsa (min==max) ikkinchi thumb ko‘rinmasin */
.SliderSelector.is-single .SliderSelector_item_max,
.SliderSelector.is-single .SliderSelector_value_max,
.SliderSelector.is-single .SliderSelector_mask{
  display: none !important;
}


html, body {
  height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

/* Carousel Styles */
.SearchTypesTabs-carousel {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.carousel-arrow {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.carousel-arrow:hover {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.carousel-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.carousel-arrow .Icon {
    width: 1.6rem !important;
    height: 1.6rem !important;
    color: #333;
}

/* Force horizontal scroll layout, overriding potential grid */
.SearchTypesTabs-body__inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 2rem;
    width: 100%;
    padding: 1rem 0; /* Space for shadows */
    grid-template-columns: none !important; /* Reset grid if present */
    /* Hide scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.SearchTypesTabs-body__inner::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Webkit */
}

.SearchTabCard {
    flex: 0 0 auto;
    width: 280px; /* Adjust as needed */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Active card highlight */
.SearchTabCard.active {
    box-shadow: 0 0 0 2px #000; /* Example active border */
    transform: scale(1.02);
}

/* Dynamic Tabs */
.SearchTypesTabs-header {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.SearchTypesTabs-header__item {
    cursor: pointer;
    padding: 0.5rem 1.5rem;
    border: 1px solid transparent;
    border-radius: 2rem;
    transition: all 0.3s;
    background: rgba(255,255,255,0.1);
}

.SearchTypesTabs-header__item.active {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.SearchTypesTabs-header__item span {
    font-size: 1.4rem;
    font-weight: 500;
}


/* --- REDESIGN VISUALS (Match Screenshot) --- */

/* Header Wrapper */
.SearchTypesTabs-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.SearchTypesTabs-header {
    margin-bottom: 0; /* Reset previous margin */
    gap: 2rem;
}

/* Minimal Tab Styling */
.SearchTypesTabs-header__item {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
    transition: color 0.3s;
}

.SearchTypesTabs-header__item span {
    font-size: 1.6rem;
    font-weight: 400;
}

.SearchTypesTabs-header__item.active {
    color: #fff;
}

.SearchTypesTabs-header__item.active::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.6;
}

/* Open Map Button */
.SearchMainFrame-header__map {
    display: flex !important;
    align-items: center;
    gap: 1.5rem;
    color: #fff;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1.8rem; /* Matches design text size */
    font-weight: 300;
    font-family: inherit;
    text-transform: none;
    opacity: 0.9;
    transition: opacity 0.3s;
    text-decoration: none;
}

.SearchMainFrame-header__map:hover {
    opacity: 1;
}

.SearchMainFrame-header__map:hover .Icon-compass {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    transform: scale(1.05);
}

.SearchMainFrame-header__map .Icon-compass {
    position: relative;
    width: 6rem !important;  /* Fixed large circle */
    height: 6rem !important; 
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08); /* Glass effect */
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

/* Fix icon inner size and ensure it's white */
.SearchMainFrame-header__map .Icon-compass .Icon_inner {
    width: 2.2rem !important;
    height: 2.2rem !important;
    fill: #fff !important;
    color: #fff !important;
}
/* Ensure the svg use inherits white */
.SearchMainFrame-header__map .Icon-compass svg {
    fill: #fff;
    color: #fff;
}

/* Carousel Track & Cards */
.SearchTypesTabs-body__inner {
    padding-bottom: 2rem; /* Space for shadows/hover */
    gap: 1.5rem;
}

.SearchTabCard {
    width: 320px; /* Wider/Taller */
    height: 480px; /* Vertical Portrait */
    flex: 0 0 auto;
    border-radius: 0; 
    overflow: hidden;
    position: relative;
    background: #000;
    cursor: pointer;
}

.SearchTabCard__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: block; /* Ensure it fills card */
}

/* Image Cover */
.SearchTabCard__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.SearchTabCard:hover .SearchTabCard__img {
    transform: scale(1.05);
}

/* Gradient Overlay */
.SearchTabCard__wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Text Positioning */

/* ===== CAROUSEL ARROWS ===== */
.SearchTypesTabs-body {
    position: relative;
    /* Ensure arrows can overlay */
}

/* Premium Arrow Style */
.SearchCarousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6.4rem; /* Standard large touch target */
    height: 6.4rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(15, 15, 15, 0.6); /* Semi-transparent dark bg */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    color: #fff;
    opacity: 0;
    pointer-events: none; /* Ignore clicks when hidden */
}

/* Show on hover */
.SearchTypesTabs-body:hover .SearchCarousel-arrow {
    opacity: 1;
    pointer-events: auto;
}

/* Hover State */
.SearchCarousel-arrow:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.SearchCarousel-arrow.left {
    left: 2rem;
}
.SearchCarousel-arrow.left .Icon {
    transform: rotate(180deg);
}

.SearchCarousel-arrow.right {
    right: 2rem;
}

@media (max-width: 768px) {
    .SearchCarousel-arrow {
        display: none; /* Hide on mobile, use touch */
    }
}

/* ===== CAROUSEL CONTAINER ===== */
.SearchTypesTabs-body__inner {
    display: flex;
    overflow-x: auto;
    gap: 2rem;
    padding-bottom: 2rem;
    padding-left: 7.7rem; /* Align start */
    /* Padding right removed in favor of pseudo-element for reliable scroll */
    padding-right: 0; 
    scrollbar-width: none; /* Firefox */
}
.SearchTypesTabs-body__inner::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/* Force scrollable space at the end */
.SearchTypesTabs-body__inner::after {
    content: "";
    display: block;
    flex: 0 0 7.7rem; /* Same as left padding */
    height: 1px;
}

/* ===== PROJECT CARD (Miniature of ProjectsList__project) ===== */
.SearchTabCard {
    position: relative;
    flex: 0 0 auto;
    width: 38rem; /* Smaller width compared to full project page */
    height: 55rem; /* Smaller height (was ~70rem) */
    overflow: hidden;
    cursor: pointer;
    background-color: #111;
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-right: 0;
    
    /* FIX: Prevent text selection during drag */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Background Image */
.SearchTabCard__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.6s ease;
}

/* Shadow (Linear Gradient) */
.SearchTabCard__shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(180deg, transparent, rgba(17, 15, 15, 0.9));
    pointer-events: none;
    z-index: 1;
}

/* Top Desc (Title + Text) */
.SearchTabCard__desc-top {
    position: absolute;
    bottom: 8rem; /* Place above bottom desc */
    left: 0;
    right: 0;
    padding: 0 3rem;
    z-index: 2;
    transform: translateY(2rem); /* Slight offset */
    transition: transform 0.4s ease;
}

/* Title */
.SearchTabCard__head {
    font-size: 2.2rem; /* scale down from 2.6 */
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    line-height: 1.2;
}

/* Description Text (Hidden initially or just subtle) */
.SearchTabCard__text {
    font-size: 1.4rem;
    color: #dadada;
    line-height: 1.4;
    max-height: 0; /* Hide by default */
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.SearchTabCard__text p {
    margin: 0;
}

/* Bottom Desc (Short Info) */
.SearchTabCard__desc-bottom {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    padding: 0 3rem;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.SearchTabCard__short {
    margin: 0;
    font-size: 1.2rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.3;
}

/* ===== HOVER EFFECTS ===== */
.SearchTabCard:hover .SearchTabCard__image {
    transform: scale(1.05);
}

.SearchTabCard:hover .SearchTabCard__desc-top {
    transform: translateY(0);
}

.SearchTabCard:hover .SearchTabCard__text {
    max-height: 10rem; /* Reveal text */
    opacity: 1;
    margin-top: 1rem;
}

/* ===== ACTIVE / TRANSPARENT STATES ===== */
.SearchTabCard.active {
    box-shadow: 0 0 0 3px #fff; 
    z-index: 5;
    transform: scale(1.02); /* Slight pop */
}
/* Ensure hover doesn't break active state spacing */
.SearchTabCard.active:hover .SearchTabCard__image {
     /* Allow image zoom inside active card */
     transform: scale(1.05);
}

.SearchTabCard.transparent {
    opacity: 0.3; /* Darker */
    filter: grayscale(100%); /* Remove color */
    transform: scale(0.95); /* Shrink slightly */
}
.SearchTabCard.transparent:hover {
    opacity: 0.8; /* Restore visibility on hover */
    filter: grayscale(0%);
    transform: scale(1);
}


/* ===== SEARCH TABS STYLING ===== */
/* ===== SEARCH TABS STYLING ===== */
.SearchTypesTabs-header {
    display: flex;
    justify-content: space-between; /* Space out tabs and map button */
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    padding-left: 7.7rem; /* Align left */
    padding-right: 7.7rem; /* Align right (button) */
}

/* Wrapper for the tab buttons */
.SearchTypesTabs-header__tabs {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.SearchTypesTabs-header__item {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-family: inherit;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.SearchTypesTabs-header__item:hover {
    color: rgba(255, 255, 255, 0.8);
}

.SearchTypesTabs-header__item.active {
    color: #fff;
}

.SearchTypesTabs-header__item.active::after {
    content: '';
    position: absolute;
    bottom: -1.1rem; /* Aligns exactly with the bottom border */
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

/* FIX: Remove default underline from span */
.SearchTypesTabs .SearchTypesTabs-header__item span {
    border-bottom: none !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    /* Filters Container - Single Column */
    .SearchFilters .ParamsSearch {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
        gap: 3rem;
        margin-top: 3rem;
    }

    /* Filter Element Reordering */
    .SearchFilters .ParamsSearch_selector.rc {
        order: 1;
        width: 100%;
    }
    .SearchFilters .ParamsSearch_selector.d {
        order: 2;
        width: 100%;
        position: relative;
    }
    .SearchFilters .ParamsSearch_selector.tc {
        order: 3;
        width: 100%;
    }
    .SearchFilters .ParamsSearch_selector.f {
        order: 4;
        width: 100%;
    }
    .SearchFilters .ParamsSearch_selector.sq {
        order: 5;
        width: 100%;
    }

    /* Rooms Selector - Circular & Scrollable */
    .SearchFilters .ParamsSearch .CheckboxSelector_content {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 1.5rem;
        padding-bottom: 0.5rem;
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* Ensure touch works */
        touch-action: pan-x;
        pointer-events: auto;
    }
    .SearchFilters .ParamsSearch .CheckboxSelector_content::-webkit-scrollbar {
        display: none;
    }
    .SearchFilters .ParamsSearch .CheckboxSelector_value {
        flex: 0 0 5rem;
        width: 5rem;
        height: 5rem;
        min-width: 5rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        
        /* Interaction Fixes */
        cursor: pointer;
        pointer-events: auto;
        z-index: 10;
        position: relative;
    }

    /* Dropdown - Floating Style (Desktop-like) with Z-Index Fix */
    .SearchFilters .ParamsSearch_selector.d {
        /* Ensure this container is above the following filters (Price, Floor, etc.) */
        position: relative;
        z-index: 100; 
    }
    
    .SearchFilters .ParamsSearch_selector.d .Dropdown,
    .SearchFilters .ParamsSearch .Dropdown_content {
        width: 100%;
    }
    
    /* Current Item styling */
    .SearchFilters .ParamsSearch .Dropdown_current {
        position: relative;
        z-index: 102; /* Click target */
        cursor: pointer;
        pointer-events: auto;
        /* Ensure click area covers content but text stays centered/visible */
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    /* Expand click area to cover the entire container (including arrow) */
    .SearchFilters .ParamsSearch .Dropdown_current::after {
        content: '';
        position: absolute;
        top: -1.5rem;
        bottom: -1.5rem;
        left: -50vw; /* Extend far left/right to ensure coverage */
        right: -50vw;
        height: 6rem; /* Fixed height to cover container */
        z-index: 102; /* Same level */
    }

    /* The List - Absolute Floating */
    .SearchFilters .ParamsSearch .Dropdown_list {
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        width: calc(100% + 2px); /* Compensate for negative positioning */
        
        /* Desktop-like visual */
        background-color: #0F2B24;
        border-radius: 3.2rem;
        padding-top: 0.5rem;
        
        /* Stacking */
        z-index: 101; 
        
        /* Initially hidden */
        display: none;
    }
    
    .SearchFilters .ParamsSearch .Dropdown.open .Dropdown_list {
        display: block;
        /* Desktop style usually has a pseudo-element border, ensuring it's visible */
        box-shadow: 0 10px 30px rgba(0,0,0,0.5); /* Add shadow for depth on mobile */
    }
    
    /* Revert item styling to standard/desktop logic to look "nice" */
    .SearchFilters .ParamsSearch .Dropdown_list .Dropdown_item {
        padding: 1rem 2rem;
        border: none; /* Desktop doesn't use individual borders usually, it uses a container border */
        color: #8c8c8c;
    }
    .SearchFilters .ParamsSearch .Dropdown_list .Dropdown_item:hover,
    .SearchFilters .ParamsSearch .Dropdown_list .Dropdown_item-active {
        color: #fff;
    }
    
    /* Dropdown border emulation if needed (from desktop css) */
    .SearchFilters .ParamsSearch .Dropdown_list:before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        border: 1px solid #5c5d5d;
        border-radius: 2.5rem;
        pointer-events: none;
        z-index: -1;
    }

    /* Sliders - Interactivity & Visual Fixes */
    .SearchFilters .ParamsSearch_selector {
        width: 100%;
        margin-bottom: 2rem;
    }
    
    .SearchFilters .ParamsSearch .SliderSelector_content {
        top: 0;
        margin-top: 1rem;
        height: 6rem;
        touch-action: none;
    }

    .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_value_min {
        left: 0;
        z-index: 1; /* Keep below thumb if overlapping */
    }
    .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_value_max {
        right: 0;
        z-index: 1;
    }

    .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_line {
        margin: 0 8.5rem; 
    }
    .SearchFilters .ParamsSearch .SliderSelector_size {
        margin: 0 8.5rem;
        touch-action: none;
    }
    
    /* Thumb Styling Fixes */
    .SearchFilters .ParamsSearch .SliderSelector_content .SliderSelector_item {
        touch-action: none;
        z-index: 25; /* Higher than static text */
        
        /* Fix border weirdness by ensuring solid background matches track/page */
        background-color: #0F2B24; 
        
        /* If there's a frame artifact, it might be the mix-blend-mode or shadow */
        box-shadow: 0 0 0 2px #0F2B24; /* Fake margin to hide underlying lines */
        
        /* User requested specific margin for correct alignment */
        margin: -2.5rem -8.5rem;
    }


    /* Carousel / Tabs - Scrollable */
    .SearchTypesTabs .SearchTypesTabs-body__inner {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 2rem;
        padding-bottom: 2rem;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        
        /* Interaction Fix */
        touch-action: pan-x;
        pointer-events: auto;
        z-index: 5;
    }
    .SearchTypesTabs .SearchTypesTabs-body__inner::-webkit-scrollbar {
        display: none;
    }
    
    .SearchTypesTabs .SearchTabCard {
        min-width: 28rem;
        margin-top: 0;
        pointer-events: auto;
    }

    /* Summary Footer Layout - REFINED DESIGN FULL WIDTH + WRAPPED RESET */
    .SearchFilters .summary {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap; /* Allow wrapping */
        justify-content: flex-start; /* Use margins for spacing */
        align-items: center;
        width: 100%;
        margin-top: 4rem;
        padding-bottom: 4rem;
        box-sizing: border-box;
    }
    
    /* Stats Group: Title + Value */
    .SearchFilters .summary__title,
    .SearchFilters .summary__value {
        display: inline-block;
        white-space: nowrap;
        font-size: 2rem;
        line-height: 1;
        margin: 0;
        padding: 0;
    }
    
    .SearchFilters .summary__title {
        color: #5c5d5d;
        margin-right: 0.5rem;
    }
    
    /* "5 проектов" - Pushes everything else to the right */
    .SearchFilters .summary__value {
        color: #fff;
        margin-right: auto; /* Push Amount to the right */
        padding-right: 1rem;
    }
    
    /* "234 предложений" - Pill Shaped Border */
    .SearchFilters .summary__amount {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 1.2rem 4rem;
        border: 1px solid #5c5d5d;
        border-radius: 100rem;
        color: #fff;
        font-size: 2rem;
        line-height: normal;
        white-space: nowrap;
        background: transparent;
        transition: border-color .3s, color .3s;
        
        flex-shrink: 0;
    }
    .SearchFilters .summary__amount:hover {
        border-color: #fff;
    }
    
    /* Reset Button - Block below */
    .SearchFilters .summary__clear {
        position: static !important;
        transform: none !important;
        opacity: 0; 
        visibility: hidden;
        transition: opacity .4s ease, visibility .4s ease;
        
        display: inline-flex;
        justify-content: center; /* Center content */
        width: 100%; /* Force new line */
        margin-top: 2rem;
    }
    
    .SearchFilters .summary__clear.active {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .SearchMainFrame-header__title {
        font-size: 2.5rem;
    }
}

/* ========================================= */
/*  NEW CARD VIEW STYLES (Refactoring Table) */
/* ========================================= */

.ResultCardsGrid,
.ResultCardsGrid * {
    box-sizing: border-box;
}

.ResultCardsGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
    gap: 2rem;
    width: 100%;
    margin-top: 2rem;
}

.ResultCard {
    background-color: #123d33; /* Dark Green bg */
    border-radius: 2rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-sizing: border-box; /* Explicit safety */
}

.ResultCard:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.3);
}

/* Image Container */
.ResultCard_image {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    height: 20rem; /* Fixed height for consistency */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    overflow: hidden;
}

.ResultCard_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.ResultCard:hover .ResultCard_image img {
    transform: scale(1.05);
}

/* Content */
.ResultCard_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.ResultCard_title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.ResultCard_price {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #fff;
}

.ResultCard_meta {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.ResultCard_meta_row {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    color: #8c8c8c; /* Dimmed gray for metadata */
}

/* Action Button */
.ResultCard_action {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0; /* remove auto margin */
}

.ResultCard_action .Icon {
    width: 4.5rem !important; /* Slightly larger touch target */
    height: 4.5rem !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.ResultCard:hover .ResultCard_action .Icon {
    background-color: #fff;
    border-color: #fff;
}

.ResultCard:hover .ResultCard_action .Icon span {
    color: #13332b !important; /* Invert arrow color on hover */
}

/* Mobile Responsiveness for Grid */
@media (max-width: 768px) {
    .ResultCardsGrid {
        grid-template-columns: 1fr; /* Single column on mobile */
    }

    .ResultCard {
        padding: 2rem !important; /* Stretch top */
        min-height: 50rem; /* Ensure taller card */
    }
    
    .ResultCard_image {
        height: 28rem ; /* Moderate increase from 20rem */
    }

    .ResultCard_title {
        font-size: 3.3rem; /* Increase title size */
    }

    .ResultCard_price {
        font-size: 2.7rem; /* Increase price size */
    }

    .ResultCard_meta_row {
        font-size: 2rem; /* Increase meta text size */
    }

    .ResultCard_action .Icon {
        width: 8rem !important; /* Larger icon */
        height: 8rem !important;
    }

    .ResultCard_action .Icon span {
        font-size: 3rem !important;
    }

    .FlatPopupMobile__views .Icon_inner{
        color: #000 !important;
    }
}

/* ========================================= */
/*  FLAT POPUP STYLES (Restored)             */
/* ========================================= */

.FlatPopup {
    position: relative;
    z-index: 9000;
}

#unitDetailsPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9001;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#unitDetailsPopup.active {
    display: flex;
    opacity: 1;
}

/* Overlay */
#unitDetailsPopup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 1;
}

/* Form Wrapper */
#unitDetailsPopup .form-wrapper {
    position: relative;
    z-index: 2;
    background-color: #f5f5f5;
    width: 90%;
    max-width: 1200px;
    height: auto;
    max-height: 90vh;
    margin: auto;
    border-radius: 2rem;
    padding: 3rem;
    box-shadow: 0 2rem 5rem rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Close Button */
#unitDetailsPopup .close_btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

#unitDetailsPopup .close_btn:hover {
    transform: scale(1.1);
}

/* Content Layout */
.PopupContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    overflow-y: auto;
}

.PopupHeader {
    display: flex;
    justify-content: space-between; /* To separate title and meta if needed */
    align-items: flex-start;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.PopupHeader .form-title {
    font-size: 3.2rem;
    font-weight: 500;
    color: #111;
    margin: 0;
}

.PopupHeader__meta {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-right: 5rem; /* Space for close button */
}

.unit-number {
    font-size: 1.6rem;
    background: #e0e0e0;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    color: #555;
}

.fav-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    color: #555;
}

/* Grid Layout */
.PopupGrid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    flex-grow: 1;
}

/* Left: Image */
.PopupImage {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    min-height: 40rem;
    position: relative;
}

.plans-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plans-block__plan {
    display: none;
    width: 100%;
    height: 100%;
}

.plans-block__plan.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.plans-block__plan img {
    max-width: 100%;
    max-height: 100%; /* Keep it contained */
    object-fit: contain;
}

.plan-selector {
    display: flex;
    gap: 1rem;
    margin-top: auto;
}

.plan-selector-title {
    padding: 0.8rem 1.6rem;
    border: 1px solid #ccc;
    border-radius: 2rem;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.plan-selector-title.active {
    background: #111;
    color: #fff !important;
    border-color: #111;
}

/* Right: Info */
.PopupInfo {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 1rem;
}

.PopupInfo__price {
    display: flex;
    flex-direction: column;
}

.PopupInfo__price .label {
    font-size: 1.4rem;
    color: #888;
    margin-bottom: 0.5rem;
}

.PopupInfo__price .value {
    font-size: 3.6rem;
    font-weight: 700;
    color: #111;
}

.PopupInfo__price .currency {
    font-size: 1.6rem;
    font-weight: 400;
    color: #555;
}

.PopupInfo__specs {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

.spec-row .label {
    font-size: 1.6rem;
    color: #666;
}

.spec-row .value {
    font-size: 1.8rem;
    font-weight: 500;
    color: #111;
}

.btn-book {
    margin-top: auto;
    width: 100%;
    padding: 1.8rem;
    background-color: #111;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-book:hover {
    background-color: #333;
}

/* ========================================= */
/*  MOBILE RESPONSIVENESS (The Critical Fix) */
/* ========================================= */
@media (max-width: 768px) {
    .ResultCardsGrid {
        grid-template-columns: 1fr; /* Single column on mobile */
    }

    #unitDetailsPopup {
        align-items: flex-end; /* Bottom sheet feeling */
    }

    #unitDetailsPopup .form-wrapper {
        width: 100%;
        max-width: 100%;
        height: 90vh; /* Almost full screen, showing a bit of overlay */
        max-height: 90vh;
        border-radius: 2rem 2rem 0 0;
        margin: 0;
        padding: 2rem;
    }

    /* Stack grid vertically */
    .PopupGrid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .PopupImage {
        min-height: 25rem;
        height: 30rem;
    }

    .PopupHeader .form-title {
        font-size: 2.4rem;
        max-width: 70%;
    }

    .PopupHeader__meta {
        margin-right: 0;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.5rem;
    }

    #unitDetailsPopup .close_btn {
        top: 1.5rem;
        right: 1.5rem;
        background-color: #f0f0f0;
    }
    
    .PopupInfo__price .value {
        font-size: 2.8rem;
    }
}
/* MOBILE FLAT POPUP */
.FlatPopupMobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    overflow-y: auto;
    color: #000;
    flex-direction: column;
}

.FlatPopupMobile.active {
    display: flex;
}

.FlatPopupMobile__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 7rem; /* Padding from all sides for content */
    box-sizing: border-box;
}

.FlatPopupMobile .Icon_inner{
    color: #FFF;
}

.FlatPopupMobile__header {
    display: flex;
    justify-content: flex-start; /* Align left */
    align-items: center;
    padding-bottom: 2rem;
    gap: 2rem; /* Space between back arrow and title */
}

/* Close/Back Button container */
.FlatPopupMobile__close {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Desktop Close Button Style */
    background: #000;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.FlatPopupMobile__close:hover {
    transform: scale(1.1);
}

.FlatPopupMobile__close .Icon {
    width: 1.2rem !important; /* Adjust icon size inside circle */
    height: 1.2rem !important;
    color: #000;
}

.FlatPopupMobile__project {
    font-size: 4rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}

/* Tabs */
.FlatPopupMobile__tabs {
    display: flex;
    justify-content: center; /* Center buttons */
    padding: 0; /* Parent has padding now */
    margin-bottom: 2rem;
    margin-top: 8rem;
    gap: 6rem; /* Increase gap */
}

.FlatPopupMobile__tab {
    font-size: 2.5rem; /* Make bigger */
    color: #8E8E8E;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    background: none;
    cursor: pointer;
    font-weight: 500;
}

.FlatPopupMobile__tab.active {
    color: #000;
    border-bottom-color: #000;
    font-weight: 700;
}

/* Image */
.FlatPopupMobile__image-area {
    position: relative;
    width: 100%;
    height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.FlatPopupMobile__pane {
    display: none;
    width: 100%;
    height: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

.FlatPopupMobile__pane.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.FlatPopupMobile__pane img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Views Dropdown Wrapper */
.FlatPopupMobile__views-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 35rem; /* Constrain width matches image look */
    margin: 0 auto 3.5rem; /* Center the wrapper itself */
    position: relative;
    font-family: 'FactorA', sans-serif; /* Ensure font matches */
}

/* Trigger Button */
.FlatPopupMobile__views {
    display: flex;
    align-items: center;
    justify-content: center; /* Keeping left alignment consistent with open state, can change to center if needed */
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

/* Trigger Active State */
.FlatPopupMobile .FlatPopupMobile__views.active {
    border: 1px solid transparent; /* No border when open */
    border-bottom: 1px solid transparent; 
}

.FlatPopupMobile__views-title {
    display: flex;
    align-items: center;
}

.FlatPopupMobile__views .Icon,
.FlatPopupMobile__dropdown-item .Icon{
    width: 3.5rem;
    height: 3rem;
    margin-right: 1.5rem;
    flex-shrink: 0; 
}

.FlatPopupMobile__views .Icon_inner,
.FlatPopupMobile__dropdown-item .Icon_inner {
    color: #000 !important;
}

.FlatPopupMobile__views span {
    font-size: 2.4rem;
    text-decoration: underline; /* Underline text in closed state too */
    text-underline-offset: 0.4rem;
    text-decoration-color: #000;
}

/* Dropdown Content */
.FlatPopupMobile__dropdown {
    display: none;
    flex-direction: column;
    width: 100%;
    border: none; /* No outer frame */
    border-top: none; 
    background-color: #efefef;
}

.FlatPopupMobile__dropdown.active {
    display: flex;
}

/* Dropdown Items */
.FlatPopupMobile__dropdown-item {
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 2.4rem;
    color: #000;
    cursor: pointer;
    transition: background 0.2s;
}

.FlatPopupMobile__dropdown-item:first-child {
    border-top: none; /* Avoid double border with trigger */
}

/* Adjust borders so list looks unified */
/* The trigger has a bottom border. The dropdown has a top border (none). 
   The first item needs a top border to separate it from the trigger? 
   No, usually trigger bottom border acts as separator. 
   If trigger has border-bottom: 1px solid #000, and items have border-top: 1px solid #000, we get double border.
   Let's ensure single line.
*/



/* Wait, if the dropdown is appended, we want the first item to share the border with the trigger? 
   Actually, simpler: Wrapper has no border. Each item has border? 
   Image shows a Box. 
   Let's make wrapper contain the layout? No, wrapper is just positioning.
*/

/* Hover/Active text styles */
.FlatPopupMobile__dropdown-item span {
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    text-decoration-color: #000;
}

.FlatPopupMobile__dropdown-item:hover span {
    text-decoration-color: transparent;
}
/* Info Grid */
.FlatPopupMobile__info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    background: #EAEAEA; /* Border color via gap */
    padding: 1px; /* Outer border */
    margin: 0 0 2rem; /* Remove side margin */
}

.FlatPopupMobile__info-item {
    background: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Full width items: 1, 2, 6, 7 */
.FlatPopupMobile__info-item:nth-child(1),
.FlatPopupMobile__info-item:nth-child(2),
.FlatPopupMobile__info-item:nth-child(6),
.FlatPopupMobile__info-item:nth-child(7) {
    grid-column: 1 / -1;
}

.FlatPopupMobile__info-val {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000;
}

.FlatPopupMobile__info-lbl {
    font-size: 2rem;
    color: #8E8E8E;
}

.FlatPopupMobile__info-item.price .FlatPopupMobile__info-val {
}

/* Actions */
.FlatPopupMobile__actions {
    margin-top: auto;
    padding: 2rem 0; /* Remove side padding */
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 4rem;
}

.FlatPopupMobile__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 7.3rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    box-sizing: border-box;
}

.FlatPopupMobile__btn.primary {
    background: #0F2B24;
    color: #fff;
}

.FlatPopupMobile__btn.secondary {
    background: transparent;
    color: #0F2B24;
    border: 1px solid #0F2B24;
}

/* MEDIA QUERIES */

/* Desktop: Hide Mobile Popup */
@media (min-width: 769px) {
    .FlatPopupMobile {
        display: none !important;
    }
}

/* Mobile: Hide Desktop Popup */
@media (max-width: 768px) {
    .FlatPopup {
        display: none !important;
    }
}
