.form-pd-consent {
  font-size: 13px;
  line-height: 1.5;
  margin: 16px 0 20px;
  color: #555;
  width: 100%;
}

.form-pd-consent__label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}

.form-pd-consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  max-width: 16px;
  margin: 2px 0 0;
  padding: 0;
  flex: 0 0 16px;
  flex-shrink: 0;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  accent-color: #333;
}

.form-pd-consent__text {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.form-pd-consent__text a {
  color: inherit;
  text-decoration: underline;
}

.form-pd-consent__text a:hover {
  color: #333;
}

/* Переопределение глобальных стилей полей формы */
.contact_message .form-pd-consent input[type="checkbox"],
.checkout_form .form-pd-consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  max-width: 16px;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
}

/* Попап партнёра: #frm_subscribe form input { width:100% } ломает чекбокс */
#frm_subscribe form .form-pd-consent input[type="checkbox"],
#boxes #frm_subscribe .form-pd-consent input[type="checkbox"],
.newletter-popup #frm_subscribe .form-pd-consent input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  padding: 0 !important;
  margin: 3px 0 0 !important;
  flex: 0 0 16px !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  display: inline-block;
  vertical-align: top;
}

#boxes .box-content .form-pd-consent__label,
#frm_subscribe .form-pd-consent__label {
  width: 100% !important;
  max-width: 100% !important;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}

.contact_message .form-pd-consent__label,
.contact_message .form-pd-consent label {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}

#frm_subscribe .form-pd-consent {
  width: 100%;
  margin: 14px 0 16px;
  text-align: left;
}

#frm_subscribe .form-pd-consent__text {
  font-size: 12px;
  line-height: 1.5;
}

.checkout_form .form-pd-consent {
  margin-top: 16px;
  max-width: 100%;
}

.newletter-popup .form-pd-consent {
  margin: 14px 0 16px;
  text-align: left;
}
