/* ====== InterTight: оптимизация отображения ====== */

@font-face {
    font-family: 'intertight';
    src: url('https://static.tildacdn.com/tild6161-3265-4639-b865-336633386365/InterTight-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'intertight';
    src: url('https://static.tildacdn.com/tild6431-3831-4339-a366-643137396335/InterTight-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* VariableF отключили — он грузит лишние 150KB */

/* ====== Оптимизация cover-блоков (фикс дергания) ====== */
.t-cover__carrier {
  background-attachment: scroll !important;
}

/* ====== Мобильная оптимизация шапки ====== */
@media (max-width: 980px) {
  #rec1359263131 .t228__imglogo {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    max-width: 180px !important;
  }

  #rec1359263131 .t228__list_item {
    margin-bottom: 18px !important;
  }

  #rec1359263131 .t228__list_item a {
    padding: 8px 0 !important;
    display: inline-block;
  }

  #rec1359263131 .t228__right_buttons,
  #rec1359263131 .t-sociallinks {
    margin-top: 25px !important;
    margin-bottom: 20px !important;
  }
}