: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;

}

:root .news {
    --swiper-theme-color: rgba(0,255,0,0.55);
    --swiper-pagination-bullet-size: 14px;
    --swiper-pagination-bullet-inactive-color: rgb(255, 255, 255);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-size: 80px;

}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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;

}
