/* Мобильная версия: единый шрифт */
@media screen and (max-width: 640px) {
  /* Обычный текст */
  body,
  .t-text,
  .t-descr,
  .t-body,
  p,
  li {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  /* Заголовки */
  h1, .t-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  h2 {
    font-size: 20px !important;
    line-height: 1.35 !important;
  }
  h3 {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  /* Подписи/мелкий текст */
  .t-small,
  .t-uptitle,
  .t-credits,
  .t-input-subtitle {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  /* Кнопки */
  .t-btn, .t-submit, .t-form__submit {
    font-size: 16px !important;
  }
}
