.section-swiper{
    position: relative;
}

.swiper__button{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--yellow);
    background: var(--white);
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.swiper__pagination{
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet-active{
    background: var(--color-details) !important;
}

.swiper--button{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper__button--next,
.swiper__button--prev{
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-disabled{
    opacity: 0.5;
    pointer-events: none;
}

@media screen and (min-width: 1024px) {
    .navigation-swp{
        display: flex;
        gap: 16px;
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 24px;
    }
}