

/* 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 */
/* /local/templates/vrtorg/components/bitrix/news.list/main_banner/style.css?1775478722771 */
