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

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

:root {
    --blue: #122571;
    --blue-light: #12329e;
    --navy: #061348;
    --pink: #de56a0;
    --green: #99c83b;
    --white: #ffffff;
    --ink: #142571;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    min-width: 320px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: var(--navy);
    color: var(--white);
    font-family: "Intro", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

body.menu-open {
    overflow: hidden;
}

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

.site-header,
main,
.site-footer,
section {
    max-width: 100%;
}

a {
    color: inherit;
}

.section-inner,
.header-inner,
.footer-inner {
    width: min(100% - clamp(40px, 8.9vw, 128px), 1296px);
    margin: 0 auto;
}

.site-header {
    position: relative;
    z-index: 20;
    height: 120px;
    background: var(--blue);
}

.header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 39px;
}

.brand img {
    width: clamp(92px, 7.8vw, 112px);
    height: auto;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.9vw, 42px);
    flex: 1;
    margin-left: 5px;
}

.desktop-nav a,
.mobile-menu-nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.desktop-nav a {
    white-space: nowrap;
    font-size: clamp(12px, 1.05vw, 15px);
    line-height: 1;
}

.btn {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #111;
    border-radius: 6px;
    padding: 0 28px;
    color: #111;
    background: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
}

.header-cta {
    min-width: clamp(154px, 13.2vw, 190px);
}

.menu-toggle,
.menu-close,
.carousel-next,
.carousel-prev {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.menu-toggle {
    display: none;
}

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    background: var(--blue);
    transform: translateX(100%);
    transition: transform 220ms ease;
}

.mobile-menu.is-open {
    transform: translateX(0);
}

.hello-bar {
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pink);
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
}

.hello-bar span::before,
.hello-bar span::after {
    content: "✦ · ";
    font-size: 44px;
    color: var(--white);
}

.hello-bar span::after {
    content: " · ✦";
}

.date-bar {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    background: var(--white);
    text-align: center;
    font-size: 23px;
    font-weight: 700;
}

.hero-kv {
    height: auto;
    overflow: hidden;
}

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

.hero-kv img {
    object-fit: contain;
    object-position: center top;
}

.kv-mobile {
    display: none;
}

.take-part {
    min-height: 905px;
    padding: 67px 0 78px;
    background: var(--pink);
    text-align: center;
}

h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2 {
    text-align: center;
    text-transform: none;
    font-weight: 700;
    line-height: 1.15;
}

h1 {
    font-size: 45px;
}

h2 {
    text-transform: uppercase;
    font-size: 45px;
}

.section-lead {
    margin-top: 29px;
    text-align: center;
    font-size: 33px;
    line-height: 1.22;
}

.take-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    margin-top: 66px;
}

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

.take-step img {
    height: 244px;
    width: auto;
    object-fit: contain;
}

.take-step:nth-child(2) img,
.take-step:nth-child(3) img {
    height: 246px;
}

.step-copy {
    width: 100%;
    min-height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 44px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.38;
}

.action-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 78px;
}

.prizes {
    min-height: 1785px;
    padding: 78px 0 74px;
    background: var(--blue-light) url("../img/prizes_bg.jpg") center top / cover repeat-y;
}

.prizes h2 {
    text-transform: none;
    font-size: 45px;
}

.prizes-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prize-main {
    margin-top: 112px;
    text-align: center;
}

.prize-main img {
    width: 782px;
    margin: 0 auto;
}

.prize-main h3,
.prize-card h3 {
    margin-top: 76px;
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
}

.prize-main p,
.prize-card p {
    margin-top: 27px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
}

.prize-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 110px;
    margin-top: 136px;
}

.prize-card {
    text-align: center;
}

.prize-card img {
    width: 520px;
    height: 396px;
    margin: 0 auto;
    object-fit: contain;
}

.prize-card h3 {
    margin-top: 62px;
}

.prizes .btn {
    margin-top: 97px;
    min-width: 205px;
}

.rules {
    padding: 80px 0 110px;
    background: var(--blue);
}

.rules h2,
.ranking h2,
.products h2 {
    letter-spacing: 0;
}

.rules-list {
    display: grid;
    gap: 67px;
    margin-top: 70px;
}

.rule-card {
    position: relative;
    min-height: 340px;
    display: grid;
    grid-template-columns: 116px 1fr 332px;
    align-items: center;
    gap: 46px;
    padding: 47px 72px 47px 64px;
    border-radius: 46px;
    background: var(--white);
    color: var(--ink);
    box-shadow: 13px 13px 0 var(--pink);
}

