.header_lang {
    width: 90px;
    padding: 0 5px;
    height: 35px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    position: absolute;
    right: 0;
    top: -35px;
    border: 2px solid white;
}
.header_lang hr {
    background: #ffffff;
    border: none;
    width: 2px;
    height: 25px;
}
.header_lang button {
    background: none;
    border: none;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 15px;
    transition: all 0.15s ease;
    outline: none;
}
.header_lang button:hover {
    background: rgba(77, 76, 76, 0.166);
}
@media screen and (max-width: 1024px) {
    .header_lang {
        top: 0;
        position: relative;
    }
}
@media screen and (min-width: 1025px) {
    .header-left-menu {
        background: #b8000085;
        padding: 5px 20px 5px 5px;
        border-radius: 15px;
    }
}