@media (max-width: 480px) {
    .change-lng .choosen{
        position: fixed!important;
        top: -6px;
        z-index: 999;
        right: 10px;
    }

    .global-menu .lng-switch{
        display: flex;
        margin: 0 auto;
        position: relative;
    }
    .global-menu .lng-switch .choosen{
        position: relative!important;
        top: 0;
        right: 0;
        margin: 0;
    }
}
.page-header .top-part .lng-switch{
    width: 130px;
}

.page-header .top-part .change-lng .choosen{
    margin-left: 30px;
}

.change-lng .choosen{
    background: #eee;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.46) inset;
    padding: 3px;
    /*margin-top: 22px;*/
    float: left;
    margin-left: 15px;
}
.change-lng .choosen a.active {
    background: #42a856;
    color: #ffffff;
    font-weight: 600;
}
.change-lng .choosen a{
    padding: 8px 8px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
}
.change-lng .choosen div{
    display: inline-block;
}
.lng-switch{
    display:inline-block;
    position: absolute;
    width: 27%;
}