= BX.message("SERVER_TIME")) return; var request = new XMLHttpRequest(); request.open("POST", "/bitrix/tools/conversion/ajax_counter.php", true); request.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); request.send( "SITE_ID="+encodeURIComponent("s4")+ "&sessid="+encodeURIComponent(BX.bitrix_sessid())+ "&HTTP_REFERER="+encodeURIComponent(document.referrer) ); }; if (window.frameRequestStart === true) BX.addCustomEvent("onFrameDataReceived", counter); else BX.ready(counter); })(); var _ba = _ba || []; _ba.push(["aid", "a017f37e04a1e00e6d3151ae2fb7abf6"]); _ba.push(["host", "al-style.kz"]); (function() {var ba = document.createElement("script"); ba.type = "text/javascript"; ba.async = true;ba.src = (document.location.protocol == "https:" ? "https://" : "http://") + "bitrix.info/ba.js";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(ba, s);})(); (function (m, e, t, r, i, k, a) { m[i] = m[i] || function () { (m[i].a = m[i].a || []).push(arguments) }; m[i].l = 1 * new Date(); k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a) }) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(4934260, "init", { clickmap: true, trackLinks: true, accurateTrackBounce: true, webvisor: true }); BX.ready(function () { new JCTitleSearch({ 'AJAX_PAGE': '/catalog/dugovaya_forma_krepleniya_na_golove/garnitura_steelseries_arctis_nova_1/', 'CONTAINER_ID': 'search-title-test', 'INPUT_ID': 'title-search-input-test', 'MIN_QUERY_LEN': 2 }); }); $(function () { $('body').on('click', '.link-close', function (e) { $('input.search_in_menu').val(''); var brandItems = $('.brands-menu'), searchBrandResult = $('.brand-menu-search'), menuItems = $('.menu-item'), searchResult = $('.catalog-menu-search'); searchBrandResult.addClass('d-none').html(''); brandItems.removeClass('d-none'); searchResult.addClass('d-none').html(''); menuItems.removeClass('d-none');; }); $('body').on('click', '.clear-input', function (e) { $('input.search_in_menu').val(''); var brandItems = $('.brands-menu'), searchBrandResult = $('.brand-menu-search'), menuItems = $('.menu-item'), searchResult = $('.catalog-menu-search'); searchBrandResult.addClass('d-none').html(''); brandItems.removeClass('d-none'); searchResult.addClass('d-none').html(''); menuItems.removeClass('d-none'); }); }); var itemCount = parseInt('2'); var scrollCount = itemCount > 5 ? 5 : itemCount; if(itemCount > 5) { var descriptionBlockHeight = $('#productProperties').height(); $('#recommendedProducts_soput').height(140*5); } else { $('#recommendedProducts_soput').height(itemCount*140); } var swiper = new Swiper('.swiper-container_soput', { direction: 'vertical', slidesPerView: scrollCount, scrollbar: { el: '.swiper-scrollbar', }, mousewheel: true, navigation: { nextEl: '.swiper-button-next_soput', prevEl: '.swiper-button-prev_soput', }, }); $(function () { $('[data-toggle="tooltip"]').tooltip(); $('[data-toggle="popover"]').popover(); }); grecaptcha.ready(function() { grecaptcha.execute('6LeN0dcUAAAAAG3zhSP7vWThh1sVAlZHb7L4URuN', {action: 'homepage'}).then(function(token) { // console.log(token); document.getElementById('g-recaptcha-response').value=token; }); setInterval(function(){ grecaptcha.execute('6LeN0dcUAAAAAG3zhSP7vWThh1sVAlZHb7L4URuN', {action: 'homepage'}).then(function(token) { // console.log(token); document.getElementById('g-recaptcha-response').value=token; }); }, 60000); }); $('input.phone').mask('+7 (000) 000-00-00'); $("#presubmit").click(function(){ var error = 0; console.log('click'); if($("#form_textarea_123").val()=='') { error++; } if(error > 0) { // Выводим сообщения об ошибке if(error > 0) { // Выводим сообщения об ошибке $('div#form-messages').html('Не заполнено поле Сообщение'); } } else { let authUser = 'N'; let sendForm = false; if(authUser == 'N') { // отправляем форму $.post("/local/templates/alstyle/components/bitrix/form.result.new/product/recaptcha.php", {'action': 'recapcha', 'response': $('input#g-recaptcha-response').val()}) .done(function (data) { data = JSON.parse(data); if(data.success == true && data.score >= 0.8) { sendForm = true; } else { $('div#form-messages').html('К сожалению, есть подозрение, что вы бот. Обновите страницу или авторизируйтесь и попробуйте еще раз'); } }); } else if(authUser == 'Y') { sendForm = true; } else { authUser == 'N'; } if(sendForm === true) { // перепишем на post let data = { "action" : "product-info", "url" : "al-style.kz/catalog/dugovaya_forma_krepleniya_na_golove/garnitura_steelseries_arctis_nova_1/index.php", // добавить скрипт на checked "message" : $('#form_textarea_123').val(), // добавить скрипт на checked "fio" : $("#form_text_120").val(), // добавить скрипт на checked "email" : $("#form_text_121").val(), // добавить скрипт на checked "phone" : $("#form_text_122").val(), // добавить скрипт на checked "product" : $("#form_hidden_127").val(), "manager" : $("#form_hidden_126").val(), "manager_client" : $("#form_hidden_125").val(), "form_id" : "15", "user_id" : "0" }; $.post('/local/templates/alstyle/components/bitrix/form.result.new/product/ajax.php', data) .done(function (result) { result = JSON.parse(result); $('div#form-res').html(result.message); }); } } }); $("#sendsubmit").click(function(){ $( "#submit" ).trigger( "click" ); }); $("#form-res").on('click', '#submit', function(){}) $('input.phone').mask('+7 (000) 000-00-00'); $("#productButtonSubmit").on( "click", function(){ var error = 0; var errorFields = ''; $( "input.buy-field" ).each(function( index ) { if($.trim($(this).val()) == '') { error++; errorFields += $(this).attr('data-name')+', '; } }); if(error > 0) { // Выводим сообщения об ошибке if(error > 0) { // Выводим сообщения об ошибке $('div#form-error-buymessages').html('Заполните обязательные поля: '+errorFields.slice(0, -2)+''); } } else { var summ = $("#form_hidden_154").val() * $("#form_text_153").val(); let data = { "action" : "product-buy", "Comment" : $('#form_textarea_148').val(), "Name" : $("#form_text_145").val(), "Email" : $("#form_text_147").val(), "Phone" : $("#form_text_146").val(), "Product" : $("#form_hidden_152").val(), "Manager" : $("#form_hidden_151").val(), "Manager_client" : $("#form_hidden_156").val(), "Product_Count" : $("#form_text_153").val(), "Dealer_Price" : $("#form_hidden_154").val(), "Manager" : $("#form_hidden_151").val(), "Company" : $("#form_hidden_157").val(), "Summ" : summ, "form_id" : "18", "form_type" : "PAGE", "user_id" : "0" }; $.post('/local/templates/alstyle/components/bitrix/form.result.new/product-buy/ajax.php', data) .done(function (result) { result = JSON.parse(result); $('div#form-res-buy').html(result.message); }); $(this).off('click'); } }); $('input.phone').mask('+7 (000) 000-00-00'); $("#productPriceButtonSubmit").on( "click", function(){ var error = 0; var errorFields = ''; $( "input.price-field" ).each(function( index ) { if($.trim($(this).val()) == '') { error++; errorFields += $(this).attr('data-name')+', '; } }); if(error > 0) { // Выводим сообщения об ошибке if(error > 0) { // Выводим сообщения об ошибке $('div#form-error-price-messages').html('Заполните обязательные поля: '+errorFields.slice(0, -2)+''); } } else { var summ = $("#form_hidden_188").val() * $("#form_text_187").val(); let data = { "action" : "product-price", "Comment" : $('#form_textarea_180').val(), "Name" : $("#form_text_177").val(), "Email" : $("#form_text_179").val(), "Phone" : $("#form_text_178").val(), "Product" : $("#form_hidden_184").val(), "Manager" : $("#form_hidden_183").val(), "Manager_client" : $("#form_hidden_185").val(), "Product_Count" : $("#form_text_187").val(), "Dealer_Price" : $("#form_hidden_188").val(), "Manager" : $("#form_hidden_183").val(), "Company" : $("#form_hidden_186").val(), "Title" : $("#form_text_203").val(), "Customer" : $("#form_text_204").val(), "Location" : $("#form_text_205").val(), "Summ" : summ, "form_id" : "21", "form_type" : "PAGE", "user_id" : "0" }; $.post('/local/templates/alstyle/components/bitrix/form.result.new/product-price/ajax.php', data) .done(function (result) { result = JSON.parse(result); $('div#form-res-price').html(result.message); }); $(this).off('click'); } }); $('input.phone').mask('+7 (000) 000-00-00'); $("#productButtonOrderSubmit").on( "click", function(){ var error = 0; var errorFields = ''; $( "input.productOrder-field" ).each(function( index ) { if($.trim($(this).val()) == '') { error++; errorFields += $(this).attr('data-name')+', '; } }); if(error > 0) { // Выводим сообщения об ошибке if(error > 0) { // Выводим сообщения об ошибке $('div#form-error-productOrdermessages').html('Заполните обязательные поля: '+errorFields.slice(0, -2)+''); } } else { var summ = $("#form_hidden_201").val() * $("#form_text_200").val(); let data = { "action" : "product-productOrder", "Comment" : $('#form_textarea_193').val(), " />
Гарнитура Steelseries Arctis Nova 1
Steelseries Arctis Nova 1
Nova Acoustic System оснащена специально разработанными драйверами High Fidelity для превосходного качества звука. Сверхлегкая гарнитура с 4 точками регулировки в системе ComfortMAX для идеальной посадки. Микрофон с функцией шумоподавления ClearCast Gen 2 уменьшает фоновые звуки для более четкого общения. Подходит для любого ПК и консольной платформы с разъемом 3,5 мм, отлично подходит для мобильных устройств, удобно использовать в дороге. Удобные встроенные элементы управления с регулятором громкости и кнопкой отключения звука на гарнитуре. Определите местоположение вашего врага задолго до того, как вы его увидите, с помощью Sonar — прорыва в игровом звуке. Сверхлегкие, универсальные, высококачественные игровые гарнитуры с совершенно новым звуком и дизайном + мультиплатформенная совместимость. Работает со всеми игровыми платформами, включая ПК, PS4, Xbox и Switch через универсальное проводное соединение 3,5 мм.
Оставьте отзыв или сообщите об ошибке. Сообщение будет отправлено категорийному менеджеру, ответственному за товар.
Помогите сделать наше планирование лучше. Сообщение будет отправлено категорийному менеджеру, ответственному за товар.
* - обязательное поле
Цена на данное оборудование предоставляется только по запросу. Запрос будет отправлен категорийному менеджеру, ответственному за товар. Ожидайте обратной связи.
Данные о проекте
Гарнитура Steelseries Arctis Nova 1 Black
Данные с портала
* - обязательное поле
Данный товар доступен только под заказ. Запрос будет отправлен категорийному менеджеру, ответственному за товар. Ожидайте обратной связи.