.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--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;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@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 *//* Стили для ПК (по умолчанию) */
.page-header .entry-title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 35px;
    padding-left: 10px;
}

/* Прилипаем к левому краю на планшетах и мобильных (до 991px) */
@media (max-width: 991px) {
    .page-header .entry-title {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        padding-left: 15px; /* Немного отступаем от края */
        padding-right: 15px;
    }
    
    /* Если нужно прижать весь родительский блок */
    .page-header {
        text-align: left !important;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}/* End custom CSS */