/* PAGINATION  */

.js-swiper__videoreviews .swiper-pagination.--bullets {
    width: 100% !important;
}

.js-swiper__videoreviews .swiper-pagination.--bullets {
    position: static;
}

.js-swiper__videoreviews .swiper-pagination.--bullets .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 !important;
    background-color: var(--color__border);
    opacity: 1;
    transition: all 0.24s ease 0s;
}

.js-swiper__videoreviews .swiper-pagination.--bullets .swiper-pagination-bullet:not(:last-child) {
    margin-right: 0.5rem !important;
}

.js-swiper__videoreviews .swiper-pagination.--bullets .swiper-pagination-bullet-active {
    width: 2rem;
    background-color: var(--color__fill-1);
    border-radius: 1.5rem;
}

@media screen and (max-width: 640px) {

    .js-swiper__videoreviews .swiper-pagination.--bullets {
        padding-top: 1rem;
    }

    .js-swiper__videoreviews .carusel__navigation {
        display: none;
    }

    .carusel.js-swiper__videoreviews {
        margin: 2rem 0 2rem !important;
    }
}