

/* Start:/local/templates/medic-group/components/bitrix/main.feedback/.default/style.css?17805625951690*/
.questions-form-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    width: 100%;
}

.field__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.field__name {
    color: #5A7184;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    line-height: 110%;
}

.field__req {
    color: #DA5151;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    line-height: 110%;
}

.questions__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 45%;
}

#content .mfeedback .questions-form input[type=text] {
    display: flex;
    height: 48px;
    padding: 12px 24px;
    gap: 10px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #F1F1F5;
    background: #FAFAFB;
    margin-bottom: 0;
}

#content .mfeedback .questions-form textarea {
    display: flex;
    padding: 12px 24px;
    gap: 10px;
    height: 100px;
    resize: none;
    border-radius: 16px;
    border: 1px solid #F1F1F5;
    background: #FAFAFB;
    margin-bottom: 18px;
}

#content .field__button {
    border-radius: 16px;
    background: #6DBE6D;
    padding: 12px 24px;
    border: none;
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    width: max-content;
}

#content .mfeedback .questions-form .appointment-captcha {
    margin-bottom: 18px;
    margin-top: 0;
}

@media screen and (max-width: 900px) {
    .questions-form-row {
        flex-direction: column;
    }

    .questions__image {
        display: flex;
        justify-content: center;
    }

    .field__button {
        width: 100% !important;
    }

    .questions__form {
        width: 100%;
    }
}

/* End */
/* /local/templates/medic-group/components/bitrix/main.feedback/.default/style.css?17805625951690 */
