.b-lang-switcher_pt_5 {
    margin-top: 10px;
}
.b-lang-switcher{
    text-transform: uppercase;
    position: absolute;
    right: 0;
    color: white;

}
.b-lang-switcher__top-8 {
    top: -8px;
}
.b-lang-switcher__top-3 {
    top: -3px;
}

.b-lang-switcher_pr_20 {
    padding-right: 20px;
}

.b-lang-switcher__link{
    font-size: 10px;
    color: white;
    border-bottom: 1px solid white;
    text-decoration: none;
    cursor: pointer;
}

.b-lang-switcher__link_active {
    border: none;
    /*font-weight: bold;*/
}

.b-lang-switcher__link_active:hover {
    cursor: default;
}


@media screen and (max-width: 768px){
    .b-lang-switcher{
        display: none;
    }
}

