

/* Start:/local/templates/vrtorg/components/bitrix/news.list/main_banner/style.css?1775478722771*/
/* Полупрозрачная подложка на карточках баннера при <480px */
@media (max-width: 480px) {
    .banner-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
        z-index: 0;
        pointer-events: none;
    }

    .banner-item--light::before {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
    }

    .banner-item__title,
    .banner-item__subtitle,
    .banner-item__button {
        position: relative;
        z-index: 1;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/catalog/style.css?1782371717546*/
.vrt-card__image-wrapper {
    position: relative; /* скорее всего уже есть, т.к. там же позиционируются бейджи */
}

.vrt-card__watermark {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 35%;
    max-width: 100px;
    max-height: 100px;
    opacity: 0.45;
    pointer-events: none;
    z-index: 5;
    object-fit: contain;
}

@media (max-width: 767px) {
    .vrt-card__watermark {
        width: 40%;
        max-width: 200px;
        bottom: 6px;
        right: 15px;
    }
}
/* End */
/* /local/templates/vrtorg/components/bitrix/news.list/main_banner/style.css?1775478722771 */
/* /local/templates/.default/components/bitrix/catalog.item/catalog/style.css?1782371717546 */
