$(document).ready(function() {
if($('.dg-container.dg-center').is(':first')){
$('.dady-body').css({
backgroundImage: 'url(http://pucha2.kz/wp-content/themes/pucha/images/bg2.png)'
});
}
else {
$('.dady-body').css({
backgroundImage: 'url(http://pucha2.kz/wp-content/themes/pucha/images/bg-ambilight.png)'
});
}
});