@media screen and (max-width: 1023px) {
    .header .header-panel--meta .lang-wrapper {
        position: relative;
        margin-left: 6px;
        display: block;
    }
    .header .header-panel--meta .lang-wrapper:hover ul {
        display: block;
    }
    .header .header-panel--meta .lang-wrapper .lang-current {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 42px;
        height: 42px;
        background: rgba(255, 255, 255, 0.22);
        -webkit-backdrop-filter: blur(45px);
        backdrop-filter: blur(45px);
        border-radius: 100%;
        border: none;
        align-items: center;
        justify-content: center;
    }
    .header .header-panel--meta .lang-wrapper .lang-current:after {
        content: "";
        display: none;
        width: 24px;
        height: 12px;
        background: url("https://rnb-team.com/wp-content/themes/rnb_upro/assets/img/icons/ico-arrow-down.svg") right center no-repeat;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        margin-left: 18px;
    }
    .header .header-panel--meta .lang-wrapper ul {
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        background: #fff;
        border-radius: 20px;
        padding: 18px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0;
        list-style: none;
        line-height: 2;
        width: 60px;
        transform: translate(-7px, 0);
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .header .header-panel--meta .lang-wrapper {
        width: auto;
    }
}