body {
  background-color: #fbfbfb !important;
}
.t-records {
  background-color: #fbfbfb !important;
}

  
  
  function initTildaForm() {
    var form = document.getElementById("zb-phoneform");
    if (typeof tildacrm__submitForm === "function") {
      tildacrm__submitForm(form, {
        project: "11466313",
        formid: "custom-form-001",
        formname: "Запись с формы ZeroBlock",
        recaptcha: "off"
      });
    } else {
      setTimeout(initTildaForm, 300); // Пробуем снова через 300мс
    }
  }
  document.addEventListener("DOMContentLoaded", initTildaForm);
