@media (max-width: 1400px) {
    .hero__content {
        max-width: 50%;
    }

    .hero__media {
        max-width: 50%;
    }

    .hero__content-icons {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 1700px) {
    .limit {
        padding: clamp(56px, 6vw, 80px) 0;
    }

    .limit__inner {
        gap: clamp(20px, 2.5vw, 32px);
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    .limit__content {
        flex: 0 1 687px;
        max-width: min(687px, 50%);
        min-width: 0;
        gap: clamp(24px, 2.5vw, 39px);
        padding-top: 0;
    }

    .limit__content-title {
        font-size: clamp(32px, 2.6vw + 10px, 48px);
    }

    .limit__timer.timer,
    .limit__offer,
    .limit__cta {
        width: 100%;
        max-width: 572px;
    }

    .limit__media {
        flex: 0 1 auto;
        flex-shrink: 1;
        min-width: 0;
        max-width: min(540px, 46%);
    }

    .limit__media-card {
        width: 100%;
        max-width: 100%;
    }

    .limit__badge {
        width: clamp(110px, 10vw, 160px);
        top: -12px;
        left: -8px;
    }

    .limit__boxes {
        grid-template-columns: repeat(2, max-content);
        max-width: 611px;
        align-self: flex-start;
        column-gap: clamp(24px, 2.5vw, 40px);
        row-gap: 16px;
    }

    .limit__box {
        min-width: 0;
    }

    .limit__box-text {
        white-space: nowrap;
        font-size: clamp(15px, 1.05vw, 18px);
        line-height: 140%;
    }

    .limit__off {
        font-size: clamp(17px, 1.6vw, 22px);
        line-height: 1.25;
    }

    .limit__special {
        font-size: clamp(13px, 1.2vw, 15px);
        line-height: 1.5;
    }

    /* heat-sleep, features, more, hero — compact 2-column desktop */
    .heat-sleep {
        padding: clamp(56px, 6vw, 80px) clamp(24px, 3vw, 48px);
    }

    .heat-sleep__title {
        white-space: normal;
        font-size: clamp(26px, 2.8vw, 38px);
        margin-bottom: 24px;
    }

    .heat-sleep__container {
        max-width: 1400px;
    }

    .heat-sleep__row {
        gap: 10px;
        max-width: 100%;
    }

    .heat-sleep__content {
        flex: 0 1 48%;
        max-width: min(687px, 48%);
        min-width: 0;
    }

    .heat-sleep__content p {
        font-size: clamp(18px, 1.5vw, 24px);
        margin-bottom: 20px;
    }

    .heat-sleep__media {
        flex: 0 1 48%;
        max-width: min(683px, 48%);
        min-width: 0;
    }

    .heat-sleep__video {
        width: 100%;
        height: auto;
        max-height: none;
        aspect-ratio: 683 / 530;
    }

    .about {
        height: auto;
        min-height: 480px;
        padding-bottom: clamp(56px, 6vw, 80px);
    }

    .about__inner {
        padding-top: clamp(56px, 6vw, 80px);
    }

    .about__title {
        font-size: clamp(32px, 3.8vw, 48px);
        max-width: min(560px, 52%);
    }

    .about__text {
        font-size: 17px;
        max-width: min(520px, 48%);
        margin-top: 24px;
    }

    .features {
        padding: clamp(56px, 6vw, 80px) clamp(24px, 3vw, 48px);
    }

    .features .container {
        max-width: 1440px;
    }

    .features__title {
        font-size: clamp(28px, 2.8vw, 40px);
        line-height: 1.1;
    }

    .features__subtitle {
        font-size: clamp(18px, 1.8vw, 26px);
        line-height: 140%;
        margin-bottom: clamp(28px, 3vw, 51px);
    }

    .features__boxes {
        gap: clamp(32px, 3.5vw, 51px);
        max-width: 100%;
    }

    .features__box {
        gap: 10px;
        align-items: center;
    }

    .features__box picture {
        flex: 0 1 48%;
        width: auto;
        max-width: min(687px, 48%);
        min-width: 0;
        height: auto;
        aspect-ratio: 687 / 452;
    }

    .features__box-left {
        flex: 0 1 48%;
        max-width: min(687px, 48%);
        min-width: 0;
    }

    .features__box-content {
        flex: 1 1 0;
        max-width: min(499px, 46%);
        min-width: 0;
    }

    .features__box-title {
        font-size: clamp(22px, 2vw, 28px);
    }

    .features__box-text {
        font-size: clamp(15px, 1.3vw, 18px);
    }

    .places {
        padding: clamp(56px, 6vw, 80px) clamp(24px, 3vw, 48px);
    }

    .places .container {
        max-width: 1440px;
    }

    .places__title {
        white-space: normal;
        font-size: clamp(28px, 2.8vw, 40px);
        line-height: 1.1;
    }

    .places__inner {
        gap: clamp(32px, 3.5vw, 48px);
    }

    .places__cards {
        max-width: 100%;
    }

    .places__cards-wrapper {
        gap: clamp(12px, 1.2vw, 20px);
    }

    .places__card {
        flex: 1 1 0;
        max-width: min(264px, 19%);
        min-width: 0;
    }

    .places__card-title {
        font-size: clamp(20px, 1.6vw, 24px);
        min-height: 0;
    }

    .places__card-text {
        font-size: clamp(16px, 1.2vw, 20px);
        min-height: 0;
    }

    .more {
        padding: clamp(56px, 6vw, 80px) clamp(24px, 3vw, 48px);
    }

    .more .container {
        max-width: 1440px;
    }

    .more__title {
        white-space: normal;
        font-size: clamp(26px, 2.8vw, 38px);
    }

    .more__boxes {
        gap: clamp(16px, 2vw, 24px);
    }

    .more__col--left,
    .more__col--right {
        flex: 1 1 0;
        max-width: min(380px, 28%);
        min-width: 0;
        padding-top: 16px;
    }

    .more__col--center {
        flex: 0 1 auto;
        width: auto;
        max-width: min(460px, 38%);
    }

    .more__box-main {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: min(360px, 38vw);
        aspect-ratio: 544 / 530;
    }

    .more__col--left .more__box-content,
    .more__col--right .more__box-content {
        max-width: 100%;
    }

    .more__box-title {
        font-size: 18px;
    }

    .more__box-text {
        font-size: 15px;
    }

    .hero {
        padding: clamp(32px, 4vw, 44px) 0 clamp(48px, 5vw, 63px);
    }

    .hero__content-title {
        font-size: clamp(30px, 3.2vw, 44px);
    }

    .hero__media {
        max-width: min(560px, 48%);
    }
}

@media (min-width: 769px) and (max-width: 1279px) {
    .limit__content {
        max-width: min(572px, 52%);
    }

    .limit__boxes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
    }

    .limit__box-text {
        white-space: normal;
        font-size: 15px;
    }
}

@media (min-width: 1701px) {
    .limit__boxes {
        grid-template-columns: repeat(2, max-content);
        max-width: 611px;
        align-self: flex-start;
        column-gap: 40px;
        row-gap: 16px;
    }

    .limit__box-text {
        white-space: nowrap;
        font-size: 18px;
    }
}

@media (max-width: 1200px) {

    .more {
        padding: 80px 40px;
    }

    .places {
        padding: 80px 40px;
    }

    .comp {
        padding: 80px 40px;
    }

    .guarantee {
        padding: 80px 40px;
    }

    .reviews {
        padding: 80px 40px;
    }

    .story {
        padding: 100px 48px;
    }

    .faq {
        padding: 80px 40px;
    }

    .limit {
        padding: 80px 40px;
    }

    .footer {
        padding: 50px 40px;
    }

    .limit__media-card {
        width: 100%;
        max-width: 520px;
    }

    .limit__timer.timer {
        max-width: 572px;
    }
}

@media (max-width: 900px) {
    .limit__timer.timer {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 321px;
        margin-left: auto;
        margin-right: auto;
        min-height: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        row-gap: 12px;
        overflow: visible;
    }

    .limit__timer .timer__text {
        flex: none;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        font-family: "Work Sans", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.35;
        text-align: center;
        color: #fff;
    }

    .limit__timer .counter {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: none;
        width: 100%;
        margin: 0;
        padding: 14px 16px 12px;
        border: 2px solid #fff;
        border-radius: 16px;
        background: transparent;
    }
}

@media (max-width: 980px) {
    .hero__inner {
        flex-direction: column;
    }

    .hero__content {
        max-width: 100%;
    }

    .hero__media {
        max-width: min(600px, 100%);
    }
}

@media (max-width: 1000px) {
    .reviews__boxes {
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: none;
    }

    .reviews__boxes-wrapper {
        justify-content: flex-start;
        gap: 0;
    }

    .reviews__box {
        flex: none;
        width: min(442.78px, calc(100vw - 80px));
        max-width: 442.78px;
    }

    .reviews__box.swiper-slide {
        flex-shrink: 0;
    }

    .reviews__boxes-pagination.swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

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

    .show-mob {
        display: block !important;
    }

    .show-mob.flex {
        display: flex !important;
    }

    .partners__marquee.show-mob {
        display: block !important;
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: auto;
        right: auto;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        margin-top: -8px !important;
        margin-bottom: 12px !important;
        padding: 14px 0;
        background: #f8f9fb;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        overflow: hidden;
    }

    .partners__marquee .splide__track {
        overflow: visible;
    }

    .partners__marquee .splide__list {
        align-items: center;
    }

    .partners__marquee .splide__slide {
        width: auto;
        flex-shrink: 0;
    }

    .partners__marquee .partners__boxes-box {
        padding: 0 15px;
    }

    .partners__marquee .partners__logo {
        opacity: 0.5;
        max-height: 52px;
        width: auto;
    }

    .hide-mob {
        display: none !important;
    }

    .partners.hide-mob {
        display: none !important;
    }

    .partners {
        min-height: auto;
    }

    .partners__inner {
        flex-direction: column;
        gap: 16px;
        min-height: auto;
        padding: 20px 12px;
    }

    .partners__text {
        font-size: 28px;
        line-height: 33px;
    }

    .partners__boxes {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 24px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }

    .partners__boxes::-webkit-scrollbar {
        display: none;
    }

    .partners__logo {
        max-height: 52px;
        opacity: 0.5;
    }

    .partners__logo--abc {
        width: 52px;
    }

    .partners__logo--cbs {
        width: 96px;
    }

    .partners__logo--usa-today {
        width: 58px;
    }

    .partners__logo--today {
        width: 64px;
    }

    .partners__logo--digital-journal {
        width: 90px;
    }

    .partners__logo--fox {
        width: 60px;
    }

    .hero__inner {
        gap: 16px;
    }

    .features {
        padding: 36px 0;
    }

    .features__subtitle {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 32px;
        max-width: 384px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 16px;
        text-align: center;
    }

    .heat-sleep {
        padding: 36px 0;
    }

    .heat-sleep__title {
        max-width: 380px;
        margin: 0 auto 24px;
        padding: 0 16px;
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        color: #0c2539;
    }

    .heat-sleep__title {
        white-space: normal;
        font-size: 32px;
        line-height: 120%;
    }

    .heat-sleep__title-line {
        display: block;
    }

    .heat-sleep__row {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .heat-sleep__media {
        order: 1;
        flex: none;
        width: 100%;
        max-width: 398px;
        margin: 0 auto;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .heat-sleep__content {
        order: 2;
        flex: none;
        max-width: 100%;
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .heat-sleep__content p {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 18px;
    }

    .heat-sleep__content p:last-child {
        margin-bottom: 0;
    }

    .heat-sleep__video {
        display: block;
        width: 100%;
        max-width: 398px;
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
        border-radius: 16px;
        object-fit: cover;
        object-position: center;
    }

    .hero {
        padding: 20px 0 40px;
        padding-top: 51px;
        background-color: #f9f9f9;
    }

    .hero__inner {
        flex-direction: column;
        gap: 16px;
    }

    .hero__media {
        order: 3;
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: auto;
        right: auto;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .hero__content-top.show-mob {
        order: 1;
        margin-top: 24px;
    }

    .hero__content-title.show-mob {
        order: 2;
    }

    .partners__marquee.show-mob {
        order: 4;
    }

    .hero__content {
        order: 5;
    }

    .header {
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        background-color: #fff;
    }

    .header__promo {
        display: none !important;
    }

    .header__bar {
        min-height: 51px;
    }

    .header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        min-height: 51px;
    }

    .header__logo {
        margin-left: 0;
    }

    .header__menu {
        display: none;
    }

    .header__logo-image {
        max-width: 65px;
        width: 65px;
        height: 52px;
    }

    .headerMenuBtn {
        display: flex;
        position: relative;
        z-index: 6;
    }

    .header__navigation {
        display: none;
        position: fixed;
        flex-direction: column;
        top: 51px;
        right: 0;
        left: auto;
        width: 75%;
        max-width: 320px;
        height: calc(100dvh - 51px);
        justify-content: flex-start;
        align-items: stretch;
        gap: 0;
        z-index: 5;
        background-color: #fff;
        padding: 24px 20px 32px;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
    }

    .header__navigation.active {
        display: flex;
        transform: translateX(0);
    }

    .header__navigation.active .header__menu-list {
        grid-column: auto;
        justify-self: stretch;
    }

    .header__navigation.active .header__menu-button {
        grid-column: auto;
        justify-self: stretch;
    }

    .header__menu-item {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }

    .header__menu-link {
        display: block;
        padding: 18px 4px;
        font-size: 18px;
    }

    .header__menu {
        max-width: none;
        flex-direction: column;
    }

    .header__menu-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: none;
    }

    .header__menu-button {
        min-height: 37px;
        width: 100%;
        max-width: 240px;
        justify-content: center;
        padding: 10px 16px;
    }

#overview,
    #features,
    #reviews,
    #faqs {
        scroll-margin-top: 62px;
    }

    .hero__content-top.show-mob {
        justify-content: center;
        text-align: center;
    }

    .hero__content-title {
        font-size: 33px;
        line-height: 120%;
        text-align: center;
        margin: 0;
        padding: 0 12px;
    }

    .hero__content-top {
        font-weight: 600;
        font-size: 15px;
        line-height: 137%;
        color: #000;
        gap: 8px;
        padding: 0 12px;
    }

    .hero__rating-stars {
        width: 90px;
        height: auto;
    }

    .hero__rating-stars--48 {
        clip-path: inset(0 4% 0 0);
    }

    .hero__content {
        gap: 10px;
        padding: 0 12px;
    }

    .hero__content-box {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        min-width: 0;
        font-weight: 600;
        font-size: clamp(14px, 3.7vw, 16px);
        line-height: 140%;
        width: 100%;
        white-space: normal;
    }

    .hero__content-box-icon--mob {
        display: block;
        flex-shrink: 0;
    }

    .hero__content-box-icon--desk {
        display: none;
    }

    .hero__content-box-icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
        max-width: 24px;
        object-fit: contain;
    }

    .hero__review {
        margin: 0 12px;
        max-width: none;
        width: auto;
    }

    .hero > .container {
        padding: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .hero__media picture {
        display: block;
        width: 100%;
        line-height: 0;
    }

    .hero__video {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 430 / 300;
        object-fit: cover;
        object-position: center;
        border-radius: 0;
        margin: 0;
    }

    .hero__content-boxes {
        gap: 12px;
        padding: 0 16px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 24px;
        box-sizing: border-box;
    }

    .cta__footer > * {
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        color: #1e2a23;
    }

    .cta .cta__footer:not(.limit__cta-footer) {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 3px;
        width: 100%;
        max-width: 100%;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .cta .cta__footer:not(.limit__cta-footer) > * {
        display: block;
        flex-shrink: 0;
        font-size: clamp(9px, 2.65vw, 12px);
        line-height: 150%;
    }

    .cta .cta__footer:not(.limit__cta-footer) .cta-stock {
        flex-shrink: 0;
        width: clamp(64px, 20vw, 86px);
        height: auto;
    }

    .guarantee__content .cta__footer:not(.limit__cta-footer) > * {
        color: rgba(255, 255, 255, 0.9);
    }

    .hero__content-icons.show-mob {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
        max-width: 398px;
        min-height: 81px;
        margin: 16px auto 0;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .hero__content-icon {
        flex: 1 1 0;
        min-width: 0;
        max-width: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero__content-icon-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .hero__content-icon-box img {
        display: block;
        width: auto;
        height: auto;
        max-width: 39px;
        max-height: 42px;
        object-fit: contain;
    }

    .hero__content-icon > p {
        margin: 0;
        margin-top: 8px;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        color: #1e2a23;
    }

    .about {
        background-image: url(../../assets/index/about-bg-mob.png);
        width: 100%;
        /* height: 1053px; */
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
        /* background-position: center right; */
    }

    .about__inner {
        padding-top: 36px;
    }

    .about__title {
        font-size: 32px;
        line-height: 110%;
        text-align: center;
    }

    .about__title > br {
        display: none;
    }

    .about__text {
        font-size: 16px;
        line-height: 170%;
        max-width: 100%;
    }

    .features__box,
    .features__box.--reversed {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .features__box picture {
        order: 1;
        flex: none;
        width: 100%;
        max-width: 398px;
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
    }

    .features__box-asset {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        object-fit: cover;
        object-position: center;
    }

    .features__box-left {
        order: 2;
        flex: none;
        flex-basis: auto;
        min-height: 0;
        width: 100%;
        max-width: 398px;
        display: block;
        margin: 0 auto;
    }

    .features__box-content {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .features__box-title,
    .features__box-text {
        text-align: left;
        max-width: 100%;
    }

    .features__title {
        font-size: 32px;
        line-height: 110%;
        margin-bottom: 16px;
        max-width: 384px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 16px;
        text-align: center;
    }

    .features__title-mob {
        display: block;
    }

    .features__box-title {
        font-size: 24px;
        line-height: 120%;
        color: #0a0a0a;
        margin: 0 0 8px;
    }

    .features__box-text {
        font-size: 16px;
        line-height: 150%;
        color: #0a0a0a;
        margin: 0;
    }

    .features__boxes {
        gap: 24px;
    }

    .features .cta.mt-68 {
        margin-top: 36px;
    }
    .container {
        padding: 0 16px;
    }
    .more__col--left {
        order: 1;
    }

    .more__col--center {
        order: 0;
    }

    .more__col--right {
        order: 2;
    }

    .more__inner {
        gap: 25px;
    }

    .more__title {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        font-size: clamp(22px, 6.5vw, 32px);
        line-height: 110%;
        text-align: center;
        white-space: normal;
        color: #0a0a0a;
        box-sizing: border-box;
    }

    .more__title-mob {
        display: block;
    }

    .more__title-line {
        display: block;
        white-space: normal;
    }

    .more {
        padding: 36px 16px;
        background-color: #e8f0ff;
        background-image: none;
    }

    .more > .container {
        padding: 0;
    }

    .more__box-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        margin: 0 0 6px;
        color: #333333;
    }

    .more__box-text {
        font-size: 16px;
        line-height: 170%;
        color: #000;
        margin: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        max-width: none;
    }

    .more__col--right .more__box:last-child .more__box-text {
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
    }

    .more__box {
        gap: 12px;
        align-items: flex-start;
    }

    .more__box-icon {
        width: 48px;
        height: 48px;
        max-width: 48px;
    }

    .more__col {
        gap: 25px;
    }

    .more__boxes {
        margin-bottom: 25px;
    }

    .more__boxes {
        flex-direction: column;
        gap: 25px;
    }

    .more__cta--mob {
        order: 3;
        width: 100%;
        max-width: 390px;
        margin: 0 auto;
    }

    .more__cta--mob .cta__footer {
        justify-content: center;
        flex-wrap: wrap;
    }

    .more__col--left,
    .more__col--right,
    .more__col--center {
        flex: none;
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }

    .more__col--center {
        gap: 20px;
    }

    .more__box-main {
        width: 100%;
        max-width: 384px;
        height: auto;
        max-height: none;
        aspect-ratio: 384 / 321;
        margin: 0 auto;
    }

    .set {
        padding: 36px 16px;
        background-color: #f5f5f5;
    }

    .set > .container {
        padding: 0;
    }

    .set__inner {
        gap: 16px;
    }

    .set__title {
        width: 100%;
        max-width: 384px;
        min-height: 70px;
        margin: 0 auto 48px;
        padding: 0;
        font-family: "Inter", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: 0;
        text-align: center;
        color: #0a0a0a;
        box-sizing: border-box;
    }

    .set__boxes.swiper {
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .set__boxes-wrapper.swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0 !important;
        max-width: none;
        width: 100%;
    }

    .set__box.swiper-slide {
        flex: none !important;
        flex-shrink: 0 !important;
        width: 100% !important;
        max-width: none;
        min-width: 0;
        height: auto !important;
        gap: 16px;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .set__box-image {
        display: block;
        width: 365px;
        max-width: 100%;
        height: 310px;
        margin: 0 auto;
        border-radius: 20px;
        object-fit: cover;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .set__box-content {
        gap: 12px;
        width: 100%;
        max-width: 398px;
        margin: 0 auto;
    }

    .set__box-heading {
        justify-content: center;
        gap: 12px;
        width: 100%;
    }

    .set__box-number {
        flex: 0 0 47px;
        width: 47px;
        height: 47px;
        font-size: 24px;
    }

    .set__box-title {
        font-size: 32px;
        line-height: 50px;
        white-space: normal;
        text-align: left;
        color: #333333;
    }

    .set__box-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 170%;
        max-width: 372px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        white-space: normal;
        text-align: center;
        color: #000;
    }

    .set__boxes-pagination.swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 24px;
        margin-bottom: 0;
        position: static;
    }

    .set__boxes-pagination .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        margin: 0;
        background: #d9d9d9;
        opacity: 1;
    }

    .set__boxes-pagination .swiper-pagination-bullet-active {
        background: #1145a7;
    }

    .set__cta--mob {
        width: 100%;
        max-width: 390px;
        margin: 32px auto 0;
    }

    .set__cta--mob .cta__footer {
        justify-content: center;
        flex-wrap: wrap;
    }

    .places {
        padding: 48px 16px;
        overflow: hidden;
    }

    .places__card-image {
        object-fit: cover;
        object-position: center;
        background-color: transparent;
    }

    .places__inner {
        gap: 48px;
    }

    .places__title {
        width: 100%;
        max-width: 380px;
        min-height: 0;
        margin: 0 auto;
        padding: 0;
        font-family: "Inter", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 125%;
        letter-spacing: 0;
        text-align: center;
        white-space: normal;
        color: #0a0a0a;
        box-sizing: border-box;
    }

    .places__title-mob {
        display: block;
    }

    .places__title-line {
        display: block;
    }

    .places__cards {
        display: block;
        overflow: hidden;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .places__cards-wrapper {
        justify-content: flex-start;
        gap: 0;
    }

    .places__card {
        flex: none;
        width: calc((100vw - 52px) / 1.1);
        max-width: 264px;
    }

    .places__card.swiper-slide {
        flex: none;
        flex-shrink: 0;
        width: calc((100vw - 52px) / 1.1);
        max-width: 264px;
    }

    .places__cards-pagination.swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .comp {
        padding: 48px 16px;
    }

    .comp .container {
        padding-left: 0;
        padding-right: 0;
    }

    .comp__inner {
        gap: 32px;
    }

    .comp__title {
        width: 100%;
        max-width: 384px;
        margin: 0 auto;
        padding: 0;
        font-family: "Inter", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: 0;
        text-align: center;
        white-space: normal;
        color: #0a0a0a;
        box-sizing: border-box;
    }

    .comp__subtitle {
        width: 100%;
        max-width: 384px;
        margin: 0 auto;
        padding: 0;
        font-family: "Inter", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 125%;
        letter-spacing: 0;
        text-align: center;
        color: #000;
        box-sizing: border-box;
    }

    .comp__grid-item.--third {
        display: none;
    }

    .comp__grid {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        padding-top: 20px;
        grid-template: repeat(7, auto) / minmax(0, 40.45%) minmax(0, 30%) minmax(0, 29.55%);
        box-sizing: border-box;
    }

    .comp__grid::before {
        top: 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.23) 22%, #3975ce 100%);
        border-radius: 11.61px;
    }

    .comp__grid-item {
        min-width: 0;
        overflow: hidden;
    }

    .comp__grid-item.--th.--main,
    .comp__grid-item.--th:nth-of-type(3),
    .comp__grid-item.--th.--third {
        width: 100%;
        min-width: 0;
        min-height: 218px;
        padding: 20px 8px 18px;
        box-sizing: border-box;
    }

    .comp__grid-item.--th.--main > .comp__grid-image {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 108.86px;
        aspect-ratio: auto;
        object-fit: contain;
    }

    .comp__grid-item.--th:nth-of-type(3) > .comp__grid-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 110px;
        object-fit: contain;
    }

    .comp__grid-item.--th.--main .comp__grid-name {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin-top: 12px;
        font-size: clamp(11px, 3vw, 14px);
        font-weight: 600;
        line-height: 1.25;
        min-height: 0;
        overflow: hidden;
        text-align: center;
        color: #0a0a0a;
    }

    .comp__grid-name-mob {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .comp__grid-name-line {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.25;
        text-align: center;
    }

    .comp__grid-name-line:first-child {
        white-space: nowrap;
    }

    .comp__grid-item.--th:nth-of-type(3) .comp__grid-name {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin-top: 8px;
        font-size: clamp(11px, 3vw, 15px);
        font-weight: 600;
        line-height: 1.2;
        min-height: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        color: #0a0a0a;
    }

    .comp__grid-stars {
        width: 70px;
        height: auto;
        margin-top: 6px;
    }

    .comp__grid-text {
        margin: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: "Inter", sans-serif;
        font-size: clamp(10px, 2.85vw, 14px);
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0;
        text-align: left;
        white-space: nowrap;
        color: #0a0a0a;
    }

    .comp__grid-text:not(.comp__grid-text--first) {
        white-space: nowrap;
    }

    .comp__grid-row {
        min-height: 48px;
        padding: 10px 0;
    }

    .comp__grid-row.--bb {
        border-bottom-width: 2px;
    }

    .comp__grid-item.comp__grid-row:has(.comp__grid-text) {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0;
        padding-right: 4px;
    }

    .comp__grid-row.--main {
        padding-left: 0;
        padding-right: 0;
    }

    .comp__cta.cta {
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .comp__cta .cta__button {
        width: 100%;
        max-width: none;
        height: 65px;
        min-height: 65px;
        padding: 13.9px 14.77px;
        border: none;
        border-radius: 3.47px;
        box-shadow: none;
        background: #6ee26e;
    }

    .guarantee {
        min-height: 0;
        padding: 48px 16px;
    }

    .guarantee__inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .guarantee__seal {
        width: min(327.36px, 100%);
        height: auto;
        max-height: 319.53px;
        aspect-ratio: 327.36 / 319.53;
    }

    .guarantee__content {
        flex: none;
        max-width: 100%;
    }

    .guarantee__content .cta,
    .guarantee__content .cta__footer {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .guarantee__text {
        box-sizing: border-box;
        width: 100%;
        max-width: 398px;
        margin: 0 auto 24px;
        font-family: "Work Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.5px;
        text-align: center;
        color: #fff;
    }

    .guarantee__text b {
        font-weight: 700;
    }

    .guarantee__cta.cta {
        width: 100%;
        max-width: 398px;
        margin-left: auto;
        margin-right: auto;
    }

    .guarantee__cta .cta__button {
        width: 100%;
        max-width: none;
        height: 65px;
        min-height: 65px;
        padding: 13.9px 14.77px;
        border: none;
        border-radius: 3.47px;
        box-shadow: none;
        background: #6ee26e;
    }

    .reviews {
        padding: 48px 16px;
    }

    .reviews__inner {
        gap: 32px;
    }

    .reviews__head {
        gap: 12px;
        padding: 0 4px;
    }

    .reviews__title {
        font-size: 32px;
        line-height: 110%;
    }

    .reviews__subtitle {
        font-size: 18px;
        line-height: 140%;
    }

    .reviews__boxes {
        display: block;
        overflow: hidden;
        width: calc(100% + 16px);
        max-width: none;
        margin-left: -16px;
    }

    .reviews__boxes-wrapper {
        justify-content: flex-start;
        gap: 0;
    }

    .reviews__box {
        flex: none;
        width: min(327px, calc(100vw - 48px));
        max-width: 327px;
        min-height: 0;
    }

    .reviews__box.swiper-slide {
        flex-shrink: 0;
        padding: 0 16px;
        box-sizing: border-box;
        text-align: left;
    }

    .reviews__boxes-pagination.swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reviews__box-header {
        min-height: 0;
        position: relative;
    }

    .reviews__box-image {
        display: block;
        width: 100%;
        height: 250px;
        max-height: 250px;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center top;
        border-radius: 16px 16px 0 0;
    }

    .reviews__box-data {
        top: auto;
        bottom: 16px;
        left: 16px;
        right: auto;
        width: min(255px, calc(100% - 32px));
        height: 47px;
        min-height: 47px;
        max-width: 255px;
        padding: 0 11px;
        border-radius: 12px;
    }

    .reviews__box-name {
        font-size: 16px;
    }

    .reviews__box-verification {
        font-size: 12px;
    }

    .reviews__box-verification img {
        width: 16px;
        height: 16px;
    }

    .reviews__box-body {
        align-items: flex-start;
        padding: 20px 16px 24px;
        text-align: left;
    }

    .reviews__box-frame {
        align-items: flex-start;
        align-self: stretch;
        width: 100%;
        max-width: none;
        gap: 10px;
    }

    .reviews__box-stars {
        display: block;
        width: 180px;
        max-width: 180px;
        height: auto;
        max-height: 18px;
        margin: 0;
        align-self: flex-start;
        object-fit: contain;
        object-position: left center;
    }

    .reviews__box-title {
        max-width: none;
        font-size: 18px;
        line-height: 120%;
    }

    .reviews__box-review {
        max-width: none;
        font-size: 16px;
        line-height: 150%;
    }

    .story {
        display: block;
        min-height: 0 !important;
        height: auto;
        padding: 48px 16px 16px;
    }

    .story__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .story__image {
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 20px;
    }

    .story__content {
        flex: none;
        width: 100%;
        max-width: none;
    }

    .story__stars {
        display: block;
        width: auto;
        max-width: 100%;
        height: 24px;
        max-height: 24px;
        object-fit: contain;
    }

    .story__title {
        width: 100%;
        max-width: 100%;
        font-size: clamp(20px, 6.2vw, 32px);
        line-height: 120%;
        white-space: nowrap;
    }

    .story__text {
        max-width: none;
        font-size: 16px;
        line-height: 150%;
    }

    .story__signature {
        width: 150px;
        height: auto;
    }

    .story__role {
        margin: 0;
        max-width: none;
        font-size: 16px;
        line-height: 22px;
    }

    .limit {
        padding: 36px 16px;
        background-color: #000;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 139.5%),
            linear-gradient(0deg, #000, #000);
    }

    .limit .container {
        max-width: 100%;
        padding: 0;
    }

    .limit__rating.show-mob {
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: clamp(12px, 3.6vw, 15px);
        line-height: 137%;
        letter-spacing: 0;
        text-align: left;
        color: #fff;
    }

    .limit__rating-stars {
        flex-shrink: 0;
        display: block;
        width: 78px;
        height: 15px;
        object-fit: contain;
    }

    .limit__rating-text {
        flex: 1 1 auto;
        min-width: 0;
        white-space: nowrap;
    }

    .limit__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .limit__content {
        flex: none;
        width: 100%;
        max-width: none;
        align-items: stretch;
        gap: 24px;
        padding-top: 0;
    }

    .limit__content-title {
        font-size: 32px;
        line-height: 110%;
        text-align: center;
        align-items: center;
    }

    .limit__content-title-line,
    .limit__content-title-line--sub {
        white-space: normal;
        text-align: center;
    }

    .limit__offer {
        align-items: center;
        text-align: center;
    }

    .limit__off,
    .limit__special {
        text-align: center;
    }

    .limit__timer.timer {
        max-width: 321px;
    }

    .limit__timer .counter__column-time,
    .limit__timer .counter__column-dots {
        font-size: clamp(26px, 8vw, 36px);
    }

    .limit__timer .counter__column-const {
        font-size: clamp(10px, 2.8vw, 14px);
    }

    .limit__media.hide-mob {
        display: none !important;
    }

    .limit__media.show-mob {
        display: block !important;
        width: 100%;
        max-width: none;
        margin: 0;
        align-self: stretch;
    }

    .limit__media-card {
        margin: 0;
        width: 100%;
        max-width: none;
        height: auto;
        aspect-ratio: 380 / 274;
        border-radius: 10px;
        background-color: #fff;
        overflow: hidden;
    }

    .limit__media.show-mob picture {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 0;
    }

    .limit__media.show-mob .limit__image {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        aspect-ratio: 380 / 274;
        border-radius: 10px;
        object-fit: contain;
        object-position: center;
    }

    .limit__boxes {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: none;
        margin: 0;
        align-self: stretch;
    }

    .limit__box {
        width: 100%;
        min-width: 0;
    }

    .limit__box-icon {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .limit__box-text {
        flex: 1 1 auto;
        min-width: 0;
        font-size: clamp(14px, 3.8vw, 16px);
        white-space: nowrap;
    }

    .limit__cta {
        width: 100%;
        max-width: none;
        align-self: stretch;
    }

    .limit__cta .cta__button {
        width: 100%;
        max-width: none;
        min-height: 63.71px;
        padding: 18px 16px;
        font-size: clamp(14px, 3.8vw, 18px);
        line-height: 110%;
    }

    .limit__cta-footer,
    .limit__cta-footer > * {
        color: #fff;
    }

    .limit__cta-footer {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 100%;
        margin-top: 12px;
        white-space: nowrap;
        text-align: center;
    }

    .limit__cta-footer > * {
        flex-shrink: 0;
        font-size: clamp(10px, 2.85vw, 13px);
        line-height: 150%;
    }

    .limit__cta-footer .cta-stock {
        flex-shrink: 0;
        width: clamp(72px, 24vw, 92px);
        height: auto;
    }

    .limit__cta-footer .cta__stock-low {
        color: #fc2201;
    }

    .counter__column-dots {
        margin: 0 12px;
    }

    .faq {
        padding: 16px 16px 48px;
    }

    .faq__inner {
        gap: 32px;
    }

    .faq__title {
        width: 100%;
        max-width: 100%;
        padding: 0;
        font-size: clamp(17px, 5.2vw, 32px);
        line-height: 110%;
        white-space: nowrap;
        text-align: center;
        box-sizing: border-box;
    }

    .faq__box {
        min-height: 0;
        padding: 14px 0;
    }

    .faq__box-question {
        font-size: 16px;
        line-height: 150%;
    }

    .faq__box-answer {
        font-size: 16px;
    }

    .cta__button {
        max-width: 100%;
        height: auto;
        min-height: 51.91px;
        padding: 12px 16px;
        font-size: clamp(13px, 3.8vw, 16px);
    }

    .hero__content .cta__button {
        min-height: 63.71px;
        padding: 18.35px 19.5px;
        font-size: clamp(14px, 4vw, 18px);
    }

    .footer {
        padding: 40px 16px;
    }

    .footer__inner {
        max-width: none;
    }

    .footer__logo {
        width: 132px;
        height: auto;
        max-height: 96px;
    }

    .footer__text,
    .footer__text.ftrText1 {
        max-width: none;
        min-height: 0;
        font-size: 12px;
        line-height: 150%;
    }

    .footer__links > * {
        font-size: 14px;
    }

    .footer__copy {
        font-size: 14px;
    }

    .footer__text > br {
        display: none;
    }
}

@media (max-width: 428px) {
    .hero__content-top {
        font-size: 3vw;
    }
}

@media (max-width: 400px) {
    .set__box-text {
        width: calc(100% - 40px);
    }
}