.rule-number {
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--pink);
    font-size: 63px;
    font-weight: 700;
    line-height: 1;
}

.rule-copy h3 {
    color: var(--ink);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.12;
}

.rule-copy p {
    margin-top: 28px;
    color: var(--ink);
    font-size: 31px;
    line-height: 1.38;
}

.rule-copy strong {
    font-weight: 700;
}

.rule-card img {
    width: 300px;
    height: 300px;
    justify-self: center;
    object-fit: contain;
}

.rule-card:nth-child(3) img {
    width: 320px;
    height: 320px;
}

.ranking {
    padding: 88px 0 110px;
    background: var(--navy);
}

.ranking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    margin-top: 70px;
}

.ranking-card {
    min-height: 366px;
    padding: 34px 34px 32px;
    border: 1px solid rgba(56, 99, 189, 0.42);
    border-radius: 12px;
    background: rgba(15, 39, 116, 0.43);
}

.ranking-placeholder-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ranking-card h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.ranking-weekly h3 {
    color: #ff71b8;
}

.ranking-main h3 {
    color: var(--green);
}

.ranking-card > p {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 12px;
}

.ranking-placeholder-card > p {
    margin-top: 2px;
    text-transform: none;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
}

.ranking-weekly.ranking-placeholder-card > p {
    color: #ff71b8;
}

.ranking-main.ranking-placeholder-card > p {
    color: var(--green);
}

.ranking-card ol {
    list-style: none;
    display: grid;
    gap: 0;
    margin: 22px 0 0;
    padding: 0;
}

.ranking-card li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 57px;
    padding: 0 18px;
    border-radius: 28px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
}

.ranking-card li:first-child {
    color: #ff71b8;
    background: rgba(9, 24, 78, 0.68);
    font-weight: 700;
}

.ranking-main li:first-child {
    color: var(--green);
    outline: 1px solid rgba(153, 200, 59, 0.5);
}

.ranking-card strong {
    color: var(--white);
    text-transform: uppercase;
    font-size: 17px;
}

.ranking-card em {
    display: block;
    margin: 18px 0 0 18px;
    color: rgba(255, 255, 255, 0.34);
    font-size: 14px;
}

.products {
    padding: 87px 0 88px;
    overflow: hidden;
    background: var(--blue);
}

.products .section-lead {
    width: min(100%, 920px);
    margin: 31px auto 0;
    font-size: 31px;
    line-height: 1.32;
}

.carousel {
    position: relative;
    width: 100vw;
    margin: 82px 0 0 calc(50% - 50vw);
}

.carousel-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 624px;
    gap: 35px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-left: max(20px, calc((100vw - 1280px) / 2));
    padding-right: 80px;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.product-card {
    width: 624px;
    overflow: hidden;
    scroll-snap-align: start;
    border-radius: 12px;
    background: var(--navy);
}

.product-card img {
    width: 624px;
    height: 416px;
    object-fit: cover;
}

.product-card p {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 28px;
    text-align: center;
    font-size: 23px;
    line-height: 1.34;
}

.product-card-spacer {
    width: 48px;
    background: transparent;
}

.product-card-spacer img {
    width: 48px;
}

.carousel-next,
.carousel-prev {
    position: absolute;
    top: 250px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--white);
}

.carousel-next {
    right: 50px;
}

.carousel-prev {
    left: 50px;
}

.carousel-next::before,
.carousel-prev::before {
    content: "";
    position: absolute;
    inset: 18px 20px 18px 17px;
    border-top: 5px solid var(--blue);
    border-right: 5px solid var(--blue);
    transform: rotate(45deg);
}

.carousel-prev::before {
    inset: 18px 17px 18px 20px;
    transform: rotate(-135deg);
}

.carousel-dots {
    display: none;
}

.products .btn {
    width: max-content;
    display: flex;
    min-width: 210px;
    margin: 88px auto 0;
}

.regulations-page {
    background: var(--navy);
    color: var(--ink);
}

.regulations-main {
    min-height: 1440px;
    padding: 94px 0 104px;
    background: var(--white);
}

.regulations-back {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-left: clamp(52px, 6.7vw, 96px);
    color: var(--ink);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.regulations-back span {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    border: 2px solid var(--ink);
    border-radius: 50%;
}

.regulations-back span::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 15px;
    width: 10px;
    height: 10px;
    border-left: 3px solid var(--ink);
    border-bottom: 3px solid var(--ink);
    transform: rotate(45deg);
}

.regulations-content {
    width: min(100% - 48px, 656px);
    margin: 142px auto 0;
}

