.garan {
    padding-bottom: 97px;
}
.garan__title {
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    line-height: 122%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 6px;
}
.garan__title span {
    color: #f7ca60;
}
.garan__subtitle {
    font-size: 31px;
    line-height: 140%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 86px;
}
.garan__item {
    /* width: 442px !important; */
    border-radius: 10px;
    height: 247px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.garan__play {
    cursor: pointer;
}
.garan {
    overflow-x: hidden;
}
.garan__slider {
    position: relative;
}
.swiper-slide {
    opacity: 0.5 !important;
}
.swiper-slide-active {
    opacity: 1 !important;
}
.garan__item.swiper-slide-next {
    opacity: 1 !important;
}
.garan__item.swiper-slide-next + .swiper-slide {
    opacity: 1 !important;
}
.swiper-pagination {
    position: static !important;
    margin-top: 65px;
}
.swiper-pagination-bullet {
    border: 1px solid #ffffff !important;
    opacity: 1 !important;
    width: 14px !important;
    height: 14px !important;
    background: transparent !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    flex-shrink: 0 !important;
    border-radius: 50% !important;
}
.swiper-pagination-bullet-active {
    background: white !important;
}
.garan__prev {
    position: absolute;
    left: -20px;
    top: 130px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.garan__next {
    position: absolute;
    right: -20px;
    top: 130px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.garan__subtitle {
    text-align: center;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 71px;
}

@media (max-width: 576px) {
    .garan__title {
        font-weight: bold;
        font-size: 26px;
        line-height: 122%;
        margin-bottom: 6px;
    }
    .swiper-slide {
        opacity: 1 !important;
    }
    .garan__subtitle {
        font-size: 16px;
        line-height: 130%;
        text-align: center;
        margin-bottom: 25px;
    }
    .garan__play {
        width: 50px;
    }
    .garan__item {
        width: 235px;
        height: 135px !important;
    }
    .garan__prev,
    .garan__next {
        display: none;
    }
    .garan__slider {
        width: 235px;
        height: 135px;
        margin: 0 auto;
    }
}
