@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    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")
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

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

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

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

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

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

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

.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 {
    backface-visibility: hidden;
    transform: translateZ(0)
}

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

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.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-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

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

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

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

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

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

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

.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 {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(1turn)
    }
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    width: 100%
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50
}

.swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow::before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
}

.h-1 {
    font-size: 2.25rem;
    font-weight: 500;
}

.h-1,
.h-2,
.scroll-slider-cards__title sup,
.scroll-slider-with-banner__title sup {
    font-family: RobotoCondensed, 'Arial Narrow', Arial, sans-serif;
    letter-spacing: -.02em;
    line-height: 1.1;
    text-transform: uppercase;
}

.h-2,
.scroll-slider-cards__title sup,
.scroll-slider-with-banner__title sup {
    font-size: 1.375rem;
    font-weight: 700;
}

.h-3 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1;
}

.h-3,
.t-1 {
    font-family: Roboto, Arial, sans-serif;
    letter-spacing: 0;
}

.t-1 {
    font-size: 1.125rem;
    font-weight: 400;
}

.t-1,
.t-1-m {
    line-height: 1.25;
}

.t-1-m {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -.02em;
}

.lead-main__text span,
.t-1-b,
.t-1-m {
    font-family: Roboto, Arial, sans-serif;
}

.lead-main__text span,
.t-1-b {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
}

.banner-instruction__card-title span,
.t-2 {
    font-size: .75rem;
    font-weight: 400;
}

.banner-instruction__card-title span,
.t-2,
.t-2-m {
    font-family: Roboto, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3;
}

.t-2-m {
    font-size: .75rem;
    font-weight: 500;
}

.t-3 {
    font-size: .75rem;
}

.t-3,
.t-4 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
}

.t-4 {
    font-size: .625rem;
}

.t-4-b {
    font-family: Roboto, Arial, sans-serif;
    font-size: .625rem;
    letter-spacing: 0;
    line-height: 1.3;
}

.cups-0,
.t-4-b {
    font-weight: 700;
}

.cups-0 {
    font-size: 3.4375rem;
}

.cups-0,
.cups-1 {
    font-family: RobotoCondensed, 'Arial Narrow', Arial, sans-serif;
    letter-spacing: -.02em;
    line-height: 1.1;
    text-transform: uppercase;
}

.cups-1 {
    font-size: 2.5rem;
}

.cups-1,
.cups-2 {
    font-weight: 500;
}

.cups-2 {
    font-family: RobotoCondensed, 'Arial Narrow', Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1;
}

