Blame view

public/js/main.js 63.8 KB
b80175387   Андрей Ларионов   Начальный проект ...
1
  //Header
e861ef0f4   Андрей Ларионов   Результативная ча...
2
  openCatalog(); // кнопка каталог
b80175387   Андрей Ларионов   Начальный проект ...
3
4
5
6
7
8
9
  concatcUs(); // кнопка Заказать звонок
  chooseCity(); // выбрать город
  modalAuth(); // авторизация
  modalRestorePass(); // восстановить пароль
  modalRestorePassSuccess(); //восстановить пароль - успешно
  modalRestoreError(); // восстановить пароль - ошибка
  modalReg(); // регистрация
e861ef0f4   Андрей Ларионов   Результативная ча...
10
11
  searchResult(); // focus input
  searchResultMob(); // поиск мобилки
b80175387   Андрей Ларионов   Начальный проект ...
12
13
14
15
16
17
  
  //Footer
  footerSpoiler(); // спойлер моб версия
  
  //Главная страница
  swiperMain(); // swiper главная страница первый экран
e861ef0f4   Андрей Ларионов   Результативная ча...
18
  swiperMainMob(); // swiper первый экран до 780px
b80175387   Андрей Ларионов   Начальный проект ...
19
20
21
22
23
24
25
26
27
  swiperCatalog(); // swiper главная страница каталог
  catalogTabsHandler(); // переключатель табов каталога
  catalogButtonsHandler(); // в разделе каталог добавление в избранное и сравнить
  swiperMachines(); // swiper раздел Machines
  swiperPartners(); // swiper раздел Нам доверяют
  cookiePopup(); // показ Куки
  
  //Страница Карточка товара
  productPageSwiper(); // swiper первый экран
e861ef0f4   Андрей Ларионов   Результативная ча...
28
  productPageMobSwiper(); // swiper первый экран мобилки
b80175387   Андрей Ларионов   Начальный проект ...
29
30
31
32
33
  productTabs(); // табы с описанием товара
  offerSwiper(); // swiper Выгодное предложение
  swiperProjects(); // swiper Реализованные проекты
  swiperViewed(); // swiper Недавно просматривали
  swiperModels(); // swiper Образцы изделей таб-3
e861ef0f4   Андрей Ларионов   Результативная ча...
34
  fancyboxSliderProduct(); // образцы изделей
b80175387   Андрей Ларионов   Начальный проект ...
35
  telMask(); // Imask
b80175387   Андрей Ларионов   Начальный проект ...
36
37
38
  swiperTab5(); // swiper Аксуссуары таб-5
  swiperTab6(); // swiper Оснастка таб-6
  swiperTab7(); // swiper Похожая техника таб-7
e861ef0f4   Андрей Ларионов   Результативная ча...
39
40
  addToCart(); // модальное окно Товар добален в корзину
  getConsult(); // модальное окно - Заказать консультацию
b80175387   Андрей Ларионов   Начальный проект ...
41
42
43
44
45
46
47
48
  tableHover(); // таблица Характеристики выделение цветом
  
  //Модальное окно - Карточка товара кратко
  modalProductTabs(); // переключение табов
  modalViewed(); // раздел Недавно просматривали
  
  //Модальные окна
  orderParts(); // Модальное окно - Заказать запчасти
e861ef0f4   Андрей Ларионов   Результативная ча...
49
  addedToCompare(); // Товар добавлен в сравнение
b80175387   Андрей Ларионов   Начальный проект ...
50
  addedToCart(); // настройка модального окна - Товар добавлен в корзину
e861ef0f4   Андрей Ларионов   Результативная ча...
51
  modalSubs(); // Поп-ап - успешная подписка на рассылку
b80175387   Андрей Ларионов   Начальный проект ...
52
53
54
55
56
57
  
  //Страница каталог
  toggleList(); // выподающий список
  toogleSorting(); // сортировка
  swiperArticles(); // swiper раздел Статьи по разделу
  swiperReviews(); // swiper  Отзывы партнеров
e861ef0f4   Андрей Ларионов   Результативная ча...
58
  infoShowMore(); // мобильный верстка раздел полезная информация
b80175387   Андрей Ларионов   Начальный проект ...
59
60
61
62
63
64
65
  
  //Страница о компании
  swiperHistory(); // swiper история развития
  
  //Личный кабинет
  accountProfile(); // таб мой профиль
  accountOrders(); // мои заказы
e861ef0f4   Андрей Ларионов   Результативная ча...
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
  compareTable(); // переключение табов раздел сравнение
  contactsSwiper(); // раздел контакты
  // contactsMap(); // карта раздел контакты
  exitAccount(); // Выйти из аккаунта
  
  // Страница каталог подфильтры
  catalogFilters();
  
  //страница Новости - новость
  swiperNewsItem();
  
  //корзина
  cartCounter(); // счетчик количества в корзине
  modalCartOrder(); // Оформление заказа
  modalCartOrderSucc(); // заказ оформлен успешно
  
  //статьи
  swiperArticlesPage(); // swiper Последние статьи
  
  //Лицензии и сертификаты
  fancyboxSlider(); // поп-ап галерея
  
  //Вакансии
  openForm(); // кнопка откликнуться в вакансиии
  
  //Контакты
  contactsPageSwiper();
  contactspageMap();
  
  //демозал
  swiperDemohall();
  
  // Корпоративная жизнь - мероприятие
  fancyboxSliderCorp();
b80175387   Андрей Ларионов   Начальный проект ...
100
101
102
  
  //Header
  function openCatalog() {
e861ef0f4   Андрей Ларионов   Результативная ча...
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
      const catalogBtn = document.querySelector('.js_catalog_btn');
      const modal = document.querySelector('.js_modal_catalog');
      let clicked = false;
  
      const openModal = function () {
          modal.classList.add('active');
          document.body.style.overflow = 'hidden';
          catalogBtn.classList.add('catalog-open');
          clicked = true;
      };
  
      const closeModal = function () {
          modal.classList.remove('active');
          document.body.style.overflow = null;
          catalogBtn.classList.remove('catalog-open');
      };
  
      function toggleModal() {
          if (!modal.classList.contains('active')) {
              openModal();
          } else {
              closeModal();
          }
      }
b80175387   Андрей Ларионов   Начальный проект ...
127
128
  
      if (catalogBtn) {
e861ef0f4   Андрей Ларионов   Результативная ча...
129
130
131
132
133
134
135
136
137
138
139
140
          catalogBtn.addEventListener('click', toggleModal);
      }
  
      if (modal) {
          document.addEventListener('click', (e) => {
              e.stopPropagation();
              const clickBtn = e.composedPath().includes(catalogBtn);
              const click = e.composedPath().includes(modal);
  
              if (!click && !clickBtn && modal.classList.contains('active') && clicked) {
                  closeModal();
              }
b80175387   Андрей Ларионов   Начальный проект ...
141
142
143
144
145
146
          });
      }
  }
  
  function concatcUs() {
      const openModalLink = document.querySelector('.js_header_button_call');
e861ef0f4   Андрей Ларионов   Результативная ча...
147
      const openModalLinkMob = document.querySelector('.js_modal_call_mob');
b80175387   Андрей Ларионов   Начальный проект ...
148
      const closeModalBtn = document.querySelector('.js_modal_contact_close');
e861ef0f4   Андрей Ларионов   Результативная ча...
149
      const closeModalBtnMob = document.querySelector('.js_modal_contact_close_mob');
b80175387   Андрей Ларионов   Начальный проект ...
150
      const modal = document.querySelector('.js_modal_contact');
b80175387   Андрей Ларионов   Начальный проект ...
151
152
  
      const openModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
153
          modal.classList.add('active');
b80175387   Андрей Ларионов   Начальный проект ...
154
155
156
157
          document.body.style.overflow = 'hidden';
      };
  
      const closeModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
158
          modal.classList.remove('active');
b80175387   Андрей Ларионов   Начальный проект ...
159
160
161
162
163
164
          document.body.style.overflow = null;
      };
  
      if (openModalLink) {
          openModalLink.addEventListener('click', openModal);
      }
e861ef0f4   Андрей Ларионов   Результативная ча...
165
166
167
      if (openModalLinkMob) {
          openModalLinkMob.addEventListener('click', openModal);
      }
b80175387   Андрей Ларионов   Начальный проект ...
168
169
170
      if (closeModalBtn) {
          closeModalBtn.addEventListener('click', closeModal);
      }
e861ef0f4   Андрей Ларионов   Результативная ча...
171
172
173
174
  
      if (closeModalBtnMob) {
          closeModalBtnMob.addEventListener('click', closeModal);
      }
