.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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1025px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}}/* Start custom CSS *//* Скроллбар */
html::-webkit-scrollbar { width: 10px; }
html::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 100px;
}
html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #E2C98A, #C9A96E, #A07840, #C9A96E);
  border-radius: 100px;
  box-shadow: inset 0 0 4px rgba(255, 220, 140, 0.5),
              inset 0 0 8px rgba(0, 0, 0, 0.3);
}
html::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #EDD898, #D4B87A, #B08040);
}
html {
  scrollbar-width: thin;
  scrollbar-color: #C9A96E rgba(255, 255, 255, 0.02);
}/* End custom CSS */