/* Гарантована видимість контенту без сторінкових бандлів Tilda:
   анімаційні приховування знімаємо, контент видно і без JS. */
.t-records, .t-rec, .t-cover, .t-cover__wrapper, .t-cover__carrier,
.tn-atom, .tn-elem, .t-sldsintro, .t-animate, [data-animate-style],
.t-title, .t-descr, .t-text, .t-name, .t-img {
  opacity: 1 !important;
  visibility: visible !important;
}
.t-animate, [data-animate-style], .t-sldsintro {
  transform: none !important;
}

/* t794 (мовний dropdown DE/EN): базові стилі бандла втрачені — «кутик»
   рендерився білим ромбом поверх пункту, а тултіп відривався від тригера
   на висоту кутика. Кутик ховаємо, зазор прибираємо. */
.t794__tooltip-menu-corner,
.t794__tooltip-menu-corner-border { display: none !important; }
.t794__tooltip-menu { transform: translateY(-16px); }

/* Футер на мобільному: адреса і © центруються, як решта елементів
   (у res-320 розкладці Tilda текст лишався по лівому краю). */
@media (max-width: 640px) {
  .tn-elem[data-elem-id="1654985200934"] .tn-atom,
  .tn-elem[data-elem-id="1654985249244"] .tn-atom { text-align: center; }
}

/* ---- Safe zone під фіксовану шапку -------------------------------------
   Висота шапки = артборд × window-upscale, тобто у vw:
   ≥1200: 85/1200 = 7.0833vw   (1440px → 102px)
   960–1199: 81/960 = 8.4375vw (1024px → 86px)
   640–959: 70/640 = 10.9375vw  (800px → 87px)
   480–639: 37/480 = 7.7083vw   (560px → 43px)
   <480:   67/320 = 20.9375vw   (390px → 82px)
   Спейсер-записи одразу після шапки отримують min-height = шапка + повітря. */
#rec572058451 .t396__artboard, #rec572071938 .t396__artboard,
#rec572084772 .t396__artboard, #rec457558659 .t396__artboard,
#rec457573587 .t396__artboard, #rec461155514 .t396__artboard {
  min-height: calc(7.0833vw + 28px) !important;
}
/* reserve: перший блок — CTA, відступ згори під шапку */
#thefork-cta { padding-top: calc(7.0833vw + 32px) !important; }
/* бургер-оверлей примикає до низу фактичної шапки */
#rec572058442 .t396__artboard, #rec572058446 .t396__artboard,
#rec572058449 .t396__artboard, #rec461139795 .t396__artboard,
#rec464336802 .t396__artboard, #rec464378551 .t396__artboard {
  top: calc(7.0833vw) !important;
}
@media (max-width: 1199px) {
  #rec572058451 .t396__artboard, #rec572071938 .t396__artboard,
  #rec572084772 .t396__artboard, #rec457558659 .t396__artboard,
  #rec457573587 .t396__artboard, #rec461155514 .t396__artboard {
    min-height: calc(8.4375vw + 26px) !important;
  }
  #thefork-cta { padding-top: calc(8.4375vw + 30px) !important; }
  #rec572058442 .t396__artboard, #rec572058446 .t396__artboard,
  #rec572058449 .t396__artboard, #rec461139795 .t396__artboard,
  #rec464336802 .t396__artboard, #rec464378551 .t396__artboard {
    top: calc(8.4375vw) !important;
  }
}
@media (max-width: 959px) {
  #rec572058451 .t396__artboard, #rec572071938 .t396__artboard,
  #rec572084772 .t396__artboard, #rec457558659 .t396__artboard,
  #rec457573587 .t396__artboard, #rec461155514 .t396__artboard {
    min-height: calc(10.9375vw + 24px) !important;
  }
  #thefork-cta { padding-top: calc(10.9375vw + 28px) !important; }
  #rec572058442 .t396__artboard, #rec572058446 .t396__artboard,
  #rec572058449 .t396__artboard, #rec461139795 .t396__artboard,
  #rec464336802 .t396__artboard, #rec464378551 .t396__artboard {
    top: calc(10.9375vw) !important;
  }
}
@media (max-width: 639px) {
  #rec572058451 .t396__artboard, #rec572071938 .t396__artboard,
  #rec572084772 .t396__artboard, #rec457558659 .t396__artboard,
  #rec457573587 .t396__artboard, #rec461155514 .t396__artboard {
    min-height: calc(7.7083vw + 18px) !important;
  }
  #thefork-cta { padding-top: calc(7.7083vw + 24px) !important; }
  #rec572058442 .t396__artboard, #rec572058446 .t396__artboard,
  #rec572058449 .t396__artboard, #rec461139795 .t396__artboard,
  #rec464336802 .t396__artboard, #rec464378551 .t396__artboard {
    top: calc(7.7083vw) !important;
  }
}
@media (max-width: 479px) {
  #rec572058451 .t396__artboard, #rec572071938 .t396__artboard,
  #rec572084772 .t396__artboard, #rec457558659 .t396__artboard,
  #rec457573587 .t396__artboard, #rec461155514 .t396__artboard {
    min-height: calc(20.9375vw + 20px) !important;
  }
  #thefork-cta { padding-top: calc(20.9375vw + 26px) !important; }
  #rec572058442 .t396__artboard, #rec572058446 .t396__artboard,
  #rec572058449 .t396__artboard, #rec461139795 .t396__artboard,
  #rec464336802 .t396__artboard, #rec464378551 .t396__artboard {
    top: calc(20.9375vw) !important;
  }
}
