.__menu__3
{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 54px;
    background: transparent;
}

@media (max-width: 1199px)
{
    .level_0_container_desktop
    {
        display: none !important;
    }
    .__menu__3
    {
        height: 70px;
        position: relative;
        z-index: 9999999999999999999;
    }
}
@media (min-width: 1200px)
{
    .level_0_container_mobile
    {
        display: none !important;
    }
}

.level_0_container_desktop
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.level_0_item
{
    display: flex;
    margin: 0px 10px;
}

.level_0_item_text
{
    display: flex;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    padding: 19px 0px !important;
    margin: 0 !important;
    text-decoration: none !important;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

body:not(.home) .level_0_item_text
{
    color: #212020 !important;
}

.level_0_item.is_selected .level_0_item_text,
.level_0_item:hover .level_0_item_text
{
    border-bottom: 3px solid #FFFFFF;
}


body:not(.home) .level_0_item.is_selected .level_0_item_text,
body:not(.home) .level_0_item:hover .level_0_item_text
{
    border-bottom: 3px solid #3695D8;
    color: #3695D8 !important;
}

.view_container_L1
{
    display: none;
}

.view_container_L1.active
{
    display: flex;
    background: #00000011;
}

.view_container_L1_sized
{
    display: flex;
    justify-content: space-between;
    background: inherit;
    min-width: 214px;
    flex-direction: column;
}

.menu_view_L1_main
{
    display: flex;
    flex-direction: column;
    background: #FFF;
}

.view_data_flex_item
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.view_data_flex_item_text
{
    display: flex;
    width: calc(100% - 4px);
    color: #000000 !important;

    margin: 0px 4px;

    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
}


.view_data_flex_item:hover .view_data_flex_item_text
{
    color: #026D7F !important;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2.7px;
}

.menu_view_L2_container
{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #FFF0;
}


.view_container_L2
{
    display: none;
    width: 100%;
    flex-direction: column;
}

.view_container_L2.active
{
    display: flex;
}

#__menu__3__marge__
{
    display: none;
    width: 100%;
    height: 300px;
    background: transparent;
}

#__menu__3__marge__.active
{
    display: block;
}


/* mobile */
.level_0_container_mobile
{
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    background: #2A2A2D;
}

.level_0_mobile_head
{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.level_0_mobile_head_logo_container
{
    display: flex;
    height: 100%;
    width: calc( 100% - 150px );
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px;
}


.level_0_mobile_head_logo_container img
{
    display: block;
    height: calc( 100% - 10px );
}


.level_0_mobile_head_logo_container span
{
    display: flex;
    height: 100%;
    align-items: center;
    text-indent: 10px;

    color: #FFFFFF !important;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    text-decoration: none;
}

.level_0_mobile_head_btn_container
{
    display: flex;
    height: 100%;
    width: 60px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.btn_open,
.btn_close
{
    height: 24px;
    width: auto;
}

.level_0_mobile_head_btn_container .btn_open
{
    display: block;
}

.level_0_mobile_head_btn_container .btn_close
{
    display: none;
}

.level_0_mobile_head_btn_container.active .btn_open
{
    display: none;
}

.level_0_mobile_head_btn_container.active .btn_close
{
    display: block;
}

.level_0_container_mobile_body
{
    display: none;
}

.level_0_container_mobile_body.active
{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: inherit;
}

.level_0_mobile_item
{
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
}

.level_0_mobile_item_text
{
    display: flex;
    width: calc( 100% - 60px );

    color: #FFF !important;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    text-decoration: none;

    text-transform: uppercase;
}


.level_0_mobile_item_icon
{
    display: flex;
    width: 40px;
    justify-content: flex-end;
}

.level_0_mobile_item_icon img
{
    display: flex;
    width: 10px;
}

.mobile_view_container_L1
{
    display: none;
}

.mobile_view_container_L1.active
{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #026D7F
}

.mobile_view_container_L2
{
    display: none;
}

.mobile_view_container_L2.active
{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #FFFFFF
}


.mobile_menu_view_back
{
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-indent: 10px;

    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    color: #FFFFFF;
}
/* mobile */





/* search */

.level_0_search_c
{
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0px 25px;
    cursor: pointer;
}

.level_0_search_c svg
{
    width: 19px;
    height: auto;
    fill: #FFFFFF;
}

body:not(.home) .level_0_search_c svg
{
    fill: #000000;
}

.level_0_flag_c
{
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0px 10px;
    cursor: pointer;
}

.level_0_flag_c img
{
    width: 27px;
    height: auto;
}
