Бригадир
+7 (812) 619-55-36
//
//
//
//
$(document).ready(function() {
$(".anchors-link a").click(function () {
elementClick = $(this).attr("href")
destination = $(elementClick).offset().top - 53;
$("html:not(:animated),body:not(:animated)").animate({scrollTop: destination}, 1100);
return false;
});
});
//