/* Мобильная читаемость: Тильда на телефоне отдаёт часть текста 12px,
   а иконки связи 30px, это меньше комфортного нажатия.
   Правки только для экранов до 640px, десктоп не трогаем. */
@media screen and (max-width: 640px) {
  .t1066__descr,
  .t566__text {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  .t473__title {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  .t718__form-bottom-text,
  .t-checkbox__control,
  .t-input-subtitle {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
  .t-sociallinks__item a {
    width: 40px !important;
    height: 40px !important;
  }
  .t-sociallinks__item svg {
    width: 40px !important;
    height: 40px !important;
  }
}
