/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.header_container {
    /*position: sticky;*/
    position: relative;
    top: 0;
    background: #002043;
    z-index: 999;
    margin: auto;
}

.header_wrapper {
    margin: 20px auto 20px;
    max-width: 1500px;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 34px;
}

.header_logo {
    width: 186px;
    height: 49px;
}

.header_menu_language_wrapper {
    gap: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_main_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*gap: 32px;*/
}

.header_main_menu a {
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    color: currentColor;
}

.header_main_menu .active {
    color: var(--main_color);
    border-color: var(--main_color);
    cursor: default;
}

.header_main_menu:hover {
    color: var(--main_color);
    border-color: var(--main_color);
    cursor: default;
}

.heder_search_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.heder_search_wrapper img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.heder_search_wrapper :hover {
    -webkit-transform: translate(1.03);
    -ms-transform: translate(1.03);
    transform: translate(1.03);
}

.header_burger_menu_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    cursor: pointer;
}

.header_burger_menu_wrapper img {
    width: 24px;
    height: 24px;
}

.header_burger_menu_wrapper p {
    font-size: 14px;
    font-weight: 500;
}


/* .header_burger_menu_wrapper p:hover {
  color: var(--yellow);
} */

.header_language_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    /*margin-left: 12px;*/
}

.header_language_wrapper a {
    color: var(--main_color);
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

.header_language_wrapper form {
    display: flex;
    align-items: center;
    gap: 10px;
}


@media screen and (max-width: 1024px) {
    .header_logo {
        width: 123px;
        height: auto;
    }
    .header_menu_language_wrapper {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: unset;
        gap: 34px;
    }
    .header_main_menu {
        display: none;
    }
    .header_burger_menu_wrapper {
        display: flex;
    }
    .header_burger_menu_wrapper p {
        display: none;
    }
    .header_burger_menu_wrapper {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 450px) {
    .header_menu_language_wrapper {
        gap: 20px;
    }
}

@media screen and (max-width: 420px) {
    .header_wrapper {
        padding: 15px;
        gap: 15px;
        margin: 10px auto 10px;
    }
    .header_login_container {
        padding: 0 15px;
    }
    p.header_login_title {
        font-size: 10px;
    }
    .header_menu_language_wrapper {
        gap: 10px;
    }
    .header_language_wrapper form {
        white-space: nowrap;
    }
}


/* new design style */

.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 32px 45px;
}

.header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 45px;
    border-top: 1px solid var(--line-color);
    border-bottom: 2px solid var(--line-color);
}

.header_bottom_right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header_social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.header_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.header_main_menu_item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 32px 16px;
    /*border-right: 1px solid var(--line-color);*/
    color: #fff;
    border-top: 2px solid transparent;
    border-left: 1px solid var(--line-color);
    cursor: pointer;
}

.header_main_menu_item:hover .submenu-wrapper {
    visibility: visible!important;
    opacity: 1!important;
}

.header_main_menu_item:not(:last-child) {
    border-left: 1px solid var(--line-color);
}

.heder_search_wrapper span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.header_bottom__logo {
    display: none;
}

.header_bottom__logo .header_logo-mobile {
    display: none;
}

@media screen and (max-width: 1320px) {
    .header_top {
        padding: 30px;
    }
    .header_bottom {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1260px) {
    .heder_search_wrapper span {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .header_top {
        display: none;
    }
    .header_bottom {
        gap: 8px;
        padding: 30px;
    }
    .header_bottom__logo {
        display: block;
    }
    .header_bottom__divider {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .header_bottom {
        padding: 15px;
        border-bottom-width: 1px;
    }
    .header_bottom__logo .header_logo {
        display: none;
    }
    .header_bottom__logo .header_logo-mobile {
        display: block;
        width: auto;
        height: 28px;
    }
    .header_bottom_right {
        gap: 12px;
    }
    .header_burger_menu_wrapper img {
        width: 20px;
        height: 20px;
    }
    .header_language_wrapper a {
        font-weight: 500;
        gap: 4px;
    }
}