

body {
  font-family: 'Gilroy', sans-serif !important;
  color: #222222;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   ГЛАВНЫЙ ЗАГОЛОВОК (H1) - Блок T997 на первом экране
   ========================================================================== */
.t997__title {
  font-size: 52px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  font-family: 'Gilroy', sans-serif !important;
}

/* ==========================================================================
   H1 ДЛЯ ВНУТРЕННИХ СТРАНИЦ (Меньший размер)
   ========================================================================== */
.h1, 
.t050__title,
.t-title_xl,
.t-title_xxl {
  font-size: 40px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  font-family: 'Gilroy', sans-serif !important;
}

/* ==========================================================================
   ЗАГОЛОВКИ СЕКЦИЙ (H2)
   ========================================================================== */
.t-section__title,
.t486__title {
  font-size: 42px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  font-family: 'Gilroy', sans-serif !important;
}

/* ==========================================================================
   ПОДЗАГОЛОВКИ КАРТОЧЕК И ШАГОВ (H3) + ИНФО-БЛЕНД
   ========================================================================== */
.t-heading_lg,
.t1106__title,
.t1066__heading,
.t997__card-title,
.t-store__card__title,
.t-feed__post-title {
  font-size: 24px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  font-family: 'Gilroy', sans-serif !important;
}

/* ==========================================================================
   ВВОДНЫЕ ТЕКСТЫ И ОПИСАНИЯ СЕКЦИЙ (Lead Text)
   ========================================================================== */
.t-section__descr,
.t486__descr,
.t997__descr {
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

/* ==========================================================================
   ОСНОВНОЙ ТЕКСТ В КАРТОЧКАХ (Body Text) + ИНФО-БЛЕНД
   ========================================================================== */
.t-descr_sm,
.t1106__text,
.t1066__descr,
.t997__card-desc,
.t-store__card__descr,
.t390__descr,
.t-feed__post-descr {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: #4d4d4d !important;
}

.t-input-title {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.t997__card-desc,
.t1050__col .t-descr_sm {
  color: #ffffff !important;
}

/* ==========================================================================
   КНОПКИ (Buttons)
   ========================================================================== */
.t-btn,
.t-submit,
.t-btntext,
.t-feed__parts-switch-btn {
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  font-family: 'Gilroy', sans-serif !important;
}

/* ==========================================================================
   МЕЛКИЙ ТЕКСТ (Сноски, футер, подписи форм)
   ========================================================================== */
.t-form__bottom-text,
.t389__copyright,
.t389__list_item a {
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
}

/* ==========================================================================
   ПРИНУДИТЕЛЬНЫЕ СТИЛИ ДЛЯ ZERO BLOCK
   ========================================================================== */
.tn-elem[data-elem-type="text"] h1,
.tn-elem[data-elem-type="text"] h2,
.tn-elem[data-elem-type="text"] h3 {
  font-weight: 800 !important;
  font-family: 'Gilroy', sans-serif !important;
}

/* ==========================================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ (Экраны меньше 768px)
   ========================================================================== */
@media screen and (max-width: 768px) {
  
  .t997__title {
    font-size: 36px !important;
  }
  
  .h1, 
  .t050__title,
  .t-title_xl,
  .t-title_xxl {
    font-size: 28px !important;
  }
  
  .t-section__title,
  .t486__title {
    font-size: 30px !important;
  }
  
  .t-heading_lg,
  .t1106__title,
  .t1066__heading,
  .t997__card-title,
  .t-store__card__title,
  .t-feed__post-title {
    font-size: 20px !important;
  }
  
  .t-section__descr,
  .t486__descr,
  .t997__descr {
    font-size: 16px !important;
  }
  
  .t-descr_sm,
  .t1106__text,
  .t1066__descr,
  .t997__card-desc,
  .t-store__card__descr,
  .t390__descr,
  .t-input-title,
  .t-feed__post-descr {
    font-size: 14px !important; 
  }
  
  .t-form__bottom-text,
  .t389__copyright,
  .t389__list_item a {
    font-size: 12px !important;
  }
}
