@font-face {
    font-family: Archivo Black;
    font-weight: 400;
    font-display: swap;
    src: url(../ausbigjackpott-fontszXc/ausbigjackpott-archivoblack-regularzXc.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    src: url(../ausbigjackpott-fontszXc/ausbigjackpott-interzXc.woff2) format("woff2")
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #0162D0;
    color: #ffffff;
    padding: 0;
}

main {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
}

.ausbigjackpott-herozXc-containerzXc {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0px 10px 0px 10px;
    gap: 10px;
    height: 549px;
    justify-content: center;
    align-items: center;
}

.ausbigjackpott-container-faqzXczXc {
    max-width: 1240px;
    margin: 0 auto;
}

/* Navbar */

.ausbigjackpott-navbarzXc .containerzXc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 16px 20px;
    background: transparent;
}

.ausbigjackpott-navzXc {
    display: flex;
    gap: 20px;
    margin: 0;
}

.ausbigjackpott-navbarzXc div a {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.ausbigjackpott-navbarzXc div a:hover {
    color: #fff;
    font-weight: 600;
}

.ausbigjackpott-navbarzXc div a.active {
    color: #fff;
    font-weight: 700;
}

.ausbigjackpott-navbarzXc .ausbigjackpott-logozXc {
    background-image: url('../ausbigjackpott-imgzXc/ausbigjackpott-logoheadzXc.png');
    width: 212px;
    height: 19px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ausbigjackpott-burgerzXc {
    display: none;
    cursor: pointer;
}

/* Hero */
.ausbigjackpott-herozXc {
    background-image: url('../ausbigjackpott-imgzXc/ausbigjackpott-herozXc.webp');
    width: 100%;
    height: 549px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ausbigjackpott-abpage-herozXc {
    background-image: url('../ausbigjackpott-imgzXc/ausbigjackpot-aboutzXc.webp');
    width: 100%;
    height: 549px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ausbigjackpott-resp-herozXc {
    background-image: url('../ausbigjackpott-imgzXc/ausbigjackpot-responsezXc.webp');
    width: 100%;
    height: 549px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ausbigjackpott-navbarzXc {
    max-width: 1280px;
    margin: 0 auto;
}

.container-headerzXc {
    background-color: #0162D0CC;
}

.ausbigjackpott-hero_contentzXc {
    margin: 80px 0px;
}

.ausbigjackpott-herozXc h1 {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 80px;
    line-height: 90%;
    letter-spacing: -4%;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

.ausbigjackpott-herozXc p {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: #FFFFFF;
}

.ausbigjackpott-abpage-herozXc h1 {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 80px;
    line-height: 90%;
    letter-spacing: -4%;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

.ausbigjackpott-abpage-herozXc p {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: #FFFFFF;
}

.ausbigjackpott-resp-herozXc h1 {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 80px;
    line-height: 90%;
    letter-spacing: -4%;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

.ausbigjackpott-resp-herozXc p {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: #FFFFFF;
}

.ausbigjackpott-descr_blockzXc {
    display: flex;
    justify-content: center;
}

.ausbigjackpott-btnzXc {
    width: 400px;
    font-family: Archivo Black;
    font-size: 24px;
    background: linear-gradient(270deg, #EF681C 0%, #F6D035 100%);
    color: #fff;
    padding: 10px 32px;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-align: center;
    text-transform: uppercase;
}

.ausbigjackpott-btnzXc:hover {
    opacity: 0.7;
    /* эффект затемнения */
}

/* About */
.ausbigjackpott-aboutzXc {
    padding: 80px 0px;
}

.ausbigjackpott-aboutzXc .container-aboutzXc {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    padding: 0px 10px;
}

.ausbigjackpott-logo_blockzXc {
    background-image: url('../ausbigjackpott-imgzXc/ausbigjackpott-aboutlogozXc.webp');
    background-repeat: no-repeat;
    max-width: 480px;
    width: 100%;
    height: 380px;
    background-size: contain;
    background-position: center;
    display: flex;
}

.ausbigjackpott-p_containerzXc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
}

.ausbigjackpott-textzXc {
    max-width: 800px;
}

.ausbigjackpott-p_containerzXc ol {
    padding-left: 16px;
}

.ausbigjackpott-p_containerzXc p {
    margin-bottom: 24px;
}

.ausbigjackpott-list_titlezXc {
    margin-bottom: 0px !important;
}

.ausbigjackpott-p_container_listzXc {
    margin-top: 0px;
    padding-left: 1em;
    list-style: disc;
}

.ausbigjackpott-p_container_list_responsible_pagezXc {
    list-style-type: none;
    margin-top: 0;
    padding: 0;
}

.ausbigjackpott-aboutzXc .ausbigjackpott-textzXc h2 {
    font-family: Archivo Black;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #ffffff;
}

.ausbigjackpott-winners_containerzXc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
}

.ausbigjackpott-winners_titlezXc {
    display: flex;
    justify-content: center;
}

.ausbigjackpott-boxzXc {
    background: #32323280;
    border: 4px solid #E9A6A5;

    border-radius: 20px;
    padding: 40px 24px;
    text-align: center;
    color: #fff;
    /* Белый текст */
}

.ausbigjackpott-amountzXc {
    font-family: Archivo Black;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #E9A6A5;
    padding-bottom: 32px;
}

.ausbigjackpott-descriptionzXc {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.ausbigjackpott-namezXc {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #E9A6A5;
}

.ausbigjackpott-box_textzXc {
    min-height: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* FAQ */

.ausbigjackpott-faqzXczXc {
    padding-bottom: 40px;
}

.ausbigjackpott-faq_titlezXczXc {
    font-family: Archivo Black;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    margin: 0;
    text-align: center;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.ausbigjackpott-faqzXc_grid_1zXc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-bottom: 80px;
}

.ausbigjackpott-faqzXc_itemzXc {
    max-width: 348.8px;
    min-height: 260px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
    border-radius: 30px;
    background: #FEFEFE80;
    box-shadow: 0px 4px 4px 0px #00000026;
}

.ausbigjackpott-down-2zXc {
    display: flex;
    align-items: center;
}

.ausbigjackpott-faqzXc_item_blockzXc {
    min-height: 169px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ausbigjackpott-faqzXc_item_titlezXc {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.ausbigjackpott-faqzXc_item_descrzXc {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
}

.ausbigjackpott-faqzXc_item_titlezXc,
.ausbigjackpott-faqzXc_item_descrzXc {
    overflow-wrap: break-word;
    /* переносит длинные слова */
    word-wrap: break-word;
    /* старый синтаксис */
    hyphens: auto;
    /* добавляет переносы по слогам, если возможно */
}

/* Responsible */

.ausbigjackpott-responsiblezXc {
    padding: 0px 16px 0px 16px;
}

.ausbigjackpott-container-responsiblezXc {
    background: #0591BF;
    border-radius: 50px;
    padding: 40px;
    color: #fff;
    box-sizing: border-box;
    /* Добавлено для корректного расчета высоты */
}

.ausbigjackpott-responsible_titlezXc {
    font-family: Archivo Black;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.ausbigjackpott-responsible_descrzXc {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

.responsible_linkzXc {
    color: #fff;
    text-decoration: underline;
}

/* Footer */
footer {
    background: #000000;
    padding: 20px 0;
}

.ausbigjackpott-footer-gridzXc {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0px 16px 32px 16px;
}

.ausbigjackpott-footer-gridzXc h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #FEFEFE;
    margin: 0;
    margin-bottom: 10px;
}

.ausbigjackpott-footer-gridzXc p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    max-width: 630px;
    color: #FEFEFE;
}

.ausbigjackpott-block_1zXc {
    margin-right: 20px;
}


.ausbigjackpott-partnerszXc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    gap: 20px 50px;
    margin: 0;
    flex-wrap: wrap;
}

.hover-opacityzXc:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;

}

.ausbigjackpott-popupauthzXc {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    /*  Центрируем контент по вертикали и горизонтали */
}

.ausbigjackpott-popupauthzXc.active {
    opacity: 1;
    visibility: visible;
}

.ausbigjackpott-popupauth__closezXc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ausbigjackpott-popupauth__contentzXc {
    position: relative;
    z-index: 2;
    background-color: #FFFCF1;
    /*  Темный фон для контента */
    border-radius: 16px;
    padding: 30px;
    width: 400px;
    /*  Фиксированная ширина */
    box-sizing: border-box;
    /*  Чтобы padding не ломал ширину */
}

.ausbigjackpott-popupauth__itemzXc {
    display: none;
}

.ausbigjackpott-popupauth__itemzXc.active {
    display: block;
    text-align: center;
}

.ausbigjackpott-popupauth__titlezXc {
    font-family: Archivo Black;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    text-transform: uppercase;
    /*  Белый цвет для заголовков */
}

.ausbigjackpott-popupauth__formzXc {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.ausbigjackpott-popupauth__inputzXc {
    font-family: 'Inter';
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #00000040;
    border-radius: 5px;
    font-size: 16px;
}

.ausbigjackpott-popupauth__buttonzXc {
    font-family: Archivo Black;
    font-size: 16px;
    background: linear-gradient(270deg, #EF681C 0%, #F6D035 100%);
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    text-decoration: none;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}

.ausbigjackpott-popupauth__buttonzXc:hover {
    opacity: 0.8;
}

.tx-16 {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.w100 {
    width: 100%;
    background: none;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    border: none;
    cursor: pointer;
}

.tx-main {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.statuszXc {
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    background-color: green;
    display: none
}

.formzXc.active .statuszXc {
    display: block
}

.ul-descrzXc {
    padding: 0 !important;
    margin: 0 !important;
}

.resp-ulzXc {
    list-style: none !important;
    padding: 0 !important;
}

.ausbigjackpott-p_containerzXc ul {
    margin: 0;
    padding-left: 16px;
    list-style: disc;
}

.visually-hiddenzXc {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.responsezXc {
    padding-top: 80px;
}

.ausbigjackpott-whychoose-block2-imgzXc-responsezXc {
    background-image: url(../ausbigjackpott-imgzXc/ausbigjackpott-aboutlogozXc.webp);
    width: 100%;
    height: auto;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* FAQ */

.ausbigjackpott-faqzXc {
    padding-bottom: 80px;
}

.ausbigjackpott-faq_titlezXc {
    font-family: Archivo Black;
    font-style: Regular;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.ausbigjackpott-container-faqzXc {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px;
}

.faq-accordionzXc {
    margin-bottom: 60px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Стили для каждого элемента (вопрос + ответ) */
.accordion-itemzXc {
    transition: all 0.3s ease-in-out;
}

/* Заголовок-кнопка */

.accordion-headerzXc {
    border: 1px solid #1E87FF;
    border-radius: 8px;
    font-family: Archivo Black;
    font-size: 20px;
    background: transparent;
    width: 100%;
    padding: 25px;
    color: #ffffff;
    cursor: poInter;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    margin-bottom: 8px;
    gap: 20px;
}

/* Серая циферка слева */
.accordion-numberzXc {
    font-family: Archivo Black;
    font-style: Regular;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    flex-shrink: 0;
    color: #FFFFFF66;
}

/* Иконка (стрелочка) */
.arrowzXc {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

/* Контент (ответ) */
.accordion-contentzXc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.accordion-titlezXc {
    flex-grow: 1;
    /* ЭТО ГЛАВНОЕ! Заставляет текст занять всё доступное свободное пространство */
    text-align: left;
    /* Выравниваем текст по левому краю */
    word-break: break-all;
}

.accordion-contentzXc p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    padding: 25px;
    margin: 0;
    padding-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
}


/* --- СТИЛИ ДЛЯ АКТИВНОГО (ОТКРЫТОГО) СОСТОЯНИЯ --- */

/* Когда элемент активен, применяем рамку и отступы */
.accordion-itemzXc.active {
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    padding-bottom: 25px;
    margin-bottom: 20px;
    background: #1E87FF;
}

.accordion-content-listzXc {
    margin: 0;
    color: #fff;
}

/* Убираем нижнюю границу у заголовка, когда весь блок в рамке */
.accordion-itemzXc.active .accordion-headerzXc {
    border-bottom: none;
    border-radius: 15px;
    border: none;
    background: transparent;
    color: #ffffff;
}

/* Поворачиваем иконку вверх, когда блок открыт */
.accordion-itemzXc.active .arrowzXc {
    transform: rotate(135deg);
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

/* Показываем контент, устанавливая ему максимальную высоту */
.accordion-itemzXc.active .accordion-contentzXc {
    max-height: 200px;
    /* Установите значение, достаточное для вашего текста */
}

.arrowzXc {
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    margin: 10px auto;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    min-width: 10px;
    min-height: 10px;
    box-sizing: content-box;
}

.arrowzXc:hover {
    transform: translateY(3px);
}

.ausbigjackpott-whychoose-titlezXc {
    text-align: center;
    font-family: Archivo Black;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
}

.ausbigjackpott-whychoose-block1zXc {
    display: flex;
    gap: 20px;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 80px;
}

.ausbigjackpott-whychoosezXc {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px;
}

.ausbigjackpott-whychoose-block1-itemzXc h3 {
    font-family: Archivo Black;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    color: #ffffff;
}

.ausbigjackpott-whychoose-block1-itemzXc p {
    color: #FFFFFFCC;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
}

.ausbigjackpott-whychoose-block1-itemzXc {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 10px;
}

.ausbigjackpott-whychoose-block2zXc {
    display: flex;
    gap: 20px;
    padding-bottom: 80px;
    justify-content: center;
}

.ausbigjackpott-whychoose-block2zXc h3 {
    font-family: Archivo Black;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #ffffff;
    word-break: break-all;
}

.ausbigjackpott-whychoose-block2-infozXc {
    word-break: break-all;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 630px;
}

.ausbigjackpott-whychoose-block2-infozXc ul {
    list-style: disc !important;
    padding-left: 16px !important;
    margin: 0;
    color: #FFFFFFCC;
    font-family: Inter;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
}

.ausbigjackpott-whychoose-block2-infozXc p {
    color: #FFFFFFCC;
    font-family: Inter;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
}

@media(max-width: 992px) {
    .ausbigjackpott-herozXc h1 {
        font-size: 60px;
    }

    .ausbigjackpott-abpage-herozXc h1 {
        font-size: 60px;
    }

    .ausbigjackpott-resp-herozXc h1 {
        font-size: 60px;
    }
}

@media(max-width: 873px) {

    .ausbigjackpott-herozXc h1 {
        font-family: Archivo Black;
        font-size: 44px;
        font-weight: 700;
        line-height: 120%;
    }

    .ausbigjackpott-btnzXc {
        width: auto;
    }

    .ausbigjackpott-whychoose-block1zXc {
        flex-direction: column;
    }

    .ausbigjackpott-whychoose-block2zXc {
        flex-direction: column;
    }

    .ausbigjackpott-whychoose-block2-imgzXc {
        background-image: url(../ausbigjackpott-imgzXc/ausbigjackpott-balls.webp);
        width: 100%;
        height: 333px;
        border-radius: 20px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ausbigjackpott-herozXc p {
        font-family: Inter;
        font-size: 17px;
        font-style: normal;
        max-width: 702px;
        margin-bottom: 24px;
    }

    .ausbigjackpott-abpage-herozXc p {
        font-family: Inter;
        font-size: 17px;
        font-style: normal;
        max-width: 702px;
        margin-bottom: 24px;
    }

    .ausbigjackpott-resp-herozXc p {
        font-family: Inter;
        font-size: 17px;
        font-style: normal;
        max-width: 702px;
        margin-bottom: 24px;
    }


    .ausbigjackpott-aboutzXc .container-aboutzXc {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }


    .ausbigjackpott-burgerzXc {
        display: block;
        background: none;
        padding: 0;
        border: none;
    }



    .ausbigjackpott-navzXc {
        display: none;
        flex-direction: column;
        position: absolute;
        top: calc(60px + 7px);
        right: 0px;
        width: 50%;
        padding: 16px;
        background: #141414;
        /* border-radius: 8px; */
        box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
        z-index: 1000;
        height: 100vh;
    }

    .ausbigjackpott-navzXc.active {
        display: flex;
        /* показать меню */
    }

    .ausbigjackpott-navbarzXc {
        padding: 8px 16px;
    }

    .ausbigjackpott-faqzXc_grid_1zXc {
        padding: 0px 16px 0px 16px;
    }
}

@media(max-width: 665px) {
    .ausbigjackpott-navbarzXc .ausbigjackpott-logozXc {
        width: 185px;
        height: 17px;
    }

    .ausbigjackpott-navbarzXc .containerzXc {
        padding: 0;
    }

    .ausbigjackpott-navbarzXc {
        padding: 21px 10px 11px 10px;
    }

    .ausbigjackpott-whychoose-block2-imgzXc {
        height: 166px;
    }

    .ausbigjackpott-logo_blockzXc {
        height: 200px;
    }

    .ausbigjackpott-winners_containerzXc {
        grid-template-columns: none;
    }

    .ausbigjackpott-herozXc h1 {
        font-size: 36px;
    }

    .ausbigjackpott-abpage-herozXc h1 {
        font-size: 36px;
    }

    .ausbigjackpott-resp-herozXc h1 {
        font-size: 36px;
    }

    .ausbigjackpott-herozXc p {
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        max-width: 702px;
        margin-bottom: 24px;
    }

    .ausbigjackpott-abpage-herozXc p {
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        max-width: 702px;
        margin-bottom: 24px;
    }

    .ausbigjackpott-resp-herozXc p {
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        max-width: 702px;
        margin-bottom: 24px;
    }

    .ausbigjackpott-faq_titlezXc {
        font-size: 26px;
    }

    .ausbigjackpott-whychoose-titlezXc {
        text-align: left;
        font-size: 26px;
    }

    .ausbigjackpott-whychoose-block2zXc h3 {
        text-align: left;
        font-size: 26px;
    }

    .ausbigjackpott-p_containerzXc {
        font-size: 14px;
    }

    .ausbigjackpott-footer-gridzXc {
        flex-wrap: wrap;
        gap: 20px;
    }

    .ausbigjackpott-btnzXc {
        width: 100%;
        font-size: 20px;
    }

    .ausbigjackpott-aboutzXc {
        padding: 50px 0px;
    }

    .ausbigjackpott-faqzXc {
        padding-bottom: 50px;
    }

    .ausbigjackpott-herozXc-containerzXc {
        padding: 20px 10px 0px 10px;
        height: 435px;
    }

    .ausbigjackpott-aboutzXc .ausbigjackpott-textzXc h2 {
        font-size: 26px;
    }

    .accordion-headerzXc {
        padding: 16px 8px;
        gap: 8px;
        font-size: 14px;
    }
}

@media(max-width: 425px) {
    .ausbigjackpott-container-responsiblezXc {
        padding: 10px;
    }

}

.links-foot-navnJp {
    padding-top: 40px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.links-foot-navnJp a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: Inter;
}

/* =========================================================================
   18+ POP-UP Стили
========================================================================= */

/* Модальное окно (оверлей) */
.age-gate-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    /* Темное, полупрозрачное затемнение */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Очень высокий Z-индекс, чтобы перекрыть все */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.age-gate-modal.active {
    opacity: 1;
    visibility: visible;
}

/* Контент Pop-up'а */
.age-gate-content {
    background-color: #1c273a;
    /* Темно-синий фон, как на картинке */
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Rubik;
}

.age-gate-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.age-gate-text {
    font-size: 16px;
    color: #c6def4;
    /* Светло-голубой цвет текста */
    margin-bottom: 30px;
    line-height: 1.4;
}

/* Контейнер кнопок */
.age-gate-actions {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-top: 15px;
}

/* Базовый стиль кнопки */
.age-gate-btn {
    flex-grow: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    text-align: center;
}

/* Основная кнопка (I am 18 or older) */
.primary-btn {
    background-color: #0d6efd;
    /* Яркий синий цвет */
    color: white;
}

.primary-btn:hover {
    background-color: #0b5ed7;
}

/* Второстепенная кнопка (Leave site) */
.secondary-btn {
    background-color: #2e3b50;
    /* Темно-серый/синий, как на картинке */
    color: #c6def4;
}

.secondary-btn:hover {
    background-color: #3f4d67;
}

/* Расположение кнопок по макету */

/* Горизонтальное расположение (для десктопа) */
.age-gate-actions.horizontal-layout {
    display: flex;
}

/* Вертикальное расположение (для мобильных) */
.age-gate-actions.vertical-layout {
    display: none;
    /* Скрыть на десктопе */
    flex-direction: column;
}

/* Медиа-запрос для мобильного отображения */
@media (max-width: 550px) {
    .age-gate-content {
        padding: 30px 20px;
    }

    .age-gate-actions.horizontal-layout {
        display: none;
        /* Скрыть горизонтальный вариант */
    }

    .age-gate-actions.vertical-layout {
        display: flex;
        /* Показать вертикальный вариант */
    }
}

/* Убедимся, что Pop-up проверки возраста всегда выше Pop-up'а куки */
#age-gate-modal {
    z-index: 10000;
}

#cookie-consent-modal {
    z-index: 9999;
}

/* Скрываем блок по умолчанию, используя ту же логику, что и для popup-item */
.ausbigjackpott-popupauth__itemnJp.success-message-nJp {
    opacity: 0;
    visibility: hidden;
    /* Убедитесь, что он не занимает место, когда скрыт */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    /* Для центрирования контента */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s, visibility 0.3s;
    background-color: inherit;
    /* Используем фон родителя */
}

/* Показываем блок, когда ему присвоен класс active */
.ausbigjackpott-popupauth__itemnJp.success-message-nJp.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    /* Чтобы занять место в потоке, когда активен */
}

/* Стили для заголовка "The letter was sent by mail" */
.success-message-nJp .success-title-nJp {
    font-family: Freeman;
    font-size: 20px;
    /* Требуемый размер */
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
    /* Предполагаемый цвет текста */
}

/* Стили для кнопки OK (текст внутри кнопки) */
.success-message-nJp .ausbigjackpott-popupauth__buttonnJp {
    font-family: Freeman;
    font-size: 16px;
    /* Требуемый размер */
    padding: 10px 20px;
    /* Дополнительные отступы для кнопки, если нужно */
    min-width: 100px;
    /* Чтобы кнопка OK не была слишком узкой */
}


/* Стиль для заголовка "PRIVACY POLICY" */
.title {
    font-family: 'Archivo Black', sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 90%;
    letter-spacing: -0.04em;
    /* -4% */
    text-align: center;
    text-transform: uppercase;
    color: white;
    /* Обеспечение сжимаемости заголовка на маленьких экранах */
    font-size: clamp(30px, 10vw, 80px);
    margin: 0 0 30px 0;
    padding: 40px 20px 0 20px;
}

/* Стиль для заголовков секций (например, Data Collection) */
.section-header {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    /* Bold */
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    /* -2% */
    margin: 24px 0 8px 0;
    display: block;
    /* Чтобы были на отдельной строке */
}

/* Стиль для основного текста и элементов списка */
.body-text,
.list-item {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    /* Bold */
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    /* -2% */
    margin-bottom: 12px;
}

/* Контейнер для сжимаемости всего содержимого */
.content-container {
    max-width: 960px;
    /* Ограничение максимальной ширины */
    margin: 0 auto;
    /* Центрирование */
    padding: 0 40px 40px 40px;
    /* Отступы по бокам */
    box-sizing: border-box;
}

/* Стиль для маркированного списка */
.list {
    padding-left: 20px;
    margin: 0 0 12px 0;
    list-style-type: disc;
}

/* Стиль для элементов списка в подсекциях */
.sub-list {
    padding-left: 15px;
    margin: 5px 0 5px 0;
    list-style-type: none;
    /* Убираем маркер для родительского li */
}

.sub-list-item {
    margin-bottom: 5px;
    text-indent: -15px;
    /* Сдвиг маркера влево */
}

/* Стиль для email-адреса, если он не является ссылкой */
.email-address {
    color: white;
    text-decoration: none;
}