$(document).ready(function(){
$(".whatsapp").click(function () {
window.open("https://wa.me/");return false;
})
$(".telegramm").click(function () {
window.open("https://t.me/+");return false;
})
});
/* once triger load for stat */
var wasClicked = false;
$(document).on('click', '.btn_brd a', function () {
if (!wasClicked) {
ym(99270204,'reachGoal','STAT_TICKET');
wasClicked = true;
}
});
// console.log ('Загрузили наше окно КВИЗа');