.swiper-slide {
   text-align: center;
}


.swiper1 {
    width: 100%;
    height: auto;
}



/* ------ свойства ------ */


/* цвет стрелок */
.swiper-button-prev::after,
.swiper-button-next::after {
    color: #000000;
    font-size: 80px;
}


/* пагинация */
.swiper-pagination {
    bottom: 10px !important;
}


.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    line-height: 10px !important;
    font-size: 14px !important;
    background-color: #000000 !important;
}




/* скроллбар */
.swiper-scrollbar-drag {
    background-color: #000000 !important;
}


.slide__box {
    margin-bottom: 80px;
}