Нашы паслугі з першага погляду

  • Служба перад продажам

    Служба перад продажам

    1: Індывідуальная служба
    2: Бясплатная праграма
    3: Бясплатная цытата
  • Служба ў продажы

    Служба ў продажы

    Стварыце групу абслугоўвання адзін на адзін, каб своечасова перадаць прагрэс праекта
  • Паслуга пасля продажу

    Паслуга пасля продажу

    1: Гарантыя на адзін год
    2: 24 гадзіны да рашэння

Звяжыцеся з намі

* Імя

Імя can't be empty

* Электронны ліст

Электронны ліст can't be empty

Тэлефон

Тэлефон can't be empty

* Рота

Рота can't be empty

* Краіна

Краіна can't be empty

* паведамленне

паведамленне can't be empty

Адправіць
document.querySelectorAll('.head_nav li').forEach(function (item) { item.addEventListener('mouseover', function (event) { if (item.textContent.includes('PRODUCTS') || item.textContent.includes('SERVICES') || item.textContent.includes('SOLUTIONS') || item.textContent.includes('ABOUT US')) { event.preventDefault(); document.querySelectorAll('.dropdown-menu-item').forEach(function (menuItem) { menuItem.style.display = 'none'; }); if (item.textContent.includes('PRODUCTS')) { document.getElementById('products-menu').style.display = 'block'; } else if (item.textContent.includes('SERVICES')) { document.getElementById('services-menu').style.display = 'block'; } else if (item.textContent.includes('SOLUTIONS')) { document.getElementById('solutions-menu').style.display = 'block'; } else if (item.textContent.includes('ABOUT US')) { document.getElementById('about-us-menu').style.display = 'block'; } } }); }); window.addEventListener('scroll', function () { document.querySelectorAll('.dropdown-menu-item').forEach(function (menuItem) { menuItem.style.display = 'none'; }); });