top of page

Contact Us

Need assistance or have questions about starting your business in Estonia?
Our expert team is here to help with company registration, compliance, tax consulting, and more.

Thanks for submitting!

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); } });