.reviews-section .section-hero {
    padding-top: 19px;
    padding-bottom: 16px;
    background: url("./img/reviews_header_mob.png") no-repeat center top;
    background-size: contain;
}
@media (min-width: 576px) {
    .reviews-section .section-hero {
        background-size: auto;
    }
}
@media (min-width: 1200px) {
    .reviews-section .section-hero {
        padding-top: 85px;
        padding-bottom: 52px;
        background-size: contain;
        background: url("./img/reviews_header.png") no-repeat center top;
    }
}
.reviews-section .section-header {
    margin-bottom: 4px;
}
.reviews-section .yandex-disclaimer {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
@media (min-width: 1200px) {
    .reviews-section .yandex-disclaimer {
        gap: 8px;
    }
}
@media (max-width: 575.98px) {
    .reviews-section .nav-pills .nav-link {
        font-size: 13px;
    }
}

.review-item {
    padding: 20px 16px;
    border-radius: 12px;
    background: #f0f0f0;
    height: 100%;
}
.scroll-container .review-item {
    width: 246px;
}
@media (min-width: 992px) {
    .scroll-container .review-item {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .review-item {
        padding: 64px 20px 16px;
        border-radius: 48px;
    }
}
.review-item .review-item-header {
    margin-bottom: 12px;
}
@media (min-width: 1200px) {
    .review-item .review-item-header {
        margin-bottom: 35px;
    }
}
.review-item .review-item-descr {
    margin-bottom: 42px;
    height: 180px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 576px) {
    .review-item .review-item-descr {
        margin-bottom: 13px;
        height: 273px;
        -webkit-line-clamp: 13;
    }
}

.review-item-header {
    margin-bottom: 24px;
    text-align: center;
}

.review-item-author {
    margin-bottom: 8px;
    margin-top: 3px;
    font-size: 17px;
    font-weight: 500;
}
@media (min-width: 1200px) {
    .review-item-author {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 1;
    }
}
.review-item-author span {
    display: block;
}

.review-item-rating {
    width: 80px;
    height: 16px;
}
.review-item-rating-inner {
    height: 100%;
    background: url("./img/star.svg") repeat-x;
    margin: 0 auto;
}

.review-item-body {
    text-align: center;
}

.review-item-descr {
    margin-bottom: 30px;
}
@media (min-width: 576px) {
    .review-item-descr {
        margin-bottom: 64px;
        line-height: 1.23;
    }
}
.review-item-descr p {
    margin-bottom: 22px;
}

.review-item-btn {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    max-width: 214px;
    font-size: 20px;
    font-weight: 500;
}
@media (min-width: 1200px) {
    .review-item-btn {
        padding: 15px 0;
        margin-bottom: 0;
    }
}
.review-item-btn:hover {
    color: #8d8bff;
}

.cursor-effects {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    pointer-events: none;
}