/* ===== Форма NBF502N — Montserrat ===== */
.t-form,
.t-form * {
  font-family: 'Montserrat', Arial, sans-serif !important;
}

/* Поля ввода */
.t-form input,
.t-form textarea {
  font-size: 16px;
  font-weight: 400;
}

/* Placeholder */
.t-form input::placeholder,
.t-form textarea::placeholder {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 15px;
  color: #9a9a9a;
}

/* Ошибки */
.t-input-error,
.t-form__errorbox-text {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

/* Текст "Обязательное поле" */
.t-form__errorbox-item {
  font-family: 'Montserrat', Arial, sans-serif !important;
}

/* Чекбокс политики */
.t-checkbox__labeltext {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}