.regulations-hero {
    text-align: center;
}

.regulations-hero h1 {
    color: var(--ink);
    font-size: 48px;
    line-height: 1.1;
}

.regulations-hero p {
    margin-top: 28px;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.45;
}

.regulations-copy {
    margin-top: 146px;
}

.regulations-copy h2,
.regulations-copy h3,
.regulations-copy h4,
.regulations-copy h5,
.regulations-copy h6 {
    color: var(--ink);
    text-align: left;
    font-weight: 700;
    line-height: 1.12;
}

.regulations-copy h2 {
    font-size: 42px;
}

.regulations-copy h2:not(:first-child) {
    margin-top: 58px;
}

.regulations-copy h3 {
    margin-top: 40px;
    font-size: 34px;
}

.regulations-copy h4 {
    margin-top: 42px;
    font-size: 27px;
}

.regulations-copy h5 {
    margin-top: 38px;
    font-size: 22px;
}

.regulations-copy h6 {
    margin-top: 56px;
    font-size: 18px;
}

.regulations-copy p {
    margin-top: 22px;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.47;
}

.regulations-copy p strong {
    font-weight: 700;
}

.regulations-copy ol,
.regulations-copy ul {
    margin: 22px 0 0;
    padding-left: 24px;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.47;
}

.regulations-copy li {
    margin-top: 16px;
    padding-left: 4px;
}

.regulations-copy li::marker {
    font-weight: 700;
}

.regulations-copy li > p:first-child {
    margin-top: 0;
}

.regulations-copy li p {
    margin-top: 12px;
}

.regulations-copy a {
    color: var(--ink);
    font-weight: 700;
    overflow-wrap: anywhere;
}

.regulations-copy blockquote {
    margin: 45px 0 0;
    padding-left: 18px;
    border-left: 2px solid var(--ink);
    color: var(--ink);
    font-size: 19px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.45;
}

@media (min-width: 769px) {
    .carousel {
        --carousel-prev-peek: 78px;
        width: min(1360px, 100vw);
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
    }

    .carousel-track {
        --carousel-shift: -659px;
        overflow: visible;
        transform: translateX(var(--carousel-shift));
        transition: transform 260ms ease;
        padding-left: 0;
        padding-right: 0;
    }
}

.site-footer {
    background: var(--navy);
    color: var(--white);
    padding: 82px 0 73px;
}

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-logo {
    width: 112px;
    height: 60px;
}

.socials {
    display: flex;
    gap: 23px;
    margin-top: 2px;
}

.socials a {
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-note {
    width: min(100%, 1240px);
    margin-top: 66px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
}

.site-footer p:not(.footer-note) {
    margin-top: 38px;
    font-size: 18px;
    line-height: 1.55;
}

.footer-contact p {
    margin-top: 31px;
}

.footer-contact strong {
    font-weight: 700;
}

.footer-contact a,
.footer-bottom a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 87px;
    padding-top: 41px;
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    font-size: 16px;
}

.footer-bottom div {
    display: flex;
    gap: 28px;
}

