.mobile_menu {
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
    width: 100%;
}


.mob_header_menu,
.mob_header_menu ul a {
    color: #ffffff;
}

.mob_header_menu {
    font-family: 'PT Sans Bold', sans-serif;
    background: #035e7d;
}

.mob_header_menu div {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mob_header_menu div,
.mob_header_menu ul li {
    border-bottom: 1px solid #147aa0;
}

.mob_header_menu ul li:last-child {
    border-bottom: 1px solid #13799f;
}

.mob_header_menu div {
    padding: 10px 50px 10px 20px;
}

.mob_header_menu ul,
.mob_header_menu ul li {
    margin: 0;
}

.mob_header_menu ul li {
    padding-left: 0;
    background: none;
}

.mob_header_menu ul a {
    display: block;
    padding: 15px 20px;
    line-height: 20px;
}

.mob_header_menu .item_first_level {
    position: relative;
}

.mob_header_menu .click_point {
    background: url(/desimages/triangle.png) no-repeat center 18px;
    width: 50px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.mob_header_menu .click_point.active {
    background: url(/desimages/triangle_up.png) no-repeat center 18px;
}

.mob_header_menu ul .list_second_level {
    display: none;
}

.mob_header_menu ul .list_second_level.show {
    display: block;
}

.mob_header_menu ul .list_second_level li {
    border-bottom: 0;
}

.mob_header_menu ul .list_second_level a {
    padding: 10px 20px 15px 40px;
    font-family: 'PT Sans Regular', sans-serif;
    font-size: 16px;
}

.mob_row_1,
.mob_row_2,
.mob_header_langs,
.mob_header_langs .main_langs,
.mob_header_soc,
.mob_header_soc .soc_inner,
.mob_header_soc .soc_inner a,
.mob_header_banners,
.mob_header_link {
    display: inline-block;
}

.mob_col {
    font-size: 0;
    background: #ffffff;
}

.mob_row_1,
.mob_row_2 {
    width: 49%;
    min-height: 68px;
    vertical-align: top;
}

.mob_row_1 {
    width: calc(100% - 250px);
    border-right: 1px solid #d6d6d6;
}

.mob_row_2 {
    width: 250px;
}

.mob_header_langs .main_langs,
.mob_header_soc,
.mob_header_link {
    vertical-align: top;
}

.mob_header_langs .main_langs {
    width: 90px;
    height: 68px;
}

.mob_header_langs .main_lang_selected {
    display: block;
    width: 90px;
    height: 68px;
    line-height: 68px;
}

.main_lang_selected span {
    padding-right: 16px;
    font-size: 16px;
    color: #035d7d;
    background: url(/desimages/arrow_down.png) center right no-repeat;
}

.mob_header_langs .main_langs_inner {
    top: 68px;
    padding: 10px 10px 0;
}

.mob_header_langs .main_langs_inner .main_lang_item a {
    margin-bottom: 20px;
}

.mob_header_langs .main_langs_inner.show_menu {
    display: block;
}

.mob_header_langs .main_langs_inner.show_menu + .main_lang_selected span {
    background-image: url(/desimages/arrow_up_blue.png);
}

.mob_header_soc {
    width: calc(100% - 91px);
    padding: 15px 25px 0;
    min-height: 68px;
    border-left: 1px solid #d6d6d6;
}

.mob_header_soc .soc_inner {
    position: static;
    padding: 0;
}

.mob_header_soc .soc_inner a {
    display: inline-block;
    width: auto;
    margin: 0 30px 10px 0;
}

.mob_header_soc .soc_inner a:last-child {
    margin-right: 0;
}

.mob_header_soc .soc_button,
.sel_item_for_mob {
    display: none;
}

.mob_header_soc img {
    margin: 0;
}

.mob_header_banners {
    text-align: center;
}

.mob_header_banners a {
    display: inline-block;
    width: 82px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 0;
}

.mob_header_banners a:last-child {
    display: none;
}

.mob_header_banners img {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.mob_header_link {
    float: right;
}

.mob_header_link a {
    display: inline-block;
    width: 167px;
    background: #e66b45;
}

.mob_header_link .header_link_wrapper {
    display: block;
    height: 68px;
    font-size: 0;
    line-height: 68px;
    text-align: center;
}

.mob_header_link .header_link_title {
    display: inline-block;
    max-width: 105px;
    margin-right: 7px;
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 17px;
    color: #ffffff;
    margin: 0;
    vertical-align: middle;
}

.mob_header_link img {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.mob_search {
    padding: 15px;
    line-height: 1;
    background: #013c5a;
}
.mob_search .mob_form {
    padding: 3px 8px 3px 3px;
    background-color: #ffffff;
}

.mob_search .mob_text {
    width: 100%;
    min-height: 26px;
    padding: 3px 35px 3px 3px;
    font-family: 'PT Sans Regular', sans-serif;
    font-size: 16px;
    line-height: 1;
    background-image: url(/desimages/extended_search_ico.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #ffffff;
    border: none;
}

.mob_search .mob_text:focus {
    outline: none;
}

.mob_search .mob_submit {
    position: absolute;
    z-index: -1;
    left: 0;
    display: none;
}

.menu_close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/desimages/close_icon_menu.png) no-repeat center;
}

@media only screen and (max-width: 990px) {
    .mobile_menu.show_menu {
    display: block;
    }
}