.review__wrapper{
    position:relative;
}
.swiper-button-prev,
.swiper-button-next{
    position: absolute;
}
.review{
    max-width: 100%;
}
.review__item__icon{
    margin-right: 20px;
}
.review__item__name{
    font-weight: 700;
    font-size: 24px;
    line-height: 142%;
    color: #000;
}
.review__item__content-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #000;
}
.review__item__content-box,
.review__item__content-top
{
    display:flex;
    align-items: self-start;
    justify-content: space-between;
}
.review__item__content-top{
    align-items: center;
    margin-bottom: 16px;
}
.review__list{
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*justify-content: stretch;*/
}
.review__item{
    padding: 2px;
}
.review__item__inner{
    border-radius: 20px;
    padding: 36px 20px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background: #f6f6f6;
}
.review__item-stars {
    position: relative;
}
.review__item-stars-rating-wrap{
    overflow: hidden;
}
.review__item-stars-rating-inner{
    display: flex;
}
.review__item-stars-rating-inner > *{
    flex: none;
}
.review__item-stars-rating_is-no-active{

}
.review__item-stars-rating_is-active{
    flex: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
@media (max-width: 600px) {
    .review__wrapper .swiper-button-control{
        top: 100%;
        margin-top: -42px;
    }
    .swiper-top-wrapper.review__wrapper.is-show-custom-navigation{
        padding: 0;
    }
    .review__swiper{
        padding-bottom: 57px;
    }
    .review__swiper .swiper-horizontal>.swiper-pagination-bullets,
    .review__swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .review__swiper .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
    }
}

@media (max-width: 374px) {
    .review__item__icon{
        display: none;
    }
    .review__item__content-top{
        display: block;
    }
    .review__item__name{
        margin-bottom: 10px;
    }
}