.step__form {
  margin: 30px auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.step__form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #1486C9;
  padding: 60px;
  border-radius: 24px;
}
@media screen and (max-width: 600px) {
  .step__form-wrapper {
    padding: 20px;
  }
}
.step__form-introduction {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 830px) {
  .step__form-introduction {
    flex-direction: column;
    align-items: flex-start;
  }
}
.step__form-introduction .title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .step__form-introduction .title {
    font-size: clamp(1.375rem, 1.0417rem + 1.6667vw, 2.5rem);
  }
}
.step__form-introduction .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #fff;
  max-width: 360px;
}

#stepForm {
  background-color: #fff;
  padding: 55px 30px 30px;
  border-radius: 24px;
}
@media screen and (max-width: 600px) {
  #stepForm {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#stepForm .progress {
  display: flex;
  width: 100%;
}
#stepForm .progress .progress-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border-bottom: 2px solid #7A7A7A;
  padding-bottom: 15px;
  flex-direction: row;
}
#stepForm .progress .progress-step p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 600px) {
  #stepForm .progress .progress-step p {
    max-width: 110px;
  }
}
#stepForm .progress .progress-step .count {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  #stepForm .progress .progress-step .count {
    min-width: 34px;
  }
}
#stepForm .progress .progress-step .count::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #EFF3FE;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 100%;
}
#stepForm .progress .progress-step .count .number {
  color: #7A7A7A;
  position: relative;
  z-index: 2;
}
#stepForm .progress .progress-step.active {
  border-bottom: 2px solid #1486C9;
}
#stepForm .progress .progress-step.active .number {
  color: #fff;
}
#stepForm .progress .progress-step.active .count::before {
  background-color: #1486C9;
}
#stepForm fieldset {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: start;
  gap: 10px;
}
@media screen and (max-width: 1300px) {
  #stepForm fieldset {
    flex-direction: column;
  }
}
#stepForm fieldset .step-form-btns {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  #stepForm fieldset .step-form-btns {
    flex-direction: column;
    width: 100%;
  }
}
#stepForm fieldset input {
  padding: 19px;
  outline: none;
  border: 1px solid #212121;
  border-radius: 12px;
}
#stepForm fieldset input::-moz-placeholder {
  color: #7A7A7A;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 15.92px;
}
#stepForm fieldset input::placeholder {
  color: #7A7A7A;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 15.92px;
}
#stepForm #step1 {
  padding-bottom: 19px;
}
#stepForm #step1 input {
  max-width: 328px;
  width: 100%;
}
#stepForm #step2 input {
  width: 100%;
}
@media screen and (min-width: 1301px) {
  #stepForm #step2 input {
    max-width: 230px;
  }
}
@media screen and (max-width: 1300px) {
  #stepForm #step2 input {
    max-width: 328px;
  }
}
#stepForm #step2 .politics {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px;
}
@media screen and (max-width: 1300px) {
  #stepForm #step2 .politics {
    max-width: 329px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#stepForm #step2 .politics p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 14.68px;
  text-align: right;
  color: #7A7A7A;
}
@media screen and (max-width: 1300px) {
  #stepForm #step2 .politics p {
    text-align: center;
  }
}
#stepForm #step2 .politics p a {
  color: #7A7A7A;
  text-decoration: underline;
}
#stepForm #step4 fieldset, #stepForm #step3 fieldset, #stepForm #step4 fieldset .step-form-btns {
  flex-direction: column;
}
#stepForm .btn-blue {
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 15px;
  max-width: 329px;
  min-width: 200px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  color: #212121;
  background-color: #1486C9;
}
@media screen and (max-width: 1300px) {
  #stepForm .btn-blue {
    width: 100%;
    max-width: 329px;
  }
}
#stepForm .btn-blue span {
  color: #fff;
}
#stepForm .btn-blue.medium-width {
  min-width: 230px;
  max-width: 231px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  #stepForm .btn-blue.medium-width {
    width: 100%;
    max-width: 329px;
  }
}
#stepForm .btn-white {
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 15px;
  width: 329px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212121;
  background-color: #fff;
  border: 1px solid #212121;
}
#stepForm .btn-white span {
  color: #212121;
}
#stepForm .btn-white.medium-width {
  min-width: 230px;
  max-width: 231px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  #stepForm .btn-white.medium-width {
    width: 100%;
    max-width: 329px;
  }
}
#stepForm .step {
  display: none;
}
#stepForm .active {
  display: flex;
  flex-direction: column;
}
#stepForm .custom-file-upload {
  padding: 19px;
  outline: none;
  border: 1px solid #212121;
  border-radius: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) and (min-width: 1301px) {
  #stepForm .custom-file-upload {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (min-width: 1501px) {
  #stepForm .custom-file-upload {
    max-width: 230px;
  }
}
@media screen and (max-width: 1300px) {
  #stepForm .custom-file-upload {
    max-width: 328px;
  }
}
#stepForm .custom-file-upload span {
  color: #7A7A7A;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 15.92px;
}
@media screen and (max-width: 1500px) and (min-width: 1300px) {
  #stepForm .custom-file-upload span {
    display: none;
  }
}

#step4 .politics {
  color: #7A7A7A;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 14.68px;
  text-align: center;
  margin-top: 10px;
}

#step4 .custom-file-upload {
  max-width: unset;
  min-width: unset;
}

.modalBackground .modalWindow #stepForm .progress .progress-step .count {
  min-width: 34px;
}

.modalBackground .modalWindow #stepForm {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 0;
}

@media screen and (max-width: 480px) {
  .modalActive {
    max-width: 345px;
    max-height: 500px;
    overflow-y: auto;
  }
}
.modalBackground .modalWindow #step4 button {
  width: 100%;
}

.modalBackground .modalWindow #step4 fieldset input {
  max-width: 100%;
}/*# sourceMappingURL=stepForm.css.map */