    html {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        scrollbar-gutter: stable;
    }

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

    ul,
    ol {
        padding: 0
    }

    body,
    h1,
    h2,
    h3,
    h4,
    p,
    ul,
    ol,
    li,
    figure,
    figcaption,
    blockquote,
    dl,
    dd {
        margin: 0
    }

    h1,
    h2,
    h3,
    h4 {
        font: inherit
    }

    li {
        list-style: none
    }

    ul {
        list-style: none
    }

    img {
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100%;
        height: auto;
        display: block
    }

    input,
    button,
    textarea,
    select {
        outline: rgba(0, 0, 0, 0);
        border: none;
        font: inherit
    }

    a {
        outline: rgba(0, 0, 0, 0);
        text-decoration: none;
        color: inherit
    }

    address {
        font-style: inherit
    }

    button {
        cursor: pointer;
        padding: 0;
        color: inherit
    }

    button,
    input,
    textarea {
        background-color: rgba(0, 0, 0, 0)
    }

    @font-face {
        font-family: "Inter";
        src: url("/fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2-variations");
        font-weight: 100 900;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: "DINPro-CondensedRegular";
        src: url("/fonts/DINPro-CondensedRegular.woff2") format("woff2-variations");
        font-weight: 400;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: "DINPro-CondensedBold";
        src: url("/fonts/DINPro-CondensedBold.woff2") format("woff2-variations");
        font-weight: 700;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: "DINPro-CondensedBlack";
        src: url("/fonts/DINPro-CondensedBlack.woff2") format("woff2-variations");
        font-weight: 900;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: "Manrope-VariableFont_wght";
        src: url("/fonts/Manrope-VariableFont_wght.woff2") format("woff2-variations");
        font-weight: 100 900;
        font-style: normal;
        font-display: swap
    }

    html,
    body {
        height: 100%
    }

    body {
        color: #848484;
        letter-spacing: normal;
        font-style: normal;
        background-color: #f4f4f4;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        line-height: 1.5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: url("/images/cursor.svg") 6 6, auto
    }

    a,
    button,
    label {
        cursor: pointer
    }

    main {
        display: grid;
        background-color: #f4f4f4;
        padding: 75px 0 0px;
    }
    main > * {
    min-width: 0;
    }
    .container {
        max-width: 1540px;
        min-width: 360px;
        padding: 0 40px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .container.jc {
        justify-content: center;
    }
    @media(max-width: 768px) {
        .container {
            padding: 0 20px;
        }
    }


    .cta {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 96px 15px 20px;
        position: relative;
        background-color: #ffde14;
        color: #282934;
        border-radius: 6px;
        outline-offset: 3px;
        font-weight: 700;
        font-size: 16px;
        -webkit-transition: opacity .3s, outline .3s;
        transition: opacity .3s, outline .3s
    }

    .cta.disabled {
        background-color: #a8a8a8;
        cursor: not-allowed;
        pointer-events: none;
        color: #666666;
    }

    .cta__box {
        position: absolute;
        right: 20px;
        -webkit-transition: right .3s;
        transition: right .3s
    }

    .cta:hover .cta__box {
        right: 10px
    }

    .cta:active {
        opacity: .7
    }

    @media(max-width: 1150px) {
        .cta {
            font-size: 14px;
            padding: 10px 60px 10px 10px
        }
    }

    @media(max-width: 768px) {
        .cta {
            padding: 10px 35px 10px 10px
        }
        .cta__box {
            right: 10px;
        }
    }

    .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ffde14;
        padding: 15px 20px;
        font-size: 18px;
        color: #282934;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 6px;
        gap: 22px;
        font-weight: 700;
        line-height: 1.1;
        -webkit-transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s
    }

    .bullet-button {
        background-color: #141414;
        width: 10% ;
        height: 10px;
        padding: auto;
    }
    .bullet-button--active { 
        background-color: #ffde14 !important;
    }

    .button:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #ffde14;
        border-color: #ffde14
    }

    .button:focus {
        outline: 1px solid #ffde14
    }

    .button:active {
        color: #282934;
        background-color: #ffde14;
        -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25)
    }

    .title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 45px;
        line-height: 1;
        text-transform: uppercase;
        color: #282934;
        margin-bottom: 20px
    }

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

    .icon {
        fill: currentColor
    }

    .logo {
        border-radius: 10px;
        z-index: 1000;
        -webkit-transition: opacity .3s, outline .3s, -webkit-transform .3s;
        transition: opacity .3s, outline .3s, -webkit-transform .3s;
        transition: transform .3s, opacity .3s, outline .3s;
        transition: transform .3s, opacity .3s, outline .3s, -webkit-transform .3s
    }

    .logo:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .header__logo {
        position: relative;
        -webkit-transform: translateY(23px);
        -ms-transform: translateY(23px);
        transform: translateY(23px)
    }

    .header__logo:hover {
        -webkit-transform: scale(1.05) translateY(23px);
        -ms-transform: scale(1.05) translateY(23px);
        transform: scale(1.05) translateY(23px)
    }

    .footer__logo {
        -ms-flex-item-align: start;
        align-self: flex-start;
        z-index: 10
    }

    .footer__logo:active {
        -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97)
    }

    @media(max-width: 640px) {
        .logo {
            width: 100px;
            height: 46px
        }
        .header__logo {
            -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
            transform: translateY(10px)
        }
        .header__logo:hover {
            -webkit-transform: scale(1.05) translateY(10px);
            -ms-transform: scale(1.05) translateY(10px);
            transform: scale(1.05) translateY(10px)
        }
        .footer__logo {
            display: inline-block;
            max-width: 150px;
            margin-bottom: 20px
        }
    }

    .section {
        padding: 60px 0
    }

    section.detail-one,
    section.series {
        padding-top: 0px;
    }

    @media(max-width: 640px) {
        .section {
            padding: 30px 0
        }
    }

    .top__title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 45px;
        line-height: 1;
        color: #282934;
        text-transform: uppercase;
        margin-bottom: 30px;
        margin-top: 35px;
    }

    .breadcrumbs + .top__title {
        margin-top: 0;
    }

    .top__info {
        padding: 88px 0 35px;
        background-image: url("/images/categories/bg.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 10;
        overflow: hidden
    }

    .top__info::before {
        content: "";
        position: absolute;
        left: 97px;
        top: 78px;
        border-radius: 50%;
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0) 75%);
        -webkit-filter: blur(30px);
        filter: blur(30px);
        width: 688px;
        height: 507px;
        -webkit-transform: translate(-50%, -50%) rotate(-19.4deg);
        -ms-transform: translate(-50%, -50%) rotate(-19.4deg);
        transform: translate(-50%, -50%) rotate(-19.4deg);
        pointer-events: none
    }

    .top__info::after {
        content: "";
        background-image: url("/images/logo.svg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        width: 97px;
        height: 44px;
        left: 16px;
        top: 16px
    }

    .top__info-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-weight: 600;
        font-family: "Manrope-VariableFont_wght", sans-serif;
        text-transform: uppercase;
        color: #fff;
        font-size: 62px;
        max-width: 480px;
        width: 100%;
        line-height: 1;
        position: relative;
        z-index: 15;
        margin-left: 16px
    }

    .top__subtitle {
        font-size: 24px
    }

    @media(max-width: 640px) {
        main {
            padding: 45px 0 0
        }

        .title {
            font-size: 25px;
            margin-bottom: 15px
        }

        .section.product .title {
            margin-bottom: 0px
        }

        .top__info {
            display: none
        }

        .top__title {
            font-size: 25px;
            margin-bottom: 20px
        }
    }

    div[role="dialog"] {
        overflow: visible !important;
    }

    .bg-default {
        background-color: transparent;
    }

    .ring-default {
        --tw-ring-color: transparent;
    }

    .divide-default {
        :where(& > :not(:last-child)) {
            border-color: transparent !important;
        }
    }

    .ring,
    .shadow-lg {
        box-shadow: none;
    }

    .bg-elevated\/50,
    .bg-elevated\/75 {
        background-color: rgba(0, 0, 0, 0.5);
    }

    button.popup__close span.iconify {
        width: 30px;
        height: 30px;
    }

    .basket {
        height: 100vh;
        overflow: hidden
    }

    .basket .basket__hrader {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .basket .basket__body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        overflow: hidden;
        min-height: 190px
    }

    .basket .basket__body .basket__list,
    .basket .basket__body .basket__empty  {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .basket .basket__footer {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .popup__dialog {
        max-width: 1360px;
        width: 100%;
        margin: 0 auto;
        background-color: #f4f4f4;
        padding: 60px 80px
    }

    .popup__dialog--quick-order,
    .popup__dialog--success {
        background-color: #fff;
        padding: 50px;
        border-radius: 6px;
        text-align: center;
    }

    .success-block {
        text-align: center;
        padding: 50px;
    }
    .error-container {
        display: grid;
        grid-template-columns: 0.3fr 0.7fr;
        grid-template-rows: 1fr 1fr;
        gap: 30px;
        padding-bottom: 50px;
    }
    .error-container > div {
        border-radius: 6px;
    }
    .error-container .item-1 {
    grid-column: 1;
    grid-row: 1 / 3;
    }

    .error-container .item-2 {
    grid-column: 2;
    grid-row: 1;
    }

    .error-container .item-3 {
    grid-column: 2;
    grid-row: 2;
    }
    .error-container > div {
        border-radius: 6px;
    }
    .error-block {
        background-color: #fff;
        padding: 40px;
    }
    .error-block__title {
        margin-bottom: 20px;
        font-size: 35px;
        color: #282934
    }
    .error-block p {
        margin-bottom: 20px;
    }
    .error-pic img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    @media(max-width: 640px) {
        .popup__dialog--quick-order,
        .popup__dialog--success,
        .success-block {
            padding: 30px 
        }
        .error-container {
            grid-template-columns: 1fr;
            grid-template-rows: auto 200px 400px;
        }
        .error-container .item-1 {
        grid-column: 1;
        grid-row: 3;
        }

        .error-container .item-2 {
        grid-column: 1;
        grid-row: 1;
        }

        .error-container .item-3 {
        grid-column: 1;
        grid-row: 2;
        }
        .error-block {
            padding: 20px;
        }
        .success-block__title {
            font-size: 25px
        }

        .success-block__btn {
            width: 100%;
            font-size: 16px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .success-block__icon {
            width: 63px;
            height: 63px;
            margin-bottom: 10px
        }

        .success-block__text {
            font-size: 14px;
            margin-bottom: 10px
        }
    }

    @media(max-width: 440px) {
        .popup__dialog--quick-order,
        .popup__dialog--success,
        .success-block {
            max-width: 335px
        }
    }

    .popup__title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 25px;
        line-height: 1;
        color: #282934;
        text-transform: uppercase
    }

    .popup__close {
        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;
        border: transparent;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        width: 24px;
        height: 24px;
        top: 45px;
        right: -45px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        border-radius: 50%;
        -webkit-transition: color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: color .3s, outline .3s, box-shadow .3s;
        transition: color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s;
        color: #fff;
    }

    .popup__close svg.icon {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .popup__close:hover {
        color: #ffde14
    }

    .popup__close:active svg.icon {
        fill: #ffde14
    }

    .hidden {
        display: none
    }

    .product-badge {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 10;
        display: flex;
        gap: 10px;
    }

    .product-badge .badge {
        line-height: 1;
        border-radius: 6px;
        padding: 3px 5px;
    }
    .product-badge .badge:after {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 18px;
        text-transform: uppercase;
    }

    .badge.bestseller {
        background-color: #282934;
    }
    .badge.bestseller:after {
        content: "ХІТ";
        color: #fff;
    }

    .badge.new {
        background-color: #06AEE1;
    }
    .badge.new:after {
        content: "НОВИНКА";
        color: #fff;
    }

    .badge.action {
        background-color: #A81815;
    }
    .badge.action:after {
        content: "акція";
        color: #fff;
    }

    .badge.gift:aer {
        background-color: #00AD42;
    }
    .badge.gift:after {
        content: "+ подарунок";
        color: #fff;
    }

    @media(max-width: 768px) {
        .product-badge {
            top: 10px;
            left: 10px
        }

        .product-badge .badge:after {
            font-size: 13px
        }
    }

    .product-rating {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        color: #282934;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 7px;
        height: 20px;
    }
    .product-rating__block {
        margin: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

    }
    .product-rating__icon {
        fill: #ffde14
    }

    .product-rating__value {
        font-size: inherit;
        color: inherit
    }

    .product-rating__reviews {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        color: #282934;
        position: relative;
        cursor: pointer;
    }

    .product-rating__reviews::before {
        position: absolute;
        content: "";
        width: 100%;
        border-bottom: 1px solid #282934;
        bottom: -1px
    }

    .product-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 20px
    }

    .product-option__item {
        font-family: "Manrope-VariableFont_wght", sans-serif;
        font-weight: 800;
        font-size: 18px;
        line-height: 1;
        color: #848484;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        padding: 8px;
        border-radius: 6px;
        border: 1px solid #282934;
        transition: all .3s;
    }
    .product-option__name {
        font-family: "Manrope-VariableFont_wght", sans-serif;
        font-size: 18px;
        color: #848484;
    }

    .product-option__item.hidden {
        display: none
    }

    .product-option__item--more {
        border: none;
        background-color: #f4f4f4
    }

    .product-option__item--active {
        color: #282934
    }

    .product-option__item:hover {
        border-color: #ffde14;
        color: #282934;
    }

    .product-price {
        line-height: 1
    }

    .product-price__item {
        display: block;
        font-size: 22px;
        font-weight: 800;
        color: #282934;
        font-family: "Manrope-VariableFont_wght"
    }

    .product-price--old {
        font-size: 18px;
        color: #848484;
        font-weight: 800;
        position: relative
    }

    .product-price--old::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
        width: 100%;
        height: 2px;
        background-color: #848484
    }

    .product-price--current {
        color: #a81815
    }

    @media(max-width: 640px) {
        .product-price__item {
            font-size: 17px
        }

        .product-price--old {
            font-size: 14px
        }
    }

    .product-counter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #282934;
        max-width: 98px;
        width: 100%;
        height: 40px;
        border: 1px solid #282934;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600
    }

    .product-counter__btn {
        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;
        width: 44px;
        height: 40px;
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .product-counter__btn:hover {
        color: #ffde14
    }

    #app-overlays {
        z-index: 40;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #282934;
        min-height: 79px;
        height: auto;
        z-index: 999
    }

    .mobile-button {
        display: none
    }

    .menu {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: -webkit-max-content 1fr -webkit-max-content;
        -ms-grid-columns: max-content 1fr max-content;
        grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
        grid-template-columns: max-content 1fr max-content;
        -ms-grid-rows: 79px auto;
        grid-template-rows: 79px auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 48px;
        -moz-column-gap: 48px;
        column-gap: 48px;
        height: 100%;
        position: relative
    }

    .menu__inner {
        margin-bottom: 10px
    }

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

    .menu__link {
        font-size: 20px;
        line-height: 1.25;
        text-transform: uppercase;
        color: #fff;
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 700;
        outline-offset: 10px;
        border-radius: 6px;
        -webkit-transition: color .3s, outline .3s, opacity .3s;
        transition: color .3s, outline .3s, opacity .3s;
        padding-bottom: 28px;
        padding-top: 28px;
    }

    .menu__item>button:hover {
        background: transparent !important;
    }

    .menu__item>button:before,
    .menu__item>a:before {
        background: transparent !important;
    }

    .menu__item>a {
        padding: 0;
    }

    .menu__link:hover,
    .menu__item:hover .menu__link,
    .menu__item [data-state="open"] .menu__link {
        color: #ffde14
    }

    .user-menu {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .user-menu__item {
        position: relative
    }

    .user-menu__link {
        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;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        -webkit-transition: color .3s, outline .3s, opacity .3s;
        transition: color .3s, outline .3s, opacity .3s;
        color: white;
    }

    .user-menu__link:hover {
        color: #ffde14
    }

    .user-menu__link:active {
        opacity: .6
    }

    .user-menu__link .active {
        color: #ffde14
    }

    .user-menu__number {
        position: absolute;
        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;
        background-color: #ffde14;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        top: 0;
        right: 0;
        font-weight: 600;
        font-size: 12px;
        line-height: 1.6;
        color: #282934
    }

    @media(max-width: 1200px) {
        .menu {
            -ms-grid-columns: -webkit-max-content 1px 1fr 1px -webkit-max-content 1px -webkit-max-content;
            -ms-grid-columns: max-content 1px 1fr 1px max-content 1px max-content;
            grid-template-columns: -webkit-max-content 1fr -webkit-max-content -webkit-max-content;
            grid-template-columns: max-content 1fr max-content max-content;
            -ms-grid-rows: 78px auto;
            grid-template-rows: 78px auto;
            -webkit-column-gap: 1px;
            -moz-column-gap: 1px;
            column-gap: 1px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            grid-template-areas: "logo . icons burger" "search search search search"
        }

        .menu__list {
            display: block;
            position: absolute;
            top: 0;
            left: 50%;
            width: 100vw;
            height: 100vh;
            -webkit-transform: translateX(-170%);
            -ms-transform: translateX(-170%);
            transform: translateX(-170%);
            opacity: 0;
            pointer-events: none;
            z-index: 9;
            padding-top: 200px;
            background-color: #282934;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s
        }

        .menu__list.active {
            opacity: 1;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 988
        }

        .menu__item:not(:last-child) {
            margin-bottom: 30px
        }

        .menu__link {
            display: block;
            padding: 20px 0 20px 20px
        }

        .menu>.user-menu {
            grid-area: icons;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            z-index: 10
        }

        .menu>.mobile-button {
            grid-area: burger;
            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;
            width: 44px;
            height: 44px;
            color: #fff;
            z-index: 10
        }
    }

    @media (max-width: 1200px) {
        .menu>.user-menu {
            -ms-grid-row: 1;
            -ms-grid-column: 5
        }

        .menu>.mobile-button {
            -ms-grid-row: 1;
            -ms-grid-column: 7
        }
    }

    @media(max-width: 640px) {
        .header {
            min-height: 47px
        }

        .menu {
            -ms-grid-rows: 47px auto;
            grid-template-rows: 47px auto
        }
    }

    .go-top {
        width: 51px;
        height: 51px;
        position: fixed;
        z-index: 10;
        bottom: 40px;
        right: 20px;
        -webkit-transition: all .3s;
        transition: all .3s;
        border: 1px solid #ededed;
        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;
        border-radius: 6px;
        color: #282934;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background-color: #fff;
        outline-offset: 3px;
    }

    .go-top:hover {
        background-color: #ffde14
    }

    .go-top:focus {
        outline: 1px solid #ffde14
    }

    .go-top:active {
        opacity: .7
    }

    .footer {
        padding: 60px 0 25px;
        background-color: #282934;
        position: relative
    }

    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
        gap: 30px
    }

    .footer__link-logo {
        max-width: 217px;
        display: block
    }

    .footer__item {
        max-width: 212px;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .footer__title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 18px;
        line-height: 1.38;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        margin: 15px 0
    }

    .footer__list-item:not(:last-child) {
        margin-bottom: 12px
    }

    .footer__item-link {
        display: inline-block;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        line-height: 1.56;
        border-radius: 3px;
        outline-offset: 3px;
        -webkit-transition: color .3s, outline .3s, opacity .3s;
        transition: color .3s, outline .3s, opacity .3s
    }

    .footer__item-link:hover {
        color: #ffde14
    }


    .footer__item-link:active {
        opacity: .7
    }

    .footer__contact {
        max-width: 225px
    }

    .footer__contact-list {
        margin: 20px 0
    }

    .footer__contact-item {
        margin-bottom: 15px
    }

    .footer__contact-item:last-child {
        margin-bottom: 0
    }

    .footer__contact-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 11px;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        line-height: 1.56;
        color: #fff;
        margin-bottom: 15px;
        border-radius: 3px;
        outline-offset: 3px;
        line-height: 1.13;
        -webkit-transition: color .3s, outline .3s, opacity .3s;
        transition: color .3s, outline .3s, opacity .3s
    }

    .footer__contact-link--number {
        margin-left: 27px
    }

    .footer__contact-link:hover {
        color: #ffde14
    }

    .footer__contact-link:focus {
        outline: 1px solid #ffde14
    }

    .footer__contact-link:active {
        opacity: .7
    }

    .footer__contact-link:last-child {
        margin-bottom: 0
    }

    .footer__contact-link--sms,
    .footer__contact-link--location {
        position: relative
    }

    .footer__contact-link--sms::after {
        background-image: url("/images/icon/message-small.svg")
    }

    .footer__contact-link--location::after {
        background-image: url("/images/icon/location-small.svg");
        top: 6px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .footer__social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px
    }

    .footer__social-link {
        display: block;
        color: #ffde14;
        border-radius: 6px;
        outline-offset: 4px;
        -webkit-transition: outline .3s;
        transition: outline .3s
    }

    .footer__social-link svg {
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .footer__social-link rect {
        fill: rgba(0, 0, 0, 0);
        -webkit-transition: fill .3s, opacity .3s;
        transition: fill .3s, opacity .3s
    }

    .footer__social-link:hover rect {
        fill: #ffde14
    }

    .footer__social-link:hover svg {
        color: #282934
    }

    .footer__social-link:focus {
        outline: 1px solid #ffde14
    }

    .footer__social-link:active rect {
        fill: #ffde14;
        opacity: .7
    }

    .footer__social-link:active svg {
        color: #282934
    }

    .footer__bottom {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__rigths {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: auto
    }

    .footer .privacy-policy,
    .footer .rules-use {
        display: inline-block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border-bottom: 1px solid #848484;
        border-radius: 3px;
        outline-offset: 2px;
        -webkit-transition: color .3s, border-color .3s, outline .3s, opacity .3s;
        transition: color .3s, border-color .3s, outline .3s, opacity .3s
    }

    .footer .privacy-policy:hover,
    .footer .rules-use:hover {
        color: #ffde14;
        border-color: #ffde14
    }

    .footer .privacy-policy:focus,
    .footer .rules-use:focus {
        outline: 1px solid #ffde14
    }

    .footer .privacy-policy:active,
    .footer .rules-use:active {
        opacity: .7
    }

    .footer .rules-use {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    @media(max-width: 1150px) {
        .footer__inner {
            gap: 25px 30px
        }

        .footer__item {
            margin: 0 auto
        }
    }

    @media(max-width: 880px) {
        .footer__inner {
            -webkit-box-pack: initial;
            -ms-flex-pack: initial;
            justify-content: initial
        }

        .footer__bottom {
            gap: 10px
        }
    }

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

        .footer__item {
            max-width: 100%;
            padding: 10px 0;
            border-bottom: 1px solid #848484;
            margin: 0
        }

        .footer__item.footer__contact {
            border-bottom: none
        }

        .footer__item.col {
            display: none;
        }

        .footer__item-link {
            font-family: "Inter", sans-serif;
            font-size: 16px;
            line-height: 1.87
        }

        .footer__bottom {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            gap: 15px
        }

        .footer__bottom .rules-use {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }

        .footer__bottom .privacy-policy {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

        .footer__rigths {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3
        }
    }

    @media(max-width: 640px) {
        .go-top {
            bottom: 20px;
            right: 15px
        }

        .footer {
            padding: 20px 0 15px
        }
        .footer__contact-link--location {
            font-family: "Inter", sans-serif;
            font-size: 16px;
            line-height: 1.37
        }

        .footer__btn-accept {
            font-family: "Inter", sans-serif;
            font-weight: 700;
            font-size: 12px;
            line-height: 1.5
        }

        .footer__bottom .rules-use,
        .footer__bottom .privacy-policy {
            font-family: "Inter", sans-serif;
            font-size: 14px;
            line-height: 1.37
        }

        .footer__rigths {
            font-family: "Inter", sans-serif;
            font-size: 14px;
            line-height: 1.37
        }
    }

    .breadcrumbs {
        margin-bottom: 17px;
        margin-top: 60px;
    }

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

    .breadcrumbs__item {
        color: #848484;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        line-height: 1.38;
        position: relative
    }

    .breadcrumbs__item .text-muted,
    .breadcrumbs__item .breadcrumbs__link {
        color: #848484;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        line-height: 1.38;
        font-size: 16px;
    }

    .breadcrumbs__link:after {
        content: "";
        width: 100%;
        color: inherit;
        border-bottom: 1px solid #848484;
        position: absolute;
        bottom: 0px;
    }

    .breadcrumbs__item:last-child .breadcrumbs__link,
    .breadcrumbs__item:last-child .breadcrumbs__link:hover {
        border: none
    }

    .breadcrumbs__item:last-child .breadcrumbs__link:after {
        border-bottom: none;
    }

    @media(max-width: 768px) {
        .breadcrumbs {
            margin-bottom: 10px;
            margin-top: 35px;
        }

        .breadcrumbs__item,
        .breadcrumbs__link,
        .breadcrumbs__item .text-muted,
        .breadcrumbs__item .breadcrumbs__link {
            font-size: 14px
        }
    }

    .search-panel_top {
        top: 78px
    }

    .search-panel {
        position: relative;
        grid-column: 1/-1;
        -ms-grid-row: 2;
        grid-row: 2;
        overflow: visible;
    }

    .search-panel::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        top: 0;
        bottom: 0;
        background: #282934;
        pointer-events: none;
        z-index: -1
    }

    .search {
        width: 100%;
        margin: 40px 0 14px 0;
        color: #282934;
        border-radius: 6px;
        position: relative
    }

    .search__bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        border-radius: 3px;
        padding: 0 12px;
        -webkit-transition: outline .3s;
        transition: outline .3s
    }

    .search__bar:focus-within {
        outline: 2px solid #ffde14
    }

    .search__input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        padding: 14px 20px 14px 5px
    }

    .search__input::-webkit-input-placeholder {
        color: #848484;
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .search__input::-moz-placeholder {
        color: #848484;
        -moz-transition: color .3s;
        transition: color .3s
    }

    .search__input:-ms-input-placeholder {
        color: #848484;
        -ms-transition: color .3s;
        transition: color .3s
    }

    .search__input::-ms-input-placeholder {
        color: #848484;
        -ms-transition: color .3s;
        transition: color .3s
    }

    .search__input::placeholder {
        color: #848484;
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .search__input:hover::-webkit-input-placeholder {
        color: #1d1d1b
    }

    .search__input:hover::-moz-placeholder {
        color: #1d1d1b
    }

    .search__input:hover:-ms-input-placeholder {
        color: #1d1d1b
    }

    .search__input:hover::-ms-input-placeholder {
        color: #1d1d1b
    }

    .search__input:hover::placeholder {
        color: #1d1d1b
    }

    .search__button {
        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;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        -webkit-transition: color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: color .3s, outline .3s, box-shadow .3s;
        transition: color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s
    }

    .search__button:hover {
        color: #ffde14
    }

    .search__popular {
        position: static;
        margin-top: 32px;
        color: #fff;
        position: relative
    }

    .search__popular::before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 1px;
        left: 50%;
        top: -11px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #848484
    }

    .search__popular-title {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.48;
        display: inline-block;
        margin-bottom: 11px
    }

    .search__popular-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .search__popular-link {
        display: inline-block;
        border-radius: 6px;
        border: 1px solid #fff;
        padding: 8px;
        -webkit-transition: border-color .3s, color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: border-color .3s, color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: border-color .3s, color .3s, outline .3s, box-shadow .3s;
        transition: border-color .3s, color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s
    }

    .search__popular-link:hover {
        border-color: #ffde14;
        color: #ffde14
    }

    .search__popular-link:focus {
        outline-offset: 3px;
        outline: 1px solid #ffde14
    }

    .search__popular-link:active {
        background-color: #ffde14;
        color: #282934;
        -webkit-box-shadow: 1px 1px 4px #282934 inset;
        box-shadow: 1px 1px 4px #282934 inset
    }

    @media(max-width: 1540px) {
        .search {
            margin: 60px 0 14px 0
        }
    }

    @media(max-width: 768px) {
        .search {
            margin: 40px 0 14px 0
        }
    }

    @media(max-width: 640px) {
        .search-panel_top {
            top: 47px;
        }

        .search {
            margin: 20px 0 14px 0
        }
    }

    .ticker {
        background-color: #282934;
        padding: 5px 0;
        overflow-x: hidden
    }

    .ticker__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 50px;
        overflow: visible
    }

    .ticker__item {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-size: 24px;
        text-transform: uppercase;
        color: #fff;
        text-wrap: nowrap
    }

    .ticker__img {
        width: 100px;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: 12px;
    }

    @media(max-width: 640px) {
        .ticker {
            padding: 10px 0
        }

        .ticker__list {
            gap: 15px
        }

        .ticker__item {
            font-size: 14px
        }

        .ticker__img {
            width: 42px
        }
    }

    .cookie-banner {
        padding: 20px;
        background-color: #393a46;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 6px
    }

    .cookie-banner__text {
        max-width: 1184px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.56;
        text-wrap: balance;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        color: #848484;
    }

    .cookie-banner__btn-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        -webkit-transition: color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: color .3s, outline .3s, box-shadow .3s;
        transition: color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s
    }

    button.cookie-banner__btn-close span.iconify {
        width: 30px;
        height: 30px;
    }

    .cookie-banner__btn-close:hover {
        color: #ffde14
    }

    .cookie-banner__btn-close:active {
        -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25)
    }

    .cookie-banner__btn-settings-text {
        display: inline;
        border-bottom: 1px solid #848484
    }

    .cookie-banner__button {
        padding: 10px 20px;
        margin-right: 10px;
        font-size: 14px;
        gap: 9px
    }

    .cookie-banner__link {
        border-radius: 3px;
        outline-offset: 2px;
        border-bottom: 1px solid #848484;
        -webkit-transition: color .3s, outline .3s, opacity .3s, border-color .3s;
        transition: color .3s, outline .3s, opacity .3s, border-color .3s
    }

    .cookie-banner__link:hover {
        color: #ffde14;
        border-color: #ffde14
    }

    .cookie-banner__link:focus {
        outline: 1px solid #ffde14
    }

    .cookie-banner__link:active {
        opacity: .7
    }

    @media(max-width: 1150px) {
        .cookie-banner {
            position: relative;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .cookie-banner__text {
            text-wrap: auto;
            margin-bottom: 10px;
            margin-right: 0
        }

        .cookie-banner__btn-close {
            position: absolute;
            top: 5px;
            right: 5px
        }
    }

    @media(max-width: 768px) {
        .cookie-banner__wrapper {
            flex-direction: column;
            align-items: start;
        }
    }

    @media(max-width: 578px) {
        .cookie-banner__text {
            font-family: "Inter", sans-serif;
            font-weight: 400;
            font-size: 12px;
            line-height: 1.5;
            text-wrap: balance
        }
    }

    .menu-panel {
        position: fixed;
        z-index: 999;
        background-color: #fff;
        width: 100%;
        height: calc(100vh - 79px);
        left: 0;
        top: 79px;
        background-color: rgba(0, 0, 0, 0);
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        pointer-events: none
    }

    .menu-panel__wrapper {
        background-color: #fff;
        -webkit-box-shadow: inset 3px -3px 3px rgba(0, 0, 0, .12);
        box-shadow: inset 3px -3px 3px rgb(0, 0, 0, .5);
    }

    .menu-panel__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto;
        width: 100%;
        padding-top: 60px;
        padding-bottom: 30px
    }

    .menu-panel__to-menu {
        display: none
    }

    .menu-panel__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 60px;
        max-width: 50%;
        width: 100%;
        margin-right: auto
    }

    .menu-panel__info-offers-block {
        width: 100%;
        max-width: 351px
    }

    .menu-panel__info-categories-block {
        margin-right: auto
    }

    .menu-panel__title {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        color: #282934;
        margin-bottom: 24px
    }

    .menu-panel__item {
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        min-height: 150px;
        display: flex;
        align-content: stretch;
    }

    .menu-panel__item:not(:last-child) {
        margin-bottom: 10px
    }

    .menu-panel__reviews {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px
    }

    .menu-panel__reviews-item {
        max-width: 240px
    }

    .menu-panel__reviews-item .benefit-card {
        aspect-ratio: 240/332
    }

    .menu-panel__reviews-item .benefit-card .benefit-card__info {
        padding: 5px
    }
    .menu-panel__categories {
        display: flex;
        flex-direction: column;
        gap: 30px
    }
    .menu-panel__categories-link {
        display: block;
        font-size: 18px;
        line-height: 1.3;
        color: #282934;
        font-weight: 400;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .menu-panel__categories-link:hover {
        color: #ffde14
    }

    .menu-panel__categories-link:active {
        opacity: .7
    }

    @media(max-width: 1200px) {
        .menu-panel {
            padding-top: 30px
        }

        .menu-panel.active {
            background-color: #282934
        }

        .menu-panel__wrapper {
            background-color: #282934
        }

        .menu-panel__inner {
            display: block;
            padding-top: 0
        }

        .menu-panel__reviews {
            display: none
        }

        .menu-panel__to-menu {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 10px;
            font-family: "DINPro-CondensedBlack", sans-serif;
            font-weight: 900;
            font-size: 20px;
            line-height: 3.65;
            text-transform: uppercase;
            color: #fff;
            -webkit-transition: all .3s;
            transition: all .3s
        }

        .menu-panel__to-menu svg.icon {
            -webkit-transition: all .3s;
            transition: all .3s;
            fill: #fff;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .menu-panel__to-menu:hover {
            color: #ffde14
        }

        .menu-panel__to-menu:hover svg.icon {
            fill: #ffde14;
            -webkit-transform: rotate(180deg) translateX(5px);
            -ms-transform: rotate(180deg) translateX(5px);
            transform: rotate(180deg) translateX(5px)
        }

        .menu-panel__to-menu:active {
            opacity: .7
        }

        .menu-panel__to-menu:active svg.icon {
            opacity: .7
        }

        .menu-panel__info {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            gap: 28px;
            max-width: 100%
        }

        .menu-panel__info-categories-block {
            margin: 0
        }

        .menu-panel__title--offers {
            display: none
        }

        .menu-panel__title,
        .menu-panel__categories-link {
            color: #fff
        }
    }

    @media(max-width: 640px) {
        .menu-panel {
            top: 54px;
            height: calc(100vh - 53px)
        }
        .menu-panel__item {
            min-height: 100px;
        }
        .menu-panel .product-price__item {
            font-size: 20px
        }
    }

    .series-banner {
        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;
        max-width: 1494px;
        width: 100%;
        background-color: #282934;
        padding: 10px 30px;
        border-radius: 6px;
        margin: 0 auto
    }

    .series-banner__title {
        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;
        font-size: 63px;
        font-weight: 700;
        font-family: "Manrope-VariableFont_wght", sans-serif;
        color: #fff;
        text-transform: uppercase;
        line-height: 1
    }

    .series-banner__subtile {
        color: #848484;
        font-size: 25px
    }

    .series-banner__link {
        font-size: 18px;
        font-weight: 700;
        color: #ffde14;
        text-decoration: underline;
        border-radius: 3px;
        outline-offset: 3px;
        -webkit-transition: opacity .3s, outline .3s;
        transition: opacity .3s, outline .3s
    }

    .series-banner__link:hover {
        opacity: .7
    }

    .series-banner__link:focus {
        outline: 1px solid #ffde14
    }

    .series-banner__link:active {
        opacity: .5
    }

    @media(max-width: 768px) {
        .series-banner__img {
            display: none
        }

        .series-banner__title {
            font-size: 50px;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

        .series-banner__subtile {
            font-size: 18px
        }
    }

    @media(max-width: 640px) {
        .series-banner {
            padding: 10px 20px 10px 10px
        }

        .series-banner__title {
            font-size: 25px
        }

        .series-banner__subtile {
            font-size: 12px
        }

        .series-banner__link {
            font-size: 16px
        }
    }

    .advice {
        padding-top: 0
    }

    .advice__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 33px;
        color: #282934
    }

    .advice__list {
        max-width: 476px;
        width: 100%;
        background-color: #fff;
        padding: 30px
    }

    .advice__subtitle {
        font-size: 25px;
        margin-bottom: 24px;
        font-family: "DINPro-CondensedBlack", sans-serif;
        text-transform: uppercase
    }

    .advice__info {
        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;
        gap: 35px
    }

    .advice__info:not(:last-child) {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 10px
    }

    .advice__question {
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 5px;
        line-height: 1.25;
        max-width: 234px;
        width: 100%
    }

    .advice__button {
        width: 44px;
        height: 44px;
        display: block;
        border-radius: 50%;
        -webkit-transition: color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: color .3s, outline .3s, box-shadow .3s;
        transition: color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s
    }

    .advice__button:hover {
        color: #ffde14
    }

    .advice__button:focus {
        outline: 1px solid #ffde14
    }

    .advice__button:active {
        -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .25);
        box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .25)
    }

    @media(max-width: 640px) {
        .advice__question {
            font-size: 14px
        }
    }

    .product {
        background-color: #f4f4f4;
        overflow-x: hidden
    }

    /* Sliders */

    .slider-product {
        padding: 20px 0 0px 0;
        position: relative;
        overflow: visible
    }

    .slider-product .slider__slide {
        flex: 0 0 calc((1540px - 50px) / 4)
    }

    .slider-about {
        padding: 30px 0 0px;
        overflow: visible;
        position: relative
    }
    .slider-about .slider__slide {
        flex: 0 0 calc((1540px - 10px) / 5);
    }
    .mission-slider {
        position: relative;
    }
    .mission-slider__track {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 30px;
    }

    .product .slider-product .slider__slide:not(.is-snapped),
    .slider-about .slider__slide:not(.is-snapped) {
        pointer-events: none;
        opacity: .5;
    }

    .series .slider-product .slider__slide:not(.is-snapped) {
        pointer-events: all;
        opacity: 1;

    }
    .reviews__inner .slider-reviews,
    .reviews__inner .slider-reviews > div {
        display: flex;
    }
    .reviews__inner .slider-reviews .slider__slide {
        gap: 30px;
    }
    .reviews__inner .slider-reviews .slider__slide > * {
        flex: 1;
    }

    .slider-promo .pagination__wrapper,
    .slider-product .pagination__wrapper,
    .slider-about .pagination__wrapper,
    .youlike__slider .pagination__wrapper,
    .slider-reviews .pagination__wrapper,
    .feelings__slider .pagination__wrapper,
    .slider-feelings__img .pagination__wrapper,
    .mission-slider .pagination__wrapper,
    .checkout__slider  .pagination__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 6px;
        height: 10px;
        background-color: #fff;
        margin-top: 20px;
    }

    .slider-promo .pagination__wrapper .pagination__bullet,
    .slider-product .pagination__wrapper .pagination__bullet,
    .slider-about .pagination__wrapper .pagination__bullet,
    .youlike__slider .pagination__wrapper .pagination__bullet,
    .slider-reviews .pagination__wrapper .pagination__bullet,
    .feelings__slider .pagination__wrapper .pagination__bullet,
    .slider-feelings__img .pagination__wrapper .pagination__bullet,
    .mission-slider .pagination__wrapper .pagination__bullet,
    .checkout__slider .pagination__wrapper  .pagination__bullet {
        border-radius: 6px;
        background-color: #fff;
        opacity: 1;
        margin: 0;
        cursor: pointer;
        flex: 1 1 0;
        height: 10px;
    }

    .slider-feelings__img .pagination__wrapper,
    .slider-feelings__img .pagination__wrapper .pagination__bullet {
        background-color: #e1e1e1;
    }


    .slider-product .pagination__wrapper .pagination__bullet.active,
    .slider-product .pagination__wrapper .pagination__bullet[data-state="active"],
    .slider-about .pagination__wrapper .pagination__bullet.active,
    .slider-about .pagination__wrapper .pagination__bullet[data-state="active"],
    .slider-reviews .pagination__wrapper .pagination__bullet[data-state="active"],
    .slider-feelings__img .pagination__wrapper .pagination__bullet[data-state="active"],
    .mission-slider .pagination__wrapper .pagination__bullet[data-state="active"],
    .checkout__slider .pagination__wrapper .pagination__bullet[data-state="active"] {
        background: #282934
    }

    .slider-promo .pagination__wrapper .pagination__bullet[data-state="active"],
    .youlike__slider .pagination__wrapper .pagination__bullet[data-state="active"],
    .feelings__slider .pagination__wrapper .pagination__bullet[data-state="active"] {
        background: #ffde14
    }

    .slider-promo .pagination__wrapper,
    .feelings__slider .pagination__wrapper,
    .slider-reviews .pagination__wrapper,
    .mission-slider .pagination__wrapper,
    .checkout__slider .pagination__wrapper,
    .slider-reviews .pagination__wrapper {
        display: none
    }


    @media(max-width: 1540px) {
        .product .slider-product .slider__slide {
            flex: 0 0 calc((100vw - 50px) / 4)
        }
        .slider-about .slider__slide {
            flex: 0 0 calc((100vw - 10px) / 5);
        }
    }

    @media(max-width: 990px) {
        .about .slider-about .slider__slide {
            flex: 0 0 calc((100vw - 10px) / 3);
        }
        .slider-reviews .pagination__wrapper,
        .slider-reviews .pagination__wrapper .pagination__bullet  {
            height: 5px;
        }

        .slider-reviews .pagination__wrapper {
            display: flex;
        }
    }

    @media(max-width: 768px) {
        .slider-promo__track {
            padding-bottom: 25px;
        }
        .reviews__inner .slider-reviews .slider__slide {
            gap: 20px;
        }
        .about .slider-about .slider__slide {
            flex: 0 0 calc((100vw - 10px) / 2);
        }
        .mission-slider {
            padding-bottom: 40px
        }
        .mission-slider__track {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            gap: 20px;
        }
        .slider-promo .pagination__wrapper,
        .slider-product .pagination__wrapper,
        .slider-about .pagination__wrapper,
        .slider-reviews .pagination__wrapper,
        .youlike__slider .pagination__wrapper,
        .feelings__slider .pagination__wrapper,
        .slider-promo .pagination__wrapper .pagination__bullet,
        .slider-product .pagination__wrapper .pagination__bullet,
        .slider-about .pagination__wrapper .pagination__bullet,
        .youlike__slider .pagination__wrapper .pagination__bullet,
        .slider-reviews .pagination__wrapper  .pagination__bullet,
        .feelings__slider .pagination__wrapper .pagination__bullet,
        .mission-slider .pagination__wrapper,
        .mission-slider .pagination__wrapper .pagination__bullet,
        .checkout__slider .pagination__wrapper,
        .checkout__slider .pagination__wrapper .pagination__bullet,
        .slider-reviews .pagination__wrapper,
        .slider-reviews .pagination__wrapper .pagination__bullet  {
            height: 5px;
        }

        .slider-promo .pagination__wrapper,
        .feelings__slider .pagination__wrapper,
        .youlike__slider .pagination__wrapper,
        .slider-reviews .pagination__wrapper,
        .mission-slider .pagination__wrapper,
        .checkout__slider .pagination__wrapper,
        .slider-reviews .pagination__wrapper {
            display: flex;
        }

        .product__title {
            font-size: 25px
        }
        .product {
            padding: 30px 0
        }
    }
    @media(max-width: 528px) {
        .about .slider-about {
            padding: 0
        }
    }

    .about {
        background-color: #F7F7F7;
        overflow-x: hidden
    }

    .about__slider-box {
        padding: 0 20px;
        max-width: 1540px;
        margin: 0 auto
    }

    .about__title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 45px;
        line-height: 1;
        color: #282934;
        text-transform: uppercase
    }

    .about .slider-about__card {
        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
    }

    .about .slider-about__card-link {
        border: 10px solid rgba(0, 0, 0, 0);
        display: inline-block;
        border-radius: 1000px;
        overflow: hidden;
        -webkit-transition: all .3s;
        transition: all .3s;
        margin-bottom: 25px;
        aspect-ratio: 270/438
    }

    .about .slider-about__card-link:hover,
    .about .slider-about__card-link:active {
        border: 10px solid #ffde14;
    }

    .about .slider-about__card-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .about .slider-about__card-title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 22px;
        line-height: 1;
        text-transform: uppercase;
        color: #282934
    }

    @media(max-width: 768px) {
        .about .slider-about__card-title {
            font-size: 18px
        }

        .about__title {
            font-size: 25px
        }
    }

    @media(max-width: 528px) {
        .about .slider-about__card-link {
            margin-bottom: 0;
        }

        .about .slider-about__card-title {
            font-size: 14px;
        }
    }

    .similar-deal {
        padding-top: 0;
        position: relative
    }

    .similar-deal__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        position: relative
    }

    .similar-deal__item {
        max-width: 351px;
        width: 100%
    }

    .similar-deal__button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 51px;
        height: 51px;
        background-color: #fff;
        border-radius: 6px;
        outline-offset: 3px;
        color: #1d1d1b;
        -webkit-transition: background-color .3s, outline .3s, opacity .3s;
        transition: background-color .3s, outline .3s, opacity .3s
    }

    .similar-deal__button:hover {
        background-color: #ffde14
    }

    .similar-deal__button:focus {
        outline: 1px solid #ffde14
    }

    .similar-deal__button:active {
        opacity: .7
    }

    .similar-deal__button--right {
        right: -25px
    }

    .similar-deal__button--left {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
        left: -25px
    }

    @media(max-width: 1122px) {
        .similar-deal__list {
            gap: 25px
        }
    }

    @media(max-width: 992px) {
        .similar-deal__item:nth-child(1) {
            display: none
        }
    }

    @media(max-width: 768px) {
        .similar-deal__item:nth-child(2) {
            display: none
        }
    }

    @media(max-width: 640px) {
        .similar-deal__list {
            gap: 20px
        }
    }

    .mission-top {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 500px;
        position: relative;
        padding-bottom: 0;
    }

    .mission-top__mask {
        position: absolute;
        bottom: 0;
    }

    .mission-top.top {
        background-color: rgba(0, 0, 0, 0)
    }

    .mission-top.top .top__title {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        color: #fff;
        padding-bottom: 25px
    }

    .mission-top.top .breadcrumbs__item {
        color: #fff;
        position: relative;
        border-color: #fff
    }

    .mission-top.top .breadcrumbs__item::after {
        content: "/";
        position: absolute;
        right: 6px;
        color: #fff;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.38
    }

    .misson-banner-bottom__img {
        max-height: 700px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .friends {
        background-color: #d9d9d9
    }

    .friends__title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 800;
        font-size: 45px;
        line-height: 1
    }

    .friends__title-text {
        display: block
    }

    .friends__title-text--bg {
        position: relative;
        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: #fff;
        position: relative;
        padding: 15px 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 20px;
        z-index: 0
    }

    .friends__title-text--bg::after {
        position: absolute;
        content: "";
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: rotate(1.5deg);
        -ms-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
        -webkit-box-shadow: 0px 2.052059412px 2.052059412px 0px rgba(0, 0, 0, .25);
        box-shadow: 0px 2.052059412px 2.052059412px 0px rgba(0, 0, 0, .25);
        background: rgba(103, 112, 63, .75)
    }

    .friends__title-text--bg::before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
        -webkit-box-shadow: 0px 2.052059412px 2.052059412px 0px rgba(0, 0, 0, .25);
        box-shadow: 0px 2.052059412px 2.052059412px 0px rgba(0, 0, 0, .25);
        background: rgba(103, 112, 63, .75)
    }

    .friends__descr {
        color: #282934;
        font-weight: 700;
        margin-top: 10px;
    }

    .friends__items {
        padding-top: 20px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 30px
    }

    .friends__item {
        aspect-ratio: 477/318;
        overflow: hidden;
        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;
        border-radius: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #d9d9d9;
    }

    .friends__item:nth-child(2n) {
        padding: 40px;
        background-color: #ffde14;
        text-align: center
    }

    .friends__item:nth-child(2) {
        background-color: #fff;
    }

    .friends__item svg.icon {
        fill: #282934
    }
    .friends__item img {
        border-radius: 6px;
        height: 100%;
        width: 100%;
    }

    .friends__item h3 {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 800;
        font-size: 35px;
        line-height: 1;
        margin-bottom: 20px;
        color: #282934
    }
    .friends__item h3.friends-title {
        text-align: center;
        color: #282934;
        font-family: "Manrope-VariableFont_wght", sans-serif;
        font-weight: 900;
        font-size: 100px;
        line-height: 1;
        margin-bottom: 0;
    }

    .friends__item-decsr {
        color: #282934;
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 800;
        font-size: 25px;
        line-height: 1;
        text-align: center
    }

    .mission-card {
        width: 100%;
        height: 100%
    }

    .mission-card__img-box {
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 20px
    }

    .mission-card__img {
        width: 100%
    }

    .mission-card__title {
        text-align: center;
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 22px;
        line-height: 1;
        color: #282934;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .mission-card__descr {
        text-align: center;
        color: #848484;
        text-wrap: balance
    }

    .letter {
        padding: 0;
        overflow: visible
    }

    .letter__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .letter__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        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;
        margin: 0 auto
    }

    .letter__content-box {
        max-width: 355px;
        margin: 0 auto
    }

    .letter__title {
        margin-bottom: 25px
    }

    .letter__text {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px
    }

    .letter__text p {
        margin-bottom: 30px
    }

    .letter__text p:last-child {
        margin-bottom: 0
    }

    .letter__author {
        font-size: 22px;
        margin: 0;
        padding-left: 20px;
        position: relative
    }

    .letter__author::before {
        position: absolute;
        content: "";
        width: 15px;
        height: 1px;
        background-color: #282934;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .letter__picture {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        position: relative;
        margin: -60px 0
    }

    @media(max-width: 1540px) {
        .friends__item h3.friends-title {
            font-size: 80px;
        }
    }
    @media(max-width: 1400px) {
        .mission-top__mask {
            width: calc(100% - 40px);
        }
        .friends__item:nth-child(2n) {
            padding: 20px;
        }
    }

    @media(max-width: 1240px) {
        .mission-top {
            min-height: calc(493 / 1920 * 150vw);
        }
        .letter {
            padding: 30px 0
        }
        .friends__item {
            aspect-ratio: 1/1;
        }
        .friends__item h3.friends-title {
            font-size: 70px;
            margin-bottom: 10px
        }
    }
    @media(max-width: 1100px) {
        .friends__item h3.friends-title {
            font-size: 65px;
        }
    }

    @media(max-width: 990px) {
        .friends {
            padding-top: 60px
        }
        .letter__content-box {
            max-width: 100%;
            margin-right: 20px;
        }
        .friends__items {
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
            gap: 20px
        }

        .friends__item {
            aspect-ratio: 4/3;
        }
        .friends__item:nth-child(2n) {
            padding: 10px;
        }
        .friends__item h3.friends-title {
            font-size: 70px;
            margin-bottom: 10px
        }
    }

    @media(max-width: 768px) {
        .mission-card__img-box {
            aspect-ratio: 5/3;
        }
        .friends__item {
            aspect-ratio: 5/3;
        }
    }

    @media(max-width: 680px) {
        .letter__inner {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }
        .letter__picture {
            margin: 0 0 -90px 0;
        }
        .letter__picture img {
            width: 100%;
        }

        .friends__title {
            font-size: 35px
        }

        .friends__items {
            -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr)
        }
    }

    @media(max-width: 640px) {
        .mission-top {
            min-height: 370px;
        }

        .friends {
            padding-top: 90px
        }

        .friends__title {
            font-size: 25px
        }
        .friends__item:nth-child(2) {
            padding: 20px;
            aspect-ratio: auto;
        }
        .misson-banner-bottom__img {
            height: 430px
        }
    }

    @media(max-width: 440px) {
        .friends__title {
            font-size: 22px
        }

        .friends__title-text--bg {
            padding: 10px 10px;
            margin-bottom: 10px
        }

        .letter__title {
            margin-bottom: 10px
        }

        .letter__text p:last-of-type {
            margin-bottom: 20px
        }
    }

    @media(max-width: 365px) {
        .friends__title {
            font-size: 20px
        }
    }

    .series .product {
        padding-top: 10px
    }

    .series .product .title {
        display: none
    }

    .promo-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
        border-radius: 6px;
        border: 1px solid #000;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 1540 / 1320;
        min-height: 190px;
    }

    .promo-card>img {
        width: 100%;
    }

    .promo-card__content {
        padding: 20px;
        max-width: 300px;
        height: 100%;
        position: absolute;
        inset: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
    }

    .promo-card__logo {
        width: 98px;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative
    }

    .promo-card__title-box {
        color: #fff;
        margin-bottom: auto;
    }

    .promo-card__title,
    .promo-card__subtitle {
        text-transform: uppercase;
        position: relative;
        padding: 5px;
        display: inline-block;
        font-family: "DINPro-CondensedBold", sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 1;
        position: relative;
        z-index: 0
    }

    .promo-card__title.about::before,
    .promo-card__subtitle::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        z-index: -1;
        top: 6px;
        -webkit-transform: rotate(-2.58deg);
        -ms-transform: rotate(-2.58deg);
        transform: rotate(-2.58deg);
        -webkit-box-shadow: 0px 1.3000000715px 1.3000000715px 0px rgba(0, 0, 0, .25);
        box-shadow: 0px 1.3000000715px 1.3000000715px 0px rgba(0, 0, 0, .25);
        background: rgba(103, 112, 63, .7)
    }

    @media(max-width: 1150px) {
        .promo-card__title,
        .promo-card__subtitle {
            font-size: 28px
        }
    }

    @media(max-width: 880px) {
        .promo-card__logo {
            width: 70px
        }
        .promo-card__content {
            padding: 10px;
        }
        .promo-card__title,
        .promo-card__subtitle {
            font-size: 24px
        }
    }

    @media(max-width: 528px) {
        .promo-card__content {
            padding: 5px;
        }
        .promo-card__title,
        .promo-card__subtitle {
            font-size: 18px;
        }

    }

    .cookware-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        text-align: center;
        padding: 18px 26px 45px;
        width: 100%;
        height: 100%;
        border-radius: 6px;
    }

    .cookware-card__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-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .cookware-card__title {
        font-size: 22px;
        line-height: 1.13;
        color: #282934;
        text-transform: uppercase;
        font-family: "DINPro-CondensedBlack", sans-serif
    }

    @media(max-width: 640px) {
        .cookware-card {
            padding: 8px 12px 43px 12px
        }

        .cookware-card__title {
            font-size: 16px
        }
    }

    .product-card__image-box {
        max-width: 258px;
        width: 100%;
        max-height: 181px;
        height: 100%;
        margin: 0 auto
    }

    .product-card__info {
        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;
        height: 100%
    }

    .product-card__title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 20px;
        line-height: 1.13;
        color: #282934;
        margin-bottom: 15px;
        height: 50px;
        overflow: hidden;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-transform: uppercase;
    }

    .product-card:hover .product-card__title {
        color: #ffde14
    }

    .product-card__footer {
        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
    }

    .product-card__price {
        font-size: 20px;
        color: #282934;
        font-weight: 800;
        font-family: "Manrope-VariableFont_wght"
    }

    .product-card__cart-btn {
        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
    }

    .product-card__cart-btn svg rect {
        fill: #ffde14
    }

    .product-card__cart-btn svg path {
        fill: none
    }

    .product-card__cart-btn svg path:last-child {
        fill: #282934
    }

    .product-card__cart-btn.active svg rect,
    .product-card__cart-btn:active svg rect,
    .product-card__cart-btn:focus svg rect {
        fill: #00ad42
    }

    .product-card__cart-btn.active svg path,
    .product-card__cart-btn:active svg path,
    .product-card__cart-btn:focus svg path {
        fill: #fff
    }

    .product-card__cart-btn:active svg path:last-child,
    .product-card__cart-btn:focus svg path:last-child {
        fill: #fff
    }

    .product-card__cart-text {
        height: 51px;
        line-height: 1;
        display: flex;
        align-items: end;
    }

    .product-card__decr {
        margin: 10px 0;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.56;
        color: #848484;
        text-align: left;
    }

    .product-card__recomend {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 16px;
        line-height: 1.56;
        text-transform: uppercase;
        color: #282934;
        text-align: left;
    }

    .product-summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        gap: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        overflow: hidden;
        background-color: #fff;
        border-radius: 6px;
        position: relative;
        -webkit-box-align: end;
        -ms-flex-align: end;
    }

    .recomend-slider .product-summary {
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    }

    .basket__body .product-summary {
        padding: 0;
    }

    .product-summary__img {
        width: 40%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .product-summary__info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-self: stretch;
        justify-content: space-between;
    }

    .product-summary__head {
        display: flex;
        justify-content: space-between;
        align-items: start;

    }

    .product-basket {
        max-width: 355px;
        width: 100%;
        position: relative
    }

    .product-basket__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 42px;
        color: #282934;
        margin-bottom: 7px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0
    }

    .product-basket__title {
        font-size: 22px;
        line-height: 1.13;
        font-family: "DINPro-CondensedBlack";
        text-transform: uppercase;
        max-width: 195px;
        width: 100%
    }

    .product-basket__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 56px
    }

    .product-basket__remove {
        outline-offset: 3px;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0);
        color: #282934;
        -webkit-transition: color .3s, border-color .3s, opacity .3s;
        transition: color .3s, border-color .3s, opacity .3s
    }

    .product-basket__remove:hover {
        color: #ffde14
    }

    .product-basket__remove:active {
        opacity: .7
    }

    @media(max-width: 640px) {
        .product-basket__info {
            gap: 23px
        }
    }

    .product-recommended {
        position: relative;
        max-width: 351px;
        width: 100%;
        padding: 20px 20px 20px 26px;
        color: #282934;
        background-color: #fff;
        border-radius: 6px;
        -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .06), 0px 0px 4px 0px rgba(0, 0, 0, .04);
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .06), 0px 0px 4px 0px rgba(0, 0, 0, .04)
    }

    .product-recommended__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 23px
    }

    .product-recommended__inner {
        max-width: 195px;
        width: 100%
    }

    .product-recommended__img {
        margin-top: 38px
    }

    .product-recommended__title {
        font-size: 18px;
        text-transform: uppercase;
        font-family: "DINPro-CondensedBlack";
        line-height: 1.13;
        margin-bottom: 7px
    }

    .product-recommended__button {
        position: absolute;
        right: 20px;
        bottom: 20px;
        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;
        width: 44px;
        height: 44px;
        margin-left: auto;
        border-radius: 6px;
        background-color: #ffde14;
        border: 1px solid rgba(0, 0, 0, 0);
        outline-offset: 3px;
        -webkit-transition: background-color .3s, outline .3s, opacity .3s;
        transition: background-color .3s, outline .3s, opacity .3s
    }

    .product-recommended__button:hover {
        background-color: rgba(0, 0, 0, 0);
        border-color: #ffde14
    }

    .product-recommended__button:focus {
        outline: 1px solid #ffde14
    }

    .product-recommended__button:active {
        opacity: .7
    }

    .deal-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 32px
    }

    .deal-detail__inner {
        max-width: 857px;
        width: 100%
    }

    .deal-detail__info p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3
    }

    .deal-detail__info>p:not(:last-child) {
        margin-bottom: 28px
    }

    .benefit-card__img {
        width: 100%;
        height: auto;
    }

    .benefit-card__info {
        padding: 22px
    }

    .benefit-card__title {
        color: #282934;
        text-transform: uppercase;
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-size: 22px;
        font-weight: 700;
        margin: 10px 0;
        line-height: 1.13;
        display: block;
        transition: all .3s;
    }

    .benefit-card__title:hover {
        color: #ffde14;
    }

    .benefit-card__desc {
        margin-bottom: 16px;
        font-weight: normal;
    }

    .product-card {
        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: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        padding: 20px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 6px;
        cursor: pointer;
    }

    .product-card__wrapper {
        overflow: hidden;
        position: relative;
        max-width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .product-card__img {
        width: 100%;
        height: auto;
        position: absolute;
        inset: 0;
        -o-object-fit: cover;
        object-fit: cover;
        transition: opacity 0.5s;
    }

    .product-card__img.img--next {
        opacity: 0;
        z-index: 1;
    }

    .product-card__wrapper:hover .product-card__img:not(.img--next) {
        opacity: 0;
    }

    .product-card__wrapper:hover .product-card__img.img--next {
        opacity: 1;
    }

    @media(max-width: 1540px) {
        .product-card__wrapper {
            height: calc((100vw - 230px) / 4);
        }
        .slider-reviews .product-card__wrapper {
            height: calc(100vw * 3 / 10 - 60px);
        }
    }

    @media(max-width: 990px) {
        .product .slider-product .slider__slide {
            flex: 0 0 calc((100vw - 50px) / 3);
        }

        .product-card__wrapper {
            height: calc((100vw - 150px) / 3);
        }
        .slider-reviews .product-card__wrapper {
            height: calc(100vw / 2 - 120px);
        }
    }

    @media(max-width: 768px) {
        .product .slider-product .slider__slide {
            flex: 0 0 calc((100vw - 20px) / 3);
        }
    }

    @media(max-width: 640px) {
        .product .slider-product .slider__slide {
            flex: 0 0 calc((100vw - 20px) / 2);
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: 1fr;
            grid-template-rows: repeat(2, 1fr);
            gap: 20px;
            justify-items: center
        }

        .slider-reviews .product-card__wrapper {
            height: calc(100vw / 2 - 40px);
        }
        .benefit-card__title {
            font-size: 16px;
        }

        .benefit-card__desc {
            font-size: 14px;
        }
    }
    @media(max-width: 640px) {
        .product-card__wrapper {
            height: calc((100vw - 110px) / 2);
        }
    }

    @media(max-width: 352px) {
        .product-card__wrapper {
            height: 125px;
        }
        .slider-reviews .product-card__wrapper {
            height: 150px;
        }
    }
    .product-card__remove {
        display: none
    }

    @media(max-width: 768px) {
        .product-card {
            padding: 10px
        }

        .product-card__title {
            font-size: 16px;
            margin-bottom: 0px;
            height: 52px;
        }

        .product-card .product-option {
            margin-bottom: 5px
        }
        .product-option__name,
        .product-card .product-option__item {
            font-size: 12px
        }

        .product-card .product-price__old {
            font-size: 14px
        }

        .product-card .product-price__current {
            font-size: 16px
        }

        .product-card__cart-btn svg {
            width: 40px;
            height: 40px
        }

        .product-card__cart-text {
            height: 35px;
            font-size: 14px;
        }
    }

    .quick-order__content {
        border: 1px solid #f4f4f4;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .quick-order__title {
        text-align: center;
        margin-bottom: 10px;
        font-size: 35px;
        color: #282934
    }

    .quick-form {
        width: 100%;
        text-align: center
    }

    .quick-form input {
        margin-bottom: 10px
    }

    .quick-form input::-webkit-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #848484
    }

    .quick-form input::-moz-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #848484
    }

    .quick-form input:-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #848484
    }

    .quick-form input::-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #848484
    }

    .quick-form input::placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #848484
    }

    .quick-form__input {
        display: block;
        width: 100%;
        border: 1px solid #848484;
        border-radius: 6px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #282934;
        padding: 15px;
        margin-bottom: 10px
    }

    .quick-form__input:last-of-type {
        margin-bottom: 0
    }

    .quick-form__btn {
        margin: 20px auto 0
    }

    /* @media(max-width: 680px) {
        .quick-order__content .product-card--quik .product-price__current {
            font-size: 22px
        }
    }
    */
    @media(max-width: 640px) {
        .quick-order__title {
            font-size: 25px
        }

        .quick-order__btn {
            width: 100%;
            font-size: 16px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }
    }

    .basket {
        padding: 40px 0px 30px 0px;
        background-color: #fff;
        max-width: 416px;
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .basket.basket--show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .basket.basket--hide {
        -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
    }

    .basket__hrader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 35px;
        padding-left: 30px;
        margin-bottom: 30px
    }

    .basket__empty {
        display: block;
        width: 100%;
        padding: 0 30px;
        background-color: #fff
    }

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

    .basket__empty-text {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 22px;
        line-height: 1;
        text-transform: uppercase;
        color: #282934;
        margin-bottom: 10px
    }

    .basket__empty-cat {
        padding: 10px 0;
        border-bottom: 1px solid rgba(40, 41, 52, .2)
    }

    .basket__empty-cat:last-child {
        border-bottom: none
    }

    .basket__empty-cat-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px
    }

    .basket__empty-cat-link .icon {
        -webkit-transition: all .3s;
        transition: all .3s;
        fill: #282934
    }

    .basket__empty-cat-link:hover .basket__cat-title {
        color: #ffde14
    }

    .basket__empty-cat-link:hover .icon {
        fill: #ffde14;
        margin-right: -5px
    }

    .basket__empty-cat-link:active .basket__cat-title {
        opacity: .7
    }

    .basket__empty-cat-link:active .icon {
        opacity: .7;
        fill: #ffde14
    }

    .basket__cat-img {
        width: 50px
    }

    .basket__cat-title {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 3.83;
        color: #282934;
        margin-right: auto;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .basket__empty-link-btn {
        background-color: #fff;
        border: 1px solid #282934;
        -webkit-transition: border-color .3s;
        transition: border-color .3s
    }

    .basket__empty-link-btn:hover {
        color: #282934;
        border-color: #ffde14
    }

    .basket__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 5px;
        margin: 0
    }

    .basket__title-text {
        font-size: 35px
    }

    .basket__title-num-box,
    .basket__title-num {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.57;
        color: #848484
    }

    .basket__redag-link {
        display: none;
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 18px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #282934;
        position: relative;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .basket__redag-link::after {
        position: absolute;
        content: "";
        border-bottom: 1px solid #282934;
        bottom: 2px;
        left: 0;
        width: 100%
    }

    .basket__redag-link:hover {
        color: #ffde14
    }

    .basket__redag-link:hover::after {
        border-color: #ffde14
    }

    .basket__redag-link:active {
        opacity: .7
    }

    .basket__redag-link:active::after {
        opacity: .7
    }

    .basket__close-btn {
        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;
        width: 24px;
        height: 24px
    }

    .basket__close-btn .icon {
        fill: #282934
    }

    .basket__close-btn:hover .icon {
        fill: #ffde14
    }

    .basket__close-btn:active {
        opacity: .7
    }

    .basket__close-btn:active .icon {
        opacity: .7
    }

    .basket__body {
        position: relative;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10px
    }

    .basket__body::after {
        position: absolute;
        content: "";
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%);
        height: 60px;
        bottom: 9px;
        left: 0
    }

    .basket__list,
    .basket__empty  {
        padding: 0 30px 30px 30px;
        overflow-y: auto;
        scrollbar-color: #282934 #f4f4f4;
        scrollbar-width: thin
    }

    .basket__list::-webkit-scrollbar,
    .basket__empty::-webkit-scrollbar  {
        background-color: #f4f4f4;
        width: 4px
    }

    .basket__list::-webkit-scrollbar-thumb,
    .basket__empty::-webkit-scrollbar-thumb {
        background-color: #282934
    }

    .basket__item {
        border-bottom: 1px solid rgba(40, 41, 52, .2);
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .basket__item:last-child {
        border-bottom: none;
        padding-bottom: 30px;
        margin-bottom: 0
    }

    .basket__footer {
        padding: 20px 35px 0px 30px;
        background-color: #fff
    }

    .basket__footer .promo-code {
        display: none;
        border-bottom: 1px solid rgba(40, 41, 52, .2);
        padding-bottom: 15px;
        margin-bottom: 20px;
        position: relative
    }

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

    .basket__footer .promo-code__checkbox:checked~.promo-code__form {
        max-height: 500px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        border: 1px solid #848484;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .basket__footer .promo-code__checkbox:checked~.promo-code__form:hover {
        border-color: #ffde14
    }

    .basket__footer .promo-code__trigger-label {
        padding-bottom: 15px;
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 18px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #282934;
        display: block;
        cursor: pointer;
        position: relative
    }

    .basket__footer .promo-code__form {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s, border-color .3s;
        transition: max-height .3s, border-color .3s;
        padding: 0;
        margin-bottom: 0;
        border: 1px solid rgba(0, 0, 0, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 6px;
        position: relative
    }

    .basket__footer .promo-code__input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 58%;
        flex: 1 1 58%;
        display: block;
        max-width: 58%;
        width: 100%;
        padding: 15px 10px 15px 20px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        color: #282934
    }

    .basket__footer .promo-code__input::-webkit-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        color: #848484
    }

    .basket__footer .promo-code__input::-moz-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        color: #848484
    }

    .basket__footer .promo-code__input:-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        color: #848484
    }

    .basket__footer .promo-code__input::-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        color: #848484
    }

    .basket__footer .promo-code__input::placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        color: #848484
    }

    .basket__footer .promo-code__submit {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 42%;
        flex: 1 1 42%;
        padding: 14px 20px;
        max-width: 42%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .basket__footer .promo-code__submit:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #282934;
        border-color: #282934
    }

    .basket__footer .promo-code__submit:focus {
        outline: 1px solid #282934
    }

    .basket__footer .promo-code__submit:active {
        background-color: #ffde14;
        -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25)
    }

    .basket__total-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .basket__total-title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 18px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #282934
    }

    .basket__total-sum {
        font-family: "Manrope-VariableFont_wght", sans-serif;
        font-weight: 800;
        font-size: 35px;
        line-height: 1;
        text-transform: uppercase;
        color: #282934;
        padding-right: 5px
    }

    .basket__check {
        margin-bottom: 20px;
    }

    .basket__foote-order-sbmt {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .basket__foote-order-sbmt:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #282934;
        border-color: #282934
    }

    .basket__foote-order-sbmt:active {
        background-color: #ffde14;
        -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25)
    }

    .basket__cookie {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
        font-size: 12px;
        text-align: center;
        padding-top: 15px;
        color: #848484
    }

    .basket__order-sbmt-icon {
        fill: #282934
    }

    .basket__slider {
        padding-top: 20px;
        padding-left: 30px;
        background-color: #f4f4f4
    }

    .basket__slider-panel {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-right: 25px
    }

    .basket__slider-title {
        font-size: 22px;
        margin-bottom: 0
    }

    /* .basket .product-card--recomend {
        padding: 15px 20px
    }

    .basket .product-card--checkout .product-price__current,
    .basket .product-card--recomend .product-price__current {
        font-size: 22px
    }
    */
    .basket .recomend-slider {
        padding-bottom: 20px
    }

    .basket .recomend-slider__slide,
    .checkout .recomend-slider__slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% + 40px)/1.2);
        flex: 0 0 calc((100% + 40px)/1.2);
        align-self: stretch;
        display: flex;
        margin-bottom: 10px;
        max-width: 350px;
    }

    .basket--empty {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff
    }

    .basket--empty .basket__body,
    .basket--empty .basket__slider,
    .basket--empty .basket__total-panel,
    .basket--empty .basket__footer,
    .basket--empty .basket__foote-order-sbmt,
    .basket--empty .basket__cookie {
        display: none
    }

    .basket--empty .basket__empty {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        background-color: #fff
    }

    @media(max-width: 640px) {
        .basket__slider,
        .basket__hrader,
        .basket__empty {
            padding-left: 20px;
            padding-right: 20px;
        }
        .basket__hrader {
            margin-bottom: 20px
        }

        .basket__list {
            padding-top: 15px;
            padding: 0 20px
        }

        .basket__redag-link {
            display: none
        }

        .basket__footer {
            padding-right: 15px;
            padding-left: 20px
        }

        .basket__foote-order-sbmt {
            font-size: 16px;
            line-height: 1.4
        }

        .basket .promo-code__input::-webkit-input-placeholder {
            font-size: 12px
        }

        .basket .promo-code__input::-moz-placeholder {
            font-size: 12px
        }

        .basket .promo-code__input:-ms-input-placeholder {
            font-size: 12px
        }

        .basket .promo-code__input::-ms-input-placeholder {
            font-size: 12px
        }

        .basket .promo-code__input::placeholder {
            font-size: 12px
        }

        .basket .promo-code__submit {
            font-size: 16px
        }
    }

    @media(max-width: 440px) {
        .basket {
            max-width: 100%;
            padding-top: 30px
        }

    }

    .backdrop {
        background-color: rgba(40, 41, 52, .7);
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 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;
        z-index: 999;
        pointer-events: all;
        opacity: 1;
        padding: 45px 0px;
        overflow-y: scroll
    }

    .backdrop.is-hidden {
        pointer-events: none;
        opacity: 0
    }

    .backdrop.is-hidden .modal {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .modal {
        padding: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 1062px;
        width: 100%;
        gap: 30px;
        background-color: #fff;
        border-radius: 6px;
        position: relative;
        margin: 0 40px
    }

    .modal__info {
        max-width: 668px;
        width: 100%
    }

    .modal__title {
        line-height: 1;
        margin-bottom: 14px;
        font-size: 25px;
        text-transform: uppercase;
        color: #282934;
        font-family: "DINPro-CondensedBlack", sans-serif
    }

    .modal__text {
        color: #848484;
        line-height: 1.3
    }

    .modal__text:not(:last-child) {
        margin-bottom: 25px
    }

    .modal__close {
        position: absolute;
        top: -40px;
        right: -40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        -webkit-transition: outline .3s, -webkit-box-shadow .3s;
        transition: outline .3s, -webkit-box-shadow .3s;
        transition: outline .3s, box-shadow .3s;
        transition: outline .3s, box-shadow .3s, -webkit-box-shadow .3s
    }

    .modal__close::before,
    .modal__close::after {
        content: "";
        position: absolute;
        width: 21px;
        height: 1px;
        background-color: #fff;
        -webkit-transition: background-color .3s;
        transition: background-color .3s
    }

    .modal__close::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .modal__close::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .modal__close:hover::before,
    .modal__close:hover::after {
        background-color: #ffde14
    }

    .modal__close:focus {
        outline: 1px solid #ffde14
    }

    .modal__close:active {
        -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, .12);
        box-shadow: inset 3px 3px 3px rgba(0, 0, 0, .12)
    }

    @media(max-width: 1142px) {
        .modal {
            max-width: 500px
        }

        .modal__title {
            text-align: center
        }
    }

    @media(max-width: 1150px)and (orientation: landscape) {
        .backdrop {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }
    }

    @media(max-width: 640px) {
        .backdrop {
            padding: 50px 0;
            overflow-y: scroll
        }

        .modal {
            margin: 0 20px;
            gap: 17px;
            padding: 15px
        }

        .modal__title {
            font-size: 20px
        }

        .modal__text {
            font-size: 14px
        }

        .modal .modal__text:not(:last-child) {
            margin-bottom: 10px
        }

        .modal__close {
            right: -15px;
            top: -46px
        }
    }

    @media(max-width: 380px) {
        .backdrop {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }
    }

    .popup__dialog--hero-promo {
        max-width: 516px;
    }

    .hero-promo {
        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;
        border-radius: 0 0 6px 6px
    }

    .hero-promo__pretitle {
        font-size: 22px;
        margin-bottom: 20px
    }

    .hero-promo__contet {
        background-color: #fff;
        text-align: center;
        padding: 20px 10px 30px;
        width: 100%
    }

    .hero-promo__img {
        width: 100%
    }

    .hero-promo__title {
        color: #a81815;
        margin-bottom: 25px
    }

    .hero-promo__btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

    @media(max-width: 680px) {
        .popup__close {
            right: 0;
        }

    }

    @media(max-width: 640px) {
        .hero-promo__title {
            font-size: 45px
        }
    }

    .hero {
        background-image: url("/images/index/hero/hero-bg.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        height: calc(100vw * 900 / 1920);
        z-index: 1;
        display: flex;
        align-items: center;
    }

    .hero::before {
        position: absolute;
        content: "";
        background-image: url("/images/index/hero/hero-bg-blur.webp");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 100%;
        width: 100%;
        z-index: -1
    }

    .hero__inner {
        max-width: 672px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hero__title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 100px;
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 25px
    }

    .hero__title .hero__title-text {
        position: relative;
        z-index: 1;
        display: block
    }

    .hero__title .hero__title-text--bg {
        z-index: 0;
        padding: 10px 10px;
        margin-top: -7px
    }

    .hero__title .hero__title-text--bg::after {
        position: absolute;
        content: "";
        background-image: url("/images/index/hero/hero-ractangle.svg");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        width: 100%;
        height: 100%;
        bottom: -5px;
        left: -5px
    }

    .hero__subtitle {
        max-width: 390px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.4;
        color: #fff;
        margin-bottom: 30px
    }

    @media(max-width: 1480px) {
        .hero__title {
            font-size: 80px
        }
        .hero__subtitle {
            font-size: 18px
        }
    }

    @media(max-width: 1150px) {
        .hero__title {
            font-size: 60px
        }

        .hero__subtitle {
            font-size: 16px
        }
    }
    @media(max-width: 768px) {
        .hero {
            height: 650px;
        }
    }

    @media(max-width: 640px) {
        .hero {
            background-image: url("/images/index/hero/hero-bg-s.jpg");
            height: 90vh;
            align-items: start;
        }
        .hero::before {
            background-image: url("/images/index/hero/hero-bg-blur-s.webp")
        }
        .hero__inner {margin-top: 50px; width: 100%;}

        .hero__title,
        .hero__subtitle {
            margin-bottom: 15px
        }
        .hero__title {
            font-size: 46px
        }
        .hero__subtitle {
            font-size: 14px
        }
    }

    .promo {
        padding: 30px 0;
        background-color: #282934;
        position: relative;
    }

    .promo__bottom-block {
        text-align: center
    }

    .promo__link {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.1;
        color: #ffde14;
        text-decoration: underline;
        display: inline-block;
        cursor: pointer;
        border-radius: 4px;
        outline-offset: 3px;
        -webkit-transition: opacity .3s, outline .3s;
        transition: opacity .3s, outline .3s
    }

    .promo__link:hover {
        opacity: .8
    }

    .promo__link:active {
        opacity: .6
    }

    .slider-promo {
        position: relative;
        margin-bottom: 20px;
    }
    .slider-feelings__img {
        position: relative;
        margin-bottom: 40px;
    }

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

    .slider__control {
        position: absolute;
        z-index: 10;
        top: calc(50% - 10px);
        width: 100%;
    }

    .slider__control .container {
        position: relative;
    }

    .slider__btn {
        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;
        background-color: #282934;
        color: #ffde14;
        border: 1px solid #fff;
        width: 51px;
        height: 51px;
        border-radius: 6px;
        outline-offset: 4px;
        -webkit-transition: background-color .3s, color .3s, outline .3s, opacity .3s;
        transition: background-color .3s, color .3s, outline .3s, opacity .3s;
        position: absolute;
    }

    .slider-product .slider__btn,
    .slider-about .slider__btn,
    .detail-slider .slider__btn,
    .slider-feelings__img .slider__btn {
        background-color: #fff;
        color: #1d1d1b;
        border: 1px solid #ededed;
    }

    .slider-promo .slider__btn:not([disabled]):hover,
    .slider-product .slider__btn:not([disabled]):hover,
    .slider-about .slider__btn:not([disabled]):hover,
    .detail-slider .slider__btn:not([disabled]):hover {
        background-color: #ffde14;
        color: #1d1d1b
    }

    .slider__btn:not([disabled]):active {
        -webkit-box-shadow: inset -4px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: inset -4px 4px 4px rgba(0, 0, 0, .25)
    }

    .slider__btn[disabled],
    .slider__btn[disabled]:hover {
        color: grey;
        border-color: grey;
        box-shadow: none;
        cursor: inherit;
        opacity: 0.7;
    }
    .slider__btn-next {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px
    }

    .slider__btn-prev {
        left: 15px;
        -webkit-transform: rotateY(180deg) translateY(-50%);
        transform: rotateY(180deg) translateY(-50%)
    }

    .detail-slider .slider__btn-next {
        right: 10px
    }

    .detail-slider .slider__btn-prev {
        left: 10px
    }

    .slider-promo .slider__btn-next,
    .slider-feelings__img .slider__btn-next {
        right: -25px
    }

    .slider-promo .slider__btn-prev,
    .slider-feelings__img .slider__btn-prev {
        left: -25px
    }

    .slider__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px
    }

    .slider__nav .slider__btn {
        position: relative;
    }

    .basket__slider .slider__nav .slider__btn,
    .checkout__slider .slider__nav .slider__btn {
        width: 28px;
        height: 28px;
    }

    .slider__nav .slider__btn-prev {
        left: 0;
        transform: rotateY(180deg) translateY(0);
    }

    .slider__nav .slider__btn-next {
        right: 0;
        transform: none;
    }

    .reviews__inner .slider__nav .slider__btn,
    .basket__slider .slider__nav .slider__btn,
    .checkout__slider .slider__nav .slider__btn {
        background-color: #fff;
        color: #1d1d1b;
        border: 1px solid #ededed;
    }

    .feelings__slider-box .slider__nav .slider__btn:hover,
    .reviews__inner .slider__nav .slider__btn:hover,
    .basket__slider .slider__nav .slider__btn:hover,
    .checkout__slider .slider__nav .slider__btn:hover {
        background-color: #ffde14;
        color: #1d1d1b;
    }

    @media(max-width: 1540px) {
        .slider__btn-next {
            right: 15px
        }

        .slider__btn-prev {
            left: 15px
        }

        .slider-promo .slider__btn-next {
            right: -25px
        }

        .slider-promo .slider__btn-prev {
            left: -25px
        }
    }

    @media(max-width: 990px) {
        .slider__nav {
            display: none
        }
    }


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

    .benefits {
        background-color: #d9d9d9
    }

    .benefits__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px
    }

    .benefits__item {
        width: 100%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 6px
    }

    @media(max-width: 990px) {
        .benefits__list {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    .reviews {
        background-color: #f4f4f4;
        overflow-x: hidden;
    }

    .reviews__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .reviews__content {
        flex: 0 0 40%;
    }

    .reviews__pretitle-text {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 40px;
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 15px 20px 25px;
        background-image: url("/images/index/reviews/pretitle-bg.svg");
        background-size: cover;
        margin-bottom: 10px
    }

    .reviews__pretitle-text-accent {
        color: #ffde14
    }

    .reviews__title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 45px;
        line-height: 1;
        text-transform: uppercase;
        color: #282934;
        margin-bottom: 20px
    }

    .reviews__promo-text {
        width: 100%;
        text-wrap: balance;
        margin-bottom: 20px;
    }

    .slider-reviews__slide-img-box {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 6px;
        overflow: hidden
    }
    .slider-reviews__slide-img-box img,
    .slider-reviews__slide-img-box video {
    position: absolute;
    top: 0;
    left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .yt-wrapper {
    position: relative;
    /* aspect-ratio: 16 / 9; */
    width: 100%;
        height: 100%;
    background: #fff;
    overflow: hidden;
    }

    .yt-wrapper iframe,
    .yt-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    }
    .yt-thumb {
    object-fit: cover;
    display: block;
    }

    .yt-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }

    .yt-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .yt-play::before {
    content: "";
    width: 70px;
    height: 50px;
    background: #fff;
    clip-path: polygon(30% 5%, 30% 95%, 80% 50%);
    }

    /* iframe стартує прозорим */
    .yt-iframe {
    opacity: 0;
    transition: opacity 0.6s ease;
    }

    /* після завантаження */
    .yt-iframe.is-visible {
    opacity: 1;
    }

    @media(max-width: 1150px) {
        .reviews__content {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

        .reviews__pretitle-text {
            font-size: 34px
        }

        .reviews__title {
            font-size: 34px
        }
    }

    @media(max-width: 990px) {
        .reviews__inner {
            display: block
        }

        .reviews__content {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            max-width: 100%;
        }

        .slider-reviews {
            position: relative;
            padding-bottom: 25px
        }
    }

    @media(max-width: 528px) {
        .reviews {
            padding: 30px 0
        }

        .reviews__pretitle-text,
        .reviews__title {
            font-size: 25px
        }

        .reviews__promo-text {
            font-size: 14px
        }

        .slider-reviews .product-card {
            padding: 30px 15px 10px
        }

        .slider-reviews .product-card .product-card__picture {
            margin-bottom: 10px
        }

        .slider-reviews .product-card .product-card__decr {
            display: none
        }
    }

    .catalog {
        padding-top: 0px;
        background-color: #f4f4f4
    }

    .catalog__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px
    }

    .catalog__filters {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 351px;
        flex: 1 1 351px;
        max-width: 351px;
        width: 100%
    }

    .catalog__bottom-block {
        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;
        padding-top: 35px
    }

    .catalog__bottom-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 20px;
        margin: 0 auto 30px auto;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.1;
        color: #282934;
        background-color: #f4f4f4;
        border: 1px solid #848484;
        border-radius: 6px;
        gap: 36px;
        -webkit-transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s;
        cursor: pointer;
    }

    .catalog__bottom-btn svg.icon {
        -webkit-transition: fill .3s;
        transition: fill .3s;
        fill: #282934
    }

    .catalog__bottom-btn:hover {
        background-color: rgba(0, 0, 0, 0);
        border-color: #ffde14
    }

    .catalog__bottom-btn:focus {
        outline: 1px solid #ffde14
    }

    .catalog__bottom-btn:active {
        background-color: #ffde14;
        -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25)
    }

    .filter--popup {
        margin-top: 10px
    }

    .filter__wrapper {
        background-color: #fff;
        padding: 0 20px;
        border-radius: 6px;
        -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .0588235294), 0px 0px 4px 0px rgba(0, 0, 0, .0392156863);
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .0588235294), 0px 0px 4px 0px rgba(0, 0, 0, .0392156863);
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .filter__item {
        padding: 20px 0;
        border-bottom: 1px solid rgba(132, 132, 132, .2)
    }

    .filter__items:last-child {
        border-bottom: none
    }

    .filter__item-head {
        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
    }

    .filter__title-icon {
        fill: #282934;
    }

    .filter__title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 21px;
        line-height: 1;
        color: #282934;
        text-transform: uppercase;
        cursor: pointer;
    }

    .filter__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        padding-top: 20px
    }

    .filter__control-btn {
        max-width: 50%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        background-color: #ffde14;
    }

    .filter__control-btn:hover {
        color: #282934;
        background-color: #ffde14
    }
        .filter__control-btn:active {
            background-color: #ffde14;
            -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
            box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25)
        }


    .filter-checkboxes__form {
        padding-top: 20px
    }

    .filter-checkboxes__label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 10px;
        position: relative
    }

    .filter-checkboxes__label:last-child {
        margin-bottom: 0
    }

    .filter-checkboxes__label:hover .filter-checkboxes__checkbox-title {
        color: #282934
    }

    .filter-checkboxes__label:hover:active .filter-checkboxes__checkbox-title {
        color: #ffde14
    }

    .filter-checkboxes__checkbox-title {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.58;
        color: #848484;
        padding-left: 32px
    }

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

    .filter-checkboxes__checkbox:checked+.filter-checkboxes__checkbox-style {
        position: absolute;
        border: 1px solid #848484;
        border-radius: 6px;
        background-color: #282934
    }

    .filter-checkboxes__checkbox:checked+.filter-checkboxes__checkbox-style::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 8px;
        background-image: url("/images/icon/checked.svg");
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%
    }

    .filter-checkboxes__checkbox-style {
        position: absolute;
        width: 20px;
        height: 20px;
        border: 1px solid #848484;
        border-radius: 6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .catalog-content {
        width: 100%;
    }

    .catalog-content__banner {
        position: relative;
        padding: 10px 15px;
        margin-bottom: 30px;
        width: 100%;
        min-height: 233px;
        display: flex;
        align-content: center;
    }
    .catalog-content__banner-bg {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(90deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
    }

    .catalog-content__banner-picture {
        height: 100%;
        width: 100%
    }

    .catalog-content__banner-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .catalog-content__banner-content {
        max-width: 360px;
        position: relative;
        inset: 0;
        align-content: center;
    }

    .catalog-content__banner-logo {
        width: 100px;
        height: auto;
        position: absolute;
    }

    .catalog-content__banner-title-box {
        color: #fff;
        text-transform: uppercase;
        font-family: "Manrope-VariableFont_wght", sans-serif;
        font-weight: 700;
        font-size: 62px;
        line-height: 1
    }

    .catalog-content__banner-title {
        margin-bottom: 10px
    }

    .catalog-content__banner-subtitle {
        font-size: 24px;
        line-height: 1.4;
    }

    .catalog-content__filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px
    }

    .catalog-content__filter-tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        margin-right: 10px
    }

    .catalog-content__filter-tag-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        color: #282934;
        gap: 14px;
        background-color: #f4f4f4;
        border: 1px solid #848484;
        border-radius: 6px;
        -webkit-transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s
    }

    .catalog-content__filter-tag-btn svg.icon {
        -webkit-transition: fill .3s;
        transition: fill .3s;
        fill: #282934
    }

    .catalog-content__filter-tag-btn:hover {
        background-color: rgba(0, 0, 0, 0);
        border-color: #ffde14
    }

    .catalog-content__filter-tag-btn:focus {
        outline: 1px solid #ffde14
    }

    .catalog-content__filter-tag-btn:active {
        background-color: #ffde14;
        -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25)
    }

    .catalog-content__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 30px
    }

    .catalog-content__item .promo-card {
        height: 100%;
    }

    .catalog-content__item .promo-card picture {
        width: 100%
    }

    .catalog-content__item .promo-card picture img {
        height: 100%;
        width: 100%
    }

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

    .catalog-controls__btn-filter {
        display: none
    }

    .sort {
        position: relative;
        display: inline-block
    }

    .sort--popup {
        width: 100%
    }

    .sort--popup .sort__list {
        position: static;
        border: none;
        background-color: transparent;
        padding: 0
    }

    .sort__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
        background-color: #f4f4f4;
        padding: 10px 20px;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        line-height: 1.25;
        color: #282934;
        border: 1px solid #848484;
        border-radius: 6px;
        -webkit-transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s;
        width: 252px;
    }

    .sort__btn .label {
        color: #282934;
    }

    .sort__btn.list-open .sort__btn-icon {
        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;
        height: 21px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .sort__btn.list-close .sort__btn-icon {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .sort__btn:hover {
        background-color: rgba(0, 0, 0, 0);
        border-color: #ffde14
    }

    .sort__btn:focus {
        outline: 1px solid #ffde14
    }

    .sort__btn:active {
        background-color: #ffde14;
        -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25)
    }

    .sort__btn-icon {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .sort__list {
        position: absolute;
        top: 110%;
        left: 0;
        right: 0;
        z-index: 10;
        padding: 15px 20px;
        background-color: #fff;
        border: 1px solid #848484;
        border-radius: 6px
    }

    .sort__item {
        margin-bottom: 5px
    }

    .sort__item:last-child {
        margin-bottom: 0
    }

    .sort__unit {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 2;
        color: #282934
    }

    .sort__unit:hover {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 2
    }

    .sort__unit:active {
        color: #ffde14
    }

    .catalog-pagination {
        position: relative;
        padding: 0 55px
    }

    .catalog-pagination__list {
        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: 8px
    }

    .catalog-pagination__item {
        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
    }

    .catalog-pagination__item-link {
        padding: 15px 20px;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        background-color: #fff;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0);
        -webkit-transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s;
        color: #282934
    }

    .catalog-pagination__item-link--active {
        background-color: #ffde14
    }

    .catalog-pagination__item-link:hover {
        border-color: #ffde14
    }

    .catalog-pagination__item-link:focus {
        outline: 1px solid #ffde14
    }

    .catalog-pagination__item-link:active {
        color: #282934;
        background-color: #ffde14;
        -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25)
    }

    .catalog-pagination__btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 15px;
        background-color: light;
        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
    }

    .catalog-pagination__btn--prev {
        left: 0;
        height: 100%;
    }

    .catalog-pagination__btn--prev svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .catalog-pagination__btn--next {
        right: 0;
        height: 100%;
    }

    .popup--active--sort {
        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
    }

    .popup--active--filters {
        z-index: 1000
    }

    .popup__dialog--filters {
        padding: 30px 20px;
        height: 100%;
        overflow-y: auto
    }

    .popup__dialog--sort {
        padding: 20px;
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
        transition: opacity .3s ease, -webkit-transform .3s ease;
        transition: transform .3s ease, opacity .3s ease;
        transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    .popup--active .popup__dialog--sort {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .range-slider {
        width: 100%;
        max-width: 350px
    }

    .range-slider__track-box {
        position: relative
    }

    .range-slider__track {
        position: absolute;
        top: 22px;
        left: 0;
        right: 0;
        height: 4px;
        background: #f4f4f4;
        border-radius: 2px;
        z-index: 1
    }

    .range-slider__progress {
        position: absolute;
        top: 22px;
        left: 0;
        height: 4px;
        width: 70%;
        background: #282934;
        border-radius: 2px;
        z-index: 2
    }

    .range-slider__thumb {
        cursor: pointer
    }

    .range-slider__inputs {
        padding-top: 20px;
        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
    }

    .range-slider__input {
        width: 100%;
        padding: 10px 20px;
        border: 1px solid #848484;
        border-radius: 6px;
        text-align: center;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        color: #848484;
        position: relative
    }

    .range-slider__separator {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        color: #848484;
        padding: 0 3px
    }

    @media(max-width: 1380px) {
        .filter__title {
            font-size: 18px
        }

        .filter-checkboxes__checkbox-title {
            font-size: 16px
        }
    }

    @media(max-width: 1540px) {

        .catalog__inner,
        .catalog-content__inner {
            gap: 20px
        }

    }

    @media(max-width: 990px) {
        .catalog-content__banner {
            display: none
        }

        .sort__btn {
            gap: 10px;
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }
        .catalog__filters {
            display: none
        }

        .filter__title {
            font-size: 25px
        }

        .filter-checkboxes__checkbox-title {
            font-size: 18px
        }

        .sort__btn {
            font-size: 16px;
            padding: 9px 20px;
            ;
        }
        .catalog-content__filter {
            margin-bottom: 20px;
        }

        .catalog-content__filter-tags {
            display: none
        }

        .catalog-controls {
            width: 100%;
            gap: 20px
        }

        .catalog-controls-bg {
            border-radius: 15px 15px 0 0;
        }

        .catalog-controls__btn-filter {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 30%;
            flex: 1 1 30%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 10px 20px;
            font-family: "Inter", sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 1.25;
            color: #282934;
            gap: 14px;
            background-color: #f4f4f4;
            border: 1px solid #848484;
            border-radius: 6px;
            -webkit-transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
            transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
            transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s;
            transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s
        }

        .catalog-controls__btn-filter svg.icon {
            -webkit-transition: fill .3s;
            transition: fill .3s;
            stroke: #282934;
            stroke-width: 1.5;
            fill: none
        }

        .catalog-controls__btn-filter:hover {
            background-color: rgba(0, 0, 0, 0);
            border-color: #ffde14
        }

        .catalog-controls__btn-filter:focus {
            outline: 1px solid #ffde14
        }

        .catalog-controls__btn-filter:active {
            background-color: #ffde14;
            -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
            box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25)
        }

        .catalog-controls__sort {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 30%;
            flex: 1 1 30%
        }

        .catalog-sort__btn {
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .catalog__bottom-btn {
            font-size: 16px;
            padding: 10px 20px
        }
    }

    @media(max-width: 640px) {
        .catalog {
            padding-top: 0
        }

        .catalog-content__inner {
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        }

        .catalog-content__item:has(.promo-card) {
            -ms-grid-column-span: 2;
            grid-column: span 2;
            max-height: 473px;
            height: 100vh
        }

        .catalog-content__item .promo-card__content {
            padding: 20px
        }

        .catalog-content__item .promo-card__logo {
            width: 92px
        }

        .catalog-content__item .promo-card__title--sld-2,
        .catalog-content__item .promo-card__subtitle--sld-2 {
            font-size: 32px
        }

        /* .catalog-content__item:last-child {
            display: block
        } */
    }

    @media(max-width: 440px) {
        .catalog__bottom-btn {
            width: 100%;
            font-size: 14px;
            padding: 10px
        }

        .catalog-content__inner,
        .catalog-controls {
            gap: 20px
        }

        .catalog-controls__btn-filter {
            font-size: 14px;
            padding: 10px
        }

        .sort__btn {
            font-size: 14px;
            padding: 9px 10px
        }

        .catalog-pagination {
            padding: 0
        }

        .catalog-pagination__item-link {
            font-size: 16px
        }

        .catalog-pagination__btn {
            display: none
        }
    }

    .cookware {
        padding-top: 30px
    }

    .category-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        position: relative;
    }

    .category-list__item {
        max-width: calc((100% - 90px) / 4);
        width: calc((1540px - 130px) / 4);
        border-radius: 6px;
        transition: all .3s;
    }

    .category-list__item:hover {
        box-shadow: 4px 4px 4px rgba(0, 0, 0, .25)
    }

    @media(max-width: 776px) {
        .category-list {
            gap: 20px;
        }
        .category-list__item {
            max-width: calc((100% - 40px) / 3);
            width: calc((1540px - 40px) / 3);
        }
    }

    @media(max-width: 640px) {
        .cookware {
            padding-top: 0
        }

        .category-list__item {
            max-width: calc((100% - 20px) / 2);
            width: calc((1540px - 20px) / 2);
        }
    }

    .detail-one {
        background-color: #f4f4f4
    }

    .detail-one__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px
    }

    .detail-one__content {
        max-width: 730px;
        width: 100%
    }

    .detail-one__content-inner {
        padding-bottom: 40px;
        border-bottom: 1px solid #848484;
        margin-bottom: 35px
    }

    .detail-one__articl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.58
    }

    .detail-one .product-rating__icon {
        width: 19px;
        height: 19px
    }

    .detail-one .product-rating__reviews {
        margin-left: 10px
    }

    .detail-one__content-cards {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        margin: 25px 0
    }

    .detail-one__content-card {
        background-color: #fff;
        border-radius: 6px;
        padding: 35px;
        width: 100%;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
    }

    .detail-one__content-card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    }

    .detail-one__content-card-text {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 18px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #282934;
        text-wrap: balance;
        text-align: center;
        position: relative
    }

    .detail-one__content-card-subtext {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.58;
        color: #848484;
        position: absolute;
        bottom: -20px;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .detail-one__content-promobox {
        max-width: 478px;
        width: 100%
    }

    .detail-one__content-option-title {
        text-transform: uppercase;
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 22px;
        line-height: 1.13;
        color: #282934;
        margin-bottom: 13px
    }

    .detail-one__price-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .detail-one__timer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px
    }

    .detail-one__timer-title {
        font-family: "Manrope-VariableFont_wght", sans-serif;
        font-weight: 800;
        font-size: 14px;
        line-height: 1;
        color: #282934;
        max-width: 100px;
        width: 100%
    }

    .detail-one .timer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 14px
    }

    .detail-one .timer__item {
        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;
        width: 46px;
        height: 46px;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #282934;
        align-items: center;
        border-radius: 6px;
        color: #282934;
        font-family: "Manrope-VariableFont_wght", sans-serif;
        font-weight: 800;
        font-size: 22px;
        line-height: 1;
        position: relative
    }

    .detail-one .timer__item::after {
        position: absolute;
        content: ":";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -12px
    }

    .detail-one .timer__item:last-child::after {
        content: none
    }

    .detail-one .timer__num {
        font-size: 22px
    }

    .detail-one .timer__text {
        font-size: 10px
    }

    .detail-one__btn-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
        margin-top: 20px
    }

    .detail-one__btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0);
        padding: 15px 20px;
        font-size: 18px;
        color: #282934;
        border: 1px solid #282934;
        border-radius: 6px;
        gap: 22px;
        font-weight: 700;
        -webkit-transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s;
        transition: background-color .3s, color .3s, border-color .3s, outline .3s, box-shadow .3s, -webkit-box-shadow .3s
    }

    .detail-one__btn--buy {
        background-color: #ffde14;
        border: 1px solid #ffde14;
        color: #282934;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .detail-one__btn--buy svg.icon {
        width: 24px;
        height: 25px;
        fill: #282934
    }

    .detail-one__btn--buy.active {
        background-color: #00ad42;
        border-color: #00ad42;
        color: #fff;
    }

    .detail-one__btn--buy.active svg.icon {
        fill: #fff
    }

    .detail-one__btn--quick:hover {
        border-color: #ffde14
    }

    .detail-one__btn:focus {
        outline: 1px solid #ffde14
    }

    .detail-one__btn:active {
        background-color: #ffde14;
        -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25)
    }

    .detail-slider {
        width: 730px
    }

    .detail-slider__big {
        position: relative;
        margin-bottom: 10px
    }

    .detail-slider__big-wrapper {
        height: 100%
    }

    .detail-slider__big-slide {
        background-color: #fff;
        width: 100%;
        height: 100%;
        padding: 30px 60px;
        border-radius: 6px;
        position: relative
    }

    .detail-slider__big-slide img {
        object-fit: contain;
    }

    .detail-slider__detail-img {
        padding: 20px;
    }

    .detail-slider__detail-img img {
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 auto;
        max-height: calc(100vh - 168px);
    }

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

    @media (max-width: 768px) {
        .detail-slider__big-slide {
            padding: 20px;
        }
    }
    .detail-slider__pagination {
        display: none
    }

    .detail-slider__thumb-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 11px;
        overflow-x: hidden
    }

    .detail-slider__thumb-slide {
        background-color: #fff;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 22px)/5);
        flex: 1 1 calc((100% - 22px)/5);
        width: 100%;
        padding: 20px;
        border-radius: 6px
    }

    .properties__title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 22px;
        line-height: 1.25;
        color: #282934;
        margin-bottom: 10px
    }

    .properties__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.56
    }

    .properties__item-text {
        white-space: nowrap;
    }

    .properties__item-props {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.56;
        position: relative;
        color: #282934;
        text-decoration: underline;
    }

    .youlike {
        background-color: #282934;
        position: relative
    }

    .youlike__slider {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .youlike .slider-youlike {
        padding: 60px 0
    }

    .youlike .slider-youlike__track {
        width: 880px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 30px
    }

    .youlike .slider-youlike__slide {
        width: 100%;
        height: 100%
    }

    .youlike .slider-youlike .slider-youlike-pagination {
        display: none
    }

    .youlike .youlike-card__content {
        text-align: center;
        max-width: 366px;
        width: 100%;
        margin: 20px auto 0
    }

    .youlike .youlike-card__img {
        border-radius: 8px 8px 0 0;
        width: 100%;
        aspect-ratio: 420/198
    }

    .youlike .youlike-card__title {
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 22px;
        line-height: 1.1;
        color: #fff;
        margin-bottom: 5px
    }

    .youlike .youlike-card__text {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.56;
        color: #fff;
        text-wrap: balance
    }

    .youlike__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .youlike__content {
        max-width: 530px;
        width: 100%;
        padding: 60px 0;
        position: relative
    }

    .youlike__content::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background-color: #fff;
        left: -48px;
        top: 0;
        bottom: 0
    }

    .youlike__title {
        color: #fff;
        margin-bottom: 25px
    }

    .youlike__title-text {
        display: block;
        margin-bottom: 5px
    }

    .youlike__title-text--bg {
        position: relative;
        z-index: 0;
        padding: 20px 20px 15px;
        margin-bottom: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .youlike__title-text--bg::after {
        position: absolute;
        content: "";
        background-image: url("/images/index/hero/hero-ractangle.svg");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        width: 100%;
        height: 100%;
        bottom: -5px;
        left: 0px
    }

    .youlike__decr {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.38;
        color: #fff;
        margin-bottom: 30px
    }

    .youlike__item {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.38;
        color: #fff;
        margin-bottom: 20px
    }

    .youlike__item:last-child {
        margin-bottom: 0
    }

    .youlike__item-icon {
        width: 24px;
        height: 24px;
        fill: #ffde14;
        padding-right: 5px;
        display: inline;
    }

    .feedback {
        background-color: #ffde14;
        position: relative
    }

    .feedback__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .feedback__inner::before {
        background-image: url("/images/detalis/feedback-bg.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100% center;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 50%
    }

    .feedback__content {
        padding: 60px 0 60px 30px;
        max-width: 50%;
        width: 100%;
        padding-left: 30px
    }

    .feedback__title-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px
    }

    .feedback__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }

    .feedback__rating {
        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;
        gap: 5px
    }

    .feedback__rating input {
        display: none
    }

    .feedback__rating .feedback__star,
    .feedback__rating-text {
        align-content: center;
    }

    .feedback__rating .feedback__rating-icon {
        stroke: #282934;
        fill: #ffde14;
        stroke-width: 1px;
        cursor: pointer;
        -webkit-transition: fill .2s;
        transition: fill .2s
    }

    .feedback__rating .feedback__star:hover~.feedback__star .feedback__rating-icon,
    .feedback__rating .feedback__star:hover .feedback__rating-icon {
        fill: #fff
    }

    .feedback__rating input:checked~.feedback__star .feedback__rating-icon,
    .feedback__rating input:checked+.feedback__rating-icon {
        fill: #fff
    }

    .feedback-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    .feedback-form__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
    }

    .feedback-form__input-box {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }

    .feedback-form__input,
    .feedback-form__textarea {
        padding: 15px 20px;
        border-radius: 6px;
        border: 1px solid #282934;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #282934;
        background-color: rgba(0, 0, 0, 0);
        width: 100%
    }

    .feedback-form__input::-webkit-input-placeholder,
    .feedback-form__textarea::-webkit-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #282934
    }

    .feedback-form__input::-moz-placeholder,
    .feedback-form__textarea::-moz-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #282934
    }

    .feedback-form__input:-ms-input-placeholder,
    .feedback-form__textarea:-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #282934
    }

    .feedback-form__input::-ms-input-placeholder,
    .feedback-form__textarea::-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #282934
    }

    .feedback-form__input::placeholder,
    .feedback-form__textarea::placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #282934
    }

    .feedback-form__input:invalid {
        border-color: #a81815
    }

    .feedback-form__input:valid {
        border-color: #282934
    }

    .feedback-form__input:focus {
        border-color: #282934
    }

    .feedback-form__input:invalid:not(:focus)+.feedback-form__error {
        opacity: 1
    }

    .feedback-form__input:valid {
        border-color: #282934
    }

    .feedback-form__error {
        position: absolute;
        left: 0;
        bottom: -10px;
        font-size: 10px;
        color: #a81815;
        opacity: 0;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

    .feedback-form__textarea {
        resize: none;
        height: 110px;
    }

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

    .feedback-form__item-upload {
        max-width: 335px;
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: rgba(40, 41, 52, .1);
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.1;
        color: #282934;
        padding: 15px 20px;
        border-radius: 6px;
        border: 1px solid #282934;
    }

    .feedback-form__upload-box {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        gap: 10px
    }

    .feedback-form__ulpoad-icon {
        fill: #282934
    }

    .feedback-form__cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #282934;
        color: #ffde14
    }

    .feedback-form__cta:focus {
        outline: 1px solid #282934
    }

    .feelings {
        background-color: #282934
    }

    .feelings__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        overflow-x: hidden
    }

    .feelings__slider-box {
        max-width: 50%;
        width: 100%;
        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-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-height: 300px;
    }

    .feelings__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 20px
    }

    .feelings__title {
        color: #fff;
        margin-bottom: 0
    }

    .feelings__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25px
    }


    .feelings__all-link {
        color: #ffde14;
        position: relative;
        white-space: nowrap;
    }

    .feelings__all-link::after {
        position: absolute;
        content: "";
        border-bottom: 1px solid #ffde14;
        width: 100%;
        bottom: 1px;
        left: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .feelings__all-link:hover {
        color: #fff
    }

    .feelings__all-link:hover::after {
        border-bottom: 1px solid #fff
    }

    .feelings-card {
        background-color: #fff;
        border-radius: 6px;
        width: 100%;
        padding: 20px;
        position: relative;
        flex: 1;
    }

    .feelings-card__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        height: 100%;
    }

    .feelings-card__body {
        max-width: 578px;
        width: 100%;
        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
    }

    .feelings-card__body .product-rating,
    .reviews__inner .product-rating {
        background-color: #ffde14;
        border-radius: 6px;
        padding: 16px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 7px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: absolute;
        bottom: 20px;
        right: 20px
    }

    .feelings-card__body .product-rating svg.icon {
        fill: #282934
    }

    .feelings-card__body .product-rating__value {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.2;
        color: #282934
    }

    .feelings-card__title,
    .feelings-card__author {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        color: #282934
    }

    .feelings-card__text,
    .feelings-card__author-date {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.42;
        color: #848484
    }

    .feelings-card__title,
    .feelings-card__text {
        margin-bottom: 7px
    }

    .feelings-card__meta {
        text-align: right;
    }

    .feelings-card__img {
        max-width: 110px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .slider-feelings__img img {
        height: 100%; object-fit: contain;
    }

    .slider-feelings__slide-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        align-self: stretch;
        justify-content: space-between;
    }

    .rating-summary {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 50%;
        width: 100%;
        height: auto;
        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;
        position: relative;
        z-index: 0;
        height: auto
    }

    .rating-summary__bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .rating-summary__img-bg {
        height: 100%;
        width: 100%
    }

    .rating-summary__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 0 50px;
        width: 100%
    }

    .rating-summary__score {
        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;
        padding-right: 50px;
    }

    .rating-summary__value {
        color: #ffde14;
        font-family: "DINPro-CondensedBlack", sans-serif;
        font-weight: 900;
        font-size: 155px;
        line-height: 1;
        margin-bottom: 20px
    }

    .rating-summary .product-rating {
        margin-bottom: 20px
    }

    .rating-summary .product-rating .icon {
        fill: #ffde14;
        width: 19px;
        height: 19px
    }

    .rating-summary .product-rating__value {
        color: #fff;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25
    }

    .rating-summary__reviews {
        color: #fff;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25
    }

    .rating-summary__bars {
        width: 100%;
        padding: 22px 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .rating-summary .rating-bar {
        display: grid;
        grid-template-columns: 1fr 10fr 4fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        color: #fff
    }

    .rating-summary .rating-bar__progress {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 10px;
        background-color: rgba(244, 244, 244, .4);
        border-radius: 100px;
        overflow: hidden
    }

    .rating-summary .rating-bar__progress-fill {
        height: 100%;
        background-color: #ffde14;
        border-radius: 100px
    }

    @media(max-width: 768px) {
        .product-rating {
            font-size: 12px;
            margin-bottom: 12px
        }

        .product-rating__icon,
        .product-rating .icon {
            width: 12px;
            height: 12px
        }

        .feelings-card__body .product-rating,
        .reviews__inner .product-rating {
            padding: 10px;
        }
        .product-card .product-price__old {
            font-size: 12px
        }

        .product-card .product-price__current {
            font-size: 12px
        }

        .product-card__cart-btn svg {
            width: 35px;
            height: 35px
        }

        .product-card__decr,
        .product-card__recomend {
            display: none
        }
    }

    .quick-order__title {
        margin-bottom: 10px;
        font-size: 35px;
        color: #282934
    }

    .quick-order__subtitle {
        margin: 0 auto 10px;
        color: #282934;
        font-weight: 700;
    }
    .quick-order__text {
        margin: 0 auto 10px;
    }

    .quick-form {
        width: 100%
    }

    .quick-form input::-webkit-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #848484
    }

    .quick-form input::-moz-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #848484
    }

    .quick-form input:-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #848484
    }

    .quick-form input::-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #848484
    }

    .quick-form input::placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #848484
    }

    .quick-form__input {
        display: block;
        width: 100%;
        border: 1px solid #848484;
        border-radius: 6px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.42;
        color: #282934;
        padding: 15px;
        margin-bottom: 10px
    }

    .quick-form__input:last-child {
        margin-bottom: 0
    }

    .quick-form__btn {
        margin-top: 20px
    }

    .success-block__icon {
        display: block;
        width: 78px;
        height: 78px;
        margin: 0 auto 20px;
        fill: #282934
    }

    .success-block__title {
        text-align: center;
        margin-bottom: 20px;
        font-size: 35px;
        color: #282934
    }

    .success-block__text {
        text-align: center;
        margin-bottom: 20px
    }

    .success-block__btn {
        margin: 0 auto
    }

    @media(max-width: 1540px) {
        .youlike {
            padding: 60px 0
        }

        .youlike__inner {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
        }

        .youlike__slider {
            padding-right: 0
        }

        .youlike__title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 20px
        }

        .youlike__content {
            max-width: 100%;
            padding: 0;
            margin-bottom: 50px
        }

        .youlike__content::before {
            display: none
        }

        .youlike .slider-youlike {
            padding: 0
        }

        .youlike .slider-youlike__track {
            width: 100%
        }
    }

    @media(max-width: 1390px) {
        .detail-one__inner {
            -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
        }

        .detail-one__content {
            max-width: 100%
        }

        .detail-slider {
            max-width: 730px;
            width: 100%
        }

        .detail-slider__big {
            width: 100%;
            margin: 0 auto 20px
        }
    }

    @media(max-width: 1240px) {
        .feelings__title {
            font-size: 36px
        }
    }

    @media(max-width: 1110px) {
        .feelings__title {
            font-size: 32px
        }

        .feedback__title {
            font-size: 32px
        }

        .feedback-form input::-webkit-input-placeholder,
        .feedback-form textarea::-webkit-input-placeholder {
            font-size: 16px
        }

        .feedback-form input::-moz-placeholder,
        .feedback-form textarea::-moz-placeholder {
            font-size: 16px
        }

        .feedback-form input:-ms-input-placeholder,
        .feedback-form textarea:-ms-input-placeholder {
            font-size: 16px
        }

        .feedback-form input::-ms-input-placeholder,
        .feedback-form textarea::-ms-input-placeholder {
            font-size: 16px
        }

        .feedback-form input::placeholder,
        .feedback-form textarea::placeholder {
            font-size: 16px
        }

        .feedback-form__input,
        .feedback-form__textarea,
        .feedback-form__submit,
        .feedback-form__item-upload {
            font-size: 16px
        }
    }

    @media(max-width: 992px) {
        .feelings__inner {
            display: block
        }

        .feelings__slider-box { 
            max-width: 100%;
            margin-bottom: 50px;
            min-height: auto;
        }

        .feelings .rating-summary {
            max-width: 100%;
            padding: 20px
        }

        .feedback {
            padding: 30px 0
        }

        .feedback__inner {
            display: block;
            padding: 0
        }

        .feedback__inner::before {
            display: none
        }

        .feedback__content {
            max-width: 100%;
            padding: 0;
            margin: 0 auto
        }
    }

    @media(max-width: 768px) {
        .youlike {
            padding: 30px 0;
            overflow-x: hidden;
            position: relative
        }

        .youlike__title {
            display: block
        }

        .youlike__decr,
        .youlike__item {
            font-size: 14px
        }

        .youlike .youlike-card__content {
            padding: 10px;
            margin-top: 0
        }

        .youlike .youlike-card__title {
            font-size: 16px
        }

        .youlike .youlike-card__text {
            font-size: 12px
        }

    }

    @media(max-width: 680px) {
        .detail-one__content-cards {
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr)
        }

        .detail-slider__thumb-slide {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 23%;
            flex: 0 0 23%
        }
        .youlike-card {
            width: 100%;
        }
    }

    @media(max-width: 640px) {
        .detail-slider__big-wrapper {
            height: 400px;
        }
        .feelings .slider-feelings {
            position: relative;
            padding-bottom: 24px
        }

        .feelings .slider-feelings__slide .feelings-card {
            display: none
        }

        .feelings .slider-feelings__slide .feelings-card:first-child {
            display: block
        }

        .feelings .slider-feelings-pagination {
            position: absolute;
            bottom: 0;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            border-radius: 6px;
            height: 4px;
            background-color: #fff
        }

        .feelings .slider-feelings-pagination__bullet {
            width: 50%;
            height: 4px;
            border-radius: 6px;
            background-color: #fff;
            opacity: 1;
            margin: 0
        }

        .feelings .slider-feelings-pagination__bullet--active {
            background: #ffde14
        }

        .feelings .feelings-card__inner {
            display: block
        }

        .feelings .feelings-card__author {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            gap: 10px;
            margin: 20px 0;
        }

        .feelings .feelings-card__author .product-rating {
            position: static
        }

        .feelings .feelings-card__author .product-rating__value {
            font-size: 14px
        }

        .rating-summary__inner {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            padding: 0;
        }

        .rating-summary__score {
            padding: 0;
        }

        .rating-summary__value {
            font-size: 100px;
            margin: 0;
        }

        .rating-summary__bars {
            gap: 15px;
        }

        .detail-slider__pagination {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            border-radius: 6px;
            height: 4px;
            background-color: #fff;
            margin-bottom: 20px
        }

        .detail-slider__btn {
            display: none
        }

        .detail-one__content-inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            padding-bottom: 0px
        }

        .detail-one__content-top-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: start;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            gap: 10px;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            margin-bottom: 20px
        }

        .detail-one__articl {
            font-size: 14px
        }

        .detail-one__content-option-title {
            font-size: 20px;
            margin-bottom: 5px
        }

        .detail-one__content-promobox {
            max-width: 100%
        }

        .detail-one .product-price__current {
            font-size: 18px
        }

        .detail-one .product-price__old {
            font-size: 12px
        }

        .detail-one .product-rating,
        .detail-one .product-rating__reviews {
            margin: 0;
            font-size: 14px
        }
        .detail-one .product-rating__block {
            flex-direction: column;
    align-items: end;
    margin: 0;
        }

        .detail-one .timer__num {
            font-size: 20px
        }

        .detail-one .timer__text {
            font-size: 10px
        }

        .detail-one__timer-title {
            display: none
        }

        .detail-one__content-card {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            gap: 8px
        }

        .detail-one__content-card-text {
            font-size: 14px;
            text-align: left;
            line-height: 1
        }

        .detail-one__content-card-subtext {
            font-size: 12px;
            line-height: 1;
            bottom: -15px
        }

        .detail-one__btn-controls {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .detail-one__btn--quick {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .feedback__title-block {
            display: block
        }

        .feedback__title {
            font-size: 25px;
            margin-bottom: 10px
        }

        .feedback-form__item {
            flex-direction: column;
        }

        .feedback-form__input-box {
            width: 100%;
            display: block;
        }

        .feedback-form__input {
            display: block;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        }

        .feedback-form__item-upload {
            max-width: 100%
        }

        .quick-order__title,
        .success-block__title {
            font-size: 25px
        }
    }

    @media(max-width: 440px) {
        .youlike .slider-youlike {
            position: relative;
            padding-bottom: 25px
        }

        .youlike .slider-youlike__track {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            overflow: visible;
            gap: 20px
        }

        .youlike .slider-youlike__slide {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc((100% - 20px)/1);
            flex: 0 0 calc((100% - 20px)/1);
            max-width: 464px;
            width: 100%;
            margin: 0 auto
        }

        .youlike .slider-youlike .slider-youlike-pagination {
            position: absolute;
            bottom: 0;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            border-radius: 6px;
            height: 4px;
            background-color: #fff
        }

        .youlike .slider-youlike .slider-youlike-pagination__bullet {
            width: 50%;
            height: 4px;
            border-radius: 6px;
            background-color: #fff;
            opacity: 1;
            margin: 0
        }

        .youlike .slider-youlike .slider-youlike-pagination__bullet--active {
            background: #ffde14
        }

        .detail-one__content-card {
            padding: 15px 25px 20px 10px
        }

        .properties__item,
        .properties__item-props {
            font-size: 14px;
            overflow: hidden;
        }
    }

    @media(max-width: 365px) {
        .detail-one__content-card-subtext {
            font-size: 10px
        }
    }

    .deals,
    .deal {
        padding-top: 0
    }

    .deals__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px
    }

    .deals__item {
        max-width: calc((100% - 90px) / 4);
        width: calc((1540px - 130px) / 4);
    }

    .deals__link {
        display: inline-block;
        height: 100%;
        cursor: pointer;
        -webkit-transition: outline .3s, opacity .3s, -webkit-box-shadow .3s;
        transition: outline .3s, opacity .3s, -webkit-box-shadow .3s;
        transition: box-shadow .3s, outline .3s, opacity .3s;
        transition: box-shadow .3s, outline .3s, opacity .3s, -webkit-box-shadow .3s
    }

    .deals__link:hover {
        -webkit-box-shadow: 2px 4px 3px rgba(0, 0, 0, .3);
        box-shadow: 2px 4px 3px rgba(0, 0, 0, .3)
    }

    .deals__link:hover .card-deal__title {
        color: #ffde14;
    }

    .deals__link:active {
        opacity: .7
    }

    .card-deal {
        background-color: #fff;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .card-deal img {
        aspect-ratio: 4/3;
    }

    .card-deal__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        color: #282934;
        flex-grow: 1;
        justify-content: space-between;
    }

    .card-deal__title {
        font-size: 22px;
        line-height: 1.13;
        font-family: "DINPro-CondensedBlack", sans-serif;
        text-transform: uppercase;
        -webkit-transition: all .3s, opacity .3s, -webkit-box-shadow .3s;
        transition: all .3s, opacity .3s, -webkit-box-shadow .3s;
        transition: all .3s, outline .3s, opacity .3s;
        transition: all .3s, outline .3s, opacity .3s, -webkit-box-shadow .3s
    }

    .card-deal__time {
        font-size: 14px;
        font-family: "Manrope-VariableFont_wght", sans-serif;
        padding: 10px 8px;
        border: 1px solid #282934;
        border-radius: 6px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-weight: 800;
        margin-top: 20px;
    }

    .date-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 9px;
        font-size: 14px;
        font-weight: 600;
        color: #282934
    }

    @media(max-width: 992px) {
        .deals__list {
            gap: 20px
        }

        .deals__item {
            max-width: calc((100% - 40px) / 3);
            width: calc((1540px - 80px) / 3);
        }
    }

    @media(max-width: 768px) {
        .card-deal__info {
            padding: 10px;
        }

        .date-info {
            font-size: 10px;
        }

        .date-info .icon {
            width: 14px;
            height: 14px;
        }
    }

    @media(max-width: 640px) {
        .deals__item {
            max-width: calc((100% - 20px) / 2);
            width: calc((1540px - 60px) / 2);
        }

        .card-deal__info {
            padding: 10px
        }

        .card-deal__title {
            font-size: 16px;
            margin-bottom: 0
        }

        .card-deal__time {
            display: none
        }
    }


    .checkout {
        background-color: #f4f4f4;
        padding-top: 30px
    }

    .checkout__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px
    }

    .checkout .product-recommended__title {
        font-size: 22px
    }

    .checkout__order {
        max-width: 66%
    }

    .checkout__basket {
        max-width: 32%;
        width: 100%
    }

    .checkout__basket .popup--hide {
        display: block
    }

    .checkout__basket .basket__slider {
        display: none
    }

    .checkout__basket .basket {
        height: auto;
        width: 100%;
        max-width: 100%;
        padding-bottom: 30px
    }

    .checkout__basket .basket .basket__hrader {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 38px
    }

    .checkout__basket .basket .basket__list,
    .checkout__basket .basket .basket__empty {
        max-height: 360px
    }

    .checkout__basket .basket .basket__redag-link {
        display: inline-block
    }

    .checkout__basket .basket .basket__close-btn {
        display: none
    }

    .checkout__basket .basket .basket__footer {
        padding-bottom: 0
    }

    .checkout__basket .basket .basket__footer .promo-code {
        display: block
    }

    .checkout__basket .basket .basket__footer .basket__cookie {
        display: none
    }

    .checkout__control-panel {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .checkout__slider-title {
        font-size: 25px;
        margin: 0;
    }

    .order-form__title {
        font-size: 35px;
        margin-bottom: 20px
    }

    .contact-info {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #848484
    }

    .contact-info input {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .contact-info input::-webkit-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #848484
    }

    .contact-info input::-moz-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #848484
    }

    .contact-info input:-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #848484
    }

    .contact-info input::-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #848484
    }

    .contact-info input::placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #848484
    }

    .contact-info input:hover {
        border-color: #ffde14
    }

    .contact-info input:focus {
        outline: 1px solid #ffde14
    }

    .contact-info__input {
        width: 100%;
        padding: 15px 20px;
        border: 1px solid #848484;
        border-radius: 6px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #282934;
        margin-bottom: 20px
    }

    .contact-info__input--email,
    .contact-info__input--tel {
        max-width: 50%
    }

    .contact-info__person-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px
    }

    .delivery,
    .payment {
        border-bottom: 1px solid #848484;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .delivery__chose,
    .payment__chose {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px
    }

    .delivery__item,
    .payment__item {
        width: 100%;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0);
        padding: 15px 14px 15px 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        gap: 10px;
        background-color: #fff
    }

    .delivery__item:has(.delivery__radio:checked),
    .delivery__item:has(.payment__radio:checked),
    .payment__item:has(.delivery__radio:checked),
    .payment__item:has(.payment__radio:checked) {
        border-color: #282934
    }

    .delivery__item:hover,
    .payment__item:hover {
        border-color: #ffde14
    }

    .delivery__item:focus,
    .payment__item:focus {
        outline: 1px solid #ffde14
    }

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

    .delivery__radio-style,
    .payment__radio-style {
        position: absolute;
        border: 1px solid #848484;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        background-color: rgba(0, 0, 0, 0);
        top: 16px;
        left: 20px
    }

    .delivery__radio:checked+.delivery__radio-style,
    .delivery__radio:checked+.payment__radio-style,
    .payment__radio:checked+.delivery__radio-style,
    .payment__radio:checked+.payment__radio-style {
    }

    .delivery__radio:checked+.delivery__radio-style::after,
    .delivery__radio:checked+.payment__radio-style::after,
    .payment__radio:checked+.delivery__radio-style::after,
    .payment__radio:checked+.payment__radio-style::after {
        position: absolute;
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #282934;
        top: 2px;
        left: 2px
    }

    .delivery__descr-title,
    .payment__descr-title {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        margin: 0;
        color: #282934
    }

    .delivery__icon,
    .payment__icon {
        fill: #a81815
    }

    .delivery-dropdoun {
        margin-bottom: 20px;
        position: relative
    }

    .delivery-dropdoun__display {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 1px solid #848484;
        border-radius: 6px;
        padding: 15px 0px
    }

    .delivery-dropdoun__display.list-open .delivery-dropdoun__icon {
        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;
        height: 21px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .delivery-dropdoun__display.list-close .delivery-dropdoun__icon {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .delivery-dropdoun__display:hover {
        border-color: #ffde14
    }

    .delivery-dropdoun__display:focus {
        outline: 1px solid #ffde14
    }

    .delivery-dropdoun__icon {
        -webkit-transition: all .3s;
        transition: all .3s;
        fill: #282934
    }

    .delivery-dropdoun__display-input {
        padding: 0 50px;
    }

    .delivery-dropdoun__leading {
        left: 20px;
    }

    .delivery-dropdoun__trailing {
        right: 20px;
    }

    .delivery-dropdoun__list {
        margin-top: 10px;
        z-index: 10;
        padding: 15px 20px;
        background-color: #fff;
        border: 1px solid #848484;
        border-radius: 6px;
        -webkit-transition: max-height .3s ease, opacity .3s ease;
        transition: max-height .3s ease, opacity .3s ease
    }

    .payment__chose {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .comment {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #848484
    }

    .comment__textarea {
        width: 100%;
        padding: 15px 20px;
        border: 1px solid #848484;
        border-radius: 6px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #282934;
        resize: none;
        height: 111px;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .comment__textarea::-webkit-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #848484
    }

    .comment__textarea::-moz-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #848484
    }

    .comment__textarea:-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #848484
    }

    .comment__textarea::-ms-input-placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #848484
    }

    .comment__textarea::placeholder {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        color: #848484
    }

    .comment__textarea:hover {
        border-color: #ffde14
    }

    .comment__textarea:focus {
        outline: 1px solid #ffde14
    }

    @media(max-width: 1150px) {
        .checkout__order {
            max-width: 50%
        }

        .checkout__basket {
            max-width: 50%
        }

        .contact-info__person-name {
            margin-bottom: 10px
        }

        .contact-info__person-contact {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

        .contact-info__input {
            max-width: 100%;
            margin-bottom: 0
        }

        .delivery {
            padding-bottom: 20px;
            margin-bottom: 20px
        }

        .delivery__chose,
        .payment__chose {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

        .delivery__item,
        .payment__item {
            max-width: 100%
        }

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

        .delivery__radio:checked+.delivery__radio-style::after,
        .delivery__radio:checked+.payment__radio-style::after {
            width: 14px;
            height: 14px;
        }

        .payment {
            padding-bottom: 20px;
            margin-bottom: 20px
        }

        .comment {
            margin-bottom: 20px;
            padding-bottom: 20px
        }
    }

    @media(max-width: 880px) {
        .order-form__title {
            font-size: 25px
        }

        .basket__title-text {
            font-size: 25px
        }

        /* .basket .product-card--checkout .product-card__title {
            font-size: 18px
        } */
    }

    @media(max-width: 768px) {
        .checkout {
            margin-bottom: 0
        }

        .checkout__inner {
            display: block
        }

        .checkout__order {
            max-width: 100%;
        }

        .checkout__basket {
            max-width: 100%
        }

        /* .checkout .basket .product-card--checkout .product-card__title {
            font-size: 22px
        }
    */
        .checkout .recomend-slider {
            padding-bottom: 50px
        }

    }

    /* @media(max-width: 528px) {
        .checkout .basket__item .product-card--checkout {
            padding: 0
        }
    }

    @media(max-width: 440px) {
        .checkout .basket .product-card--checkout .product-card__title {
            font-size: 20px
        }
    }
    */
    .contacts {
        padding-top: 30px
    }

    .contacts__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 33px;
        color: #282934
    }

    .contacts__item {
        padding: 47px 40px 36px;
        text-align: center;
        max-width: 476px;
        width: 100%;
        background-color: #fff;
        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;
        gap: 5px;
    }

    .contacts__box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .contacts__title {
        text-transform: uppercase;
        font-size: 25px;
        font-family: "DINPro-CondensedBlack", sans-serif;
    }

    .contacts__box .icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .contacts__link {
        border-radius: 6px;
        border: 1px solid #282934;
        background-color: #fff;
        padding: 10px 96px 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 79px;
        font-weight: 700;
        outline-offset: 3px;
        -webkit-transition: background-color .3s, outline .3s, opacity .3s;
        transition: background-color .3s, outline .3s, opacity .3s
    }

    .contacts__link:hover {
        background-color: #ffde14
    }

    .contacts__link:focus {
        outline: 1px solid #ffde14
    }

    .contacts__link:active {
        opacity: .7
    }

    .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px
    }

    .social__link {
        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;
        border-radius: 6px;
        width: 44px;
        height: 44px;
        border: 1px solid #282934;
        outline-offset: 3px;
        -webkit-transition: background-color .3s, outline .3s, opacity .3s;
        transition: background-color .3s, outline .3s, opacity .3s
    }

    .social__link:hover {
        background-color: #ffde14
    }

    .social__link:focus {
        outline: 1px solid #ffde14
    }

    .social__link:active {
        opacity: .7
    }

    .faq__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px
    }

    .faq__list {
        max-width: 734px;
        width: 100%
    }

    .faq__item {
        position: relative;
        border-radius: 6px;
        border: 1px solid #282934;
    }

    .faq__item:not(:last-child) {
        margin-bottom: 20px
    }

    .faq__title {
        padding: 15px 20px;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 700;
        color: #282934;
        line-height: 1.25;
        display: flex;
        justify-content: space-between;
    }
    .faq__title .iconify {
        width: 15px;
        min-width: 15px;
        height: 15px;
    }
    .faq__answer {
        padding: 0 20px 15px;
        font-size: 14px;
    }

    @media(max-width: 768px) {
        .contacts__item {
            gap: 15px;
        }

        .contacts__box {
            flex-direction: row;
            gap: 5px;
            width: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .contacts__title {
            margin-bottom: 0;
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1
        }

        .contacts__link {
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .social {
            width: 100%;
        }

        .faq__inner {
            -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
        }
    }

    @media(max-width: 640px) {
        .contacts__title {
            font-size: 22px;
            text-align: left;
            line-height: 1;
            max-width: 120px;
        }

        .faq__icon {
            display: none
        }

        .faq__title {
            font-size: 16px
        }
    }

    .grecaptcha-badge {
        display: none;
    }
