
.reviews__container._container {
    max-width: 435px;
    padding: 0px 0px;
}
.review_form {
    padding: 0px 15px;
}
.reviews_top_logo {
    background: #FFFFFF;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 0px 0px 18px 18px;
}
.reviews_image {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
form.form-send-review h3 {
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 30px;
    padding-bottom: 20px;
}
form.form-send-review label span {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
}
form.form-send-review span.req {
    color: red;
}
form.form-send-review .select__item {
    height: 60px;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b8b6bf;
    background-color: #ffffff;
    border: 1px solid #fff;
    border-radius: 18px;
    width: 100%;
}
form.form-send-review label {
    margin-bottom: 20px;
    display: block;
}
form.form-send-review .select__title.elips-fill {
    width: 100%;
}
form.form-send-review .select.select_null {
    margin-top: 8px;
}
form.form-send-review .rating {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 8px;
}
.review_question._focus {
    margin-bottom: 20px;
}
form.form-send-review textarea {
    justify-content: space-between;
    opacity: 1;
    border-radius: 18px;
    border-width: 1px;
    padding-top: 20px;
    padding-right: 8px;
    padding-bottom: 20px;
    padding-left: 15px;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
}
form.form-send-review input {
    height: 60px;
    width: 100%;
    justify-content: space-between;
    opacity: 1;
    border-radius: 18px;
    border-width: 1px;
    padding-top: 20px;
    padding-right: 8px;
    padding-bottom: 20px;
    padding-left: 15px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
}
.footer_submit {
    display: flex
;
    width: 100%;
    padding: 16px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}
.footer_submit button{
    width: 335px;
    height: 60px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 18px;
    border-width: 1px;
    padding-top: 20px;
    padding-right: 8px;
    padding-bottom: 20px;
    padding-left: 15px;
    background: #FFE400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    font-weight: 500;
}
form.form-send-review .select__options {
    background-color: #898989;
    color: #e2e1e8;
    font-size: 16px;
}
form.form-send-review .select__option {
    padding: 7px 12px;
}

.form-send-review .error-message {
    display: block;
    margin-top: 5px;
}
.form-send-review .select {
    padding-top: 8px;
}
form.form-send-review label.on_comment {
    display: none;
}
form.form-send-review label.on_comment.active {
    display: block;
}