b80175387   Андрей Ларионов   Начальный проект ...
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
  }
  
  function chooseCity() {
      const openModalBtn = document.querySelector('.js_city_choose');
      const closeModalBtn = document.querySelector('.js_modal_city_close');
      const modal = document.querySelector('.js_modal_city');
      const overlay = document.querySelector('.js_modal_city_overlay');
      let cities = document.querySelectorAll('.js_city_item');
  
      const openModal = function () {
          modal.classList.remove('modal-city--hidden');
          overlay.classList.remove('modal-city-overlay--hidden');
          // document.body.style.overflow = 'hidden';
          openModalBtn.classList.add('header-up-left__city--active');
      };
  
      const closeModal = function () {
          modal.classList.add('modal-city--hidden');
          overlay.classList.add('modal-city-overlay--hidden');
          // document.body.style.overflow = null;
          openModalBtn.classList.remove('header-up-left__city--active');
      };
  
      cities.forEach((city) => {
          city.addEventListener('click', (e) => {
              e.preventDefault();
              let currentCity = city;
              if (!currentCity.classList.contains('city-main__item--active')) {
                  cities.forEach((city) => {
                      city.classList.remove('city-main__item--active');
                  });
  
                  currentCity.classList.add('city-main__item--active');
                  openModalBtn.innerHTML = currentCity.innerText;
                  closeModal();
              }
          });
      });
  
      if (openModalBtn) {
          openModalBtn.addEventListener('click', openModal);
      }
  
      if (closeModalBtn) {
          closeModalBtn.addEventListener('click', closeModal);
      }
  
      document.addEventListener('keydown', function (event) {
          if (event.code === 'Escape' && !modal.classList.contains('modal-city--hidden')) {
              closeModal();
          }
      });
  }
  
  function modalAuth() {
e861ef0f4   Андрей Ларионов   Результативная ча...
230
      // const openModalLink = document.querySelector('.js_header_entry');
b80175387   Андрей Ларионов   Начальный проект ...
231
232
233
234
235
236
237
238
      const closeModalBtn = document.querySelector('.js_modal_auth_close');
      const modal = document.querySelector('.js_modal_auth');
      const overlay = document.querySelector('.js_modal_auth_overlay');
      const passwordField = document.querySelector('.js_auth_pass');
      const showPasswordBtn = document.querySelector('.js_auth_show_pass');
      const openRestoreLink = document.querySelector('.js_restore_pass');
  
      const openModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
239
          modal.classList.add('active');
b80175387   Андрей Ларионов   Начальный проект ...
240
241
242
243
          document.body.style.overflow = 'hidden';
      };
  
      const closeModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
244
          modal.classList.remove('active');
b80175387   Андрей Ларионов   Начальный проект ...
245
246
          document.body.style.overflow = null;
      };
e861ef0f4   Андрей Ларионов   Результативная ча...
247
248
249
      // if (openModalLink) {
      //     openModalLink.addEventListener('click', openModal);
      // }
b80175387   Андрей Ларионов   Начальный проект ...
250
251
252
253
254
255
256
  
      if (closeModalBtn || openRestoreLink) {
          closeModalBtn.addEventListener('click', closeModal);
          openRestoreLink.addEventListener('click', closeModal);
      }
  
      document.addEventListener('keydown', function (event) {
e861ef0f4   Андрей Ларионов   Результативная ча...
257
          if (event.code === 'Escape' && modal.classList.contains('active')) {
b80175387   Андрей Ларионов   Начальный проект ...
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
              closeModal();
          }
      });
  
      if (showPasswordBtn) {
          showPasswordBtn.addEventListener('click', function () {
              if (passwordField.type === 'password') {
                  passwordField.type = 'text';
              } else {
                  passwordField.type = 'password';
              }
          });
      }
  }
  
  function modalRestorePass() {
      const openModalLink = document.querySelector('.js_restore_pass');
      const closeModalBtn = document.querySelector('.js_modal_restore_close');
      const closeModalInner = document.querySelector('.js_restore_back');
      const modal = document.querySelector('.js_modal_restore');
b80175387   Андрей Ларионов   Начальный проект ...
278
279
  
      const openModal = function () {
b80175387   Андрей Ларионов   Начальный проект ...
280
          document.body.style.overflow = 'hidden';
e861ef0f4   Андрей Ларионов   Результативная ча...
281
          modal.classList.add('active');
b80175387   Андрей Ларионов   Начальный проект ...
282
283
284
      };
  
      const closeModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
285
          modal.classList.remove('active');
b80175387   Андрей Ларионов   Начальный проект ...
286
287
288
289
290
291
292
293
294
295
296
297
298
          document.body.style.overflow = null;
      };
  
      if (openModalLink) {
          openModalLink.addEventListener('click', openModal);
      }
  
      if (closeModalBtn || closeModalInner) {
          closeModalBtn.addEventListener('click', closeModal);
          closeModalInner.addEventListener('click', closeModal);
      }
  
      document.addEventListener('keydown', function (event) {
e861ef0f4   Андрей Ларионов   Результативная ча...
299
          if (event.code === 'Escape' && modal.classList.contains('active')) {
b80175387   Андрей Ларионов   Начальный проект ...
300
301
302
303
304
305
              closeModal();
          }
      });
  }
  
  function modalRestorePassSuccess() {
e861ef0f4   Андрей Ларионов   Результативная ча...
306
      // const openModalLink = document.querySelector('.js_test');
b80175387   Андрей Ларионов   Начальный проект ...
307
308
309
310
      const closeModalBtn = document.querySelector('.js_modal_restore_succ_close');
      const closeModalInner = document.querySelector('.js_res_succ_ok');
      const closeModalInnerBack = document.querySelector('.js_res_succ_back');
      const modal = document.querySelector('.js_modal_restore_succ');
b80175387   Андрей Ларионов   Начальный проект ...
311
312
  
      const openModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
313
          modal.classList.add('active');
b80175387   Андрей Ларионов   Начальный проект ...
314
315
316
317
          document.body.style.overflow = 'hidden';
      };
  
      const closeModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
318
          modal.classList.remove('active');
b80175387   Андрей Ларионов   Начальный проект ...
319
320
321
322
323
324
325
326
327
328
329
330
331
332
          document.body.style.overflow = null;
      };
  
      // if (openModalLink) {
      //     openModalLink.addEventListener('click', openModal);
      // }
  
      if (closeModalBtn || closeModalInner || closeModalInnerBack) {
          closeModalBtn.addEventListener('click', closeModal);
          closeModalInner.addEventListener('click', closeModal);
          closeModalInnerBack.addEventListener('click', closeModal);
      }
  
      document.addEventListener('keydown', function (event) {
e861ef0f4   Андрей Ларионов   Результативная ча...
333
          if (event.code === 'Escape' && modal.classList.contains('active')) {
b80175387   Андрей Ларионов   Начальный проект ...
334
335
336
337
338
339
340
341
342
343
              closeModal();
          }
      });
  }
  
  function modalRestoreError() {
      // const openModalLink = document.querySelector('.js_test');
      const closeModalBtn = document.querySelector('.js_modal_restore_error_close');
      const closeModalInnerBack = document.querySelector('.js_restore_error_back');
      const modal = document.querySelector('.js_modal_restore_error');
b80175387   Андрей Ларионов   Начальный проект ...
344
345
  
      const openModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
346
          modal.classList.add('active');
b80175387   Андрей Ларионов   Начальный проект ...
347
348
349
350
          document.body.style.overflow = 'hidden';
      };
  
      const closeModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
351
          modal.classList.remove('active');
b80175387   Андрей Ларионов   Начальный проект ...
352
353
354
355
356
357
358
359
360
361
362
          document.body.style.overflow = null;
      };
  
      // if (openModalLink) {
      //     openModalLink.addEventListener('click', openModal);
      // }
  
      if (closeModalBtn || closeModalInnerBack) {
          closeModalBtn.addEventListener('click', closeModal);
          closeModalInnerBack.addEventListener('click', closeModal);
      }
b80175387   Андрей Ларионов   Начальный проект ...
363
364
365
  }
  
  function modalReg() {
e861ef0f4   Андрей Ларионов   Результативная ча...
366
      const openModalLink = document.querySelector('.js_header_entry');
b80175387   Андрей Ларионов   Начальный проект ...
367
368
369
      const closeModalBtn = document.querySelector('.js_modal_reg_close');
      const closeModalInner = document.querySelector('.js_back_inner');
      const modal = document.querySelector('.js_modal_reg');
b80175387   Андрей Ларионов   Начальный проект ...
370
371
372
373
374
375
376
377
      const passwordField = document.querySelector('.js_reg_pass');
      const showPasswordBtn = document.querySelector('.js_reg_show_pass');
      const passwordFieldConfirm = document.querySelector('.js_pass_conf');
      const showPasswordConfirmBtn = document.querySelector('.js_reg_show_pass_conf');
  
      const openRestoreLink = document.querySelector('.js_restore_pass');
  
      const openModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
378
379
          modal.classList.add('active');
          document.body.style.overflow = 'hidden';
b80175387   Андрей Ларионов   Начальный проект ...
380
381
382
      };
  
      const closeModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
383
384
          modal.classList.remove('active');
          document.body.style.overflow = null;
b80175387   Андрей Ларионов   Начальный проект ...
385
      };
e861ef0f4   Андрей Ларионов   Результативная ча...
386
387
388
      if (openModalLink) {
          openModalLink.addEventListener('click', openModal);
      }
