      @media (max-width: 767px) {
        ._base_16zq1_1,
        ._bottom_1iito_5,
        ._navbar_192ui_1 {
          display: none !important;
        }
      }

  
      .lang-switcher {
        display: flex;
        gap: 16px;
        padding: 16px;
        justify-content: center;
        flex-wrap: wrap;
      }
  
      .lang-btn {
        display: flex;
        align-items: center;
        justify-content: center; 
        gap: 8px;
        padding: 10px 16px;
        background-color: var(--w-surface-color-7);
        border: 1px solid var(--w-surface-color-7);
        border-radius: 8px;
        text-decoration: none;
        color: #333;
        font-weight: 500;
        font-size: 14px;
        transition: background-color 0.2s ease, border-color 0.2s ease;
        min-width: 120px; 
      }
  
      .lang-btn:hover {
        background-color: var(--w-surface-color-5);
        border-color: var(--w-surface-color-5);
      }
  
      .lang-btn img {
        width: 20px;
        height: 14px;
        object-fit: cover;
        border-radius: 2px;
      }



      /* затемнение фона */
      #popupOverlay {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.6);
          z-index: 9998;
      }
      
      #popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
    
        background: transparent; 
        padding: 0; 
        border-radius: 0; 
    
    }