/* Accordion */
.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

/* Оверлей перехода */
.tilda-transition-overlay{
  position: fixed;
  inset: 0;
  background: #F4F5F7;
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
  transition: opacity 650ms ease;

  will-change: opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.tilda-transition-overlay.is-active{ opacity: 1; }

/* фон по умолчанию */
html, body{ background: #F4F5F7; }

/* глобальный скрывающий класс */
html.is-preloading #allrecords{ opacity: 0 !important; }
html.is-preloading body{ overflow: hidden !important; }

/* фиксы меню */
[class*="tmenu"],
[class*="t228"],
[class*="t282"],
[class*="t451"],
[class*="t450"],
[class*="t199"]{
  position: relative;
  z-index: 1000 !important;
}

/* Попапы поверх */
.t-popup,
.t-popup__container,
.t-popup__close,
.t-popup__close-wrapper,
.t-popup__block-close-button{
  z-index: 10000000 !important;
}

/* Мобильное меню поверх */
.tmenu-mobile,
.tmenu-mobile__container{
  z-index: 10000001 !important;
}