b80175387   Андрей Ларионов   Начальный проект ...
389
390
391
392
393
394
395
  
      if (closeModalBtn || closeModalInner) {
          closeModalBtn.addEventListener('click', closeModal);
          closeModalInner.addEventListener('click', closeModal);
      }
  
      if (openRestoreLink) {
e861ef0f4   Андрей Ларионов   Результативная ча...
396
397
398
          openRestoreLink.addEventListener('click', () => {
              modal.classList.remove('active');
          });
b80175387   Андрей Ларионов   Начальный проект ...
399
      }
b80175387   Андрей Ларионов   Начальный проект ...
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
      if (showPasswordBtn) {
          showPasswordBtn.addEventListener('click', function () {
              if (passwordField.type === 'password') {
                  passwordField.type = 'text';
              } else {
                  passwordField.type = 'password';
              }
          });
      }
  
      if (showPasswordConfirmBtn) {
          showPasswordConfirmBtn.addEventListener('click', function () {
              if (passwordFieldConfirm.type === 'password') {
                  passwordFieldConfirm.type = 'text';
              } else {
                  passwordFieldConfirm.type = 'password';
              }
          });
      }
  }
e861ef0f4   Андрей Ларионов   Результативная ча...
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
  function searchResult() {
      const searchInput = document.querySelector('.js_search_input');
      const results = document.querySelector('.js_search_result');
  
      if (searchInput) {
          searchInput.addEventListener('focus', function () {
              searchInput.classList.add('infocus');
              results.classList.add('active');
          });
  
          document.addEventListener('click', (e) => {
              const clickInput = e.composedPath().includes(searchInput);
              const clickResults = e.composedPath().includes(results);
  
              if (!clickInput && !clickResults && results.classList.contains('active')) {
                  results.classList.remove('active');
                  searchInput.classList.remove('infocus');
              }
          });
      }
  }
  
  function searchResultMob() {
      const openModalLink = document.querySelector('.js_search_btn_mob');
      const modal = document.querySelector('.js_modal_search_mobile');
      const closeModalBtn = document.querySelector('.js_modal_search_mobile_close');
  
      const openModal = function () {
          modal.classList.add('active');
          document.body.style.overflow = 'hidden';
      };
  
      const closeModal = function () {
          modal.classList.remove('active');
          document.body.style.overflow = null;
      };
  
      if (openModalLink && modal) {
          openModalLink.addEventListener('click', openModal);
      }
  
      if (closeModalBtn) {
          closeModalBtn.addEventListener('click', closeModal);
      }
  }
b80175387   Андрей Ларионов   Начальный проект ...
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
  //Footer
  function footerSpoiler() {
      const spoilerButtons = document.querySelectorAll('.js_comp_btn');
      let i;
  
      if (window.innerWidth < 481) {
          for (i = 0; i < spoilerButtons.length; i++) {
              spoilerButtons[i].addEventListener('click', function () {
                  this.classList.toggle('footer-spoiler-button--active');
                  let panel = this.nextElementSibling;
                  if (panel.style.maxHeight) {
                      panel.style.maxHeight = null;
                  } else {
                      panel.style.maxHeight = panel.scrollHeight + 'px';
                  }
              });
          }
      } else return;
  }
  
  //Главная страница
  function swiperMain() {
      var swiper = new Swiper('.mySwiper', {
          navigation: {
              nextEl: '.swiper-button-next',
              prevEl: '.swiper-button-prev',
          },
          allowSlidePrev: true,
          allowSlideNext: true,
          observer: true,
          observeParents: true,
          pagination: {
              el: '.swiper-pagination',
              paginationClickable: true,
              dynamicBullets: true,
              clickable: true,
          },
e861ef0f4   Андрей Ларионов   Результативная ча...
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
          breakpoints: {},
          mousewheel: true,
          keyboard: true,
      });
  }
  
  function swiperMainMob() {
      var swiper = new Swiper('.swiper-mob', {
          slidesPerView: 1.15,
          centeredSlides: true,
          spaceBetween: 15,
          pagination: {
              el: '.mob-pagination',
              paginationClickable: true,
              // dynamicBullets: true,
              clickable: true,
          },
          breakpoints: {},
b80175387   Андрей Ларионов   Начальный проект ...
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
          mousewheel: true,
          keyboard: true,
      });
  }
  
  function swiperCatalog() {
      var swiper = new Swiper('.swiperCatalog', {
          pagination: {
              el: '.swiper-pagination',
              clickable: true,
          },
      });
  }
  
  function swiperMachines() {
      var swiper = new Swiper('.swiper-machine', {
e861ef0f4   Андрей Ларионов   Результативная ча...
536
537
538
539
540
541
542
543
544
545
546
547
          slidesPerView: 1,
          spaceBetween: 20,
          allowTouchMove: true,
          breakpoints: {
              780: {
                  slidesPerView: 3,
                  spaceBetween: 3,
              },
              1200: {
                  allowTouchMove: false,
                  spaceBetween: 3,
              },
b80175387   Андрей Ларионов   Начальный проект ...
548
          },
b80175387   Андрей Ларионов   Начальный проект ...
549
550
551
552
553
      });
  }
  
  function swiperPartners() {
      var swiper = new Swiper('.swiper-partners', {
e861ef0f4   Андрей Ларионов   Результативная ча...
554
          slidesPerView: 2.3,
b80175387   Андрей Ларионов   Начальный проект ...
555
556
557
558
559
          spaceBetween: 30,
          navigation: {
              nextEl: '.swiper-button-next_partner',
              prevEl: '.swiper-button-prev_partner',
          },
e861ef0f4   Андрей Ларионов   Результативная ча...
560
561
562
563
564
          breakpoints: {
              950: {
                  slidesPerView: 3,
              },
          },
b80175387   Андрей Ларионов   Начальный проект ...
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
      });
  }
  
  function catalogButtonsHandler() {
      const addToFavorite = document.querySelectorAll('.js_favorite');
      const addToCompare = document.querySelectorAll('.js_compare');
  
      addToFavorite.forEach((btn) => {
          btn.addEventListener('click', (e) => {
              e.preventDefault();
              btn.classList.toggle('swiper-icons-right__favorite_active');
          });
      });
  
      addToCompare.forEach((btn) => {
          btn.addEventListener('click', (e) => {
              e.preventDefault();
              btn.classList.toggle('swiper-icons-right__compare_active');
          });
      });
  }
  
  function catalogTabsHandler() {
      const tabs = document.querySelectorAll('.tab');
      const tabsItems = document.querySelectorAll('.tabs__item');
  
      tabs.forEach((tab) => {
          tab.addEventListener('click', function () {
              let currentBtn = tab;
              let tabId = currentBtn.getAttribute('data-tab');
e861ef0f4   Андрей Ларионов   Результативная ча...
595
              //let currentTab = document.querySelector(tabId);
b80175387   Андрей Ларионов   Начальный проект ...
596
597
598
599
600
601
602
603
604
605
606
  
              if (!currentBtn.classList.contains('active')) {
                  tabs.forEach((tab) => {
                      tab.classList.remove('active');
                  });
  
                  tabsItems.forEach((tab) => {
                      tab.classList.remove('tabs__item-active');
                  });
  
                  currentBtn.classList.add('active');
e861ef0f4   Андрей Ларионов   Результативная ча...
607
                  //currentTab.classList.add('tabs__item-active');
b80175387   Андрей Ларионов   Начальный проект ...
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
              }
          });
      });
  }
  
  function cookiePopup() {
      const cookiePopup = document.querySelector('.js_cookie_popup');
      const cookieButton = document.querySelector('.js_cookie_popup_btn');
      let cookieName = 'cookie-vekprom=accepted';
  
      if (cookiePopup) {
          if (document.cookie.includes(cookieName)) {
              return;
          } else {
              cookiePopup.style.display = 'block';
  
              cookieButton.addEventListener('click', () => {
                  document.cookie = 'cookie-vekprom=accepted; max-age=31536000; path=/';
                  cookiePopup.style.display = 'none';
              });
          }
      }
  }
  
  // страница Карточка товара
  function productPageSwiper() {
      var galleryTop = new Swiper('.gallery', {
          spaceBetween: 10,
          grabCursor: true,
          loop: true,
          loopedSlides: 4,
          keyboard: {
              enabled: true,
              onlyInViewport: false,
          },
      });
      /* thumbs */
      var galleryThumbs = new Swiper('.gallery-thumbs', {
          spaceBetween: 10,
          centeredSlides: true,
          slidesPerView: 'auto',
          touchRatio: 0.4,
          slideToClickedSlide: true,
  
          keyboard: {
              enabled: true,
              onlyInViewport: false,
          },
      });
      /* set conteoller  */
      galleryTop.controller.control = galleryThumbs;
      galleryThumbs.controller.control = galleryTop;
  }
e861ef0f4   Андрей Ларионов   Результативная ча...
661
662
663
664
665
666
667
668
669
  function productPageMobSwiper() {
      var swiper = new Swiper('.swiper-product-mobile', {
          pagination: {
              el: '.product-mob-pag',
              paginationClickable: true,
              clickable: true,
          },
      });
  }
