<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(document).ready(function() {
	
//  animation wow
	if(document.body.clientWidth &gt; 1000){
		new WOW().init();
	}

    jQuery('.visible-block').click(function () {
        if (jQuery(this).next().is(':visible')) {
        	jQuery(this).removeClass('o-pen');
            jQuery(this).next().slideUp(500);
        }
        else {
            jQuery(this).next().slideDown(500);
        	jQuery(this).addClass('o-pen');
        }
    });
    // resize font
    jQuery('div.resizefont').click(function () {
        if (jQuery(this).next().is(':visible')) {
            jQuery(this).next().slideUp(500);
        }
        else {
            jQuery(this).next().slideDown(500);
        }
    });

   // scroll to top
	jQuery(window).scroll(function() {
		var scroll_Height = window.pageYOffset;

		if (scroll_Height &gt; 300) {
		    jQuery('.scroll-top').addClass('scrollToTop');
		} else {
		    jQuery('.scroll-top').removeClass('scrollToTop');
		}
	});

	jQuery('.scroll-top').click(function() {
		$('html, body').animate({scrollTop:0}, 1200);
	});

});

// for menu top (border)
	var style = 'easeOutExpo';
	var default_left = Math.round($('ul.nav.navbar-nav li.active').offset().left - $('ul.nav.navbar-nav').offset().left);
	var default_top = $('ul.nav.navbar-nav li.active').height()-3; /* 30 - Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð¾Ñ‚ Ð¿ÑƒÐ½ÐºÑ‚Ð° Ð¼ÐµÐ½ÑŽ */
	var default_width = $('ul.nav.navbar-nav li.active').outerWidth();
	$('#border').css({left: default_left, top: default_top, width: default_width});	
	$('ul.nav.navbar-nav li').hover(function () {
		left = Math.round($(this).offset().left - $('ul.nav.navbar-nav').offset().left);
		width = $(this).outerWidth();
		$('#border').stop(false, true).animate({left: left, width: width},{duration:500, easing: style});	
	}).click(function () {
		$('ul.nav.navbar-nav li').removeClass('active');	
		$(this).addClass('active');
	});
	$('ul.nav.navbar-nav').mouseleave(function () {
		default_left = Math.round($('ul.nav.navbar-nav li.active').offset().left - $('ul.nav.navbar-nav').offset().left);
		default_width = $('ul.nav.navbar-nav li.active').outerWidth();
		$('#border').stop(false, true).animate({left: default_left, width: default_width},{duration:1500, easing: style});	
	});


	// obyavlenie i novoe na portale
	$('.reclam-news').slick({
		  infinite: true,
		  slidesToShow: 4,
		  slidesToScroll: 1,
		  vertical: true,
		  arrows: true,
		  // autoplay: true
	});

	// obyavlenie i novoe na portale
	$('.slider-actual').slick({
		  infinite: true,
		  slidesToShow: 4,
		  slidesToScroll: 1,
		  arrows: true,
		  autoplay: true,
	   	  responsive: [
		    {
		      breakpoint: 767,
		      settings: {
		        slidesToShow: 3
		      }
		    }
		  ]
	});

	$('.slider-partners').slick({
		  infinite: true,
		  speed: 300,
		  slidesToShow: 4,
		  slidesToScroll: 1,
		  variableWidth: true,
		  arrows: false,
		  // autoplay: true
	});

	// sidebar slider
	$('.slider-sidebar').slick({
		  infinite: true,
		  slidesToShow: 1,
		  speed: 2000,
		  slidesToScroll: 1,
		  arrows: true,
		  fade: true,
		  autoplay: true
	});

	// news banner
	 $('.slider-img-news').slick({
		  slidesToShow: 1,
		  slidesToScroll: 1,
		  speed: 1000,
		  fade: true,
		  cssEase: 'easeOutSine',
		  arrows: false,
		  vertical: true,
		  autoplay: true,
		  asNavFor: '.slider-text-news'
	});

	$('.slider-text-news').slick({
		  slidesToShow: 4,
		  slidesToScroll: 1,
		  vertical: true,
		  asNavFor: '.slider-img-news',
		  focusOnSelect: true,
		  arrows: false,
		  responsive: [
		    {
		      breakpoint: 1204,
		      settings: {
		        slidesToShow: 4
		      }
		    },
		    {
		      breakpoint: 1000,
		      settings: {
		        slidesToShow: 4,
		        slidesToScroll: 1
		      }
		    }
		  ]
	});

	// big banner
	 $('.presentation').slick({
		  slidesToShow: 1,
		  slidesToScroll: 1,
		  arrows: false,
		  fade: true,
		  speed: 1500,
		  autoplay: true,
		  asNavFor: '.children-banner'
	});

	$('.children-banner').slick({
		  slidesToShow: 6,
		  slidesToScroll: 1,
		  asNavFor: '.presentation',
		  focusOnSelect: true,
		  arrows: true,
	  	  responsive: [
		    {
		      breakpoint: 767,
		      settings: {
		        slidesToShow: 3
		      }
		    }
		  ]
	});


