.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{ --footer-h: 72px; } /* высота твоей панели */

body{
  padding-bottom: calc(var(--footer-h) + env(safe-area-inset-bottom));
}

.mobile-footer{
  position: fixed;      /* можно сделать sticky, см. ниже */
  left: 0; right: 0; bottom: 0;
  height: var(--footer-h);
  z-index: 99999;
  background:#fff;
  padding-bottom: env(safe-area-inset-bottom);
  will-change: transform;
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
}

/* чтобы ни один предок не ломал position:fixed */
html, body, .elementor, .elementor-section-wrap, .elementor-location-single {
  transform: none !important;
  overflow: visible;
}
:root {
  --footer-h: 72px; /* стандартная высота футера */
}

/* 📱 мобильная версия */
@media (max-width: 480px) {
  :root {
    --footer-h: 80px; /* увеличенная высота на мобильных, можешь менять */
  }

  .mobile-footer {
    height: var(--footer-h);
    padding-bottom: env(safe-area-inset-bottom);
  }
}
/* ровные интервалы в таб-баре */
.mobile-footer .elementor-nav-menu,
.mobile-footer .menu {                /* ul */
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;     /* можно заменить на space-evenly */
  list-style: none;
  padding: 0;
  margin: 0;
}

/* каждый пункт = одинаковая колонка */
.mobile-footer .elementor-nav-menu > li,
.mobile-footer .menu > li {
  flex: 1 1 0;                         /* равная ширина */
  text-align: center;
}

/* ссылка — вертикальная колонка: иконка сверху, текст снизу */
.mobile-footer .elementor-nav-menu > li > a,
.mobile-footer .menu > li > a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* на всякий случай: одинаковые размеры иконок */
.mobile-footer .menu-entry .icon-outline,
.mobile-footer .menu-entry .icon-filled {
  width: 26px;
  height: 26px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .mobile-footer .menu-entry .icon-outline,
  .mobile-footer .menu-entry .icon-filled {
    width: 20px;
    height: 20px;
  }
}/* End custom CSS */