$(document).ready(function () { 
	$('.but-close').click(function() {
  			$('.adv-popup').hide();
	});
});


