$(window).on('resize', function() {
    $('.sticky-wrap').css('max-height', ($(window).height() - $('#nav_block').height() - 60) + 'px');

});