.b-modal_subtitle-bold {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    font-family: OpenSansSemi;
    color: #262626;
}
.b-modal-feedback__product-img img {
    max-height: 52px;
}

.textarea_error-text {
    color: #eb5757;
    font-size: 14px;
    line-height: 18px;
    font-family: OpenSansSemi;
    margin-top: -20px;
    margin-bottom: 20px;
}

.rating_error-text {
    color: #eb5757;
    font-size: 14px;
    line-height: 18px;
    font-family: OpenSansSemi;
    margin-top: -15px;
    margin-bottom: 15px;
}

.b-modal__success-title {
    font-size: 18px;
    line-height: 130%;
    font-family: OpenSansSemi;
    margin: 20px;
    text-align: center;
}

.b-modal__close-text {
    font-size: 14px;
    line-height: 80%;
    font-family: OpenSansSemi;
    margin: 10px;
    text-align: center;
    color: rgb(135, 135, 134);
    cursor: pointer;
}

.modal-review-success .b-modal__close-success {
    background-size: 15px!important;
    right: 0px; 
    top: 0px;
}

.modal-review-success .b-modal__close-success:active {
    right: 0px; 
    top: 0px;
}

.b-modal-feedback__rating .icon-star-error {
    background: url(/local/templates/ropesystems/images/dist/icon-star-error.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
} 

.b-product__head-feedback-text {
    white-space: nowrap;
}

@media (max-width: 1239px) {
    .b-modal-feedback__rating {
        gap: 10px 
    }    
}