.row.videos {
    margin-bottom: 54px;
    /* padding-bottom: 34px; */
}
.review__video-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 16px;
    padding-right: 8px;
}
.review__video {
    width: 160px;
    height: 250px;
    background-color: #ebebeb;
    border-radius: 8px;
    flex-shrink: 0;
    flex-grow: 1;
    margin-bottom: 40px;
}
.column.reviews {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1 1 30%;
    gap: 16px;
}
.column.review__numbers {
    /* width: 40%; */
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 30%;
}
.reviews_page .column.review__numbers {
    margin-bottom: 20px;
}
.reviews_page .row.slider {
    gap: 20px;
}
.reviews_page .testimonial__card img{
    max-width: 100%;

}
.review__rating {
    display: flex;
    flex-direction: row;
}
.review__rating-wrapper {
    font-size: 60px;
    letter-spacing: -0.05em;
    padding: 12px;
    background-color: #ff361f;
    color: #fff;
    border-radius: 16px;
}
.in-cost__title {
    font-size: 44px;
    margin-top: 65px;
    margin-bottom: 40px;
    text-transform: none;
}
.main_page_review {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 5px 40px #0000000d;
    padding: 24px;
}
.review_text_wrapper {
    padding: 0;
    margin: 0;
}
.review__author-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.user__image {
    /* height:40px; */
    width: 100%;
    border-radius: 8px;
}
.social__button {
    display:inline-block;
    width: 100%;
    height: 16px;
    padding-left: 22px;
    line-height: 16px;
    font-size: 12px;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.social__button:hover {
    color: #ff4730;
}
.social__button_google {
  background: url('../icons/google_logo.svg') left no-repeat;
  background-size: contain;
}
.social__button_telegram {
  background: url('../images/telegram_logo_grey.png') center no-repeat;
  background-size: contain !important;
}
.reviews .fa {
    margin-right: 3px;
}
.review_text {
}
.review_text1 p:before{
    content: "\022";
    position: absolute;
    font-size: 160px;
    top: 80px;
}
.quotes {
    font-size: 100px;
    line-height: 1px;
}
.review_text blockquote {
    margin: 0;
    font-size: 17px;
    line-height: 1.3em;
}

.main_page_review .testimonial__card img{
}
.main_page_review .testimonial__card .text-article__subtitle {
    margin: 0;
    font-size: 16px;
}
.main_page_review .testimonial__card .rating__span {
    margin-top: 3px;
}
.testimonial__card.testimonial__card_mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}
.review_rating_stars {
    font-size: 14px;
    color: #ffc200;
    margin-bottom: 10px;
}
.review_rating_stars .fa {
    margin-right: 0;
}
.read_all_wrapper {
    width: 100%;
}
.read_all {
    display: block;
    background-color: #000000;
    padding: 10px 10px;
    font-size: 16px;
    width: 200px;
    margin: 50px auto 0;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.read_all:hover {
    background-color: #ff361f;
    color: #fff;
}



/* Service Ratings General Styles */
.reviews__service-rating i.fa {
    color: #ffc200;
    font-size: 16px;
    padding-left: 2px;
}

span.reviews__service-rating-text__value {
    font-size: 22px;
    font-weight: 600;
}

.reviews__service-rating {
    width: 100%;
    padding: 24px 20px 18px 83px;
    border-radius: 16px;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 52px;
}

.reviews__service-rating-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

span.reviews__service-rating-text__label {
    width: 100%;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.reviews__service-rating-text__count {
    flex: 1 0;
    display: flex;
    margin-left: 20px;
    align-items: center;
}

.reviews__service-rating-text__count a {
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    flex-grow: 1;
    text-align: center;
    padding: 5px;
}

.reviews__service-rating-text__count a:hover {
    background-color: #fe4730;
}

/* Service-Specific Styles */
.reviews__service-rating--google {
    background-image: url('../icons/google_logo.svg');
}

.reviews__service-rating--trustpilot {
    background-image: url('../icons/trustpilot_logo.svg');
}

/* Responsive */
@media only screen and (max-width:767px) {
    .row.slider {
        padding: 0;
        flex-direction: column;
        gap: 32px;
    }
    .column.reviews, .column.review__numbers, .main_page_review {
        width: 100%;
        gap: 16px;
    }
    .review__video-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .in-cost__title {
        padding-left: 0;
        margin-bottom: 24px;
    }
    .reviews__service-rating {
    width: 100%;
    padding: 18px 12px 12px 64px;
    background-size: 42px;
    background-position: 12px center;
    }
    .reviews__service-rating i.fa {
    font-size: 14px;
    }
    .row.videos {
    margin-bottom: 32px;
    }
}

#reviews .swiper-slide {
    display: flex;
    justify-content: space-around;
    gap: 8px;
}