.last_dropdown{right:20px}
header>ul .dropdown .dropdown-menu.last_dropdown{min-width:120px; }

@media (max-width:1024px) and (orientation:portrait){
.custom_mobile_language{display: flex; border-bottom: 1px solid rgba(255,255,255,.15);width: 100%;
    min-width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;}
.custom_mobile_language a{border-bottom: none!important; margin: 10px 15px 10px 0px; background: #0f203c;
    border-radius: 10px;
    padding: 10px 15px!important;}
.custom_mobile_language a div{margin-left: 5px;}
.active_mobile_language{color: #e2c361!important}
}