
.banner-mba-promo{
    background: #093EB4;
    height: 179px;
}
.banner-mba-promo-title{
    color: #FFFFFF;
    font-family: Wix Madefor Display;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
}
.banner-mba-promo-title p{
    margin-top: 15px;
    font-weight: 500;
}
.banner-mba-promo-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 179px;
    gap: 10px;
}
.mba-promo-info{
    display: flex;
    align-items: center;
    gap: 40px;
}
.btn-banner-catalog-sale{
    max-width: 253px;
    width: 253px;
    min-width: 100%;
    cursor: pointer;
    background-color: #ff672d;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    justify-self: start;
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 700;
    min-height: 53px;
    height: 53px;
    line-height: 16px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mba-promo-btn{
    display: flex;
    align-items: center;
    gap: 5px;
}
.close-image-banner {
    cursor: pointer;
}
.wh-block-promo{
    background: #FFFFFF;
    border-radius: 290px;
    max-width: 250px;
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #093EB4;
}
.block-promo-bt{
    display: contents;
}
@media (max-width: 980px) {
    .mba-promo-info {
        gap: 10px;
    }
    .banner-mba-promo-title {
        font-size: 18px;
    }
    .mba-promo-info img{
        width: 30px;
    }
}
@media (max-width: 670px) {
    .mba-promo-btn .btn-banner-catalog-sale {
        width: 100px;
    }
}

@media (max-width: 1336px) {
    .wh-block-promo {
        max-width: 150px;
    }
    .banner-mba-promo-title {
        font-size: 20px;
    }    
    .block-promo-bt{
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .block-promo-bt .btn-banner-catalog-sale{
        max-width: 150px;
        width: 150px;
    }
    .mba-promo-btn {
        display: flex;
        align-items: flex-start;
    }
    @media (max-width: 1230px) {
        .block-promo-bt .btn-banner-catalog-sale {
            width: 150px;
            max-width: 150px;
            min-width: 150px;
        }
    }
}

@media (max-width: 980px) {
    .banner-mba-promo-title {
        font-size: 16px;
    }
    .banner-mba-promo-title p {
        margin-top: 7px;
        font-weight: 500;
    }
    .wh-block-promo {
        background: #FFFFFF;
        border-radius: 290px;
        max-width: 100px;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Wix Madefor Display;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        color: #093EB4;
    }
    .block-promo-bt .btn-banner-catalog-sale {
        width: 100px;
        max-width: 100px;
        min-width: 10px;
    }
    .mba-promo-info img {
        display: none;
    }
}