.top-block-wrapper {
    display: flex;
    align-items: center;
}
.mobileheader-v1 .lang-switch {
    margin-left: 0;
    margin-right: 15px;
}
#mobileheader {
    overflow: visible !important;
}
.lang-switch {
    margin-left: 25px;
}
.lang-switch_current {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 25px 0 13px;
    position: relative;
    text-transform: uppercase;
}
.lang-switch_current:after {
    background: transparent;
    border-left: 1px solid #bfbdbd;
    border-bottom: 1px solid #bfbdbd;
    content: '';
    position: absolute;
    top: 9px;
    right: 9px;
    transform: rotate(-45deg);
    height: 8px;
    width: 8px;
}
.lang-switch ul {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 28px;
    transition: ease 300ms;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.lang-switch:hover ul {
    opacity: 1;
    visibility: visible;
}

.lang-switch ul li:before {
    display: none;
}

.lang-switch ul li {
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.lang-switch {
    position: relative;
}

.lang-switch ul li a {
    display: block;
    color: #ec8030;
    padding: 0 13px;
}

.lang-switch ul li a:hover {
    background: #eaeaea;
}