@font-face {
    font-family: 'TT Drugs';
    src: url('../fonts/TT_Drugs_Medium.woff2') format('woff2'),
        url('../fonts/TT_Drugs_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility; 
    font-display: fallback;
}



@font-face {
    font-family: 'TT Drugs';
    src: url('../fonts/TT_Drugs_Bold.woff2') format('woff2'),
        url('../fonts/TT_Drugs_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.bonus_page {
    font-family: "Cormorant", serif;
    font-weight: 400;
    color: #1D1F22;
    font-size: 18px;
    line-height: 1.2;
}


.bonus_page ul,
.bonus_page ol {
    list-style-position: inside;
    padding-left: 0;
}

.bonus_page li:not(:last-child) {
    margin-bottom: 15px;
}

.bonus_page strong {
    font-weight: 600;
}

.bonus_title {
    text-align: center;
    font-family: 'TT Drugs';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.26;
    text-transform: uppercase;
    color: #85191E;
    margin-bottom: 24px;
}

.big__text {
    font-size: 24px;
}

.big_text {
    font-size: 20px;
}

.bonus_page_desc {
    margin-bottom: 40px;
}

.b_bonus_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 65px;
}

.b_bonus__cart {
    border-bottom: 2px solid #85191E;
    background-color: #FBFBFB;
    padding: 61px 20px 51px;
    text-align: center;
}

.b_bonus__cart__value {
    font-family: "Gilroy-Bold";
    font-size: 60px;
    color: #85191E;
    line-height: 1;
    margin-bottom: 10px;
}

.b_bonus__cart__desc {
    font-size: 18px;
}

.b_bonus__cart__value span {
    font-size: 30px;
}

.b_title_h2 {
    font-family: 'TT Drugs';
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #1D1F22;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.reg_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #EAE7E7;
    margin-bottom: 25px;
}

.reg_item:nth-child(1) {
    border-right: 1px solid #EAE7E7;
    border-bottom: 1px solid #EAE7E7;
}

.reg_item:nth-child(2) {
    border-bottom: 1px solid #EAE7E7;
}

.reg_item:nth-child(3) {
    border-right: 1px solid #EAE7E7;
}

.reg_item {
    padding: 26px 32px;
    font-size: 18px;
}


.reg_item strong {
    font-size: 20px;
}


.reg_item__title {
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    color: #85191E;
    margin-bottom: 13px;
}

.bonus_table_main {
    width: 100%;
    overflow: auto;
    margin-bottom: 30px;
}

.bonus_table_main table {
    width: 100%;
    min-width: 750px;
    border: 1px solid #EAE7E7;
}

.bonus_table_main thead {
    background-color: #F4F3F3;
    font-weight: 700;
}

.bonus_table_main td {
    padding: 16px;
    border: 1px solid #EAE7E7;
}

.bonus_table_main td:first-child {
    width: 20% !important;
}

.bonus_table_main td:last-child {
    width: 25% !important;
}

.warn_text {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    gap: 11px;
}

.warn_text::before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_35_200)'%3E%3Cpath d='M12.82 3L4.64001 14H12L11.18 21L19.36 10H12L12.82 3Z' fill='%2385191E' stroke='%2385191E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_35_200'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    flex: 0 0 auto;

}

@media screen and (max-width: 992px) {
    .b_bonus_grid {
        grid-template-columns: 1fr;
    }  

    .b_title_h2 {
        font-size: 28px;
    }

    .bonus_page {
        font-size: 14px;
    }

    .reg_grid {
        grid-template-columns: 1fr;
    }

    .reg_item {
        border-right: 0 !important;
    }
    .reg_item:not(:last-child) {
        border-bottom: 1px solid #EAE7E7;
    }

    .big__text {
        font-size: 20px;
    }

    .big_text {
        font-size: 18px;
    }

    .warn_text {
        font-size: 18px;
    }

    .reg_item strong {
        font-size: 18px;
    }
}