.swiper {
    overflow: clip;
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    padding-bottom: 1px;
}

.swiper-wrapper>.swiper-slide {
    height: auto;
    overflow: clip;
}

.big-gallery.swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper.big-gallery {
    height: 445px;
}

.swiper.small-gallery {
    height: 115px;
}

.swiper.big-gallery {
    height: 109px;
}

.small-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
}

.small-gallery .swiper-slide {
    opacity: 0.8;
}

.small-gallery .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-pagination {
    position: inherit;
}

.swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.swiper-slide {
    transition: opacity 0.3s ease;
}

.swiper-slide-not-active {
    opacity: 0.5;
}

.swiper-slide-not-active a,
.swiper-slide-not-active .swiper-button {
    pointer-events: none;
}

.button.swiper-button {
    width: 60px;
    padding: 0;
}

.swiper-button:first-child {
    margin-right: 10px;
}

.swiper-button svg {
    width: 100%;
}

@media (min-width: 1200px) {
    .swiper.big-gallery {
        height: 400px;
    }
}

@media (max-width: 768px) {
    @media (max-width: 576px) {
        .swiper.big-gallery {
            height: 190px;
        }

        .swiper.small-gallery {
            height: 45px;
        }
    }

    .swiper-controls {
        max-width: 380px;
    }

    .swiper-controls>div {
        width: 100%;
    }
}