.reviews-container {
    background-color: #f5f5f5;
    width: 100%;
    height: 400px;
    border-radius: 70px 70px 0 0;
    padding-top: 25px;
}

.r-name {
    color: #211d84;
    font-size: 12px;
    line-height: 12px;
}

.r-name-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 12px;
}

.title-bl {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.r-title {
    color: #797979;
    font-size: 10px;
    line-height: 10px;
}

.r-text {
    font-size: 10px;
    line-height: 11px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.stars {
    display: flex;
    flex-direction: row;
}

.top-reviews__block {
    display: flex;
    gap: 40px;
    align-items: center;
}

.top-reviews__block h3 {
    margin: 0 !important;
}

.top-reviews_block-info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-reviews_block-info span {
    font-size: 24px;
}

.reviews .flexslider {
    padding: 0;
    margin-top: 45px !important;
    margin-bottom: 0 !important;
    background: 0 !important;
    box-shadow: unset !important;
}

.review {
    max-width: 100%;
    height: 200px;
}

.review__inner {
    display: flex;
    height: 75%;
    background-color: white;
    margin: 0px 10px;
}

.border-10 {
    border-radius: 10px;
}

.review__img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding: 15px;
}

.reviews-button {
    background-color: #ec0000;
    width: fit-content;
    padding: 5px;
    margin: 0 auto;
    border-radius: 20px;
    width: 160px;
    text-align: center;
}

.reviews-button span {
    color: white;
}

@media (max-width: 540px) {
    .reviews .flex-control-nav {
        /* display: block !important; */
        bottom: 15px;
    }
    
    .review__inner {
        margin: 0;
        margin-right: 15px !important;
    }

    .reviews-container {
        border-radius: 15px 15px 0 0;
    }

    .reviews .flexslider {
        margin-top: 30px !important;
    }

    .top-reviews__block h3{
        font-size: 18px;
        font-weight: 700;
    }
    .top-reviews_block-info span {
        font-size: 18px;
        font-weight: 700;
    }
}