.elementor-2 .elementor-element.elementor-element-36c10ca{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;overflow:visible;}.elementor-2 .elementor-element.elementor-element-36c10ca:not(.elementor-motion-effects-element-type-background), .elementor-2 .elementor-element.elementor-element-36c10ca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#001530;}.elementor-2 .elementor-element.elementor-element-36c10ca::before, .elementor-2 .elementor-element.elementor-element-36c10ca > .elementor-background-video-container::before, .elementor-2 .elementor-element.elementor-element-36c10ca > .e-con-inner > .elementor-background-video-container::before, .elementor-2 .elementor-element.elementor-element-36c10ca > .elementor-background-slideshow::before, .elementor-2 .elementor-element.elementor-element-36c10ca > .e-con-inner > .elementor-background-slideshow::before, .elementor-2 .elementor-element.elementor-element-36c10ca > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#0F141B;--background-overlay:'';}.elementor-2 .elementor-element.elementor-element-910fc6a{--display:flex;--min-height:100vh;overflow:visible;}.elementor-2 .elementor-element.elementor-element-910fc6a:not(.elementor-motion-effects-element-type-background), .elementor-2 .elementor-element.elementor-element-910fc6a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F141B;}.elementor-2 .elementor-element.elementor-element-d95dbb3{--display:flex;--padding-top:120px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2 .elementor-element.elementor-element-49c9d88{--display:flex;overflow:visible;}.elementor-2 .elementor-element.elementor-element-370f552{--display:flex;--min-height:0px;overflow:visible;}.elementor-2 .elementor-element.elementor-element-28e4542{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:128px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-2 .elementor-element.elementor-element-d62bd14{--display:flex;overflow:visible;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-910fc6a{--width:30%;}.elementor-2 .elementor-element.elementor-element-370f552{--width:70%;}.elementor-2 .elementor-element.elementor-element-28e4542{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-2f4d839 */.summary-card {
  background: #0f141b;
  border-radius: 14px;
  border: 1px solid #1b232e;
  color: #e7ecf2;
  font-family: "Inter", Arial, sans-serif;
  width: 300px;
  padding: 25px 30px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45),
              inset 0 1px 0 rgba(255, 255, 255, 0.03);
  text-align: left; /* <-- выравнивание текста влево */
}

.summary-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.summary-block {
  margin-bottom: 25px;
}

.summary-label {
  font-size: 14px;
  color: #a9b3c2;
  margin-bottom: 4px;
}

.summary-total {
  font-size: 18px;
  font-weight: 700;
}

.summary-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.summary-item {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.summary-sub {
  font-size: 12px;
  color: #a9b3c2;
  margin-top: 2px;
}

.summary-amount {
  font-size: 14px;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS */.steps-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-family: "Inter", sans-serif;
}

.step {
  display: flex;
  align-items: center;
  gap: 8px;
}

.step .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #2b2f36;
  background-color: transparent;
}

.step.active .dot {
  background-color: #3aa9ff;
  border-color: #3aa9ff;
}

.step .text {
  color: #9ea3aa;
  font-size: 14px;
}

.step.active .text {
  color: #f3f3f3;
  font-weight: 600;
}

.divider {
  width: 70px;
  height: 1px;
  background-color: #2b2f36;
  opacity: 0.7;
}/* End custom CSS */