/* body.slider_has_overlay .advanced-slider .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 6.23) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
} */
.grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.s-block--enhanced-features__item:first-child {
    grid-column: span 1 / span 1;
}

.banner--fixed img {
    border-radius: 1rem !important;
}

@media (max-width: 767px) {
    .banner--fixed img {
        border-radius: .5rem !important;
    }
}

section.advanced-slider.advanced-slider--0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 6.23) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.s-block {
    margin-top: 8px;
}