select#RATING {
    width: 170px;
    height: 38px;
    padding: 0px 14px;
    margin-bottom: 20px;
}

div#block-reviews {
    background-color: #fff;
    text-align: center;
}

.tabs__content div#block-reviews {
    background: none;
}

div#block-reviews .popup {
    max-width: 500px;
    margin: 50px auto;
}

.form-header {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color: #444;
    margin-bottom: 22px;
}

.review-stars {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 17px;
    background: var(--dlya-fona);
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    max-width: 302px;
    margin: auto;
    margin-bottom: 7px;
    font-family: var(--font-family);
    font-weight: 375;
    font-size: 15.5px;
    color: #999;
font-weight: 400;
}

.review-stars .stars {
    display: flex;
    align-items: center;
}

.stars span {
    display: block;
    width: 15px;
    height: 14px;
    margin-right: 1px;
    background-image: url(images/empty_star.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.stars span.full {
    background-image: url(images/full_star.png);
}