$('.video-main').slick({
    slidesToShow: 1,
    slidesToScroll: 1,
    arrows: true,
    fade: true,
    speed: 1500,
    autoplay: true,
    asNavFor: '.video-children'
});

$('.video-children').slick({
    slidesToShow: 10,
    slidesToScroll: 1,
    asNavFor: '.video-main',
    focusOnSelect: true,
    arrows: true,
    responsive: [
        {
            breakpoint: 767,
            settings: {
                slidesToShow: 3
            }
        }
    ]
});



var joy = $(".prev-button").hover(function() {
 	$(this).prev().find(".slick-next").click();
});
$(".next-button").hover(function() {
 	$(this).next().find(".slick-prev").click();
});


// counter results 

$('.count').each(function () {
    $(this).prop('Counter', 0).animate({
        Counter: $(this).text()
    }, {
        duration: 8000,
        easing: 'swing',
        step: function (now) {
            $(this).text(Math.ceil(now));
        }
    });
});
		

// authorization form

$(".authorization").click(function(){
	$(".form-module").addClass('transform-pop-up');
	$(".wrapper").addClass("additional-wrapper");
	$(".blur").show();
});

$(".blur, .form-close").click(function(){
	$(".form-module").removeClass('transform-pop-up');
	$(".wrapper").removeClass("additional-wrapper");
	$('.blur').hide();
});

$('.toggle').click(function(){
	$(this).toggleClass('fa-pencil');
	$('.form').animate({
	   height: "toggle",
	  'padding-top': 'toggle',
	  'padding-bottom': 'toggle',
	   opacity: "toggle"
	}, "slow");
});

$(document).ready(function() {
	var movementStrength = 25;
	var height = movementStrength / $(window).height();
	var width = movementStrength / $(window).width();
	$(".page-fons").mousemove(function(e){
		var pageX = e.pageX - ($(window).width() / 2);
		var pageY = e.pageY - ($(window).height() / 2);
		var newvalueX = width * pageX * -1 - 25;
		var newvalueY = height * pageY * -1 - 50;
		$('.page-fons').css("background-position", newvalueX+"px     "+newvalueY+"px");
	});
});




jQuery(document).ready(function() {
    var catpar = jQuery('.coverage_press');
    catpar.click(function() {
        if (jQuery(this).find(".info_div").is(':visible')) {
            jQuery(this).find(".info_div").slideUp(500);
            jQuery(this).removeClass('active');
        }
        else {
            catpar.removeClass('active');
            jQuery(this).removeClass('isopened');
            jQuery('.isopened').find('.info_div').slideUp(350);
            jQuery(this).addClass('active');
            jQuery(this).addClass('isopened');
            jQuery(this).find(".info_div").slideDown(500);
        }
    });
});

// FAQ
jQuery('.respond').click(function () {
    if (jQuery(this).next().is(':visible')) {
        jQuery(this).next().removeClass('go-acative').slideUp(500);
        jQuery(this).removeClass('active');

    }
    else {
        jQuery(this).next().addClass('go-acative').slideDown(500);
        jQuery(this).addClass('active');
    }
});


$(".graph-hover ul li").click(function(){
    var da = $(this).text();
    $('.tab-graph').text(da);
});


// second map uzb
jQuery(document).ready(function () {

    $("#regions-hover-map area").mouseover(function(){
        indexMap = $(this).index();
        $("#active-map .active-regions div").hide().eq(indexMap).show();
    }).mouseout(function(){
        indexMap = $(this).index();
        $("#active-map .active-regions div").eq(indexMap).hide();
    });

});
</pre></body></html>