.detail__raiting.raiting__buttons {
    margin-top: 30px;
}

.red-reviews-button {
    font-size: 16px;
    padding: 10px 15px 10px 40px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 400;
    border: none;
    cursor: pointer;
    background: url(images/quote.png) no-repeat left center #FD5F0F !important;
    background-size: contain !important;
}

.red-reviews-button:hover {
    background-color: #CC4B0A !important;
}