Russia’s Top 8 music festivals and their audiences
Pavel Gazdyuk
RBTH
The Grushinsky Bard Song Festival has been held at Togliatti ever since 1968. Oddly enough, it attracts young people, too.
ITAR-TASS/Sergey Savostyanov
As summer draws to a close, RBTH looks back at Russia’s biggest celebrations of music and fair weather, and their eclectic audiences.
Get the week's best stories straight to your inbox
Check your email to confirm the subscribtion
')
},
error: function() {
$email.val('');
alert('An unknown error occurred. Try later.');
}
});
}
if (isDaily) {
$.ajax({
type: "GET",
dataType: "json",
url: 'https://subscribe.rbth.com/subscribe//' + $email.val() + '?_t=' + (new Date()).getTime(),
success: function () {
$subscribe.addClass('subscribe_complete');
$subscribe.html('
')
},
error: function() {
$email.val('');
alert('An unknown error occurred. Try later.');
}
});
}
}
});
};
initFormSubmit();
$completeButton.on('click', function (evt) {
evt.preventDefault();
evt.window.location.reload();
});
}());