.block__steps-container {
  position: relative;
  margin: 40px 0 60px 0;
}
.block__steps {
  display: flex;
  justify-content: space-between;
}
.block__step {
  max-width: 130px;
  position: relative;
  z-index: 2;
}
.block__step:nth-child(5) {
  background-color: #ffffff;
}
.block__step-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ff6611;
  border-radius: 50%;
  color: #ff6611;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
}
.block__step-name {
  margin-top: 20px;
  color: #787878;
}
.block__steps-line {
  position: absolute;
  top: 24px;
  width: 100%;
  height: 1px;
  background-color: #ff6611;
  z-index: 1;
}

.step-btns {
  display: flex;
  margin-top: 24px;
}

.btn-prev,
.js-show-job,
.js-hide-job,
.fileinput {
  border: 1px solid #ff6611;
  outline: none !important;
  cursor: pointer !important;
  padding: 10px 24px;
  background-color: transparent;
  color: #ff6611 !important;
  font-size: 16px;
  line-height: 24px;
  border-radius: 100px !important;
  margin-right: 25px;
}

.btn-next,
.js-show-edu,
input[name="web_form_submit"] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 24px;
  background-color: #ff6611;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 100px;
  font-weight: 400;
}

.js-show-edu:active,
.js-show-edu:focus {
  outline: none !important;
  color: #fff;
}

.js-show-edu::-moz-focus-inner {
  border: 0 !important;
}

.js-show-edu:hover,
input[name="web_form_submit"]:hover {
  color: #fff;
}

.step-hide {
  display: none;
}
.step-show {
  display: block;
}

.step-active {
  background-color: #ff6611;
  color: #fff;
}
.step-checked {
  background-image: url("https://www.naumen.ru/upload/medialibrary/check-icon.png");
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: center;
}

.contact__form .form-item {
  position: relative;
}

.contact__form .form-input {
  border: 1px solid #cac8cd;
  border-radius: 4px;
  height: 56px;
  font-size: 16px;
  line-height: 22px;
  color: #535156;
  padding: 0 16px;
  transition: all 0.2s ease-out;
}

.contact__form .form-input::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #615f65;
}

.form-item > textarea {
  border: 1px solid #cac8cd !important;
  border-radius: 4px !important;
  padding-top: 16px !important;
  color: #535156 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  transition: all 0.2s ease-out !important;
}

textarea:focus {
  border-color: #ff6611 !important;
}

textarea:focus ~ .legend {
  visibility: visible !important;
  color: #ff6611;
}

textarea::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #615f65;
}

.contact__form .form-input:focus {
  border-color: #ff6611;
}

.contact__form .form-input:focus ~ .legend {
  visibility: visible !important;
  color: #ff6611;
}

.contact__form select {
  width: 100%;
  height: 56px;
  border: 1px solid #cac8cd;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #535156;
  padding: 0 16px;
  transition: all 0.2s ease-out;
  appearance: none;
  background: url("https://www.naumen.ru/upload/medialibrary/i-select.svg")
    no-repeat right;
  background-position-x: calc(100% - 16px);
}

.anketa-radio br {
  display: none;
}

.anketa-radio label > span {
  margin-right: 10px;
}

.icon-arrow-left:before {
  content: "\e091";
}

.icon-arrow-right:before {
  content: "\e092";
}

.form-income {
  max-width: 508px;
}

.legend {
  visibility: hidden;
  position: absolute;
  left: 20px;
  top: -8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #615f65;
  background-color: #fff;
  padding: 0 5px;
}

.legend-select {
  position: absolute;
  left: 20px;
  top: -8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #615f65;
  background-color: #fff;
  padding: 0 5px;
}

.anketa__block .nd_block_file {
  border: 1px dashed #c2c2c2;
  border-radius: 5px;
  padding: 17px;
}
.anketa__block .nd_block_file .nd_block_file__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #aeaeae;
  margin-bottom: 10px;
}
.anketa__block .nd_block_file .nd_btn_file {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #aeaeae;
}

.anketa__block .vcnc-bonus {
  display: inline-block;
  position: relative;
  top: -4px;
  left: 5px;
  width: 20px;
  height: 20px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 6px;
}
.anketa__block .vcnc-bonus:hover {
  background-color: #ff6720;
  cursor: pointer;
}
.anketa__block .vcnc-bonus:hover path.path_hover {
  fill: #fff;
}
.anketa__block [data-tooltip]:hover {
  position: relative;
}
.anketa__block [data-tooltip]:hover::before {
  all: initial;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  background-color: #f5f5f5;
  content: attr(data-tooltip);
  color: #55575a;
  font-family: "Aeroport";
  position: absolute;
  bottom: 100%;
  width: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.anketa__block [data-tooltip]:hover::after {
  all: initial;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  position: absolute;
  bottom: 101%;
  content: "";
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 5px;
}
@media (max-width: 790px) {
  .block__step-name {
    display: none;
  }
}

@media (max-width: 380px) {
  .step-btns {
    flex-direction: column;
  }
  .btn-prev {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .block__step-num {
    width: 32px;
    height: 32px;
  }
  .block__steps-line {
    top: 16px;
  }
  .block__steps-container {
    margin: 40px 0;
  }
}
