@font-face {
    font-family: Inter;
    font-style: bold;
    font-weight: 700;
    font-display: swap;
    src: url('../bellefrancehub-fonts/bellefrancehub-inter-regular.woff2') format("woff2")
}

@font-face {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../bellefrancehub-fonts/bellefrancehub-rajdhani-bold.woff2') format("woff2")
}

section {
    margin: 0px 10px;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

body {
    margin: 0;
    background: #1B1B22;
}

/* === Герой секция === */

.bellefrancehub-hero-container {
    max-width: 1280px;
    margin: 0 auto;
    background-image: url('../bellefrancehub-img/bellefrancehub-hero.webp');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 24px;
    min-height: 450px;
}

.bellefrancehub-hero-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    /* полупрозрачное черное */
    pointer-events: none;
    /* чтобы не блокировать клики */
    border-radius: 12px;
    /* повторяем скругление */
}

.bellefrancehub-bonus-container {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.bellefrancehub-hero {
    display: flex;
    padding: 20px 0px 0px 0px;
    flex-direction: column;
}

.bellefrancehub-bonus-block-mob-2 {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* === Блок 18+ === */
.bellefrancehub-rules18 {
    font-family: Rajdhani;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    color: #fff;
}

.bellefrancehub-rules18-info-btn {
    background: #FFFFFF33;
    font-family: Inter;
    font-weight: 600;
    font-style: Bold;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 16px;
    border: none;
    color: #fff;
    padding: 8px 15px;
    z-index: 2;
}

.bellefrancehub-rules18-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px 20px;
}

.bellefrancehub-rules-info {
    display: flex;
    max-width: 462px;
    align-items: center;
    gap: 5px;
}

.icon-21 {
    width: 19px;
    height: 19px;
    z-index: 2;
}

.bwin {
    max-width: 210px;
}

.netbet {
    max-width: 223px;
}

/* === Кнопка сайта === */
.bellefrancehub-btn {
    background-color: #F1F3FF;
    color: #474747;
    text-align: center;
    width: 173px;
    font-family: Rajdhani;
    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;
}

/* === Информация внутри героя === */
.bellefrancehub-hero-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 0px 20px;
    max-width: 850px;
}

.bellefrancehub-hero-info h1 {
    font-family: Rajdhani;
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-transform: uppercase;
    z-index: 2;

}

.bellefrancehub-hero-info p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    z-index: 3;
}

.bellefrancehub-rules-info p {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    z-index: 2;

}

.bellefrancehub-btn-list a {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 4px 16px;
    background: #00FF7F;
    border-radius: 20px;
}