b80175387   Андрей Ларионов   Начальный проект ...
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
  function productTabs() {
      const tabs = document.querySelectorAll('.js-specification__tab');
      const tabsItems = document.querySelectorAll('.specification__tabs-item');
  
      tabs.forEach((tab) => {
          tab.addEventListener('click', function () {
              let currentBtn = tab;
              let tabId = currentBtn.getAttribute('data-tab');
              let currentTab = document.querySelector(tabId);
  
              if (!currentBtn.classList.contains('active')) {
                  tabs.forEach((tab) => {
                      tab.classList.remove('active');
                  });
  
                  tabsItems.forEach((tab) => {
                      tab.classList.remove('specification__tabs-item_active');
                  });
  
                  currentBtn.classList.add('active');
                  currentTab.classList.add('specification__tabs-item_active');
              }
          });
      });
  }
e861ef0f4   Андрей Ларионов   Результативная ча...
695
696
697
698
699
700
701
702
703
704
705
706
707
  function fancyboxSliderProduct() {
      const corpLife = document.querySelector('.specification');
      if (corpLife) {
          Fancybox.bind('[data-fancybox="gallery"]', {
              contentClick: 'iterateZoom',
              Images: {
                  Panzoom: {
                      maxScale: 2,
                  },
              },
          });
      }
  }
b80175387   Андрей Ларионов   Начальный проект ...
708
709
710
711
712
713
714
715
716
717
718
719
720
721
  function telMask() {
      const phoneMaskSelector = '.js_input_phone';
      const phoneMaskInputs = document.querySelectorAll(phoneMaskSelector);
  
      const masksOptions = {
          phone: {
              mask: '+{7} (000) 000-00-00',
          },
      };
  
      for (const item of phoneMaskInputs) {
          new IMask(item, masksOptions.phone);
      }
  }
b80175387   Андрей Ларионов   Начальный проект ...
722
723
724
725
726
727
728
729
730
731
732
  function offerSwiper() {
      var swiper = new Swiper('.swiper-catalog-item', {
          pagination: {
              el: '.swiper-pagination',
              clickable: true,
          },
      });
  }
  
  function swiperProjects() {
      var swiper = new Swiper('.swiper-projects', {
e861ef0f4   Андрей Ларионов   Результативная ча...
733
          slidesPerView: 2,
b80175387   Андрей Ларионов   Начальный проект ...
734
735
736
737
738
          spaceBetween: 30,
          navigation: {
              nextEl: '.swiper-button-next_projects',
              prevEl: '.swiper-button-prev_projects',
          },
e861ef0f4   Андрей Ларионов   Результативная ча...
739
740
741
742
743
          breakpoints: {
              1024: {
                  slidesPerView: 3,
              },
          },
b80175387   Андрей Ларионов   Начальный проект ...
744
745
746
747
748
      });
  }
  
  function swiperModels() {
      var swiper = new Swiper('.swiper-models', {
e861ef0f4   Андрей Ларионов   Результативная ча...
749
          slidesPerView: 1.2,
b80175387   Андрей Ларионов   Начальный проект ...
750
751
752
753
754
755
756
757
758
759
          spaceBetween: 20,
          navigation: {
              nextEl: '.swiper-button-next_models',
              prevEl: '.swiper-button-prev_models',
          },
          scrollbar: {
              el: '.spec-scrollbar',
              hide: false,
              draggable: true,
          },
e861ef0f4   Андрей Ларионов   Результативная ча...
760
761
762
763
764
          breakpoints: {
              1024: {
                  slidesPerView: 3,
              },
          },
b80175387   Андрей Ларионов   Начальный проект ...
765
766
767
768
769
      });
  }
  
  function swiperViewed() {
      var swiper = new Swiper('.swiper-viewed', {
e861ef0f4   Андрей Ларионов   Результативная ча...
770
          slidesPerView: 1,
b80175387   Андрей Ларионов   Начальный проект ...
771
          spaceBetween: 20,
e861ef0f4   Андрей Ларионов   Результативная ча...
772
773
774
775
776
777
778
779
780
781
782
          breakpoints: {
              375: {
                  slidesPerView: 2,
              },
              640: {
                  slidesPerView: 3,
              },
              1200: {
                  slidesPerView: 4,
              },
          },
b80175387   Андрей Ларионов   Начальный проект ...
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
          navigation: {
              nextEl: '.swiper-button-next_viewed',
              prevEl: '.swiper-button-prev_viewed',
          },
      });
  }
  
  function swiperTab5() {
      var swiper = new Swiper('.swiper-tab-5', {
          slidesPerView: 1,
          navigation: {
              nextEl: '.swiper-button-next_tab-5',
              prevEl: '.swiper-button-prev_tab-5',
          },
      });
  }
  
  function swiperTab6() {
      var swiper = new Swiper('.swiper-tab-6', {
          slidesPerView: 1,
          navigation: {
              nextEl: '.swiper-button-next_tab-6',
              prevEl: '.swiper-button-prev_tab-6',
          },
      });
  }
  
  function swiperTab7() {
      var swiper = new Swiper('.swiper-tab-7', {
          slidesPerView: 4,
          navigation: {
              nextEl: '.swiper-button-next_tab-7',
              prevEl: '.swiper-button-prev_tab-7',
          },
      });
  }
  
  function addToCart() {
      const openModalLink = document.querySelector('.js_buy');
e861ef0f4   Андрей Ларионов   Результативная ча...
822
      const openModalLinkMob = document.querySelector('.js_buy_mob');
b80175387   Андрей Ларионов   Начальный проект ...
823
824
825
      const closeModalBtn = document.querySelector('.js_modal_added_close');
      const closeInModalBtn = document.querySelector('.js_modal_added_button');
      const modal = document.querySelector('.js_modal_added');
b80175387   Андрей Ларионов   Начальный проект ...
826
827
  
      const openModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
828
829
          modal.classList.add('active');
          document.body.style.overflow = 'hidden';
b80175387   Андрей Ларионов   Начальный проект ...
830
831
832
      };
  
      const closeModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
833
834
          modal.classList.remove('active');
          document.body.style.overflow = null;
b80175387   Андрей Ларионов   Начальный проект ...
835
836
837
838
839
      };
  
      if (openModalLink) {
          openModalLink.addEventListener('click', openModal);
      }
e861ef0f4   Андрей Ларионов   Результативная ча...
840
841
842
843
844
      if (openModalLinkMob) {
          openModalLinkMob.addEventListener('click', () => {
              console.log('hi');
          });
      }
b80175387   Андрей Ларионов   Начальный проект ...
845
846
847
848
      if (closeModalBtn || closeInModalBtn) {
          closeModalBtn.addEventListener('click', closeModal);
          closeInModalBtn.addEventListener('click', closeModal);
      }
e861ef0f4   Андрей Ларионов   Результативная ча...
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
  
      document.addEventListener('keydown', function (event) {
          if (event.code === 'Escape' && modal.classList.contains('active')) {
              closeModal();
          }
      });
  }
  
  function addedToCompare() {
      // const openModalLink = document.querySelectorAll('.js_compare');
      const closeModalBtn = document.querySelector('.js_modal_compare_close');
      const modal = document.querySelector('.js_modal_compare');
  
      const openModal = function () {
          modal.classList.add('active');
          document.body.style.overflow = 'hidden';
      };
  
      const closeModal = function () {
          modal.classList.remove('active');
          document.body.style.overflow = null;
      };
  
      // if (openModalLink) {
      //     openModalLink.forEach((item) => {
      //         item.addEventListener('click', function (e) {
      //             e.preventDefault();
  
      //             openModal();
      //         });
      //     });
      // }
  
      if (closeModalBtn) {
          closeModalBtn.addEventListener('click', closeModal);
      }
b80175387   Андрей Ларионов   Начальный проект ...
885
886
887
888
  }
  
  function getConsult() {
      const openModalLink = document.querySelector('.js-cart__info-links-consult');
e861ef0f4   Андрей Ларионов   Результативная ча...
889
      const openModalLinkMob = document.querySelector('.js_product_mob_consult');
b80175387   Андрей Ларионов   Начальный проект ...
890
      const closeModalBtn = document.querySelector('.js_modal_parts_close');
e861ef0f4   Андрей Ларионов   Результативная ча...
891
      const closeModalBtnMob = document.querySelector('.js_modal_contact_close_mob');
b80175387   Андрей Ларионов   Начальный проект ...
892
      const modal = document.querySelector('.js_modal_consult');
b80175387   Андрей Ларионов   Начальный проект ...
893
894
  
      const openModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
895
          modal.classList.add('active');
b80175387   Андрей Ларионов   Начальный проект ...
896
897
898
899
          document.body.style.overflow = 'hidden';
      };
  
      const closeModal = function () {
e861ef0f4   Андрей Ларионов   Результативная ча...
900
          modal.classList.remove('active');
b80175387   Андрей Ларионов   Начальный проект ...
901
902
903
904
905
906
          document.body.style.overflow = null;
      };
  
      if (openModalLink) {
          openModalLink.addEventListener('click', openModal);
      }
