.referal-page {
  padding: 8rem 0;
  background-color: #f5f7f9;
}
.referal-page .title--mobile {
  display: none;
  width: 0;
  height: 0;
}
.referal-page-info {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.referal-page-info__content {
  width: 48%;
}
.referal-page-info__content p {
  text-align: left;
}
.referal-page-info__img {
  width: 48%;
}
.referal-page-info__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.referal-page-process {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.referal-page-process__item {
  position: relative;
  width: 22%;
  padding-top: 8rem;
}
.referal-page-process__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 6.3rem;
}
.referal-page-process__item--first::before {
  background: url("../img/referal/referal_1.svg") no-repeat center/contain;
}
.referal-page-process__item--second::before {
  background: url("../img/referal/referal_2.svg") no-repeat center/contain;
}
.referal-page-process__item--third::before {
  background: url("../img/referal/referal_3.svg") no-repeat center/contain;
}
.referal-page-process__item--fourth::before {
  background: url("../img/referal/referal_4.svg") no-repeat center/contain;
}
.referal-page-process__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 30%;
  right: -3rem;
  width: 2.3rem;
  height: 0.9rem;
  background: url(../img/referal/arrow.svg) no-repeat center/contain;
}
.referal-page-contacts {
  margin-top: 5rem;
}
.referal-page-contacts p {
  text-align: left;
}
.referal-page-form {
  width: 100%;
  margin-top: 3rem;
}

.link_to_vacancies {
  margin-top: 4rem;
  text-align: center;
}
.link_to_vacancies p {
  margin-bottom: 2rem;
}