.swiper-wrap {
    padding: 0 60px 60px;
    position: relative;
}

.swiper-wrap .swiper {
    position: static;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: -49px;
    background: transparent url(/public/icons/arrow-left-long.svg) no-repeat
        center;
    background-size: 36px auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
    font-family: inherit;
}

.swiper-button-next {
    transform: rotate(180deg);
}

.swiper-pagination {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: transparent;
    border: 1px solid var(--color-font);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