e861ef0f4   Андрей Ларионов   Результативная ча...
907
908
909
      if (openModalLinkMob) {
          openModalLinkMob.addEventListener('click', openModal);
      }
b80175387   Андрей Ларионов   Начальный проект ...
910
911
912
913
  
      if (closeModalBtn) {
          closeModalBtn.addEventListener('click', closeModal);
      }
e861ef0f4   Андрей Ларионов   Результативная ча...
914
915
916
917
  
      if (closeModalBtnMob) {
          closeModalBtnMob.addEventListener('click', closeModal);
      }
b80175387   Андрей Ларионов   Начальный проект ...
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
  }
  
  // Карточка товара кратко (модальное окно)
  function modalProductTabs() {
      const tabs = document.querySelectorAll('.js-modal-spec__tab');
      const tabsItems = document.querySelectorAll('.js-modal-spec__tabs-item');
  
      tabs.forEach((tab) => {
          tab.addEventListener('click', function () {
              let currentBtn = tab;
              let tabId = currentBtn.getAttribute('data-tab');
              let currentTab = document.querySelector(tabId);
  
              if (!currentBtn.classList.contains('active')) {
                  tabs.forEach((tab) => {
                      tab.classList.remove('active');
                  });
  
                  tabsItems.forEach((tab) => {
                      tab.classList.remove('modal-spec__tabs-item_active');
                  });
  
                  currentBtn.classList.add('active');
                  currentTab.classList.add('modal-spec__tabs-item_active');
              }
          });
      });
  }
  
  function tableHover() {
      window.addEventListener('DOMContentLoaded', () => {
          const table = document.querySelector('.js_table_product');
          const titles = document.querySelectorAll('.js_table_title');
          const rows = document.querySelectorAll('.js_tr');
  
          titles.forEach((title, i) => {
              title.addEventListener('mouseenter', () => {
                  title.classList.add('active');
  
                  rows.forEach((row) => {
                      if (row.querySelector('td')) {
                          row.querySelectorAll('td')[i].classList.add('active');
                      }
                  });
              });
  
              title.addEventListener('mouseleave', () => {
                  title.classList.remove('active');
  
                  rows.forEach((row) => {
                      if (row.querySelector('td')) {
                          row.querySelectorAll('td')[i].classList.remove('active');
                      }
                  });
              });
          });
      });
  }
  
  function modalViewed() {
      var swiper = new Swiper('.swiper-modal-viewed', {
          slidesPerView: 4,
          spaceBetween: 20,
          navigation: {
              nextEl: '.swiper-button-next_modal-viewed',
              prevEl: '.swiper-button-prev_modal-viewed',
          },
      });
  }
  
  // модальные окна
  // модальные окна - Заказать запчасти
  function orderParts() {
      const openModalLink = document.querySelector('.js-cart__info-links-parts');
e861ef0f4   Андрей Ларионов   Результативная ча...
992
      const openModalLinkMob = document.querySelector('.js_product_mob_parts');
b80175387   Андрей Ларионов   Начальный проект ...
993
      const closeModalBtn = document.querySelector('.js-modal-parts__close');
e861ef0f4   Андрей Ларионов   Результативная ча...
994
      const closeModalBtnMob = document.querySelector('.js_modal_parts_close_mob');
b80175387   Андрей Ларионов   Начальный проект ...
995
      const modal = document.querySelector('.js_modal-parts');
b80175387   Андрей Ларионов   Начальный проект ...
996

e861ef0f4   Андрей Ларионов   Результативная ча...
997
998
      const openModal = function () {
          modal.classList.add('active');
b80175387   Андрей Ларионов   Начальный проект ...
999
1000
          document.body.style.overflow = 'hidden';
      };
e861ef0f4   Андрей Ларионов   Результативная ча...
1001
1002
      const closeModal = function () {
          modal.classList.remove('active');
b80175387   Андрей Ларионов   Начальный проект ...
1003
1004
1005
1006
          document.body.style.overflow = null;
      };
  
      if (openModalLink) {
e861ef0f4   Андрей Ларионов   Результативная ча...
1007
1008
1009
1010
          openModalLink.addEventListener('click', openModal);
      }
      if (openModalLinkMob) {
          openModalLinkMob.addEventListener('click', openModal);
b80175387   Андрей Ларионов   Начальный проект ...
1011
1012
1013
      }
  
      if (closeModalBtn) {
e861ef0f4   Андрей Ларионов   Результативная ча...
1014
1015
1016
1017
1018
          closeModalBtn.addEventListener('click', closeModal);
      }
  
      if (closeModalBtnMob) {
          closeModalBtnMob.addEventListener('click', closeModal);
b80175387   Андрей Ларионов   Начальный проект ...
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
      }
  }
  
  // модальное окно - Заказать консультацию
  
  // модальное окно - Товар добавлен в корзину
  function addedToCart() {
      var swiper = new Swiper('.swiper-modal-added', {
          slidesPerView: 3,
          spaceBetween: 20,
          navigation: {
              nextEl: '.modal-added-bottom__btn-next',
              prevEl: '.modal-added-bottom__btn-prev',
          },
          scrollbar: {
              el: '.modal-added-scrollbar',
              hide: false,
              draggable: true,
          },
      });
  }
e861ef0f4   Андрей Ларионов   Результативная ча...
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
  function modalSubs() {
      // const openModalLink = document.querySelector('.js_test');
      const closeModalBtn = document.querySelector('.js_modal_subscription_close');
      const modal = document.querySelector('.js_modal_subscription');
  
      const openModalParts = function () {
          modal.classList.add('active');
          document.body.style.overflow = 'hidden';
      };
  
      const closeModalParts = function () {
          modal.classList.remove('active');
          document.body.style.overflow = null;
      };
  
      // if (openModalLink) {
      //     openModalLink.addEventListener('click', openModalParts);
      // }
  
      if (closeModalBtn) {
          closeModalBtn.addEventListener('click', closeModalParts);
      }
  
      document.addEventListener('keydown', function (event) {
          if (event.code === 'Escape' && modal.classList.contains('active')) {
              closeModal();
          }
      });
b80175387   Андрей Ларионов   Начальный проект ...
1068
1069
1070
1071
1072
  }
  
  // каталог
  function toggleList() {
      const acc = document.getElementsByClassName('js_catalog_accordion');
e861ef0f4   Андрей Ларионов   Результативная ча...
1073
1074
1075
1076
1077
1078
      // const titleTwo = document.querySelector('.js_cat_acc_two');
      // const titleThree = document.querySelector('.js_cat_acc_three');
      // const titleFive = document.querySelector('.js_cat_acc_five');
      // const titleSix = document.querySelector('.js_cat_acc_six');
      // const titleSeven = document.querySelector('.js_cat_acc_seven');
      // const titleEight = document.querySelector('.js_cat_acc_eight');
b80175387   Андрей Ларионов   Начальный проект ...
1079
1080
1081
1082
1083
      let i;
  
      for (i = 0; i < acc.length; i++) {
          acc[i].addEventListener('click', function () {
              this.classList.toggle('catalog-accordion--active');
e861ef0f4   Андрей Ларионов   Результативная ча...
1084
1085
1086
1087
  
              if (this.classList.contains('catalog-filters-acc__button')) {
                  this.classList.toggle('active');
              }
b80175387   Андрей Ларионов   Начальный проект ...
1088
1089
1090
1091
1092
1093
1094
1095
              let panel = this.nextElementSibling;
              if (panel.style.maxHeight) {
                  panel.style.maxHeight = null;
              } else {
                  panel.style.maxHeight = panel.scrollHeight + 'px';
              }
          });
      }
e861ef0f4   Андрей Ларионов   Результативная ча...
1096
1097
1098
1099
1100
      // if (titleTwo) {
      //     titleTwo.addEventListener('click', function () {
      //         titleTwo.classList.toggle('cat-acc-two--active');
      //     });
      // }
b80175387   Андрей Ларионов   Начальный проект ...
1101

e861ef0f4   Андрей Ларионов   Результативная ча...
1102
1103
1104
1105
1106
      // if (titleThree) {
      //     titleThree.addEventListener('click', function () {
      //         titleThree.classList.toggle('cat-acc-three--active');
      //     });
      // }
b80175387   Андрей Ларионов   Начальный проект ...
1107

e861ef0f4   Андрей Ларионов   Результативная ча...
1108
1109
1110
1111
1112
      // if (titleFive) {
      //     titleFive.addEventListener('click', function () {
      //         titleFive.classList.toggle('cat-acc-five--active');
      //     });
      // }
b80175387   Андрей Ларионов   Начальный проект ...
1113

e861ef0f4   Андрей Ларионов   Результативная ча...
1114
1115
1116
1117
1118
      // if (titleSix) {
      //     titleSix.addEventListener('click', function () {
      //         titleSix.classList.toggle('cat-acc-six--active');
      //     });
      // }
b80175387   Андрей Ларионов   Начальный проект ...
1119

e861ef0f4   Андрей Ларионов   Результативная ча...
1120
1121
1122
1123
1124
      // if (titleSeven) {
      //     titleSeven.addEventListener('click', function () {
      //         titleSeven.classList.toggle('cat-acc-seven--active');
      //     });
      // }
b80175387   Андрей Ларионов   Начальный проект ...
1125

e861ef0f4   Андрей Ларионов   Результативная ча...
1126
1127
1128
1129
1130
      // if (titleEight) {
      //     titleEight.addEventListener('click', function () {
      //         titleEight.classList.toggle('cat-acc-eight--active');
      //     });
      // }
b80175387   Андрей Ларионов   Начальный проект ...
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
  }
  
  function toogleSorting() {
      const sortingItems = document.querySelectorAll('.js_result_sorting_item');
  
      sortingItems.forEach((item) => {
          item.addEventListener('click', () => {
              if (!item.classList.contains('result-sorting__item--active')) {
                  sortingItems.forEach((item) => {
                      item.classList.remove('result-sorting__item--active');
                  });
  
                  item.classList.add('result-sorting__item--active');
              }
          });
      });
  }
  
  function swiperArticles() {
      var swiper = new Swiper('.swiper-catalog-articles', {
e861ef0f4   Андрей Ларионов   Результативная ча...
1151
          slidesPerView: 2,
b80175387   Андрей Ларионов   Начальный проект ...
1152
1153
1154
1155
1156
          spaceBetween: 20,
          navigation: {
              nextEl: '.swiper-button-next__catalog-articles',
              prevEl: '.swiper-button-prev__catalog-articles',
          },
e861ef0f4   Андрей Ларионов   Результативная ча...
1157
1158
1159
1160
1161
1162
1163
1164
          breakpoints: {
              780: {
                  slidesPerView: 3,
              },
              1280: {
                  slidesPerView: 4,
              },
          },
b80175387   Андрей Ларионов   Начальный проект ...
1165
1166
1167
1168
1169
      });
  }
  
  function swiperReviews() {
      var swiper = new Swiper('.swiper-catalog-reviews', {
e861ef0f4   Андрей Ларионов   Результативная ча...
1170
          slidesPerView: 1.5,
b80175387   Андрей Ларионов   Начальный проект ...
1171
          spaceBetween: 20,
e861ef0f4   Андрей Ларионов   Результативная ча...
1172
1173
1174
1175
1176
1177
1178
1179
          breakpoints: {
              870: {
                  slidesPerView: 2,
              },
              1300: {
                  slidesPerView: 3,
              },
          },
b80175387   Андрей Ларионов   Начальный проект ...
1180
1181
1182
1183
1184
1185
          navigation: {
              nextEl: '.swiper-button-next__catalog-reviews',
              prevEl: '.swiper-button-prev__catalog-reviews',
          },
      });
  }
