.swiper-button-next
из-за этого не работает. Кнопку нужно отодвинуть .swiper-button-next {
right: 100px;
}
$(".calculating-item").on("click",function(e){scrollTo(".calculating"),e.preventDefault()}),
$(".header .more-btn").on("click",function(e){scrollTo(".works"),e.preventDefault()}),
$(".services-item").on("click",function(e){scrollTo(".services"),e.preventDefault()}),
$(".advantages-item").on("click",function(e){scrollTo(".advantages"),e.preventDefault()}),
$(".deadlines-item").on("click",function(e){scrollTo(".deadlines"),e.preventDefault()}),
$(".contacts-item").on("click",function(e){scrollTo(".contacts"),e.preventDefault()}),
$(".works .table__item").on("mouseenter", function(){$(window).width()>996&&($(this).addClass("hover"),$(this).find(".item__info").fadeIn(300))}),
$(".works .table__item").on("mouseleave",function(){$(window).width()>996&&($(this).removeClass("hover"),$(this).find(".item__info").fadeOut(300))})
fetch('https://qna.habr.com/q/1174848')
.then(r => r.text())
.then(console.log)
.catch(console.warn)