.text_plus {
    font-weight: 700;
    font-size: 13px;
    color: #000;
    border-left: 3px solid #2E7D32;
    margin: 16px 0;
    padding-left: 18px;
}

.text_minus {
    font-weight: 700;
    font-size: 13px;
    color: #000;
    border-left: 3px solid #C62828;
    margin: 16px 0;
    padding-left: 18px;
}

.reviews_div_wrap_yandex.site {
    background: #F4FAF6;
}

.yandex-tittle.site_tittle {
    color: #2E7D32;
}

.bm-review-notice {
    scroll-margin-top: 120px;
    margin: 24px 0;
    padding: 16px 18px;
    border-radius: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.bm-review-notice--success {
    color: #1B5E20;
    background: rgba(46, 147, 60, .12);
    border: 1px solid rgba(46, 147, 60, .25);
}

.bm-review-notice--error {
    color: #8E1B1B;
    background: rgba(198, 40, 40, .08);
    border: 1px solid rgba(198, 40, 40, .22);
}

.bm-review-form-wrap {
    margin: 34px 0 0;
    padding: 30px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #E6E8EC;
    box-shadow: 0 12px 34px rgba(32, 78, 74, .08);
}

.bm-review-form-head {
    margin-bottom: 22px;
}

.bm-review-form-title {
    font-family: Play, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #204E4A;
}

.bm-review-form-text {
    margin-top: 6px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: rgba(51, 51, 51, .72);
}

.bm-review-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.bm-review-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
}

.bm-review-field--wide {
    grid-column: 1 / -1;
}

.bm-review-rating-field {
    grid-column: 1 / -1;
}

.bm-review-field span {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
}

.bm-review-field input,
.bm-review-field textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #DDE3E1;
    border-radius: 10px;
    background: #FAFBFB;
    padding: 13px 14px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.bm-review-field textarea {
    resize: vertical;
    min-height: 96px;
}

.bm-review-field input:focus,
.bm-review-field textarea:focus {
    outline: none;
    border-color: #2E933C;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(46, 147, 60, .12);
}

.bm-review-stars {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
    width: max-content;
    min-height: 50px;
    border: 1px solid #DDE3E1;
    border-radius: 10px;
    background: #FAFBFB;
    padding: 9px 12px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.bm-review-stars:focus-within {
    border-color: #2E933C;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(46, 147, 60, .12);
}

.bm-review-stars input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}

.bm-review-stars label {
    margin: 0;
    color: #D7DEE2;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    transition: color .18s, transform .18s;
}

.bm-review-stars label:hover,
.bm-review-stars label:hover ~ label,
.bm-review-stars input:checked ~ label {
    color: #F5A623;
}

.bm-review-stars label:hover {
    transform: translateY(-1px);
}

.bm-review-submit {
    margin-top: 22px;
    min-width: 210px;
    border: 0;
    border-radius: 12px;
    background: #2E933C;
    color: #ffffff;
    padding: 16px 24px;
    font-family: Play, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s, transform .2s;
}

.bm-review-submit:hover {
    background: #297045;
    transform: translateY(-1px);
}

.bm-review-submit:disabled {
    opacity: .55;
    cursor: not-allowed;
    transform: none;
}

@media (max-width: 767px) {
    .bm-review-form-wrap {
        padding: 22px;
    }

    .bm-review-form-grid {
        grid-template-columns: 1fr;
    }

    .bm-review-form-title {
        font-size: 24px;
        line-height: 30px;
    }

    .bm-review-submit {
        width: 100%;
    }
}
