.services__voucher:has(.voucher-description) h2.services__title_voucher{
    margin-bottom: 20px;
}

.services__voucher .voucher-description{
    margin-bottom: 50px;
}

body .swiper-button-next,
body .swiper-button-prev{
    color: #a3da75;
}

body .swiper-pagination-bullet-active{
    background-color: #a3da75;
}
.promotion__swiper img{
    background-color: #000000;
}

.services-page__big-btn{
    margin-bottom: 35px;
}

@media (max-width: 945px) {
    .promotion__swiper img.services__main-voucher {
        min-height: 230px;
    }

    .promotion__swiper.services__voucher_img{
        padding-bottom: 0;
    }

    .promotion__swiper .services__swiper-slide{
        min-height: 512px;
    }
}

@media (max-width: 500px) {
    .promotion__swiper .services__swiper-slide{
        min-height: 300px;
    }
}

@media (max-width: 400px) {
    .promotion__swiper .services__swiper-slide{
        min-height: 220px;
    }
}

body .header__list_right {
    margin-right: 15px;
}