$(document).ready(function(){
$(".dg-next").on("click", function(){
$(".dady-body").stop().css({
backgroundImage: 'url(http://pucha2.kz/wp-content/themes/pucha/images/bg-ambilight.png)',
transition: 'all 0.9s ease'
});
});
});