@font-face {
    font-family: Abril Fatface;
    font-style: bold;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/AbrilFatface-Regular.woff2') format("woff2")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/Lato-Regular.woff2') format("woff2")
}

section {
    padding: 0 10px;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

body {
    margin: 0;
    background-color: #151515;
}

/* === Герой секция === */

.sREtFHsjR9wFeo {
    max-width: 1280px;
    margin: 0 auto;
    background-image: url('/assets/img/hero-img02.webp');
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 25px;
}

.oF0f9zt4NRY0sG {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.Fwg72GwA7MfF9K {
    display: flex;
    padding: 40px 47px 70px 0px;
    flex-direction: column;
    align-items: flex-end;
}

/* === Блок 18+ === */
.e65nLpN9b9L3jl {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
    padding-right: 160px;
}

.K29HgFmCPkef3n {
    display: flex;
    gap: 14px;
}

.e65nLpN9b9L3jl p {
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    max-width: 550px;
}

.e65nLpN9b9L3jl img {
    width: 20px;
    height: 20px;
}

/* === Кнопка сайта === */
.j3pPVOS5KBmOhf {
    background-color: #F1F3FF;
    color: #474747;
    text-align: center;
    width: 173px;
    font-family: Lato;
    font-weight: 900;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 4%;
    text-transform: uppercase;
    border: none;
    padding: 4px 24px;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 24px;
    text-decoration: none;
}

/* === Информация внутри героя === */
.JsdTuIv4ZZyfGO {
    max-width: 750px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.JsdTuIv4ZZyfGO h1 {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.JsdTuIv4ZZyfGO p {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}

/* === Список преимуществ === */
.JsdTuIv4ZZyfGO ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.JsdTuIv4ZZyfGO li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.JsdTuIv4ZZyfGO li .d5o8yK2zBZA4Qf {
    width: 24px;
    height: 24px;
    display: inline-block;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* Используем mask для изменения цвета SVG иконок */
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    /* Цвет иконок - темный для видимости на светлом фоне кнопок (#F1F3FF) */
    /* Можно изменить на любой цвет: #000000 (черный), #333333 (темно-серый), #474747 (текущий) */
    background-color: #474747;
}

/* Иконка для "Paiements rapides" - используем SVG с mask для изменения цвета */
.JsdTuIv4ZZyfGO li .vrbvcdCynL7l54 {
    mask-image: url('/assets/img/icon-payment.svg');
    -webkit-mask-image: url('/assets/img/icon-payment.svg');
}

/* Иконка для "Bonus uniques" - используем SVG с mask для изменения цвета */
.JsdTuIv4ZZyfGO li .TuJMP1SdgxbbCp {
    mask-image: url('/assets/img/icon-bonus.svg');
    -webkit-mask-image: url('/assets/img/icon-bonus.svg');
}

/* Иконка для "Vérifié" - используем SVG с mask для изменения цвета */
.JsdTuIv4ZZyfGO li .cWoPQPEawhGa65 {
    mask-image: url('/assets/img/icon-verified.svg');
    -webkit-mask-image: url('/assets/img/icon-verified.svg');
}

/* Если браузер не поддерживает mask, используем PNG напрямую */
@supports not (mask-image: url('')) {
    .JsdTuIv4ZZyfGO li .d5o8yK2zBZA4Qf {
        mask-image: none;
        -webkit-mask-image: none;
        background-color: transparent;
    }
}

.JsdTuIv4ZZyfGO li button {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 3px;
    background-color: #F1F3FF;
    color: #474747;
    border: none;
    padding: 4px 24px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
}


/* Bonus */

.hyrES1VDtlG5Lc {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.OPFbqxl1UosOSF {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.I02KO5pfZEy8bo {
    display: block;
    width: 147px;
    max-height: 57px;
    object-fit: contain;
    object-position: center;
}

.o7rry25FKCqOiG {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid transparent;

    background:
        /* заливка внутри */
        linear-gradient(90deg, #3F3F3F 0%, #2A2A2A 100%) padding-box,
        /* градиентная рамка */
        linear-gradient(90deg, #FD2D1C 0%, #910B00 50%, #580701 100%) border-box;

}

.k5L2Jt2illHKsb {
    display: flex;
    justify-content: center;
    gap: 55px;
    padding: 10px 32px;
    border-radius: 16px;
    border: 1px solid transparent;
    align-items: center;

    background:
        /* заливка внутри */
        linear-gradient(90deg, #3F3F3F 0%, #2A2A2A 100%) padding-box,
        /* градиентная рамка */
        linear-gradient(90deg, #FD2D1C 0%, #910B00 50%, #580701 100%) border-box;
}

.j97ig2ktu5GZiS {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 204px;
    gap: 4px;
}

.j97ig2ktu5GZiS p {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #B5B5B5;
}

.j97ig2ktu5GZiS a {
    font-family: Lato;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.tgzGOtBsL58vT4 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 220px;
    justify-content: center;
}

.IBm2yk1TQVC0Gs {
    background-image: url('/assets/img/finger-logo.png');
    width: 28px;
    height: 28px;
}

.tgzGOtBsL58vT4 li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tgzGOtBsL58vT4 p {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.ZoR4PTysmkk8HL {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 186px;
}

.ZoR4PTysmkk8HL p {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 34px;
    text-align: center;
    color: #ffffff;
}

.f04dHXVlcaoien {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.myOziU5UHAHYjw {
    display: flex;
    gap: 8px;
}

.gERY8fkuHjDl9n {
    background: linear-gradient(180deg, #910B00 0%, #2B0300 100%);
    padding: 19px 32px;
    border: none;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.gERY8fkuHjDl9n a {
    transition: 0.5s;
    /*влияет на плавность изменения тени при наведении*/
    background:
        /*передний эффект бликов*/
        linear-gradient(90deg, #FFEC1E 0%, #F9BB50 100%);
    box-shadow: 0px 0px 10px 0px #FFFFFF66;
    border-radius: 11px;
    padding: 12px 34px;
    border: none;
    color: #000000;
    text-decoration: none;
    font-family: Lato;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    animation: mymove 1s infinite linear;
    cursor: pointer;
}

.gERY8fkuHjDl9n button:hover {
    background:
        /*задний фон при наведении*/
        #F9BB50;
    /*-----------поменяй на ЗЕЛЕНЫЙ!!!*/
    color: black;
    box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.35);
}

@keyframes mymove {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 200px 0px;
    }
}

.FaGOsnM33inI3P {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* FAQ */

.GNX8e8WewNJk86 {
    background: #151515;
    padding-top: 80px;
    padding-bottom: 0px;
}

.b6xDUazCPs6sua {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
    color: #ffffff;
}

.ebHWnMsgWerDJo {
    max-width: 1240px;
    margin: 0 auto;
}

.MhaW16EQSER6yy {
    margin-bottom: 60px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Стили для каждого элемента (вопрос + ответ) */
.c14qciD6Gum2LM {
    transition: all 0.3s ease-in-out;
}

/* Заголовок-кнопка */

.jdbnpZgnEQXNog {
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    background-color: transparent;
    border-radius: 15px;
    width: 100%;
    padding: 25px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
}

/* Иконка (стрелочка) */
.FYCcM7hTD9rhxf {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

/* Контент (ответ) */
.jHU1NmRAxHfxC4 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.jHU1NmRAxHfxC4 p {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    padding: 25px;
    margin: 0;
    padding-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
}


/* --- СТИЛИ ДЛЯ АКТИВНОГО (ОТКРЫТОГО) СОСТОЯНИЯ --- */

/* Когда элемент активен, применяем рамку и отступы */
.c14qciD6Gum2LM.xwGpohqxeBAJ4B {
    border-radius: 15px;
    border: 1px solid transparent;
    padding-bottom: 25px;
    background:
        /* заливка внутри */
        linear-gradient(90deg, #3F3F3F 0%, #2A2A2A 100%) padding-box,
        /* градиентная рамка */
        linear-gradient(90deg, #FD2D1C 0%, #910B00 50%, #580701 100%) border-box;
    margin-bottom: 20px;
}

.floZ0O4vhgMpvf {
    margin: 0;
    color: #fff;
}

/* Убираем нижнюю границу у заголовка, когда весь блок в рамке */
.c14qciD6Gum2LM.xwGpohqxeBAJ4B .jdbnpZgnEQXNog {
    border-bottom: none;
    border-radius: 0px;
    border: none;
}

/* Поворачиваем иконку вверх, когда блок открыт */
.c14qciD6Gum2LM.xwGpohqxeBAJ4B .FYCcM7hTD9rhxf {
    transform: rotate(-180deg);
}

/* Показываем контент, устанавливая ему максимальную высоту */
.c14qciD6Gum2LM.xwGpohqxeBAJ4B .jHU1NmRAxHfxC4 {
    max-height: 200px;
    /* Установите значение, достаточное для вашего текста */
}



/* Winners */

.YIyD0e6s83FuVg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
}

.Lo2rrtuMeLNpR3 {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    padding-top: 80px;
}

.hiKZrAuwywTUhz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    background:
        /* заливка внутри */
        linear-gradient(90deg, #3F3F3F 0%, #2A2A2A 100%) padding-box,
        /* градиентная рамка */
        linear-gradient(90deg, #FD2D1C 0%, #910B00 50%, #580701 100%) border-box;

    border-radius: 10px;
    padding: 58px 24px;
    text-align: center;
    color: #fff;
    /* Белый текст */
}

.Dwnkuob5a6xVkp {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #F6DD97;
    padding-bottom: 32px;
}

.KFmwFpPrjjBVAX {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.kOrtUpcUUtZm2m {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #7A7A7A;
}

.H6wopJipWM621h {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}



/**/
.wenUcSzixwAaty {
    max-width: 1280px;
    margin: 0 auto;
    padding: 25px;
    display: flex;
    justify-content: center;
}

.fcZaks6jfUymSe {
    max-width: 900px;
    display: flex;
    flex-direction: column;
}

.fcZaks6jfUymSe h2 {
    font-family: Abril Fatface;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4%;
    color: #ffffff;
    padding-bottom: 24px;
}

.fcZaks6jfUymSe h3 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
}

.fcZaks6jfUymSe p {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 4%;
    color: #ffffff;
    padding-bottom: 24px;
}

.fcZaks6jfUymSe ul li {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 4%;
    color: #ffffff;
}

.fcZaks6jfUymSe ul {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

/* Footer */
.VsVpXuFd4sQ797 {
    padding: 0px 12px;
    background: #000000;
    backdrop-filter: blur(5px);
}

.bTqyFQYowR1Zkt {
    max-width: 1236px;
    margin: 0 auto;
}

.MiycmTRlsRJhO2 {
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 30px;
    padding-bottom: 20px;
    gap: 20px 20px;
}

.MiycmTRlsRJhO2 li {
    display: flex;
    align-items: center;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    gap: 4px;
}

.MiycmTRlsRJhO2 a {
    color: #fff;
    text-decoration: none;
}

.hfybRSWs4Lwhqq {
    display: flex;
    gap: 30px;
    color: #FAF9F0;
}

.niYpvLOwDdYCYg {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 20px;
}

.hfybRSWs4Lwhqq h2 {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}

.hfybRSWs4Lwhqq p {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.DOXCDJrT04fny1 {
    padding: 20px 25px;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #FAF9F0;
    border-radius: 20px;
    margin-bottom: 20px;
}

.aXe0ql9rAsrWa4 {
    color: #989898;
    font-family: Lato;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding-bottom: 30px;
}

.fgcWpRH8qRaeDP {
    display: none;
}

.BXPlGBNDodFHDY {
    display: none;
}

.P4VJAweCGrUNRm:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.A3wEDKxYfwpGgj {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 600px;
    z-index: 8;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    /*  Центрируем контент по вертикали и горизонтали */
}

.A3wEDKxYfwpGgj.xwGpohqxeBAJ4B {
    opacity: 1;
    visibility: visible;
}

.rUHkMI3Bf8acZ8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.czg7sJ9wkE0qE5 {
    position: relative;
    z-index: 2;
    background: #303030;
    /*  Темный фон для контента */
    border-radius: 20px;
    padding: 30px;
    width: 600px;
    /*  Фиксированная ширина */
    box-sizing: border-box;
    /*  Чтобы padding не ломал ширину */
    margin: 15px;
    backdrop-filter: blur(10px)
}

.Otw4p7E0CVYTSk {
    display: none;
}

.Otw4p7E0CVYTSk.xwGpohqxeBAJ4B {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vAC3Wb4ROuA8CM {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #FFFFFFCC;
    margin-bottom: 20px;
}

.YRwhiDayHnP86a {
    font-family: Passion One;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #fff;
}

.qXfAiVYs6Fi5Z1 {
    background: transparent;
    border: none;
    cursor: pointer;
}

.aYmjuVRkGqvwmI {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.mOFRjA0c3V0cux {
    font-family: Passion One;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    /*  Белый цвет для заголовков */
}

.fRHrKdV28CtVbW {
    display: flex;
    flex-direction: column;
    width: 72%;
}

.KbW5se9rQal9er {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    color: #02101B;
}

.Q2Vr1XjIqYiaeJ {
    font-family: Passion One;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #54A338 0%, #51B2CD 100%);
    color: #ffffff;
    padding: 8px 90px;
    border: 1px solid #065D5B;
    text-decoration: none;
    box-shadow: 0px 0px 6px 0px #008E9B inset;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin-bottom: 20px;
}

.Q2Vr1XjIqYiaeJ:hover {
    opacity: 0.8;
}

.cN7llC3pt5IteM {
    font-size: 16px;
}

.iexZ0PhPU9llwr {
    text-align: center;
}

.DDvTGe2hB7Q9K2 {
    margin-bottom: 20px;
}

.XbWt6PEJ0THZUb {
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.bjfmRRKQ2OmA8D {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.FO5viDFgWS8QnJ {
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    background-color: green;
    display: none
}

.b9OlkrEngajMHT {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media(max-width: 1184px) {
    .k5L2Jt2illHKsb {
        width: 100%;
        gap: 0px;
        justify-content: space-around;
    }

    .tgzGOtBsL58vT4 {
        display: none;
    }


}



@media(max-width: 1032px) {
    .tgzGOtBsL58vT4 li {
        justify-content: center;
    }

    .MiycmTRlsRJhO2 {
        flex-direction: column;
    }

    .Fwg72GwA7MfF9K {
        padding: 40px 47px 70px 200px;
    }
}

@media(max-width: 876px) {
    .JsdTuIv4ZZyfGO h1 {
        font-size: 44px;
    }

    .JsdTuIv4ZZyfGO p {
        font-size: 14px;
    }

    .Fwg72GwA7MfF9K {
        padding: 20px 10px 70px 10px;
    }

    .DOXCDJrT04fny1 {
        flex-wrap: wrap;
        gap: 10px 40px;
        justify-content: center;
    }

    .hfybRSWs4Lwhqq {
        flex-direction: column;
        padding-bottom: 15px;
    }

    .fcZaks6jfUymSe h2 {
        font-family: Abril Fatface;
        font-size: 27px;
    }

    .jdbnpZgnEQXNog {
        gap: 20px;
    }

    .Fwg72GwA7MfF9K {
        align-items: flex-start;
    }

    .e65nLpN9b9L3jl {
        padding-right: 0px;
    }

    .Lo2rrtuMeLNpR3 {
        font-size: 27px;
    }


    /* --- ОСНОВНОЙ КОНТЕЙНЕР --- */
    .OPFbqxl1UosOSF {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 0px;
        border-radius: 16px;
        width: 100%;
    }

    /* --- ЛЕВАЯ КОЛОНКА (ЛОГОТИП И БОНУС) --- */
    .o7rry25FKCqOiG {
        flex: 1.5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 0px;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        gap: 20px;
        padding: 10px;
    }

    /* --- ПРАВАЯ КОЛОНКА (РЕЙТИНГ, КНОПКА, ИКОНКИ) --- */
    .gERY8fkuHjDl9n {
        flex: 1;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        border-radius: 0px;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        padding: 20px 8px;
        gap: 15px;
    }


    /* --- ОСТАЛЬНЫЕ СТИЛИ ОСТАЮТСЯ БЕЗ ИЗМЕНЕНИЙ --- */

    .FaGOsnM33inI3P {
        justify-content: center;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        gap: 4px;
        width: 100%;
    }
    
    .gERY8fkuHjDl9n > div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .fgcWpRH8qRaeDP {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .BXPlGBNDodFHDY {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        width: 100%;
        padding-bottom: 5px;
    }

    .gERY8fkuHjDl9n a.cEtp0pcf0ghWq3 {
        font-size: 14px;
    }

    .k5L2Jt2illHKsb {
        display: none;
    }

    .I02KO5pfZEy8bo {
        width: 120px;
    }

}

@media(max-width: 667px) {
    .gERY8fkuHjDl9n a {
        padding: 13px 5px;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }

    .o7rry25FKCqOiG {
        padding: 8px;
        gap: 15px;
    }

    .gERY8fkuHjDl9n {
        padding: 19px 8px;
        gap: 10px;
    }

    .JsdTuIv4ZZyfGO h1 {
        font-size: 32px;
    }

    .jdbnpZgnEQXNog {
        font-size: 18px;
        padding: 25px 16px 25px 16px;
    }

    .jHU1NmRAxHfxC4 p {
        padding: 0px 16px 0px 16px;
    }

    .Lo2rrtuMeLNpR3 {
        font-size: 24px;
    }

    .sREtFHsjR9wFeo {
        background-image: url('/assets/img/hero-mob01.webp');
        background-size: cover;
        background-position: bottom;
        margin-bottom: 20px;
    }

    .Fwg72GwA7MfF9K {
        object-fit: contain;
    }

    .JsdTuIv4ZZyfGO ul {
        flex-direction: column;
    }

    .JsdTuIv4ZZyfGO li button {
        gap: 8px;
    }


    .JsdTuIv4ZZyfGO li button {
        font-size: 12px;
        padding: 4px 16px;
    }
}

@media(max-width: 360px) {
    .JsdTuIv4ZZyfGO p {
        display: none;
    }

    .JsdTuIv4ZZyfGO ul {
        flex-direction: column;
    }

    .Fwg72GwA7MfF9K {
        padding: 20px 10px 210.6px 10px;
    }

    .j3pPVOS5KBmOhf {
        background-color: #F1F3FF;
        color: #474747;
        font-family: Lato;
        font-weight: 900;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 4%;
        text-transform: uppercase;
        border: none;
        padding: 4px 24px;
        border-radius: 20px;
        cursor: pointer;
        margin-bottom: 16px;
    }

    .e65nLpN9b9L3jl {
        margin-bottom: 0px;
    }

    .JsdTuIv4ZZyfGO li a {
        padding: 4px 16px;
    }


}

/* /* === Общие стили для страниц с текстом (Terms, Privacy) === */


.MuVc3JvFgpNPkU {
    background-color: #1a1a1a;
    /* Глубокий темный фон */
    color: #e0e0e0;
    /* Слегка приглушенный белый для текста, легче для глаз */
    font-family: 'Roboto', sans-serif;
    /* Отличный читабельный шрифт для основного текста */
    line-height: 1.7;
    /* Увеличиваем межстрочный интервал для комфортного чтения */
    padding: 60px 0;
    /* Вертикальные отступы для секции */
}

/* Контейнер, который центрирует контент и ограничивает его ширину */
.MuVc3JvFgpNPkU .ubUnQTXyiXdSmT {
    max-width: 900px;
    /* Оптимальная ширина для текстового контента */
    margin: 0 auto;
    padding: 0 20px;
    /* Отступы по бокам для мобильных устройств */
}


/* === Стили для заголовков === */

.MuVc3JvFgpNPkU h1 {
    /* Яркий акцентный шрифт для главного заголовка */
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    /* Легкая тень для объема */
}

.MuVc3JvFgpNPkU h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 50px;
    /* Большой отступ сверху для разделения секций */
    margin-bottom: 20px;
    padding-bottom: 10px;
    /* Красивая линия-разделитель в акцентном цвете */
    border-bottom: 2px solid #54A338;
}


/* === Стили для основного контента === */

.MuVc3JvFgpNPkU p {
    margin-bottom: 20px;
    /* Стандартный отступ между параграфами */
}

/* Стилизация списков для более опрятного вида */
.MuVc3JvFgpNPkU ul {
    list-style: none;
    /* Убираем стандартные маркеры */
    padding-left: 0;
    margin-bottom: 20px;
}

.MuVc3JvFgpNPkU li {
    position: relative;
    /* Необходимо для позиционирования псевдо-элемента */
    padding-left: 30px;
    /* Освобождаем место для кастомного маркера */
    margin-bottom: 12px;
}

/* Создаем кастомный, стильный маркер для списка */
.MuVc3JvFgpNPkU li::before {
    content: '✓';
    /* Используем галочку в качестве маркера */
    position: absolute;
    left: 0;
    top: 0;
    color: #51B2CD;
    /* Используем второй акцентный цвет */
    font-weight: bold;
    font-size: 1.2rem;
}

/* Стили для ссылок внутри текста */
.MuVc3JvFgpNPkU a {
    color: #51B2CD;
    text-decoration: none;
    transition: color 0.3s ease;
}

.MuVc3JvFgpNPkU a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* === Адаптивность для мобильных устройств === */
@media (max-width: 768px) {
    .MuVc3JvFgpNPkU h1 {
        font-size: 2.2rem;
        /* Уменьшаем главный заголовок */
    }

    .MuVc3JvFgpNPkU h2 {
        font-size: 1.6rem;
        /* Уменьшаем подзаголовки */
    }

    .MuVc3JvFgpNPkU {
        padding: 40px 0;
        /* Уменьшаем вертикальные отступы */
    }
}