        .burger-menu-btn {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            padding: 10px;
            z-index: 1001;
        }
        .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background: #141414ab;
    z-index: 1000;
    transition: left 0.3s ease;
    padding: 80px 20px 30px 20px;
    overflow-y: auto;
    box-shadow: 2px 0 20px rgba(0,0,0,0.5);
}
        .mobile-menu.open {
    left: 0;
    margin-top: 50px;
}
        .mobile-menu ul { list-style: none; margin: 0; padding: 0; }
        .mobile-menu ul li { margin-bottom: 20px; }
        .mobile-menu ul li a { color: #fff; text-decoration: none; font-size: 18px; display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
        .mobile-menu-buttons { display: flex; flex-direction: column; gap: 15px; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.2); }
        .mobile-menu-buttons button { background: linear-gradient(135deg, #ffb347, #ff6b3d); border: none; padding: 14px 20px; border-radius: 10px; color: white; font-weight: bold; font-size: 16px; cursor: pointer; width: 100%; }
        .menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 999; display: none; }
        .menu-overlay.active { display: block; }
        @media (max-width: 768px) {
            ._vpnwt_106zb ul { display: none !important; }
            ._vpnwt_106zb ._i59po_106zb { display: none !important; }
            .burger-menu-btn { display: block !important; }
        }
        @media (min-width: 769px) { .mobile-menu, .menu-overlay { display: none !important; } }
        .nav-menu {
    font-size: 20px;
    display: flex;
    gap: 20px;
}
        @media (max-width: 786px) {
      .nav-menu {
        display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
  
  
      }}
      a.nav-link {
    color: #fff;
    font-weight: 500;
}
table {
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    padding: 8px;
}


@media screen and (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    table th,
    table td {
        min-width: 100px;
    }
}
.block_content {
    margin-top: 67px;
}

.mobile-menu-buttons a {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 14px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.mobile-menu-buttons a:hover {
    background: linear-gradient(135deg, #e55a2b, #e07a0e);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

.mobile-menu-buttons a:active {
    transform: translateY(1px);
}
._1x7yj_1eear {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
}
