jQuery(".custom-price__item-heading").click(function(){
jQuery(this).parent().siblings(".custom-price__item").removeClass("custom-price__item--active");
jQuery(this).parent().addClass("custom-price__item--active");
});
jQuery(".custom-price__ilu .site-button, .custom-price__ilu-small strong").on("click",function(){
jQuery(".custom-price__form").addClass("custom-price__form--active");
jQuery('html, body').animate({
scrollTop: jQuery(".custom-price__form").offset().top-40
});
});