window.dataLayer = window.dataLayer || []; function gtag(){ dataLayer.push(arguments); } gtag('js', new Date()); var _paq = _paq || []; var _paq = _paq || [] _paq.push(['trackEvent', 'product', 'visit', '18301']);

Светоформирующая насадка Aputure Spotlight Mount (19°)

Артикул: 18301
Угол светового потока: 19
$(document).on('change', 'input[type="checkbox"].related_product_checkbox_field', function () { let sum = 0; $('input[type="checkbox"].related_product_checkbox_field:checked').each(function (i, e) { sum = sum + parseInt($(e).data('price')); }); $('#related_total_amount').text(sum.toLocaleString()); }); $(document).on('click', '.related_product_container .black_btn', function () { //e.preventDefault(); $('input[type="checkbox"].related_product_checkbox_field:checked').each(function (i, e) { var btn = $('.related_product_container .black_btn'); var cont = $('.related_product_container'); $(e).prop('checked', false); $.ajax({ type: "POST", url: "/cart/add/", data: { product_id: $(e).data('product-id'), quantity: 1 }, beforeSend: function () { btn.addClass('processing'); cont.addClass('white-fade'); }, success: function (response) { console.log(response) if (response.hasOwnProperty("data")) { updateCartRelated(response.data) } else { alert(response.errors) } }, complete: function () { btn.removeClass('processing'); cont.removeClass('white-fade'); } }); }); }); $(document).on('DOMNodeInserted', 'input[name="load_complete"]', function (e) { let endOffset = 0; const floatHeight = $('#product_left_block').outerHeight(true); if ($('.also_buy').length) { endOffset = $('.also_buy').position().top; } else if ($('#upper_tabs').length) { endOffset = $('#upper_tabs').position().top; } console.log('STICKY! '+ endOffset); if (endOffset > 0) { var stickyBottomOffset = $('.also_buy').height(); console.log('sticky_offset '+endOffset); console.log( $(document).outerHeight(true)) $('#product_left_block').sticky({ topSpacing: $('#top_menu_search').outerHeight(), bottomSpacing: $(document).outerHeight(true) - endOffset }); } }); function updateCartRelated(data) { $("#cart_header .cart-total").html(data.total.replace(/[^0-9 ]/gi, '')); let el = $('.header_list--cart .header_product[data-id="' + data.item_id + '"]').find('.multiplier'); el.data('data-count', parseInt(el.attr('data-count')) + 1).html('(' +el.attr('data-count') + ' шт)'); $('.header_action_counter--cart').html(data.count) if (data.count == 0) { $(".cart-total").empty(); $('.header_action_counter--cart').empty().hide(); $(".cart-total span:first").attr('data-total', 0); } }
54 990
+ 1057
Бонусных рублей

Бонусные рубли

1 бонус = 1 рубль.

Бонусы начисляются через 3 дня после покупки и становятся доступными для списания через 2 недели. Оплачивайте до 50% новых покупок накопленными бонусами!

Сумма бонусных рублей может меняться в зависимости от скидок и акций на товар.

Для ИП, Юридических лиц и НКО бонусные рубли начисляются с понижающим коэффициентом

Узнать больше о бонусных рублях
54990.00 RUB
90 из 100 основано 5 оценках
Наличие на складах:
ожидается 07.04.2024
Доставка в г. Москва
Самовывоз
  бесплатно
1 апреля
Курьером
 500
2 апреля
В пункт выдачи
 420
4 апреля

Выберите пункт выдачи

×
  • Списком
  • На карте
if (typeof yamaps == 'undefined') { (function() { return new Promise(function (resolve, reject) { var s; s = document.createElement('script'); s.src = "https://api-maps.yandex.ru/2.1/?apikey=c9fff453-c3f4-4a82-a88c-63b1b148c552&lang=ru-RU"; s.onload = resolve; s.onerror = reject; document.body.appendChild(s); }) })(); }

Оплата заказа при получении

Доставим быстро

var country_town = localStorage.getItem('formStorage'); var date = new Date(); let compare_location = ''; obj_town = JSON.parse(country_town); if (obj_town !== "undefined" && obj_town !== null) { compare_location = obj_town.user_region; } else { compare_location = Cookies.get('city-choose-full') } if (compare_location == 'Россия, Москва' && date.getHours() < 12) { $("#updateDelivery span").html("Доставим сегодня"); } else { $("#updateDelivery span").html("Доставим быстро"); }
Вместе с этим товаром покупают
9 590
+ 191
Бонусных рублей

Диафрагма Aputure 18-leaf iris для Spotlight Mount

Нет оценокНет оценок
В наличии: более 5 шт.
Добавить в сравнение
26 990
+ 534
Бонусных рублей

Линза Aputure 19° для Spotlight Mount

Нет оценокНет оценок
В наличии: 1 шт.
Добавить в сравнение
gtag('event', 'view_item_list', { "send_to": "UA-32432488-1", "ecomm_pagetype": "Главная", "items": [ { "id": 18302, "name": "Диафрагма Aputure 18-leaf iris для Spotlight Mount", "list_name": "Главная" }, { "id": 20864, "name": "Линза Aputure 19° для Spotlight Mount", "list_name": "Главная" }, ] }); $(".goods .goods_row a").click( function(e) { gtag('event', 'select_content', { "content_type": "product", "send_to": "UA-32432488-1", "ecomm_prodid": $(this).data("uidgood"), "ecomm_totalvalue": $(this).data("pricegood"), "items": [ { "id": $(this).data("uidgood"), "name": $(this).data("namegood"), "list_name": "Главная", "ecomm_pagetype": "Главная", } ] }); } ); $('.lazy').lazy( { afterLoad: function(element) { $(element).closest('.float-left.first').find('.productShimmerLoader').hide(); }, onError: function(element){ $(element).attr("src",'/wa-data/public/shop/products/14/webp/content/img/design/themes/no-image.webp'); $(element).closest('.float-left.first').find('.productShimmerLoader').hide() } }); $('.item_action_block .item_like').off('click').on('click', function() { let productId = $(this).closest('.item_action').find('input[type="submit"]').attr('data-pid'); let productPrice = $(this).closest('.item_action').find('input[type="submit"]').attr('data-pprice'); if (productId == undefined) { productId = $(this).closest('.item_action').find('input[type="hidden"][name="product_id"]').val(); productPrice = parseInt($(this).closest('.item_desc').find('.price .current').text()); } console.log(productId + ' - '+ productPrice) var _tmr = window._tmr || (window._tmr = []) _tmr.push({ type: 'reachGoal', id: 3325343, value: productPrice, goal: 'addtofavorites', params: { product_id: productId } }); _tmr.push({ type: 'reachGoal', id: 3245403, value: productPrice, goal: 'add_to_wishlist', params: { product_id: productId } }); });
Светоформирующая насадка Aputure Spotlight Mount (19°)
54 990

Сконцентрированный свет

Сконцентрировать световой поток в четкий пучок поможет Aouture Spotlight. Сложная конструкция с набором высококачественных линз усиливает луч осветителя в несколько раз и концентрирует его до 19°, что позволяет получать необычные эффекты освещения в художественных сценах. В отличие от аналогов, насадка от Aputure имеет минимальную аберрацию, окантовка краев составит всего 1 миллиметр на расстоянии в 5 метров

Художественные приемы

В комплекте с насадкой вы получите набор из трёх гобо. Специальные трафареты помогут придать лучу нужную форму, к примеру - свет из окна с жалюзи, прямо как в старых нуарных фильмах. Также, изменить форму луча можно при помощи вставки с регулируемыми шторками. Вы сможете выделить линией света глаза, подчеркнуть самое важное в кадре или придумать что-то своё!

Конструкция

Модель получила корпус из современного сплава алюминия, обеспечивающего прекрасную прочность и надежность конструкции, но малый вес. Насадка устанавливается на крепление Bowens и была разработана специально для ламп Aputure LS C120d и LC300D . Для установки на стойку предусмотрен собственный кронштейн, помогающий поймать нужный баланс, а также двойной зажим под большое и малое крепление

Комплектация:

  • Spotlight Mount
  • кейс
  • гобо (3 шт)
  • вставка для гобо
  • вставка со шторками
  • груша для чистки
  • карандаш для оптики
  • салфетка из микрофибры
Характеристики:
Комплектация : Spotlight Mount/кейс/гобо (3 шт)/вставка для гобо/вставка со шторками/груша для чистки/карандаш для оптики/салфетка из микрофибры
Угол светового потока : 19 °
Байонет насадки : Bowens
Артикул производителя : APJ0118A31
Страна-производитель : Китай
Вес : 9200 г
Полезное:
Документы и мануалы
скачать Список совместимого оборудования Aputure
Похожие товары
54 990
+ 1046
Бонусных рублей

Светоформирующая насадка Aputure Spotlight Mount (26°)

Нет оценокНет оценок
В наличии: более 5 шт.
Добавить в сравнение
26 990
+ 534
Бонусных рублей

Линза Aputure 19° для Spotlight Mount

Нет оценокНет оценок
В наличии: 1 шт.
Добавить в сравнение
25 990
+ 517
Бонусных рублей

Линза Aputure 26° для Spotlight Mount

Нет оценокНет оценок
В наличии: более 5 шт.
Добавить в сравнение
6 390
+ 138
Бонусных рублей

Набор масок Aputure 10 GOBO Kit

Нет оценокНет оценок
В наличии: 2 шт.
Добавить в сравнение
5 790
+ 115
Бонусных рублей

Кашетирующие шторки Aputure Barndoor Bowens Mount

Нет оценокНет оценок
В наличии: более 5 шт.
Добавить в сравнение
2 170
+ 62
Бонусных рублей

Кашетирующие шторки Boling для BL-2220P/PB

Нет оценокНет оценок
В наличии: 2 шт.
Добавить в сравнение
870
+ 33
Бонусных рублей

Насадка Godox AD-S9 с сотами для AD200/AD360II

Нет оценокНет оценок
В наличии: 1 шт.
Добавить в сравнение
15 990
+ 151
Бонусных рублей

Шторки Aputure Barndoor для насадки F10

Нет оценокНет оценок
В наличии: более 5 шт.
Добавить в сравнение
gtag('event', 'view_item_list', { "send_to": "UA-32432488-1", "ecomm_pagetype": "Главная", "items": [ { "id": 17169, "name": "Светоформирующая насадка Aputure Spotlight Mount (26°)", "list_name": "Главная" }, { "id": 20864, "name": "Линза Aputure 19° для Spotlight Mount", "list_name": "Главная" }, { "id": 20865, "name": "Линза Aputure 26° для Spotlight Mount", "list_name": "Главная" }, { "id": 22751, "name": "Набор масок Aputure 10 GOBO Kit", "list_name": "Главная" }, { "id": 20929, "name": "Кашетирующие шторки Aputure Barndoor Bowens Mount", "list_name": "Главная" }, { "id": 22489, "name": "Кашетирующие шторки Boling для BL-2220P/PB", "list_name": "Главная" }, { "id": 19139, "name": "Насадка Godox AD-S9 с сотами для AD200/AD360II", "list_name": "Главная" }, { "id": 22757, "name": "Шторки Aputure Barndoor для насадки F10", "list_name": "Главная" }, ] }); $(".goods .goods_row a").click( function(e) { gtag('event', 'select_content', { "content_type": "product", "send_to": "UA-32432488-1", "ecomm_prodid": $(this).data("uidgood"), "ecomm_totalvalue": $(this).data("pricegood"), "items": [ { "id": $(this).data("uidgood"), "name": $(this).data("namegood"), "list_name": "Главная", "ecomm_pagetype": "Главная", } ] }); } ); $('.lazy').lazy( { afterLoad: function(element) { $(element).closest('.float-left.first').find('.productShimmerLoader').hide(); }, onError: function(element){ $(element).attr("src",'/wa-data/public/shop/products/14/webp/content/img/design/themes/no-image.webp'); $(element).closest('.float-left.first').find('.productShimmerLoader').hide() } }); $('.item_action_block .item_like').off('click').on('click', function() { let productId = $(this).closest('.item_action').find('input[type="submit"]').attr('data-pid'); let productPrice = $(this).closest('.item_action').find('input[type="submit"]').attr('data-pprice'); if (productId == undefined) { productId = $(this).closest('.item_action').find('input[type="hidden"][name="product_id"]').val(); productPrice = parseInt($(this).closest('.item_desc').find('.price .current').text()); } console.log(productId + ' - '+ productPrice) var _tmr = window._tmr || (window._tmr = []) _tmr.push({ type: 'reachGoal', id: 3325343, value: productPrice, goal: 'addtofavorites', params: { product_id: productId } }); _tmr.push({ type: 'reachGoal', id: 3245403, value: productPrice, goal: 'add_to_wishlist', params: { product_id: productId } }); });

Удалённый склад

Вы добавили товар с удаленного склада. Это значит, что на доставку такого товара потребуется на 3-5 дней больше чем расчетное время доставки в корзине
var _tmr = window._tmr || (window._tmr = []) _tmr.push({ type: 'reachGoal', id: 3325343, value: '54990.0000', goal: 'prosmotrel_kartochku_tovara', params: { product_id: '18301' } }); $('.product_action--like').off('click').on('click', function() { var _tmr = window._tmr || (window._tmr = []) _tmr.push({ type: 'reachGoal', id: 3325343, value: '54990.0000', goal: 'addtofavorites', params: { product_id: '18301' } }); _tmr.push({ type: 'reachGoal', id: 3245403, value: '54990.0000', goal: 'add_to_wishlist', params: { product_id: '18301' } }); }); var _tmr = window._tmr || (window._tmr = []); _tmr.push({ type: "reachGoal", id: 3245403, value: "54990.0000", goal: "viewProduct", params: { product_id: "18301" } });
gtag('event', 'view_item', { "send_to": "UA-32432488-1", "ecomm_prodid": "18301", "ecomm_pagetype": "product", "ecomm_totalvalue": '54990.0000', "items": [ { "id": "18301", "name": "Светоформирующая насадка Aputure Spotlight Mount (19°)", "price": '54990.0000' } ] }); window.vkAsyncInit = function() { VK.Retargeting.Init('VK-RTRG-1347429-hq2AP'); const eventParams = { "products" : [{"id":"18301"}],}; VK.Retargeting.ProductEvent(240231, "view_product", eventParams); }
$(document).ready(function() { $('#tabs').easytabs({ updateHash: true }); }); $(function() { $(window).scroll(function() { if($(this).scrollTop() != 0) { $('#toTop').fadeIn(); } else { $('#toTop').fadeOut(); } }); $('#toTop').click(function() { $('body,html').animate({scrollTop:0},800); }); }); wow = new WOW({ offset: 100, }); wow.init(); jQuery(document).ready(function($) { $.quickorder.locale='ru_RU'; $.quickorder.aftercallback=''; $.quickorder.features={"16685":{"id":"16685","name":""}}; }); $(document).ready(function () { $("#search").searchautocomplete({"serviceUrl":"\/search\/autocomplete\/","minChars":1000}); }); var arrived_ignore_stock_count = 1; $.itemsetsFrontend.init(); (function() { return new Promise(function (resolve, reject) { var s; s = document.createElement('script'); s.src = '/wa-apps/shop/plugins/itemsets/js/itemsetsFrontendLocaleOriginal.js'; s.onload = resolve; s.onerror = reject; document.body.appendChild(s); }) })() new Promise(function(e,n){var r;(r=document.createElement("script")).src="/wa-apps/shop/plugins/review/js/product_review_plugin.js?0.0.121711619411",r.onload=e,r.onerror=n,document.head.appendChild(r)}); new Promise(function(e,n){var r;(r=document.createElement("script")).src="/wa-apps/shop/plugins/geoip/js/bootstrap.min.js",r.onload=e,r.onerror=n,document.head.appendChild(r)}); new Promise(function(e,n){var r;(r=document.createElement("script")).src="/wa-apps/shop/plugins/geoip/js/geoip.js",r.onload=e,r.onerror=n,document.head.appendChild(r)}); new Promise(function(e,n){var r;(r=document.createElement("script")).src="/wa-apps/shop/plugins/deliveryinfo/js/deliveryinfo_front.js",r.onload=e,r.onerror=n,document.head.appendChild(r)}); var fired = false; $(document).ready(() => { console.log('------------------TRIGGER') if (fired === false) { fired = true; var asyncLoadScripts = window.setTimeout(() => { $.ajax({ type: "GET", url: "/async/", async:true, cache: true, data: { main_action : 'product', ulk : '1', yandexsale : '', canonical : 'https://kremlinstore.ru/product/svetoformiruyushchaya-nasadka-aputure-spotlight-mount-19/', mainPage : 'https://kremlinstore.ru', ref : '', config : '{"opt":null,"vk_api_id":4387331,"now":"?1711619411"}', cart_code : '', user_id : '', product : '{"id":"18301","name":"\u0421\u0432\u0435\u0442\u043e\u0444\u043e\u0440\u043c\u0438\u0440\u0443\u044e\u0449\u0430\u044f \u043d\u0430\u0441\u0430\u0434\u043a\u0430 Aputure Spotlight Mount (19\u00b0)","price":"54990.0000"}', }, success: function(html){ $("body").append(html); } }); }, 100) } });