.cups-2,
.cups-3 {
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.cups-3 {
    font-family: Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.1;
}

.cups-3-c {
    font-family: RobotoCondensed, 'Arial Narrow', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.cups-3-c,
.cups-4,
.header__links a {
    letter-spacing: -.02em;
    line-height: 1.1;
    text-transform: uppercase;
}

.cups-4,
.header__links a {
    font-family: Roboto, Arial, sans-serif;
    font-size: .625rem;
    font-weight: 500;
}

.cups-4-c {
    font-family: RobotoCondensed, 'Arial Narrow', Arial, sans-serif;
    font-size: .625rem;
    font-weight: 600;
}

.cups-4-c,
.ui-btn-1 {
    letter-spacing: -.02em;
    line-height: 1.1;
    text-transform: uppercase;
}

.ui-btn-1 {
    font-size: 1rem;
}

.ui-btn-1,
.ui-btn-2 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
}

.ui-btn-2 {
    font-size: .75rem;
}

.logo-font,
.ui-btn-2 {
    letter-spacing: -.02em;
    line-height: 1.1;
    text-transform: uppercase;
}

.logo-font {
    font-family: RobotoCondensed, 'Arial Narrow', Arial, sans-serif;
    font-size: .75rem;
    font-weight: 600;
}

:root {
    --white: #fff;
    --white-rgb: 255, 255, 255;
}

:root ._color-white {
    color: var(--white);
}

:root {
    --white-grey: #f3f1ff;
    --white-grey-rgb: 243, 241, 255;
}

:root ._color-white-grey {
    color: var(--white-grey);
}

:root {
    --white-30: hsla(0deg, 0%, 100%, .302);
    --white-30-rgb: 255, 255, 255;
}

:root ._color-white-30 {
    color: var(--white-30);
}

:root {
    --black: #1b1c1c;
    --black-rgb: 27, 28, 28;
}

:root ._color-black {
    color: var(--black);
}

:root {
    --black-70: rgba(27, 28, 28, .702);
    --black-70-rgb: 27, 28, 28;
}

:root ._color-black-70 {
    color: var(--black-70);
}

:root {
    --primary: #231e4f;
    --primary-rgb: 35, 30, 79;
}

:root ._color-primary {
    color: var(--primary);
}

:root {
    --secondary: #4a4579;
    --secondary-rgb: 74, 69, 121;
}

:root ._color-secondary {
    color: var(--secondary);
}

:root {
    --tertiary: #444e62;
    --tertiary-rgb: 68, 78, 98;
}

:root ._color-tertiary {
    color: var(--tertiary);
}

:root {
    --grey: #e9ecf5;
    --grey-rgb: 233, 236, 245;
}

:root ._color-grey {
    color: var(--grey);
}

:root {
    --grey-light: #d9dce5;
    --grey-light-rgb: 217, 220, 229;
}

:root ._color-grey-light {
    color: var(--grey-light);
}

:root {
    --violet: #6143ca;
    --violet-rgb: 97, 67, 202;
}

:root ._color-violet {
    color: var(--violet);
}

:root {
    --violet-light-on-light: #7662ff;
    --violet-light-on-light-rgb: 118, 98, 255;
}

:root ._color-violet-light-on-light {
    color: var(--violet-light-on-light);
}

:root {
    --violet-light-on-light-40: rgba(118, 98, 255, .4);
    --violet-light-on-light-40-rgb: 118, 98, 255;
}

:root ._color-violet-light-on-light-40 {
    color: var(--violet-light-on-light-40);
}

:root {
    --violet-light-on-dark: #a497ff;
    --violet-light-on-dark-rgb: 164, 151, 255;
}

:root ._color-violet-light-on-dark {
    color: var(--violet-light-on-dark);
}

:root {
    --violet-light-on-dark-40: rgba(164, 151, 255, .4);
    --violet-light-on-dark-40-rgb: 164, 151, 255;
}

:root ._color-violet-light-on-dark-40 {
    color: var(--violet-light-on-dark-40);
}

:root {
    --violet-light-on-dark-80: rgba(164, 151, 255, .8);
    --violet-light-on-dark-80-rgb: 164, 151, 255;
}

:root ._color-violet-light-on-dark-80 {
    color: var(--violet-light-on-dark-80);
}

:root {
    --green: #8ce225;
    --green-rgb: 140, 226, 37;
}

:root ._color-green {
    color: var(--green);
}

:root {
    --green-dark: #1b3101;
    --green-dark-rgb: 27, 49, 1;
}

:root ._color-green-dark {
    color: var(--green-dark);
}

:root {
    --lime: #97ca5a;
    --lime-rgb: 151, 202, 90;
}

:root ._color-lime {
    color: var(--lime);
}

:root {
    --orange: #f5a62e;
    --orange-rgb: 245, 166, 46;
}

:root ._color-orange {
    color: var(--orange);
}

:root {
    --brown: #532806;
    --brown-rgb: 83, 40, 6;
}

:root ._color-brown {
    color: var(--brown);
}

:root {
    --emerald: #163740;
    --emerald-rgb: 22, 55, 64;
}

:root ._color-emerald {
    color: var(--emerald);
}

:root {
    --offset-side: 5.3333333333vw;
    --offset-side-large: 5.3333333333vw;
    --offset-side-mobile: 8vw;
    --offset-160: 5.3333333333vw;
    --offset-80: 8vw;
    --offset-80-hard: 30px;
    --offset-60: 5.3333333333vw;
    --offset-40: 4vw;
    --offset-40-hard: 15px;
    --offset-30: 3.2vw;
    --offset-20: 2.6666666667vw;
    --offset-16: 2.1333333333vw;
    --offset-12: 2.1333333333vw;
    --corner-180: 60px;
    --corner-140: 50px;
    --corner-80: 30px;
    --corner-60: 25px;
    --corner-40: 15px;
    --corner-20: 12px;
    --corner-16: 10px;
    --header-height: 56px;
}

html {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

* {
    box-sizing: border-box;
}

body {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    background: var(--primary);
}

body::-webkit-scrollbar {
    display: none;
}

main {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

main:has(.instructions-wrapper) {
    overflow: initial;
}

a,
h1,
h2,
h3,
h4,
h5,
p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    word-break: break-word;
    word-wrap: break-word;
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

fieldset {
    min-width: 0;
}

blockquote,
fieldset,
q {
    border: 0;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    background: transparent;
    outline: 0;
    quotes: none;
}

input,
textarea {
    -webkit-appearance: none;
    background: inherit;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
    outline: none;
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    margin: 0;
    padding: 0;
}

button:active,
button:focus,
button:hover {
    outline: none;
}

[data-barba="container"] {
    flex: 1 1 auto;
    max-width: 100vw;
    position: relative;
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.image-bg {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.image-bg img,
.image-bg video {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.visually-hidden {
    border: 0;
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

[data-modal] {
    cursor: pointer;
}

.svg-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}

.svg-wrapper svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.sup {
    vertical-align: text-top;
}

.content-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: var(--header-height);
}

.container {
    padding-left: var(--offset-side);
    padding-right: var(--offset-side);
}

.container,
.container-small {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.container-small {
    padding-left: var(--pd-offset);
    padding-right: var(--pd-offset);

    --pd-offset: 8vw;
}

.container-large {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--offset-side-large);
    padding-right: var(--offset-side-large);
    width: 100%;
}

#warningHTML {
    width: 100%;
    z-index: 109;
}

.anchor-menu {
    align-self: start;
    gap: var(--offset-16);
}

.anchor-menu,
.anchor-menu__list {
    display: flex;
    flex-direction: column;
}

.anchor-menu__list {
    background-color: #d9dce5;
    border-radius: var(--corner-80);
    gap: var(--offset-20);
    padding: var(--offset-60);
}

.anchor-menu__item {
    align-items: center;
    display: flex;
    gap: var(--offset-20);
    width: fit-content;
    width: fit-content;
}

.anchor-menu__item svg {
    aspect-ratio: 1;
    height: 10px;
    opacity: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    visibility: hidden;
    width: auto;
}

.anchor-menu__item._active svg {
    opacity: 1;
    visibility: visible;
}

.anchor-menu__button {
    color: var(--primary);
    text-align: left;
    width: fit-content;
    width: fit-content;
}

.anchor-menu .anchor-menu__download-link {
    white-space: nowrap;
    width: 100%;
}

.background-wrapper__img {
    left: 0;
    position: absolute;
    top: 0;
}

.background-wrapper__img img {
    width: 100vw;
}

.background-wrapper__bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.banner {
    border-radius: var(--corner-80);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 30px 30px;
    position: relative;
}

.banner__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.banner__bg img,
.banner__img_text {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.banner__text {
    color: var(--brown);
    margin-top: 116px;
}

.banner-instruction {
    padding-bottom: var(--offset-60);
    padding-top: var(--offset-60);
    width: 100%;
}

.banner-instruction__wrapper {
    background-color: var(--grey);
    border-radius: var(--corner-140);
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.banner-instruction__container {
    display: flex;
    gap: var(--offset-16);
    padding: var(--offset-80);
}

.banner-instruction__container-right .banner-instruction__btn {
    margin-top: 25px;
    width: 100%;
}

.banner-instruction__title {
    color: var(--primary);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.banner-instruction__title span {
    color: var(--violet);
}

.banner-instruction__text {
    color: var(--secondary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: balance;
    -webkit-box-orient: vertical;
}

.banner-instruction__content {
    display: flex;
    flex-direction: column;
    gap: var(--offset-40);
    padding: var(--offset-60) 0 0;
}

.banner-instruction__btn {
    width: fit-content;
    width: fit-content;
}

.banner-instruction__cards {
    display: grid;
    gap: var(--offset-16);
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr auto;
    height: 100%;
    width: 100%;
}

.banner-instruction__card {
    background-color: var(--white);
    border-radius: var(--corner-60);
    display: flex;
    min-height: 26.6666666667vw;
    overflow: hidden;
    padding: var(--offset-40);
    position: relative;
}

.banner-instruction__card:not(:last-child) {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    min-height: 58.6666666667vw;
}

.banner-instruction__card:last-child {
    align-items: center;
    border-radius: 100px;
    gap: var(--offset-40);
    grid-column: span 2;
}

.banner-instruction__card-title {
    color: var(--primary);
    display: flex;
    flex-direction: column;
    word-wrap: normal;
    gap: 2.1333333333vw;
    word-break: keep-all;
}

.banner-instruction__card-title span {
    color: var(--secondary);
}

.banner-instruction__card-icon {
    flex-shrink: 0;
    height: 9.3333333333vw;
    width: 9.3333333333vw;
}

.banner-with-video {
    padding: var(--offset-60) var(--offset-side);
    position: relative;
    z-index: 1;
}

.banner-with-video__inner {
    border-radius: var(--corner-140);
    color: var(--white);
    min-height: 429px;
    overflow: hidden;
    padding: var(--offset-80);
    position: relative;
    z-index: 0;
}

.banner-with-video__title sup {
    font-size: 65%;
    line-height: 0;
}

.banner-with-video__text {
    margin-top: var(--offset-40);
}

.banner-with-video__banner {
    align-items: center;
    backdrop-filter: blur(29px);
    background: rgba(62, 46, 177, .4);
    border-radius: 100px;
    display: flex;
    gap: var(--offset-16);
    margin-top: var(--offset-80);
    overflow: hidden;
    padding: var(--offset-16);
    padding-left: 6.6666666667vw;
}

.banner-with-video__banner,
.banner-with-video__banner>span {
    width: fit-content;
    width: fit-content;
}

.banner-with-video__button {
    border-radius: 100px;
    display: flex;
    height: 82px;
    overflow: hidden;
    position: relative;
    transition: scale .3s ease-in-out;
    width: 104px;
}

.banner-with-video__button picture {
    display: flex;
    height: 100%;
    width: 100%;
}

.banner-with-video__button img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.banner-with-video__button .svg-wrapper {
    height: fit-content;
    height: fit-content;
    inset: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-in-out;
    width: fit-content;
    width: fit-content;
    z-index: 1;
}

.banner-with-video__button .svg-wrapper svg {
    aspect-ratio: 1;
    height: 16px;
    width: auto;
}

.banner-with-video__button .svg-wrapper svg path {
    fill: var(--white);
}

.banner-with-video__bg {
    display: flex;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.banner-with-video__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.button {
    align-items: center;
    background-color: var(--bg-color);
    border-radius: var(--corner-20);
    color: var(--text-color);
    display: flex;
    justify-content: center;
    min-height: 46px;
    overflow: hidden;
    padding: 0 var(--side-padding);
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-radius .3s ease-in-out, opacity .3s ease-in-out;
    width: fit-content;
    width: fit-content;

    --side-padding: 8vw;
}

.button:disabled {
    cursor: not-allowed;
}

.button:disabled .button__arrow,
.button:disabled .button__text {
    opacity: .3;
}

.button__bullet {
    flex-shrink: 0;
    margin-right: 11px;
}

.button._green._small,
.button._white._small {
    min-height: 36px;
}

.button._green._small,
.button._violet._small {
    border-radius: var(--corner-16);
}

.button._small {
    padding: 0 var(--corner-40);
}

.button._white {
    --bg-color: var(--white);
    --bg-hover-color: var(--white);
    --text-color: var(--violet);
    --text-hover-color: var(--primary);
}

.button._white:disabled .button__text {
    opacity: .6;
}

.button._white._small {
    --bg-color: var(--white);
    --bg-hover-color: var(--violet-light-on-dark);
    --text-color: var(--primary);
    --text-hover-color: var(--text-color);
    border-radius: 80px;
}

.button._white._small:disabled {
    --bg-color: var(--grey);
}

.button._violet {
    --bg-color: var(--violet-light-on-light-40);
    --bg-hover-color: var(--violet);
    --text-color: var(--primary);
    --text-hover-color: var(--white);
}

.button._violet:disabled {
    --text-color: var(--violet);
}

.button._violet._small {
    --bg-color: var(--violet);
    --bg-hover-color: var(--violet-light-on-dark);
    --text-color: var(--white);
    --text-hover-color: var(--text-color);
    min-height: 36px;
}

.button._green,
.button._green._small {
    --bg-color: var(--green);
    --bg-hover-color: var(--bg-color);
    --text-color: var(--primary);
    --text-hover-color: var(--primary);
}

.button._green._small {
    --radius: var(--corner-16);
}

.button._extra {
    --bg-color: var(--green);
    --bg-hover-color: var(--bg-color);
    --text-color: var(--primary);
    --text-hover-color: var(--primary);
    gap: 2.4vw;
    min-height: 95px;
    width: 45.3333333333vw;
}

.button__text {
    white-space: nowrap;
}

.button__arrow,
.button__text {
    transition: opacity .3s ease-in-out;
}

.button__arrow {
    aspect-ratio: 1;
    height: 8px;
    width: auto;
}

.company-link {
    align-items: center;
    background-color: var(--violet-light-on-dark-40);
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 17.0666666667vw;
    overflow: hidden;
    position: relative;
    transition: background-color .3s ease-in-out;
    width: fit-content;
    width: fit-content;
}

.company-link:hover {
    background-color: var(--white);
}

.company-link:hover .company-link__img-color {
    opacity: 1;
    visibility: visible;
}

.company-link:hover .company-link__img {
    opacity: 0;
    visibility: hidden;
}

.company-link__img,
.company-link__img-color {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 14.4vw;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    width: 23.7333333333vw;
}

.company-link__img-color {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}

.company-link img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.company-link._small-width {
    height: 17.0666666667vw;
}

.company-link._small-width .company-link__img,
.company-link._small-width .company-link__img-color {
    min-height: 14.4vw;
    width: 26.6666666667vw;
}

.cookie {
    border-radius: var(--corner-40);
    bottom: 12px;
    box-shadow: 0 0 43.8px 0 rgba(35, 30, 79, .102);
    display: flex;
    gap: var(--offset-12);
    min-height: 126px;
    opacity: 0;
    padding: var(--offset-30);
    pointer-events: none;
    position: fixed;
    right: var(--offset-30);
    transform: translateY(20px);
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    width: 351px;
    z-index: 120;
}

.cookie__bg {
    border-radius: inherit;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.cookie__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.cookie__content {
    color: var(--primary);
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
}

.cookie__close {
    flex-shrink: 0;
    height: 20px;
    width: 20px;
}

.cookie__close svg {
    color: var(--primary);
}

.cookie._show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.cookie._hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}

.double-title {
    color: var(--violet-light-on-dark);
    flex-direction: column;
    padding-bottom: var(--offset-60);
    padding-top: var(--offset-60);
    position: relative;
}

.double-title,
.double-title__first {
    align-items: center;
    display: flex;
}

.double-title__first {
    gap: 1.6vw;
}

.double-title__img {
    flex-shrink: 0;
    height: var(--img-size);
    -o-object-fit: contain;
    object-fit: contain;
    width: var(--img-size);

    --img-size: 28px;
}

.double-title__backlight {
    filter: blur(80px);
    left: 0;
    position: absolute;
    top: 0;
    width: 54%;
    z-index: -1;
}

.faq-backlight {
    bottom: 0;
    filter: blur(80px);
    position: absolute;
    right: 0;
    transform: translateZ(0);
    z-index: -2;
}

.faq-banner {
    padding: var(--offset-60) var(--offset-side);
    position: relative;
}

.faq-banner__inner {
    border-radius: var(--corner-180);
    display: flex;
    flex-direction: column;
    height: 166.6666666667vw;
    max-height: 1000px;
    min-height: 625px;
    overflow: hidden;
    padding: var(--padding-t-b) var(--offset-60);
    position: relative;

    --padding-t-b: 40px;
}

.faq-banner__title {
    color: var(--white);
    font-weight: 600;
}

.faq-banner__advantages {
    display: flex;
    flex-wrap: wrap;
    gap: var(--offset-12);
    margin-top: var(--offset-30);
}

.faq-banner__advantages-item {
    align-items: center;
    backdrop-filter: blur(28px);
    background-color: var(--white-30);
    border-radius: 10px;
    color: var(--white);
    display: inline-flex;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: var(--offset-12);
    width: fit-content;
    width: fit-content;
}

.faq-banner__bottom {
    display: flex;
    flex-direction: column;
    gap: var(--offset-60);
    margin-top: auto;
}

.faq-banner__note {
    color: var(--white-30);
}

.faq-banner__bg {
    display: flex;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.faq-banner__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.faq-question {
    padding: var(--offset-60) var(--offset-side);
    position: relative;
}

.faq-question__backlight {
    filter: blur(80px);
    left: -3%;
    max-height: 100%;
    position: absolute;
    top: -6%;
    transform: translateZ(0);
    width: calc(100% + var(--offset-side)*2);
    z-index: -1;
}

.faq-question__inner {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
}

.faq-question__main {
    background-color: var(--white);
    border-radius: var(--corner-140);
    overflow: hidden;
    padding: var(--offset-80);
}

.faq-question__main-text,
.faq-question__main-title {
    color: var(--secondary);
}

.faq-question__main-title {
    font-weight: 600;
    text-wrap: balance;
}

.faq-question__main-text {
    margin-top: var(--offset-30);
}

.faq-question__backLink {
    margin-top: var(--offset-60);
}

.faq-question__next {
    background: linear-gradient(42.23deg, #9b71dd 2.29%, #ccabff 97.23%);
    border-radius: var(--corner-80);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: var(--offset-60) var(--offset-80);
    width: 40%;
}

.faq-question__next-title {
    color: var(--white);
}

.faq-question__next-text {
    color: var(--grey);
    margin-top: var(--offset-20);
}

.faq-question__nextLink {
    height: fit-content;
    height: fit-content;
    margin-top: var(--offset-30);
}

.footer {
    padding-bottom: var(--offset-80);
    padding-top: var(--offset-60);
}

.footer__wrapper {
    display: grid;
    gap: var(--offset-16);
}

.footer__privacy-policy {
    background: linear-gradient(71.17deg, #4b6fc9 25.26%, #a4b6ef 94.63%), linear-gradient(0deg, #6d95ff, #6d95ff);
    border-radius: var(--corner-40);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 170px;
    overflow: hidden;
    padding: var(--offset-40);
    position: relative;
}

.footer__privacy-policy-logo {
    display: block;
    flex-shrink: 0;
    height: 37px;
    transition: opacity .3s ease-in-out;
    width: 170px;
}

.footer__privacy-policy-bottom {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    justify-content: space-between;
}

.footer__privacy-policy-copyright {
    color: rgba(var(--white-rgb), .6);
}

.footer__privacy-policy-link {
    color: var(--white);
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
    transition: text-decoration-color .3s ease-in-out;
}

.footer__safety {
    background: linear-gradient(42.23deg, #9b71dd 2.29%, #ccabff 97.23%);
    border-radius: var(--corner-40);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 170px;
    overflow: hidden;
    padding: var(--offset-30);
    position: relative;
}

.footer__safety-text {
    color: var(--white);
}

.footer__safety-link {
    background-color: var(--white-30);
    border-radius: var(--corner-16);
    display: flex;
    flex-shrink: 0;
    height: 35px;
    transition: background-color .3s ease-in-out;
    width: 37px;
}

.footer__safety-link svg {
    flex-shrink: 0;
    height: 8px;
    width: 8px;
}

.footer__address {
    align-items: center;
    background: linear-gradient(343.23deg, #bae883 -52.73%, #77af34 106.92%), linear-gradient(0deg, #74c800, #74c800);
    border-radius: var(--corner-40);
    display: flex;
    font-style: normal;
    justify-content: center;
    min-height: 121px;
    overflow: hidden;
    padding: 5px var(--offset-20);
    position: relative;
    text-align: center;
}

.footer__address-text {
    color: var(--white);
    width: 62.9333333333vw;
}

.footer__cards-flex {
    display: flex;
    flex-direction: column;
    gap: var(--offset-16);
}

.footer__email {
    align-items: center;
    background: linear-gradient(338.17deg, #f4d03d 15.07%, #ff9317 133.47%), linear-gradient(0deg, #ffa600, #ffa600);
    color: var(--white);
    display: inline-flex;
    justify-content: center;
    min-height: 41px;
    padding: 0 var(--offset--side);
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
    transition: text-decoration-color .3s ease-in-out;

    --offset--side: 6.4vw;
    border-radius: 100px;
}

.header {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: var(--header-height);
    justify-content: space-between;
    position: absolute;
    z-index: 100;

    --padding-block: 10px;
    --padding-inline: 15px;
}

.header__menu-link._active {
    pointer-events: none;
}

.header__section {
    color: var(--primary);
    display: flex;
    gap: var(--offset-12);
}

.header .header__links a,
.header__links .header a {
    background: var(--white);
    border-radius: var(--corner-16);
    padding: var(--padding-block) var(--padding-inline);
}

.header__logo-link[disabled] {
    pointer-events: none;
}

.header__logo {
    align-items: center;
    background: var(--violet);
    border-radius: var(--corner-16);
    display: flex;
    justify-content: center;
    transition: background-color .3s;
    width: 36px;
}

.header__logo,
.header__logo svg {
    aspect-ratio: 1;
}

.header__logo svg {
    width: 12px;
}

.header__main-link {
    align-items: center;
    background: var(--white);
    border-radius: calc(var(--corner-16)*1.2) var(--corner-16) var(--corner-16) calc(var(--corner-16)*1.2);
    display: flex;
    gap: 2.6666666667vw;
    padding-right: var(--padding-inline);
    transition: color .3s;
}

.header__main-link[disabled] {
    pointer-events: none;
}

.header__links {
    gap: 8px;
}

.header__links,
.header__links a {
    align-items: center;
    display: flex;
}

.header__links a {
    height: 100%;
    transition: color .3s;
}

.header__links a._active {
    color: var(--secondary);
}

.header__burger-btn {
    align-items: center;
    background: var(--white);
    border-radius: 10px;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 40px;
}

.header.burger-open .header__burger-btn .svg-wrapper:first-child,
.header__burger-btn .svg-wrapper:last-child {
    display: none;
}

.header.burger-open .header__burger-btn .svg-wrapper:last-child {
    display: flex;
}

.header__burger {
    background: var(--primary);
    border-radius: 0 0 var(--corner-80) var(--corner-80);
    box-shadow: 0 0 104px 0 hsla(0deg, 0%, 100%, .1);
    left: 0;
    padding: 86px var(--offset-side) var(--offset-80-hard);
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: transform .3s ease-in-out;
    width: 100%;
    z-index: -1;
}

.header.burger-open .header__burger {
    transform: translateY(0);
}

.header__burger li:not(:last-child) {
    margin-bottom: var(--offset-80-hard);
}

.information-with-content {
    background-color: var(--grey);
    border-radius: var(--corner-180);
    margin-bottom: var(--offset-60);
    margin-top: var(--offset-60);
    padding: var(--offset-80) var(--offset-side);
}

.information-with-content__bottomTitle,
.information-with-content__title {
    color: var(--primary);
    text-align: center;
}

.information-with-content__bottomTitle span,
.information-with-content__title span {
    color: var(--violet-light-on-light);
}

.information-with-content__video {
    border-radius: var(--corner-140);
    height: 541px;
    margin: var(--offset-40) auto 0;
    max-width: 335px;
    overflow: hidden;
    position: relative;
}

.information-with-content__video>video {
    -o-object-fit: cover;
    object-fit: cover;
}

.information-with-content__bottomTitle {
    margin-top: var(--offset-80);
}

.information-with-content__note {
    color: var(--violet-light-on-light-40);
    margin-top: var(--offset-20);
    text-align: center;
}

.information-with-content__overlay {
    color: var(--white);
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.information-with-content__overlay-text {
    color: var(--violet-light-on-light-40);
    left: 49px;
    position: absolute;
    top: 25px;
}

.information-with-content__overlay-title {
    left: 15%;
    position: absolute;
    top: 11%;
    width: 262px;
}

.information-with-content__overlay-block {
    align-items: center;
    bottom: 4.5%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 209px;
}

.information-with-content__overlay-block .title {
    text-align: center;
    width: 110%;
}

.information-with-content__overlay-block .tag {
    align-items: center;
    background-color: var(--lime);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: var(--offset-16) var(--offset-20);
    width: 100%;
}

.information-with-content__overlay-block .note {
    color: var(--violet-light-on-dark-40);
}

.instructions-banner {
    border-radius: 120px;
    display: flex;
    overflow: hidden;
    padding: 0 var(--padding-l-r);
    position: relative;
    width: 100%;
}

.instructions-banner:not(:first-child) {
    margin-top: var(--offset-16);
}

.instructions-banner {
    height: 104.5333333333vw;

    --padding-l-r: 8vw;
}

.instructions-banner__content {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
    position: relative;
    width: 43.4666666667vw;
}

.instructions-banner__title {
    color: var(--white);
}

.instructions-banner__bg {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.instructions-banner__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.instructions-cards {
    display: flex;
    flex-direction: column;
    margin-top: var(--offset-top);
    scroll-margin-top: var(--offset-top);
}

.instructions-cards:not(:first-child) {
    --offset-top: 6.6666666667vw;
}

.instructions-cards {
    gap: 2.6666666667vw;

    --padding-l-r: 5.3333333333vw;
}

.instructions-cards__title {
    color: var(--primary);
    padding: 0 var(--padding-l-r);
}

.instructions-cards__main {
    display: grid;
    gap: var(--offset-16);
}

.instructions-cards__card {
    align-items: center;
    background-color: var(--white);
    border-radius: var(--corner-60);
    display: flex;
    gap: 3.2vw;
    padding: var(--padding-l-r);
}

.instructions-cards__card-content {
    display: flex;
    flex-direction: column;
    gap: 2.1333333333vw;
    max-width: 44.2666666667vw;
}

.instructions-cards__card svg {
    aspect-ratio: 1;
    height: 35px;
    width: auto;
}

.instructions-cards__card-title {
    color: var(--primary);
    max-width: 35.2vw;
}

.instructions-cards__card-text {
    color: var(--secondary);
    max-width: 49.6vw;
}

.instructions-cards__content {
    margin-top: 0 !important;
}

.instructions-content {
    background-color: var(--white);
    border-radius: var(--corner-80);
    color: var(--secondary);
    display: flex;
    flex-direction: column;
    gap: var(--offset-25);
    height: fit-content;
    height: fit-content;
}

.instructions-content:not(:first-child) {
    margin-top: var(--offset-16);
}

.instructions-content {
    padding: 5.3333333333vw;

    --offset-25: 2.6666666667vw;
}

.instructions-content__title {
    color: var(--primary);
}

.instructions-content__text .sup {
    font-size: inherit;
}

.instructions-content__list ul {
    padding-left: 1.5em;
}

.instructions-content__list li {
    list-style-type: disc;
}

.instructions-content__details {
    display: flex;
    flex-direction: column;
    gap: var(--offset-16);
}

.instructions-content__details-title {
    color: var(--primary);
}

.instructions-content__details-text .sup {
    line-height: 1;
}

.instructions-content__alert {
    align-items: flex-start;
    background-color: var(--grey);
    border-radius: var(--corner-40);
    display: flex;
    gap: var(--offset-16);
    padding: var(--offset-25);
}

.instructions-content__alert svg {
    aspect-ratio: 1;
    height: 35px;
    width: auto;
}

.instructions-content__alert .sup {
    line-height: 1;
}

.instructions-info {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin-top: var(--offset-top);
    scroll-margin-top: var(--offset-top);
}

.instructions-info:not(:first-child) {
    --offset-top: 6.6666666667vw;
}

.instructions-info {
    --gap: 2.6666666667vw;
    --padding-l-r: 5.3333333333vw;
}

.instructions-info__title {
    color: var(--primary);
    padding: 0 var(--padding-l-r);
}

.instructions-info__content {
    align-items: center;
    background-color: var(--white);
    border-radius: 180px;
    display: flex;
    gap: var(--gap);
    padding: 5.3333333333vw;
}

.instructions-info__content svg {
    aspect-ratio: 1;
    height: 35px;
    width: auto;
}

.instructions-info__inner {
    display: flex;
    flex-direction: column;
    gap: var(--offset-16);
}

.instructions-info__inner-title {
    color: var(--primary);
}

.instructions-info__inner-text {
    color: var(--secondary);
}

.instructions-wrapper {
    padding: var(--offset-t-b) var(--offset-side);

    --offset-t-b: 4vw;
}

.instructions-wrapper__inner {
    height: auto;
    position: relative;
    transition: height .3s ease-in-out;
}

.instructions-wrapper__tab {
    background-color: var(--grey);
    border-radius: var(--corner-180);
    left: 0;
    opacity: 0;
    padding: var(--offset-side);
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .6s ease-in-out, visibility .6s ease-in-out;
    visibility: hidden;
    width: 100%;
}

.instructions-wrapper__tab._active {
    opacity: 1;
    pointer-events: all;
    position: static;
    visibility: visible;
}

.instructions-wrapper__title {
    color: var(--primary);
    text-align: center;
}

.instructions-wrapper__title span {
    color: var(--violet-light-on-light);
}

.instructions-wrapper__main {
    display: grid;
    gap: var(--offset-16);
    margin-top: var(--offset-30);
}

.instructions-wrapper__content,
.large-card {
    display: flex;
    flex-direction: column;
}

.large-card {
    border-radius: var(--corner-140);
    color: var(--white);
    min-height: 741px;
    overflow: hidden;
    padding: var(--offset-80);
    position: relative;
    width: 100%;
    z-index: 0;
}

.large-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
}

.large-card__list {
    display: flex;
    flex-direction: column;
    gap: var(--offset-16);
    margin-top: var(--offset-40);
    max-width: 73.3333333333vw;
}

.large-card__list li {
    align-items: center;
    display: flex;
    gap: var(--offset-20);
}

.large-card__list li svg {
    aspect-ratio: 1;
    height: 14px;
    width: auto;
}

.large-card__list li svg rect {
    fill: var(--green);
}

.large-card__link {
    margin-top: var(--offset-60);
}

.large-card__info {
    align-items: center;
    background: linear-gradient(91.4deg, #81b246 10.98%, #addb76 109.08%);
    border-radius: 100px;
    display: grid;
    gap: var(--offset-20);
    grid-auto-flow: column;
    margin-top: auto;
    padding: var(--offset-16) var(--offset-20);
    position: relative;
    width: 275px;
}

.large-card__info picture {
    aspect-ratio: 1;
    display: flex;
    height: 8.5333333333vw;
    mix-blend-mode: overlay;
    width: auto;
}

.large-card__bottomText {
    margin-top: var(--offset-40);
}

.large-card__bg {
    display: flex;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.large-card__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.lead-main {
    padding-bottom: var(--offset-60);
    padding-top: var(--offset-30);
    width: 100%;
}

.lead-main__wrapper {
    border-radius: var(--corner-180);
    height: 100%;
    height: 176vw;
    max-height: 924px;
    min-height: 660px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.lead-main__container {
    display: grid;
    height: 100%;
    min-height: inherit;
    padding: var(--offset-80) var(--offset-80) 5.3333333333vw;
    width: 100%;
}

.lead-main__body,
.lead-main__content {
    display: flex;
    flex-direction: column;
}

.lead-main__content {
    gap: var(--offset-40);
    padding: var(--offset-60) 0 var(--offset-80);
}

.lead-main__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.lead-main__text,
.lead-main__title {
    color: var(--grey);
}

.lead-main__text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 74.6666666667vw;
    -webkit-box-orient: vertical;
}

.lead-main__btn {
    width: fit-content;
    width: fit-content;
}

.lead-main__note {
    color: var(--white-30);
    margin-top: auto;
}

.lead-small {
    display: flex;
    flex-direction: column;
    gap: var(--offset-40);
    padding-bottom: var(--offset-20);
    padding-top: 13.3333333333vw;
}

.lead-small__title {
    color: var(--white);
}

.lead-tab {
    background-color: var(--white);
    border-radius: var(--corner-80);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    position: relative;
    transition-duration: .6s;
    transition-property: max-height, gap, width;
    transition-timing-function: ease-in-out;

    --inactive-tab-size: 56vw;
    --active-image-size: 59.4666666667vw;
}

.lead-tab__picture {
    clip-path: circle(100% at 50% 0);
    transition-duration: .6s, .6s, 1.2s;
    transition-property: height, flex, clip-path;
    transition-timing-function: ease-in-out;
}

.lead-tab__picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.lead-tab p,
.lead-tab__content {
    color: var(--primary);
}

.lead-tab__content {
    display: flex;
    flex-direction: column;
    gap: var(--offset-16);
    opacity: 0;
    padding: 0 var(--offset-80) var(--offset-80);
    text-align: left;
    transform: translateY(10%);
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
    visibility: hidden;
}

.lead-tab__text {
    text-transform: none;
}

.lead-tab__icon {
    bottom: var(--offset-40);
    position: absolute;
    right: var(--offset-40);
}

.lead-tab._active {
    gap: 8vw;
}

.lead-tab._active .lead-tab__picture {
    clip-path: circle(100% at 50% -15%);
}

.lead-tab._active .lead-tab__content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .45s;
    visibility: visible;
}

.lead-with-tabs {
    padding: var(--offset-40) var(--offset-side);
}

.lead-with-tabs__inner {
    border-radius: var(--corner-180);
    display: flex;
    flex-direction: column;
    gap: var(--offset-60);
    overflow: hidden;
    padding: var(--offset-80);
    position: relative;
}

.lead-with-tabs__inner h1 {
    color: var(--white);
}

.lead-with-tabs__tabs {
    display: flex;
    flex-direction: column;
    gap: var(--offset-16);
}

.lead-with-tabs__bg {
    display: flex;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.lead-with-tabs__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.lead-with-video {
    padding-bottom: var(--offset-60);
    padding-top: var(--offset-30);
    width: 100%;
}

.lead-with-video__content {
    color: var(--grey);
    display: flex;
    flex-direction: column;
    gap: var(--offset-40);
    padding: var(--offset-60) 0 var(--offset-80);
}

.lead-with-video__wrapper {
    border-radius: var(--corner-180);
    height: 100%;
    min-height: 586px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.lead-with-video__container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: var(--offset-80);
    width: 100%;
}

.lead-with-video__btn {
    width: fit-content;
    width: fit-content;
}

.lead-with-video__right {
    align-items: center;
    border-radius: var(--corner-140);
    display: flex;
    height: 54.9333333333vw;
    justify-content: center;
    margin-top: 13.3333333333vw;
    overflow: hidden;
    position: relative;
    width: 73.3333333333vw;
}

.lead-with-video__btn-open-modal {
    background-color: var(--green);
    border-radius: var(--corner-20);
    height: 44px;
    position: relative;
    transition: border-radius .3s ease-in-out;
    width: 55px;
}

.lead-with-video__btn-open-modal svg {
    flex-shrink: 0;
    height: 16px;
    width: 16px;
}

.line-drugs {
    display: flex;
    flex-direction: column;
    gap: var(--offset-40);
    padding-bottom: var(--offset-60);
    padding-top: var(--offset-60);
}

.line-drugs__title {
    align-items: center;
    color: var(--white);
    display: inline-block;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.line-drugs__title span {
    color: var(--violet-light-on-dark);
}

.line-drugs__wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--offset-16);
}

.line-drugs__links {
    display: grid;
    gap: var(--offset-16);
    grid-template-columns: repeat(2, 1fr);
}

.line-drugs__link {
    flex: 1;
    width: 100%;
}

.line-drugs__cards {
    display: flex;
    gap: var(--offset-16);
}

.line-drugs__card-wrapper {
    background-color: var(--white);
    color: var(--primary);
    display: flex;
    height: 100%;
    height: 138.4vw;
    min-height: auto;
    transform: translateZ(0);
    will-change: transform;
}

.line-drugs__card {
    border-radius: var(--corner-80);
    overflow: hidden;
    position: relative;
}

.line-drugs__card._width-small .line-drugs__card-wrapper {
    gap: 4.2666666667vw;
    min-height: 466px;
}

.line-drugs__card._width-small .line-drugs__card-right-wrapper {
    padding-left: 6.6666666667vw;
    padding-top: 6.6666666667vw;
}

.line-drugs__card:not(.line-drugs__card._width-small) {
    flex: 1;
}

.line-drugs__card:not(.line-drugs__card._width-small) .line-drugs__card-wrapper {
    gap: 4.2666666667vw;
}

.line-drugs__card:not(.line-drugs__card._width-small) .line-drugs__card-right-wrapper {
    padding-right: 6.6666666667vw;
    padding-top: 6.6666666667vw;
}

.line-drugs__card-info-number {
    align-items: center;
    background-color: var(--grey);
    border-radius: 120px;
    display: flex;
    height: 11.2vw;
    justify-content: center;
    width: 11.2vw;
}

.line-drugs__card-left {
    clip-path: ellipse(88% 100% at 50% 100%);
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.line-drugs__card-right-wrapper {
    height: 100%;
    width: 100%;
}

.line-drugs__card-content {
    display: flex;
    flex-direction: column;
    gap: var(--offset-20);
    margin-top: var(--offset-40);
    width: fit-content;
    width: fit-content;
}

.line-drugs__card-info {
    align-items: center;
    display: flex;
    gap: 2.6666666667vw;
}

.line-drugs__card-left-img {
    height: 100%;
    width: 100%;
}

.line-drugs__card-left-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.line-drugs__card-btn {
    margin-top: var(--offset-60);
    width: fit-content;
    width: fit-content;
}

.list-company {
    display: flex;
    flex-direction: column;
    gap: var(--offset-60);
    padding-bottom: var(--offset-120);
    padding-top: var(--offset-120);

    --offset-120: 13.3333333333vw;
}

.list-company__title {
    color: var(--white);
}

.list-company__title span {
    color: var(--violet-light-on-light);
    white-space: nowrap;
}

.list-company__links {
    display: grid;
    gap: var(--offset-16);
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.list-company__link {
    height: 100%;
    width: 100%;
}

.modal {
    height: 100dvh;
    inset: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    visibility: hidden;
    z-index: 110;
}

.modal,
.modal__wrapper {
    background-color: var(--black-70);
    width: 100%;
}

.modal__wrapper {
    cursor: pointer;
    height: 100%;
}

.modal__content,
.modal__wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}

.modal__content {
    width: fit-content;
    width: fit-content;
}

.modal._show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.not-found {
    padding: var(--offset-60) var(--offset-160);
    width: 100vw;
}

.not-found__wrapper {
    background: linear-gradient(315.92deg, rgba(68, 43, 187, .62) 46.36%, rgba(80, 75, 187, .62) 76.75%, rgba(131, 110, 229, .62) 93.42%);
    border-radius: var(--corner-180);
    color: var(--white-grey);
    height: 100%;
    height: 630px;
    overflow: hidden;
    padding: var(--corner-140);
    position: relative;
    width: 100%;
}

.not-found__bg {
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    width: 100%;
}

.not-found__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.not-found__content {
    position: relative;
    z-index: 1;
}

.not-found__info {
    display: flex;
    flex-direction: column;
    gap: var(--offset-30);
    padding-bottom: var(--offset-80);
    padding-top: var(--offset-40);
}

.not-found__subtitle {
    text-transform: none;
}

.question-link {
    background-color: var(--white);
    border-radius: var(--corner-80);
    color: var(--tertiary);
    -moz-column-gap: var(--offset-16);
    column-gap: var(--offset-16);
    display: grid;
    grid-template-columns: auto 9.3333333333vw;
    overflow: hidden;
    padding: var(--offset-40) var(--side-padding);
    position: relative;

    --icon-height: 35px;
    --side-padding: 5.3333333333vw;
}

.question-link__title {
    align-self: center;
}

.question-link__icon {
    align-items: center;
    align-self: center;
    background-color: var(--violet-light-on-dark-40);
    border-radius: 50%;
    color: var(--primary);
    display: flex;
    flex-shrink: 0;
    height: var(--icon-height);
    justify-content: center;
    overflow: hidden;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.question-link__icon,
.question-link__icon svg {
    aspect-ratio: 1;
    width: auto;
}

.question-link__icon svg {
    height: 12px;
}

.question-link__content {
    display: -webkit-box;
    grid-column: span 2;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    margin-top: 2.6666666667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.questions {
    padding: var(--offset-60) var(--offset-side);
    width: 100%;
}

.questions__inner {
    border-radius: var(--corner-140);
    display: flex;
    flex-direction: column;
    gap: var(--offset-80);
    overflow: hidden;
    padding: var(--offset-80) 6.6666666667vw;
    position: relative;
}

.questions__title {
    color: var(--primary);
}

.questions__title span {
    color: var(--violet);
}

.questions__main {
    gap: var(--offset-40);
}

.questions__items,
.questions__main {
    display: flex;
    flex-direction: column;
}

.questions__items {
    gap: var(--offset-16);
}

.questions__bg {
    background-color: #e1e5ed;
    height: 100%;
    inset: 0;
    position: absolute;
    z-index: -1;
}

.questions__bg,
.questions__bg img,
.questions__bg picture {
    display: flex;
    width: 100%;
}

.questions__bg picture {
    bottom: 0;
    left: 0;
    position: absolute;
}

.scroll-slider-cards {
    padding-bottom: var(--offset-60);
    padding-top: var(--offset-60);
    position: relative;
    width: 100%;
}

.scroll-slider-cards__backlight {
    filter: blur(80px);
    left: calc(var(--offset-side)*-1);
    position: absolute;
    top: -13%;
    transform: translateZ(0);
    width: calc(200% + var(--offset-side)*2);
    z-index: -1;
}

.scroll-slider-cards__title {
    color: var(--white);
    margin-bottom: var(--offset-80-hard);
    text-align: center;
}

.scroll-slider-cards__title span {
    color: var(--violet-light-on-dark);
}

.scroll-slider-cards__cards {
    display: flex;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    will-change: transform;
}

.scroll-slider-cards__cards-scroll>div:nth-child(2n) .scroll-slider-cards__cards-item:nth-child(odd),
.scroll-slider-cards__cards-scroll>div:nth-child(odd) .scroll-slider-cards__cards-item:nth-child(2n) {
    margin-top: var(--offset-80-hard);
}

.scroll-slider-cards__cards-item {
    border-radius: var(--corner-60);
    flex-shrink: 0;
    height: 99.7333333333vw;
    margin-right: var(--offset-16);
    overflow: hidden;
    position: relative;
    width: 75.4666666667vw;
}

.scroll-slider-cards__cards-item img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.scroll-slider-cards__footnote {
    color: var(--violet-light-on-dark-40);
    margin-top: var(--offset-80);
}

.scroll-slider-with-banner {
    padding-bottom: var(--offset-60);
    padding-top: var(--offset-60);
    width: 100%;
}

.scroll-slider-with-banner__top {
    position: relative;
}

.scroll-slider-with-banner__backlight {
    filter: blur(80px);
    left: calc(var(--offset-side)*-1);
    pointer-events: none;
    position: absolute;
    top: -14%;
    transform: translateZ(0);
    width: calc(100% + var(--offset-side)*2);
    z-index: -1;
}

.scroll-slider-with-banner__title {
    color: var(--white);
    margin-bottom: var(--offset-40-hard);
    text-align: center;
}

.scroll-slider-with-banner__title span {
    color: var(--violet-light-on-dark);
}

.scroll-slider-with-banner .banner {
    margin-bottom: var(--offset-16);
}

.scroll-slider-with-banner__cards {
    display: flex;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    will-change: transform;
}

.scroll-slider-with-banner__cards-item {
    align-items: flex-end;
    border-radius: var(--corner-60);
    display: flex;
    flex-shrink: 0;
    height: 45.3333333333vw;
    justify-content: flex-start;
    margin-right: var(--offset-16);
    overflow: hidden;
    padding: var(--offset-30);
    position: relative;
    width: 72vw;
}

.scroll-slider-with-banner__cards-item:nth-child(2n) {
    margin-top: var(--offset-80-hard);
}

.scroll-slider-with-banner__cards-item img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.scroll-slider-with-banner__cards-item .tag {
    max-width: 72%;
}

.scroll-slider-with-banner__footnote {
    color: var(--violet-light-on-dark-40);
    margin-top: var(--offset-16);
}

.scrolling-cards {
    display: flex;
    flex-wrap: nowrap;
}

.scrolling-cards__item {
    display: flex;
    will-change: transform;
}

.section-questions {
    padding-bottom: var(--offset-40);
    padding-top: var(--offset-40);
}

.section-questions__wrapper {
    background-color: var(--grey);
    border-radius: var(--corner-140);
    display: grid;
    gap: var(--offset-16);
    padding: var(--offset-side);
    position: relative;
}

.section-questions__card {
    align-items: center;
    background-color: var(--grey-light);
    border-radius: var(--corner-60);
    display: flex;
    flex-direction: column;
    gap: var(--offset-60);
    justify-content: space-between;
    min-height: 36.8vw;
    overflow: hidden;
    padding: var(--offset-60);
    position: relative;
}

.section-questions__right-main {
    width: 100%;
}

.section-questions__left-main {
    display: flex;
    flex-direction: column;
    gap: var(--offset-40);
    width: 100%;
}

.section-questions__card-text {
    color: var(--primary);
    flex: 1;
}

.section-questions__items {
    display: flex;
    flex-direction: column;
    gap: var(--offset-16);
}

.section-questions__card-btn {
    width: 100%;
}

.section-policy {
    padding-bottom: var(--offset-40);
    padding-top: var(--offset-40);
}

.section-policy__wrapper {
    background-color: var(--grey);
    border-radius: var(--corner-140);
    padding: var(--offset-side);
    position: relative;
    font-family: Roboto, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3;
    font-size: clamp(1rem, 2.5vw + -1rem, 1.25rem);
}

.section-policy__wrapper a {
    color: var(--violet-light-on-dark);
    text-decoration: underline;
}

.section-policy__wrapper li,
.section-policy__wrapper ul {
    list-style: inherit;
}

.section-policy__wrapper h3 {
    font-size: 130%;
    font-weight: bold;
    margin: 20px 0;
    text-align: left;
}

.section-policy__wrapper p,
.section-policy__wrapper ul,
.section-policy__wrapper ol {
    margin-bottom: 0.5rem;
}

.section-policy__wrapper ul {
    list-style: disc;
    padding-left: 20px;
}

.section-policy__wrapper ol {
    padding-left: 20px;
}

.section-policy__wrapper table {
    border-collapse: collapse;
    display: block;
    overflow: auto;
    width: 100%;
    margin: 20px 0;
    font-family: inherit;
}

.section-policy__wrapper table th {
    font-weight: 700;
}

.section-policy__wrapper table,
.section-policy__wrapper th,
.section-policy__wrapper td {
    border: 1px solid #d2d2d2;
}

.section-policy__wrapper th,
.section-policy__wrapper td {
    padding: 8px;
    text-align: left;
}


.small-card {
    background: linear-gradient(332.35deg, #e29740 31.03%, #ffe786 96.03%);
    border-radius: var(--corner-140);
    color: var(--brown);
    display: flex;
    flex-direction: column;
    min-height: 70.6666666667vw;
    min-height: 265px;
    overflow: hidden;
    padding: 10.6666666667vw var(--offset-80);
    position: relative;
}

.small-card__text {
    margin-top: var(--offset-40);
}

.small-card__topText {
    margin-top: auto;
}

.small-card__list {
    display: flex;
    flex-direction: column;
    gap: var(--offset-16);
    margin-top: 2.6666666667vw;
}

.small-card__list li {
    align-items: center;
    display: flex;
    gap: var(--offset-20);
}

.small-card__list li svg {
    aspect-ratio: 1;
    height: 14px;
    width: auto;
}

.small-card__list li svg rect {
    fill: var(--white);
}

.small-card__bottomText {
    margin-top: var(--offset-40);
}

.small-card__bg {
    display: flex;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.small-card__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.spoiler {
    background-color: var(--white);
    border-radius: var(--corner-80);
    color: var(--tertiary);
    overflow: hidden;
    padding: var(--offset-40) var(--side-padding);

    --side-padding: 5.3333333333vw;
}

.spoiler__header {
    align-items: center;
    color: inherit;
    display: flex;
    gap: var(--offset-16);
    justify-content: space-between;
    text-align: left;
    width: 100%;
}

.spoiler__body {
    height: 0;
    overflow: hidden;
    transition: height .3s ease-in-out;
}

.spoiler__inner {
    opacity: 0;
    padding-top: var(--offset-20);
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    visibility: hidden;
}

.spoiler._opened .spoiler__inner {
    opacity: 1;
    visibility: visible;
}

.spoiler-icon {
    --bg-color: var(--violet-light-on-dark-40);
    --bg-hover-color: var(--violet-light-on-dark-80);
    align-items: center;
    aspect-ratio: 1;
    background-color: var(--bg-color);
    border-radius: 50%;
    display: flex;
    height: 9.3333333333vw;
    justify-content: center;
    position: relative;
    transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
    width: auto;
}

.spoiler-icon::after,
.spoiler-icon::before {
    background-color: var(--primary);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transition: background-color .3s ease-in-out, rotate .3s ease-in-out;
    width: 12px;
}

.spoiler-icon::after {
    rotate: 90deg;
}

.spoiler-icon._light {
    --bg-color: var(--grey);
    --bg-hover-color: var(--tertiary);
}

.spoiler-icon._active::after {
    rotate: 0deg;
}

.tag {
    backdrop-filter: blur(28px);
    background: var(--whiite-30);
    border-radius: var(--corner-16);
    color: var(--white);
    padding-block: 6px;
    padding-inline: 8px;
}

.text-with-bullet {
    --bullet: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Crect width='14' height='14' x='1' y='1' fill='%236143CA' rx='1.789'/%3E%3C/svg%3E");
    align-items: center;
    color: var(--white);
    display: inline-flex;
    font-family: Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    gap: 2.6666666667vw;
    letter-spacing: -.02em;
    line-height: 1.1;
    text-transform: uppercase;

    --width-bullet: 12px;
}

.text-with-bullet::before {
    background: var(--bullet) no-repeat center/contain;
    content: "";
    height: var(--width-bullet);
    width: var(--width-bullet);
}

.text-with-bullet._small {
    font-family: Roboto, Arial, sans-serif;
    font-size: .625rem;
    font-weight: 500;
    gap: 2.1333333333vw;
    letter-spacing: -.02em;
    line-height: 1.1;
    text-transform: uppercase;

    --width-bullet: 10px;
}

.three-cards {
    padding: var(--offset-60) 0;
    position: relative;
    width: 100%;
}

.three-cards__inner {
    background-color: var(--grey);
    border-radius: var(--corner-180);
    padding: var(--offset-80) var(--offset-side);
}

.three-cards__title {
    color: var(--primary);
    text-align: center;
}

.three-cards__title span {
    color: var(--violet);
}

.three-cards__main {
    display: grid;
    gap: var(--offset-16);
    margin-top: var(--offset-40);
}

.three-cards__card,
.three-cards__largeCard {
    z-index: 0;
}

.uteka-widget-section {
    padding-top: var(--offset-40);
}

.uteka-widget-section__wrapper {
    border-radius: var(--corner-180);
    overflow: hidden;
    position: relative;
}

.video {
    display: none;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.video:not([data-show]) {
    display: block;
}

.video-modal__wrapper {
    display: flex;
    flex-direction: column;
    width: 89.3333333333vw;
}

.video-modal__close {
    flex-shrink: 0;
    height: 36px;
    margin-left: auto;
    width: 36px;
}

.video-modal__close svg {
    color: var(--white);
    height: 16px;
    transition: color .3s ease-in-out;
    width: 16px;
}

.video-modal__video {
    background-color: var(--black);
    border-radius: var(--corner-20);
    display: flex;
    height: fit-content;
    height: fit-content;
    height: 322px;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    width: 100%;
    will-change: transform;
}

@media (min-width:320px) {
    .h-1 {
        font-size: clamp(2.25rem, 3.5623409669vw + 1.4150763359rem, 3.125rem);
    }

    .h-2,
    .h-3,
    .scroll-slider-cards__title sup,
    .scroll-slider-with-banner__title sup {
        font-size: clamp(1.375rem, 1.0178117048vw + 1.1364503817rem, 1.625rem);
    }

    .lead-main__text span,
    .t-1,
    .t-1-b,
    .t-1-m {
        font-size: clamp(1.125rem, .5089058524vw + 1.0057251908rem, 1.25rem);
    }

    .banner-instruction__card-title span,
    .t-2,
    .t-2-m {
        font-size: clamp(.75rem, .5089058524vw + .6307251908rem, .875rem);
    }

    .t-3 {
        font-size: clamp(.75rem, 0vw + .75rem, .75rem);
    }

    .t-4,
    .t-4-b {
        font-size: clamp(.625rem, .2544529262vw + .5653625954rem, .6875rem);
    }

    .cups-0 {
        font-size: clamp(3.4375rem, 4.834605598vw + 2.304389313rem, 4.625rem);
    }

    .cups-1 {
        font-size: clamp(2.5rem, 5.0890585242vw + 1.3072519084rem, 3.75rem);
    }

    .cups-2 {
        font-size: clamp(1.75rem, 1.5267175573vw + 1.3921755725rem, 2.125rem);
    }

    .cups-3 {
        font-size: clamp(.875rem, .5089058524vw + .7557251908rem, 1rem);
    }

    .cups-3-c {
        font-size: clamp(1rem, 0vw + 1rem, 1rem);
    }

    .cups-4,
    .cups-4-c,
    .header__links a {
        font-size: clamp(.625rem, .2544529262vw + .5653625954rem, .6875rem);
    }

    .ui-btn-1 {
        font-size: clamp(1rem, .5089058524vw + .8807251908rem, 1.125rem);
    }

    .logo-font,
    .ui-btn-2 {
        font-size: clamp(.75rem, .5089058524vw + .6307251908rem, .875rem);
    }

    .text-with-bullet {
        font-size: clamp(.875rem, .5089058524vw + .7557251908rem, 1rem);
    }

    .text-with-bullet._small {
        font-size: clamp(.625rem, .2544529262vw + .5653625954rem, .6875rem);
    }
}

@media (min-width:320px) and (max-width:1023px) {
    .lead-main__note {
        text-align: center;
    }
}

@media (min-width:500px) and (max-width:767px) {
    .instructions-banner__bg {
        bottom: 0;
        height: 110%;
        left: 0;
        top: unset;
    }
}

@media (min-width:768px) {
    .h-1 {
        font-size: clamp(3.125rem, .9765625vw + 2.65625rem, 3.4375rem);
    }

    .h-2,
    .h-3,
    .scroll-slider-cards__title sup,
    .scroll-slider-with-banner__title sup {
        font-size: clamp(1.625rem, .390625vw + 1.4375rem, 1.75rem);
    }

    .lead-main__text span,
    .t-1,
    .t-1-b,
    .t-1-m {
        font-size: clamp(1.25rem, .78125vw + .875rem, 1.5rem);
    }

    .banner-instruction__card-title span,
    .t-2,
    .t-2-m {
        font-size: clamp(.875rem, .390625vw + .6875rem, 1rem);
    }

    .t-3 {
        font-size: clamp(.75rem, .390625vw + .5625rem, .875rem);
    }

    .t-4,
    .t-4-b {
        font-size: clamp(.6875rem, .1953125vw + .59375rem, .75rem);
    }

    .cups-0 {
        font-size: clamp(4.625rem, 8.984375vw + .3125rem, 7.5rem);
    }

    .cups-1 {
        font-size: clamp(3.75rem, 7.8125vw + 0rem, 6.25rem);
    }

    .cups-2 {
        font-size: clamp(2.125rem, 1.171875vw + 1.5625rem, 2.5rem);
    }

    .cups-3,
    .cups-3-c {
        font-size: clamp(1rem, .390625vw + .8125rem, 1.125rem);
    }

    .cups-4,
    .cups-4-c,
    .header__links a {
        font-size: clamp(.6875rem, .1953125vw + .59375rem, .75rem);
    }

    .ui-btn-1 {
        font-size: clamp(1.125rem, -.390625vw + 1.3125rem, 1rem);
    }

    .ui-btn-2 {
        font-size: clamp(.875rem, -.390625vw + 1.0625rem, .75rem);
    }

    .logo-font {
        font-size: clamp(.875rem, .390625vw + .6875rem, 1rem);
    }

    :root {
        --offset-side: 3.90625vw;
        --offset-side-large: 3.90625vw;
        --offset-side-mobile: 7.8125vw;
        --offset-160: 3.90625vw;
        --offset-80: 5.2083333333vw;
        --offset-80-hard: 40px;
        --offset-60: 3.90625vw;
        --offset-40: 2.6041666667vw;
        --offset-40-hard: 20px;
        --offset-30: 1.953125vw;
        --offset-20: 1.3020833333vw;
        --offset-16: 1.0416666667vw;
        --offset-12: 1.0416666667vw;
        --corner-180: 90px;
        --corner-140: 80px;
        --corner-80: 40px;
        --corner-60: 30px;
        --corner-40: 20px;
        --header-height: 58px;
    }

    .container-small {
        --pd-offset: 7.8125vw;
    }

    .anchor-menu__list {
        padding: var(--offset-40);
    }

    .anchor-menu__item svg {
        height: 12px;
    }

    .banner {
        flex-direction: row;
        padding: 0 50px var(--offset-80-hard);
    }

    .banner__text {
        margin-top: 164px;
        max-width: 357px;
    }

    .banner-instruction__container-right .banner-instruction__btn {
        display: none;
    }

    .banner-instruction__content {
        padding: var(--offset-60) 0 var(--offset-80);
    }

    .banner-instruction__card {
        min-height: 13.0208333333vw;
    }

    .banner-instruction__card:not(:last-child) {
        min-height: 36.4583333333vw;
    }

    .banner-instruction__card:last-child {
        border-radius: 100px;
    }

    .banner-instruction__card-title {
        gap: 1.0416666667vw;
    }

    .banner-instruction__card-icon {
        height: 5.2083333333vw;
        width: 5.2083333333vw;
    }

    .banner-with-video__inner {
        min-height: 400px;
    }

    .banner-with-video__text {
        max-width: 422px;
    }

    .banner-with-video__banner {
        padding-left: 3.90625vw;
        padding: var(--offset-20);
    }

    .banner-with-video__button {
        height: 85px;
        width: 122px;
    }

    .button {
        min-height: 56px;

        --side-padding: 5.859375vw;
    }

    .button._green._small,
    .button._white._small {
        min-height: 38px;
    }

    .button._violet._small {
        min-height: 35px;
    }

    .button._extra {
        gap: 1.171875vw;
        min-height: 105px;
        width: 24.7395833333vw;
    }

    .company-link {
        border-radius: 100px;
        min-height: 8.3333333333vw;
    }

    .company-link__img,
    .company-link__img-color {
        min-height: 6.9010416667vw;
        width: 12.2395833333vw;
    }

    .company-link._small-width {
        height: 8.3333333333vw;
    }

    .company-link._small-width .company-link__img,
    .company-link._small-width .company-link__img-color {
        min-height: 7.03125vw;
        width: 13.0208333333vw;
    }

    .cookie {
        bottom: 15px;
        min-height: 143px;
        width: 327px;
    }

    .cookie__content {
        gap: 1.5625vw;
    }

    .cookie__close {
        height: 20px;
        width: 20px;
    }

    .double-title__first {
        align-self: flex-start;
        gap: 2.2135416667vw;
    }

    .double-title__second {
        align-self: flex-end;
    }

    .double-title__img {
        --img-size: 60px;
    }

    .double-title__backlight {
        top: -61%;
        width: 56%;
    }

    .faq-banner__inner {
        height: 96.3541666667vw;
        max-height: 814px;
        min-height: 740px;

        --padding-t-b: 50px;
        padding: var(--padding-t-b) var(--offset-80);
    }

    .faq-banner__bottom {
        flex-direction: row;
    }

    .faq-banner__note {
        align-self: flex-end;
    }

    .faq-question__inner {
        gap: 2.6041666667vw;
    }

    .faq-question__next {
        flex-direction: row;
		width: 100%;
    }

    .faq-question__next>div {
        flex: 1;
    }

    .faq-question__nextLink {
        align-self: flex-end;
        margin-left: var(--offset-30);
        margin-top: 0;
    }

    .footer__wrapper {
        grid-template-columns: repeat(3, auto);
    }

    .footer__privacy-policy {
        min-height: 171px;
    }

    .footer__privacy-policy-logo {
        height: 42px;
        width: 190px;
    }

    .footer__safety {
        min-height: 171px;
        width: 33.59375vw;
    }

    .footer__safety-link {
        height: 40px;
        width: 42px;
    }

    .footer__safety-link svg {
        height: 10px;
        width: 10px;
    }

    .footer__address {
        min-height: 121px;
        width: 57.5520833333vw;
    }

    .footer__address-text {
        width: 30.7291666667vw;
    }

    .footer__email {
        min-height: 42px;

        --offset--side: 3.125vw;
        border-radius: 100px;
    }

    .header {
        --padding-inline: 25px;
    }

    .header__logo {
        width: 38px;
    }

    .header__logo svg {
        width: 13px;
    }

    .header__main-link {
        gap: 1.5625vw;
    }

    .header__burger-btn {
        height: 38px;
        width: 42px;
    }

    .header__burger {
        padding-top: 98px;
    }

    .information-with-content__video {
        height: 748px;
        max-width: 708px;
    }

    .information-with-content__overlay-text {
        color: var(--violet-light-on-dark-40);
        left: auto;
        right: 50px;
        top: 47px;
    }

    .information-with-content__overlay-title {
        left: 8.3%;
        top: 8%;
        width: 309px;
    }

    .information-with-content__overlay-block {
        bottom: 5.4%;
        gap: 10px;
        right: 8.5%;
        transform: none;
        width: 247px;
    }

    .instructions-banner {
        height: 31.25vw;

        --padding-l-r: 9.1145833333vw;
        align-items: center;
        border-radius: 500px;
    }

    .instructions-banner__content {
        gap: 3.2552083333vw;
        width: 350px;
    }

    .instructions-banner__title {
        white-space: pre-line;
    }

    .instructions-cards:not(:first-child) {
        --offset-top: 3.2552083333vw;
    }

    .instructions-cards {
        gap: 1.5625vw;

        --padding-l-r: 3.2552083333vw;
    }

    .instructions-cards__main {
        grid-template-columns: repeat(2, 1fr);
    }

    .instructions-cards__main>:last-child {
        grid-column: span 2;
    }

    .instructions-cards__card {
        gap: 1.5625vw;
    }

    .instructions-cards__card-content {
        gap: 1.0416666667vw;
        max-width: 24.7395833333vw;
    }

    .instructions-cards__card svg {
        height: 40px;
    }

    .instructions-cards__card-text,
    .instructions-cards__card-title {
        max-width: 24.7395833333vw;
    }

    .instructions-content {
        padding: 3.2552083333vw;

        --offset-25: 1.5625vw;
    }

    .instructions-content__alert {
        align-items: center;
    }

    .instructions-content__alert svg {
        height: 40px;
    }

    .instructions-info:not(:first-child) {
        --offset-top: 3.2552083333vw;
    }

    .instructions-info {
        --gap: 1.5625vw;
        --padding-l-r: 3.2552083333vw;
    }

    .instructions-info__content {
        padding: 3.2552083333vw;
    }

    .instructions-info__content svg {
        height: 40px;
    }

    .instructions-wrapper {
        --offset-t-b: 3.90625vw;
    }

    .large-card {
        min-height: 796px;
    }

    .large-card__list {
        max-width: 58.3333333333vw;
    }

    .large-card__info {
        width: 435px;
    }

    .large-card__info picture {
        height: 10.4166666667vw;
    }

    .lead-main__wrapper {
        height: 115.8854166667vw;
        max-height: 1157px;
        min-height: 890px;
    }

    .lead-main__container {
        padding-bottom: 3.2552083333vw;
    }

    .lead-main__title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .lead-main__text {
        width: 393px;
    }

    .lead-small {
        min-height: 28.3854166667vw;
        padding-top: 7.8125vw;
    }

    .lead-tab {
        --inactive-tab-size: 28.6458333333vw;
        --active-tab-size: 52.0833333333vw;
        --active-image-size: 25vw;
        flex-direction: row;
        width: var(--inactive-tab-size);
    }

    .lead-tab__picture {
        clip-path: circle(100% at 15% 50%);
        flex: 0 0 var(--inactive-tab-size);
    }

    .lead-tab__content {
        margin-top: var(--offset-60);
        padding: 0;
    }

    .lead-tab._active {
        gap: var(--offset-16);
        width: var(--active-tab-size);
    }

    .lead-tab._active .lead-tab__picture {
        clip-path: circle(100% at 0 50%);
        flex: 0 0 var(--active-image-size);
        transition-duration: .6s, .6s, .6s;
    }

    .lead-with-tabs {
        padding-bottom: var(--offset-60);
        padding-top: var(--offset-60);
    }

    .lead-with-tabs__tabs {
        flex-direction: row;
        height: 23.4375vw;
    }

    .lead-with-video__wrapper {
        min-height: 740px;
    }

    .lead-with-video__right {
        height: 45.5729166667vw;
        margin-top: 7.1614583333vw;
        width: 81.7708333333vw;
    }

    .lead-with-video__btn-open-modal {
        height: 60px;
        width: 75px;
    }

    .lead-with-video__btn-open-modal svg {
        height: 22px;
        width: 22px;
    }

    .line-drugs__links {
        grid-template-columns: repeat(4, 1fr);
    }

    .line-drugs__card-wrapper {
        height: 35.15625vw;
    }

    .line-drugs__card._width-small .line-drugs__card-wrapper {
        flex-direction: row-reverse;
        gap: 8.0729166667vw;
        min-height: 35.15625vw;
    }

    .line-drugs__card._width-small .line-drugs__card-right-wrapper {
        padding-bottom: 3.90625vw;
        padding-left: 3.90625vw;
        padding-top: 3.90625vw;
    }

    .line-drugs__card._width-small .line-drugs__card-left {
        clip-path: ellipse(100% 115% at 100% 50%);
    }

    .line-drugs__card:not(.line-drugs__card._width-small) .line-drugs__card-wrapper {
        gap: 3.90625vw;
    }

    .line-drugs__card:not(.line-drugs__card._width-small) .line-drugs__card-right-wrapper {
        padding-bottom: 4.8177083333vw;
        padding-right: 6.5104166667vw;
        padding-top: 3.90625vw;
    }

    .line-drugs__card-info-number {
        border-radius: 120px;
        height: 5.46875vw;
        width: 5.46875vw;
    }

    .line-drugs__card-info-text {
        white-space: pre-line;
    }

    .line-drugs__card-left {
        clip-path: ellipse(100% 115% at 0 50%);
    }

    .line-drugs__card-info {
        gap: 1.3020833333vw;
    }

    .list-company {
        --offset-120: 7.8125vw;
    }

    .list-company__links {
        grid-template-columns: repeat(5, 1fr);
    }

    .not-found__wrapper {
        height: 850px;
    }

    .not-found__content {
        width: 51.171875vw;
    }

    .question-link {
        --icon-height: 40px;
        --side-padding: 3.2552083333vw;
        -moz-column-gap: var(--offset-20);
        column-gap: var(--offset-20);
        grid-template-columns: auto var(--icon-height);
    }

    .question-link__icon {
        position: absolute;
        right: var(--side-padding);
        top: var(--offset-40);
    }

    .question-link__content {
        display: -webkit-box;
        grid-column: 1 / 2;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        margin-top: 1.953125vw;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .questions__inner {
        border-radius: var(--corner-180);
        padding: var(--offset-80);
    }

    .scroll-slider-cards__backlight {
        top: -17%;
        width: calc(100% + var(--offset-side)*2);
    }

    .scroll-slider-cards__cards-item {
        height: 56.7708333333vw;
        width: 42.96875vw;
    }

    .scroll-slider-with-banner__backlight {
        top: -23%;
        width: calc(100% + var(--offset-side)*2);
    }

    .scroll-slider-with-banner__cards-item {
        height: 35.15625vw;
        width: 54.6875vw;
    }

    .section-questions__card {
        min-height: 15.1041666667vw;
    }

    .small-card {
        min-height: 0;
        padding: var(--offset-80);
    }

    .small-card__list {
        margin-top: 1.5625vw;
    }

    .spoiler {
        --side-padding: 3.2552083333vw;
    }

    .spoiler-icon {
        height: 5.2083333333vw;
    }

    .tag {
        padding-inline: 10px;
    }

    .text-with-bullet {
        font-size: clamp(1rem, .390625vw + .8125rem, 1.125rem);
        gap: 1.3020833333vw;

        --width-bullet: 12px;
    }

    .text-with-bullet._small {
        font-size: clamp(.6875rem, .1953125vw + .59375rem, .75rem);
        gap: 1.0416666667vw;

        --width-bullet: 10px;
    }

    .video-modal__wrapper {
        width: 94.7916666667vw;
    }

    .video-modal__close {
        height: 38px;
        width: 38px;
    }

    .video-modal__close svg {
        height: 16px;
        width: 16px;
    }

    .video-modal__video {
        height: 522px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .anchor-menu {
        width: 41.5364583333vw;
    }

    .banner-with-video__title {
        white-space: nowrap;
    }

    .faq-question__nextLink {
        min-width: 177px;
    }

    .footer__privacy-policy {
        grid-column: span 3;
    }

    .footer__cards-flex {
        grid-column: span 2;
    }

    .line-drugs__card:not(.line-drugs__card._width-small) .line-drugs__card-left {
        max-width: 50vw;
    }

    .section-questions__card {
        flex-direction: row;
    }

    .section-questions__card-btn {
        width: auto;
    }

    .video[data-show="md"] {
        display: block;
    }
}

@media (hover:hover) and (min-width:1024px) {
    .button._green:not(:disabled):hover {
        border-radius: 23px;
    }

    .button._green._small:not(:disabled):hover {
        border-radius: 18px;
    }

    .button._extra:not(:disabled):hover {
        border-radius: 48px;
    }

    .lead-with-video__btn-open-modal:hover {
        border-radius: 23px;
    }
}

@media (min-width:1024px) {
    .h-1 {
        font-size: clamp(3.4375rem, 3.125vw + .9375rem, 3.75rem);
    }

    .h-2,
    .h-3,
    .scroll-slider-cards__title sup,
    .scroll-slider-with-banner__title sup {
        font-size: clamp(1.75rem, 1.25vw + .75rem, 1.875rem);
    }

    .lead-main__text span,
    .t-1,
    .t-1-b,
    .t-1-m {
        font-size: clamp(1.5rem, 1.25vw + .5rem, 1.625rem);
    }

    .banner-instruction__card-title span,
    .t-2,
    .t-2-m {
        font-size: clamp(1rem, 2.5vw + -1rem, 1.25rem);
    }

    .t-3 {
        font-size: clamp(.875rem, 2.5vw + -1.125rem, 1.125rem);
    }

    .t-4,
    .t-4-b {
        font-size: clamp(.75rem, 1.25vw + -.25rem, .875rem);
    }

    .cups-0 {
        font-size: clamp(7.5rem, 9.375vw + 0rem, 8.4375rem);
    }

    .cups-1 {
        font-size: clamp(6.25rem, 7.5vw + .25rem, 7rem);
    }

    .cups-2 {
        font-size: clamp(2.5rem, 3.75vw + -.5rem, 2.875rem);
    }

    .cups-3,
    .cups-3-c {
        font-size: clamp(1.125rem, 1.25vw + .125rem, 1.25rem);
    }

    .cups-4,
    .cups-4-c,
    .header__links a {
        font-size: clamp(.75rem, 1.25vw + -.25rem, .875rem);
    }

    .ui-btn-1 {
        font-size: clamp(1rem, 1.25vw + 0rem, 1.125rem);
    }

    .ui-btn-2 {
        font-size: clamp(.75rem, 1.25vw + -.25rem, .875rem);
    }

    .logo-font {
        font-size: clamp(1rem, 1.25vw + 0rem, 1.125rem);
    }

    :root {
        --offset-side: 3.90625vw;
        --offset-side-large: 7.8125vw;
        --offset-side-mobile: 0vw;
        --offset-160: 7.8125vw;
        --offset-80: 3.90625vw;
        --offset-80-hard: 50px;
        --offset-60: 3.125vw;
        --offset-40: 1.953125vw;
        --offset-40-hard: 25px;
        --offset-30: 1.5625vw;
        --offset-20: 0.9375vw;
        --offset-16: 0.78125vw;
        --offset-12: 0.78125vw;
        --corner-180: 110px;
        --corner-140: 90px;
        --corner-80: 50px;
        --corner-60: 35px;
        --corner-40: 25px;
        --header-height: 56px;
    }

    .container-small {
        --pd-offset: 7.8125vw;
    }

    .anchor-menu {
        position: sticky;
        top: var(--offset-side);
    }

    .anchor-menu__item {
        gap: var(--offset-12);
    }

    .anchor-menu__item svg {
        height: 14px;
    }

    .banner {
        padding: var(--offset-80-hard);
    }

    .banner__inner {
        display: flex;
        width: 100%;
    }

    .banner__img_text {
        bottom: 0;
        display: flex;
        top: auto;
    }

    .banner__text {
        margin-left: auto;
        margin-top: 0;
        max-width: 421px;
    }

    .banner-instruction__cards {
        width: 41.40625vw;
    }

    .banner-instruction__card {
        min-height: 7.8125vw;
    }

    .banner-instruction__card:not(:last-child) {
        min-height: 24.375vw;
    }

    .banner-instruction__card:last-child {
        border-radius: 100px;
    }

    .banner-instruction__card-title {
        gap: .625vw;
    }

    .banner-instruction__card-icon {
        height: 3.515625vw;
        width: 3.515625vw;
    }

    .banner-with-video__inner {
        display: grid;
        min-height: 0;
    }

    .banner-with-video__title {
        grid-column: span 2;
    }

    .banner-with-video__text {
        margin-top: var(--offset-80);
        max-width: 500px;
    }

    .banner-with-video__banner {
        padding-left: 2.34375vw;
        place-self: end;
    }

    .banner-with-video__button {
        height: 95px;
        width: 135px;
    }

    .banner-with-video__button .svg-wrapper svg {
        height: 22px;
    }

    .button {
        min-height: 46px;

        --side-padding: 1.953125vw;
    }

    .button._green._small,
    .button._violet._small,
    .button._white._small {
        min-height: 36px;
    }

    .button._extra {
        gap: .703125vw;
        min-height: 95px;
        width: 12.421875vw;
    }

    .company-link {
        border-radius: 100px;
        min-height: 7.421875vw;
    }

    .company-link__img,
    .company-link__img-color {
        min-height: 6.25vw;
        width: 11.171875vw;
    }

    .company-link._small-width {
        height: 7.421875vw;
    }

    .company-link._small-width .company-link__img,
    .company-link._small-width .company-link__img-color {
        min-height: 6.25vw;
        width: 11.171875vw;
    }

    .cookie {
        bottom: 20px;
        min-height: 141px;
        width: 381px;
    }

    .cookie__content {
        gap: 1.171875vw;
    }

    .cookie__close {
        height: 20px;
        width: 20px;
    }

    .double-title__first {
        gap: 1.5625vw;
    }

    .double-title__img {
        --img-size: 94px;
    }

    .double-title__backlight {
        top: -130%;
        width: 64%;
    }

    .faq-banner__inner {
        height: 30.625vw;
        max-height: 392px;
        min-height: 392px;

        --padding-t-b: 60px;
    }

    .faq-banner__advantages {
        max-width: 60%;
    }

    .faq-question__inner {
        flex-direction: row;
        gap: .78125vw;
    }

    .faq-question__next {
        flex-direction: column;
        height: fit-content;
        height: fit-content;
        min-width: 21.640625vw;
        padding: var(--offset-60) var(--offset-40);
		width: 40%;
    }

    .faq-question__nextLink {
        margin-top: var(--offset-30);
        min-width: 100%;
    }

    .footer__wrapper {
        grid-template-columns: repeat(4, auto);
    }

    .footer__privacy-policy {
        min-height: 180px;
        width: 37.96875vw;
    }

    .footer__safety {
        min-height: 180px;
        width: 22.1875vw;
    }

    .footer__safety-link {
        height: 40px;
        width: 42px;
    }

    .footer__safety-link svg {
        height: 10px;
        width: 10px;
    }

    .footer__address {
        min-height: 121px;
        width: 30.46875vw;
    }

    .footer__address-text {
        width: 25.78125vw;
    }

    .footer__email {
        min-height: 49px;

        --offset--side: 1.875vw;
        border-radius: 100px;
    }

    .header {
        --padding-block: 8px;
        --padding-inline: 27px;
    }

    .header__logo {
        width: 36px;
    }

    .header__logo svg {
        width: 12px;
    }

    .header__main-link {
        gap: 1.171875vw;
    }

    .header__burger,
    .header__burger-btn {
        display: none;
    }

    .information-with-content__video {
        height: 520px;
        max-width: 1180px;
    }

    .information-with-content__overlay-text {
        color: var(--violet-light-on-dark);
        right: 48px;
        top: 40px;
    }

    .information-with-content__overlay-title {
        bottom: 12%;
        left: 7.5%;
        text-align: center;
        top: auto;
        width: 253px;
    }

    .information-with-content__overlay-block {
        bottom: 29%;
        gap: 12px;
        right: 7%;
        width: 266px;
    }

    .instructions-banner {
        height: 24.21875vw;

        --padding-l-r: 7.03125vw;
    }

    .instructions-banner__content {
        gap: 2.34375vw;
    }

    .instructions-cards:not(:first-child) {
        --offset-top: 2.34375vw;
    }

    .instructions-cards {
        gap: 1.171875vw;

        --padding-l-r: 2.34375vw;
    }

    .instructions-cards__card {
        gap: 1.171875vw;
    }

    .instructions-cards__card-content {
        gap: .625vw;
        max-width: 19.0625vw;
    }

    .instructions-cards__card svg {
        height: 45px;
    }

    .instructions-cards__card-text,
    .instructions-cards__card-title {
        max-width: 17.34375vw;
    }

    .instructions-content {
        padding: 2.34375vw;

        --offset-25: 1.171875vw;
    }

    .instructions-content__alert svg {
        height: 45px;
    }

    .instructions-info:not(:first-child) {
        --offset-top: 2.34375vw;
    }

    .instructions-info {
        --gap: 1.171875vw;
        --padding-l-r: 2.34375vw;
    }

    .instructions-info__content {
        padding: 2.34375vw;
    }

    .instructions-info__content svg {
        height: 45px;
    }

    .instructions-wrapper {
        --offset-t-b: 1.953125vw;
    }

    .instructions-wrapper__main {
        --grid-column-width: 25.625vw;
        grid-template-columns: var(--grid-column-width) auto;
    }

    .large-card {
        min-height: 0;
    }

    .large-card:last-of-type {
        grid-column: span 2;
    }

    .large-card__list {
        max-width: 41.875vw;
    }

    .large-card__list li svg {
        height: 16px;
    }

    .large-card__info {
        bottom: 0;
        position: absolute;
        right: var(--offset-40);
        width: 506px;
    }

    .large-card__info picture {
        height: 6.25vw;
    }

    .lead-main__wrapper {
        height: 42.34375vw;
        max-height: 542px;
        min-height: 542px;
    }

    .lead-main__container {
        padding-bottom: 0;
    }

    .lead-main__body {
        max-width: 77.8125vw;
    }

    .lead-main__note {
        margin-top: var(--offset-40);
    }

    .lead-small {
        min-height: 14.6875vw;
        padding-top: 5.46875vw;
    }

    .lead-tab {
        --inactive-tab-size: 29.765625vw;
        --active-tab-size: 53.828125vw;
        --active-image-size: 28.671875vw;
    }

    .lead-tab__picture {
        clip-path: circle(100% at 25% 50%);
    }

    .lead-tab._active .lead-tab__picture {
        clip-path: circle(100% at 15% 50%);
    }

    .lead-with-tabs {
        padding-top: var(--offset-30);
    }

    .lead-with-tabs__tabs {
        height: 16.40625vw;
    }

    .lead-with-video__wrapper {
        min-height: 410px;
    }

    .lead-with-video__container {
        gap: var(--offset-16);
    }

    .lead-with-video__right {
        height: 27.34375vw;
        margin-top: 0;
        width: 36.328125vw;
    }

    .lead-with-video__btn-open-modal svg {
        height: 20px;
        width: 20px;
    }

    .line-drugs__links {
        display: flex;
    }

    .line-drugs__card-wrapper {
        height: 25vw;
    }

    .line-drugs__card._width-small .line-drugs__card-wrapper {
        gap: .859375vw;
        min-height: 25vw;
        width: 37.8125vw;
    }

    .line-drugs__card._width-small .line-drugs__card-right-wrapper {
        padding-bottom: 4.21875vw;
        padding-left: 2.734375vw;
        padding-top: 3.125vw;
    }

    .line-drugs__card._width-small .line-drugs__card-left {
        clip-path: ellipse(100% 70% at 100% 50%);
    }

    .line-drugs__card:not(.line-drugs__card._width-small) .line-drugs__card-wrapper {
        gap: .859375vw;
    }

    .line-drugs__card:not(.line-drugs__card._width-small) .line-drugs__card-right-wrapper {
        padding-bottom: 4.21875vw;
        padding-right: 3.4375vw;
        padding-top: 3.125vw;
    }

    .line-drugs__card-info-number {
        border-radius: 120px;
        height: 3.59375vw;
        width: 3.59375vw;
    }

    .line-drugs__card-left {
        clip-path: ellipse(100% 90% at 0 50%);
    }

    .line-drugs__card-right-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .line-drugs__card-info {
        gap: .78125vw;
    }

    .list-company {
        --offset-120: 5.46875vw;
    }

    .not-found__wrapper {
        height: 542px;
    }

    .not-found__bg {
        height: 100%;
    }

    .not-found__content {
        width: 28.125vw;
    }

    .question-link {
        --side-padding: 2.34375vw;
    }

    .question-link__content {
        margin-top: 1.09375vw;
    }

    .questions__inner {
        flex-direction: row;
        justify-content: space-between;
    }

    .questions__main {
        width: 46.875vw;
    }

    .scroll-slider-cards__backlight {
        top: -43%;
    }

    .scroll-slider-cards__cards-item {
        height: 36.09375vw;
        width: 27.65625vw;
    }

    .scroll-slider-with-banner__backlight {
        left: calc(var(--offset-side)/2 + 2.5%);
        top: -52%;
    }

    .scroll-slider-with-banner__cards-item {
        height: 22.65625vw;
        width: 37.890625vw;
    }

    .section-questions__wrapper {
        grid-template-columns: repeat(2, auto);
    }

    .section-questions__card {
        min-height: 15.3125vw;
        width: 26.40625vw;
    }

    .section-questions__right-main {
        position: sticky;
        top: calc(var(--offset-80)/2);
    }

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

    .small-card__title {
        max-width: 357px;
    }

    .small-card__text {
        max-width: 29.609375vw;
    }

    .small-card__list {
        margin-top: 1.171875vw;
    }

    .small-card__list li svg {
        height: 16px;
    }

    .small-card__bg {
        height: 100%;
        inset: 0;
    }

    .spoiler {
        --side-padding: 2.34375vw;
    }

    .spoiler-icon {
        height: 3.125vw;
    }

    .tag {
        padding-block: 8px;
        padding-inline: 12px;
    }

    .text-with-bullet {
        font-size: clamp(1.125rem, 1.25vw + .125rem, 1.25rem);
        gap: .78125vw;

        --width-bullet: 14px;
    }

    .text-with-bullet._small {
        font-size: clamp(.75rem, 1.25vw + -.25rem, .875rem);
        gap: .625vw;

        --width-bullet: 10px;
    }

    .three-cards__main {
        grid-template-columns: repeat(2, 1fr);
    }

    .three-cards__largeCard {
        grid-column: span 2;
    }

    .video-modal__wrapper {
        width: 74.140625vw;
    }

    .video-modal__close {
        height: 36px;
        width: 36px;
    }

    .video-modal__close svg {
        height: 20px;
        width: 20px;
    }

    .video-modal__video {
        height: 466px;
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .banner-with-video__title {
        font-size: 100px;
    }

    .faq-banner__bg {
        bottom: auto;
        left: auto;
        right: 0;
        top: 0;
        width: 120%;
    }

    .information-with-content__video {
        max-width: 944px;
    }

    .information-with-content__overlay-title {
        left: 1%;
        top: 67%;
    }

    .information-with-content__overlay-block {
        bottom: 29%;
        right: 1%;
    }
}

@media (min-width:1024px) and (max-width:1365px) {
    .video[data-show="xl"] {
        display: block;
    }
}

@media (min-width:1280px) {
    .banner__text {
        margin-right: 52px;
    }

    .banner-with-video__text {
        max-width: 454px;
    }

    .faq-banner__bottom {
        margin-top: var(--offset-80);
    }
}

@media (hover:hover) and (min-width:1366px) {
    .button._green:not(:disabled):hover {
        border-radius: 26px;
    }

    .button._green._small:not(:disabled):hover {
        border-radius: 21px;
    }

    .button._extra:not(:disabled):hover {
        border-radius: 55px;
    }

    .lead-with-video__btn-open-modal:hover {
        border-radius: 26px;
    }
}

@media (min-width:1366px) {
    :root {
        --offset-side: min(3.75rem, 4.1666666667vw);
        --offset-side-large: min(7.5rem, 8.3333333333vw);
        --offset-160: min(7.5rem, 8.3333333333vw);
        --offset-80: min(3.75rem, 4.1666666667vw);
        --offset-80-hard: 60px;
        --offset-60: min(3.125rem, 3.4722222222vw);
        --offset-40: min(1.875rem, 2.0833333333vw);
        --offset-40-hard: 30px;
        --offset-30: min(1.5625rem, 1.7361111111vw);
        --offset-20: min(0.9375rem, 1.0416666667vw);
        --offset-16: min(0.75rem, 0.8333333333vw);
        --offset-12: min(0.625rem, 0.6944444444vw);
        --corner-180: 130px;
        --corner-140: 100px;
        --corner-80: 60px;
        --corner-60: 40px;
        --corner-40: 30px;
        --corner-20: 15px;
        --corner-16: 12px;
        --header-height: 66px;
    }

    .container {
        max-width: 1440px;
    }

    .container-small {
        --pd-offset: min(7.5rem, 8.3333333333vw);
    }

    .container-large,
    .container-small {
        max-width: 1440px;
    }

    .banner__text {
        margin-right: 71px;
        max-width: 456px;
    }

    .banner-instruction__title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .banner-instruction__cards {
        width: min(37.0625rem, 41.1805555556vw);
    }

    .banner-instruction__card {
        min-height: min(7.5rem, 8.3333333333vw);
    }

    .banner-instruction__card:not(:last-child) {
        min-height: min(21.625rem, 24.0277777778vw);
    }

    .banner-instruction__card:last-child {
        border-radius: 100px;
    }

    .banner-instruction__card-title {
        gap: min(.5rem, .5555555556vw);
    }

    .banner-instruction__card-icon {
        height: min(3.125rem, 3.4722222222vw);
        width: min(3.125rem, 3.4722222222vw);
    }

    .banner-with-video__inner {
        min-height: 478px;
    }

    .banner-with-video__title {
        line-height: 1.2;
    }

    .banner-with-video__banner {
        padding-left: min(2.8125rem, 3.125vw);
    }

    .banner-with-video__button {
        height: 106px;
        width: 136px;
    }

    .banner-with-video__button .svg-wrapper svg {
        height: 27px;
    }

    .button {
        min-height: 52px;

        --side-padding: min(1.875rem, 2.0833333333vw);
    }

    .button._green._small,
    .button._violet._small,
    .button._white._small {
        min-height: 42px;
    }

    .button._extra {
        gap: min(.625rem, .6944444444vw);
        min-height: 110px;
        width: min(11.5625rem, 12.8472222222vw);
    }

    .button__arrow {
        height: 10px;
    }

    .company-link {
        border-radius: 100px;
        min-height: min(6.875rem, 7.6388888889vw);
    }

    .company-link__img,
    .company-link__img-color {
        min-height: min(5.4375rem, 6.0416666667vw);
        width: min(9.9375rem, 11.0416666667vw);
    }

    .company-link._small-width {
        height: min(6.875rem, 7.6388888889vw);
    }

    .company-link._small-width .company-link__img,
    .company-link._small-width .company-link__img-color {
        min-height: min(5.4375rem, 6.0416666667vw);
        width: min(9.9375rem, 11.0416666667vw);
    }

    .cookie {
        bottom: 23px;
        min-height: 186px;
        width: 485px;
    }

    .cookie__content {
        gap: min(1.25rem, 1.3888888889vw);
    }

    .cookie__close {
        height: 25px;
        width: 25px;
    }

    .double-title__first {
        gap: min(1.5625rem, 1.7361111111vw);
    }

    .faq-banner__inner {
        height: min(29.3125rem, 32.5694444444vw);
        max-height: 469px;
        min-height: 469px;

        --padding-t-b: 80px;
    }

    .faq-question__inner {
        gap: min(.75rem, .8333333333vw);
    }

    .faq-question__next {
        min-width: min(20.0625rem, 22.2916666667vw);
    }

    .footer__privacy-policy {
        min-height: 210px;
        width: min(33.9375rem, 37.7083333333vw);
    }

    .footer__safety {
        min-height: 210px;
        width: min(19.9375rem, 22.1527777778vw);
    }

    .footer__safety-link {
        height: 52px;
        width: 50px;
    }

    .footer__safety-link svg {
        height: 12px;
        width: 12px;
    }

    .footer__address {
        min-height: 140px;
        width: min(27.125rem, 30.1388888889vw);
    }

    .footer__address-text {
        width: min(20.25rem, 22.5vw);
    }

    .footer__email {
        min-height: 58px;

        --offset--side: min(1.5rem, 1.6666666667vw);
        border-radius: 100px;
    }

    .header {
        --padding-block: 10px;
        --padding-inline: 30px;
    }

    .header__logo {
        width: 42px;
    }

    .header__logo svg {
        width: 14px;
    }

    .header__main-link {
        gap: min(1.25rem, 1.3888888889vw);
    }

    .header__links {
        gap: 10px;
    }

    .information-with-content__video {
        height: 585px;
        max-width: 1320px;
    }

    .information-with-content__overlay-text {
        right: 50px;
        top: 50px;
    }

    .information-with-content__overlay-title {
        bottom: 17%;
        left: 6%;
        width: 315px;
    }

    .information-with-content__overlay-block {
        gap: 15px;
        width: 285px;
    }

    .instructions-banner {
        height: min(22.75rem, 25.2777777778vw);

        --padding-l-r: min(6.875rem, 7.6388888889vw);
    }

    .instructions-banner__content {
        gap: min(3.125rem, 3.4722222222vw);
    }

    .instructions-cards:not(:first-child) {
        --offset-top: min(3.125rem, 3.4722222222vw);
    }

    .instructions-cards {
        --padding-l-r: min(2.8125rem, 3.125vw);
    }

    .instructions-cards,
    .instructions-cards__card {
        gap: min(1.25rem, 1.3888888889vw);
    }

    .instructions-cards__card-content {
        gap: min(.5rem, .5555555556vw);
        max-width: min(15.25rem, 16.9444444444vw);
    }

    .instructions-cards__card-text,
    .instructions-cards__card-title {
        max-width: min(20.8125rem, 23.125vw);
    }

    .instructions-content {
        padding: min(2.8125rem, 3.125vw);

        --offset-25: min(1.25rem, 1.3888888889vw);
    }

    .instructions-content__alert svg {
        height: 50px;
    }

    .instructions-info:not(:first-child) {
        --offset-top: min(3.125rem, 3.4722222222vw);
    }

    .instructions-info {
        --gap: min(1.25rem, 1.3888888889vw);
        --padding-l-r: min(2.8125rem, 3.125vw);
    }

    .instructions-info__content {
        padding: min(2.8125rem, 3.125vw);
    }

    .instructions-info__content svg {
        height: 50px;
    }

    .instructions-wrapper {
        --offset-t-b: min(3.125rem, 3.4722222222vw);
    }

    .instructions-wrapper__main {
        --grid-column-width: min(23.25rem, 25.8333333333vw);
    }

    .large-card__list {
        max-width: min(36.375rem, 40.4166666667vw);
    }

    .large-card__info {
        width: 579px;
    }

    .large-card__info picture {
        height: min(6rem, 6.6666666667vw);
    }

    .lead-main__wrapper {
        height: min(37.5rem, 41.6666666667vw);
        max-height: 600px;
        min-height: 600px;
    }

    .lead-main__container {
        padding-top: 55px;
    }

    .lead-main__body {
        max-width: min(62.25rem, 69.1666666667vw);
    }

    .lead-main__text {
        width: 408px;
    }

    .lead-small {
        min-height: min(13.9375rem, 15.4861111111vw);
        padding-top: min(5.625rem, 6.25vw);
    }

    .lead-tab {
        --inactive-tab-size: min(30.125rem, 33.4722222222vw);
        --active-tab-size: min(44.125rem, 49.0277777778vw);
        --active-image-size: min(22rem, 24.4444444444vw);
    }

    .lead-with-tabs__tabs {
        height: min(13.125rem, 14.5833333333vw);
    }

    .lead-with-video__wrapper {
        min-height: 483px;
    }

    .lead-with-video__right {
        height: min(24.5625rem, 27.2916666667vw);
        width: min(32.5rem, 36.1111111111vw);
    }

    .lead-with-video__btn-open-modal {
        height: 67px;
        width: 84px;
    }

    .lead-with-video__btn-open-modal svg {
        height: 22px;
        width: 22px;
    }

    .line-drugs__card-wrapper {
        height: min(21.5625rem, 23.9583333333vw);
    }

    .line-drugs__card._width-small .line-drugs__card-wrapper {
        gap: min(.6875rem, .7638888889vw);
        min-height: min(21.5625rem, 23.9583333333vw);
        width: min(33.9375rem, 37.7083333333vw);
    }

    .line-drugs__card._width-small .line-drugs__card-right-wrapper {
        padding-bottom: min(2.0625rem, 2.2916666667vw);
        padding-left: min(2.5rem, 2.7777777778vw);
        padding-top: min(3.125rem, 3.4722222222vw);
    }

    .line-drugs__card:not(.line-drugs__card._width-small) .line-drugs__card-wrapper {
        gap: min(.6875rem, .7638888889vw);
    }

    .line-drugs__card:not(.line-drugs__card._width-small) .line-drugs__card-right-wrapper {
        padding-bottom: min(2.0625rem, 2.2916666667vw);
        padding-right: min(2.5625rem, 2.8472222222vw);
        padding-top: min(3.125rem, 3.4722222222vw);
    }

    .line-drugs__card-info-number {
        border-radius: 120px;
        height: min(3.3125rem, 3.6805555556vw);
        width: min(3.1875rem, 3.5416666667vw);
    }

    .line-drugs__card-info {
        gap: min(.625rem, .6944444444vw);
    }

    .list-company {
        --offset-120: min(5.625rem, 6.25vw);
    }

    .not-found__wrapper {
        height: 599px;
    }

    .not-found__content {
        width: min(28.125rem, 31.25vw);
    }

    .question-link {
        --icon-height: 45px;
        --side-padding: min(2.8125rem, 3.125vw);
    }

    .question-link__icon svg {
        height: 14px;
    }

    .question-link__content {
        margin-top: min(.9375rem, 1.0416666667vw);
    }

    .questions__main {
        width: min(45.3125rem, 50.3472222222vw);
    }

    .scroll-slider-cards__cards-item {
        height: min(32.1875rem, 35.7638888889vw);
        width: min(24.6875rem, 27.4305555556vw);
    }

    .scroll-slider-with-banner__cards-item {
        height: min(20.625rem, 22.9166666667vw);
        width: min(33.9375rem, 37.7083333333vw);
    }

    .section-questions__card {
        min-height: min(16.9375rem, 18.8194444444vw);
        width: min(23.125rem, 25.6944444444vw);
    }

    .small-card__title {
        max-width: 382px;
    }

    .small-card__text {
        max-width: min(23.6875rem, 26.3194444444vw);
    }

    .small-card__list {
        margin-top: min(1.25rem, 1.3888888889vw);
    }

    .spoiler {
        --side-padding: min(2.8125rem, 3.125vw);
    }

    .spoiler-icon {
        height: min(2.8125rem, 3.125vw);
    }

    .spoiler-icon::after,
    .spoiler-icon::before {
        width: 14px;
    }

    .tag {
        padding-block: 10px;
        padding-inline: 15px;
    }

    .text-with-bullet {
        --width-bullet: 16px;
    }

    .text-with-bullet,
    .text-with-bullet._small {
        gap: min(.625rem, .6944444444vw);
    }

    .text-with-bullet._small {
        --width-bullet: 10px;
    }

    .video[data-show="xxl"] {
        display: block;
    }

    .video-modal__wrapper {
        width: min(66.75rem, 74.1666666667vw);
    }

    .video-modal__close {
        height: 42px;
        width: 42px;
    }

    .video-modal__close svg {
        height: 25px;
        width: 25px;
    }

    .video-modal__video {
        height: 525px;
    }
}

@media (min-width:1920px) {
    .faq-backlight {
        right: 7%;
    }

    .faq-question__backlight {
        max-height: 50vh;
    }

    .video-modal__wrapper {
        min-width: 74.1666666667vw;
    }

    .video-modal__video {
        aspect-ratio: 1424/700;
        min-height: 36.4583333333vw;
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .banner-instruction__text {
        width: 56.3802083333vw;
    }
}

@media (min-width:1024px) and (max-height:500px) {
    .h-1 {
        font-size: clamp(2.40625rem, 2.1875vw + .65625rem, 2.625rem);
    }

    .h-2,
    .h-3,
    .scroll-slider-cards__title sup,
    .scroll-slider-with-banner__title sup {
        font-size: clamp(1.225rem, .875vw + .525rem, 1.3125rem);
    }

    .lead-main__text span,
    .t-1,
    .t-1-b,
    .t-1-m {
        font-size: clamp(1.05rem, .875vw + .35rem, 1.1375rem);
    }

    .banner-instruction__card-title span,
    .t-2,
    .t-2-m {
        font-size: clamp(.7rem, 1.75vw + -.7rem, .875rem);
    }

    .t-3 {
        font-size: clamp(.6125rem, 1.75vw + -.7875rem, .7875rem);
    }

    .t-4,
    .t-4-b {
        font-size: clamp(.525rem, .875vw + -.175rem, .6125rem);
    }

    .cups-0 {
        font-size: clamp(5.25rem, 6.5625vw + 0rem, 5.90625rem);
    }

    .cups-1 {
        font-size: clamp(4.375rem, 5.25vw + .175rem, 4.9rem);
    }

    .cups-2 {
        font-size: clamp(1.75rem, 2.625vw + -.35rem, 2.0125rem);
    }

    .cups-3,
    .cups-3-c {
        font-size: clamp(.7875rem, .875vw + .0875rem, .875rem);
    }

    .cups-4,
    .cups-4-c,
    .header__links a {
        font-size: clamp(.525rem, .875vw + -.175rem, .6125rem);
    }

    .ui-btn-1 {
        font-size: clamp(.7rem, .875vw + 0rem, .7875rem);
    }

    .ui-btn-2 {
        font-size: clamp(.525rem, .875vw + -.175rem, .6125rem);
    }

    .logo-font {
        font-size: clamp(.7rem, .875vw + 0rem, .7875rem);
    }

    .text-with-bullet {
        font-size: clamp(.7875rem, .875vw + .0875rem, .875rem);
    }

    .text-with-bullet._small {
        font-size: clamp(.525rem, .875vw + -.175rem, .6125rem);
    }
}

@media (max-width:1365px) {
    .banner__text {
        line-height: 1.1;
    }
}

@media (max-width:1023px) {
    .banner-instruction__container {
        flex-direction: column;
        gap: 40px;
    }

    .header__desktop-link,
    .header__links {
        display: none;
    }

    .lead-main {
        padding: 30px;
    }

    .lead-with-video {
        padding-top: var(--offset-60);
    }

    .lead-with-video__container {
        align-items: baseline;
        flex-direction: column;
    }

    .line-drugs__link-btn {
        grid-column: span 4;
        width: 100% !important;
    }

    .line-drugs__cards {
        flex-direction: column;
    }
}

@media screen and (orientation:landscape) and (max-width:1023px) {
    .video-modal__video {
        height: 600px;
    }
}

@media (max-width:767px) {
    .banner-instruction__container {
        gap: 25px;
        padding: 30px 25px;
    }

    .banner-instruction__container-left .banner-instruction__btn {
        display: none;
    }

    .banner-with-video__text {
        line-height: 1.1;
    }

    .faq-banner__advantages {
        max-width: 80%;
    }

    .faq-banner__advantages-item:last-of-type {
        width: min-content;
        width: min-content;
    }

    .instructions-banner {
        max-height: 700px;
        padding-top: 100px;
    }

    .instructions-banner__title br {
        display: none;
    }

    .large-card__info span {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1.3;
    }

    .lead-main {
        padding: 20px;
    }

    .lead-tab {
        max-height: var(--inactive-tab-size);
    }

    .lead-tab__picture {
        height: var(--inactive-tab-size);
    }

    .lead-tab._active {
        max-height: calc(var(--active-image-size)*2);
    }

    .lead-tab._active .lead-tab__picture {
        height: var(--active-image-size);
    }

    .line-drugs {
        max-width: 500px;
    }

    .line-drugs__link-btn {
        grid-column: span 2;
    }

    .line-drugs__card-wrapper {
        flex-direction: column-reverse;
        max-height: 700px;
    }

    .line-drugs__card:not(.line-drugs__card._width-small) .line-drugs__card-right-wrapper {
        padding-left: 25px;
    }

    .line-drugs__card:not(.line-drugs__card._width-small) .line-drugs__card-title {
        max-width: 150px;
    }

    .list-company__title {
        padding: 0 var(--offset-20);
    }

    .video[data-show="xs"] {
        display: block;
    }
}

@media screen and (orientation:landscape) and (max-width:767px) {
    .video-modal__video {
        height: 80vh;
    }
}

@media (hover:hover) {
    .banner-with-video__button:hover {
        scale: 1.05;
    }

    .banner-with-video__button:hover .svg-wrapper {
        opacity: .8;
    }

    .button:not(:disabled):hover {
        background-color: var(--bg-hover-color);
        color: var(--text-hover-color);
    }

    .cookie__close svg:hover {
        color: var(--violet);
    }

    .footer__privacy-policy-logo:hover {
        opacity: .8;
    }

    .footer__privacy-policy-link:hover {
        text-decoration-color: currentColor;
    }

    .footer__safety:hover .footer__safety-link {
        background-color: var(--white);
    }

    .footer__email:hover {
        text-decoration-color: currentColor;
    }

    .header__links a:hover,
    .header__main-link:hover {
        color: var(--violet);
    }

    .question-link:hover .question-link__icon {
        background-color: var(--violet-light-on-dark-80);
        color: var(--white);
    }

    .spoiler-hover:hover .spoiler-icon {
        --bg-color: var(--bg-hover-color);
    }

    .spoiler-hover:hover .spoiler-icon::after,
    .spoiler-hover:hover .spoiler-icon::before {
        background-color: var(--white);
    }

    .spoiler-hover:hover .spoiler-icon._light {
        opacity: .5;
    }

    .video-modal__close:hover svg {
        color: var(--violet);
    }
}

@media screen and (orientation:landscape) {
    html._is-safari {
        -webkit-text-size-adjust: 100%;
    }
}

@media print {
    .visually-hidden {
        clip-path: none;
        height: auto;
        margin: 0;
        overflow: visible;
        position: relative;
        white-space: normal;
        width: auto;
    }
}