.b-promotionModal{
    background-size: cover !important;
    /*width: 100%;*/
    width: auto;
    background: transparent !important;
    height:auto;
    padding: 0 !important;
}
/*.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%;
}


@media (min-width: 992px) {
    .action-modal {
        /*max-width: 70%;*/
        width: fit-content;
    }
}
.b-promotionModal__close{
    z-index: 999;
    color: #fff;
    right: 0;
    left: unset;
}