
.image-slider {
    padding: 30px 0 70px 0;
}

.image-slider__image {
    text-align: center;
}

.image-slider__image img {
    max-width: 100%;
}

/* Стрелки */
.image-slider .swiper-button-prev::after,
.image-slider .swiper-button-next::after {
    color: rgba(42, 158, 33, 1);
    font-size: 80px;
 
}

.image-slider .swiper-pagination {
    bottom: 0px;
}

.image-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    background-color: #FFF;
    background-color: darkgrey;
}

/* Автоширина */
.image-slider .swiper-slide {
    width: auto;
}
/*
.swiper-container {
    width: 80%;
    height: 600px;
    margin: 0px auto;   
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;
    height: 600px;
	
}*/

/*
.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

.swiper-pagination-bullet-active {
    background-color: #333;
}

.swiper-slide__image {
	margin: 5px;
	height: 98%;
}*/