.elementor-12796 .elementor-element.elementor-element-ae3c220{--display:flex;}.elementor-12796 .elementor-element.elementor-element-a2e72bd{--display:flex;}.elementor-12796 .elementor-element.elementor-element-dfde037{text-align:center;}.elementor-12796 .elementor-element.elementor-element-c68a65b{--display:flex;}@media(min-width:768px){.elementor-12796 .elementor-element.elementor-element-ae3c220{--content-width:800px;}}/* Start custom CSS for container, class: .elementor-element-c68a65b */.innodraw-plan-form .wpcf7 input,
.innodraw-plan-form .wpcf7 select,
.innodraw-plan-form .wpcf7 textarea {
  width: 100%;
  border: 1px solid #D8E2EE;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  background: #fff;
  color: #24364B;
  box-sizing: border-box;
}

.innodraw-plan-form .wpcf7 textarea {
  min-height: 180px;
}

.innodraw-plan-form .wpcf7 label {
  font-weight: 500;
  color: #24364B;
}

.innodraw-plan-form .wpcf7-submit {
  width: auto;
  min-width: 180px;
  background: #6A8FC0 !important;
  color: #fff !important;
  border: 1px solid #6A8FC0 !important;
  border-radius: 12px !important;
  padding: 15px 32px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer;
}

/* ===== TERMS ROW ===== */

.innodraw-plan-form .wpcf7-checkbox {
    display: inline-block;
}

.innodraw-plan-form .wpcf7-list-item {
    margin: 0 !important;
}

.innodraw-plan-form .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.innodraw-plan-form .wpcf7-list-item input[type="checkbox"] {
    width: auto !important;
    margin: 0;
}

/* Центрирование блока с Terms */

.innodraw-plan-form .terms-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 12px;
}

/* ===== SUBMIT BUTTON ===== */

.innodraw-plan-form .wpcf7-submit,
.innodraw-plan-form input[type="submit"] {
    width: auto !important;
    min-width: 180px;
    max-width: 260px;
    display: block !important;
    margin: 1px auto 0 auto !important;

    background: #6A8FC0 !important;
    color: #fff !important;
    border: 1px solid #6A8FC0 !important;
    border-radius: 12px !important;
    padding: 15px 32px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.innodraw-plan-form .wpcf7-submit:hover,
.innodraw-plan-form input[type="submit"]:hover {
    background: #5B82B6 !important;
    border-color: #5B82B6 !important;
    box-shadow: 0 10px 22px rgba(91,130,182,.22);
    transform: translateY(-1px);
}/* End custom CSS */