header {
    background: red;
}
.widget_mslswidget {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 17px;
    margin-left: 15px;
    z-index: 999;
    top: -5px
}
.widget_mslswidget a{
    display: flex;
    align-items: center;
    justify-content: start;
    color: #fff;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    z-index: 9;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
}
.widget_mslswidget img {
    margin: 0 5px 0 0;
    height: 14px;
    width: 20px;
}
.widget_mslswidget .current_language {
    order: -1;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 9;
}
.widget_mslswidget .active-lang {
    opacity: 1;
    pointer-events: auto;
}
.active-lang::after {
    content: '';
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background: #054146;
    opacity: .9;
    display: block;
    z-index: -1;
}
@media (max-width: 990px) {
    .widget_mslswidget {
        margin-left: auto;
    }
}
@media (max-width: 990px) {
    .bg-lang-active {
        opacity: .3!important;
    }
}
