(function($){new PPInfoList({id:'zeptd2gvmksc',layout:{large:'1',medium:'',responsive:'',},breakpoints:{medium:'992',responsive:'768',},});})(jQuery);jQuery(function($){$(function(){$('.fl-node-fax1ouv24jzq .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});jQuery(document).ready(function($){show_cart_products();$('#contact_form_1684').validate({rules:{email:{required:true,email:true,},name:'required',message:'required',phone:'required',},submitHandler:function(form){$('#contact_form_1684_btn').attr('disabled','disabled');$('#formSubmitMask').removeClass('hide');$.ajax({url:you_find_form_url,type:"post",dataType:'json',data:$('#contact_form_1684').serialize(),success:function(res){if(res.status==200){var html='Thanks, we will contact you soon!';$('#contact_form_1684')[0].reset();$('#cartProducts').empty();$.cookie('cart_products','',{path:'/'});}else{var html=''+res.msg;} $('#formSubmitMask').addClass('hide');$('#contact_form_1684').parent().find('.you_find_form_msg').html(html);$('#contact_form_1684_btn').removeAttr('disabled');}});}});});function show_cart_products(){var cart_products_str=jQuery.cookie('cart_products');var html="";if(cart_products_str){var cart_products=JSON.parse(cart_products_str);jQuery(cart_products).each(function(k,v){html+="
";html+=""+v.name+"";html+="";html+="
";});} jQuery('#cartProducts').html(html);}