HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/self/root/usr/local/CyberCP/public/static/baseTemplate/assets/themes/frontend/layout.js
new WOW().init();

if (!(/Android|iPhone|iPad|iPod|BlackBerry|Windows Phone/i).test(navigator.userAgent || navigator.vendor || window.opera)) {
    skrollr.init({
        forceHeight: false,
        smoothScrolling: true
    });
}

jQuery(document).ready(function($) {

    /* Fixed header */

    $(function() {
        "use strict";

        $('.main-header-fixed .main-header').hcSticky({});

    });

    /* Sticky bars */

    $(function() {
        "use strict";

        $('.sticky-nav').hcSticky({
            top: 50
        });

    });

    /* Main nav */

    $(function() {
        "use strict";

        $('.header-nav > li').hover(function(){
            $(this).addClass('sfHover');
        },
        function(){
            $(this).removeClass('sfHover');
        });

        //$('.header-nav').superfish({
        //
        //});

    });

    /* Responsive nav */

    $(function() {
        "use strict";

        $('#responsive-menu').click(function() {
            $('.main-header ul.main-nav').toggle();
        });

    });

});