

/* Start:/local/templates/zaborcervice/components/bitrix/news.list/reviews_page/style.css?1712597392964*/
.review-wrapper{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.swiper-slide-review{
    background: #f7f7f7;
    border-radius: 20px;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slide-review{
     padding: 27px 27px 11px 27px;
}
.slide-review_name{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}
.slide-review_date{
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #666666;
}
.slide-review_text{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    margin-top: 11px;
    height: 100%;
}
.review-photo img{
    width: 100%;
    height: 244px;
    border-radius: 0 0 20px 20px;
    object-fit: cover;
}


@media(max-width:710px){
    .swiper-slide-review{
        width: calc(100% - 10px);
    }
}

/* End */
/* /local/templates/zaborcervice/components/bitrix/news.list/reviews_page/style.css?1712597392964 */
