144816₽
WY450
Смотреть промо-ролик
<!--
function loadGalleryRB() {
$('.rb-gallery-0').magnificPopup({
type:'image',
delegate: '.rb-gallery-popup',
gallery: {
enabled:true
},
image: {
titleSrc: function(item) {
return item.el.parents('.rb-gallery-item').find('.text-gallery').text();
}
},
callbacks: {
beforeOpen: function() {
this.st.image.markup = this.st.image.markup.replace('mfp-figure', 'mfp-figure mfp-with-anim');
this.st.mainClass = 'rb-gallery ' + this.st.el.attr('data-effect');
},
elementParse: function(item) {
if(item.el.hasClass('video-link')) {
item.type = 'iframe';
} else {
item.type = 'image';
}
}
}
});
$(window).on('load', function(){
$('.rb-gallery-0 .rb-gallery-list').masonry({
columnWidth: '.rb-gallery-item',
itemSelector: '.rb-gallery-item',
//horizontalOrder: true
});
});
}
document.addEventListener('DOMContentLoaded', loadGalleryRB);
-->