.language__switch{}

.language__switch ul{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.language__switch > ul.lang-inline > li {
    padding: 0 4px;
}

.language__switch > ul.lang-inline > li:not(:last-child) {
    border-right: 1px solid whitesmoke;
}

.lang-active > a {
    /* font-weight: bold; */
    color: #fff !important;
}

.language__switch > ul.lang-inline > li > a {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
}

