@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

ul, ol {
    list-style-type: none;
}

a {
    display: inline-block;
}

body {
    font-family: "Inter", sans-serif;
    background: #f2f0ff;
    color: #241a5f;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    width: 100%;
}

/* HERO */

.b3ku754c-hero {
    position: relative;
    padding: 40px 0 40px;
    color: #ffffff;
}

.b3ku754c-hero-best {
    padding: 60px 0 100px;
}

.b3ku754c-hero::before {
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(147deg, #8836b7, #412a91 50%, #0b0439);
    border-radius: 0 0 74px 74px;
    min-height: 74%;
}

.b3ku754c-hero-best::before {
    min-height: 60%;
}

.b3ku754c-hero h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
}

.b3ku754c-hero__text + .b3ku754c-hero__text{
    margin-top: 10px;
}

.b3ku754c-disclaimer {
    border: 1px solid #EA0200;
    border-radius: 8px;
    background: rgba(234, 4, 0, 0.1);
    padding: 24px 20px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
}

/* gaming */

.b3ku754c-gaming-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 370px);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 40px 24px;
    margin: 40px auto 0;
}

.b3ku754c-gaming-main-list {
    max-width: 1000px;
}

.b3ku754c-gaming-card {
    position: relative;
    padding: 24px 34px 40px;
    background: #241a5f;
    border: 1px solid #a15dc8;
    color: #ffffff;
    border-radius: 16px;
}

.b3ku754c-gaming-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.b3ku754c-gaming-card__left {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.b3ku754c-gaming-number {
    position: absolute;
    top: 0;
    z-index: 9;
    background: #EA0200;
    color: #ffffff;
    border-radius: 50%;
    left: -18px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}   

.b3ku754c-gaming-logo {
    width: 110px;
    min-width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(354.97deg, #EA0200 -23.84%, #FFDD03 99.73%);
    border-radius: 50%;
    padding: 10px;
}

.b3ku754c-gaming-logo::before {
    content: '';
    background: #241a5f;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
}

.b3ku754c-gaming-logo img {
    position: relative;
    z-index: 9;
}

.b3ku754c-gaming-link {
    line-height: 18px;
    text-decoration: none;
    padding: 4px 0px 0px;
    color: #FFDD03;
    font-weight: 600;
    border-bottom: 1px solid #FFDD03;
    transition: .2s;
}

.b3ku754c-gaming-link:hover {
    border-color: transparent;
}

.b3ku754c-gaming-likes {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 8px 12px;
    gap: 6px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.b3ku754c-gaming-likes img {
    width: 26px;
}

.b3ku754c-btn {
    font-family: "Inter", sans-serif;
    background: linear-gradient(80.12deg, #EA0200 -3.76%, #FFDD03 112.02%);
    color: #ffffff;
    padding: 12px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    transition: .2s;
    width: 100%;
}

.b3ku754c-btn:hover {
    box-shadow: 0px 1px 7px 0px rgba(234, 4, 0, 0.8);
}

.b3ku754c-gaming-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.b3ku754c-gaming-info {
    padding-left: 20px;
}

.b3ku754c-gaming-info li {
    position: relative;
}

.b3ku754c-gaming-info li + li {
    margin-top: 6px;
}

.b3ku754c-gaming-info li::before {
    content: '';
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
}

.b3ku754c-gaming-box {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: flex-start;
    gap: 6px;
}

.b3ku754c-gaming-bonus {
    background: #f2f0ff;
    border-radius: 8px;
    color: #241a5f;
    padding: 14px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
}

.b3ku754c-gaming-bonus p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #ca19da;
}

/* posts */

.b3ku754c-posts {
    padding: 20px 0 40px;
    text-align: center;
}

.b3ku754c-posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
    list-style-type: none;
}

.b3ku754c-post-pic {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.b3ku754c-post-pic img {
    width: 100%;
}

.b3ku754c-post-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.b3ku754c-post-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.b3ku754c-post-link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 2px 0px;
    color: #EA0200;
    text-decoration: none;
    border-bottom: 1px solid #EA0200;
    transition: .2s;
}

.b3ku754c-post-link:hover {
    border-color: transparent;
}

/* STRATEGY */

.b3ku754c-strategy {
    padding: 20px 0 60px;
}

.b3ku754c-strategy h2 {
    text-align: center;
    margin-bottom: 20px;
}

.b3ku754c-strategy p + p {
    margin-top: 10px;
}

/* partners */

.b3ku754c-partners {
    background: #0b0439;
    padding: 24px 0;
}

.b3ku754c-partners-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
}

/* Page posts */

.b3ku754c-posts-box {
    padding: 40px 0 60px;
}

.b3ku754c-posts-box h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
}

.b3ku754c-posts-box .b3ku754c-post-pic {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 24px;
}

