.t-form .t-form__errorbox-wrapper,
.t-form .js-errorbox-all {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-align: center !important;
  pointer-events: none !important;
  cursor: default !important;
}

/* ничего не красим у оберток */
.t-form .t-form__errorbox-item {
  display: inline !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
  cursor: default !important;
}

/* красим только сам текст */
.t-form .t-form__errorbox-text {
  display: inline-block !important;
  margin: 10px auto 0 !important;
  padding: 9px 16px !important;

  background: rgba(255, 98, 81, 0.14) !important;
  border: 1px solid rgba(209, 75, 67, 0.18) !important;
  border-radius: 10px !important;
  box-shadow: none !important;

  color: #d14b43 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  text-align: center !important;

  pointer-events: none !important;
  cursor: default !important;
}

/* убираем псевдоэлементы и мусор */
.t-form .t-form__errorbox-wrapper:before,
.t-form .t-form__errorbox-wrapper:after,
.t-form .js-errorbox-all:before,
.t-form .js-errorbox-all:after,
.t-form .t-form__errorbox-item:before,
.t-form .t-form__errorbox-item:after,
.t-form .t-form__errorbox-text:before,
.t-form .t-form__errorbox-text:after {
  content: none !important;
  display: none !important;
}

.t-form .t-form__errorbox-wrapper *,
.t-form .js-errorbox-all * {
  pointer-events: none !important;
  cursor: default !important;
}