
.testimonial-slide-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.testimonial-slide-top_left {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.testimonial-slide { 
    /*text-align: center; */
    padding: 10px 15px;
}
.testimonial-image {
    display: inline-flex;
}
.testimonial-image img { width: 65px; height: 65px; border-radius: 50%;}
.testimonial-name { font-weight: bold; margin: 0; }
.testimonial-rating .star { color: #ccc; font-size: 18px; }
.testimonial-rating .star.filled { color: gold; }
.testimonial-text { font-size: 14px; color: #555; margin-top: 20px; }

.stay_your_review_vk {
    text-align: center;
    margin-top: 30px;
}
.stay_your_review_vk a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.testimonial-slider + .swiper-button-next,
.testimonial-slider + .swiper-button-next + .swiper-button-prev {
    top: calc(50% - 27.5px);
}

.testimonial-slider + .swiper-button-next {
    right: 0;
}
.testimonial-slider + .swiper-button-next + .swiper-button-prev {
    left: 0;
}

.testimonial-slider + .swiper-button-next:after,
.testimonial-slider + .swiper-button-next + .swiper-button-prev:after {
    display: none;
}

.testimonial-rating {
    display: flex;
    gap: 3px;
}



@media(min-width: 1024px) {
    .testimonial-slider {
        width: calc( 100% - 144px );
        padding: 0 5px;
    }
}

@media(max-width: 550px) {
    .testimonial-slider + .swiper-button-next, .testimonial-slider + .swiper-button-next + .swiper-button-prev {
        top: calc(100% - 15.5px);
    }
}