.elementor-1861 .elementor-element.elementor-element-4b83664{--display:flex;--overlay-opacity:0.5;}.elementor-1861 .elementor-element.elementor-element-4b83664:not(.elementor-motion-effects-element-type-background), .elementor-1861 .elementor-element.elementor-element-4b83664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020101;}.elementor-1861 .elementor-element.elementor-element-4b83664::before, .elementor-1861 .elementor-element.elementor-element-4b83664 > .elementor-background-video-container::before, .elementor-1861 .elementor-element.elementor-element-4b83664 > .e-con-inner > .elementor-background-video-container::before, .elementor-1861 .elementor-element.elementor-element-4b83664 > .elementor-background-slideshow::before, .elementor-1861 .elementor-element.elementor-element-4b83664 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1861 .elementor-element.elementor-element-4b83664 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#00000000;--background-overlay:'';}.elementor-1861 .elementor-element.elementor-element-5ffac79.xpro-widget-bg-overlay:before{transition:background 0.3s;}#elementor-popup-modal-1861{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1861 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1861 .dialog-close-button{display:flex;}#elementor-popup-modal-1861 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-5ffac79 *//* ===== POPUP FORM / DARK VERSION ===== */

.plasma-popup-darkform {
  position: relative;
  overflow: hidden;
  padding: 34px !important;
  border-radius: 30px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%),
    #060607 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

/* мягкая атмосфера */
.plasma-popup-darkform::before {
  content: "";
  position: absolute;
  inset: auto auto -120px -120px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(193, 15, 58, 0.14) 0%, rgba(193, 15, 58, 0) 72%);
  pointer-events: none;
  z-index: 0;
}

.plasma-popup-darkform::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.035) 0%, rgba(255,255,255,0) 72%);
  pointer-events: none;
  z-index: 0;
}

.plasma-popup-darkform > * {
  position: relative;
  z-index: 1;
}

/* верх */
.plasma-popup-darkform__head {
  margin-bottom: 18px;
}

.plasma-popup-darkform__eyebrow {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.plasma-popup-darkform__title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.plasma-popup-darkform__text {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

/* убираем лишнюю карточку формы */
.plasma-popup-darkform .fluentform,
.plasma-popup-darkform .ff-default,
.plasma-popup-darkform .frm-fluent-form,
.plasma-popup-darkform form,
.plasma-popup-darkform .ff-el-form-top,
.plasma-popup-darkform .ff-t-container,
.plasma-popup-darkform .ff_form_instance,
.plasma-popup-darkform .wrapper,
.plasma-popup-darkform .ff-el-input--content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* лейблы */
.plasma-popup-darkform .ff-el-input--label label,
.plasma-popup-darkform .ff-el-form-check-label,
.plasma-popup-darkform label {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em;
  margin-bottom: 10px !important;
}

/* поля */
.plasma-popup-darkform input[type="text"],
.plasma-popup-darkform input[type="email"],
.plasma-popup-darkform input[type="tel"],
.plasma-popup-darkform input[type="number"],
.plasma-popup-darkform input[type="url"],
.plasma-popup-darkform input[type="date"],
.plasma-popup-darkform select,
.plasma-popup-darkform textarea {
  width: 100% !important;
  min-height: 58px !important;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 0 0 rgba(0,0,0,0) !important;
  transition:
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease !important;
}

.plasma-popup-darkform textarea {
  min-height: 160px !important;
  resize: vertical !important;
}

.plasma-popup-darkform input::placeholder,
.plasma-popup-darkform textarea::placeholder {
  color: rgba(255, 255, 255, 0.34) !important;
}

/* select */
.plasma-popup-darkform select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 48px !important;
  color: #ffffff !important;
  background-color: #101114 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color-scheme: dark !important;
  font-family: inherit !important;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.68) 50%),
    linear-gradient(135deg, rgba(255,255,255,0.68) 50%, transparent 50%) !important;
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px) !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}

/* выпадающий список */
.plasma-popup-darkform select option {
  color: #ffffff !important;
  background-color: #101114 !important;
  font-family: inherit !important;
}

