/* Виджет телефона (intl-tel-input) в формах заявки .order-form */

.order-form .iti {
    width: 100%;
}

/* Чип страны не должен перекрывать скруглённую рамку поля */
.order-form .iti__country-container {
    padding: 3px;
}

/* Сообщение об ошибке под полем */
.order-form__error {
    display: block;
    margin-top: 4px;
    color: #e53935;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

.order-form__error[hidden] {
    display: none;
}

/* Подсветка невалидного поля (важность — из-за !important у рамки в styles.css) */
.order-form__field--tel.is-invalid .order-form__input {
    border-color: #e53935 !important;
}

/* Заблокированная кнопка «Отправить» (важность — из-за !important у фона в styles.css) */
.order-form__button:disabled {
    background-color: #c7c7c7 !important;
    cursor: not-allowed;
}

/* Выпадающий список стран поверх контента модалки */
.order-form .iti--container,
.iti--container {
    z-index: 100000;
}
