header {
    display: flex;
}

header {
    display: flex;
    justify-content: center;
    z-index: var(--z-index-max);
}

body.home header,
body:not(.home).with_sticky_menu header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

body:not(.home) header {
    background: #FFFFFF;
}

body:not(.home).with_sticky_menu .site_page_sz {
    margin-top: 80px;
}

body.home.with_sticky_menu header {
    background: #000000;
}

body:not(.home).with_sticky_menu header {
    background: #FFFFFF;
    box-shadow: 0 4px 8px -5px #C8002366;
}

.header_sz {
    display: flex;
    width: calc(100% - 20px);
    max-width: 1280px;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
}

.header_logo_c,
.header_other_c {
    display: flex;
    max-width: 150px;
    align-items: center;
}

.header_logo_c {
    align-items: flex-start;
}

.header_menu_c {
    display: flex;
    max-width: calc(100% - 2 * 150px);
    justify-content: center;
    align-items: center;
}

.header_logo_c img {
    max-width: calc(100% - 10px);
    height: auto;
}

body.home header .header_menu_c a.mega-menu-link {
    color: #FFFFFF !important;
    font-family: "IBM Plex Sans", serif !important;
    font-optical-sizing: auto !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
}

body:not(.home) header .header_menu_c a.mega-menu-link {
    color: #000000 !important;
    font-family: "IBM Plex Sans", serif !important;
    font-optical-sizing: auto !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
}


body.home header .header_menu_c ul.mega-sub-menu {
    background: #000000 !important;
}

body:not(.home) header .header_menu_c ul.mega-sub-menu {
    background: #C80023 !important;
}

body.home header .header_menu_c .mega-sub-menu a.mega-menu-link {
    color: #FFFFFF !important;
}

body:not(.home) header .header_menu_c .mega-sub-menu a.mega-menu-link {
    color: #FFFFFF !important;
}

.header_other_c {
    justify-content: flex-end;
}

.header_other_flag_c,
.header_other_search_c {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 10px;
}

.header_other_flag_c img,
.header_other_search_c img {
    height: 21px;
    width: auto;
}

#pum-281 .pum-close.popmake-close {
    display: none !important;
}

@media (max-width: 1024px) {
    .header_logo_c {
        order: 1;
        width: calc(100% - 130px);
        max-width: unset;
    }

    .header_menu_c {
        order: 3;
        max-width: 60px;
    }

    .header_other_c {
        order: 2;
        max-width: 60px;
    }

    .header_other_c .header_other_flag_c {
        margin: 0px 7px 0px 0px;
    }

    .header_other_c .header_other_search_c {
        margin: 0px 0px 0px 7px;
    }

    body:not(.home) header .header_menu_c a.mega-menu-link {
        color: #FFFFFF !important;
    }

    .header_menu_c #mega-menu-max_mega_menu_1 {
        padding-top: 20px !important;
    }
}