@media (max-width: 1190px) {
    .desktop-nav {
        gap: clamp(12px, 2vw, 20px);
    }

    .desktop-nav a {
        font-size: clamp(11px, 1.18vw, 13px);
    }

    .section-inner,
    .header-inner,
    .footer-inner {
        width: min(100% - 48px, 1120px);
    }

    .rule-card {
        grid-template-columns: 98px 1fr 270px;
        gap: 30px;
    }

    .rule-copy h3 {
        font-size: 34px;
    }

    .rule-copy p {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .section-inner,
    .header-inner,
    .footer-inner {
        width: calc(100% - 28px);
    }

    .site-header {
        height: 80px;
    }

    .header-inner {
        justify-content: space-between;
    }

    .brand img {
        width: 68px;
        height: auto;
    }

    .desktop-nav,
    .header-cta {
        display: none;
    }

    .menu-toggle {
        width: 31px;
        height: 24px;
        display: grid;
        gap: 6px;
    }

    .menu-toggle span {
        display: block;
        height: 3px;
        border-radius: 2px;
        background: var(--white);
    }

    .mobile-menu {
        display: block;
    }

    .mobile-menu-head {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    }

    .mobile-menu-head .brand img {
        width: 112px;
        height: 60px;
    }

    .menu-close {
        position: relative;
        width: 34px;
        height: 34px;
    }

    .menu-close::before,
    .menu-close::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 0;
        width: 34px;
        height: 4px;
        border-radius: 4px;
        background: var(--white);
    }

    .menu-close::before {
        transform: rotate(45deg);
    }

    .menu-close::after {
        transform: rotate(-45deg);
    }

    .mobile-menu-nav {
        display: grid;
        gap: 18px;
        padding: 62px 20px 0;
    }

    .mobile-menu-nav a:not(.btn) {
        min-height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 6px;
        font-size: 19px;
        line-height: 1;
    }

    .mobile-menu-nav .btn {
        min-height: 54px;
        margin-top: 1px;
        font-size: 17px;
    }

    .hello-bar {
        height: 65px;
        font-size: 20px;
    }

    .hello-bar span::before,
    .hello-bar span::after {
        font-size: 25px;
    }

    .date-bar {
        height: 43px;
        font-size: 13px;
    }

    .hero-kv {
        height: auto;
    }

    .kv-desktop {
        display: none;
    }

    .kv-mobile {
        display: block;
    }

    .take-part {
        min-height: 1631px;
        padding: 72px 0 55px;
    }

    h1,
    h2 {
        font-size: 38px;
        line-height: 1.18;
    }

    .take-part h1 {
        width: 300px;
        margin: 0 auto;
    }

    .section-lead {
        margin-top: 24px;
        font-size: 18px;
    }

    .take-steps {
        display: grid;
        grid-template-columns: 1fr;
        gap: 58px;
        margin-top: 48px;
    }

    .take-step img {
        height: 202px;
    }

    .take-step:nth-child(2) img {
        height: 195px;
    }

    .take-step:nth-child(3) img {
        height: 200px;
    }

    .step-copy {
        min-height: 110px;
        margin-top: 24px;
        border-radius: 8px;
        font-size: 20px;
        line-height: 1.35;
    }

    .take-step:first-child .step-copy {
        min-height: 128px;
    }

    .action-row {
        display: grid;
        gap: 12px;
        margin-top: 31px;
    }

    .btn {
        width: 96vw;
        min-height: 58px;
        border-radius: 5px;
        font-size: 16px;
    }

    .prizes {
        min-height: 1569px;
        padding: 72px 0 56px;
        background-image: url("../img/prizes_bg_mobile.jpg");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .prizes h2 {
        width: 315px;
        font-size: 34px;
        line-height: 1.24;
    }

    .prize-main {
        margin-top: 69px;
    }

    .prize-main img {
        width: 335px;
    }

    .prize-main h3,
    .prize-card h3 {
        margin-top: 40px;
        font-size: 20px;
    }

    .prize-main p,
    .prize-card p {
        margin-top: 12px;
        font-size: 14px;
    }

    .prize-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 66px;
        margin-top: 72px;
    }

    .prize-card img {
        width: 313px;
        height: auto;
    }

    .prize-card:nth-child(2) img {
        width: 274px;
    }

    .prize-card h3 {
        margin-top: 34px;
        font-size: 20px;
    }

    .prize-card p {
        width: 260px;
        margin: 13px auto 0;
        font-size: 14px;
        line-height: 1.38;
    }

    .prizes .btn {
        margin-top: 66px;
    }

    .rules {
        padding: 72px 0 84px;
    }

    .rules-list {
        gap: 32px;
        margin-top: 57px;
    }

    .rule-card {
        min-height: 485px;
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        grid-template-areas:
            "image image"
            "number title"
            "text text";
        align-content: start;
        column-gap: 20px;
        row-gap: 0;
        padding: 23px 26px 28px;
        border-radius: 34px;
        box-shadow: 6px 7px 0 var(--pink);
    }

    .rule-card img {
        grid-area: image;
        width: 260px;
        height: 214px;
        margin: 0 auto 18px;
        object-fit: contain;
    }

    .rule-card:nth-child(2) img,
    .rule-card:nth-child(3) img,
    .rule-card:nth-child(4) img {
        width: 230px;
        height: 214px;
    }

    .rule-number {
        grid-area: number;
        width: 54px;
        height: 54px;
        margin-top: 5px;
        font-size: 29px;
    }

    .rule-copy {
        display: contents;
    }

    .rule-copy h3 {
        grid-area: title;
        max-width: 180px;
        font-size: 22px;
        line-height: 1.2;
    }

    .rule-copy p {
        grid-area: text;
        max-width: 292px;
        margin-top: 23px;
        font-size: 15px;
        line-height: 1.45;
        overflow-wrap: normal;
    }

    .ranking {
        padding: 73px 0 80px;
    }

    .ranking-grid {
        grid-template-columns: 1fr;
        gap: 31px;
        margin-top: 55px;
    }

    .ranking-card {
        min-height: 426px;
        padding: 30px 25px 28px;
        border-radius: 8px;
    }

    .ranking-placeholder-card {
        min-height: 260px;
    }

    .ranking-card h3 {
        font-size: 21px;
        text-align: center;
    }

    .ranking-card > p {
        margin-top: 24px;
        text-align: center;
        font-size: 11px;
        line-height: 1.25;
    }

    .ranking-placeholder-card > p {
        margin-top: 3px;
        font-size: 15px;
        line-height: 1.2;
    }

    .ranking-card ol {
        margin-top: 23px;
    }

    .ranking-card li {
        min-height: 47px;
        padding: 0 4px;
        font-size: 13px;
    }

    .ranking-card strong {
        font-size: 13px;
    }

    .ranking-card em {
        margin-top: 23px;
        margin-left: 5px;
        font-size: 12px;
        white-space: nowrap;
    }

    .products {
        padding: 73px 0 61px;
    }

    .products h2 {
        font-size: 28px;
    }

    .products .section-lead {
        width: 330px;
        margin-top: 23px;
        font-size: 14px;
        line-height: 1.55;
    }

    .carousel {
        width: 100%;
        margin-top: 36px;
        margin-left: 0;
    }

    .carousel-track {
        grid-auto-columns: 100%;
        gap: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    .product-card {
        width: 100%;
        border-radius: 7px;
    }

    .product-card img {
        width: 100%;
        height: auto;
        aspect-ratio: 624 / 416;
    }

    .product-card p {
        min-height: 113px;
        padding: 22px 19px;
        font-size: 15px;
        line-height: 1.42;
    }

    .product-card-spacer {
        display: none;
    }

    .carousel-next,
    .carousel-prev {
        display: none;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 7px;
        margin-top: 25px;
    }

    .carousel-dots span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
    }

    .carousel-dots .is-active {
        background: var(--white);
    }

    .products .btn {
        width: 100%;
        margin-top: 30px;
    }

    .regulations-main {
        min-height: auto;
        padding: 36px 0 64px;
    }

    .regulations-back {
        margin-left: 18px;
        gap: 10px;
        font-size: 14px;
    }

    .regulations-back span {
        width: 34px;
        height: 34px;
    }

    .regulations-back span::before {
        top: 11px;
        left: 13px;
        width: 9px;
        height: 9px;
    }

    .regulations-content {
        width: calc(100% - 40px);
        margin-top: 72px;
    }

    .regulations-hero h1 {
        font-size: 38px;
    }

    .regulations-hero p {
        margin-top: 18px;
        font-size: 14px;
    }

    .regulations-copy {
        margin-top: 74px;
    }

    .regulations-copy h2 {
        font-size: 33px;
    }

    .regulations-copy h2:not(:first-child) {
        margin-top: 46px;
    }

    .regulations-copy h3 {
        margin-top: 36px;
        font-size: 28px;
    }

    .regulations-copy h4 {
        margin-top: 36px;
        font-size: 23px;
    }

    .regulations-copy h5 {
        margin-top: 32px;
        font-size: 20px;
    }

    .regulations-copy h6 {
        margin-top: 42px;
        font-size: 17px;
    }

    .regulations-copy p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.5;
    }

    .regulations-copy ol,
    .regulations-copy ul {
        margin-top: 18px;
        padding-left: 21px;
        font-size: 14px;
        line-height: 1.5;
    }

    .regulations-copy li {
        margin-top: 14px;
        padding-left: 2px;
    }

    .regulations-copy li p {
        margin-top: 10px;
    }

    .regulations-copy blockquote {
        margin-top: 36px;
        font-size: 17px;
    }

    .site-footer {
        padding: 56px 0 48px;
    }

    .footer-top {
        align-items: center;
    }

    .footer-logo {
        width: 68px;
        height: auto;
    }

    .socials {
        gap: 17px;
        margin-top: 0;
    }

    .socials a {
        width: 18px;
        height: 18px;
    }

    .footer-note {
        margin-top: 45px;
        font-size: 14px;
        line-height: 1.55;
    }

    .site-footer p:not(.footer-note) {
        margin-top: 26px;
        font-size: 14px;
        line-height: 1.55;
    }

    .footer-contact p {
        margin-top: 25px;
    }

    .footer-bottom {
        display: block;
        margin-top: 40px;
        padding-top: 21px;
        font-size: 13px;
    }

    .footer-bottom div {
        display: grid;
        gap: 22px;
    }

    .footer-bottom span {
        display: block;
        margin-top: 34px;
    }
}
