

/* Start:/bitrix/templates/serptop/components/bitrix/news.list/slider/style.css?17708018272248*/
.hero-swiper {
    width: 100%;
    padding: 24px 0 60px;
}

.hero-swiper-slide {
    width: 800px;
    height: 300px;
    display: flex;
    justify-content: center;
    background: transparent !important;
}

.hero-slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.hero-slide-content::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.swiper-slide-active .hero-slide-content {
    transform: scale(1);
}

.swiper-slide-active .hero-slide-content::after {
    opacity: 0;
}

.hero-slide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-swiper-next,
.hero-swiper-prev {
    width: 36px;
    height: 36px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
}

.hero-swiper-next::after,
.hero-swiper-prev::after {
    content: none;
}

.hero-swiper-next {
    right: 16px;
}

.hero-swiper-prev {
    left: 16px;
}

.hero-swiper-pagination {
    display: none;
    justify-content: center;
    gap: 8px;
    bottom: 24px !important;
}

.hero-swiper-pagination .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    opacity: 0.2 !important;
    margin: 0 !important;
    flex-shrink: 0;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
    background: #202020 !important;
    opacity: 1 !important;
}

@media (max-width: 1199px) {
    .hero-swiper {
        padding: 24px 0 40px;
    }

    .hero-swiper-slide {
        width: 85%;
        height: auto;
    }

    .hero-swiper-next,
    .hero-swiper-prev {
        display: none;
    }

    .hero-swiper-pagination {
        display: flex;
    }
}

@media (max-width: 767px) {
    .hero-swiper-slide {
        width: 95%;
    }
}
/* End */
/* /bitrix/templates/serptop/components/bitrix/news.list/slider/style.css?17708018272248 */
