.comments-block {}
.comments-block__item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.comments-block__item + .comments-block__item {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.comments-block__img-wrapper {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 40px;
}
.comments-block__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.comments-block__desc {
    flex: 1 1 auto;
    max-width: calc(100% - 104px);
}
.comments-block__rating {}
.comments-block__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.comments-block__text p {
    margin: 0;
}
.comments-block__text * + p {
    margin-top: 12px;
}
.comments-block__gallery {
    margin-top: 8px;
}


.comments-gallery {
    position: relative;
}
.comments-gallery .swiper-slide {
    width: auto;
}
.comments-gallery__item {
    
}
.comments-gallery__item_video {
    width: 230px;
}
.comments-gallery__img {
    max-height: 127px;
    width: auto;
}
.comments-gallery .swiper-button-prev {
    margin-right: 0;
}
.comments-gallery .swiper-button-next {
    margin-left: 0;
}