@charset "UTF-8";
.single-vacancy .header-section__heading {
  max-width: 950px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 69px;
}
.single-vacancy .header-vacancy__date {
  color: #fff;
}

.vacancy__section:before {
  content: "";
  display: block;
  height: 140px;
  width: 100%;
  background: var(--gray);
  display: none;
}
.vacancy__section > .wrap {
  max-width: 1440px;
  padding: 0 80px;
}
.vacancy__grid {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
.vacancy__gray {
  position: relative;
  padding: 70px 0 140px;
  background: var(--gray);
}
.vacancy__gray:before {
  content: "";
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  bottom: 0;
  background: var(--gray);
  z-index: -1;
}
.vacancy__block {
  flex: 1 1 881px;
  max-width: 881px;
  list-style: none;
}
.vacancy__block:last-child {
  flex-basis: 330px;
  max-width: 330px;
}
.vacancy__block:last-child:not(:has(.inner-wrapper-sticky)),
.vacancy__block:last-child .inner-wrapper-sticky {
  padding: 60px 24px;
  background: linear-gradient(160.52deg, var(--gradient--color--main) 1.43%, var(--gradient--color--secondary) 98.34%);
  border-radius: 30px;
}
.vacancy__block:last-child._fixed {
  position: fixed;
  top: 156px;
}
.vacancy__block:last-child._fixed_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.vacancy__description {
  margin-bottom: 40px;
}
.vacancy__description:last-child {
  margin-bottom: 0;
}
.vacancy__description_short,
.vacancy__description div {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
.vacancy__description_full h1, .vacancy__description_full h2, .vacancy__description_full h3, .vacancy__description_full h4, .vacancy__description_full h5, .vacancy__description_full h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 16px;
}
.vacancy__description_full p {
  font-style: normal;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 16px;
}
.vacancy__description_full p:last-child {
  margin-bottom: unset;
}
.vacancy__description_full ul, .vacancy__description_full ol {
  list-style: none;
  margin-bottom: 40px;
}
.vacancy__description_full ul:last-child, .vacancy__description_full ol:last-child {
  margin-bottom: unset;
}
.vacancy__description_full li {
  position: relative;
  display: flex;
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 13px;
  padding-left: 10px;
}
.vacancy__description_full li:last-child {
  margin-bottom: unset;
}
.vacancy__description_full li:before {
  content: "•";
  padding-right: 10px;
}

/* TABLET */
@media only screen and (max-width: 960px) {
  .vacancy__section > .wrap {
    padding-left: 67px;
    padding-right: 67px;
  }
  .vacancy__grid {
    max-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .vacancy__block {
    flex-basis: 100%;
    max-width: unset;
    list-style: none;
    margin-bottom: 70px;
  }
  .vacancy__block:last-child {
    flex-basis: 100%;
    max-width: 546px;
    margin: 0 auto;
  }
  .vacancy__block:last-child._fixed {
    position: initial;
    top: unset;
  }
  .vacancy__block:last-child._fixed_bottom {
    position: initial;
    bottom: unset;
    right: unset;
  }
  .vacancy__description {
    margin-bottom: 60px;
  }
  .vacancy__description_full h1, .vacancy__description_full h2, .vacancy__description_full h3, .vacancy__description_full h4, .vacancy__description_full h5, .vacancy__description_full h6 {
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 20px;
  }
  .vacancy__description_full ul, .vacancy__description_full ol {
    margin-bottom: 50px;
  }
}
/* END TABLET */
/* MOBILE */
@media only screen and (max-width: 575px) {
  .vacancy__section > .wrap {
    padding: 0 18px;
  }
  .vacancy__gray {
    padding: 30px 0 100px;
  }
  .vacancy__block:last-child {
    max-width: 319px;
  }
  .vacancy__description {
    margin-bottom: 50px;
  }
  .vacancy__description_full ul, .vacancy__description_full ol {
    margin-bottom: 50px;
  }
  .single-vacancy .header-section__heading {
    font-size: 48px;
    line-height: 1.2;
  }
}
/* MOBILE END */