.swiper-pagination {
    position: static;
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    font-size: 0;
    width: 48px;
    height: 48px;
    border: 1px solid;
    color: inherit;
    border-radius: 100%;
    background: transparent url(/public/img/arrow_forward.svg) no-repeat center;
    position: static;
    margin: 0;
}

.swiper-button-prev:after,
.swiper-button-next::after {
    display: none;
    opacity: 1;
}

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

.swiper-bottom-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

.image-swiper {
    overflow: visible;
}

.swiper footer {
    display: flex;
    margin: 48px 0 0;
}

.swiper footer .swiper-pagination {
        position: static;
        display: flex;
        align-items: center;
}