main section.vacancies.page-vacancies .blue-back {
  background-color: #9cd7ed;
  width: 100%;
  padding: 50px 0;
}
main section.vacancies.page-vacancies .blue-back .container-my-2 .p-black {
  font-size: 24px;
  font-family: Pfdin-R;
  color: #000;
}
main section.vacancies.page-vacancies .blue-back .container-my-2 .p-gray {
  font-size: 19px;
  color: #3a3f47;
  font-family: Roboto-R;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item {
  display: flex;
  flex-direction: column;
  margin: 1vw 0;
  border-bottom: 1px solid #069fdb;
  font-family: Pfdin-R;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item .vacancies__hide-row {
  display: none;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item .vacancies__hide-row > p {
  color: #000;
  font-family: Pfdin-R;
  font-size: 24px;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item .vacancies__hide-row span, main section.vacancies.page-vacancies .vacancies__row .vacancies__item .vacancies__hide-row ul > li {
  font-size: 19px;
  font-family: Roboto-R;
  color: gray;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item .vacancies__hide {
  display: flex;
  align-self: flex-end;
  color: #069fdb;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item .vacancies__hide span {
  border-bottom: 1px dashed #069fdb;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item .vacancies__hide i {
  margin-left: 7px;
  border: 1px solid;
  padding: 7px 8px 5px;
  border-radius: 50%;
  font-size: 0.8em;
  transition: 0.5s;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item .vacancies__hide:hover i, main section.vacancies.page-vacancies .vacancies__row .vacancies__item .vacancies__hide.active i {
  background-color: #069fdb;
  color: white;
  transform: rotate(180deg);
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item .vacancies__pub-date {
  color: #069fdb;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item h3 {
  transition: 0.5s;
  margin: 10px 0;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item:hover h3 {
  color: #069fdb;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item h3:after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #069fdb;
  margin: 1vw 0;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item p {
  color: #000;
  font-family: Pfdin-R;
  font-size: 24px;
  margin-bottom: 10px;
}
main section.vacancies.page-vacancies .vacancies__row .vacancies__item p span {
  font-family: Roboto-R;
  font-size: 19px;
  color: gray;
}

@media (max-width: 1900px) {
  main section.vacancies.page-vacancies .blue-back .container-my-2 .p-gray {
    font-size: 16px;
  }
  main section.vacancies.page-vacancies .vacancies__row .vacancies__item {
    padding: 1vw 0;
  }
  main section.vacancies.page-vacancies .vacancies__row .vacancies__item p {
    font-size: 24px;
  }
  main section.vacancies.page-vacancies .vacancies__row .vacancies__item p span {
    font-size: 19px;
  }
}
@media (max-width: 799px) {
  main section.vacancies.page-vacancies .pagination {
    margin: 10vw;
  }
  main section.vacancies.page-vacancies .vacancies__row .vacancies__item h3:after {
    margin: 4vw 0;
  }
}

/*# sourceMappingURL=style.css.map */
