@import url('https://fonts.googleapis.com/css2?family=Onest:wght@600;700&display=swap');

.G8b09b7844 {
    margin: 32px 0;
}

.Eb466ae86a {
    display: flex;
    flex-direction: column;
    counter-reset: bm-toplist-poka-counter;
    gap: 12px;
}

.C35b018a9c {
    position: relative;
    display: grid;
    align-items: center;
    padding: 24px 24px 24px 88px;
    border: 1px solid #DCDFE4;
    border-radius: 12px;
    background: #FFF;
    gap: 0 24px;
    grid-auto-flow: row;
    grid-template-areas:
    "logo main extra cta-btn";
    grid-template-columns: 200px auto 132px 298px;
    grid-template-rows: auto;
}

.C35b018a9c.J1c425f256 {
    display: none;
}

.C35b018a9c:before {
    font-family: Onest, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    position: absolute;
    top: calc(50% - 20px);
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    content: counter(bm-toplist-poka-counter);
    counter-increment: bm-toplist-poka-counter;
    color: #242424;
    border-radius: 500px;
    background: #F3F0FF;
}

.D05e6725fe {
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 10px;
    color: #fff;
    border-radius: 11px;
    background: #0076E2;
}

.R6d2775841 {
    grid-area: logo;
}

.R6d2775841 img {
    width: 100%;
    height: 112px;
    border-radius: 8px;
    object-fit: cover;
}

.Id50c20889 {
    grid-area: main;
}

.Wf1a738179,
.Wf1a738179 p {
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin: 0;
    color: #242424;
}

.F31345625c {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 16px;
    gap: 8px;
    grid-area: extra;
}

.Oeeb20a757 {
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    align-self: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    color: #828282;
    border-radius: 500px;
    background: #F1F2F4;
}

.Qbf2d1d1f4 {
    font-family: Onest, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    align-self: center;
    color: #242424;
}

.Z95a088714 {
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    color: #828282;
    text-decoration-line: underline;
}

.I0604664d8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-area: cta-btn;
}

.Nc8157da86 {
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 0 12px;
    color: var(--bm-cta-button-color);
    border-radius: 8px;
    background: var(--bm-cta-button-background);
}

.Nc8157da86:hover {
    text-decoration: none;
    color: var(--bm-cta-button-hover-color);
    background: var(--bm-cta-button-hover-background);
}

.X6f76a1d9c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.P49f814818 {
    position: relative;
    height: 24px;
    cursor: pointer;
}

.J85123afc1 {
    width: 36px;
    height: 24px;
    object-fit: contain;
}

.Y0c5c21dc2 {
    font-family: Onest, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    position: absolute;
    z-index: 10;
    top: 37px;
    left: 50%;
    flex-direction: column;
    width: max-content;
    padding: 12px 16px;
    transform: translateX(-50%);
    color: #BFBFBF;
    border-radius: 4px;
    background: #404040;
    gap: 14px;
}

.Y0c5c21dc2:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    content: '';
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #404040;
    border-top-width: 0;
}

.P49f814818:hover .Y0c5c21dc2 {
    display: flex !important;
}

.Yb10c5e5e9 {
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin-top: 32px;
    padding: 12px;
    cursor: pointer;
    color: #6E5DC6;
    border-radius: 8px;
    background: #F3F0FF;
    gap: 8px;
}

@media screen and (max-width: 991px) {
    .C35b018a9c {
        align-items: start;
        padding: 24px;
        grid-template-areas:
        "logo"
        "main"
        "extra"
        "cta-btn";
        grid-template-columns: auto;
        row-gap: 16px;
    }

    .C35b018a9c:before {
        top: 36px;
        left: 36px;
    }

    .R6d2775841 img {
        height: 156px;
        border-radius: 12px;
    }

    .Wf1a738179,
    .Wf1a738179 p {
        font-size: 16px;
    }

    .F31345625c {
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
    }

    .Oeeb20a757 {
        font-size: 14px;
        width: fit-content;
        padding: 8px 25px;
    }

    .Qbf2d1d1f4 {
        font-size: 18px;
        line-height: 24px;
    }

    .Z95a088714 {
        font-size: 14px;
        margin-left: auto;
        text-decoration-line: none;
    }

    .Nc8157da86 {
        font-size: 16px;
    }

    .Yb10c5e5e9 {
        font-size: 16px;
    }
}
