.vacancy-post {
  padding: 160px 30px 120px;
}
@media (max-width: 991px) {
  .vacancy-post {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .vacancy-post {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
@media (max-width: 479px) {
  .vacancy-post {
    padding-top: 100px;
    padding-inline: 20px;
  }
}
.vacancy-post__container {
  margin-inline: auto;
  max-width: 1224px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 48px;
}
@media (max-width: 991px) {
  .vacancy-post__container {
    row-gap: 40px;
    max-width: 728px;
  }
}
@media (max-width: 767px) {
  .vacancy-post__container {
    row-gap: 24px;
  }
}
.vacancy-post__text {
  width: 100%;
}
.vacancy-post__text h1 {
  font-family: "Montserrat", sans-serif;
  color: #102a1f;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
}
.vacancy-post__text h1 span {
  color: #265742;
}
@media (max-width: 991px) {
  .vacancy-post__text h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .vacancy-post__text h1 {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .vacancy-post__text h1 {
    font-size: 24px;
  }
}
.vacancy-post__content {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 100%;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (any-hover: hover) {
  .vacancy-post__content:hover {
    border: 1px solid #000;
  }
}
@media (max-width: 767px) {
  .vacancy-post__content {
    row-gap: 24px;
    padding: 24px;
  }
}
@media (max-width: 479px) {
  .vacancy-post__content {
    row-gap: 20px;
    padding: 20px;
  }
}
.vacancy-post__content-info {
  font-family: "Montserrat", sans-serif;
  line-height: 150%;
  color: #333;
}
.vacancy-post__content-info p {
  font-size: 16px;
}
.vacancy-post__content-info p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .vacancy-post__content-info p {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .vacancy-post__content-info p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.vacancy-post__content-info h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}
.vacancy-post__content-info h2:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .vacancy-post__content-info h2 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .vacancy-post__content-info h2:not(:last-child) {
    margin-bottom: 15px;
  }
}
.vacancy-post__content-info ul,
.vacancy-post__content-info ol {
  padding-inline-start: 25px;
}
.vacancy-post__content-info ul:not(:last-child),
.vacancy-post__content-info ol:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .vacancy-post__content-info ul,
  .vacancy-post__content-info ol {
    padding-inline-start: 20px;
  }
}
@media (max-width: 479px) {
  .vacancy-post__content-info ul:not(:last-child),
  .vacancy-post__content-info ol:not(:last-child) {
    margin-bottom: 15px;
  }
}
.vacancy-post__content-info ul li,
.vacancy-post__content-info ol li {
  font-size: 16px;
}
.vacancy-post__content-info ul li:not(:last-child),
.vacancy-post__content-info ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .vacancy-post__content-info ul li,
  .vacancy-post__content-info ol li {
    font-size: 14px;
  }
}
.vacancy-post__content-info ul li {
  list-style-type: disc;
}
.vacancy-post__content-info ol li {
  list-style-type: decimal;
}
.vacancy-post__content-info a {
  color: #0000ee;
  text-decoration: underline;
}
.vacancy-post__content-info a:hover {
  text-decoration: none;
}
.vacancy-post__action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 16px;
  margin-top: 12px;
}
.vacancy-post__action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  gap: 8px;
  width: 226px;
  height: 70px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .vacancy-post__action-button {
    padding: 16px 24px;
  }
}
@media (any-hover: hover) {
  .vacancy-post__action-button:hover {
    opacity: 0.8;
  }
}
.vacancy-post__action-button p {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
.vacancy-post__action-button--hr {
  background-color: #265742;
}
.vacancy-post__action-button--hr p {
  color: #FFFFFF;
}
.vacancy-post__action-button--all {
  border: 1px solid #265742;
}
@media (any-hover: hover) {
  .vacancy-post__action-button--all:hover {
    background-color: #265742;
  }
  .vacancy-post__action-button--all:hover p {
    color: #fff;
  }
}
.vacancy-post__action-button--all p {
  color: #255742;
}

.stats-vacancy {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.stats-vacancy__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 25px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.stats-vacancy__benefits-item {
  display: flex;
  align-items: center;
  gap: 7px;
  background-color: #faf8f4;
  border: 1px solid rgba(0, 0, 0, 0.212);
  padding: 7px 10px;
  border-radius: 7px;
}
.stats-vacancy__benefits-item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 479px) {
  .stats-vacancy__benefits-item img {
    width: 16px;
  }
}
.stats-vacancy__benefits-item p {
  font-family: "Montserrat", serif;
  font-size: 15px;
  line-height: 150%;
  color: #1C1C1C;
}
@media (max-width: 479px) {
  .stats-vacancy__benefits-item p {
    font-size: 14px;
  }
}
.stats-vacancy__reply {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
@media (any-hover: hover) {
  .stats-vacancy__reply:hover {
    opacity: 0.8;
  }
}
.stats-vacancy__reply p {
  font-family: "Montserrat", sans-serif;
  color: #265742;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
}
.stats-vacancy__reply img {
  width: 13px;
  flex-shrink: 0;
}