/* Подписи полей формы: Название компании, Контактное лицо и т.п. */
.t-input-title {
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important; /* обычный, без лишней жирности */
}
/* Обычные однострочные поля формы */
.t-input {
  height: auto !important;          /* снимаем жёсткую высоту */
  min-height: 34px !important;      /* базовая высота — можно 36–38 */
  padding-top: 6px !important;      /* вертикальные отступы */
  padding-bottom: 6px !important;
  line-height: 1.4 !important;      /* нормальная межстрочка, без фокусов */
}

/* Выпадающий список (поле "Ваша роль") */
.t-select__control {
  min-height: 34px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* Текст внутри селекта, чтобы не прилипал */
.t-select__text {
  line-height: 1.4 !important;
}

