If you click the second orange "Заказ в 1 клик" button at this page you'll see the form with the checkbox at the bottom. How to figure out what script is blocking the checking of this chackbox? May be it's due to this script:
$("#contactForm_oneclick").click( function(e){
if(e.target.getAttribute('class') != 'addtocart_button' || e.target.getAttribute('id') == 'agree') {
return false;
}
})
but how to change it correct?