e861ef0f4   Андрей Ларионов   Результативная ча...
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
  function infoShowMore() {
      const catalogInfo = document.querySelector('.js_catalog_info');
      const showMoreBtn = document.querySelector('.js_catalog_info_more');
  
      if (showMoreBtn) {
          showMoreBtn.addEventListener('click', () => {
              catalogInfo.style.height = 'auto';
              showMoreBtn.style.display = 'none';
          });
      }
  }
b80175387   Андрей Ларионов   Начальный проект ...
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
  // о компании
  function swiperHistory() {
      var swiper = new Swiper('.swiper-about-history', {
          direction: 'vertical',
          slidesPerView: 1,
          loopFillGroupWithBlank: true,
          centeredSlides: true,
          spaceBetween: 40,
          navigation: {
              nextEl: '.swiper-button-next__about-history',
              prevEl: '.swiper-button-prev__about-history',
          },
      });
  }
  
  // Личный кабинет
  function accountProfile() {
      const changePassLink = document.querySelector('.js_profile_pass');
      const profileData = document.querySelector('.js_profile_data');
      const profileChangePass = document.querySelector('.js_change_pass');
      const snowPassNew = document.querySelector('.js_prof_pass_new');
      const passwordField = document.querySelector('.js_prof_show_pass');
      const myProfileTab = document.querySelector('.js_my_profile');
  
      if (changePassLink) {
          changePassLink.addEventListener('click', () => {
              profileData.classList.add('profile-block-wrapper--hidden');
              profileChangePass.classList.remove('change-pass-wrapper--hidden');
          });
      }
  
      if (snowPassNew) {
          snowPassNew.addEventListener('click', function () {
              console.log(passwordField.type);
              if (passwordField.type === 'password') {
                  passwordField.type = 'text';
              } else {
                  passwordField.type = 'password';
              }
          });
      }
e861ef0f4   Андрей Ларионов   Результативная ча...
1238
      if (profileChangePass) {
b80175387   Андрей Ларионов   Начальный проект ...
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
          myProfileTab.addEventListener('click', () => {
              if (!profileChangePass.classList.contains('change-pass-wrapper--hidden')) {
                  profileChangePass.classList.add('change-pass-wrapper--hidden');
                  profileData.classList.remove('profile-block-wrapper--hidden');
              }
          });
      }
  }
  
  function accountOrders() {
      const acc = document.querySelectorAll('.js_open_accordion');
      let i;
  
      for (i = 0; i < acc.length; i++) {
          acc[i].addEventListener('click', function () {
              this.classList.toggle('orders-acc__btn--active');
              if (this.classList.contains('orders-acc__btn--active')) {
                  this.textContent = 'Свернуть';
              } else {
                  this.textContent = 'Посмотреть заказ';
              }
  
              let panel = this.nextElementSibling;
              panel.style.display = 'block';
  
              if (panel.style.maxHeight) {
                  panel.style.display = 'none';
                  panel.style.maxHeight = null;
              } else {
                  panel.style.maxHeight = panel.scrollHeight + 'px';
              }
          });
      }
  }
