.serts {
    padding-bottom: 100px;
}
.serts__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 122%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 66px;
}
.serts__title span {
    color: #f7ca60;
}
.serts__item {
    height: 467px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.serts {
    overflow-x: hidden;
}
.serts__prev {
    position: absolute;
    left: -20px;
    top: 240px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.serts__next {
    position: absolute;
    right: -20px;
    top: 240px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.serts__slider {
    position: relative;
}
.serts__item.swiper-slide-next {
    opacity: 1 !important;
}
.serts__item.swiper-slide-next + .swiper-slide {
    opacity: 1 !important;
}
.serts__item.swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 1 !important;
}

@media (max-width: 576px) {
    .serts__title {
        font-size: 26px;
        line-height: 122%;
        margin-bottom: 30px;
    }
    .serts__slider {
        width: 175px;
        margin: 0 auto;
    }
    .serts__item {
        width: 175px;
        height: 250px !important;
    }
    .serts__next,
    .serts__prev {
        display: none;
    }
    .swiper-pagination {
        margin-top: 30px !important;
    }
    .serts {
        padding-bottom: 45px;
    }
}
