.b-promotionModal{
    background-size: cover !important;

    /*width: auto;*/

    width: 461px !important;
    background: transparent !important;
    height:auto;
    padding: 0 !important;
}

.b-promotionModal__wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.b-promotionModalimg{
    width: 100%;
}
.b-promotionModal__content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items:flex-start;
    justify-content: center;
}
.b-promotionModal__leftPart{
    width: 100%;
}

.b-promotionModal__title{
    font-size: 28px;
    color: #fff;
    line-height: 37px;
}
.b-promotionModal__text{
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #d9d9d9;
}

.b-promotionModal__img {
    width: 100%;
    height: auto;
    display: block;
}

.promo-label-top {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: yellow;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    /*font-size: 30px;*/

    font-size: 23px;
    z-index: 2;
    border-radius: 5px;
}

.promo-label-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #09703D;
    color: white;
    font-weight: bold;
    padding: 12px 25px;
    font-size: 28px;
    border-radius: 5px;
    z-index: 2;
    width: 100%;
}

.promo-label-bottom:hover{
    color: #fff !important;
    background-color: #098d4d;
}

@media (min-width: 992px) {
    .action-modal {
        /*max-width: 70%;*/
        width: fit-content;
    }
}

.b-promotionModal__close{
    z-index: 999;
    color: #fff;
    right: 0;
    left: unset;
}