:root {
    --swiper-theme-color: #ff0000;
    --swiper-pagination-bullet-size: 14px;
    --swiper-pagination-bullet-inactive-color: rgba(44,68,150,1);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-size: 80px;

}

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

.swiper-button-prev {
    background-image: url("../../../images/icons/arrows/ar_left.svg") !important;
    background-repeat: no-repeat;
}
.swiper-button-next {
    background-image: url("../../../images/icons/arrows/ar_right.svg") !important;
    background-repeat: no-repeat;

}
