.reviews__rating-common h2 span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #9B9B9B;
}

.star {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 3px 0 0;
    background: transparent no-repeat center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEqADAAQAAAABAAAAEgAAAAC5YZBvAAABQklEQVQ4EaWT0W2DMBCGMfSNh2aDuBM0rwiQ6ATtCIyQDUpG6AbtBs0EoQLEI8kGdIRK8Ar9z4LIdsGU9iTLvrvfn++OxLIWLM/z/YJEpG2TqKqqTd/3z0VRxCYd5Yygpmn2jDEB+xcIkHgA8KWqZisaZrMdK6EWx/PUzvQgzaVt20fEX/UcYO+2bR983z/rOTa8fI8Ex4qwfms1hDXaT7Efb+iAlxI4t1hrjEPMcfczCIKzaA2D3CGQIrEW9gZIjHvWdUZ/gF0hCoicLMsitHqis8lQ/UcYhpGsUT4/kimSF1kwc070uALSk2v8KRD9FIyG9ne6QAHRwHUBzQOxLzkOEJd9Oiugrus2kuDoOM4dDRWfmP64B+QEELofDyogCCOqAOsBl588z6tHMICJ67oc1bxMtTbqxF6WJVcCM86U7husZHj+kwgdhgAAAABJRU5ErkJggg==");

}

.raiting_collum_left {
    text-align: center;
}

.star_active {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEqADAAQAAAABAAAAEgAAAAC5YZBvAAABPUlEQVQ4EZ1T200DMRCcRcc36YBLBaGE8IkQjxJSAh2QlEAHUAEkgPjk0kHSQagA8Y+yjNeXyHYuNrCSk9vd2bnx2AcUQl9wU4CU2/qIns7wyTUqoQ+ygIpqBD1ibrM4NvNEaJUI6pKqvUStN8eBkqwqCYD26HzBIa6guE97zJ+4h4mcY5H2xN68xoBe1GwOU8DeXLHizIr9huTTiknDNWbhiOv34V9cc+DDKbSt6StOsCbhX8mAB7nwB7L16B9kWxIK4KaC0Gfz6D0odT8q5nIZ+xkdP2U2nFx2TwdV72lQKF/ICJxLIkUtcJAbsJ7wcJKIiMzwBMCLOWfpKyor6ihnEhHxCrgP1Idiigp9Zyq9c/UJlyfUgiICh62CUxJcy5ndXCMm2RjfpuSOZ72zNQNtfvRtV/KmF/534X4AvnhIvxBv0QwAAAAASUVORK5CYII=");
}

.container_raiting {
    display: flex;
    gap: 10px;
}

.reviews-form {
    margin-top: 40px;
}

.reviews-list__item-header span {
    background: #F6F6F6;
    border-radius: 94px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.reviews-list__item-header {
    gap: 15px;
    display: flex;
}

.reviews-form__text textarea {
    outline: none;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    padding: 12px 15px;
    max-width: 600px;
    width: 600px;
    max-height: 150px;
    height: 150px;
    resize: none;
    margin-top: 5px;
}

.no_reviews {
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: normal;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.js-sendReview {
    width: 300px;
}

.reviews-list__item-rd {
    display: flex;
    gap: 10px;
}

.field-error .reviews-form__rating-value {
    border: 1px solid #ff0b0b !important;
}

.reviews-form__rating-value {
    margin: 5px 0;
    display: inline-block;
    border: 1px solid transparent;
}

.reviews-list__item {
    margin-top: 25px;
}

.reviews-list__item-answer .reviews-list__item-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.reviews-list__item-answer .reviews-list__item-text {
    margin-top: 0;
}

.reviews-list__item-answer .reviews-list__item-date {
    margin-top: 3px;
}

.reviews-list__item-answer .reviews-list__item-date,
.reviews-list__item-rd .reviews-list__item-date {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #B7B7B7;
}

.reviews-list__item-rd .star {
    width: 15px;
    height: 14px;
}

.reviews-list__item-text {
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans';
}

.reviews-list__item-name {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    color: #000000;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
}

.reviews-form .reviews-form__text-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.reviews-form .reviews-form__title {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
}

.reviews-form .reviews-form__rating,
.reviews-form .reviews-form__content {
    margin-top: 15px;
}

.reviews-form .reviews-form__input-container {
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding-top: 12px;
}

.reviews-form .reviews-form__input-container input {
    outline: none;
    min-width: 290px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    height: 40px;
    padding: 12px 15px;
    margin-top: 5px;
}

.button_open_form_raiting {
    width: 230px;
}

.raiting_collum_right .raitin_string {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
}

.return_success_review.open {
    display: block !important;
}

.return_success_review {
    display: none;
    background: #F4F4F4;
    border-radius: 10px;
    padding: 30px 0;
    text-align: center;
    position: relative;
    box-sizing: content-box;
    width: 700px;
    top: 50%;
    margin-top: 25px;
}

.return_success_review svg {
    float: right;
    display: block;
    position: relative;
    right: 20px;
    top: -10px;
    cursor: pointer;
}

.return_success_review .title_rt_review {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
}

.return_success_review .text_rt_review {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-top: 40px;

}

.field-error textarea,
.field-error input {
    border: 1px solid #ff0b0b !important;
}

.raiting_collum_right .proc_raiting_prew {
    background: var(--color-main);
}

.raiting_collum_right .proc_raiting {
    width: 250px;
    margin-left: 25px;
}

.raiting_collum_left .raiting_value {
    font-family: 'Nunito';
    font-style: normal;
    text-align: center;
    font-weight: 700;
    font-size: 52px;
    line-height: 24px;
}

.raiting_collum_left .raiting_count {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.reviews-list__item-answer {
    margin-left: 35px;
    margin-top: 20px;
}

.reviews-list__item-answer .reviews-list__item-avatar span {
    background: #FFC700;
    border-radius: 94px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.proc_raiting {
    background: #DBDBDB;
    border-radius: 30px;
    height: 10px;
    width: 90px;
}

.raiting_collum_left .proc_raiting {
    margin-top: 20px;
}

.proc_raiting .proc_raiting_prew {
    height: 10px;
    background: #FCC400;
    border-radius: 30px;
}

.reviews-form__fields {
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
}

@media (max-width: 500px) {
    .reviews-form__text textarea {
        width: 100%;
    }

    .return_success_review {
        width: 95%;
        top: 50%;
    }

    .raiting_collum_right .proc_raiting {
        width: 100%;
    }

    .raiting_collum_right {
        width: 100%;
    }
}
