.elementor-11388 .elementor-element.elementor-element-d25a7b5{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-32bdebb *//* Stepper */
.ms-stepper{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
}
.ms-step{
  width:34px;height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #111;
  background:#fff;
  font-weight:600;
}
.ms-step.is-active{
  background:#111;
  color:#fff;
}
.ms-step.is-done{
  background:#111;
  color:#fff;
  opacity:.6;
}
.ms-line{
  flex:1;
  height:1px;
  background:#111;
  opacity:.35;
}

/* Навігація */
.ms-nav{
  margin-top:18px;
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.ms-nav button{
  padding:12px 16px;
  border-radius:999px;
  border:1px solid #111;
  background:#fff;
  cursor:pointer;
}
.ms-nav .ms-next{
  background:#111;
  color:#fff;
}

/* Сховаємо кроки */
.ms-step-2,
.ms-step-3{
  display:none;
}/* End custom CSS */