.b3ku754c-brand-box .b3ku754c-post-pic {
    max-width: 300px;
    display: block;
}

.b3ku754c-info-box .b3ku754c-post-pic {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 24px;
}

.b3ku754c-banks-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    border: 1px solid #EA0200;
    border-radius: 6px;
    padding: 10px;
}

.b3ku754c-banks-logo img {
    width: 40px;
    border-radius: 4px;
}

.b3ku754c-gaming-ribbon {
    position: absolute;
    pointer-events: none;
    top: -14px;
    right: 20px;
    background: linear-gradient(90deg, #7731ad 41.67%, #360c6a);
    color: #ffffff;
    border-radius: 6px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    padding: 4px 10px;
}

.b3ku754c-gaming-card:nth-child(1) .b3ku754c-gaming-ribbon {
    background: #EA0200;
}

.b3ku754c-gaming-card:nth-child(2) .b3ku754c-gaming-ribbon {
    background: #34B34F;
}

.b3ku754c-gaming-card:nth-child(3) .b3ku754c-gaming-ribbon {
    background: #006CFF;
}

/* Info */

.b3ku754c-info-box {
    padding: 40px 0 60px;
}

.b3ku754c-info-box h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.b3ku754c-info-box h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.b3ku754c-info-box p {
    margin-bottom: 14px;
}

.b3ku754c-info-box ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 14px;
}

.b3ku754c-info-box li + li {
    margin-top: 6px;
}

.b3ku754c-info-box strong {
    color: #EA0200;
}

/* MOBILE */

@media (max-width:768px) {

    .b3ku754c-hero h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .b3ku754c-hero {
        color: #241a5f;
        padding: 30px 0 40px;
    }

    .b3ku754c-hero::before {
        border-radius: 0;
        min-height: 0;
    }

    .b3ku754c-hero-best {
        padding: 40px 0 60px;
    }

    .b3ku754c-nav {
        position: absolute;
        top: 73px;
        left: 0;
        width: 100%;
        background: linear-gradient(147deg, #8836b7, #412a91 50%, #0b0439);
        flex-direction: column;
        padding: 20px;
        display: none;
        box-shadow: 0px 4px 7px 0px rgba(234, 4, 0, 0.4);
    }

    .b3ku754c-nav.active {
        display: flex;
    }

    .b3ku754c-burger {
        display: flex;
    }

    .b3ku754c-gaming-info {
        font-size: 14px;
        line-height: 20px;
    }

    .b3ku754c-gaming-list {
        grid-template-columns: repeat(auto-fill, 100%);
        gap: 24px;
    }

    .b3ku754c-gaming-card {
        padding: 24px 24px;
    }

    .b3ku754c-gaming-number {
        font-size: 14px;
        line-height: 18px;
        width: 26px;
        min-width: 26px;
        height: 26px;
        left: 0;
    }

    .b3ku754c-gaming-bonus {
        padding: 8px 6px;
        font-size: 10px;
        line-height: 14px;
        align-content: center;
    }

    .b3ku754c-gaming-box {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-items: start;
        gap: 4px;
    }

    .b3ku754c-gaming-bonus p {
        font-size: 12px;
        line-height: 16px;
    }

    .b3ku754c-posts-grid {
        grid-template-columns: 1fr;
    }

    .b3ku754c-posts-box h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .b3ku754c-plays-block .b3ku754c-gaming-list {
        grid-template-columns: 1fr;
        gap: 24px 14px;
        margin: 30px auto 0;
    }

    .b3ku754c-gaming-top {
        gap: 10px;
    }

    .b3ku754c-plays-block .b3ku754c-gaming-top {
        grid-column: 1/-1;
        padding-left: 14px;
    }

    .b3ku754c-plays-block .b3ku754c-gaming-card {
        padding: 20px 14px 24px;
    }

    .b3ku754c-gaming-logo {
        width: 64px;
        min-width: 64px;
        height: 64px;
    }

    .b3ku754c-gaming-logo::before {
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
    }

    .b3ku754c-gaming-title {
        font-size: 18px;
        line-height: 22px;
    }

    .b3ku754c-gaming-likes {
        font-size: 14px;
        line-height: 18px;
        padding: 3px 10px;
    }

    .b3ku754c-gaming-likes img {
        width: 20px;
    }

    .b3ku754c-gaming-link {
        font-size: 14px;
        grid-column: 1/-1;
    }

    .b3ku754c-gaming-card__left {
        gap: 14px;
    }

    .b3ku754c-plays-block .b3ku754c-gaming-card__left {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 14px;
        align-items: normal;
    }

    .b3ku754c-banks-logo {
        padding: 6px;
    }

    .b3ku754c-plays-block .b3ku754c-banks-logo img {
        width: 28px;
    }

    .b3ku754c-btn {
        font-size: 18px;
        line-height: 22px;
    }

}