.header-language {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 44px;
    min-height: 44px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 6px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}
.header-language:hover { color: #e6d902; border-color: #e6d902; }
.header-language:focus-visible { outline: 2px solid #e6d902; outline-offset: 3px; }
.header-language--menu { flex-direction: column; margin-left: auto; margin-right: 12px; }
.header-language--menu span { margin-top: 2px; font-size: 12px; font-weight: 400; }
.sticky-header__wrapper > .header-language { margin: 0 20px; }
@media (max-width: 1199px) { .header-language--desktop { display: none; } }
