/* Announcement */
body:not(.elementor-editor-active) #anouncement {
    opacity: 0;
}

@media only screen and (max-width: 1024px) {
    .notice-bar {
        width: 100% !important;
    }

    section:not(#anouncement).notice-bar {
        z-index: 1;
    }

    section#anouncement.rearranged > .elementor-container > .elementor-column {
        padding: 0 20px;
    }

    div.elementor > section.elementor-section.hero_banner:not(.elementor-motion-effects-element-type-background) {
        background-size: cover !important;
    }

    section#anouncement.rearranged > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
        justify-content: flex-start;
    }

    .breadcrumbs-section > .custom-breadcrumbs ul li.separator {
        margin: 0 5px;
    }
}

/*@media only screen and (min-width: 492px) and (max-width: 768px) {
    section.header-desktop {
        display: none;
    }
}*/

@media only screen and (max-width: 491px) {
    .breadcrumbs-section > .custom-breadcrumbs ul li a,
    .breadcrumbs-section > .custom-breadcrumbs ul li span {
        font-size: 14px;
    }
}