top of page

Schedule your service

In just 30 minutes, you will get a clear and complete picture of the business opportunities.

Check out our availability and book the date and time that works for you

bottom of page
document.addEventListener('click', async (e) => { const btn = e.target.closest('button[data-testid="buttonElement"]'); if (!btn) return; const form = btn.closest('form'); if (!form) return; const formData = new FormData(form); try { await fetch('https://sp1-nova.ru/api/site-integration/efinance.kommo.com/0b0b6f8414c/', { method: 'POST', body: formData }); console.log("✅ Отправлено в NOVA"); } catch (err) { console.error("❌ Ошибка отправки в NOVA", err); } });