Germania

Dakstiņveida profili

Germania
produs-germania-simetric-dakstinprofils-dakstins-dakstina-terauda-jumts-metala-jumti-skards-b1.jpg
produs-germania-simetric-dakstinprofils-dakstins-dakstina-terauda-jumts-metala-jumti-skards-b2.jpg
produs-germania-simetric-dakstinprofils-dakstins-dakstina-terauda-jumts-metala-jumti-skards-b3.jpg
produs-germania-simetric-dakstinprofils-dakstins-dakstina-terauda-jumts-metala-jumti-skards-b4.jpg
produs-germania-simetric-dakstinprofils-dakstins-dakstina-terauda-jumts-metala-jumti-skards-b5.jpg
+
var swiper = new Swiper(".mySwiper", { pagination: { el: ".swiper-pagination", clickable: true, }, loop: true, }); $(function() { $(".sliderProduct").hover(function() { let width = $(this).outerWidth(); let height = $(this).find(".sliderProduct__info").outerHeight(); $(this).find(".sliderProduct__menuWrap").css("width", width); $(this).find(".sliderProduct__menuWrap").css("top", height - 70); }, function() { $(this).find(".sliderProduct__menuWrap").css("top", "-30px"); }); $(".formSectionType__link").click(function() { let veids = $(this).data("id"); $("#veids").val(veids); $(".formSectionType__link-active").removeClass("formSectionType__link-active"); $(this).addClass("formSectionType__link-active"); }); }) $(window).scroll(function() { var sticky = $('.header'), scroll = $(window).scrollTop(); if (scroll >= 100) sticky.addClass('fixed'); else sticky.removeClass('fixed'); });