html {
  scroll-behavior: smooth;
}

.single-job {
  background-color: #fff;
}
.single-job .progress {
  display: none;
}
.single-job header {
  background-color: transparent;
}
.single-job .section-wrapper {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 735px) {
  .single-job .section-wrapper {
    padding: 0 30px;
  }
}

section {
  position: relative;
  padding: 120px 0;
}
@media screen and (min-width: 1930px) {
  section {
    padding: 6.6em 0;
  }
}
@media screen and (max-width: 1025px) {
  section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1025px) {
  section {
    padding: 90px 0;
  }
}

.job-background {
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px 40px;
  width: 100%;
}
.job-background img {
  opacity: 0.28;
  object-fit: cover;
  max-width: unset;
  max-height: unset;
}
@media screen and (min-width: 1930px) {
  .job-background {
    border-radius: 2.2em 2.2em;
  }
}

.job-position-card {
  display: grid;
  gap: 22px;
  width: 100%;
  height: fit-content;
}
.job-position-card__info {
  display: flex;
  padding: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 19.3px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  text-align: left;
}
.job-position-card__block {
  max-width: 318px;
  margin: auto;
  transform: translateX(-20px);
}
.job-position-card .jop-chapters {
  padding: 2px 18px;
  max-width: fit-content;
  border: 1px solid #B5B5B5;
  border-radius: 87px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #7E7E7E;
}
.job-position-card .job-title {
  font-weight: 500;
  font-size: 70px;
  line-height: 1.1;
  color: #000;
  margin: 10px 0 28px;
}
.job-position-card .job-item {
  font-weight: 500;
  font-size: 25px;
  line-height: 129%;
  color: #5D79FF;
}
@media screen and (min-width: 1930px) {
  .job-position-card {
    gap: 1.2em;
  }
  .job-position-card__info {
    padding: 3.33em;
    border-radius: 1.11em;
  }
  .job-position-card__block {
    max-width: 17.6em;
    transform: translateX(-1.1em);
  }
  .job-position-card .jop-chapters {
    padding: 0.11em 1em;
    border-radius: 4.8em;
    font-size: 0.8em;
  }
  .job-position-card .job-title {
    font-size: 3.8em;
    margin: 0.55em 0 1.55em;
  }
  .job-position-card .job-item {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1025px) {
  .job-position-card .job-title {
    font-size: 55px;
    margin: 10px 0 8px;
  }
}
@media screen and (max-width: 735px) {
  .job-position-card__info {
    padding: 56px 54px;
  }
  .job-position-card__block {
    transform: translateX(0);
  }
}
@media screen and (max-width: 400px) {
  .job-position-card__info {
    padding: 52px 48px;
  }
  .job-position-card .job-title {
    font-size: 48px;
  }
  .job-position-card .job-item {
    font-size: 22px;
  }
}

/***/
.job-position-hero .job-background {
  height: 540px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.job-position-hero .job-background img {
  width: 1630px;
  height: 1001px;
  transform: translate(-408px, -302px) rotate(-10deg);
}
.job-position-hero .job-position-separate {
  width: 100%;
  border-bottom: 1.5px solid #B5B5B5;
  padding-bottom: 8px;
}
.job-position-hero .job-position-general {
  margin: 30px 0 60px;
  grid-template-columns: 1fr 2fr;
  gap: 25px 42px;
}
.job-position-hero .job-position-general, .job-position-hero .job-position-general__descriptions {
  display: grid;
}
.job-position-hero .job-position-general__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
}
.job-position-hero .job-position-general__descriptions {
  grid-template-columns: 1fr 1fr;
  gap: 30px 42px;
}
.job-position-hero .job-position-general .description {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #FFFFFF;
  margin: 0;
}
.job-position-hero .block-with-bg {
  padding: 60px;
  border-radius: 20px;
}
.job-position-hero .block-with-bg ul {
  padding-left: 25px;
}
.job-position-hero .back-link {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: fit-content;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #B5B5B5;
  transition: all 0.3s linear;
}
.job-position-hero .back-link .arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s linear;
  transform: translateX(0);
}
.job-position-hero .back-link:hover {
  color: #fff;
}
.job-position-hero .back-link:hover .arrow {
  transform: translateX(-5px);
}
.job-position-hero .job-card-apply {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 25px;
  width: 100%;
  gap: 14px;
  background-color: #143DFF;
  border-radius: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  cursor: pointer;
}
.job-position-hero .job-card-apply, .job-position-hero .job-card-apply span, .job-position-hero .job-card-apply .icon {
  transition: all 0.3s linear;
}
.job-position-hero .job-card-apply span, .job-position-hero .job-card-apply .icon {
  transform: translateX(0);
}
.job-position-hero .job-card-apply .icon {
  width: 28px;
  height: 28px;
}
.job-position-hero .job-card-apply:hover {
  background-color: #000;
}
.job-position-hero .job-card-apply:hover span {
  transform: translateX(-5px);
}
.job-position-hero .job-card-apply:hover .icon {
  transform: translateX(5px);
}
.job-position-hero .job-position__content {
  display: grid;
  grid-template-columns: 45% 52%;
  gap: 30px;
  position: relative;
}
.job-position-hero .job-position-card {
  position: sticky;
  top: 80px;
  left: 0;
}
.job-position-hero .block-with-bg-title, .job-position-hero h2 {
  font-size: 30px;
}
.job-position-hero .vacancy-description > * {
  margin-bottom: 20px;
}
.job-position-hero .vacancy-description {
  font-size: 18px;
}
.job-position-hero .vacancy-description > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1930px) {
  .job-position-hero .job-position-separate {
    border-bottom: 0.08em solid #B5B5B5;
    padding-bottom: 0.44em;
  }
  .job-position-hero .job-background {
    height: 30em;
  }
  .job-position-hero .job-background img {
    width: 90.5em;
    height: 55.6em;
    transform: translate(-22.6em, -16.6em) rotate(-10deg);
  }
  .job-position-hero .job-position-general {
    margin: 1.6em 0 3.3em;
    gap: 1.3em 2.3em;
  }
  .job-position-hero .job-position-general__title {
    font-size: 1.9em;
  }
  .job-position-hero .job-position-general__descriptions {
    gap: 1.6em 2.3em;
  }
  .job-position-hero .job-position-general .description {
    font-size: 1rem;
  }
  .job-position-hero .block-with-bg {
    padding: 3.3em;
  }
  .job-position-hero .block-with-bg ul {
    padding-left: 1.3em;
  }
  .job-position-hero .back-link {
    gap: 0.6em;
    font-size: 0.9em;
  }
  .job-position-hero .back-link .arrow {
    width: 0.6em;
    height: 0.6em;
  }
  .job-position-hero .job-card-apply {
    padding: 1.2em 1.3em;
    gap: 0.7em;
    border-radius: 0.7em;
    font-size: 0.8em;
  }
  .job-position-hero .job-card-apply .icon {
    width: 0.9em;
    height: 0.9em;
  }
  .job-position-hero .job-card-apply:hover span {
    transform: translateX(-0.27em);
  }
  .job-position-hero .job-card-apply:hover .icon {
    transform: translateX(0.27em);
  }
  .job-position-hero .job-position__content {
    gap: 1.6em;
  }
  .job-position-hero .job-position-card {
    top: 4.4em;
  }
  .job-position-hero .block-with-bg-title, .job-position-hero h2 {
    font-size: 1.6em;
  }
  .job-position-hero .vacancy-description > * {
    margin-bottom: 1.1em;
  }
}
@media screen and (max-width: 1025px) {
  .job-position-hero .job-background {
    height: 632px;
  }
  .job-position-hero .block-with-bg {
    padding: 45px 40px;
  }
  .job-position-hero .job-position-card {
    position: relative;
    top: 0;
  }
  .job-position-hero .job-position-general, .job-position-hero .job-position__content {
    max-width: 480px;
    grid-template-columns: 1fr;
  }
  .job-position-hero .job-position__content {
    gap: 60px;
    margin: 0 auto;
  }
  .job-position-hero .job-position-general {
    margin: 50px auto 65px;
    gap: 25px;
  }
  .job-position-hero .job-position-general__descriptions {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 735px) {
  .job-position-hero .job-background {
    height: 728px;
  }
  .job-position-hero .block-with-bg {
    padding: 45px 30px;
  }
  .job-position-hero .job-position-general {
    margin-bottom: 60px;
  }
}

/***/
.job-steps {
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  overflow: hidden;
}
.job-steps .job-background {
  height: 100%;
}
.job-steps .job-background img {
  width: 2300px;
  height: 1360px;
  transform: translate(-556px, -53px);
}
.job-steps .section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.job-steps__title {
  margin: 0;
}
.job-steps__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.job-steps__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 80px;
  gap: 32px;
  background-color: rgba(34, 34, 34, 0.39);
  border: 1.5px solid #494949;
  backdrop-filter: blur(2px);
  border-radius: 20px;
}
.job-steps__item_title {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.1;
  color: #5D79FF;
  margin-bottom: 8px;
}
.job-steps__item_description {
  font-size: 18px;
}
.job-steps .label-name {
  font-weight: 500;
  font-size: 18px;
  color: #7E7E7E;
}
@media screen and (min-width: 1930px) {
  .job-steps {
    border-radius: 2.2em;
  }
  .job-steps .job-background img {
    width: 127.6em;
    height: 75.5em;
    transform: translate(-30.8em, -3em);
  }
  .job-steps .section-head {
    gap: 0.8em;
    margin-bottom: 3.3em;
  }
  .job-steps__subtitle {
    font-size: 0.8em;
  }
  .job-steps__title {
    font-size: 2.2em;
  }
  .job-steps__list {
    gap: 0.9em;
  }
  .job-steps__item {
    padding: 2.2em 4.4em;
    gap: 1.7em;
    border-radius: 1.1em;
  }
  .job-steps__item_title {
    font-size: 35px;
    margin-bottom: 8px;
  }
  .job-steps__item_description {
    font-size: 1em;
  }
  .job-steps .label-name {
    font-size: 1em;
  }
}
@media screen and (max-width: 1025px) {
  .job-steps__list {
    max-width: 480px;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
  .job-steps .section-head {
    margin-bottom: 50px;
  }
  .job-steps .job-steps__item {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 735px) {
  .job-steps {
    padding-bottom: 70px;
  }
  .job-steps .job-background img {
    width: 1420px;
    height: 870px;
    transform: translate(-160px, 0);
  }
  .job-steps .section-head {
    margin-bottom: 50px;
  }
  .job-steps .job-steps__item {
    padding: 45px 30px;
  }
}

.job-position-forms__content {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 20px;
}
.job-position-forms__thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 20px;
}
.job-position-forms__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-position-forms__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  gap: 27px;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
@media screen and (min-width: 1930px) {
  .job-position-forms__content {
    gap: 1.1em;
  }
  .job-position-forms__thumbnail {
    border-radius: 1.1em;
  }
  .job-position-forms__form {
    padding: 3.3em;
    gap: 1.5em;
    border-radius: 1.1em;
  }
  .job-position-forms .form-modal__title {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1025px) {
  .job-position-forms__content {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
    gap: 40px;
  }
}
@media screen and (max-width: 1025px) {
  .job-position-forms__form {
    padding: 40px 30px;
  }
}
