@charset "UTF-8";
@-webkit-keyframes floating-light {
    0%, to {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    50% {
        -webkit-transform: translateY(-10px) translateX(-5px) rotate(2deg);
        transform: translateY(-10px) translateX(-5px) rotate(2deg)
    }
}

@keyframes floating-light {
    0%, to {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    50% {
        -webkit-transform: translateY(-10px) translateX(-5px) rotate(2deg);
        transform: translateY(-10px) translateX(-5px) rotate(2deg)
    }
}

@-webkit-keyframes floating-medium {
    0%, to {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    50% {
        -webkit-transform: translateY(-20px) translateX(-10px) rotate(4deg);
        transform: translateY(-20px) translateX(-10px) rotate(4deg)
    }
}

@keyframes floating-medium {
    0%, to {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    50% {
        -webkit-transform: translateY(-20px) translateX(-10px) rotate(4deg);
        transform: translateY(-20px) translateX(-10px) rotate(4deg)
    }
}

@-webkit-keyframes floating-medium-promo {
    0%, to {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    50% {
        -webkit-transform: translateY(-20px) translateX(-10px) rotate(-94deg);
        transform: translateY(-20px) translateX(-10px) rotate(-94deg)
    }
}

@keyframes floating-medium-promo {
    0%, to {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    50% {
        -webkit-transform: translateY(-20px) translateX(-10px) rotate(-94deg);
        transform: translateY(-20px) translateX(-10px) rotate(-94deg)
    }
}

@-webkit-keyframes shine-left {
    0% {
        right: -75%
    }
    to {
        right: 125%
    }
}

@keyframes shine-left {
    0% {
        right: -75%
    }
    to {
        right: 125%
    }
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

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

@-webkit-keyframes list-item {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes separator-block {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes separator-block {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes separator-line {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes separator-line {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes big-woman-left {
    0%, 15% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
        opacity: 1
    }
    50% {
        -webkit-transform: rotate(-15deg) translateY(6%);
        transform: rotate(-15deg) translateY(6%);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-15deg) translateY(6%);
        transform: rotate(-15deg) translateY(6%);
        opacity: 0
    }
}

@keyframes big-woman-left {
    0%, 15% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
        opacity: 1
    }
    50% {
        -webkit-transform: rotate(-15deg) translateY(6%);
        transform: rotate(-15deg) translateY(6%);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-15deg) translateY(6%);
        transform: rotate(-15deg) translateY(6%);
        opacity: 0
    }
}

@-webkit-keyframes big-woman-right {
    0%, 15% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
        opacity: 1
    }
    50% {
        -webkit-transform: rotate(15deg) translateY(6%);
        transform: rotate(15deg) translateY(6%);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(15deg) translateY(6%);
        transform: rotate(15deg) translateY(6%);
        opacity: 0
    }
}

@keyframes big-woman-right {
    0%, 15% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
        opacity: 1
    }
    50% {
        -webkit-transform: rotate(15deg) translateY(6%);
        transform: rotate(15deg) translateY(6%);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(15deg) translateY(6%);
        transform: rotate(15deg) translateY(6%);
        opacity: 0
    }
}

@-webkit-keyframes fit-woman {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fit-woman {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes prod-collage {
    0% {
        -webkit-transform: skewX(10deg) translateX(-200%);
        transform: skewX(10deg) translateX(-200%);
        opacity: 0
    }
    to {
        -webkit-transform: skewX(0) translateX(0);
        transform: skewX(0) translateX(0);
        opacity: 1
    }
}

@keyframes prod-collage {
    0% {
        -webkit-transform: skewX(10deg) translateX(-200%);
        transform: skewX(10deg) translateX(-200%);
        opacity: 0
    }
    to {
        -webkit-transform: skewX(0) translateX(0);
        transform: skewX(0) translateX(0);
        opacity: 1
    }
}

@keyframes list-item {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes list-dot {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes list-dot {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes list-line {
    0% {
        width: 0
    }
    to {
        width: calc(100% - ((100% / 6) - (1rem * 5) / 6))
    }
}

@keyframes list-line {
    0% {
        width: 0
    }
    to {
        width: calc(100% - ((100% / 6) - (1rem * 5) / 6))
    }
}

@-webkit-keyframes component-item {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes component-item {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    font-family: "Artegra Sans Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #3332a2;
    background: #1f1d76e5
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

br {
    line-height: 1;
    font-size: 0
}

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

button, button:focus, input, input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    font-family: "Artegra Sans Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
    font-size: inherit;
    display: block;
    outline: 0;
    border: 0;
    padding: 0
}

::-moz-focus-inner, ::-moz-focus-outer {
    border: 0;
    padding: 0
}

:active, :focus, :hover, :visited {
    outline: 0 !important
}

::-ms-clear {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

#comebacker_main_div {
    display: none !important;
    height: 0 !important
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 14px
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a, a:active, a:focus, a:hover, a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://179523.selcdn.ru/public/layout-images/select-triangle.svg);
    background-repeat: no-repeat
}

select, select:hover {
    background-size: 10px 10px;
    background-position: right 10px center
}

select:focus {
    outline: 0 !important;
    outline-color: transparent;
    outline-width: 0
}

select::-ms-expand {
    display: none !important;
    background: 0 0 !important;
    position: fixed;
    border: 0 !important;
    outline: 0 !important
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, option::-moz-focus-inner, select::-moz-focus-inner {
    border: 0
}

:not(#fake) {
    outline: 0
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

@font-face {
    font-family: 'Artegra Sans Condensed';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/ArtegraSansCnRegular.woff2) format("woff2")
}

@font-face {
    font-family: 'Artegra Sans Condensed';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/ArtegraSansCnSemiBold.woff2) format("woff2")
}

@font-face {
    font-family: 'Artegra Sans Condensed';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/ArtegraSansCnBold.woff2) format("woff2")
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

svg {
    overflow: hidden
}

input {
    font-family: "Artegra Sans Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
    border: 0;
    padding: 0
}

input::-webkit-input-placeholder {
    color: #3332a2
}

input::-moz-placeholder {
    color: #3332a2
}

input:-ms-input-placeholder {
    color: #3332a2
}

input::placeholder {
    color: #3332a2
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.button {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(36, 130, 51, .2);
    box-shadow: 0 3px 5px 0 rgba(36, 130, 51, .2);
    background: -webkit-gradient(linear, left top, right top, from(#59d26c), color-stop(#21762e), to(#59d26c));
    background: linear-gradient(90deg, #59d26c, #21762e, #59d26c);
    background-size: 200% 200%;
    background-position: 0;
    padding: 11px 30px;
    cursor: pointer;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.button::after {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    background: url(../img/button-arrow.svg) no-repeat center/contain
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.text-semibold {
    font-weight: 600
}

.prod-collage--sale .prod-collage__label span, .text-bold {
    font-weight: 700
}

.text-nowrap {
    white-space: nowrap
}

.title {
    font-size: 2.2rem;
    font-weight: 600
}

.accent {
    color: #fca3ce
}

.dark-bg {
    color: #fff;
    -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .25);
    background: #3332a2;
    background: radial-gradient(62.07% 63.64% at 63% 38%, #4745c3, #1f1d76 100%)
}

.light-bg {
    background: #fcfbdb
}

.prod-collage {
    position: relative;
    aspect-ratio: 142/142;
    width: 100%
}

.prod-collage--sale {
    aspect-ratio: auto;
    padding-left: 1rem
}

.prod-collage--sale .prod-collage__label {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    aspect-ratio: 1/1;
    width: calc(30% - .5rem);
    max-width: 104px;
    background: url(../img/star-sale.png) no-repeat center/contain;
    z-index: 2
}

.prod-collage__label {
    display: none
}

.prod-collage__wrapper {
    position: relative;
    aspect-ratio: 142/142;
    width: 100%
}

.prod-collage__orange, .shine-effect::before {
    position: absolute;
    top: 0;
    right: 8%;
    width: 32%
}

.prod-collage__pack {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 81%
}

.prod-collage__glass {
    position: absolute;
    bottom: -3%;
    right: -4%;
    width: 47%
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    color: #3332a2
}

.rating__text {
    font-weight: 600;
    line-height: 1
}

.rating__stars-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rating__star {
    display: block;
    width: 21px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.rating__star--full {
    background-image: url(../img/star-icon.svg)
}

.rating__star--half {
    background-image: url(../img/star-half.svg)
}

.macos .button {
    padding: 13px 30px 9px
}

.macos .prod-collage__label span {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.macos .form__label {
    padding: 10px 8px 5px
}

.macos .form__protect, .macos .rating__text {
    padding-top: 4px
}

.macos .form__protect::before {
    margin-top: -4px
}

.macos .about__title {
    margin-top: 0
}

.shine-effect {
    position: relative;
    overflow: hidden
}

.shine-effect::before {
    content: '';
    right: -75%;
    width: 60%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(40%, rgba(255, 255, 255, .2)), color-stop(50%, rgba(255, 255, 255, .3)), color-stop(60%, rgba(255, 255, 255, .2)), to(transparent));
    background: linear-gradient(to left, transparent 0, rgba(255, 255, 255, .2) 40%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .2) 60%, transparent 100%);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-animation: shine-left 2s infinite;
    animation: shine-left 2s infinite
}

.heartbeat-effect {
    -webkit-animation: heartbeat 2s ease-in-out infinite both;
    animation: heartbeat 2s ease-in-out infinite both
}

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

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

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

.swiper, .swiper-wrapper {
    position: relative;
    z-index: 1
}

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

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

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

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

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

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

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

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

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    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 {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
    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: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    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 {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    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 {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

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

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

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

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

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

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

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

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

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

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

.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 {
    width: 1px;
    height: var(--swiper-virtual-size)
}

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

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

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

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    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 {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    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);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

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

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

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

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-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;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.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%;
    -webkit-transform: translateX(-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 {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

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

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

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

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    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 {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.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 {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar, .swiper-scrollbar-drag {
    position: relative;
    border-radius: var(--swiper-scrollbar-border-radius, 10px)
}

.swiper-scrollbar {
    -ms-touch-action: none;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

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

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

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

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    left: 0;
    top: 0
}

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

.swiper-scrollbar-lock {
    display: none
}

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

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

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

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

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

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

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    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-cards, .swiper-cube, .swiper-flip {
    overflow: visible
}

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

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

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

.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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

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

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

.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, .swiper-flip .swiper-slide {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip .swiper-slide {
    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 {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cards .swiper-slide, .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.swiper-creative .swiper-slide {
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.block {
    padding: 30px 0
}

.promo {
    position: relative
}

.promo--top {
    padding-top: calc(54px + 30px)
}

.promo--bottom {
    padding-top: 30px
}

.patterns::after, .promo::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 78px;
    background-image: url(../img/promo-wave-mob.svg);
    background-repeat: no-repeat;
    background-size: 1580px 78px;
    background-position: 22%
}

.promo__container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 1rem
}

.promo__orange {
    display: none
}

.promo__about {
    padding-bottom: 4.8rem
}

.promo__title {
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.promo__title span {
    display: block;
    text-transform: uppercase
}

.promo__list-item:not(:last-child) {
    margin-bottom: 1rem
}

.promo__list-text {
    line-height: 1.3;
}

.promo__list-icon {
    margin-bottom: .25rem
}

.promo__list-icon--glass {
    width: 2.5rem
}

.promo__list-icon--stamp {
    width: 3rem
}

.promo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 52%;
    gap: .75rem
}

.promo__collage {
    max-width: 170px
}

.promo__collage .prod-collage__label {
    font-size: 14px
}

.promo__girl {
    display: block;
    max-width: 190px;
    margin-right: -15px
}

.promo__order, .promo__rating {
    display: none
}

.promo--bottom .promo__title {
    text-align: center
}

.promo--bottom .prod-collage__label {
    font-size: 20px
}

.care {
    padding-bottom: 2rem
}

.care__container {
    position: relative
}

.care__order {
    margin-top: -30px;
    margin-bottom: 2rem
}

.care__title {
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.6px;
    margin-bottom: 1rem;
    width: 80%;
    max-width: 300px
}

.care__subtitle {
    font-size: 1.4rem;
    font-weight: 700;
    width: 70%;
    max-width: 260px;
    margin-bottom: 2rem
}

.care-decor {
    position: absolute;
    top: 340px;
    right: 0;
    aspect-ratio: 59/112;
    width: 59px;
    overflow: hidden
}

.care-decor__half-orange {
    position: absolute;
    top: 0;
    right: -48px;
    display: block;
    aspect-ratio: 105/112;
    width: 105px;
    background: url(../img/orange-half.svg) no-repeat center/contain;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.care-banner__title br, .care-decor__orange, .who-list__text br, .who-list__title br {
    display: none
}

.care-banner__wrapper {
    background: #fff;
    border-radius: 25px;
    padding: 2rem 1.5rem
}

.care-banner__title {
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    margin-top: -.4rem;
    margin-bottom: 1rem
}

.care-banner__title span {
    text-transform: uppercase
}

.care-banner__collage {
    max-width: 220px;
    margin-inline: auto;
    margin-bottom: 1rem
}

.who {
    padding-top: 3rem
}

.who.animated .who-list__item:nth-child(1) {
    -webkit-animation: list-item 2s forwards 0s;
    animation: list-item 2s forwards 0s
}

.who.animated .who-list__item:nth-child(3) {
    -webkit-animation: list-item 2s forwards .2s;
    animation: list-item 2s forwards .2s
}

.who.animated .who-list__item:nth-child(5) {
    -webkit-animation: list-item 2s forwards .4s;
    animation: list-item 2s forwards .4s
}

.who.animated .who-list__item:nth-child(7) {
    -webkit-animation: list-item 2s forwards .6s;
    animation: list-item 2s forwards .6s
}

.who.animated .who-list__separator {
    -webkit-animation: separator-block 2s forwards;
    animation: separator-block 2s forwards
}

.who.animated .who-list__separator::before {
    -webkit-animation: separator-line 2s forwards;
    animation: separator-line 2s forwards
}

.who.not-animated .who-list__item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.who.not-animated .who-list__separator {
    opacity: 1
}

.who.not-animated .who-list__separator::before {
    width: 100%
}

.who__title {
    text-align: center;
    margin-top: -.7rem;
    margin-bottom: 2rem
}

.who-list__separator {
    display: none;
    opacity: 0
}

.who-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.who-list__item picture {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.who-list__item:not(:last-child) {
    margin-bottom: 1rem
}

.who-list__img {
    aspect-ratio: .87097;
    width: 102px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.who-list__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

.patterns {
    position: relative;
    padding-top: 3rem;
    overflow: hidden
}

.patterns.animated .patterns__collage {
    -webkit-transform: skewX(10deg) translateX(-200%);
    transform: skewX(10deg) translateX(-200%);
    -webkit-animation: prod-collage 1s forwards 2s;
    animation: prod-collage 1s forwards 2s
}

.patterns.animated .transformation__half--left, .patterns.animated .transformation__half--right {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation: big-woman-left 2s forwards;
    animation: big-woman-left 2s forwards
}

.patterns.animated .transformation__half--right {
    -webkit-animation: big-woman-right 2s forwards;
    animation: big-woman-right 2s forwards
}

.patterns.animated .transformation__full {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fit-woman 2s forwards 1s;
    animation: fit-woman 2s forwards 1s
}

.patterns.animated .transformation__collage {
    -webkit-transform: skewX(10deg) translateX(-200%);
    transform: skewX(10deg) translateX(-200%);
    -webkit-animation: prod-collage 1s forwards 2s;
    animation: prod-collage 1s forwards 2s
}

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

.patterns__orange {
    display: none
}

.patterns__half-orange, .patterns__stamp {
    position: absolute;
    display: block;
    aspect-ratio: 105/112
}

.patterns__half-orange {
    bottom: 108px;
    left: -50px;
    width: 100px;
    background: url(../img/orange-half.svg) no-repeat center/contain
}

.patterns__stamp {
    bottom: 210px;
    right: -62px;
    width: 127px;
    background: url(../img/stamp-icon.svg) no-repeat center/contain
}

.patterns__content, .patterns__title {
    margin-bottom: 1.5rem
}

.patterns__title {
    font-weight: 600;
    line-height: 1.05;
    text-align: center;
    margin-top: -.5rem
}

.patterns__button {
    max-width: 300px;
    margin-inline: auto
}

.about__title br, .patterns__collage {
    display: none
}

.transformation {
    position: relative;
    aspect-ratio: 624/715;
    width: 100%;
    max-width: 322px;
    margin-inline: auto
}

.transformation__before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    aspect-ratio: 362/712;
    height: 100%
}

.transformation__half {
    position: absolute;
    top: 0;
    height: 100%
}

.transformation__half--left {
    left: 0
}

.transformation__half--right {
    right: 0
}

.transformation__full {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 624/715;
    height: 100%;
    max-width: none;
    opacity: 0
}

.transformation__collage {
    position: absolute;
    bottom: 20px;
    left: 33%;
    opacity: 0;
    width: 44%
}

.about {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden
}

.about__title {
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
    margin-top: -.5rem;
    margin-bottom: 1.5rem
}

.about__title span {
    font-weight: 400;
    text-transform: none
}

.about__benefits {
    border-bottom: 1px solid #3332a2;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

.about__benefits .about__title {
    text-align: center
}

.about__action {
    position: relative
}

.about__action .about__title {
    max-width: 234px
}

.about__half-orange, .guide__text br {
    display: none
}

.about__orange {
    position: absolute;
    top: 0;
    right: -56px;
    display: block;
    aspect-ratio: 254/220;
    width: 120px;
    background: url(../img/orange.svg) no-repeat center/contain
}

.about__button {
    max-width: 300px;
    margin-inline: auto
}

.benefits__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .75rem
}

.benefits__item:not(:last-child) {
    margin-bottom: 1rem
}

.benefits__item:first-child .benefits__icon {
    margin-left: -.2rem;
    margin-right: .2rem
}

.benefits__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    aspect-ratio: 1/1;
    width: 2.25rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.benefits__text span, .guide__text span {
    font-weight: 600
}

.actions {
    counter-reset: numb;
    margin-bottom: 1rem
}

.actions__item {
    counter-increment: numb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.actions__item:not(:last-child) {
    margin-bottom: .75rem
}

.actions__item::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: "0" counter(numb);
    font-size: 2.8rem;
    text-align: left;
    width: 2.6rem
}

.guide {
    margin-bottom: 1.5rem
}

.guide__inner {
    background-color: #fff;
    border-radius: 25px;
    padding: 2rem .5rem 0
}

.guide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.guide__item:first-child {
    margin-bottom: 3rem
}

.guide__item:nth-child(2) {
    position: relative;
    margin-bottom: 1rem
}

.guide__item:nth-child(2)::after, .guide__item:nth-child(2)::before {
    position: absolute;
    left: 118px;
    content: "";
    display: block;
    width: 41px;
    height: 23px;
    background: url(../img/chain-arrow.svg) no-repeat center/contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.guide__item:nth-child(2)::before {
    top: -30px
}

.guide__item:nth-child(2)::after {
    bottom: -30px
}

.guide__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px
}

.guide__img {
    margin-inline: auto
}

.guide__img--prod {
    width: 102px
}

.guide__img--glass {
    width: 80px
}

.guide__img--girl {
    width: 120px
}

.process {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden
}

.process.animated .timeline::before {
    -webkit-animation: list-line 2s forwards 2s;
    animation: list-line 2s forwards 2s
}

.process.animated .timeline__item:nth-child(1) {
    -webkit-animation: list-item 2s forwards 0s;
    animation: list-item 2s forwards 0s
}

.process.animated .timeline__item:nth-child(2) {
    -webkit-animation: list-item 2s forwards .2s;
    animation: list-item 2s forwards .2s
}

.process.animated .timeline__item:nth-child(3) {
    -webkit-animation: list-item 2s forwards .4s;
    animation: list-item 2s forwards .4s
}

.process.animated .timeline__item:nth-child(4) {
    -webkit-animation: list-item 2s forwards .6s;
    animation: list-item 2s forwards .6s
}

.process.animated .timeline__item:nth-child(5) {
    -webkit-animation: list-item 2s forwards .8s;
    animation: list-item 2s forwards .8s
}

.process.animated .timeline__item:nth-child(6) {
    -webkit-animation: list-item 2s forwards 1s;
    animation: list-item 2s forwards 1s
}

.process.animated .timeline__shape::after {
    -webkit-animation: list-dot 2s forwards 1s;
    animation: list-dot 2s forwards 1s
}

.process.not-animated .timeline::before {
    width: calc(100% - ((100% / 6) - (1rem * 5) / 6))
}

.process.not-animated .timeline__item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.compound.not-animated .component__list-item--first_left, .compound.not-animated .component__list-item--first_right, .compound.not-animated .component__list-item--second_left, .compound.not-animated .component__list-item--second_right, .process.not-animated .timeline__shape::after {
    opacity: 1
}

.process__container {
    position: relative
}

.process__orange {
    display: none
}

.process__title {
    line-height: 1.05;
    text-align: center;
    margin-top: -.4rem;
    margin-bottom: 1rem
}

.process__subtitle {
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem
}

.process__subtitle span {
    display: block
}

.timeline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.timeline__item:not(:last-child) {
    margin-bottom: 1.5rem
}

.timeline__shape {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.timeline__img {
    aspect-ratio: .94118;
    width: 96px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.timeline__title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 5px
}

.compound {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden
}

.compound.animated .component__list-item--first_left:nth-child(1) {
    -webkit-animation: component-item 1s forwards 0s;
    animation: component-item 1s forwards 0s
}

.compound.animated .component__list-item--first_left:nth-child(2) {
    -webkit-animation: component-item 1s forwards .5s;
    animation: component-item 1s forwards .5s
}

.compound.animated .component__list-item--first_left:nth-child(3) {
    -webkit-animation: component-item 1s forwards 1s;
    animation: component-item 1s forwards 1s
}

.compound.animated .component__list-item--second_left:nth-child(1) {
    -webkit-animation: component-item 1s forwards 1.5s;
    animation: component-item 1s forwards 1.5s
}

.compound.animated .component__list-item--second_left:nth-child(2) {
    -webkit-animation: component-item 1s forwards 2s;
    animation: component-item 1s forwards 2s
}

.compound.animated .component__list-item--second_left:nth-child(3) {
    -webkit-animation: component-item 1s forwards 2.5s;
    animation: component-item 1s forwards 2.5s
}

.compound.animated .component__list-item--first_right:nth-child(1) {
    -webkit-animation: component-item 1s forwards 0s;
    animation: component-item 1s forwards 0s
}

.compound.animated .component__list-item--first_right:nth-child(2) {
    -webkit-animation: component-item 1s forwards .5s;
    animation: component-item 1s forwards .5s
}

.compound.animated .component__list-item--first_right:nth-child(3) {
    -webkit-animation: component-item 1s forwards 1s;
    animation: component-item 1s forwards 1s
}

.compound.animated .component__list-item--second_right:nth-child(1) {
    -webkit-animation: component-item 1s forwards 1.5s;
    animation: component-item 1s forwards 1.5s
}

.compound.animated .component__list-item--second_right:nth-child(2) {
    -webkit-animation: component-item 1s forwards 2s;
    animation: component-item 1s forwards 2s
}

.compound.animated .component__list-item--second_right:nth-child(3) {
    -webkit-animation: component-item 1s forwards 2.5s;
    animation: component-item 1s forwards 2.5s
}

.compound__title {
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
    margin-top: -.5rem;
    margin-bottom: 1.5rem
}

.compound__couple:not(:last-child) {
    border-bottom: 1px solid #3332a2;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem
}

.compound__glass {
    display: none
}

.component:first-child {
    border-bottom: 1px solid #3332a2;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem
}

.component__title {
    font-size: 1.8em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.component__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .75rem
}

.component__body--reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.component__body picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%
}

.component__img {
    aspect-ratio: 145/126;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.component__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.component__list-item {
    line-height: 1.05;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 14px;
    padding: .75rem
}

.component__list-item--first_left, .component__list-item--first_right, .component__list-item--second_left, .component__list-item--second_right, .feedback .swiper-button-next.swiper-button-disabled, .feedback .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.component__list-item:not(:last-child) {
    margin-bottom: .75rem
}

.component__list-item span {
    font-weight: 600
}

.season {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 30px;
    overflow: hidden
}

.season::after, .webp .season::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 159px
}

.season::after {
    background-image: url(../img/sand-wave_mob.png);
    background-repeat: no-repeat;
    background-size: 500px 159px;
    background-position: right bottom
}

.season__container {
    position: relative;
    z-index: 2
}

.season__container::before {
    z-index: -1;
    position: absolute;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    display: block;
    aspect-ratio: 439/386;
    width: 280px;
    background: url(../img/umbrella_mob.png) no-repeat center/contain
}

.season__half-orange {
    display: none
}

.season__content {
    margin-bottom: 144px;
    max-width: 320px;
    margin-inline: auto
}

.season__title {
    line-height: 1.05;
    text-align: center;
    margin-top: -.4rem;
    margin-bottom: 2rem
}

.season__button, .season__collage {
    max-width: 266px;
    margin-inline: auto
}

.season__collage .prod-collage__label {
    font-size: 22px
}

.season__button {
    max-width: 300px
}

.webp .season::after {
    background-image: url(../img/sand-wave_mob.webp)
}

.webp .season__container::before {
    background: url(../img/umbrella_mob.webp) no-repeat center/contain
}

.feedback {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden
}

.feedback__title {
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
    margin-top: -.5rem;
    margin-bottom: 1.5rem
}

.feedback__slider {
    position: relative
}

.feedback__slider::after, .feedback__slider::before {
    visibility: hidden;
    content: '';
    display: block;
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2
}

.feedback__slider::before {
    left: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(252, 251, 219, .5)));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(252, 251, 219, .5))
}

.feedback__slider::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(252, 251, 219, .5)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(252, 251, 219, .5))
}

.feedback__arrow {
    visibility: hidden;
    z-index: 3;
    top: 18px;
    width: 100px;
    height: 100%;
    color: #000;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.feedback__arrow:hover {
    opacity: 1
}

.feedback__arrow::after {
    font-size: 26px
}

.feedback__arrow--left {
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(252, 251, 219, .5)));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(252, 251, 219, .5) 50%)
}

.feedback__arrow--right {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(252, 251, 219, .5)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(252, 251, 219, .5) 50%)
}

.feedback-slider {
    width: 100%;
    height: 100%
}

.feedback-slider__wrapper {
    padding-top: .8rem;
    margin-bottom: 1.5rem
}

.feedback-slider__wrapper--start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.feedback-slider__scrollbar {
    width: 158px;
    height: 8px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto
}

.feedback-slider__scrollbar .swiper-scrollbar-drag {
    cursor: pointer;
    background: #3332a2
}

.feedback-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
    height: auto;
    width: 91%;
    background-color: #fff;
    border-radius: 17px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
    padding: 1.5rem
}

.feedback-slide__quote {
    position: absolute;
    top: -.8rem;
    right: 1rem;
    display: block;
    aspect-ratio: 1/1;
    width: 3.7rem;
    background: url(../img/quote-border.svg) no-repeat center/contain;
    border-radius: 50%;
    padding: .5rem
}

.feedback-slide__quote::before {
    content: '';
    display: block;
    aspect-ratio: 1/1;
    width: calc(3.7rem - .5rem * 2);
    background: #fca3ce;
    border-radius: 50%
}

.feedback-slide__quote::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    aspect-ratio: 16/12;
    width: 1.2rem;
    background: url(../img/quote.svg) no-repeat center/contain
}

.feedback-slide__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    max-width: 80%;
    margin-bottom: 1.5rem
}

.feedback-slide__header picture {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.feedback-slide__ava {
    aspect-ratio: 1/1;
    width: 4rem;
    border-radius: 50%
}

.feedback-slide__author {
    font-size: 18px;
    font-weight: 700
}

.feedback-slide .rating {
    gap: normal
}

.feedback-slide .rating__star {
    width: 18px
}

.feedback-slide__comment {
    line-height: 1.3
}

.feedback-slide__comment.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.feedback-slide__button, .feedback-slide__button::after {
    background: -webkit-gradient(linear, left top, right top, from(#59d26c), to(#21762e));
    background: linear-gradient(90deg, #59d26c, #21762e)
}

.feedback-slide__button {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    margin-top: 1rem
}

.feedback-slide__button:hover::after {
    opacity: 0
}

.feedback-slide__button::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.feedback-slide__button.hidden {
    display: none;
    opacity: 0;
    pointer-events: none
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 50
}

.header.hidden {
    opacity: 0;
    visibility: hidden
}

.header.open {
    background: rgba(31, 29, 118, .9);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

.header--bg, .header--bg-full {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: #3332a2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 29, 118, .9)), to(transparent));
    background: linear-gradient(rgba(31, 29, 118, .9), transparent)
}

.header--bg .header__wrapper, .header--bg-full .header__wrapper {
    max-width: 100%
}

.header__wrapper {
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fdecd3;
    gap: 1rem;
    max-width: 800px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header__logo {
    width: 4.5rem
}

.burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25px;
    height: 21px;
    cursor: pointer
}

.burger.open .burger__line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg)
}

.burger.open .burger__line:nth-child(2) {
    opacity: 0
}

.burger.open .burger__line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg)
}

.burger__line {
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.burger__line:nth-child(2) {
    width: 68%;
    margin-left: auto
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow-y: auto;
    gap: 2rem;
    width: 100%;
    background: rgba(31, 29, 118, .9);
    padding: 1rem;
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: calc(100vh - 54px);
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none
}

.menu::-webkit-scrollbar {
    display: none
}

.menu__item, .menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu__item {
    background: 0 0;
    cursor: pointer;
    gap: .5rem
}

.menu__item:not(:last-child) {
    margin-bottom: 3rem
}

.menu__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.4rem
}

.menu__link {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff
}

.menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.form {
    position: relative;
    z-index: 3;
    color: #3332a2;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-inline: auto;
    padding: .75rem
}

.form__label, .form__wrapper {
    background: #fff;
    border-radius: 14px;
    padding: 14px 20px
}

.form__label {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(46, 45, 147, .25);
    border-radius: 100px;
    -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, .25);
    padding: 8px;
    margin-bottom: 12px
}

.form__input {
    font-size: 16px;
    color: #3332a2;
    width: 100%;
    text-align: center;
    background: 0 0
}

.form .price {
    margin-bottom: 1rem
}

.form__button {
    font-size: 16px;
    margin-bottom: 15px
}

.form__protect {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .5rem;
    font-size: 14px;
    text-align: center;
    width: 100%
}

.form__protect::before {
    content: "";
    display: block;
    width: 13px;
    height: 16px;
    background: url(../img/protect-icon.svg) no-repeat center/contain
}

.price, .price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.price {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    gap: .5rem;
    width: 100%
}

.price__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.price__line {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1px;
    background-color: #3332a2
}

.price__title {
    font-size: 14px;
    font-weight: 400;
    color: #3332a2;
    margin-bottom: 5px
}

.price__title--new {
    font-weight: 600;
    color: #fca3ce
}

.price__value {
    font-size: 24px;
    line-height: .8;
    font-weight: 500
}

.price__value--old {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.price__value--new {
    font-size: 26px;
    font-weight: 600;
    color: #fca3ce
}

.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: url(../img/yellow-bg.svg) no-repeat center/cover
}

.footer__order {
    margin-bottom: 1.5rem
}

.footer__fn {
    margin-bottom: 2rem;
}

.footer__text {
    text-align: center
}

.footer__text:not(:last-child) {
    margin-bottom: .3rem;
}

.modal {
    z-index: 999;
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    transition: all .25s
}

.modal.open {
    opacity: 1;
    visibility: visible
}

.modal__wrapper {
    position: relative;
    max-width: 300px;
    width: 100%;
    background: #3332a2 url(../img/blue-mob-bg.svg) no-repeat center/cover;
    border-radius: 20px;
    padding: 20px 15px
}

.modal__wrapper::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 182px;
    background-image: url(../img/popup-wave-mob.svg);
    background-repeat: no-repeat;
    background-size: 1554px 182px;
    background-position: 22%;
    border-radius: 0 0 20px 20px
}

.modal__inner {
    position: relative;
    z-index: 2;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none
}

.modal__inner::-webkit-scrollbar {
    display: none
}

.modal__title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px
}

.modal__title--desk {
    display: none
}

.modal__content {
    position: relative;
    z-index: 2
}

.modal__rating {
    display: none
}

.modal__collage {
    max-width: 256px
}

.modal__collage .prod-collage__label {
    font-size: 24px
}

.modal__order {
    margin-bottom: 14px
}

body .ever-popup__close {
    position: absolute;
    top: 14px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: 0;
    cursor: pointer
}

body .ever-popup__close::after, body .ever-popup__close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform-origin: center;
    transform-origin: center
}

body .ever-popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

body .ever-popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

@media (any-hover: hover) {
    .button:hover {
        background-position: 100% 50%
    }

    .shine-effect:hover::after {
        -webkit-animation: none;
        animation: none
    }
}

@media screen and (min-width: 375px) {
    body {
        font-size: 18px
    }

    .promo__title {
        font-size: 1.9rem;
    }

    .promo__girl {
        margin: 0
    }

    .care-decor {
        aspect-ratio: 105/112;
        width: 100px;
        top: 340px;
        right: 15px
    }

    .care-decor__half-orange {
        right: 0;
        width: 100%
    }

    .about__orange {
        width: 100px;
        right: 0
    }

    .component__body {
        gap: 1rem
    }

    .form__protect {
        font-size: 16px
    }
}

@media screen and (max-width: 424px) {
    .promo--bottom .promo__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promo--bottom .promo__title span {
        display: inline
    }

    .promo--bottom .promo__about {
        padding: 0
    }

    .promo--bottom .promo__content, .promo--bottom .promo__list-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .promo--bottom .promo__content {
        width: 100%;
        padding-bottom: .75rem;
        margin-top: 0
    }

    .promo--bottom .promo__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: .5rem
    }

    .promo--bottom .promo__list-item picture {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .promo--bottom .promo__list-icon {
        margin: 0
    }

    .promo--bottom .promo__list-icon--glass {
        width: 3rem;
        aspect-ratio: 1/1;
        padding-right: .5rem;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left center;
        object-position: left center
    }

    .promo--bottom .promo__collage {
        max-width: 240px
    }

    .promo--bottom .promo__collage::before {
        font-size: 1.5rem
    }

    .promo--bottom .promo__girl {
        display: none
    }
}

@media screen and (min-width: 425px) {
    .patterns::after, .promo::after {
        background-position: 34%
    }

    .promo__container {
        display: block
    }

    .promo__about {
        padding: 0
    }

    .promo__title {
        text-align: center;
        text-transform: uppercase
    }

    .promo__title span {
        display: inline
    }

    .promo__list {
        margin-bottom: 16px
    }

    .promo__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: .5rem;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .promo__list-item picture {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .promo__list-icon--glass {
        width: 3rem;
        aspect-ratio: 1/1;
        padding-right: .5rem;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left center;
        object-position: left center
    }

    .promo__list-icon {
        margin: 0
    }

    .promo__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
        margin-top: -64px
    }

    .promo__collage {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 1.5rem
    }

    .promo--bottom .prod-collage__label {
        font-size: 16px
    }

    .care__order {
        margin-top: -20px
    }

    .care-decor {
        width: 124px
    }

    .about__action .about__title {
        max-width: 270px
    }

    .about__orange {
        top: 0;
        width: 66px
    }

    .component__body {
        gap: 1.5rem
    }

    .component__body picture {
        -ms-flex-preferred-size: 38%;
        flex-basis: 38%
    }
}

@media screen and (min-width: 480px) {
    .button {
        padding: 12px 30px
    }

    .container {
        width: 480px
    }

    .macos .button {
        padding: 14px 30px 10px
    }

    .promo__collage {
        max-width: 196px
    }

    .promo__collage .prod-collage__label {
        font-size: 20px;
        width: calc(36% - .5rem)
    }

    .care-banner {
        border: 1px solid #fff;
        border-radius: 40px;
        padding: .75rem
    }

    .patterns__stamp {
        bottom: 240px;
        right: 0
    }

    .transformation__full {
        left: -80px
    }

    .transformation__collage {
        width: 64%;
        left: auto;
        right: -60px
    }

    .guide {
        border: 1px solid #fff;
        border-radius: 40px;
        padding: .75rem
    }

    .guide__item {
        font-size: 20px;
        gap: 1.5rem
    }

    .guide__item:nth-child(2)::after, .guide__item:nth-child(2)::before {
        left: 132px
    }

    .process__subtitle span {
        display: inline
    }

    .timeline__img {
        width: 120px
    }

    .timeline__title {
        font-size: 20px
    }

    .season::after {
        background-image: url(../img/sand-wave.png);
        background-size: 1921px 159px
    }

    .season__container::before {
        background: url(../img/umbrella.png) no-repeat center/contain
    }

    .webp .season::after {
        background-image: url(../img/sand-wave.webp)
    }

    .webp .season__container::before {
        background: url(../img/umbrella.webp) no-repeat center/contain
    }
}

@media screen and (min-width: 640px) {
    .container {
        width: 640px;
        padding-left: 20px;
        padding-right: 20px
    }

    .promo {
        overflow: hidden
    }

    .promo::after {
        background-position: 42%
    }

    .promo__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 3rem;
        margin-bottom: 1.5rem
    }

    .promo__list-item {
        max-width: 310px;
        gap: 1rem
    }

    .promo__list-item:not(:last-child) {
        margin-bottom: 0
    }

    .promo__list-icon--stamp {
        width: 4rem
    }

    .promo__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1.5rem;
        margin-top: 0;
        padding-bottom: 15px
    }

    .promo__content > picture {
        display: none
    }

    .promo__collage {
        max-width: 270px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: .75rem
    }

    .promo__collage .prod-collage__label {
        font-size: 28px;
        width: calc(34% - .5rem)
    }

    .promo__order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: block;
        width: 100%;
        max-width: 285px
    }

    .care {
        padding-top: 2rem;
        overflow: hidden
    }

    .care__order {
        display: none
    }

    .care__subtitle, .care__title {
        text-align: center;
        width: 100%;
        max-width: none;
        margin-bottom: .75rem
    }

    .care__subtitle {
        margin-bottom: 1.5rem
    }

    .care__button {
        max-width: 220px
    }

    .care-decor {
        position: static;
        aspect-ratio: auto;
        width: auto
    }

    .care-decor__half-orange, .care-decor__orange {
        display: none
    }

    .care-banner__wrapper {
        position: relative
    }

    .care-banner__title {
        font-size: 1.45rem;
        text-align: left;
        width: 60%
    }

    .about__title br, .care-banner__title br {
        display: block
    }

    .care-banner__collage {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 206px;
        margin: 0
    }

    .who-list, .who-list__item {
        -webkit-box-direction: normal
    }

    .who-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        gap: 2rem
    }

    .who-list__separator::after, .who-list__separator::before {
        position: absolute;
        content: "";
        display: block;
        background: #fca3ce
    }

    .who-list__separator::before {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 0;
        height: 3px
    }

    .who-list__separator::after {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        left: 50%;
        width: .4rem;
        height: .4rem;
        border-radius: 50%
    }

    .who-list__item {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -ms-flex-preferred-size: calc(50% - 2rem / 2);
        flex-basis: calc(50% - 2rem / 2)
    }

    .who-list__item:not(:last-child) {
        margin: 0
    }

    .who-list__img {
        width: 120px
    }

    .patterns::after {
        background-position: 42%
    }

    .patterns__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .patterns__orange {
        position: absolute;
        top: 0;
        right: -70px;
        display: block;
        aspect-ratio: 254/220;
        width: 124px;
        background: url(../img/orange.svg) no-repeat center/contain
    }

    .patterns__half-orange {
        left: -110px
    }

    .patterns__stamp {
        bottom: auto;
        right: auto;
        /*top: -90px;*/
        top: -126px;
        left: 0
    }

    .patterns__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 48%;
        flex-shrink: 0;
        margin: 0;
        padding-bottom: .75rem
    }

    .patterns__title {
        text-align: left
    }

    .patterns__button {
        max-width: 310px;
        margin-inline: 0;
        margin-bottom: 1.5rem
    }

    .patterns__collage {
        display: block;
        width: 60%;
        max-width: 250px;
        -webkit-transform: skewX(10deg) translateX(-200%);
        transform: skewX(10deg) translateX(-200%);
        opacity: 0
    }

    .transformation {
        max-width: 360px;
        margin-right: 0;
        margin-left: -8%
    }

    .transformation__full {
        left: 0
    }

    .transformation__collage {
        display: none
    }

    .about__title {
        margin-bottom: 0
    }

    .about__action, .about__benefits {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about__benefits .about__title {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        text-align: left
    }

    .about__action {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 1.5rem
    }

    .about__action .about__title {
        max-width: none;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }

    .about__orange {
        display: none
    }

    .about__button {
        margin-top: -40px
    }

    .actions, .benefits {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%
    }

    .actions {
        margin-bottom: 0
    }

    .guide {
        padding-bottom: 44px;
        margin-bottom: 20px
    }

    .guide__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
        padding: 1rem 1rem 0
    }

    .guide__item {
        font-size: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        gap: .5rem
    }

    .guide__item:first-child {
        margin-bottom: 0;
        padding-bottom: 1rem
    }

    .guide__item:nth-child(2) {
        margin-bottom: 0;
        padding-bottom: 1rem
    }

    .guide__item:nth-child(2)::after, .guide__item:nth-child(2)::before {
        -webkit-transform: none;
        transform: none;
        bottom: 68px
    }

    .guide__item:nth-child(2)::after {
        left: auto
    }

    .guide__item:nth-child(2)::before {
        top: auto;
        left: -18px
    }

    .guide__item:nth-child(2)::after {
        right: -18px
    }

    .guide__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        aspect-ratio: 1/1
    }

    .guide__icon--girl {
        width: 146px
    }

    .guide__img {
        aspect-ratio: 1/1;
        -o-object-fit: contain;
        object-fit: contain
    }

    .guide__img--girl, .guide__img--glass, .guide__img--prod {
        width: 100%
    }

    .guide__text {
        font-size: 17px;
        text-align: center
    }

    .process__subtitle {
        margin-bottom: 3rem
    }

    .timeline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        gap: 2rem
    }

    .timeline__item {
        -ms-flex-preferred-size: calc(50% - 2rem / 2);
        flex-basis: calc(50% - 2rem / 2)
    }

    .timeline__item:not(:last-child) {
        margin-bottom: 0
    }

    .season {
        padding-top: 30px
    }

    .season__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3rem
    }

    .season__container::before {
        -webkit-transform: none;
        transform: none;
        left: 20px
    }

    .season__half-orange {
        position: absolute;
        top: 30px;
        right: -50px;
        display: block;
        aspect-ratio: 254/220;
        background: url(../img/orange-half.svg) no-repeat center/contain;
        width: 120px
    }

    .season__content {
        max-width: none;
        margin: 0
    }

    .season__title {
        text-align: left
    }

    .season__collage {
        margin-inline: 0;
        margin-top: 124px
    }

    .season__button {
        max-width: 220px;
        margin: 0
    }

    .feedback__arrow::after {
        font-size: 32px
    }

    .header.open {
        background: #3332a2;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 29, 118, .9)), to(transparent));
        background: linear-gradient(rgba(31, 29, 118, .9), transparent);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px)
    }

    .burger {
        display: none
    }

    .menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto
    }

    .menu, .menu__wrapper {
        gap: 2rem;
        background: 0 0;
        position: static;
        opacity: 1;
        visibility: visible;
        overflow-y: auto;
        padding: 0
    }

    .menu__item, .menu__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu__item:not(:last-child) {
        margin: 0
    }

    .menu__icon {
        width: 1.75rem
    }

    .menu__link::after {
        content: "";
        display: block;
        height: 1px;
        width: 0;
        background-color: #fff;
        border-radius: 2px;
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu__link {
        position: relative;
        font-size: 12px
    }

    .footer__order {
        display: none
    }
}

@media screen and (any-hover: hover) and (min-width: 640px) {
    .menu__item:hover .menu__link::after {
        width: 100%
    }
}

@media screen and (min-width: 767px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 18px
    }

    .container {
        width: 768px
    }

    .block {
        padding: 40px 0
    }

    .promo--top {
        padding-top: calc(76px + 40px)
    }

    .promo--bottom {
        padding-top: 50px
    }

    .patterns::after, .promo::after {
        height: 120px;
        background-size: 1580px 120px;
        background-position: 48%
    }

    .promo__title {
        font-size: 2.5rem
    }

    .promo__list-icon--stamp {
        width: 3.5rem
    }

    .promo__content {
        gap: 2rem;
        padding-bottom: 30px
    }

    .promo__collage {
        max-width: 290px;
        margin-bottom: 0
    }

    .promo__collage .prod-collage__label {
        width: calc(32% - .5rem)
    }

    .care {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .care-banner__collage {
        max-width: 260px
    }

    .who-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }

    .who-list__img {
        width: 130px
    }

    .patterns::after {
        height: 90px;
        background-size: 1580px 90px
    }

    .patterns__orange {
        width: 160px;
        top: 10px;
        right: -80px
    }

    .patterns__half-orange {
        bottom: 140px
    }

    .patterns__stamp {
        top: -110px;
        width: 136px
    }

    .patterns__content {
        width: 45%
    }

    .transformation {
        max-width: 420px
    }

    .guide__icon {
        width: 130px
    }

    .guide__icon--girl {
        width: 160px
    }

    .compound__title {
        margin-bottom: 3rem
    }

    .compound__list {
        position: relative
    }

    .compound__couple {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .compound__couple:not(:last-child) {
        padding: 0;
        margin: 0;
        border-color: #fff
    }

    .compound__couple--top .component:nth-child(1), .compound__couple--top .component:nth-child(2) {
        padding-bottom: 2rem
    }

    .compound__couple--top .component:first-child .component__body {
        width: 50%
    }

    .compound__couple--bottom .component {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .compound__couple--bottom .component:nth-child(1), .compound__couple--bottom .component:nth-child(2) {
        padding-top: 2rem
    }

    .compound__glass {
        display: block;
        position: absolute;
        width: 130px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .component {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .component:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: .75rem
    }

    .component:first-child {
        border: 0;
        margin: 0;
        padding-bottom: 0;
        padding-right: .75rem;
        border-right: 1px solid #fff
    }

    .component__title {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 1.3rem;
        margin: 0
    }

    .component__body {
        position: relative;
        display: block;
        max-width: 54%;
        width: 100%
    }

    .component__body picture {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 100%;
        width: 100%
    }

    .component__list-item {
        font-size: 16px;
        position: absolute;
        text-align: center;
        width: 140px;
        background-color: rgba(255, 255, 255, .9);
        padding: .5rem .75rem
    }

    .component__list-item--first_left:nth-child(1) {
        top: 0;
        left: 30%
    }

    .component__list-item--first_left:nth-child(2) {
        width: 160px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 90px;
        left: 80%
    }

    .component__list-item--first_left:nth-child(3) {
        width: 200px;
        bottom: -1.8rem;
        left: 10%
    }

    .component__list-item--first_right:nth-child(1) {
        width: 190px;
        top: 0;
        right: 30%
    }

    .component__list-item--first_right:nth-child(2) {
        width: 184px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 90px;
        right: 80%
    }

    .component__list-item--first_right:nth-child(3) {
        width: 230px;
        bottom: -1rem;
        right: 10%
    }

    .component__list-item--second_left:nth-child(1) {
        width: 190px;
        top: -1rem;
        left: 30%
    }

    .component__list-item--second_left:nth-child(2) {
        width: 166px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 45%;
        left: 50%
    }

    .component__list-item--second_left:nth-child(3) {
        width: 140px;
        left: 0;
        bottom: 0
    }

    .component__list-item--second_right:nth-child(1) {
        width: 230px;
        top: -1rem;
        right: 30%
    }

    .component__list-item--second_right:nth-child(2) {
        width: 168px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 45%;
        right: 80%
    }

    .component__list-item--second_right:nth-child(3) {
        width: 176px;
        right: 0;
        bottom: 0
    }

    .component__list-item:not(:last-child) {
        margin: 0
    }

    .season__half-orange {
        top: 40px;
        right: 20px
    }

    .season__collage .prod-collage__label {
        font-size: 24px
    }

    .header__wrapper {
        height: 76px
    }

    .footer__text br {
        display: none
    }

    .modal__wrapper {
        background: #3332a2 url(../img/popup-bg.svg) no-repeat center/cover;
        max-width: 832px;
        padding: 30px 45px 20px
    }

    .modal__title {
        font-size: 52px;
        text-transform: uppercase;
        margin-bottom: 30px
    }

    .modal__title--desk {
        display: block
    }

    .modal__title--mob {
        display: none
    }

    .modal__content, .modal__rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .modal__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 1rem;
    }

    .modal__rating {
        color: #fff;
        margin-bottom: 30px
    }

    .modal__collage {
        max-width: 416px
    }

    .modal__collage .prod-collage__label {
        font-size: 34px
    }

    .modal__order {
        flex-shrink: 0;
        width: 285px;
        margin: 0
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 18px
    }

    .button {
        padding: 14px 30px
    }

    .container {
        width: 1024px;
        padding-left: 25px;
        padding-right: 25px
    }

    .floating-light {
        -webkit-animation: floating-light 4s ease-in-out infinite 1s;
        animation: floating-light 4s ease-in-out infinite 1s
    }

    .floating-medium {
        -webkit-animation: floating-medium 4s ease-in-out infinite;
        animation: floating-medium 4s ease-in-out infinite
    }

    .floating-medium-promo {
        -webkit-animation: floating-medium-promo 4s ease-in-out infinite;
        animation: floating-medium-promo 4s ease-in-out infinite
    }

    .macos .button {
        padding: 16px 30px 12px
    }

    .block {
        padding: 70px 0
    }

    .promo {
        background: url(../img/blue-big-bg.svg) no-repeat top center/1920px 773px
    }

    .promo--top {
        padding-top: calc(85px + 50px)
    }

    .promo--bottom {
        padding-top: 80px
    }

    .patterns::after, .promo::after {
        height: 180px;
        background-image: url(../img/promo-wave.svg);
        background-size: 1921px 217px;
        background-position: center top
    }

    .promo__orange {
        position: absolute;
        top: -170px;
        right: -60px;
        display: block;
        aspect-ratio: 1/1;
        width: 160px;
        background: url(../img/orange.svg) no-repeat center/contain;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .promo__about {
        width: 68%
    }

    .promo__title {
        text-align: left
    }

    .promo__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 3rem;
        margin-bottom: 1.5rem
    }

    .promo__list-icon--glass {
        aspect-ratio: auto;
        padding: 0;
        width: 2.2rem
    }

    .promo__list-icon--stamp {
        width: 3.1rem
    }

    .promo__content {
        gap: 1.5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 68%;
        margin-top: 0
    }

    .promo__content > picture {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .promo__collage {
        max-width: 300px
    }

    .promo__collage .prod-collage__label {
        font-size: 26px;
        width: calc(30% - .5rem)
    }

    .promo__girl {
        position: absolute;
        left: auto;
        right: -18rem;
        bottom: 0;
        max-width: 355px
    }

    .promo__order {
        -ms-flex-preferred-size: 285px;
        flex-basis: 285px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: none
    }

    .promo__rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: .75rem
    }

    .promo--bottom .promo__orange {
        top: -100px
    }

    .promo--bottom .promo__title {
        text-align: left
    }

    .care {
        background: url(../img/yellow-bg.svg) no-repeat center/cover
    }

    .care__subtitle {
        font-size: 1.3rem;
        margin-bottom: 1rem
    }

    .care-banner__wrapper {
        padding: 2.25rem 2rem
    }

    .care-banner__title {
        font-size: 1.6rem;
        margin-bottom: 2rem
    }

    .care-banner__collage {
        right: 2rem;
        max-width: 320px;
        margin-bottom: .5rem
    }

    .who {
        padding-top: 3rem
    }

    .who-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0
    }

    .who-list__separator {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        width: 1.8rem;
        height: .4rem;
        -webkit-transform: translateY(.4rem);
        transform: translateY(.4rem);
        margin-top: 91.85185px
    }

    .who-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4)
    }

    .who-list__img {
        width: 160px
    }

    .who-list__title {
        font-size: 18px;
        margin-bottom: .75rem
    }

    .guide__text br, .who-list__text br, .who-list__title br {
        display: block
    }

    .patterns {
        background: url(../img/blue-big-bg.svg) no-repeat center/cover;
        padding-top: 2rem
    }

    .patterns::after {
        bottom: -55px
    }

    .patterns__orange {
        width: 200px;
        top: 30px;
        right: -28px
    }

    .patterns__half-orange {
        width: 124px;
        left: -64px;
        bottom: 160px
    }

    .patterns__stamp {
        width: 150px;
        top: -90px;
        left: 50px
    }

    .patterns__content {
        width: 38%
    }

    .patterns__title {
        margin-bottom: 3rem
    }

    .transformation {
        max-width: 520px;
        margin-left: -8%
    }

    .about {
        background: url(../img/yellow-bg.svg) no-repeat center/cover;
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .about__button {
        margin-top: -44px
    }

    .actions__item::before {
        font-size: 50px;
        width: 44px
    }

    .guide {
        padding-bottom: 35px;
        margin-bottom: 22px
    }

    .guide__item:nth-child(2)::after, .guide__item:nth-child(2)::before {
        bottom: 80px;
        width: 86px;
        height: 49px
    }

    .guide__item:nth-child(2)::before {
        left: -36px
    }

    .guide__item:nth-child(2)::after {
        right: -36px
    }

    .guide__icon {
        width: 160px
    }

    .guide__icon--girl {
        width: 190px
    }

    .process {
        background: url(../img/blue-process-bg.svg) no-repeat top center/cover;
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .process__orange {
        position: absolute;
        top: 0;
        right: -20px;
        display: block;
        aspect-ratio: 254/220;
        background: url(../img/orange.svg) no-repeat center/contain;
        width: 140px
    }

    .process__subtitle {
        font-size: 1.5rem
    }

    .timeline {
        position: relative;
        gap: 1rem
    }

    .timeline::before, .timeline__shape::after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block
    }

    .timeline::before {
        content: "";
        top: 180px;
        width: 0;
        height: 1px;
        background-color: #fca3ce
    }

    .timeline__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 3rem;
        -ms-flex-preferred-size: calc((100% / 6) - (1rem * 5) / 6);
        flex-basis: calc((100% / 6) - (1rem * 5) / 6)
    }

    .timeline__shape {
        position: relative
    }

    .timeline__shape::after {
        bottom: -28.5px;
        content: '';
        aspect-ratio: 1/1;
        width: 9px;
        background: #fca3ce;
        border-radius: 50%;
        opacity: 0
    }

    .timeline__img {
        width: 100%
    }

    .timeline__title {
        font-size: 20px;
        margin-bottom: .75rem
    }

    .timeline__text {
        font-size: 16px
    }

    .compound {
        background: url(../img/yellow-bg.svg) no-repeat center/cover;
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .compound__couple:not(:last-child) {
        border-width: 2px
    }

    .compound__couple--top .component:first-child .component__body {
        width: 42%
    }

    .compound__glass {
        width: 174px
    }

    .component:nth-child(2n) {
        padding-left: 1.5rem
    }

    .component:first-child {
        border-width: 2px;
        padding-right: 1.5rem
    }

    .component__title {
        font-size: 1.6rem
    }

    .component__body {
        max-width: 48%
    }

    .component__img {
        aspect-ratio: 268/226
    }

    .component__list-item {
        border-radius: 25px;
        background-color: rgba(255, 255, 255, .8)
    }

    .component__list-item--first_left:nth-child(1) {
        left: 40%
    }

    .component__list-item--first_left:nth-child(2) {
        top: 100px;
        left: 90%;
        width: 164px
    }

    .component__list-item--first_left:nth-child(3) {
        width: 200px;
        bottom: -2.8rem
    }

    .component__list-item--first_right:nth-child(1) {
        width: 190px;
        right: 40%
    }

    .component__list-item--first_right:nth-child(2) {
        width: 190px;
        top: 100px;
        right: 90%
    }

    .component__list-item--first_right:nth-child(3) {
        width: 230px;
        bottom: -1.5rem
    }

    .component__list-item--second_left:nth-child(1) {
        width: 190px;
        left: 40%
    }

    .component__list-item--second_left:nth-child(2) {
        width: 170px;
        left: 80%
    }

    .component__list-item--second_left:nth-child(3) {
        width: 150px;
        left: 10%
    }

    .component__list-item--second_right:nth-child(1) {
        width: 230px;
        right: 40%
    }

    .component__list-item--second_right:nth-child(2) {
        width: 170px
    }

    .component__list-item--second_right:nth-child(3) {
        width: 180px;
        right: 10%
    }

    .season {
        background: url(../img/season-bg.svg) no-repeat top center/cover;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .season::after {
        background-position: center bottom
    }

    .season__container {
        gap: 2rem
    }

    .season__container::before {
        width: 360px;
        left: auto;
        right: 0;
        bottom: 10px
    }

    .season__half-orange {
        top: 10px;
        right: -100px
    }

    .season__collage {
        max-width: 340px;
        margin-top: 40px
    }

    .season__collage .prod-collage__label {
        font-size: 30px
    }

    .feedback {
        background: url(../img/yellow-bg.svg) no-repeat center/cover;
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .feedback-slider__wrapper {
        padding-top: calc(3.7rem / 2)
    }

    .feedback-slide {
        gap: 1.5rem;
        border-radius: 20px
    }

    .feedback-slide__quote {
        top: calc(3.7rem / 2 * -1)
    }

    .feedback-slide__header {
        margin-bottom: 0
    }

    .feedback-slide__ava {
        width: 70px
    }

    .feedback-slide__author {
        font-size: 22px
    }

    .feedback-slide .rating, .feedback-slide__text {
        padding-left: 88px
    }

    .feedback-slide .rating__star {
        width: 22px
    }

    .header__wrapper {
        height: 85px
    }

    .menu {
        background: 0 0
    }

    .menu__link {
        font-size: 14px;
        text-shadow: 1px 1px 4px #000
    }

    .price__title {
        margin-bottom: .25rem
    }
}

@media screen and (max-width: 1024px) {
    .modal .form {
        padding: 0;
        border: 0
    }
}

@media screen and (min-width: 1220px) {
    html {
        font-size: 22px
    }

    .container {
        width: 1220px
    }

    .title {
        font-size: 2.5rem
    }

    .rating__text {
        font-size: 18px
    }

    .block {
        padding: 100px 0
    }

    .promo--top {
        padding-top: calc(85px + 60px)
    }

    .promo--bottom {
        padding-top: 100px
    }

    .promo::after {
        height: 214px
    }

    .promo__orange {
        width: 244px;
        top: -212px;
        right: -160px
    }

    .promo__title {
        letter-spacing: -.06rem
    }

    .promo__list {
        margin-bottom: 1rem
    }

    .promo__list-text {
        font-size: .9rem
    }

    .promo__content {
        gap: 1rem;
        padding-bottom: 20px
    }

    .promo__collage {
        max-width: 430px;
        margin-left: -1rem
    }

    .promo__collage .prod-collage__label {
        font-size: 36px
    }

    .promo__girl {
        right: -19rem;
        max-width: 480px
    }

    .promo--bottom .promo__orange {
        top: -150px
    }

    .care-banner__collage {
        max-width: 394px
    }

    .who-list__separator {
        margin-top: 105.62963px
    }

    .who-list__img {
        width: 184px
    }

    .who-list__title {
        font-size: 22px
    }

    .who-list__text {
        font-size: 18px
    }

    .patterns::after {
        bottom: -89px;
        height: 214px
    }

    .patterns__orange {
        width: 253px;
        top: 50px;
        right: -78px
    }

    .patterns__half-orange {
        bottom: 190px
    }

    .patterns__stamp {
        width: 187px;
        top: -100px;
        left: 40px
    }

    .patterns__content {
        width: 44%
    }

    .transformation {
        max-width: 630px;
        margin-left: -9%;
    }

    .about {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .about__benefits {
        padding-bottom: 3rem;
        margin-bottom: 3rem
    }

    .about__action {
        margin-bottom: 2rem
    }

    .about__action .about__title, .benefits {
        -ms-flex-preferred-size: 476px;
        flex-basis: 476px
    }

    .benefits__item:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .guide {
        padding-bottom: 38px
    }

    .guide__item:nth-child(2)::after, .guide__item:nth-child(2)::before {
        bottom: 94px;
        width: 102px;
        height: 58px
    }

    .guide__item:nth-child(2)::before {
        left: -44px
    }

    .guide__item:nth-child(2)::after {
        right: -44px
    }

    .guide__icon {
        width: 190px
    }

    .guide__icon--girl {
        width: 230px
    }

    .guide__text {
        font-size: 22px
    }

    .process {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .process__orange {
        top: -20px;
        right: -60px;
        width: 200px
    }

    .timeline::before {
        top: 220px
    }

    .timeline__item {
        -ms-flex-preferred-size: calc((100% / 6) - (1rem * 5) / 6);
        flex-basis: calc((100% / 6) - (1rem * 5) / 6)
    }

    .timeline__shape::after {
        bottom: -37.5px
    }

    .timeline__title {
        font-size: 22px
    }

    .timeline__text {
        font-size: 18px
    }

    .compound {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .compound__couple--top .component:nth-child(1), .compound__couple--top .component:nth-child(2) {
        padding-bottom: 80px
    }

    .compound__couple--top .component:first-child .component__body {
        width: 47%
    }

    .compound__couple--bottom .component:nth-child(1), .compound__couple--bottom .component:nth-child(2) {
        padding-top: 3rem
    }

    .compound__glass {
        width: 200px
    }

    .component:nth-child(2n) {
        padding-left: 46px
    }

    .component:first-child {
        padding-right: 46px
    }

    .component__body {
        max-width: 53%
    }

    .component__list-item {
        font-size: 22px;
        border-radius: 50px
    }

    .component__list-item--first_left:nth-child(1) {
        width: 218px;
        left: 92px
    }

    .component__list-item--first_left:nth-child(2) {
        width: 250px;
        top: 140px;
        left: 246px
    }

    .component__list-item--first_left:nth-child(3) {
        width: 268px;
        left: 0;
        bottom: -3.7rem
    }

    .component__list-item--first_right:nth-child(1) {
        width: 262px
    }

    .component__list-item--first_right:nth-child(2) {
        top: 140px;
        width: 256px
    }

    .component__list-item--first_right:nth-child(3) {
        width: 334px;
        bottom: -2.4rem
    }

    .component__list-item--second_left:nth-child(1) {
        width: 260px
    }

    .component__list-item--second_left:nth-child(2) {
        width: 220px
    }

    .component__list-item--second_left:nth-child(3) {
        width: 200px
    }

    .component__list-item--second_right:nth-child(1) {
        width: 328px
    }

    .component__list-item--second_right:nth-child(2) {
        width: 230px
    }

    .component__list-item--second_right:nth-child(3) {
        width: 268px
    }

    .season__container::before {
        bottom: 47px;
        width: 440px
    }

    .season__half-orange {
        top: 30px;
        right: -130px;
        width: 130px
    }

    .season__collage {
        max-width: 420px;
        margin-top: 70px
    }

    .season__collage .prod-collage__label {
        font-size: 36px
    }

    .feedback {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .feedback-slide .rating, .feedback-slide__text {
        padding-left: 92px
    }

    .header__logo {
        width: 4rem
    }

    .footer__text {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .care-decor__half-orange {
        display: block;
        width: 130px;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        top: 442px;
        left: -142px
    }

    .care-decor__orange {
        position: absolute;
        display: block;
        aspect-ratio: 254/220;
        width: 254px;
        background: url(../img/orange.svg) no-repeat center/contain;
        bottom: 64px;
        right: -280px
    }

    .patterns__orange {
        right: -150px
    }

    .about__half-orange {
        position: absolute;
        bottom: 0;
        display: block;
        aspect-ratio: 105/112;
        width: 130px;
        background: url(../img/orange-half.svg) no-repeat center/contain;
        left: -220px
    }

    .about__orange {
        display: block;
        width: 254px;
        right: -420px
    }

    .process__orange {
        top: -33px;
        right: -211px;
        width: 244px
    }
}

@media screen and (min-width: 1920px) {
    .patterns::after, .promo, .promo::after, .season::after {
        background-size: cover
    }

    .care-decor__orange {
        right: -428px
    }

    .season::after {
        background-position: center top
    }
}

@media (min-width: 1024px) and (max-width: 1220px) {
    .promo--bottom .promo__girl {
        right: -20rem;
        max-width: 390px
    }
}