.cat-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}
.cat-lead-dialog {
  max-width: 920px;
  margin: 1.2rem auto;
}
.cat-lead-modal {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.cat-lead-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  width: 36px;
  height: 36px;
  border: 0;
  background: #e12728;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.cat-lead-grid {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 460px;
}
.cat-lead-visual {
  background: #f4f7fb;
  overflow: hidden;
}
.cat-lead-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cat-lead-form-wrap {
  padding: 42px 36px 28px;
}
.cat-types {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #222;
}
.cat-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin: 0;
}
.cat-check input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  margin: 0;
  border: 1.5px solid #333;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: relative;
  flex: 0 0 15px;
}
.cat-check input[type="radio"]:checked {
  background: #e12728;
  border-color: #e12728;
}
.cat-check input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cat-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}
.cat-span-2 {
  grid-column: 1 / -1;
}
.cat-lead-form-wrap input[type="text"],
.cat-lead-form-wrap input[type="email"],
.cat-lead-form-wrap input[type="tel"],
.cat-lead-form-wrap textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 10px 12px;
  font-size: 13px;
  letter-spacing: .03em;
  color: #222;
  border-radius: 2px;
}
.cat-lead-form-wrap textarea {
  min-height: 92px;
  resize: vertical;
}
.cat-lead-form-wrap input:focus,
.cat-lead-form-wrap textarea:focus {
  outline: 2px solid #e12728;
  border-color: #e12728;
}
.cat-error {
  display: none;
  color: #e12728;
  font-size: 12px;
  margin: 4px 0 0;
}
.cat-error.is-on {
  display: block;
}
.cat-success {
  color: #0a7a32;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.4;
}
.cat-thankyou {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px 8px;
}
#catFormBody[hidden],
#catThankYou[hidden] {
  display: none !important;
}
.cat-timer {
  margin: 0;
  font-size: 14px;
  color: #555;
}
.cat-timer strong {
  color: #e12728;
}
.cat-math {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
}
.cat-recaptcha-note {
  margin: 10px 0 0;
  font-size: 11px;
  color: #888;
}
button.cat-submit,
#catalogueLeadForm .cat-submit {
  display: block;
  width: min(280px, 100%);
  margin: 18px auto 0;
  background: #e12728 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
  cursor: pointer;
  box-shadow: none !important;
}
button.cat-submit:hover,
button.cat-submit:focus,
button.cat-submit:active,
#catalogueLeadForm .cat-submit:hover {
  background: #c21f20 !important;
  color: #fff !important;
}
#staticBackdrop.modal {
  z-index: 1060;
}
.modal-backdrop {
  z-index: 1055;
}
.cat-submit:disabled {
  opacity: .65;
  cursor: wait;
}
@media (max-width: 767px) {
  .cat-lead-grid {
    grid-template-columns: 1fr;
  }
  .cat-lead-visual {
    height: 180px;
  }
  .cat-lead-form-wrap {
    padding: 28px 18px 20px;
  }
  .cat-fields {
    grid-template-columns: 1fr;
  }
}
