Страны Австралии и Океании
Страны ближнего зарубежья
';
}
content +='';
content +='
Показать все результаты '
$('.poisk-content').html(content);
if (content.length > 0) {
$('body').attr('style', 'overflow: hidden');
$('.poisk-fon').attr('style', 'display: block');
}
}else{
$('.poisk-content').html('');
$('body').attr('style', 'overflow: initial');
$('.poisk-fon').attr('style', 'display: none');
}
}
});
}else{
$('.poisk-content').html('');
$('body').attr('style', 'overflow: initial');
$('.poisk-fon').attr('style', 'display: none');
}
});
});
$('.find-mob').on('click', function(e){
e.preventDefault();
$('.find').toggleClass('active');
});
$('.otmena-find').on('click', function(e){
e.preventDefault();
$('body').attr('style', '');
$('.find').toggleClass('active');
});