.vacancy-form-wrap {
  display: flex;
  background: url("images/grad.png") 50% 50%/cover no-repeat;
  padding: 0 0 0 20px;
  border-radius: 40px 60px 60px 40px;
  box-sizing: border-box;
  min-height: 344px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.vacancy-form-wrap h2 {
  font-family: "Druk Text Wide Cyr", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: var(--white);
  max-width: 342px;
}
.vacancy-form-wrap > div {
  flex-basis: 50%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.vacancy-form-wrap > div:first-child {
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
.vacancy-form-wrap > div:first-child > div {
  font-size: 20px;
  font-weight: 500;
  max-width: 366px;
  z-index: 2;
}
.vacancy-form-wrap > div:nth-child(2) {
  overflow: hidden;
  z-index: 1;
}
.vacancy-form-image {
  position: absolute;
  top: -30px;
  height: calc(100% + 50px);
  right: -150px;
  z-index: 1 !important;
}
.vacancy-form-image img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .vacancy-form-image {
    right: -185px;
  }
  .vacancy-form-wrap > div:first-child {
    padding-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .vacancy-form-wrap {
    flex-wrap: wrap;
    padding-right: 20px;
    padding-bottom: 80px;
    border-radius: 0;
  }
  .vacancy-form-wrap h2 {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .vacancy-form-wrap > div {
    flex-basis: 100%;
  }
  .vacancy-form-wrap > div:first-child {
    padding: 20px 0 60px;
  }
  .vacancy-form-wrap > div:first-child > div {
    font-size: 14px;
    font-weight: 400px;
  }
}
@media screen and (max-width: 600px) {
  .vacancy-form-image {
    right: 0;
    top: unset;
    bottom: -30px;
    height: 120px;
  }
}

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