<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(document).ready(function(){var oliveHeight=$('.olives_content').outerHeight();if(oliveHeight&lt;300){$('.olives').addClass('small');console.log(oliveHeight);}var owlFig=$('.owl-carousel.promos_slider');owlFig.owlCarousel({items:1,nav:true,dots:false,loop:true,pullDrag:false});owlFig.on('changed.owl.carousel',function(event){$('body').removeClass('postloaded');setTimeout(function(){$('body').addClass('postloaded');},100);$('body').removeClass('ppostloaded');setTimeout(function(){$('body').addClass('ppostloaded');},500);});$(".home_related .owl-carousel").owlCarousel({nav:true,dots:false,loop:true,pullDrag:false,margin:24,responsive:{0:{items:1,},768:{items:3,},1025:{items:3,},1480:{items:4,}}});$(".partners .owl-carousel").owlCarousel({nav:false,dots:false,loop:true,pullDrag:false,responsive:{0:{items:1,},768:{items:3,},1025:{items:4,},1480:{items:5,}}});function partnerCar(){if(MatchMedia("only screen and (min-width: 760px)")){partnercarousel=$(".partners .owl-carousel").owlCarousel({nav:false,dots:false,loop:true,pullDrag:false,responsive:{760:{items:3,},1025:{items:4,},1480:{items:5,}}});}else{$(".partners .owl-carousel").owlCarousel('destroy');}}$(function(){partnerCar();});$(window).resize(function(){partnerCar();});$('.filter_form .filter_param .h5').click(function(){$(this).siblings('.toggler').slideDown();$(this).addClass('active');$('.tmask').show();});$('.tmask').click(function(){$('.filter_form .filter_param .h5').siblings('.toggler').slideUp();$('.filter_form .filter_param .h5').removeClass('active');$(this).hide();});function revCar(){if(MatchMedia("only screen and (max-width: 1024px)")){revcarousel=$(".home_reviews .reviews_list").owlCarousel({margin:24,nav:true,loop:true,navContainer:'.rev_nav',responsive:{0:{items:1,},768:{items:2,}}});}else{$(".home_reviews .reviews_list").owlCarousel('destroy');}}$(function(){revCar();});$(window).resize(function(){revCar();});function bulletsCar(){if(MatchMedia("only screen and (max-width: 760px)")){bulletscarousel=$(".bullets .owl-carousel").owlCarousel({items:1,nav:false,loop:true,dots:true,});}else{$(".bullets .owl-carousel").owlCarousel('destroy');}}$(function(){bulletsCar();});$(window).resize(function(){bulletsCar();});$('.review_item .rev_text .inner').each(function(){if($(this).height()&gt;48){$(this).addClass('big');$(this).siblings('.show').addClass("no-hidden");$('.show').toggle(function(){$(this).closest('.rev_text').addClass('active');$(this).text('РЎРєСЂС‹С‚СЊ');},function(){$(this).closest('.rev_text').removeClass('active');$(this).text('... Р•С‰Рµ');});}});$(".related .owl-carousel").owlCarousel({nav:true,dots:false,loop:true,pullDrag:false,margin:24,responsive:{0:{items:1,},768:{items:3,},1025:{items:3,},1480:{items:4,}}});$(".watched .owl-carousel").owlCarousel({nav:true,dots:false,loop:true,pullDrag:false,margin:24,responsive:{0:{items:1,},768:{items:3,},1025:{items:3,},1480:{items:4,}}});function sortDropdown(){$('body').on("click",".sorting .transparent",function(e){$(this).addClass('active');$(this).siblings('.inner').addClass('active');});$('body').on("click",".sorting .transparent.active",function(){$(this).removeClass('active');$(this).siblings('.inner').removeClass('active');});}$(function(){sortDropdown();});$(window).resize(function(){sortDropdown();});function filterMob(){if(MatchMedia("only screen and (max-width: 1024px)")){$('body').on("click","a.filter_mobile_btn",function(){$(this).siblings('.filter_wrap').addClass('active');$('.bmask').fadeIn();$('body').addClass('fixed');});$('body').on("click",".close_filter",function(){$(this).closest('.filter_wrap').removeClass('active');$('.bmask').fadeOut();$('body').removeClass('fixed');});$('body').on("click",".filter_form .submit",function(){$(this).closest('.filter_wrap').removeClass('active');$('.bmask').fadeOut();$('body').removeClass('fixed');});}}$(function(){filterMob();});$(window).resize(function(){filterMob();});$('body').on("click",".add_rev",function(){$('.rev_popup').addClass('active');$('.bmask').fadeIn();});$('body').on("click",".rev_popup .close_popup",function(){$('.rev_popup').removeClass('active');$('.bmask').fadeOut();});$('body').on("click",".bmask",function(){$('.rev_popup').removeClass('active');$(this).fadeOut();});if($.fn.lazyLoad){var paging=$('.lazyloading-paging');if(!paging.length){return;}var times=parseInt(paging.data('times'),10);var link_text=paging.data('linkText')||'Load more';var loading_str=paging.data('loading-str')||'Loading...';var current=paging.find('li.selected');if(current.children('a').text()!='1'){return;}paging.hide();var win=$(window);win.lazyLoad('stop');var next=current.next();if(next.length){win.lazyLoad({container:'#product-list .product-list',load:function(){win.lazyLoad('sleep');var paging=$('.lazyloading-paging').hide();var current=paging.find('li.selected');var next=current.next();var url=next.find('a').attr('href');if(!url){win.lazyLoad('stop');return;}var product_list=$('#product-list .product-list');var loading=paging.parent().find('.loading').parent();if(!loading.length){loading=$('&lt;div class="loading-more"&gt;&lt;i class="icon16 loading"&gt;&lt;/i&gt;'+loading_str+'&lt;/div&gt;').insertBefore(paging);}loading.show();$.get(url,function(html){var tmp=$('&lt;div&gt;&lt;/div&gt;').html(html);if($.Retina){tmp.find('#product-list .product-list img').retina();}product_list.append(tmp.find('#product-list .product-list').children());var tmp_paging=tmp.find('.lazyloading-paging').hide();paging.replaceWith(tmp_paging);paging=tmp_paging;times-=1;var current=paging.find('li.selected');var next=current.next();if(next.length){if(!isNaN(times)&amp;&amp;times&lt;=0){win.lazyLoad('sleep');if(!$('.lazyloading-load-more').length){$('&lt;a href="#" class="lazyloading-load-more"&gt;'+link_text+'&lt;/a&gt;').insertAfter(paging).click(function(){loading.show();times=1;win.lazyLoad('wake');win.lazyLoad('force');return false;});}}else{win.lazyLoad('wake');}}else{win.lazyLoad('stop');$('.lazyloading-load-more').hide();}loading.hide();tmp.remove();});}});}}});function radioSku(){$('.skus input:radio').change(function(){if($(this).is(':checked')){$('.skus li').removeClass('active');$(this).closest('li').addClass('active');}else{$(this).closest('li').removeClass('active');}});$('.skus input:radio').each(function(){if($(this).is(':checked')){$(this).closest('li').addClass('active');}else{$(this).closest('li').removeClass('active');}});}$(function(){radioSku();});function servCheck(){$('.services input:checkbox').change(function(){if($(this).is(':checked')){$(this).closest('label').addClass('active').siblings('select').addClass('active');}else{$(this).closest('label').removeClass('active').siblings('select').removeClass('active');}});$('.services input:checkbox').each(function(){if($(this).is(':checked')){$(this).closest('label').addClass('active').siblings('select').addClass('active');}else{$(this).closest('label').removeClass('active').siblings('select').removeClass('active');}});}$(function(){servCheck();});

jQuery(document).ready(function($) {
	$(document).on('click', '.open-custom-hint', function (e) {
		e.preventDefault();
		$(this).toggleClass('active');
		$(this).next('.hint').slideToggle(400);
	});
});</pre></body></html>