/* выбранный пункт */
.plasma-popup-darkform select option:checked,
.plasma-popup-darkform select option:selected {
  color: #ffffff !important;
  background: #8f0f2f !important;
  box-shadow: inset 0 0 0 9999px #8f0f2f !important;
}

/* hover / active внутри списка */
.plasma-popup-darkform select option:hover,
.plasma-popup-darkform select option:focus,
.plasma-popup-darkform select option:active {
  color: #ffffff !important;
  background: #c10f3a !important;
  box-shadow: inset 0 0 0 9999px #c10f3a !important;
}

/* focus */
.plasma-popup-darkform input:focus,
.plasma-popup-darkform select:focus,
.plasma-popup-darkform textarea:focus {
  outline: none !important;
  border-color: rgba(193, 15, 58, 0.42) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow:
    0 0 0 4px rgba(193, 15, 58, 0.08),
    0 14px 28px rgba(193, 15, 58, 0.06) !important;
}

/* spacing */
.plasma-popup-darkform .ff-el-group {
  margin-bottom: 18px !important;
}

/* helper / desc */
.plasma-popup-darkform .ff-el-help-message,
.plasma-popup-darkform .ff-el-is-error,
.plasma-popup-darkform .text-danger {
  font-size: 12px !important;
  margin-top: 8px !important;
}

.plasma-popup-darkform .ff-el-help-message {
  color: rgba(255,255,255,0.46) !important;
}

/* checkbox / radio */
.plasma-popup-darkform input[type="checkbox"],
.plasma-popup-darkform input[type="radio"] {
  accent-color: #c10f3a;
}

/* submit */
.plasma-popup-darkform .ff-btn-submit,
.plasma-popup-darkform button[type="submit"],
.plasma-popup-darkform input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  padding: 14px 24px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(193, 15, 58, 0.34) !important;
  background:
    linear-gradient(180deg, rgba(193, 15, 58, 0.95) 0%, rgba(148, 12, 45, 0.96) 100%) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  box-shadow:
    0 16px 36px rgba(193, 15, 58, 0.20),
    inset 0 1px 0 rgba(255,255,255,0.14) !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease !important;
}

.plasma-popup-darkform .ff-btn-submit:hover,
.plasma-popup-darkform button[type="submit"]:hover,
.plasma-popup-darkform input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow:
    0 22px 46px rgba(193, 15, 58, 0.26),
    inset 0 1px 0 rgba(255,255,255,0.18) !important;
}

.plasma-popup-darkform .ff-btn-submit:active,
.plasma-popup-darkform button[type="submit"]:active,
.plasma-popup-darkform input[type="submit"]:active {
  transform: translateY(0) !important;
}

/* ошибки */
.plasma-popup-darkform .text-danger,
.plasma-popup-darkform .error,
.plasma-popup-darkform .ff-el-is-error {
  color: #ff7c97 !important;
}

/* success */
.plasma-popup-darkform .ff-message-success,
.plasma-popup-darkform .ff-success {
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  color: #ffffff !important;
  padding: 16px 18px !important;
}

/* mobile */
@media (max-width: 767px) {
  .plasma-popup-darkform {
    padding: 24px !important;
    border-radius: 24px !important;
  }

  .plasma-popup-darkform__title {
    font-size: 22px;
  }

  .plasma-popup-darkform__text {
    font-size: 13px;
  }

  .plasma-popup-darkform input[type="text"],
  .plasma-popup-darkform input[type="email"],
  .plasma-popup-darkform input[type="tel"],
  .plasma-popup-darkform input[type="number"],
  .plasma-popup-darkform input[type="url"],
  .plasma-popup-darkform input[type="date"],
  .plasma-popup-darkform select,
  .plasma-popup-darkform textarea {
    min-height: 54px !important;
    padding: 14px 16px !important;
    border-radius: 16px !important;
  }

  .plasma-popup-darkform .ff-btn-submit,
  .plasma-popup-darkform button[type="submit"],
  .plasma-popup-darkform input[type="submit"] {
    width: 100% !important;
    min-height: 54px !important;
    border-radius: 15px !important;
  }
}/* End custom CSS */