.time_etapy {
  font-family: Inter;
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF8D1A;
  padding: 20px
}

.title_section {
  font-family: Inter;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: left;
  color: black;
}

.test_etapy {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  padding: 20px
}

.btn_reg {
  font-family: Inter;
  background: #FFC992;
  color: #A7A9AC;
  padding: 15px 50px;
  margin-top: 30px;
  border-radius: 0px;
  border: 0px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;

}

.start_etapy {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;

}




.el_2::before {
  content: url('./img/el_2.svg');
  position: absolute;
  right: -50px;
}

.romb {
  color: #ffffff;
  font-size: 22px;
  display: inline-block;
  margin-left: 8px;
}

.btn {
  font-family: Inter;
  background: #FF8D1A;
  border-radius: 32px;
  color: #fff;
  padding: 15px 50px;
  margin-top: 70px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s all;
}

.btn_orange {
  font-family: Inter;
  background: #FF8D1A;
  color: #000000;
  padding: 15px 50px;
  margin-top: 30px;
  border-radius: 0px;
  border: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.callback_form {
  font-family: Inter;
  width: 100%;
  height: 52px;
  padding: 2% 5%;
  margin-bottom: 20px;
  border: 1px solid transparent;
  outline: none;
}

.form__input {
  width: 100%;
  height: 52px;
  padding: 2% 5%;
  margin-bottom: 20px;
  border: 1px solid transparent;
  outline: none;
}

.btn:hover {
  background: #f8912b;
}

.btn:active {
  background: #f8912b;
}

.btn:focus {
  background: #f8912b;
}


.btn_orange:hover {
  background: #eab83f;
  color: #000000;
}

.btn_orange:active {
  background: #eab83f;
  color: #000000;
}

.btn_orange:focus {
  background: #eab83f;
  color: #000000;
}

svg {
  vertical-align: top;
}


.lector {

  color: #000000;
  font-family: Inter;

}