textarea::placeholder,
select {
  color: #7B7B7B !important; /* Цвет плейсхолдера */
  opacity: 1 !important;
}

input, textarea, select {
  color: #7B7B7B !important; /* Цвет введенного текста */
}

input::placeholder {
  color: #7B7B7B !important; /* Новый цвет плейсхолдера */
  opacity: 1 !important;
}



/* Чтобы поля отображались корректно на дектопе */

@media (max-width: 1200px) {
  #rec1171800331 .t-input-group {
    display: block !important;
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  #rec1185129716 .t-input-group {
    display: block !important;
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  #rec1186063966 .t-input-group {
    display: block !important;
    width: 100% !important;
  }
}