$(function(){var n=new Swiper(".gallery-top",{spaceBetween:10,centeredSlides:!0,breakpoints:{768:{noSwiping:!0}},pagination:{el:".c-gallery__pagination",clickable:!0,renderBullet:function(n,t){return'<button class="c-gallery__pageButton '+t+'"><\/button>'}}});$(".c-gallery__thumbnail").each(function(t,i){$(i).click(function(t){var i=$(t.target)[0].id.replace("gallery-thumbnail-","");n.slideTo(i)})})})