.box--vacancies--recruitment-process .box-top .title {
  letter-spacing: 1px;
}
.box--vacancies--recruitment-process .box-content .wrap-item {
  padding: 36px 0;
  position: relative;
}
.box--vacancies--recruitment-process .box-content .wrap-item:before {
  content: '';
  width: 1px;
  height: 50%;
  position: absolute;
  top: 0;
  left: 25px;
  background-color: #dbdfec;
}
.box--vacancies--recruitment-process .box-content .wrap-item:after {
  content: '';
  width: 1px;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 25px;
  background-color: #dbdfec;
}
.box--vacancies--recruitment-process .box-content .wrap-item:first-child {
  padding-top: 0;
}
.box--vacancies--recruitment-process .box-content .wrap-item:first-child:before {
  display: none;
}
.box--vacancies--recruitment-process .box-content .wrap-item:last-child {
  padding-bottom: 0;
}
.box--vacancies--recruitment-process .box-content .wrap-item:last-child:after {
  display: none;
}
.box--vacancies--recruitment-process .box-content .number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #e9ecf6;
  color: #004bff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.box--vacancies--recruitment-process .box-content .title {
  padding-left: 32px;
}
.box--vacancies--recruitment-process .box-content .wrap-line .line {
  width: 85px;
  height: 1px;
  background: #dbdfec;
}
@media screen and (max-width: 1280px) {
  .box--vacancies--recruitment-process .box-content .wrap-line .line {
    width: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .box--vacancies--recruitment-process .box-top {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 576px) {
  .box--vacancies--recruitment-process .box-content .wrap-item {
    padding: 24px 0;
  }
  .box--vacancies--recruitment-process .box-content .wrap-item:before {
    left: 22px;
  }
  .box--vacancies--recruitment-process .box-content .wrap-item:after {
    left: 22px;
    height: 100%;
  }
  .box--vacancies--recruitment-process .box-content .wrap-title {
    position: relative;
  }
  .box--vacancies--recruitment-process .box-content .number {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 16px;
  }
  .box--vacancies--recruitment-process .box-content .title {
    padding-left: 77px;
    font-size: 18px;
    line-height: 28px;
  }
  .box--vacancies--recruitment-process .box-content .wrap-line {
    display: none;
  }
  .box--vacancies--recruitment-process .box-content .description {
    padding-left: 77px;
    margin-top: 8px;
  }
}
/*# sourceMappingURL=index.css.map */