/* Убирает текст "Обязательное поле" */
.t-input-error {
  display: none !important;
}

[class*="errorbox"] {
  display: none !important;
}