/* === Стилизация ТОЛЬКО HERO-блока (первый на странице) === */

/* Большой заголовок HERO */
.t-cover:first-of-type .t-cover__title,
.t-cover:first-of-type .t-cover__title .tn-atom,
.t-cover:first-of-type h1,
.t-cover:first-of-type h1 .tn-atom,
#allrecords > .r:first-of-type .tn-atom,
#allrecords > .r:nth-child(2) .tn-atom {
  font-family: 'Inter Tight', 'Inter', Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.02 !important;
}

/* Подзаголовок и описание HERO */
.t-cover:first-of-type .t-cover__descr,
.t-cover:first-of-type .t-cover__descr .tn-atom {
  font-family: 'Inter Tight', 'Inter', Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.35 !important;
}

/* === Inter Tight для всего сайта === */
body,
body *,
.t-text,
.t-name,
.t-title,
.t-descr,
.t-heading,
.t-uptitle,
.t-input,
.t-input-title,
.t-submit,
.t-btn,
.t-btntext,
.t-menu,
.t-menu *,
.t-menusub__menu *,
[class*="t-text"],
[class*="t-name"],
[class*="t-title"],
[class*="t-descr"],
[class*="t-heading"],
[class*="t-input"],
[class*="t-btn"],
[class*="t-menu"],
input, textarea, select, button {
  font-family: 'Inter Tight', 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
}

/* Плейсхолдеры */
::placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-family: 'Inter Tight', 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
}

/* === QZ101: поднимаем кнопку "Отправить" по специальному классу === */
#rec2292940221 .my-submit-wrapper {
  margin-top: -200px !important;
  position: relative !important;
  top: -200px !important;
  z-index: 100 !important;
}