Описание
Общие характеристикиТипобъективТип объективастандартный, широкоугольныйФокусное расстояниепостоянноеМин. фокусное расстояние50 ммМакс. фокусное расстояние50 ммКратность зума1xФокусное расстояние фикс-объектива50 ммМинимальное расстояние фокусировки0.4 мОсобенностиадаптирован для видеосъемки, стабилизация изображения, ультразвуковой моторДиафрагмаДиафрагма (F) при мин. фокусном расстоянии1.8Диафрагма (F) при макс. фокусном расстоянии1.8Минимальная диафрагма (F)16Число лепестков диафрагмы9КреплениеБайонетNikon ZДиаметр резьбы для светофильтра62 ммЛинзыЧисло групп элементов9Число элементов $(window).load(function () { if (window.location.hash == '#review') { $('a[href=\'#tab-review\']').trigger('click'); $('html, body').animate({ scrollTop: $('a[href=\'#tab-review\']').offset().top - 5}, 250); } }); $('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){ $.ajax({ url: 'index.php?route=product/product/getRecurringDescription', type: 'post', data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'), dataType: 'json', beforeSend: function() { $('#recurring-description').html(''); }, success: function(json) { $('.text-danger').remove(); if (json['success']) { $('#recurring-description').html(json['success']); } } }); }); $('#button-cart').on('click', function() { $.ajax({ url: 'index.php?route=checkout/cart/add', type: 'post', data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'), dataType: 'json', beforeSend: function() { $('#button-cart').button('loading'); }, complete: function() { $('#button-cart').button('reset'); }, success: function(json) { $('.text-danger').remove(); $('.form-group').removeClass('has-error'); if (json['error']) { if (json['error']['option']) { for (i in json['error']['option']) { var element = $('#input-option' + i.replace('_', '-')); if (element.parent(