@charset "UTF-8";

@font-face {
    font-family: Euclid Circular A;
    font-display: swap;
    src: url(../fonts/Euclid%20Circular%20A%20Bold%20Italic.woff2)
        format("woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Euclid Circular A;
    font-display: swap;
    src: url(../fonts/Euclid%20Circular%20A%20Bold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Euclid Circular A;
    font-display: swap;
    src: url(../fonts/Euclid%20Circular%20A%20Italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Euclid Circular A;
    font-display: swap;
    src: url(../fonts/Euclid%20Circular%20A%20Light%20Italic.woff2)
        format("woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Euclid Circular A;
    font-display: swap;
    src: url(../fonts/Euclid%20Circular%20A%20Light.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Euclid Circular A;
    font-display: swap;
    src: url(../fonts/Euclid%20Circular%20A%20Medium%20Italic.woff2)
        format("woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Euclid Circular A;
    font-display: swap;
    src: url(../fonts/Euclid%20Circular%20A%20Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Euclid Circular A;
    font-display: swap;
    src: url(../fonts/Euclid%20Circular%20A%20Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Euclid Circular A;
    font-display: swap;
    src: url(../fonts/Euclid%20Circular%20A%20SemiBold%20Italic.woff2)
        format("woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Euclid Circular A;
    font-display: swap;
    src: url(../fonts/Euclid%20Circular%20A%20SemiBold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

:root {
    --color-white: #ffffff;
    --color-white-08: #ffffff14;
    --color-white-10: #ffffff1a;
    --color-white-14: #ffffff24;
    --color-white-25: #ffffff40;
    --color-white-45: #ffffff73;
    --color-white-80: #ffffffcc;
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
    --color-black-900: #121214;
    --color-black-950: #131313;
    --color-gray-950: #222222;
    --color-gray-900: #1b1d1f;
    --color-gray-850: #1e1e20;
    --color-gray-800: #2d2d2d;
    --color-gray-700: #5b5d5f;
    --color-gray-600: #76787a;
    --color-gray-550: #9e9e9e;
    --color-gray-500: #9da0a3;
    --color-gray-450: #a5a4ac;
    --color-gray-500-60: #a9a9a999;
    --color-gray-200: #ebf0f5;
    --color-gray-150: #eeeeee;
    --color-gray-100: #f2f2f2;
    --color-blue-700: #004799;
    --color-blue-600: #0077ff;
    --color-blue-500: #007aff;
    --color-green-700: #0eab4d;
    --color-green-650: #14a329;
    --color-green-600: #14a34d;
    --color-green-500: #51e08a;
    --color-green-500-alt: #51e058;
    --color-red-500: #ff4040;
}

:root {
    --bs-font-family: "Euclid Circular A", sans-serif;
    --bs-font-size: 16px;
    --bs-font-weight: 400;
    --bs-line-height: 1;
    --bs-font-color: var(--color-gray-950);
    --bs-transition: 0.3s ease-in-out;
    --bs-radius: 10px;
    --primary-color: var(--color-black-950);
    --primary-hover-color: var(--color-gray-800);
    --secondary-color: var(--color-red-500);
    --white-color: var(--color-white);
    --black-color: var(--color-black-950);
    --bs-shadow:
        0px 2px 3px rgba(var(--color-black-rgb), 0.1),
        0px 8px 3px rgba(var(--color-black-rgb), 0.1);
    --hover-shadow:
        0 0 5px 0 rgba(var(--color-black-rgb), 0.1),
        0 0 10px 0 rgba(var(--color-black-rgb), 0.1),
        0 0 15px 0 rgba(var(--color-black-rgb), 0.1);
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

*:focus,
*:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html {
    scroll-behavior: smooth;
}

html.lock {
    touch-action: none;
    overflow: hidden;
}

html.lock [data-lp] {
    padding-inline-end: var(--bh-scrollbar-width, 1rem);
}

html.lock .wrapper {
    margin-inline-end: var(--bh-scrollbar-width, 1rem);
}

html,
body {
    inline-size: 100%;
    block-size: 100%;
    min-inline-size: 320px;
}

body {
    overscroll-behavior: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    font-family: var(--bs-font-family), sans-serif;
    font-size: 16px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

input[type="number"] {
    appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
}

button {
    color: inherit;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a {
    user-select: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
}

a:visited {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

sup {
    color: inherit;
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: var(--color-blue-500);
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000);
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

*::-webkit-scrollbar {
    inline-size: 0.5rem;
    background-color: var(--white-color);
}

*::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0.375rem rgba(var(--color-black-rgb), 0.2);
    background: var(--color-gray-150);
}

*::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    border: 0 none var(--color-white);
    background-color: var(--primary-color);
}

@media (any-hover: hover) {
    *::-webkit-scrollbar-thumb:hover {
        background-color: var(--primary-hover-color);
    }
}

@keyframes show-header {
    0% {
        inset-block-start: -100%;
    }

    to {
        inset-block-start: 0;
    }
}

@keyframes fade-up-big {
    0% {
        opacity: 0;
        transform: translateY(1rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

[class*="__container"] {
    margin-inline: auto;
    max-inline-size: 61.625rem;
    padding-inline: 0.9375rem;
}

.ibg {
    position: relative;
}

.ibg img {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    object-fit: cover;
    block-size: 100%;
    inline-size: 100%;
}

.ibg_contain img {
    object-fit: contain;
}

body {
    background: var(--color-black-900);
}

.wrapper {
    display: flex;
    min-block-size: 100%;
    overflow: hidden;
    flex-direction: column;
}

.page {
    position: relative;
    flex: 1 1 auto;
}

.page [data-observ] {
    pointer-events: none;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    block-size: 0.125rem;
    inline-size: 100%;
    background: transparent;
}

.page_start {
    padding-block-start: 6.25rem;
}

.ui-button {
    color: var(--color-white);
    width: 100%;
    background: linear-gradient(
        182.35deg,
        var(--color-green-500) 4.37%,
        var(--color-green-700) 96.98%
    );
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family:
        Euclid Circular A,
        sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 12px;
    border-radius: 12px;
    padding: 8px 87px;
}

.header {
    z-index: 50;
    inline-size: 100%;
    transition: background-color var(--bs-transition);
    padding: 18px 0;
}

.header-is-sticky .header {
    position: fixed;
    backdrop-filter: blur(30px);
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-is-sticky .header__container {
    block-size: 3.125rem;
}

.header__logo {
    display: block;
    animation: logoSlideIn 0.8s ease-out;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

@media (max-width: 48em) {
    .header__logo {
        display: none;
    }
}

.header__logo:hover {
    transform: scale(1.05);
}

.header__logo:active {
    transform: scale(0.98);
}

.header__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header__logo--mobile {
    display: none;
    animation: logoSlideIn 0.8s ease-out;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

@media (max-width: 48em) {
    .header__logo--mobile {
        display: block;
    }
}

.header__logo--mobile:hover {
    transform: scale(1.05);
}

.header__logo--mobile img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes logoSlideIn {
    0% {
        opacity: 0;
        transform: translate(-20px);
    }

    to {
        opacity: 1;
        transform: translate(0);
    }
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header__lang-select {
    padding: 5px 11px 5px 36px;
    border-radius: 12px;
    font-size: 14px;
    background-size: 18px 18px;
    color: var(--color-white);
    background-color: var(--color-black-900);
    background-image: url(../images/globus-header.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    border: 1px solid var(--color-white-25);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: fadeInScale 0.5s ease-out 0.3s backwards;
}

.header__lang-select:hover {
    border-color: var(--color-white-80);
    transform: translateY(-2px);
}

.header__lang-select:active {
    transform: translateY(0);
}

.header__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 4px;
    border-radius: 24px;
    background-color: transparent;
    border: 1px solid var(--color-white-25);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: fadeInScale 0.5s ease-out backwards;
    position: relative;
    overflow: hidden;
}

.header__icon--phone,
.header__icon--profile {
    animation-delay: 0.4s;
}

@media (max-width: 48em) {
    .header__icon--phone,
    .header__icon--profile {
        display: none;
    }
}

.header__icon--download {
    animation-delay: 0.5s;
}

@media (max-width: 48em) {
    .header__icon--download {
        display: none;
    }
}

.header__icon--search {
    animation-delay: 0.55s;
}

.header__icon:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    transform: scale(0);
    opacity: 0;
    transition:
        transform 0.5s ease,
        opacity 0.5s ease;
}

.header__icon:hover {
    border-color: var(--color-white-80);
    transform: translateY(-2px);
    background-color: #ffffff0d;
}

.header__icon:hover:before {
    transform: scale(1.5);
    opacity: 1;
}

.header__icon:hover img {
    transform: scale(1.1);
}

.header__icon:active {
    transform: translateY(0) scale(0.95);
}

.header__icon img {
    transition: transform 0.3s ease;
}

.header__icon--download {
    width: auto;
    padding: 7px 33px;
    background: linear-gradient(
        91.27deg,
        var(--color-blue-600) 1.08%,
        var(--color-blue-700) 108.03%
    );
    color: var(--color-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.header__icon--download:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s ease;
}

.header__icon--download:hover {
    box-shadow: 0 4px 12px #3b82f666;
    transform: translateY(-2px);
}

.header__icon--download:hover:after {
    left: 100%;
}

.header__icon--download:active {
    transform: translateY(0);
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.menu__separator {
    color: var(--color-white-80);
    user-select: none;
}

.menu__separator:before {
    content: "|";
}

.menu__list {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 2px 12px;
}

@media (max-width: 48em) {
    .menu__list {
        display: none;
    }
}

.menu__item {
    animation: menuItemFadeIn 0.6s ease-out backwards;
}

.menu__item:nth-child(1) {
    animation-delay: 0.08s;
}

.menu__item:nth-child(2) {
    animation-delay: 0.16s;
}

.menu__item:nth-child(3) {
    animation-delay: 0.24s;
}

.menu__item:nth-child(4) {
    animation-delay: 0.32s;
}

.menu__item:nth-child(5) {
    animation-delay: 0.4s;
}

.menu__link {
    position: relative;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--color-white-80);
    transition: color 0.2s ease;
}

.menu__link:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-white-80);
    transition: width 0.3s ease;
}

.menu__link:hover {
    color: #fff;
}

.menu__link:hover:after {
    width: 100%;
}

@keyframes menuItemFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.icon-menu {
    display: none;
}

@media (max-width: 48em) {
    .icon-menu {
        display: block;
        position: relative;
        width: 0.875rem;
        height: 0.75rem;
        cursor: pointer;
    }

    .icon-menu span,
    .icon-menu:before,
    .icon-menu:after {
        content: "";
        transition: all 0.3s ease 0ms;
        right: 0;
        position: absolute;
        width: 100%;
        height: 0.125rem;
        background-color: var(--color-white);
    }

    .icon-menu:before {
        top: 0;
    }

    .icon-menu:after {
        bottom: 0;
    }

    .icon-menu span {
        top: calc(50% - 0.0625rem);
    }

    .menu-open .icon-menu span {
        width: 0;
    }

    .menu-open .icon-menu:before {
        top: calc(50% - 0.0625rem);
        transform: rotate(-45deg);
    }

    .menu-open .icon-menu:after {
        bottom: calc(50% - 0.0625rem);
        transform: rotate(45deg);
    }
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(30px);
    z-index: 40;
    padding-top: 80px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translate(100%);
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}

@media (min-width: 48.12375em) {
    .nav-overlay {
        display: none;
    }
}

.menu-open .nav-overlay {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.nav-overlay__menu {
    padding: 20px;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav-overlay__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.nav-overlay__item {
    opacity: 0;
    transform: translate(30px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    display: flex;
    justify-content: center;
}

.menu-open .nav-overlay__item {
    opacity: 1;
    transform: translate(0);
}

.menu-open .nav-overlay__item:nth-child(1) {
    transition-delay: 0.15s;
}

.menu-open .nav-overlay__item:nth-child(2) {
    transition-delay: 0.2s;
}

.menu-open .nav-overlay__item:nth-child(3) {
    transition-delay: 0.25s;
}

.menu-open .nav-overlay__item:nth-child(4) {
    transition-delay: 0.3s;
}

.menu-open .nav-overlay__item:nth-child(5) {
    transition-delay: 0.35s;
}

.nav-overlay__link {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: var(--color-white);
    padding: 10px 0;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.nav-overlay__link:hover {
    color: var(--color-white-80);
    transform: translate(10px);
}

.nav-overlay__actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid var(--color-white-25);
}

.nav-overlay__button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background-color: #ffffff1a;
    border: 1px solid var(--color-white-25);
    border-radius: 12px;
    color: var(--color-white);
    font-size: 16px;
    transition: all 0.3s ease;
}

.nav-overlay__button img {
    width: 24px;
    height: 24px;
}

.nav-overlay__button:hover {
    background-color: #ffffff26;
    transform: translate(5px);
}

.nav-overlay__button--download {
    background: linear-gradient(
        91.27deg,
        var(--color-blue-600) 1.08%,
        var(--color-blue-700) 108.03%
    );
    border: none;
    justify-content: center;
    font-weight: 500;
}

.nav-overlay__button--download:hover {
    box-shadow: 0 4px 12px #3b82f666;
    transform: translateY(-2px);
}

body.menu-open {
    overflow: hidden;
}

.hero {
    position: relative;
}

.hero:before {
    content: url(../images/effect-1.svg);
    position: absolute;
    top: -10%;
    z-index: 1;
}

.hero:after {
    content: url(../images/effect-2.svg);
    position: absolute;
    top: 10%;
}

.hero__container {
    display: flex;
    padding: 40px 0 90px;
}

@media (max-width: 48em) {
    .hero__container {
        flex-direction: column;
        justify-content: center;
    }
    .hero:after {
        content: none;
    }
}

.hero__left {
    padding: 0 0.9375rem;
}

.hero__car {
    width: 100%;
    max-width: 12.25rem;
    margin-top: 50px;
}

.hero__car img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 48em) {
    .hero__car img {
        display: none;
    }
}

.hero__title {
    margin-top: 1.5rem;
}

@media (max-width: 48em) {
    .hero__title img {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}

.hero__store {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 80%;
    padding: 16px;
    border-radius: 16px;
    margin-top: 48px;
}

@media (max-width: 48em) {
    .hero__store--desktop {
        display: none;
    }
}

.hero__store--mobile {
    display: none;
}

@media (max-width: 48em) {
    .hero__store--mobile {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}

.hero__store-list {
    display: flex;
    gap: 10px;
    font-weight: 400;
    font-size: 6px;
    line-height: 150%;
    border-radius: 1rem;
}

.hero__store-list img {
    width: 14px;
    height: 16px;
}

.hero__store-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 5px 11px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    transition: 0.2s;
    cursor: pointer;
}

.hero__store-item a {
    color: var(--color-white);
    font-size: 6px;
}

.hero__store-item a .hero__store-name {
    font-weight: 700;
    font-size: 10px;
    line-height: 130%;
}

.hero .hero__image--desktop {
    height: 540px;
}

@media (max-width: 48em) {
    .hero .hero__image--desktop {
        display: none;
    }
}

.hero .hero__image--mobile {
    display: none;
}

@media (max-width: 48em) {
    .hero .hero__image--mobile {
        display: block;
        margin: 0 auto;
    }
}

.marquee {
    left: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .marquee {
        padding: 0;
        overflow-x: hidden !important;
        max-width: 100vw;
    }
}

.marquee__track--top {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .marquee__track--top {
        flex-direction: column;
        align-items: start;
        padding: 17px;
        border-radius: 16px;
        background: transparent;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
    }

    .marquee__track--top:before {
        content: "";
        position: absolute;
        inset: 1px;
        border-radius: 16px;
        padding: 1px;
        background: linear-gradient(
            249.41deg,
            #98989833 1.01%,
            #34343433 26.14%,
            #d7dce033 48.02%,
            #34343433 72.22%,
            #d7dce033 97.82%
        );
        -webkit-mask:
            linear-gradient(var(--color-white) 0 0) content-box,
            linear-gradient(var(--color-white) 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        z-index: 3;
    }

    .marquee__track--top > * {
        position: relative;
        z-index: 1;
        max-width: 100%;
        width: 100%;
    }
}

.marquee__background--green {
    display: none;
    position: absolute;
    z-index: 1;
    top: -15%;
    left: 0;
}

@media (max-width: 768px) {
    .marquee__background--green {
        display: none !important;
    }
}

.marquee__background--blue {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: -20%;
    right: 0;
}

@media (max-width: 768px) {
    .marquee__background--blue {
        display: none !important;
    }
}

.marquee__track--lower {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
}

@media (max-width: 768px) {
    .marquee__track--lower {
        display: none;
    }
}

.marquee__icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 10px;
    background-color: var(--color-gray-900);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.marquee_text-box {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

@media (max-width: 768px) {
    .marquee_text-box {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
}

.marquee__item {
    position: relative;
    display: flex;
    max-width: 100%;
    align-items: center;
    padding: 16px;
    gap: 12px;
    border-radius: 16px;
    background: radial-gradient(58.03% 58.03% at 50% -0.31%, #ffffff08, #fff0);
    transition:
        transform 0.3s ease,
        background 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.marquee__item:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(
        249.41deg,
        #98989833 1.01%,
        #34343433 26.14%,
        #d7dce033 48.02%,
        #34343433 72.22%,
        #d7dce033 97.82%
    );
    -webkit-mask:
        linear-gradient(var(--color-white) 0 0) content-box,
        linear-gradient(var(--color-white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: background 0.3s ease;
}

.marquee__item:hover {
    transform: translateY(-4px);
    background: radial-gradient(
        58.03% 58.03% at 50% -0.31%,
        #ffffff0f,
        #ffffff05
    );
}

.marquee__item:hover:before {
    background: linear-gradient(
        249.41deg,
        #98989859 1.01%,
        #34343459 26.14%,
        #d7dce059 48.02%,
        #34343459 72.22%,
        #d7dce059 97.82%
    );
}

@media (max-width: 768px) {
    .marquee__item {
        padding: 0;
        background: none;
        border-radius: 0;
        width: 100%;
    }

    .marquee__item:before {
        display: none;
    }

    .marquee__item:hover {
        transform: none;
        background: none;
    }
}

.marquee__title {
    font-weight: 600;
    color: var(--color-gray-100);
    font-size: 17px;
    margin-bottom: 9px;
}

@media (max-width: 768px) {
    .marquee__title {
        white-space: normal;
        word-wrap: break-word;
    }
}

@media (min-width: 769px) {
    .marquee__title {
        white-space: nowrap;
    }
}

.marquee__description {
    color: var(--color-gray-500-60);
    font-size: 12.5px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .marquee__description {
        white-space: normal;
        word-wrap: break-word;
    }
}

@media (min-width: 769px) {
    .marquee__description {
        white-space: nowrap;
    }
}

.marquee__btn {
    display: none;
    height: 40px;
    width: 100%;
    color: var(--color-white);
    font-weight: 700;
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    background-color: var(--color-white-08);
    margin-top: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
}

.marquee__btn:hover {
    background-color: var(--color-white-14);
}

@media (max-width: 768px) {
    .marquee__btn {
        display: block;
    }
}

.insurance {
    margin-top: 80px;
    position: relative;
    overflow: visible;
}

.insurance:before {
    content: url(../images/bgicons/blue.svg);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background-image: url(../images/bgicons/blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: floatAround 15s ease-in-out infinite;
}

@keyframes floatAround {
    0% {
        transform: translate(0);
    }

    25% {
        transform: translate(100px, -40px);
    }

    50% {
        transform: translate(-100px, 60px);
    }

    75% {
        transform: translate(40px, -40px);
    }

    to {
        transform: translate(0);
    }
}

@media (max-width: 768px) {
    .insurance {
        margin-top: 26px;
    }
}

.insurance__box {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    padding: 40px 31px 0 40px;
    background:
        radial-gradient(63.96% 21.02% at 49.36% 100.06%, #ffffff0d, #fff0),
        radial-gradient(
            39.11% 66.09% at 56.64% 106.25%,
            #86ef7c80,
            #15af2280 51.92%,
            #14171580
        );
}

.insurance__box:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(
        100.94deg,
        #ffffff26 7.64%,
        #ffffff80 48.84%,
        #ffffff26 82.15%
    );
    -webkit-mask:
        linear-gradient(var(--color-white) 0 0) content-box,
        linear-gradient(var(--color-white) 0 0);
    mask:
        linear-gradient(var(--color-white) 0 0) content-box,
        linear-gradient(var(--color-white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@media (max-width: 768px) {
    .insurance__box {
        flex-direction: column;
        gap: 30px;
        padding: 21px 20px 0;
    }
}

.insurance__left {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .insurance__left {
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .insurance__left {
        margin-left: 12px;
    }
}

.insurance__title {
    font-weight: 700;
    font-size: 57.93px;
    color: #fff;
}

.insurance__title--edit {
    font-size: 33.79px;
    display: block;
    line-height: 57.93px;
}

.insurance__subtitle {
    font-weight: 400;
    font-size: 19.5px;
    line-height: 26px;
    margin-top: 20px;
    color: #fff;
}

.insurance__subtitle--edit {
    font-weight: 700;
}

.insurance__btn {
    margin-top: 32px;
    background: linear-gradient(
        180deg,
        var(--color-green-500) 0%,
        var(--color-green-600) 100%
    );
    width: 100%;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-text-fill-color: initial;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.insurance__btn:hover {
    transform: scale(0.9);
}

@media (max-width: 768px) {
    .insurance__btn {
        display: none;
    }
}

.insurance__background {
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    width: 100%;
}

.insurance__img {
    width: 100%;
}

.insurance__btn--mobile {
    display: none;
    margin-top: 16px;
    background: linear-gradient(
        180deg,
        var(--color-green-500) 0%,
        var(--color-green-600) 100%
    );
    width: 100%;
    height: 40px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s ease;
    text-align: center;
    line-height: 40px;
}

.insurance__btn--mobile:hover {
    scale: 0.9;
}

@media (max-width: 768px) {
    .insurance__btn--mobile {
        display: block;
    }
}

.autobazar {
    margin-top: 80px;
    position: relative;
    overflow: visible;
}

.autobazar:before {
    content: url(../images/bgicons/blue.svg);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background-image: url(../images/bgicons/blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: floatAround 15s ease-in-out infinite;
}

@keyframes floatAround {
    0% {
        transform: translate(0);
    }

    25% {
        transform: translate(100px, -40px);
    }

    50% {
        transform: translate(-100px, 60px);
    }

    75% {
        transform: translate(40px, -40px);
    }

    to {
        transform: translate(0);
    }
}

@media (max-width: 768px) {
    .autobazar {
        margin-top: 26px;
    }
}

.autobazar__box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-radius: 16px;
    padding: 0 0 0 40px;
    background: url(../images/animation.png) no-repeat center center/cover;
}

.autobazar__box:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(
        100.94deg,
        #ffffff26 7.64%,
        #ffffff80 48.84%,
        #ffffff26 82.15%
    );
    -webkit-mask:
        linear-gradient(var(--color-white) 0 0) content-box,
        linear-gradient(var(--color-white) 0 0);
    mask:
        linear-gradient(var(--color-white) 0 0) content-box,
        linear-gradient(var(--color-white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@media (max-width: 768px) {
    .autobazar__box {
        flex-direction: column;
        gap: 30px;
        padding: 21px 20px 0;
        align-items: center;
    }
}

.autobazar__left {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (max-width: 768px) {
    .autobazar__left {
        margin: 0;
        padding: 0 0 40px;
    }
}

.autobazar__title {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    font-style: italic;
}

.autobazar__title--edit {
    font-size: 33.79px;
    display: block;
    line-height: 45px;
}

.autobazar__subtitle {
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-size: 19.5px;
    line-height: 26px;
    margin-top: 20px;
    max-width: 191px;
}

.autobazar__subtitle--edit {
    font-weight: 700;
}

.autobazar__btn {
    margin-top: 32px;
    background: linear-gradient(
        180deg,
        var(--color-green-500) 0%,
        var(--color-green-600) 100%
    );
    width: 100%;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-text-fill-color: initial;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.autobazar__btn:hover {
    transform: scale(0.9);
}

@media (max-width: 768px) {
    .autobazar__title {
        font-size: 33.79px;
        line-height: 45px;
    }
    .autobazar__smartphone-img {
        width: 100%;
        max-width: 200px;
    }
    .autobazar__subtitle {
        font-size: 16px;
        line-height: 20px;
    }
    .autobazar__btn {
        display: none;
    }
}

.autobazar__background {
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    width: 100%;
}

.autobazar__img {
    width: 100%;
}

.autobazar__btn--mobile {
    display: none;
    margin-top: 16px;
    background: linear-gradient(
        180deg,
        var(--color-green-500) 0%,
        var(--color-green-600) 100%
    );
    width: 100%;
    height: 40px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s ease;
}

.autobazar__btn--mobile:hover {
    scale: 0.9;
}

@media (max-width: 768px) {
    .autobazar__btn--mobile {
        display: block;
    }
}

.benefits {
    margin-top: 32px;
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .benefits {
        margin-top: 24px;
        margin-bottom: 97px;
    }
}

.benefits__container--box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

@media (max-width: 768px) {
    .benefits__container--box {
        flex-direction: column;
        gap: 8px;
    }
}

.benefits__item {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: start;
    padding: 16px;
    gap: 12px;
    border-radius: 16px;
    background: radial-gradient(58.03% 58.03% at 50% -0.31%, #ffffff08, #fff0);
}

.benefits__item:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(
        249.41deg,
        #98989833 1.01%,
        #34343433 26.14%,
        #d7dce033 48.02%,
        #34343433 72.22%,
        #d7dce033 97.82%
    );
    -webkit-mask:
        linear-gradient(var(--color-white) 0 0) content-box,
        linear-gradient(var(--color-white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@media (max-width: 768px) {
    .benefits__item {
        flex-direction: row;
    }
}

.benefits__icon-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: var(--color-gray-900);
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits_text-box {
    display: flex;
    flex-direction: column;
}

.benefits__title {
    font-weight: 600;
    color: var(--color-gray-100);
    font-size: 19px;
}

.benefits__description {
    color: var(--color-gray-500-60);
    margin-top: 10px;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 16px;
}

.container {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 988px;
    overflow: visible;
}

.features {
    margin-top: 32px;
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .features {
        margin-top: 24px;
        margin-bottom: 97px;
    }
}

.features__container--box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

@media (max-width: 768px) {
    .features__container--box {
        flex-direction: column;
        gap: 8px;
    }
}

.features__item {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    align-items: start;
    padding: 16px;
    gap: 12px;
    border-radius: 16px;
    background: radial-gradient(58.03% 58.03% at 50% -0.31%, #ffffff08, #fff0);
}

.features__item:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(
        249.41deg,
        #98989833 1.01%,
        #34343433 26.14%,
        #d7dce033 48.02%,
        #34343433 72.22%,
        #d7dce033 97.82%
    );
    -webkit-mask:
        linear-gradient(var(--color-white) 0 0) content-box,
        linear-gradient(var(--color-white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@media (max-width: 768px) {
    .features__item {
        flex-direction: row;
    }
}

.features__icon-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: var(--color-gray-900);
    display: flex;
    justify-content: center;
    align-items: center;
}

.features_text-box {
    display: flex;
    flex-direction: column;
}

.features__title {
    font-weight: 600;
    color: var(--color-gray-100);
    font-size: 19px;
}

.features__description {
    color: var(--color-gray-500-60);
    margin-top: 10px;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 16px;
}

.insurance-bottom {
    position: relative;
    overflow: visible;
    padding-top: 48px;
    padding-bottom: 80px;
}

.insurance-bottom:before {
    content: url(../images/bgicons/blue.svg);
    position: absolute;
    z-index: -1;
    top: -100px;
    right: -200px;
}

.insurance-bottom__img {
    display: block;
    margin: 0 auto 24px;
    height: auto;
    max-width: 100%;
}

.insurance-bottom__title {
    font-weight: 300;
    font-size: 34px;
    color: var(--color-white);
    line-height: 106%;
    text-align: center;
    margin-bottom: 8px;
}

.insurance-bottom__title span {
    font-weight: 700;
    background: linear-gradient(
        180deg,
        var(--color-green-500) 0%,
        var(--color-green-600) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.insurance-bottom__subtitle {
    font-size: 19px;
    line-height: 133%;
    text-align: center;
    color: var(--color-gray-600);
    margin-bottom: 24px;
}

.insurance-bottom__button {
    padding: 8px 48px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 171%;
    color: var(--color-white);
    border-radius: 8px;
    background: linear-gradient(
        180deg,
        var(--color-green-500) 0%,
        var(--color-green-600) 100%
    );
    transition: all 0.2s ease-in;
}

.insurance-bottom__button:hover {
    scale: 0.9;
}

@media (max-width: 37.4375em) {
    .insurance-bottom {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .insurance-bottom:before {
        content: "";
    }

    .insurance-bottom__img {
        margin-bottom: 8px;
    }

    .insurance-bottom__title {
        font-weight: 500;
        font-size: 28px;
        line-height: 129%;
    }

    .insurance-bottom__title span {
        font-weight: 600;
        background: linear-gradient(
            180deg,
            var(--color-green-500-alt) 0%,
            var(--color-green-650) 100%
        );
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .insurance-bottom__subtitle {
        font-size: 17px;
        line-height: 129%;
        color: var(--color-gray-500);
    }
}

.clickavto {
    position: relative;
}

.clickavto:before {
    content: url(../images/bgicons/green.svg);
    position: absolute;
    z-index: 1;
    top: -120px;
    left: -180px;
    pointer-events: none;
}

.clickavto .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.clickavto__media {
    position: relative;
    height: auto;
    max-width: 40%;
}

.clickavto__media:before {
    content: url(../images/bgicons/mocup-green.svg);
    position: absolute;
    z-index: -1;
    top: calc(var(--index) * -8);
    left: calc(var(--index) * -8);
}

.clickavto__media:after {
    content: url(../images/bgicons/mocup-blue.svg);
    position: absolute;
    z-index: -1;
    top: calc(var(--index) * -2);
    right: calc(var(--index) * -8);
}

.clickavto__media .pagination {
    display: none;
}

.clickavto__subtitle {
    font-size: 22px;
    line-height: 124%;
    color: var(--color-gray-600);
    margin-bottom: 2px;
}

.clickavto__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 167%;
    color: var(--color-white);
}

.clickavto__title span {
    background: linear-gradient(
        180deg,
        var(--color-green-500) 0%,
        var(--color-green-600) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.clickavto__desc {
    font-size: 15px;
    line-height: 129%;
    color: var(--color-gray-600);
    margin-bottom: 24px;
    max-width: 330px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pagination__dots {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: var(--color-gray-850);
    border-radius: 20px;
}

.pagination__dot {
    display: inline-block;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: var(--color-gray-700);
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.pagination__dot:hover {
    background: #9e9e9e;
}

.pagination__dot--active {
    background: var(--color-gray-200);
}

.pagination__arrow-next,
.pagination__arrow-prev {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 20px;
    background: var(--color-gray-850);
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.pagination__arrow-next:hover,
.pagination__arrow-prev:hover {
    scale: 1.2;
}

@media (max-width: 56.1875em) {
    .clickavto:before {
        content: "";
    }

    .clickavto .container {
        flex-direction: column-reverse;
        gap: 0;
    }

    .clickavto__media {
        height: auto;
        max-width: 100%;
    }

    .clickavto__media:before {
        top: calc(var(--index) * -15);
        left: calc(var(--index) * -20);
    }

    .clickavto__media:after {
        top: calc(var(--index) * -5);
        right: calc(var(--index) * -15);
    }

    .clickavto__media .pagination {
        display: flex;
    }

    .clickavto__info {
        text-align: center;
    }

    .clickavto__info .pagination {
        display: none;
    }

    .pagination {
        margin-top: 24px;
        justify-content: center;
    }
}

.swiper-backface-hidden .swiper-slide {
    display: flex;
    justify-content: center;
}

:root {
    --index: calc(1vw + 1vh);
}

.footer {
    position: relative;
    background-color: var(--color-black-900);
    padding: 85px 0;
}

.footer:before {
    content: url(../images/bgicons/blue.svg);
    position: absolute;
    top: calc(var(--index) * -4);
    left: calc(var(--index) * -6);
    pointer-events: none;
}

.footer:after {
    content: url(../images/bgicons/mocup-green.svg);
    position: absolute;
    top: calc(var(--index) * 15);
    left: calc(var(--index) * 2);
    pointer-events: none;
}

.footer__container {
    max-width: 1032px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}

.footer__container:before {
    content: url(../images/bgicons/violet.svg);
    position: absolute;
    bottom: calc(var(--index) * -5);
    right: calc(var(--index) * -17);
    pointer-events: none;
}

.footer__content {
    display: flex;
    gap: 60px;
    padding: 30px 0;
    border-top: 1px solid var(--color-white-10);
    border-bottom: 1px solid var(--color-white-10);
}

.logo {
    display: block;
    height: 30px;
    transition: all 0.2s ease-in;
}

.logo:hover {
    scale: 1.05;
}

.right ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.right ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    line-height: 144%;
}

.right ul li a {
    color: var(--color-gray-450);
}

.right ul li a span {
    font-weight: 700;
    font-size: 13px;
    line-height: 131%;
    color: var(--color-white);
}

.right ul li img {
    height: 23px;
    width: 23px;
}

.footer__container > .logo {
    display: none;
}

@media (max-width: 74.9375em) {
    .footer__content {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 37.4375em) {
    .footer {
        padding: 150px 0 40px;
    }

    .footer:before {
        content: "";
    }

    .footer:after {
        content: "";
    }

    .footer__content {
        display: flex;
        flex-direction: column-reverse;
        align-items: normal;
        gap: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer__container:before {
        content: "";
    }

    .footer__container > .logo {
        display: block;
        height: 30px;
        margin: 0 auto 30px;
    }

    .right ul {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .right ul li {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 9px;
        line-height: 144%;
    }

    .right ul li a {
        color: var(--color-gray-450);
    }

    .right ul li a span {
        font-weight: 700;
        font-size: 13px;
        line-height: 131%;
        color: var(--color-white);
    }

    .right ul li img {
        height: 23px;
        width: 23px;
    }

    .left img {
        height: 62px;
    }
}

.footer__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

.links {
    display: flex;
    align-items: center;
    gap: 35px;
}

.links .qr {
    width: 114px;
}

.store-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
    font-size: 6px;
    line-height: 150%;
    text-transform: uppercase;
}

.store-links img {
    width: 14px;
    height: 16px;
}

.store-links a {
    color: var(--color-white);
}

.store-links li {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 11px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.store-links li:hover {
    border-color: #fff;
}

.store-links li span {
    font-weight: 700;
    font-size: 10px;
    line-height: 130%;
    text-transform: capitalize;
}

.store-links--mobile-only {
    display: none;
}

.questions__links {
    display: flex;
    gap: 23px;
}

.questions__links li a {
    transition: all 0.2s ease-in;
}

.questions__links li a:hover {
    color: #fff;
}

@media (max-width: 49.9375em) {
    .footer__links {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
}

@media (max-width: 37.4375em) {
    .footer__links .logo,
    .links {
        display: none;
    }

    .store-links {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        font-size: 8px;
    }

    .store-links--mobile-only {
        display: flex;
    }

    .store-links li {
        padding: 7px 16px;
        gap: 7px;
    }

    .store-links li span {
        font-size: 14px;
    }

    .store-links img {
        width: 19px;
        height: 23px;
    }

    .questions {
        margin: 0 auto;
    }

    .questions__links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
}

.footer__nav {
    display: flex;
    gap: 60px;
}

.footer__nav-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 190px;
}

.footer__nav-wrapper ul li {
    font-size: 11px;
    line-height: 127%;
}

.footer__nav-wrapper ul li a {
    position: relative;
    color: var(--color-gray-600);
    transition: all 0.2s ease-in;
}

.footer__nav-wrapper ul li a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.2s ease;
}

.footer__nav-wrapper ul li a:hover {
    color: #fff;
}

.footer__nav-wrapper ul li a:hover:after {
    width: 100%;
}

.footer__nav-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
    margin-bottom: 10px;
    cursor: pointer;
}

.footer__nav-title h2 {
    color: var(--color-white);
}

.footer__nav-title img {
    display: none;
}

@media (max-width: 49.9375em) {
    .footer__nav {
        flex-direction: column;
    }

    .footer__nav-wrapper ul {
        max-width: 100%;
    }
}

@media (max-width: 37.4375em) {
    .footer__nav {
        display: flex;
        gap: 20px;
    }

    .footer__nav-wrapper {
        min-width: 190px;
    }

    .footer__nav-wrapper ul {
        display: flex;
        max-height: 0;
        opacity: 0;
        margin-top: 0;
        overflow: hidden;
        transition: all 0.2s ease-in;
    }

    .footer__nav-title {
        font-size: 15px;
        line-height: 129%;
        margin-bottom: 0;
    }

    .footer__nav-title img {
        display: block;
        transition: transform 0.2s ease-in-out;
    }

    .footer__nav-wrapper.open ul {
        max-height: 320px;
        opacity: 1;
        margin-top: 10px;
    }

    .footer__nav-wrapper.open .footer__nav-title img {
        transform: rotate(180deg);
    }
}

.footer__copyright {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 30px;
}

.footer__copyright p {
    font-size: 12px;
    line-height: 175%;
    color: var(--color-white-45);
}

.socials ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.socials ul li {
    padding: 8px;
    transition: all 0.2s ease-in;
}

.socials ul li:hover {
    scale: 1.2;
}

.socials ul img {
    width: 16px;
    height: 16px;
}

.copyright__text {
    display: flex;
    gap: 42px;
    font-size: 12px;
    line-height: 175%;
    color: var(--color-white-45);
}

.language {
    display: flex;
    color: var(--color-gray-550);
}

.language h2 {
    display: flex;
    padding: 0 8px;
}

@media (max-width: 37.4375em) {
    .footer__copyright {
        flex-direction: column-reverse;
        align-items: center;
    }

    .footer__copyright p {
        font-size: 14px;
        line-height: 129%;
        text-align: center;
        margin-top: 16px;
    }

    .socials ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .socials li {
        padding: 8px;
    }

    .socials img {
        width: 24px;
        height: 24px;
    }

    .copyright__text {
        display: none;
    }
}

h1 {
    color: red;
}

.image-wrapper {
    margin-block: 24px;
}

.image-wrapper img {
    width: 320px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    body,
    html {
        overflow-x: hidden !important;
    }
}