.bellefrancehub-bonus-container h2 {
    font-family: Rajdhani;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.bellefrancehub-bonus-container-list {
    display: flex;
    list-style: none;
    color: #fff;
    padding: 0;
    justify-content: space-between;
}

.bellefrancehub-bonus-container-list div {
    font-family: Rajdhani;
    font-weight: 400;
    font-style: Semi Bold;
    font-size: 20px;
    text-align: center;
    width: 305px;
    color: #FFFFFF99;
}

.hero-section {
    margin-left: 10px;
    margin-right: 10px;
}




/* === Список преимуществ === */
.bellefrancehub-hero-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.bellefrancehub-btn-list {
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.bellefrancehub-hero-info div button {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 4px;
    background: #2A2528;
    color: #fff;
    border: 1px solid #FF6B00;
    padding: 4px 10px;
    border-radius: 20px;
    cursor: poInter;
    font-size: 16px;
}


/* Bonus */

.bellefrancehub-bonus-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bellefrancehub-bonus-list-item {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.bellefrancehub-bonus-list-img {
    max-height: 91px;
    max-width: 195px;
}

.bellefrancehub-bonus-list-link {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-left: 10px;
}

.bellefrancehub-bonus-list-item-card1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0px;
    border-radius: 16px;
    gap: 20px;
    border: 2px solid #FF6B00;
    background: linear-gradient(90deg, #2A2528 0%, #1E1B1C 100%);

}

.bellefrancehub-bonus-list-item-card2 {
    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;
}

.bellefrancehub-bonus-list-item-card2-descr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 4px;
}

.bellefrancehub-bonus-list-item-card2-descr p {
    font-family: Rajdhani;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #B5B5B5;
}

.bellefrancehub-bonus-list-item-card2-descr a {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    cursor: poInter;
    text-decoration: none;
}

.bellefrancehub-bonus-list-item-card2-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 220px;
    justify-content: center;
}

.finger {
    background-image: url('../bellefrancehub-img/bellefrancehub-finger-logo.png');
    width: 28px;
    height: 28px;
}

.star-w {
    background-image: url('../bellefrancehub-img/bellefrancehub-starchik.png');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}

.bellefrancehub-bonus-list-item-card2-list li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bellefrancehub-bonus-list-item-card2-list p {
    font-family: Rajdhani;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.bellefrancehub-bonus-list-item-card2-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.bellefrancehub-bonus-list-item-card2-rating p {
    font-family: Rajdhani;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #ffffff;
}

.star {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.stars {
    display: flex;
    gap: 4px;
}

.bellefrancehub-bonus-list-item-card3 {
    box-sizing: border-box;
    /* Важно, чтобы padding не ломал ширину */
    border-radius: 16px;

    /* Стили для расположения элементов внутри */
    display: flex;
    flex-direction: column-reverse;
    /* ИЗМЕНЕНО: ставим обычный порядок, а не обратный */
    justify-content: center;
    gap: 20px;
    /* Немного уменьшил отступ для гармонии */
    width: 100%;

    padding-right: 10px;
}

.bellefrancehub-bonus-list-item-card3 a {
    display: block;
    transition: 0.5s;
    /*влияет на плавность изменения тени при наведении*/
    background: #E85E00;
    box-shadow: 0px 0px 10px 0px #FFFFFF66;
    border-radius: 11px;
    width: 100%;
    padding: 12px 80px;
    border: none;
    color: #fff;
    text-decoration: none;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    animation: mymove 1s infinite linear;
    cursor: poInter;
    box-sizing: border-box;
}

.bellefrancehub-bonus-list-item-card3 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;
    }
}

.bellefrancehub-bonus-list-item-card3-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.bellefrancehub-guide h2 {
    font-family: Rajdhani;
    text-align: center;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}


.bellefrancehub-about-container {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 24px;
    gap: 20px;
    color: #fff;
    padding-bottom: 80px;
}

.bellefrancehub-about-container-descr h2 {
    font-family: Rajdhani;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.bellefrancehub-about-container-descr p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    padding-bottom: 20px;
}

.bellefrancehub-descr-container ul {
    margin: 0px 0px 24px 0px;
    padding-left: 16px;
}

.bellefrancehub-descr-container {
    max-width: 630px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #fff;
}

.bellefrancehub-descr-container p {
    font-family: Inter;
    font-size: 16px;
    padding-bottom: 24px;
}

.bellefrancehub-card-container-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* две колонки */
    gap: 20px;
}

