.section-reviews {
    margin-top: 70px;
}

.section-reviews .top_block {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #333333;
    padding: 0;
}

.section-reviews__list {
    background: #F8F8F8;
    border: 1px solid #ECECEC;
    border-radius: 4px;
}


.section-reviews__list .item-wrapper {
    padding: 40px;
}

.section-reviews__item .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-reviews__item .head__info {
    max-width: calc(100% - 105px);
}

.section-reviews__item .head__image {
    width: 80px;
    height: 50px;
    text-align: center;
}

.section-reviews__item .head__image img {
    max-height: 100%;
}

.section-reviews__item .ratings .item-rating {
    display: inline-block;
    padding: 0px 0px 0 2px;
}

.section-reviews__item .ratings .item-rating svg {
    width: 15px;
    height: 14px;
}

.section-reviews__item .ratings .item-rating.filed .svg svg path {
    fill: #e6c553;
}

.section-reviews__item .desc {
    margin-top: 30px;
}

.section-reviews__item .desc .desc__text-wrap {
    display: flex;
}

.section-reviews__item .desc .desc__img {
    width: 80px;
    height: auto;
    max-width: 100%;
    margin-left: 20px;
    order: 1;
}

.section-reviews__item .desc .desc__img + .desc__text {
    width: calc(100% - 80px - 20px);
}

.section-reviews__list .owl-carousel.shadow .owl-stage-outer:before,
.section-reviews__list .owl-carousel.shadow .owl-stage-outer:after {
    display: none;
}

/**/
body .section-reviews__list .owl-carousel .owl-item img {
    max-width: 100%;
}

body .section-reviews__list .owl-carousel .owl-nav button.owl-prev,
body .section-reviews__list .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #EAEAEA;
    opacity: 1;
}

body .section-reviews__list .owl-carousel.owl-drag .owl-item:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0;
    height: 2000px;
    right: 0;
    width: 1px;
    background: #ECECEC;
}

body .section-reviews__list .owl-carousel.owl-theme.owl-bg-nav .owl-stage-outer {
    margin: 0;
}

body .section-reviews__list .link-block-more {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .section-reviews {
        margin-top: 50px;
    }

    .section-reviews .top_block {
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
    }

    .section-reviews__list .item-wrapper {
        padding: 40px 30px;
    }

    .section-reviews__item .head {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-reviews__item .head__info {
        width: 100%;
        order: 1;
    }

    body .section-reviews__item .head__image {
        height: auto;
        width: 100%;
    }

    body .section-reviews__list .owl-carousel .owl-item img {
        margin: 0;
    }

    .section-reviews__item .desc {
        margin-top: 10px;
    }

    .section-reviews__item .desc .desc__text-wrap {
        flex-direction: column;
    }

    .section-reviews__item .desc .desc__img {
        width: 80%;
        margin: 10px 0 10px 0;
        order: 1;
    }

    .section-reviews__item .desc .desc__img + .desc__text {
        width: 100%;
    }
}