e861ef0f4   Андрей Ларионов   Результативная ча...
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
  
  function contactsSwiper() {
      var swiper = new Swiper('.swiper-acc-contacts', {
          slidesPerView: 3,
          spaceBetween: 20,
          scrollbar: {
              el: '.spec-scrollbar',
              hide: false,
              draggable: true,
          },
      });
  }
  
  function compareTable() {
      const tabs = document.querySelectorAll('.compare-tab');
      const tabsItems = document.querySelectorAll('.compare-tabs__item');
  
      tabs.forEach((tab) => {
          tab.addEventListener('click', function () {
              let currentBtn = tab;
              let tabId = currentBtn.getAttribute('data-t');
              console.log('tabid', tabId);
              let currentTab = document.querySelector(tabId);
              console.log('currentTab', currentTab);
  
              if (!currentBtn.classList.contains('active')) {
                  tabs.forEach((tab) => {
                      tab.classList.remove('active');
                  });
  
                  tabsItems.forEach((tab) => {
                      tab.classList.remove('compare-tabs__item--active');
                  });
  
                  currentBtn.classList.add('active');
                  currentTab.classList.add('compare-tabs__item--active');
              }
          });
      });
  }
  
  const accMaps = document.querySelector('.acc-maps-wrapper');
  if (accMaps) {
      ymaps.ready(function () {
          let center = [55.607504069131686, 38.11306499999998];
          let map = new ymaps.Map('acc-page-one', {
              center: center,
              zoom: 16,
          });
  
          let placemark = new ymaps.Placemark(
              center,
              {},
              {
                  iconLayout: 'default#image',
                  iconImageHref: './img/svg/map-placemark.svg',
                  iconImageSize: [69, 87],
                  iconImageOffset: [-20, -70],
              },
          );
  
          map.controls.remove('geolocationControl'); // удаляем геолокацию
          map.controls.remove('searchControl'); // удаляем поиск
          map.controls.remove('trafficControl'); // удаляем контроль трафика
          map.controls.remove('typeSelector'); // удаляем тип
          map.controls.remove('fullscreenControl'); // удаляем кнопку перехода в полноэкранный режим
          map.controls.remove('zoomControl'); // удаляем контрол зуммирования
          map.controls.remove('rulerControl'); // удаляем контрол правил
  
          map.geoObjects.add(placemark);
      });
  }
  
  function exitAccount() {
      const openModalLink = document.querySelector('.js_exit_acc');
      const closeModalBtn = document.querySelector('.js_acc_exit_cancel');
      const modal = document.querySelector('.js_modal_acc_exit');
      const tabs = document.querySelectorAll('.tab');
      const firstItemList = document.querySelector('.account-tabs li:first-child');
      const accTabs = document.querySelectorAll('.tabs__item');
      const openModal = function () {
          document.body.style.overflow = 'hidden';
          modal.classList.add('active');
      };
      const closeInside = function () {
          accTabs.forEach((item) => {
              if (item.classList.contains('tabs__item-active')) {
                  item.classList.remove('tabs__item-active');
              }
          });
          modal.classList.remove('active');
          document.body.style.overflow = null;
          openModalLink.classList.remove('active');
          firstItemList.click();
      };
      if (openModalLink) {
          openModalLink.addEventListener('click', () => {
              tabs.forEach((tab) => {
                  tab.classList.remove('active');
              });
              openModalLink.classList.add('active');
          });
          openModalLink.addEventListener('click', openModal);
      }
      if (closeModalBtn) {
          closeModalBtn.addEventListener('click', closeInside);
      }
  }
  
  // каталог подфильтры
  function catalogFilters() {
      priceRange();
      powerRange();
      diametrRange();
      deepRange();
      runRange();
  
      function priceRange() {
          let rangeMin = 100;
          const range = document.querySelector('.range-selected');
          const rangeInput = document.querySelectorAll('.range-input input');
          const rangePrice = document.querySelectorAll('.range-price input');
  
          rangeInput.forEach((input) => {
              input.addEventListener('input', (e) => {
                  let minRange = parseInt(rangeInput[0].value);
                  let maxRange = parseInt(rangeInput[1].value);
                  if (maxRange - minRange < rangeMin) {
                      if (e.target.className === 'min') {
                          rangeInput[0].value = maxRange - rangeMin;
                      } else {
                          rangeInput[1].value = minRange + rangeMin;
                      }
                  } else {
                      rangePrice[0].value = minRange;
                      rangePrice[1].value = maxRange;
                      range.style.left = (minRange / rangeInput[0].max) * 100 + '%';
                      range.style.right = 100 - (maxRange / rangeInput[1].max) * 100 + '%';
                  }
              });
          });
  
          rangePrice.forEach((input) => {
              input.addEventListener('input', (e) => {
                  let minPrice = rangePrice[0].value;
                  let maxPrice = rangePrice[1].value;
                  if (maxPrice - minPrice >= rangeMin && maxPrice <= rangeInput[1].max) {
                      if (e.target.className === 'min') {
                          rangeInput[0].value = minPrice;
                          range.style.left = (minPrice / rangeInput[0].max) * 100 + '%';
                      } else {
                          rangeInput[1].value = maxPrice;
                          range.style.right = 100 - (maxPrice / rangeInput[1].max) * 100 + '%';
                      }
                  }
              });
          });
      }
  
      function powerRange() {
          let rangeMin = 100;
          const range = document.querySelector('.js_range_selected_power');
          const rangeInput = document.querySelectorAll('.js_range_input_power input');
          const rangePrice = document.querySelectorAll('.js_range_price_power input');
  
          rangeInput.forEach((input) => {
              input.addEventListener('input', (e) => {
                  let minRange = parseInt(rangeInput[0].value);
                  let maxRange = parseInt(rangeInput[1].value);
                  if (maxRange - minRange < rangeMin) {
                      if (e.target.className === 'min') {
                          rangeInput[0].value = maxRange - rangeMin;
                      } else {
                          rangeInput[1].value = minRange + rangeMin;
                      }
                  } else {
                      rangePrice[0].value = minRange;
                      rangePrice[1].value = maxRange;
                      range.style.left = (minRange / rangeInput[0].max) * 100 + '%';
                      range.style.right = 100 - (maxRange / rangeInput[1].max) * 100 + '%';
                  }
              });
          });
  
          rangePrice.forEach((input) => {
              input.addEventListener('input', (e) => {
                  let minPrice = rangePrice[0].value;
                  let maxPrice = rangePrice[1].value;
                  if (maxPrice - minPrice >= rangeMin && maxPrice <= rangeInput[1].max) {
                      if (e.target.className === 'min') {
                          rangeInput[0].value = minPrice;
                          range.style.left = (minPrice / rangeInput[0].max) * 100 + '%';
                      } else {
                          rangeInput[1].value = maxPrice;
                          range.style.right = 100 - (maxPrice / rangeInput[1].max) * 100 + '%';
                      }
                  }
              });
          });
      }
  
      function diametrRange() {
          let rangeMin = 1;
          const range = document.querySelector('.js_range_selected_dia');
          const rangeInput = document.querySelectorAll('.js_range_input_dia input');
          const rangePrice = document.querySelectorAll('.js_range_price_dia input');
  
          rangeInput.forEach((input) => {
              input.addEventListener('input', (e) => {
                  let minRange = parseInt(rangeInput[0].value);
                  let maxRange = parseInt(rangeInput[1].value);
                  if (maxRange - minRange < rangeMin) {
                      if (e.target.className === 'min') {
                          rangeInput[0].value = maxRange - rangeMin;
                      } else {
                          rangeInput[1].value = minRange + rangeMin;
                      }
                  } else {
                      rangePrice[0].value = minRange;
                      rangePrice[1].value = maxRange;
                      range.style.left = (minRange / rangeInput[0].max) * 100 + '%';
                      range.style.right = 100 - (maxRange / rangeInput[1].max) * 100 + '%';
                  }
              });
          });
  
          rangePrice.forEach((input) => {
              input.addEventListener('input', (e) => {
                  let minPrice = rangePrice[0].value;
                  let maxPrice = rangePrice[1].value;
                  if (maxPrice - minPrice >= rangeMin && maxPrice <= rangeInput[1].max) {
                      if (e.target.className === 'min') {
                          rangeInput[0].value = minPrice;
                          range.style.left = (minPrice / rangeInput[0].max) * 100 + '%';
                      } else {
                          rangeInput[1].value = maxPrice;
                          range.style.right = 100 - (maxPrice / rangeInput[1].max) * 100 + '%';
                      }
                  }
              });
          });
      }
  
      function deepRange() {
          let rangeMin = 1;
          const range = document.querySelector('.js_range_selected_deep');
          const rangeInput = document.querySelectorAll('.js_range_input_deep input');
          const rangePrice = document.querySelectorAll('.js_range_price_deep input');
  
          rangeInput.forEach((input) => {
              input.addEventListener('input', (e) => {
                  let minRange = parseInt(rangeInput[0].value);
                  let maxRange = parseInt(rangeInput[1].value);
                  if (maxRange - minRange < rangeMin) {
                      if (e.target.className === 'min') {
                          rangeInput[0].value = maxRange - rangeMin;
                      } else {
                          rangeInput[1].value = minRange + rangeMin;
                      }
                  } else {
                      rangePrice[0].value = minRange;
                      rangePrice[1].value = maxRange;
                      range.style.left = (minRange / rangeInput[0].max) * 100 + '%';
                      range.style.right = 100 - (maxRange / rangeInput[1].max) * 100 + '%';
                  }
              });
          });
  
          rangePrice.forEach((input) => {
              input.addEventListener('input', (e) => {
                  let minPrice = rangePrice[0].value;
                  let maxPrice = rangePrice[1].value;
                  if (maxPrice - minPrice >= rangeMin && maxPrice <= rangeInput[1].max) {
                      if (e.target.className === 'min') {
                          rangeInput[0].value = minPrice;
                          range.style.left = (minPrice / rangeInput[0].max) * 100 + '%';
                      } else {
                          rangeInput[1].value = maxPrice;
                          range.style.right = 100 - (maxPrice / rangeInput[1].max) * 100 + '%';
                      }
                  }
              });
          });
      }
  
      function runRange() {
          let rangeMin = 1;
          const range = document.querySelector('.js_range_selected_run');
          const rangeInput = document.querySelectorAll('.js_range_input_run input');
          const rangePrice = document.querySelectorAll('.js_range_price_run input');
  
          rangeInput.forEach((input) => {
              input.addEventListener('input', (e) => {
                  let minRange = parseInt(rangeInput[0].value);
                  let maxRange = parseInt(rangeInput[1].value);
                  if (maxRange - minRange < rangeMin) {
                      if (e.target.className === 'min') {
                          rangeInput[0].value = maxRange - rangeMin;
                      } else {
                          rangeInput[1].value = minRange + rangeMin;
                      }
                  } else {
                      rangePrice[0].value = minRange;
                      rangePrice[1].value = maxRange;
                      range.style.left = (minRange / rangeInput[0].max) * 100 + '%';
                      range.style.right = 100 - (maxRange / rangeInput[1].max) * 100 + '%';
                  }
              });
          });
  
          rangePrice.forEach((input) => {
              input.addEventListener('input', (e) => {
                  let minPrice = rangePrice[0].value;
                  let maxPrice = rangePrice[1].value;
                  if (maxPrice - minPrice >= rangeMin && maxPrice <= rangeInput[1].max) {
                      if (e.target.className === 'min') {
                          rangeInput[0].value = minPrice;
                          range.style.left = (minPrice / rangeInput[0].max) * 100 + '%';
                      } else {
                          rangeInput[1].value = maxPrice;
                          range.style.right = 100 - (maxPrice / rangeInput[1].max) * 100 + '%';
                      }
                  }
              });
          });
      }
  }
  
  // страница Новости - новость
  function swiperNewsItem() {
      var swiper = new Swiper('.news-item-swiper', {
          slidesPerView: 3,
          spaceBetween: 50,
          navigation: {
              nextEl: '.swiper-button-next__news-item',
              prevEl: '.swiper-button-prev__news-item',
          },
      });
  }
  
  // страница Корзина
  function cartCounter() {
      const buttons = document.querySelectorAll('.js_btn_counter');
  
      buttons.forEach((button) => {
          button.addEventListener('click', () => {
              const targetId = button.dataset.target;
              const targetInput = document.querySelector(targetId);
              const action = button.dataset.action;
  
              if (action === 'increment') {
                  targetInput.value = parseInt(targetInput.value) + 1;
              } else if (action === 'decrement') {
                  targetInput.value = parseInt(targetInput.value) - 1;
              }
          });
      });
  }
  
  function modalCartOrder() {
      const openModalLink = document.querySelector('.js_order_link');
      const closeModalBtn = document.querySelector('.js-modal-parts__close');
      const modal = document.querySelector('.js_modal_order');
  
      const openModal = function () {
          modal.classList.add('active');
          document.body.style.overflow = 'hidden';
      };
  
      const closeModal = function () {
          modal.classList.remove('active');
          document.body.style.overflow = null;
      };
  
      if (openModalLink) {
          openModalLink.addEventListener('click', openModal);
      }
  
      if (closeModalBtn) {
          closeModalBtn.addEventListener('click', closeModal);
      }
  
      document.addEventListener('keydown', function (event) {
          if (event.code === 'Escape' && modal.classList.contains('active')) {
              closeModal();
          }
      });
  }
  
  function modalCartOrderSucc() {
      // const openModalLink = document.querySelector('.js_test');
      const closeModalBtn = document.querySelector('.js_modal_order_succ_close');
      const modal = document.querySelector('.js_modal_order_succ');
  
      const openModal = function () {
          modal.classList.add('active');
          document.body.style.overflow = 'hidden';
      };
  
      const closeModal = function () {
          modal.classList.remove('active');
          document.body.style.overflow = null;
      };
  
      // if (openModalLink) {
      //     openModalLink.addEventListener('click', openModal);
      // }
  
      if (closeModalBtn) {
          closeModalBtn.addEventListener('click', closeModal);
      }
  
      document.addEventListener('keydown', function (event) {
          if (event.code === 'Escape' && modal.classList.contains('active')) {
              closeModal();
          }
      });
  }
  
  function swiperArticlesPage() {
      var swiper = new Swiper('.swiper-articles', {
          slidesPerView: 4,
          spaceBetween: 20,
          navigation: {
              nextEl: '.swiper-button-next__catalog-reviews',
              prevEl: '.swiper-button-prev__catalog-reviews',
          },
      });
  }
  
  // Лицензии и сертификаты
  function fancyboxSlider() {
      const certificates = document.querySelector('.js_certificates');
      if (certificates) {
          Fancybox.bind('[data-fancybox="gallery"]', {});
      }
  }
  
  //Вакансии
  function openForm() {
      const openFormLink = document.querySelectorAll('.js_job_open');
      const formBlock = document.querySelectorAll('.vacancies-item-bottom');
  
      openFormLink.forEach((item) => {
          item.addEventListener('click', () => {
              let currentLink = item;
              let formBlockId = currentLink.getAttribute('data-link');
              let currentBlock = document.querySelector(formBlockId);
  
              currentBlock.style.display = 'block';
              currentLink.style.display = 'none';
          });
      });
  }
  
  // страница контакты
  function contactsPageSwiper() {
      var swiper = new Swiper('.swiper-contacts-page', {
          slidesPerView: 4,
          spaceBetween: 20,
          scrollbar: {
              el: '.spec-scrollbar',
              hide: false,
              draggable: true,
          },
          navigation: {
              nextEl: '.swiper-button-next__catalog-reviews',
              prevEl: '.swiper-button-prev__catalog-reviews',
          },
      });
  }
  
  const contactPage = document.querySelector('.js_cnt_map_wrapper');
  if (contactPage) {
      ymaps.ready(function () {
          let center = [55.60358306912159, 38.129899499999965];
          let map = new ymaps.Map('contacts-page-map-one', {
              center: center,
              zoom: 17,
          });
  
          let placemark = new ymaps.Placemark(
              center,
              {},
              {
                  iconLayout: 'default#image',
                  iconImageHref: './img/svg/map-placemark.svg',
                  iconImageSize: [69, 87],
                  iconImageOffset: [-40, -90],
              },
          );
  
          // map.controls.remove('geolocationControl'); // удаляем геолокацию
          map.controls.remove('searchControl'); // удаляем поиск
          map.controls.remove('trafficControl'); // удаляем контроль трафика
          map.controls.remove('typeSelector'); // удаляем тип
          map.controls.remove('fullscreenControl'); // удаляем кнопку перехода в полноэкранный режим
          // map.controls.remove('zoomControl'); // удаляем контрол зуммирования
          map.controls.remove('rulerControl'); // удаляем контрол правил
  
          map.geoObjects.add(placemark);
      });
  }
  
  if (contactPage) {
      ymaps.ready(function () {
          let center = [55.607504069131686, 38.11306499999998];
          let map = new ymaps.Map('contacts-page-map-two', {
              center: center,
              zoom: 16,
          });
  
          let placemark = new ymaps.Placemark(
              center,
              {},
              {
                  iconLayout: 'default#image',
                  iconImageHref: './img/svg/map-placemark.svg',
                  iconImageSize: [69, 87],
                  iconImageOffset: [-40, -90],
              },
          );
  
          // map.controls.remove('geolocationControl'); // удаляем геолокацию
          map.controls.remove('searchControl'); // удаляем поиск
          map.controls.remove('trafficControl'); // удаляем контроль трафика
          map.controls.remove('typeSelector'); // удаляем тип
          map.controls.remove('fullscreenControl'); // удаляем кнопку перехода в полноэкранный режим
          // map.controls.remove('zoomControl'); // удаляем контрол зуммирования
          map.controls.remove('rulerControl'); // удаляем контрол правил
  
          map.geoObjects.add(placemark);
      });
  }
  
  if (contactPage) {
      ymaps.ready(function () {
          let center = [55.77317006896182, 37.6776425];
          let map = new ymaps.Map('contacts-page-map-three', {
              center: center,
              zoom: 17,
          });
  
          let placemark = new ymaps.Placemark(
              center,
              {},
              {
                  iconLayout: 'default#image',
                  iconImageHref: './img/svg/map-placemark.svg',
                  iconImageSize: [69, 87],
                  iconImageOffset: [-40, -90],
              },
          );
  
          // map.controls.remove('geolocationControl'); // удаляем геолокацию
          map.controls.remove('searchControl'); // удаляем поиск
          map.controls.remove('trafficControl'); // удаляем контроль трафика
          map.controls.remove('typeSelector'); // удаляем тип
          map.controls.remove('fullscreenControl'); // удаляем кнопку перехода в полноэкранный режим
          // map.controls.remove('zoomControl'); // удаляем контрол зуммирования
          map.controls.remove('rulerControl'); // удаляем контрол правил
  
          map.geoObjects.add(placemark);
      });
  }
  
  if (contactPage) {
      ymaps.ready(function () {
          let center = [51.55085957238009, 46.01793399999996];
          let map = new ymaps.Map('contacts-page-map-four', {
              center: center,
              zoom: 17,
          });
  
          let placemark = new ymaps.Placemark(
              center,
              {},
              {
                  iconLayout: 'default#image',
                  iconImageHref: './img/svg/map-placemark.svg',
                  iconImageSize: [69, 87],
                  iconImageOffset: [-40, -90],
              },
          );
  
          // map.controls.remove('geolocationControl'); // удаляем геолокацию
          map.controls.remove('searchControl'); // удаляем поиск
          map.controls.remove('trafficControl'); // удаляем контроль трафика
          map.controls.remove('typeSelector'); // удаляем тип
          map.controls.remove('fullscreenControl'); // удаляем кнопку перехода в полноэкранный режим
          // map.controls.remove('zoomControl'); // удаляем контрол зуммирования
          map.controls.remove('rulerControl'); // удаляем контрол правил
  
          map.geoObjects.add(placemark);
      });
  }
  
  function contactspageMap() {
      const blocks = document.querySelectorAll('.js_cnt_block');
      const maps = document.querySelectorAll('.js_cnt_map');
  
      blocks.forEach((block) => {
          block.addEventListener('click', () => {
              let currentBlock = block;
              let blockId = currentBlock.getAttribute('data-tab');
              let currentMap = document.querySelector(blockId);
  
              if (!currentBlock.classList.contains('contacts-page-block--active')) {
                  blocks.forEach((block) => {
                      block.classList.remove('contacts-page-block--active');
                  });
  
                  maps.forEach((map) => {
                      map.classList.remove('active');
                  });
  
                  currentBlock.classList.add('contacts-page-block--active');
                  currentMap.classList.add('active');
              }
          });
      });
  }
  
  function swiperDemohall() {
      var swiper = new Swiper('.swiper-demohall', {
          slidesPerView: 4,
          spaceBetween: 20,
          navigation: {
              nextEl: '.swiper-button-next__catalog-reviews',
              prevEl: '.swiper-button-prev__catalog-reviews',
          },
      });
  }
  
  //Корпоративгая жизнь
  function fancyboxSliderCorp() {
      const corpLife = document.querySelector('.js_corp_life');
      if (corpLife) {
          Fancybox.bind('[data-fancybox="gallery"]', {});
      }
  }