onLeave: function(index, nextIndex, direction){
if(index == 2){
var magnificPopup = $.magnificPopup.instance;
magnificPopup.close();
}
}
if (window.matchMedia('(max-width : 992px)').matches) {
//Пишем то что нужно
}