.product_review__photos {
    display: flex;
    margin: 0 0 15px 0;
}
.product_review__photos .product_review__photo {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    position: relative;
}
.product_review__photos .product_review__photo img {
    border-radius: 10px;
    width: 60px;
    height: 60px;
}
.product_review__photos .product_review__photo a.photo-del-action {
    position: absolute;
    display: none;
    width: 20px;
    height: 20px;
    background-image: url("/local/components/interes_v2/review.add/assets/jquery.filer/images/delete.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F8F8F8;
    border-radius: 3px;
    top: 3px;
    right: 3px;
    opacity: 0.5;
}
.product_review__photos .product_review__photo:hover a.photo-del-action {
    display: block;
}
.product_review__photos .product_review__photo a.photo-del-action:hover {
    opacity: 1;
}
.review__rating .rd-rating__star {
    background: url('/local/templates/1c-interes_v2.0/images/icon/Star_gr.svg') no-repeat !important;
}
.review__rating .rd-rating__star_filled {
    background: url('/local/templates/1c-interes_v2.0/images/icon/Star_y.svg') no-repeat !important;
}
.review__rating .rd-rating__star_half {
    background: url('/local/templates/1c-interes_v2.0/images/icon/Star_two_face.svg') no-repeat !important;
}