/* Скрываем иконку календаря в Тильде */
.t-input.t-datepicker + .t-datepicker__icon {
  display: none !important;
}


.t-input.t-datepicker::placeholder {
    color: #606060; /* светло-серый, можно менять */
    opacity: 1;      /* чтобы цвет был именно тот, который задаём */
}


.t-form [style*="font-size:13px"],
.t-form [style*="font-size: 13px"] {
  font-size: 11px !important;
  line-height: 1.2 !important;
}


.t-form-successbox {
  display: none !important;
}


.hidden-seo {
    position: absolute; /* выносим за пределы видимой области */
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}