.elementor-kit-16{--e-global-color-primary:#000000;--e-global-color-secondary:#3F3F3F;--e-global-color-text:#656565;--e-global-color-accent:#F4A51C;--e-global-color-5df6b4e:#092143;--e-global-color-b5adceb:#EEEEEE;--e-global-color-15c99b8:#092143;--e-global-color-8e82825:#576E8D;--e-global-color-dd39b4f:#E49409;--e-global-color-809970f:#102d5e;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--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:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}@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 */html, body {
    /* Убирает прокрутку по горизонтале, для мобильной версии */
    overflow-x: hidden;
}


чтоб слайдер в элементоре в стороны не ехал , убирает прокрутку в десктопе:

body {
    overflow: auto;
    overflow-x: hidden;
}/* End custom CSS */