.bannerLeoBonus {
    width: 100%;
    background-image: url("/zapchasti/static/banners/leo-bonus/assets/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    background-color: #e3e7ee;
    border-radius: 24px;
    margin: 24px 0;
    padding: 52px 32px;
    box-sizing: border-box;
}

.bannerLeoBonus__title {
    max-width: 800px;
    font-size: 32px;
    font-weight: bold;
    line-height: 52px;
    text-transform: uppercase;
    color: #357894;
    margin: 0;
}

.bannerLeoBonus__highlight {
    font-size: 34px;
    color: #cc3d3d;
}

.bannerLeoBonus__info {
    color: #357894;
    margin: 28px 20px;
    padding: 0;
}

.bannerLeoBonus__infoItem {

}

.bannerLeoBonus__link {
    display: inline-block;
    width: 240px;
    padding: 10px 0 8px 0;
    background: #357894;
    color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.bannerLeoBonus__bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 48px 0 0;
    box-sizing: border-box;
}

.bannerLeoBonus__partnerNote {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #357894;
}

.bannerLeoBonus__partner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    min-height: 42px;
    box-sizing: border-box;
    margin-left: 12px;
}

@media screen and (max-width: 1100px) {
    .bannerLeoBonus {
        width: 80%;
        padding: 14px;
        background-image: none;
        box-sizing: content-box;
    }

    .bannerLeoBonus__title {
        max-width: 90%;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        text-transform: none;
    }

    .bannerLeoBonus__highlight {
        font-size: 22px;
    }

    .bannerLeoBonus__info {
        margin: 12px 0 20px 12px;
        font-size: 11px;
        line-height: 16px;
    }

    .bannerLeoBonus__link {
        width: 60%;
        font-size: 14px;
        line-height: 20px;
    }

    .bannerLeoBonus__partnerNote {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }

    .bannerLeoBonus__bottom {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 12px 0 0 0;
        overflow-x: scroll;
    }

    .bannerLeoBonus__partner {
        margin-bottom: 12px;
        padding: 2px 4px;
    }

    .bannerLeoBonus__partner img {
        max-width: 60px;
    }
}
