.lang-switch {
    position: relative;
    display: inline-block;
    border: none !important;
    overflow: visible !important;
}

.lang-switch::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    width: 50px;
    height: 16px;
    pointer-events: none;
    background-image: url("../../images/topMenu/topMenuLang.svg");
    background-repeat: no-repeat;
    background-size: 50px 16px;
}

.lang-switch_lang {
    display: none;
}