.banner-swiper {
    position: relative;
}

.banner-swiper__slide {
    overflow: hidden;
}

.banner-swiper__picture,
.banner-swiper__picture img {
    display: block;
    width: 100%;
}

.banner-swiper__picture img {
    transform: scale(1.025);
    transition: transform .7s ease-out;
}

.banner-swiper .swiper-slide-active .banner-swiper__picture img {
    transform: scale(1);
}

.banner-swiper__progress.swiper-pagination-progressbar {
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(10, 26, 52, .18);
    z-index: 2;
}

.banner-swiper__progress.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(255, 255, 255, .92);
}

@media (prefers-reduced-motion: reduce) {
    .banner-swiper__picture img {
        transform: none;
        transition: none;
    }
}
