Наши услуги с первого взгляда

  • Предварительная продажа

    Предварительная продажа

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