.book-header .btn.lang-switcher {
    /*color: @button-hover-color;*/
    text-transform: none;
    font-weight: 500;
    border-radius: 0;

    &.active {
        background-color: @lang-switcher-active-bg-color;
        color: @lang-switcher-active-color;
    }
}