.elementor-7847 .elementor-element.elementor-element-2513233{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-7847 .elementor-element.elementor-element-2513233:not(.elementor-motion-effects-element-type-background), .elementor-7847 .elementor-element.elementor-element-2513233 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F2F2;}/* Start custom CSS for html, class: .elementor-element-8ed5ce8 *//* =========================
   CONTAINER
========================= */
.finance-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* HERO */
.finance-hero {
  text-align: center;
  margin-bottom: 40px;
}

.finance-hero h1 {
  font-size: 34px;
  font-weight: 800;
  color: #011b44;
}

.subtitle {
  color: #666;
  margin-top: 10px;
}

/* BOX */
.finance-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e5e8ec;
  margin-bottom: 25px;
}

.finance-box.highlight {
  background: linear-gradient(135deg, #f4f8fb, #ffffff);
  border-left: 5px solid #011b44;
}

.finance-box h2 {
  color: #011b44;
  margin-bottom: 10px;
}

/* GRID */
.finance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.finance-grid.small {
  grid-template-columns: repeat(2, 1fr);
}

/* CARD */
.finance-card {
  background: linear-gradient(135deg, #ffffff, #f4f8fb);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.finance-card h3 {
  margin-bottom: 8px;
  color: #011b44;
}

/* STEPS */
.steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.step {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e8ec;
}

/* CTA */
.finance-cta {
  text-align: center;
  margin-top: 40px;
  padding: 35px;
  background: linear-gradient(135deg, #011b44, #03306f);
  border-radius: 16px;
  color: #fff;
}

.finance-cta h2,
.finance-cta p {
  color: #fff;
}



.highlight {
    color: #011b44;
}

.cta-button {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 30px;
  background: #fff;
  color: #011b44;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cta-button:hover {
  transform: translateY(-1px);
}

/* MOBILE */
@media (max-width: 768px) {
  .finance-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-190702c *//* =========================
   CONTAINER
========================= */
.finance-form {
  background: linear-gradient(135deg, #ffffff, #f7f9fc);
  padding: 40px;
  border-radius: 16px;
  max-width: 970px;
  margin: 0px auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  animation: fadeUp 0.6s ease;
}

/* =========================
   HEADINGS
========================= */
.finance-form h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #111;
}

.finance-form h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  border-left: 4px solid #ff3b30;
  padding-left: 12px;
}

.form-subtitle {
  color: #666;
  margin-bottom: 30px;
  font-size: 15px;
}


/* =========================
   FORM GROUP + LABEL FIX
========================= */
.form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  min-height: 20px; /* фикс кривых рядов */
}


/* UNIVERSAL GRID */
.finance-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.finance-form .form-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* MOBILE */
@media (max-width: 768px) {
  .finance-form .form-grid,
  .finance-form .form-grid-3 {
    grid-template-columns: 1fr;
  }
}



/* CF7 wrapper fix */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* optional wrapper */
.input-wrap {
  display: block;
}

/* =========================
   INPUTS
========================= */
.form-control {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e3e6eb;
  background: #fff;
  font-size: 15px;
  color: #111;
  transition: all 0.25s ease;
}

/* placeholder */
.form-control::placeholder {
  color: #aaa;
}

/* focus */
.form-control:focus {
  border-color: #ff3b30;
  box-shadow: 0 0 0 3px rgba(255,59,48,0.15);
  outline: none;
}

/* =========================
   HR (divider)
========================= */
.finance-form hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #ddd, transparent);
  margin: 35px 0;
}

/* =========================
   BUTTON
========================= */
/* =========================
   BUTTON
========================= */
.btn-primary,
.submit-center input[type="submit"] {
  background: linear-gradient(135deg, #011b44, #0a5793);
  border: none;
  padding: 16px 40px;
  border-radius: 8px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.3s ease;
}

/* hover */
.btn-primary:hover,
.submit-center input[type="submit"]:hover {
  background: linear-gradient(315deg, #0a5793, #011b44);
  color: #fff !important;
  transform: translateY(-1px);
}

/* active */
.btn-primary:active,
.submit-center input[type="submit"]:active {
  transform: translateY(0);
  opacity: 0.85;
}

/* =========================
   SUBMIT ALIGNMENT
========================= */
.submit-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.submit-center input[type="submit"] {
  display: block;
  width: 280px;
  margin: 0 auto;
}

/* убираем любые смещения CF7 */
.wpcf7 input[type="submit"] {
  float: none !important;
  position: static !important;
}
/* =========================
   CONSENT TEXT
========================= */
.consent-box {
  font-size: 13px;
  color: #555;
  margin-top: 20px;
  line-height: 1.6;
}

/* =========================
   SECURE NOTE
========================= */
.secure-note {
  text-align: center;
  margin-top: 0px;
  font-size: 13px;
  color: #777;
}

/* =========================
   CF7 ERRORS
========================= */
.wpcf7-not-valid {
  border-color: #ff3b30 !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #ff3b30;
  margin-top: 5px;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .finance-form {
    padding: 25px;
  }

  .finance-form h2 {
    font-size: 26px;
  }

  .finance-form h3 {
    font-size: 18px;
  }

  .btn-primary {
    width: 100%;
  }
}

/* =========================
   ANIMATION
========================= */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.submit-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

/* ФИКС КНОПКИ */
.submit-center input[type="submit"] {
  display: block;          /* ключевой момент */
  width: 280px;            /* фикс ширины */
  margin: 0 auto;          /* центр */
  text-align: center;
}

/* убираем любые смещения */
.wpcf7 input[type="submit"] {
  float: none !important;
  position: static !important;
}/* End custom CSS */