.bellefrancehub-card-container-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #95959533;
    padding: 16px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.number1 {
    background-image: url('../bellefrancehub-img/bellefrancehub-number1.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.number2 {
    background-image: url('../bellefrancehub-img/bellefrancehub-number2.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.number3 {
    background-image: url('../bellefrancehub-img/bellefrancehub-number3.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.number4 {
    background-image: url('../bellefrancehub-img/bellefrancehub-number4.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.bellefrancehub-card-container-list p {
    max-width: 300px;
}

.bellefrancehub-guide {
    background-image: url('../bellefrancehub-img/bellefrancehub-about.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 30px 16px;
}

.bellefrancehub-guide-block {
    max-width: 841px;
    background: #00000066;
    border: 2px solid #003CFF;
    border-radius: 16px;
    padding: 24px 16px;

}

/* FAQ */

.bellefrancehub-faq {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bellefrancehub-faq_title {
    font-family: Rajdhani;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.bellefrancehub-container-faq {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px;
}

.faq-accordion {
    margin-bottom: 60px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Стили для каждого элемента (вопрос + ответ) */
.accordion-item {
    transition: all 0.3s ease-in-out;
}

/* Заголовок-кнопка */

.accordion-header {
    border: 2px solid #FF6B00;
    box-shadow: 0px 4px 4px 0px #FFFFFF33 inset;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    background: linear-gradient(90deg, #2A2528 0%, #1E1B1C 100%);
    width: 100%;
    padding: 25px;
    color: #ffffff;
    cursor: poInter;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    gap: 20px;
    margin-bottom: 8px;
}

/* Серая циферка слева */
.accordion-number {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    flex-shrink: 0;
    color: #FFFFFF66;
}

/* Иконка (стрелочка) */
.arrow {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

/* Контент (ответ) */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.accordion-title {
    flex-grow: 1;
    /* ЭТО ГЛАВНОЕ! Заставляет текст занять всё доступное свободное пространство */
    text-align: left;
    /* Выравниваем текст по левому краю */
}

.accordion-content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    padding: 25px;
    margin: 0;
    padding-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
}


/* --- СТИЛИ ДЛЯ АКТИВНОГО (ОТКРЫТОГО) СОСТОЯНИЯ --- */

/* Когда элемент активен, применяем рамку и отступы */
.accordion-item.active {
    border-radius: 15px;
    border: 2px solid #FF6B00;
    box-shadow: 0px 4px 4px 0px #FFFFFF33 inset;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #2A2528 0%, #1E1B1C 100%);
}

.accordion-content-list {
    margin: 0;
    color: #fff;
}

/* Убираем нижнюю границу у заголовка, когда весь блок в рамке */
.accordion-item.active .accordion-header {
    border-bottom: none;
    border-radius: 15px;
    border: none;
    background: transparent;
}

/* Поворачиваем иконку вверх, когда блок открыт */
.accordion-item.active .arrow {
    transform: rotate(-180deg);
}

/* Показываем контент, устанавливая ему максимальную высоту */
.accordion-item.active .accordion-content {
    max-height: 200px;
    /* Установите значение, достаточное для вашего текста */
}

.arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
    margin: 10px auto;
    transition: transform 0.3s ease;
}

.arrow:hover {
    transform: translateY(3px);
}

.bellefrancehub-text h2 {
    font-family: Rajdhani;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    vertical-align: middle;
}

.bellefrancehub-about-page {
    padding: 0px 10px;
}

/* Winners */

.bellefrancehub-winners_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px 70px 10px;
    list-style: none;
}

.bellefrancehub-winners_title {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.bellefrancehub-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    background: #2A2528;
    border: 1px solid #FF6B00;
    border-radius: 8px;
    padding: 24px 16px;
    color: #fff;
    align-items: flex-start;
    /* Белый текст */
}

.bellefrancehub-box-basket {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
    background: #2A2528;
    border: 2px solid #FF6B00;
    border-radius: 8px;
    padding: 24px 16px;
    color: #fff;
    align-items: center;
    /* Белый текст */
}

.bellefrancehub-box-basket h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    text-align: center;
}

.bellefrancehub-box-basket p {
    color: #FFFFFFCC;
    font-family: Inter;
    font-size: 16px;
    line-height: 120%;
}

.bellefrancehub-amount {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #F6DD97;
    padding-bottom: 32px;
}

.bellefrancehub-description {
    padding-top: 8px;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #fff;
}

.bellefrancehub-name {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    color: #FFFFFF99;
}

.bellefrancehub-box_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}



/**/

.bellefrancehub-selection-container {
    background: linear-gradient(360deg, rgba(86, 63, 13, 0.5) 0%, rgba(188, 137, 29, 0.5) 100%);
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 80px;
}

.selection-wrapper {
    padding-top: 32px;
    max-width: 652px;
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
    padding-right: 10px;
    padding-left: 10px;
}

.selection-wrapper h2 {
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4%;
    color: #ffffff;
    padding-bottom: 24px;
    text-align: center;
}

.selection-wrapper h3 {
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
}

.selection-wrapper p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 4%;
    color: #ffffff;
    padding-bottom: 10px;
}

.selection-wrapper ul li {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 4%;
    color: #ffffff;
    padding-bottom: 15px;
}

.selection-wrapper ul li p {
    font-size: 20px;
    font-family: Rajdhani;
    font-weight: 500;
}

.selection-wrapper ul {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

/* Footer */
.bellefrancehub-footer {
    padding: 0px 12px;
    background: #000000;
    backdrop-filter: blur(5px);
}

.bellefrancehub-footer-container {
    max-width: 1236px;
    margin: 0 auto;
}

.bellefrancehub-footer-list {
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 20px 20px;
    align-items: center;
}

.bellefrancehub-footer-list li {
    display: flex;
    align-items: center;
    font-family: Rajdhani;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    gap: 4px;
}

.bellefrancehub-footer-list a {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF99;
}

.bellefrancehub-footer-info {
    display: flex;
    gap: 20px;
    color: #FAF9F0;
    padding-top: 32px;
}

.bellefrancehub-footer-info-div1 {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.bellefrancehub-footer-info h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 8px;
}

.bellefrancehub-footer-info p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFFCC;
}

.bellefrancehub-footer-info-descr {
    width: 100%;
    max-width: 413px;
}

.foot-greek-logo {
    background-image: url('../bellefrancehub-img/bellefrancehub-greek-logo.png');
    width: 130px;
    height: 62px;
}

.bellefrancehub-parthners-list {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
}

.bellefrancehub-p-cookie {
    color: #989898;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
}

.bellefrancehub-bonus-list-item-card2-descr-mob {
    display: none;
}

.bellefrancehub-bonus-list-item-card2-rating-mob {
    display: none;
}

.hover-opacity:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.bellefrancehub-popupauth {
    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;
    /*  Центрируем контент по вертикали и горизонтали */
}

.bellefrancehub-popupauth.active {
    opacity: 1;
    visibility: visible;
}

.bellefrancehub-popupauth__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bellefrancehub-popupauth__content {
    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)
}

.bellefrancehub-popupauth__item {
    display: none;
}

.bellefrancehub-popupauth__item.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bellefrancehub-popupauth_link-forgot {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #FFFFFFCC;
    margin-bottom: 20px;
}

.bellefrancehub-popupauth_link-sign-log {
    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;
}

.button_sign {
    background: transparent;
    border: none;
    cursor: poInter;
}

.bellefrancehub-popupauth-help {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.bellefrancehub-popupauth__title {
    font-family: Passion One;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    /*  Белый цвет для заголовков */
}

.bellefrancehub-popupauth__form {
    display: flex;
    flex-direction: column;
    width: 72%;
}

.bellefrancehub-popupauth__input {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    color: #02101B;
}

.bellefrancehub-popupauth__button {
    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;
}

.bellefrancehub-popupauth__button:hover {
    opacity: 0.8;
}

.tx-16 {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.w100 {
    background: none;
    color: #fff;
    border: none;
    cursor: poInter;
}

.tx-main {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.status {
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    background-color: green;
    display: none
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bellefrancehub-bonus-list-item-mob {
    display: none;
}

.bellefrancehub-footer-info-gr {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 20px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    padding-top: 30px;
}

@media(max-width: 1184px) {
    .bellefrancehub-bonus-list-item-card2 {
        width: 100%;
        gap: 0px;
        justify-content: space-around;
    }

    .bellefrancehub-bonus-list-item-card2-list {
        display: none;
    }

    .bellefrancehub-bonus-container-list div {
        display: none;
    }

    .bellefrancehub-card-container-list p {
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
    }

}



@media(max-width: 1125px) {
    .bellefrancehub-bonus-list-item-card2-list li {
        justify-content: center;
    }

    .bellefrancehub-footer-list {
        flex-direction: column;
    }

    .bellefrancehub-about-container {
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width: 876px) {
    .bellefrancehub-card-container-list {
        grid-template-columns: none;
    }

    .bellefrancehub-hero {
        justify-content: center;
    }

    .bellefrancehub-bonus-block-mob-2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .bellefrancehub-hero-info h1 {
        font-size: 44px;
    }

    .bellefrancehub-hero-info p {
        font-size: 14px;
    }

    .bellefrancehub-parthners-list {
        flex-wrap: wrap;
        gap: 10px 40px;
        justify-content: center;
    }

    .bellefrancehub-footer-info {
        flex-direction: column;
        padding-bottom: 15px;
    }

    .selection-wrapper h2 {
        font-family: Rajdhani;
        font-size: 27px;
    }

    .accordion-header {
        gap: 20px;
    }

    .bellefrancehub-rules18 {
        padding-right: 0px;
    }

    .bellefrancehub-winners_title {
        font-size: 27px;
    }


    /* --- ОСНОВНОЙ КОНТЕЙНЕР --- */
    .bellefrancehub-bonus-list-item {
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        /* <-- УДАЛИТЕ ЭТУ СТРОКУ, она центрирует блок */
        gap: 0px;
        border-radius: 16px;
        width: 100%;
        /* <-- ДОБАВЬТЕ ЭТУ СТРОКУ, чтобы контейнер занял всю доступную ширину */
    }

    /* --- ЛЕВАЯ КОЛОНКА (ЛОГОТИП И БОНУС) --- */
    .bellefrancehub-bonus-list-item-card1 {
        flex: 1.5;
        /* <-- ДОБАВЬТЕ ЭТО. Левая колонка будет в 1.5 раза шире правой */
        display: flex;
        align-items: center;
        justify-content: center;
        /* <-- Добавлено для лучшего выравнивания по вертикали */
        border-radius: 16px;
        gap: 20px;
        padding: 20px 8px;
        /* Немного уменьшил вертикальные отступы для гармонии */
    }

    /* --- ПРАВАЯ КОЛОНКА (РЕЙТИНГ, КНОПКА, ИКОНКИ) --- */
    .bellefrancehub-bonus-list-item-card3 {
        flex: 1;
        /* <-- ДОБАВЬТЕ ЭТО. Правая колонка займет оставшееся место */
        /* max-width: 142px; */
        /* <-- УДАЛИТЕ ЭТУ СТРОКУ, она мешает растягиваться */
        display: flex;
        /* <-- Явно указываем flex для работы align/justify */
        flex-direction: column-reverse;
        align-items: center;
        /* Добавлено для выравнивания контента по центру */
        justify-content: center;
        /* Добавлено для выравнивания контента по центру */
        border-radius: 16px;
        padding: 0px;
    }


    /* --- ОСТАЛЬНЫЕ СТИЛИ ОСТАЮТСЯ БЕЗ ИЗМЕНЕНИЙ --- */

    .bellefrancehub-bonus-list-item-card3-icons {
        display: none;
    }

    .bellefrancehub-bonus-list-item-card2-rating {
        display: none;
    }

    .bellefrancehub-bonus-list-item-card3 a.init-log {
        font-size: 14px;
    }

    .bellefrancehub-bonus-list-item-card2 {
        display: none;
    }

    .bellefrancehub-guide h2 {
        font-size: 37px;
    }

}

@media(max-width: 667px) {

    .bellefrancehub-rules18-info {
        gap: 8px;
        padding: 16px 10px;
    }

    .bellefrancehub-bonus-list-item-mob-item {
        display: flex;
        border: 2px solid #FF6B00;
        border-radius: 10px;
    }

    .bellefrancehub-guide h2 {
        font-size: 28px;
    }

    .bellefrancehub-descr-container p {
        font-size: 14px;
    }

    .bellefrancehub-card-container-list p {
        max-width: 248px;
    }

    .left-block {
        display: flex;
        flex-direction: column;
        background: #FFFFFF1A;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-left: 15px;
        padding-right: 15px;
        gap: 16px;
        min-height: 232px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .bellefrancehub-bonus-list-link {
        padding-left: 0px;
    }

    .bellefrancehub-link-mob {
        display: block;
        transition: 0.5s;
        background: #E85E00;
        box-shadow: 0px 0px 10px 0px #FFFFFF66;
        border-radius: 11px;
        width: 100%;
        padding: 13px 10px;
        border: none;
        color: #fff;
        text-decoration: none;
        font-family: Inter;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        animation: mymove 1s infinite linear;
        cursor: poInter;
        box-sizing: border-box;
    }

    .bellefrancehub-bonus-list-item {
        display: none;
        justify-content: space-between;
    }

    .bellefrancehub-bonus-list-item-card2-rating {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        justify-content: space-between;
    }

    .stars {
        gap: 4px;
    }

    .stars img {
        width: 16px;
        height: 16px;
    }

    .right-block {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 8px;
        padding-right: 8px;
        gap: 16px;
    }

    .bellefrancehub-rules-info p {
        font-size: 10px;
    }

    .bellefrancehub-rules18-info-btn {
        font-size: 14px;
        padding: 4px 10px;
    }

    .bellefrancehub-bonus-list-item-card2-descr {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 4px;
    }

    .bellefrancehub-bonus-list-item-card2-rating p {
        font-size: 24px;
    }

    .bellefrancehub-bonus-list-item-mob {
        display: block;
    }

    .bellefrancehub-bonus-list-item-card1 {
        justify-content: flex-start;
        padding: 0px;
    }

    .bellefrancehub-bonus-list-img {
        width: 120px;
        object-fit: cover;
    }

    .bellefrancehub-about-container-descr h2 {
        font-size: 28px;
        text-align: center;
    }

    .netbet {
        height: 44px;
    }

    .bellefrancehub-bonus-block-mob {
        background: #57575733;
        padding: 0px 14px;
        min-height: 232px;
        /* display: contents; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bellefrancehub-bonus-block-mob-2 {
        padding: 0px 15px;
    }

    .bellefrancehub-bonus-list-item-card2-descr a {
        font-family: Inter;
        font-weight: 500;
        font-size: 17px;
        line-height: 110.00000000000001%;
    }

    .bellefrancehub-bonus-list-item-card1 {
        min-height: 232px;
        padding: 0px;
        gap: 0px;
    }

    .bellefrancehub-bonus-list-item-card2-descr p {
        font-size: 14px;
    }

    .bellefrancehub-bonus-list-item-card3 a.init-log {
        padding: 13px 8px;
    }

    .bellefrancehub-hero-info h1 {
        font-size: 32px;
    }

    .bellefrancehub-faq_title {
        font-size: 28px;
    }

    .bellefrancehub-text h2 {
        font-size: 28px;
    }

    .accordion-header {
        font-size: 18px;
        padding: 25px 16px 25px 16px;
    }

    .accordion-content p {
        padding: 0px 16px 0px 16px;
    }

    .bellefrancehub-winners_title {
        font-size: 24px;
    }

    .bellefrancehub-hero-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .bellefrancehub-winners_container {
        grid-template-columns: none
    }

    .bellefrancehub-rules-info {
        display: flex;
        max-width: 309px;
        gap: 10px;
    }

    .bellefrancehub-hero-container {
        max-width: 1280px;
        background-image: url('../bellefrancehub-img/bellefrancehub-hero.webp');
        background-size: cover;
        background-position: right;
    }

    .bellefrancehub-hero-info {
        padding: 0px 10px;
    }

    .bellefrancehub-hero-info p {
        display: none;
    }

    .bellefrancehub-hero-info div button {
        padding: 5px 12px;
    }

    .bellefrancehub-hero-info ul {
        border-radius: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .bellefrancehub-btn-list a {
        font-family: Inter;
        font-weight: 600;
        font-size: 14px;
    }

    .bellefrancehub-btn-list-link {
        border-right: none;
    }

    .selection-wrapper ul li {
        font-size: 18px;
    }

    .selection-wrapper p {
        font-size: 14px;
    }

    .bellefrancehub-footer-info-gr {
        flex-wrap: wrap;
    }

    .bellefrancehub-about-container {
        align-items: stretch;
    }

    .bellefrancehub-card-container-list {
        grid-template-columns: none;
    }

    .bellefrancehub-card-container-list p {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        width: 200px;
    }

    .bellefrancehub-description {
        font-size: 18px;
    }

    .bellefrancehub-name {
        font-size: 18px;
    }

    .bellefrancehub-img-aboutpage img {
        width: 100%;
    }

    .bellefrancehub-btn-list {
        display: flex;
        flex-wrap: wrap;
    }
}

@media(max-width: 360px) {

    .bellefrancehub-hero {
        justify-content: flex-start;
        padding: 0;
    }

    .bellefrancehub-btn {
        background-color: #F1F3FF;
        color: #474747;
        font-family: Rajdhani;
        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;
    }

    .bellefrancehub-rules18 {
        margin-bottom: 0px;
    }


}

@media(max-width: 352px) {
    .bellefrancehub-bonus-list-item-card2-rating {
        flex-wrap: wrap;
    }

    .bellefrancehub-link-mob {
        padding: 13px 3px;
    }
}

/* /* === Общие стили для страниц с текстом (Terms, Privacy) === */


.terms {
    background-color: #1a1a1a;
    /* Глубокий темный фон */
    color: #e0e0e0;
    /* Слегка приглушенный белый для текста, легче для глаз */
    font-family: Inter;
    /* Отличный читабельный шрифт для основного текста */
    line-height: 1.7;
    /* Увеличиваем межстрочный интервал для комфортного чтения */
    padding: 60px 0;
    /* Вертикальные отступы для секции */
    margin: 0;
}

/* Контейнер, который центрирует контент и ограничивает его ширину */
.terms .container {
    max-width: 900px;
    /* Оптимальная ширина для текстового контента */
    margin: 0 auto;
    padding: 0 20px;
    /* Отступы по бокам для мобильных устройств */
}


/* === Стили для заголовков === */

.terms 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);
    /* Легкая тень для объема */
}

.terms h2 {
    font-family: Inter;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 50px;
    /* Большой отступ сверху для разделения секций */
    margin-bottom: 20px;
    padding-bottom: 10px;
    /* Красивая линия-разделитель в акцентном цвете */
    border-bottom: 2px solid #54A338;
}


/* === Стили для основного контента === */

.terms p {
    margin-bottom: 0px;
    /* Стандартный отступ между параграфами */
}

/* Стилизация списков для более опрятного вида */
.terms ul {
    list-style: none;
    /* Убираем стандартные маркеры */
    padding-left: 0;
    margin-bottom: 20px;
}

.terms li {
    position: relative;
    /* Необходимо для позиционирования псевдо-элемента */
    padding-left: 30px;
    /* Освобождаем место для кастомного маркера */
    margin-bottom: 12px;
}

/* Создаем кастомный, стильный маркер для списка */
.terms li::before {
    content: '✓';
    /* Используем галочку в качестве маркера */
    position: absolute;
    left: 0;
    top: 0;
    color: #51B2CD;
    /* Используем второй акцентный цвет */
    font-weight: bold;
    font-size: 1.2rem;
}

/* Стили для ссылок внутри текста */
.terms a {
    color: #51B2CD;
    text-decoration: none;
    transition: color 0.3s ease;
}

.terms a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* === Адаптивность для мобильных устройств === */
@media (max-width: 768px) {
    .terms h1 {
        font-size: 2.2rem;
        /* Уменьшаем главный заголовок */
    }

    .terms h2 {
        font-size: 1.6rem;
        /* Уменьшаем подзаголовки */
    }

    .terms {
        padding: 40px 0;
        /* Уменьшаем вертикальные отступы */
    }
}