
      .lc-lang-switcher-select__popup.Popup2.Popup2_nonvisual[class] {
        overflow: hidden;
        border-radius: 4px;
        background-color: #fff;
        box-shadow:
          0 0 1px rgba(67, 68, 69, 0.3),
          0 4px 12px -4px rgba(67, 68, 69, 0.3);
      }
      .lc-lang-switcher-select__popup.Popup2 {
        z-index: 1000;
        display: none;
      }
      .lc-lang-switcher-select__popup.Popup2_visible {
        display: block;
      }
      .lc-lang-switcher-select__popup.Popup2_visible.Popup2[data-popper-escaped] {
        visibility: visible !important;
        margin: 0 !important;
        pointer-events: all !important;
      }
      .lc-lang-switcher-select__popup .Icon {
        margin-right: 5px;
      }
      .lc-lang-switcher-select__popup .Menu_view_default .Menu-Item u {
        text-decoration: underline;
      }
      .lc-lang-switcher-select__popup
        .Menu_view_default
        .Menu-Item.Menu-Item_hovered {
        background-color: #fff1ba;
      }
      .lc-lang-switcher-select__popup .Menu-Item {
        display: flex;
        padding: 5px 8px 5px 5px;
        line-height: 24px;
        text-align: left;
      }
      .lc-lang-switcher-select__popup .Menu-Text {
        width: 100%;
      }
      .lc-lang-switcher-select__popup .lc-link:hover {
        color: #000;
      }
      .lc-lang-switcher-select
        .Button2_size_m
        .Button2-Icon_side_right
        ~ .Button2-Text {
        margin-right: 15px;
      }
      @media screen and (max-width: 979px) {
        .lc-lang-switcher-select__popup .Menu-Item {
          padding: 8px 10px;
        }
      }
      .lc-lang-switcher__select_is-editor .Menu.Menu_view_default.Select2-Menu {
        background-color: #fff;
      }
      .lc-lang-switcher__select_is-editor .Icon.Button2-Icon {
        width: auto;
      }
      .lc-lang-switcher {
        display: inline-block;
        margin-right: 4px;
      }
      .lc-lang-switcher__select_theme_dark .Button2 {
        color: #fff;
      }
      .lc-lang-switcher__select_theme_dark
        .Button2_view_default:not([aria-disabled="true"]):hover {
        opacity: 0.6;
        color: #fff;
      }
      .lc-lang-switcher__select_theme_light .Button2 {
        color: #000;
      }
      .lc-lang-switcher__select_theme_light
        .Button2_view_default:not([aria-disabled="true"]):hover {
        opacity: 0.6;
        color: #000;
      }
    