/* Базовая прозрачность для позиции Right */
.agat-right,
.agat-right .sp-column,
.agat-right .sp-module {
    background: transparent !important;
    box-shadow: none !important;
}

/* Sticky состояния Helix */
.agat-right.sticky,
.agat-right .sticky,
.agat-right .sticky-sidebar,
.agat-right .sp-sticky-sidebar,
.agat-right .sp-column.sticky,
.agat-right .sp-module.sticky {
    background: transparent !important;
    box-shadow: none !important;
}

/* Иногда Helix добавляет фон через псевдоэлементы */
.agat-right::before,
.agat-right .sp-column::before,
.agat-right .sp-module::before {
    background: transparent !important;
}
