.review.hidden {
    display: none;
}

.review-text .review .review-head__top {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    float: right
}

.review-text .review .review__date {
    float: left;
}
.row{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.col-4 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}
.reviews-video {
    height: 424px;
    margin-bottom: 20px;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-video__left {
    width: calc(100% - 305px);
    height: 100%;
}
.reviews-video__right {
    width: 265px;
    height: 100%;
    overflow-y: auto;
}
.scroll {
    padding-right: 18px;
}
.scroll::-webkit-scrollbar{background:#404040;width:7px}
.scroll::-webkit-scrollbar-thumb{background:#eb702c}
iframe {
    max-width: 100%;
    max-height: 100%;
}
.reviews-video__right-video img {
    max-width: 100%;
    display: block;
}
.reviews-video__right-video {
    margin-bottom: 5px;
}

@media(max-width:768px) {
.col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.reviews-video__left {
    width: 100%;height: auto;
}
.reviews-video__right {
    margin-top: 20px;
     width: 100%;
    height: 100%;
    overflow-y: auto;
}
}
@media(max-width:575px) {
 #video{max-height: 80%;margin-top: 40px;}
}