.materials {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: absolute; /* если нужно — подкорректируй */
  z-index: 999;
}
/* Цвет сообщений об ошибке в белый */
.t-form__errorbox-middle,
.t-input-error,
.js-error-control-box,
.t-form__errorbox-wrapper,
.t-input-error span,
.t-input-error div {
  color: #ffffff !important;
}
