var swiper4 = new Swiper('.swiper-4', {
spaceBetween: 30,
slidesPerView: window.innerWidth >= 992 ? 6 : window.innerWidth <= 480 ? 1 : 3
loop: true,
pagination: {
el: '.swiper-pagination4',
clickable: true,
},
autoplay: {
delay: 3000,
disableOnInteraction: false,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
}
});