@font-face {
    font-family: "Figtree";
    src: url("./Figtree-Medium.woff2") format("woff2"),
         url("./Figtree-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Figtree";
    src: url("./Figtree-SemiBold.woff2") format("woff2"),
         url("./Figtree-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Figtree";
    src: url("./Figtree-Bold.woff2") format("woff2"),
         url("./Figtree-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Figtree";
    src: url("./Figtree-ExtraBold.woff2") format("woff2"),
         url("./Figtree-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vidaloka";
    src: url("./Vidaloka-Regular.woff2") format("woff2"),
         url("./Vidaloka-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("./PlayfairDisplay-MediumItalic.woff2") format("woff2"),
         url("./PlayfairDisplay-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Figtree", Arial, sans-serif;
    color: #14262d;
    background: #f7efe6;
}

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

.hero-slider {
    position: relative;
    overflow: hidden;
    min-height: 701px;
    background: #f7efe6;
    touch-action: pan-y;
}

.hero-slider__viewport,
.hero-slider__track {
    min-height: inherit;
}

.hero-slider__track {
    position: relative;
}

.hero-slider::before {
    content: "";
    position: absolute;
    display: none;
    top: 32px;
    right: 50px;
    z-index: 3;
    width: min(730px, 54vw);
    height: 60px;
    border-radius: 999px;
    background: rgba(248, 241, 233, 0.92);
    filter: blur(8px);
}

.hero-benefits {
    position: absolute;
    top: 48px;
    right: clamp(68px, 5.6vw, 80px);
    z-index: 4;
    display: flex;
    align-items: center;
    gap: clamp(34px, 2.9vw, 42px);
    margin: 0;
    padding: 0;
    color: #59694f;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    list-style: none;
}

.hero-benefits li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
}

.hero-benefits li::before {
    content: "";
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    background: url(//thermalaidproducts.com/cdn/shop/t/9/assets/l2-li.png?v=23055706414893276611783798330) center / contain no-repeat;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    min-height: 701px;
    padding: 44px 0 80px;
    background: url(//thermalaidproducts.com/cdn/shop/t/9/assets/l2-slide-1.jpg?v=116814538877758593521783798331) center top / cover no-repeat;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.hero-slide--active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hero-slide__content {
    position: relative;
    z-index: 1;
    isolation: isolate;
    width: min(548px, calc(100% - 240px));
    margin-left: clamp(72px, 8.35vw, 120px);
}

.hero-slide__content::before {
    content: "";
    position: absolute;
    inset: -20px -24px;
    z-index: -1;
    display: none;
    border-radius: 18px;
    background: rgba(248, 241, 233, 0.9);
    filter: blur(8px);
}

.hero-slide__title {
    margin: 0 0 22px;
    color: #33231f;
    font-family: "Vidaloka", Georgia, serif;
    font-size: clamp(54px, 4.45vw, 64px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
}

.hero-slide__text {
    max-width: 520px;
    margin: 0 0 40px;
    color: #14262d;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.38;
}

.hero-slide__price {
    display: flex;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 31px;
}

.hero-slide__price-label {
    color: #14262d;
    font-size: 22px;
    font-weight: 500;
}

.hero-slide__price-value {
    color: #d33a33;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 58px;
    font-weight: 400;
    font-style: normal;
    line-height: 0.9;
}

.hero-slide__price-value span {
    font-size: 0.58em;
}

.hero-slide__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 348px;
    min-height: 68px;
    padding: 18px 32px;
    background: #59694f;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.hero-slide__button:hover,
.hero-slide__button:focus-visible {
    background: #4b5d42;
    transform: translateY(-1px);
}

.hero-slider__arrow {
    position: absolute;
    top: 52.5%;
    z-index: 3;
    width: 59px;
    height: 59px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.hero-slider__arrow:hover,
.hero-slider__arrow:focus-visible {
    transform: translateY(-50%) scale(1.05);
}

.hero-slider__arrow:focus-visible,
.hero-slide__button:focus-visible {
    outline: 3px solid rgba(89, 105, 79, 0.45);
    outline-offset: 4px;
}

.hero-slider__arrow--prev {
    left: 19px;
}

.hero-slider__arrow--next {
    right: 19px;
}

    .hero-slider__arrow img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1420px) and (min-width: 641px) {
    .hero-slide {
        padding-top: 118px;
    }

    .hero-slide__content {
        margin-left: clamp(48px, 7vw, 92px);
    }
}

@media (max-width: 1300px) and (min-width: 641px) {
    .hero-slide__content {
        padding: 26px 30px 30px;
    }

    .hero-slide__content::before {
        display: block;
    }
}

@media (max-width: 1060px) {
    .hero-slider {
        min-height: 820px;
    }

    .hero-slider::before {
        top: 18px;
        right: 20px;
        width: min(650px, calc(100% - 40px));
        height: 54px;
    }

    .hero-benefits {
        top: 30px;
        right: 32px;
        gap: 18px;
        font-size: 20px;
    }

    .hero-benefits li {
        gap: 7px;
    }

    .hero-benefits li::before {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .hero-slide {
        min-height: 820px;
        padding-top: 112px;
        background-position: 58% top;
    }

    .hero-slide__content {
        width: min(520px, calc(100% - 96px));
        margin-left: 48px;
    }

    .hero-slide__title {
        font-size: 52px;
    }

    .hero-slide__text {
        max-width: 470px;
        font-size: 22px;
    }

    .hero-slider__arrow {
        top: auto;
        bottom: 28px;
        transform: none;
    }

    .hero-slider__arrow:hover,
    .hero-slider__arrow:focus-visible {
        transform: scale(1.05);
    }
}

@media (max-width: 640px) {
    .hero-slider {
        min-height: max(100svh, calc(100vw * 1820 / 768));
    }

    .hero-slider::before {
        display: block;
        top: clamp(500px, 60svh, 600px);
        right: 50%;
        width: min(100% - 24px, 720px);
        height: 100px;
        transform: translateX(50%);
    }

    .hero-benefits {
        top: clamp(514px, 61.5svh, 620px);
        right: 50%;
        flex-direction: column;
        align-items: flex-start;
        width: max-content;
        max-width: calc(100% - 48px);
        gap: 9px;
        font-size: 18px;
        transform: translateX(50%);
    }

    .hero-benefits li {
        gap: 7px;
    }

    .hero-benefits li::before {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .hero-slide {
        min-height: max(100svh, calc(100vw * 1820 / 768));
        padding: 34px 0 38px;
        background-image: url(//thermalaidproducts.com/cdn/shop/t/9/assets/l2-slide-1-mobile.jpg?v=5311355632068245601783798331);
        background-position: center top;
        background-size: cover;
    }

    .hero-slide__content {
        width: min(100% - 40px, 420px);
        margin: 0 auto;
    }

    .hero-slide__title {
        margin-bottom: 18px;
        font-size: clamp(42px, 12vw, 58px);
        line-height: 1.02;
    }

    .hero-slide__text {
        max-width: 360px;
        margin-bottom: 24px;
        font-size: 19px;
        line-height: 1.35;
    }

    .hero-slide__price {
        gap: 14px;
        margin-bottom: 22px;
    }

    .hero-slide__price-label {
        font-size: 18px;
    }

    .hero-slide__price-value {
        font-size: 46px;
    }

    .hero-slide__button {
        width: 100%;
        min-width: 0;
        min-height: 60px;
        padding: 16px 22px;
        font-size: 17px;
    }

    .hero-slider__arrow {
        width: 48px;
        height: 48px;
        bottom: 22px;
    }

    .hero-slider__arrow--prev {
        left: 20px;
    }

    .hero-slider__arrow--next {
        right: 20px;
    }
}

@media (min-width: 440px) and (max-width: 640px) {
    .hero-slider::before {
        top: 576px;
    }

    .hero-benefits {
        top: 590px;
    }
}

@media (min-width: 400px) and (max-width: 439px) {
    .hero-slider::before {
        top: 531px;
    }

    .hero-benefits {
        top: 545px;
    }
}

@media (max-width: 360px) {
    .hero-slider::before {
        top: 548px;
    }

    .hero-benefits {
        top: 562px;
    }
}

.comfort {
    background: #ffffff;
    color: #1f3335;
}

.comfort__inner {
    width: min(1040px, calc(100% - 48px));
    margin: 0 auto;
    padding: 90px 0 85px;
    text-align: center;
}

.comfort__title {
    margin: 0 0 38px;
    color: #1f3335;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
}

.comfort__text {
    max-width: 940px;
    margin: 0 auto 82px;
    color: #1f3335;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
}

.comfort__tagline {
    display: inline-block;
    margin: 0 auto 80px;
    padding: 0 20px 10px;
    background: linear-gradient(to bottom, transparent 30%, #f6eee6 30%);
    color: #b7674d;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 36px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
}

.comfort__benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
    margin: 0 0 66px;
    padding: 0;
    list-style: none;
}

.comfort__benefits li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    color: #1f3335;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}

.comfort__benefits li::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(//thermalaidproducts.com/cdn/shop/t/9/assets/l2-li.png?v=23055706414893276611783798330) center / contain no-repeat;
}

.comfort__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 348px;
    min-height: 68px;
    padding: 18px 32px;
    background: #59694f;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.comfort__button:hover,
.comfort__button:focus-visible {
    background: #4b5d42;
    transform: translateY(-1px);
}

.comfort__button:focus-visible {
    outline: 3px solid rgba(89, 105, 79, 0.45);
    outline-offset: 4px;
}

@media (max-width: 900px) {
    .comfort__inner {
        padding: 70px 0 72px;
    }

    .comfort__title {
        margin-bottom: 28px;
        font-size: 42px;
    }

    .comfort__text {
        margin-bottom: 56px;
        font-size: 21px;
    }

    .comfort__tagline {
        margin-bottom: 54px;
        font-size: 31px;
    }

    .comfort__benefits {
        gap: 24px;
        margin-bottom: 52px;
    }

    .comfort__benefits li {
        gap: 22px;
        font-size: 21px;
    }
}

@media (max-width: 640px) {
    .comfort__inner {
        width: min(100% - 32px, 520px);
        padding: 58px 0 64px;
    }

    .comfort__title {
        font-size: 38px;
    }

    .comfort__text {
        margin-bottom: 42px;
        font-size: 19px;
        line-height: 1.38;
    }

    .comfort__tagline {
        margin-bottom: 44px;
        padding-inline: 14px;
        font-size: clamp(20px, 6vw, 28px);
        line-height: 1.12;
        white-space: nowrap;
    }

    .comfort__benefits {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 44px;
    }

    .comfort__benefits li {
        gap: 13px;
        font-size: 21px;
    }

    .comfort__button {
        width: 100%;
        min-width: 0;
        min-height: 60px;
        font-size: 17px;
    }
}

.choose-reasons {
    overflow: hidden;
    background: #f8e8bf;
    color: #1f3335;
}

.choose-reasons__inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 85px 0 99px;
    text-align: center;
}

.choose-reasons__title {
    max-width: 760px;
    margin: 0 auto 70px;
    color: #1f3335;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: 0;
}

.choose-reasons__viewport {
    overflow: hidden;
    width: 100%;
    margin: 0 0 68px;
}

.choose-reasons__track {
    --reasons-gap: 56px;
    --reasons-visible: 3;
    display: flex;
    gap: var(--reasons-gap);
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.45s ease;
    will-change: transform;
}

.choose-reasons__card {
    flex: 0 0 calc((100% - (var(--reasons-gap) * (var(--reasons-visible) - 1))) / var(--reasons-visible));
    min-width: 0;
}

.choose-reasons__icon {
    width: 69px;
    height: 67px;
    margin: 0 auto 24px;
    object-fit: contain;
}

.choose-reasons__card-title {
    max-width: 330px;
    min-height: 68px;
    margin: 0 auto 17px;
    color: #b7674d;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.08;
}

.choose-reasons__card-text {
    max-width: 340px;
    margin: 0 auto;
    color: #15272d;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
}

.choose-reasons__dots {
    display: flex;
    justify-content: center;
    gap: 11px;
}

.choose-reasons__dot {
    width: 8.5px;
    height: 8.5px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.choose-reasons__dot--active {
    background: #b7674d;
}

.choose-reasons__dot:hover,
.choose-reasons__dot:focus-visible {
    transform: scale(1.08);
}

.choose-reasons__dot:focus-visible {
    outline: 3px solid rgba(183, 103, 77, 0.35);
    outline-offset: 4px;
}

@media (max-width: 1060px) {
    .choose-reasons__inner {
        padding: 72px 0 82px;
    }

    .choose-reasons__title {
        margin-bottom: 52px;
        font-size: 42px;
    }

    .choose-reasons__track {
        --reasons-gap: 30px;
    }

    .choose-reasons__card-title {
        font-size: 26px;
    }

    .choose-reasons__card-text {
        font-size: 21px;
    }
}

@media (max-width: 640px) {
    .choose-reasons__inner {
        width: min(100% - 32px, 520px);
        padding: 56px 0 64px;
    }

    .choose-reasons__title {
        margin-bottom: 38px;
        font-size: 38px;
    }

    .choose-reasons__viewport {
        margin-bottom: 34px;
    }

    .choose-reasons__track {
        --reasons-gap: 18px;
        --reasons-visible: 1;
    }

    .choose-reasons__card {
        padding: 0 14px;
    }

    .choose-reasons__icon {
        margin-bottom: 20px;
    }

    .choose-reasons__card-title {
        min-height: 0;
        font-size: 27px;
    }

    .choose-reasons__card-text {
        font-size: 19px;
    }
}

.zoo-friends {
    background: #ffffff;
    color: #1f3335;
}

.zoo-friends__inner {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: 89px 0 90px;
    text-align: center;
}

.zoo-friends__title {
    margin: 0 0 27px;
    color: #1f3335;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
}

.zoo-friends__subtitle {
    margin: 0 0 78px;
    color: #1f3335;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.zoo-friends__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 80px 26px;
}

.zoo-friends__dots {
    display: none;
}

.zoo-friend {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.zoo-friend__image {
    width: 280px;
    height: 280px;
    margin-bottom: 25px;
    object-fit: contain;
}

.zoo-friend__title {
    margin: 0 0 11px;
    color: #59694f;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.08;
}

.zoo-friend__text {
    max-width: 265px;
    min-height: 88px;
    margin: 0 0 26px;
    color: #4f4f4f;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.18;
}

.zoo-friend__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 228px;
    min-height: 56px;
    margin-top: auto;
    padding: 16px 20px;
    background: #b75b3d;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.zoo-friend__button:hover,
.zoo-friend__button:focus-visible {
    background: #9f4d33;
    transform: translateY(-1px);
}

.zoo-friend__button:focus-visible {
    outline: 3px solid rgba(183, 91, 61, 0.35);
    outline-offset: 4px;
}

@media (max-width: 1180px) {
    .zoo-friends__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 58px 36px;
    }
}

@media (max-width: 640px) {
    .zoo-friends__inner {
        width: min(100% - 32px, 520px);
        padding: 58px 0 66px;
    }

    .zoo-friends__title {
        margin-bottom: 18px;
        font-size: 38px;
    }

    .zoo-friends__subtitle {
        margin-bottom: 42px;
        font-size: 19px;
    }

    .zoo-friends__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 18px;
    }

    .zoo-friend {
        position: static;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .zoo-friend__image {
        width: min(150px, 100%);
        height: auto;
        margin-bottom: 16px;
    }

    .zoo-friend__title {
        font-size: 23px;
    }

    .zoo-friend__text {
        min-height: 0;
        margin-bottom: 18px;
        font-size: 16px;
    }

    .zoo-friend__button {
        width: 100%;
        min-height: 48px;
        padding: 13px 12px;
        font-size: 13px;
    }

    .zoo-friends__dots {
        display: none;
    }

    .zoo-friends__dot {
        width: 8.5px;
        height: 8.5px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #f8e8bf;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .zoo-friends__dot--active {
        background: #b7674d;
    }

    .zoo-friends__dot:hover,
    .zoo-friends__dot:focus-visible {
        transform: scale(1.08);
    }

    .zoo-friends__dot:focus-visible {
        outline: 3px solid rgba(183, 103, 77, 0.35);
        outline-offset: 4px;
    }
}

.two-ways {
    background: #f8e8bf;
    color: #1f3335;
}

.two-ways__inner {
    display: grid;
    grid-template-columns: minmax(360px, 515px) minmax(500px, 600px);
    align-items: center;
    gap: 96px;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: 50px 0 56px;
}

.two-ways__content {
    min-width: 0;
}

.two-ways__title {
    margin: 0 0 60px;
    color: #1f3335;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: 0;
}

.two-ways__list {
    display: grid;
    gap: 30px;
    margin: 0 0 70px;
    padding: 0;
    list-style: none;
}

.two-ways__list li {
    position: relative;
    padding-left: 62px;
}

.two-ways__list li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(//thermalaidproducts.com/cdn/shop/t/9/assets/l2-li.png?v=23055706414893276611783798330) center / contain no-repeat;
}

.two-ways__list h3 {
    margin: 0 0 7px;
    color: #59694f;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
}

.two-ways__list p {
    max-width: 400px;
    margin: 0;
    color: #15272d;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.32;
}

.two-ways__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 386px;
    min-height: 68px;
    padding: 18px 32px;
    background: #59694f;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.two-ways__cta:hover,
.two-ways__cta:focus-visible {
    background: #4b5d42;
    transform: translateY(-1px);
}

.two-ways__cta:focus-visible {
    outline: 3px solid rgba(89, 105, 79, 0.45);
    outline-offset: 4px;
}

.two-ways__media {
    display: grid;
    gap: 26px;
    min-width: 0;
}

.two-ways__image {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 1060px) {
    .two-ways__inner {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 66px 0 74px;
    }

    .two-ways__content {
        width: min(680px, 100%);
        margin: 0 auto;
    }

    .two-ways__title {
        margin-bottom: 42px;
        font-size: 42px;
        text-align: center;
    }

    .two-ways__list {
        margin-bottom: 46px;
    }

    .two-ways__list p {
        max-width: none;
    }

    .two-ways__cta {
        display: flex;
        width: min(386px, 100%);
        margin: 0 auto;
    }

    .two-ways__media {
        width: min(600px, 100%);
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .two-ways__inner {
        width: min(100% - 32px, 520px);
        gap: 36px;
        padding: 54px 0 62px;
    }

    .two-ways__title {
        margin-bottom: 34px;
        font-size: 38px;
    }

    .two-ways__list {
        gap: 24px;
        margin-bottom: 38px;
    }

    .two-ways__list li {
        padding-left: 42px;
    }

    .two-ways__list h3 {
        font-size: 27px;
    }

    .two-ways__list p {
        font-size: 19px;
    }

    .two-ways__cta {
        width: 100%;
        min-width: 0;
        min-height: 60px;
        font-size: 17px;
    }

    .two-ways__media {
        gap: 18px;
        order: -1;
    }
}

.alternative {
    background: #ffffff;
    color: #1f3335;
}

.alternative__inner {
    width: min(820px, calc(100% - 48px));
    margin: 0 auto;
    padding: 83px 0 101px;
    text-align: center;
}

.alternative__logo {
    width: 205px;
    height: auto;
    margin: 0 auto 50px;
}

.alternative__title {
    margin: 0 0 45px;
    color: #1f3335;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
}

.alternative__text {
    max-width: 710px;
    margin: 0 auto 36px;
    color: #1f3335;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.36;
}

.alternative__text--wide {
    max-width: 800px;
    margin-bottom: 0;
}

.alternative__text strong {
    font-weight: 800;
}

@media (max-width: 640px) {
    .alternative__inner {
        width: min(100% - 32px, 520px);
        padding: 58px 0 68px;
    }

    .alternative__logo {
        width: 180px;
        margin-bottom: 34px;
    }

    .alternative__title {
        margin-bottom: 30px;
        font-size: 38px;
    }

    .alternative__text {
        margin-bottom: 26px;
        font-size: 19px;
    }
}

.great-for {
    min-height: 619px;
    background: #f0cbd0 url(//thermalaidproducts.com/cdn/shop/t/9/assets/l2-7-bg.jpg?v=145175814692756072451783798324) center top / cover no-repeat;
    color: #33231f;
}

.great-for__inner {
    display: flex;
    justify-content: flex-end;
    width: min(1200px, calc(100% - 48px));
    min-height: 619px;
    margin: 0 auto;
    padding: 88px 0 64px;
}

.great-for__content {
    width: min(492px, 100%);
    margin-right: 26px;
}

.great-for__title {
    margin: 0 0 43px;
    color: #33231f;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
}

.great-for__list {
    display: grid;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.great-for__list li {
    position: relative;
    padding-left: 48px;
    color: #33231f;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 29px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.05;
}

.great-for__list li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(//thermalaidproducts.com/cdn/shop/t/9/assets/l2-7-li.png?v=174106511988993171561783798324) center / contain no-repeat;
}

@media (max-width: 1060px) {
    .great-for {
        background-position: 32% top;
    }

    .great-for__inner {
        width: min(100% - 48px, 920px);
        padding-top: 70px;
    }

    .great-for__content {
        width: min(480px, 54%);
        margin-right: 0;
        padding: 26px 28px 30px;
        background: rgba(255, 238, 242, 0.78);
        backdrop-filter: blur(2px);
    }

    .great-for__title {
        font-size: 42px;
    }

    .great-for__list li {
        font-size: 26px;
    }
}

@media (max-width: 640px) {
    .great-for {
        min-height: auto;
        background-image: url(//thermalaidproducts.com/cdn/shop/t/9/assets/l2-7-bg-mobile.jpg?v=112129555719695379741783798324);
        background-position: center top;
        background-size: cover;
    }

    .great-for__inner {
        width: min(100% - 32px, 520px);
        min-height: max(760px, calc(100vw * 1500 / 768));
        padding: 52px 0;
        justify-content: center;
        align-items: flex-start;
    }

    .great-for__content {
        width: 100%;
        padding: 0;
        background: transparent;
        backdrop-filter: none;
    }

    .great-for__title {
        margin-bottom: 28px;
        font-size: 38px;
        text-align: center;
    }

    .great-for__list {
        gap: 17px;
    }

    .great-for__list li {
        padding-left: 40px;
        font-size: 22px;
    }

    .great-for__list li::before {
        width: 24px;
        height: 24px;
    }
}

.different {
    background: #ffffff;
    color: #1f3335;
}

.different__inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 92px 0 94px;
    text-align: center;
}

.different__title {
    max-width: 620px;
    margin: 0 auto 80px;
    color: #1f3335;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
}

.different__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 44px;
    align-items: start;
    margin-bottom: 65px;
}

.different__dots {
    display: none;
}

.different-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.different-card__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    object-fit: contain;
}

.different-card__title {
    max-width: 350px;
    margin: 0 0 13px;
    color: #59694f;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.08;
}

.different-card__text {
    max-width: 260px;
    margin: 0;
    color: #15272d;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.36;
}

.different__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 386px;
    min-height: 68px;
    padding: 18px 32px;
    background: #b75b3d;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.different__button:hover,
.different__button:focus-visible {
    background: #9f4d33;
    transform: translateY(-1px);
}

.different__button:focus-visible {
    outline: 3px solid rgba(183, 91, 61, 0.35);
    outline-offset: 4px;
}

@media (max-width: 1060px) {
    .different__inner {
        padding: 74px 0 82px;
    }

    .different__title {
        margin-bottom: 54px;
        font-size: 42px;
    }

    .different__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 34px;
    }
}

@media (max-width: 640px) {
    .different__inner {
        width: min(100% - 32px, 520px);
        padding: 58px 0 66px;
    }

    .different__title {
        margin-bottom: 40px;
        font-size: 38px;
    }

    .different__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
        margin-bottom: 44px;
    }

    .different-card {
        position: static;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .different-card__icon {
        margin-bottom: 18px;
    }

    .different-card__title {
        font-size: 28px;
    }

    .different-card__text {
        font-size: 19px;
    }

    .different__dots {
        display: none;
    }

    .different__dot {
        width: 8.5px;
        height: 8.5px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #f8e8bf;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .different__dot--active {
        background: #b7674d;
    }

    .different__dot:hover,
    .different__dot:focus-visible {
        transform: scale(1.08);
    }

    .different__dot:focus-visible {
        outline: 3px solid rgba(183, 91, 61, 0.35);
        outline-offset: 4px;
    }

    .different__button {
        width: 100%;
        min-width: 0;
        min-height: 60px;
        font-size: 17px;
    }
}

.choose-animal {
    min-height: max(998px, calc(100vw * 998 / 1440));
    background: #f1ddc8 url(//thermalaidproducts.com/cdn/shop/t/9/assets/l2-9-bg.jpg?v=6172980930047254501783798324) center top / max(100%, 1440px) auto no-repeat;
    color: #1f3335;
}

.choose-animal__inner {
    width: min(100% - 48px, 900px);
    margin: 0 auto;
    padding: 96px 0 116px;
    text-align: center;
}

.choose-animal__title {
    margin: 0 auto 42px;
    color: #1f3335;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.07;
    letter-spacing: 0;
}

.choose-animal__text {
    max-width: 760px;
    margin: 0 auto 342px;
    color: #14262d;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.45;
}

.choose-animal__price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 56px;
}

.choose-animal__price-label {
    color: #14262d;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.choose-animal__price-value {
    color: #d63c36;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 0.9;
}

.choose-animal__price-value span {
    font-size: 0.6em;
    vertical-align: super;
}

.choose-animal__actions {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.choose-animal__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 364px;
    min-height: 68px;
    padding: 18px 30px;
    color: #1f3335;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.choose-animal__button--primary {
    border: 2px solid #b75b3d;
    background: #b75b3d;
    color: #ffffff;
}

.choose-animal__button--secondary {
    border: 2px solid #1f3335;
    background: transparent;
}

.choose-animal__button:hover,
.choose-animal__button:focus-visible {
    transform: translateY(-1px);
}

.choose-animal__button--primary:hover,
.choose-animal__button--primary:focus-visible {
    border-color: #9f4d33;
    background: #9f4d33;
}

.choose-animal__button--secondary:hover,
.choose-animal__button--secondary:focus-visible {
    background: #1f3335;
    color: #ffffff;
}

.choose-animal__button:focus-visible {
    outline: 3px solid rgba(183, 91, 61, 0.35);
    outline-offset: 4px;
}

@media (min-width: 1441px) {
    .choose-animal__inner {
        padding: 6.6667vw 0 8.0556vw;
    }

    .choose-animal__title {
        margin-bottom: calc(10.625vw - 111px);
    }

    .choose-animal__text {
        margin-bottom: calc(30.625vw - 99px);
    }

    .choose-animal__price {
        margin-bottom: calc(22.083vw - 262px);
    }
}

@media (max-width: 1066px) {
    .choose-animal {
        min-height: calc(100vw * 1200 / 768);
        background-image: url(//thermalaidproducts.com/cdn/shop/t/9/assets/l2-9-bg-ipad.jpg?v=29244407646205456291783798324);
        background-size: 100% auto;
    }

    .choose-animal__inner {
        width: min(100% - 48px, 690px);
        padding: 10.1563vw 0 10.6771vw;
    }

    .choose-animal__title {
        margin-bottom: 40px;
        font-size: 52px;
    }

    .choose-animal__text {
        margin-bottom: 72.3958vw;
        font-size: 23px;
        line-height: 1.42;
    }

    .choose-animal__price {
        margin-bottom: 5.4688vw;
    }

    .choose-animal__actions {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .choose-animal__button {
        width: min(100%, 406px);
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .choose-animal {
        min-height: max(1440px, calc(100vw * 1800 / 480));
        background-image: url(//thermalaidproducts.com/cdn/shop/t/9/assets/l2-9-bg-mobile.jpg?v=85071977110470954471783798324);
        background-size: cover;
    }

    .choose-animal__inner {
        width: min(100% - 38px, 443px);
        padding: 50px 0 54px;
    }

    .choose-animal__title {
        margin-bottom: 34px;
        font-size: clamp(42px, 11vw, 55px);
        line-height: 1.05;
    }

    .choose-animal__text {
        max-width: 420px;
        margin-bottom: calc(100vw * 2.25);
        font-size: clamp(20px, 5.25vw, 24px);
        line-height: 1.4;
    }

    .choose-animal__price {
        gap: 10px;
        margin-bottom: 38px;
    }

    .choose-animal__price-label {
        font-size: 21px;
    }

    .choose-animal__price-value {
        font-size: 54px;
    }

    .choose-animal__actions {
        gap: 18px;
    }

    .choose-animal__button {
        width: 100%;
        min-height: 68px;
        padding: 18px 18px;
        font-size: 19px;
    }
}

@media (max-width: 380px) {
    .choose-animal__inner {
        width: min(100% - 28px, 443px);
    }

    .choose-animal__button {
        font-size: 17px;
    }
}

.faq {
    background: #ffffff;
    color: #1f3335;
    margin-top: -10px;
}

.faq__inner {
    width: min(797px, calc(100% - 48px));
    margin: 0 auto;
    padding: 92px 0 114px;
}

.faq__title {
    margin: 0 0 48px;
    color: #1f3335;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0;
}

.faq__list {
    display: grid;
}

.faq__item {
    border-bottom: 1px solid rgba(31, 51, 53, 0.7);
}

.faq__item:last-child {
    border-bottom: 0;
}

.faq__question {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 28px 54px 28px 0;
    color: #b75b3d;
    font-family: "Vidaloka", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.16;
    list-style: none;
    cursor: pointer;
}

.faq__question::-webkit-details-marker {
    display: none;
}

.faq__question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    border-right: 4px solid #b75b3d;
    border-bottom: 4px solid #b75b3d;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.2s ease;
}

.faq__item[open] .faq__question {
    min-height: 52px;
    padding-bottom: 15px;
}

.faq__item[open] .faq__question::after {
    transform: translateY(-25%) rotate(225deg);
}

.faq__answer {
    max-width: 720px;
    margin: 0 0 38px;
    color: #505050;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 640px) {
    .faq__inner {
        width: min(100% - 32px, 520px);
        padding: 58px 0 70px;
    }

    .faq__title {
        margin-bottom: 30px;
        font-size: 40px;
    }

    .faq__question {
        min-height: 82px;
        padding: 22px 42px 22px 0;
        font-size: 25px;
    }

    .faq__question::after {
        right: 3px;
        width: 8px;
        height: 8px;
        border-width: 3px;
    }

    .faq__item[open] .faq__question {
        padding-bottom: 12px;
    }

    .faq__answer {
        margin-bottom: 28px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .different-card__title br{
        display:none;
    }

    .different-card__text br{
        display:none;
    }
}
