

/* Start:/local/templates/gallery/components/odva/elements/actions/style.css?17430929811393*/
.akcii-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: center;
}
.akcii-wrap .akcii-item {
    width: 400px;
    height: 530px;
}
.akcii-wrap .akcii-item .subscription__novelty {
    flex-direction: column;
    height: 100%;
}
.akcii-wrap .akcii-item .subscription__novelty .subscription__text {
    padding: 20px;
}

.akcii-wrap .akcii-item .subscription__novelty .subscription__img {
    height: 392px;
    width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center top;
}
.subscription__mailing.new-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 50px;
}
.subscription__picture-action {
    position: relative;
}
.subscription__picture-action::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(/upload/resize_cache/webp/img/promotion_ended.webp);
    background-size: contain;
    background-repeat: no-repeat;
}


@media(max-width:390px){
    .akcii-wrap .akcii-item {
        width: 320px;
        height: 410px;
    }
    .akcii-wrap .akcii-item .subscription__novelty .subscription__img {
        height: 313px;
        width: 320px;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center top;
    }

}

/* End */
/* /local/templates/gallery/components/odva/elements/actions/style.css?17430929811393 */
