.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#272526;--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;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-animation:flash;--e-preloader-animation-duration:2500ms;--e-preloader-delay:0ms;--e-preloader-width:200px;}.elementor-kit-8 e-page-transition{background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1668px;}.e-con{--container-max-width:1668px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1668px;}.e-con{--container-max-width:1668px;}}@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;}.elementor-kit-8{--e-preloader-width:25%;--e-preloader-max-width:300px;}}/* Start custom CSS */.fit-content {
  display: inline-flex;   /* строчный flex — ширина по контенту */
  width: auto;            /* ключевое: не 100% */
  max-width: 100%;        /* чтобы не вылезало за экран */
  flex-wrap: nowrap;      /* опционально: без переноса */
  align-items: center;    /* опционально */
}

/* Если предпочитаешь без inline, то вариант: */
/* .fit-content { display:flex; width: fit-content; max-width:100%; } */

/* Если кнопка меню активна (меню открыто), отключаем прокрутку для всего документа */
body:has(.elementor-menu-toggle.elementor-active) {
  overflow: hidden;
}

html {
  scrollbar-gutter: stable;
}/* End custom CSS */