error: function() {
$(".popupbg").show();
$(".popup").css('margin-left', ($(window).width() / 2 - $(".popup").width() / 2) + 'px');
$(".popup").empty().append("<p style=\"width:100%;\">Произошла ошибка при постановке задачи в очередь</p><button class='cancel' onclick='closePopup()'>Ок</button>").show();
$('#a2').click();
}
error: function() {
alert('Произошла ошибка при постановке задачи в очерeдь')
}
date_default_timezone_set("Europe/Moscow");
$time_diff = strtotime("tomorrow") - strtotime("now");
$hours = floor($time_diff / 3600);
$minutes = floor($time_diff % 3600 / 60);
echo $hours . ":" . $minutes;