.webform-submission-form {
  position: relative;
  overflow: hidden;
}

/* Фон ТОЛЬКО для модальной формы «Перезвоните мне» */
:where(.ui-dialog, .mfp-content) form.webform-submission-form[data-drupal-selector*="perezvonite"][data-drupal-selector$="-add-form"]::before,
:where(.ui-dialog, .mfp-content) form.webform-submission-form[id*="perezvonite"][id$="-add-form"]::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  background-image: var(--callback-bg, url("/themes/custom/zinble/img/bg_fon_1.png")) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.35;
  z-index: 0;
}

/* Privacy note color */
.webform-submission-form .form-privacy-note {
  color: #ffffff !important;
}
.webform-submission-form .form-privacy-note a {
  color: #007bff !important;
}

.webform-submission-form > * {
  position: relative;
  z-index: 1;
}

.webform-submission-form .form-privacy-note {
    color: #ffffff;

/* Global privacy note color override */
.form-privacy-note {
  color: #ffffff !important;
}
.form-privacy-note a {
  color: #007bff !important;
}
}


/* Privacy note styling override */
.webform-component--privacy-note,
.webform-element--privacy-note,
.form-privacy-note {
  color: #ffffff !important;
}

.webform-component--privacy-note a,
.webform-element--privacy-note a,
.form-privacy-note a {
  color: #007bff !important;
}
/*