.vacancy-form {
  position: relative;
  margin-top: 78px;
  padding: 0 20px 20px;
}
@media screen and (min-width: 1200px) {
  .vacancy-form {
    height: 532px;
    margin-top: 100px;
    padding: 50px 40px 72px;
  }
}
.vacancy-form__image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vacancy-form__title {
  text-align: center;
  font-weight: 400;
  font-family: "Sverdlovsk", sans-serif;
  font-size: 52px;
  line-height: 47px;
  color: #ffc092;
  position: relative;
  top: -30px;
}
@media screen and (min-width: 1200px) {
  .vacancy-form__title {
    text-align: left;
    top: 0;
    margin-bottom: 38px;
    font-size: 76px;
    line-height: 68px;
  }
}
.vacancy-form__tg-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 11px;
  border: 1px solid #ffc092;
  border-radius: 50px;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (min-width: 1200px) {
  .vacancy-form__tg-link {
    font-size: 19px;
    width: fit-content;
    padding: 8px 16px 8px 8px;
  }
  .vacancy-form__tg-link br {
    display: none;
  }
}
.vacancy-form__form {
  margin-top: 300px;
}
@media screen and (min-width: 1200px) {
  .vacancy-form__form {
    margin-top: 60px;
  }
}
.vacancy-form__text {
  display: none;
}
@media screen and (min-width: 1200px) {
  .vacancy-form__text {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 29px;
  }
}
.vacancy-form__inputs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .vacancy-form__inputs {
    display: grid;
    grid-template-columns: 240px 240px;
    gap: 16px;
  }
}
.vacancy-form__input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.vacancy-form__input-label {
  font-size: 18px;
  font-weight: 300;
  line-height: 19px;
  color: #ffc092;
}
.vacancy-form__input {
  width: 100%;
  border: 1px solid #ffc092;
  height: 40px;
  padding: 8px;
  color: #ffc092;
  background: transparent;
  outline: none;
  border-radius: 6px;
}
.vacancy-form__input ::placeholder {
  color: #727272;
}
.vacancy-form__submit {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #ffc092;
  background: #ffc092;
  color: #1e1e1e;
  margin-top: 28px;
  transition: 0.3s;
  border-radius: 4px;
}
.vacancy-form__submit:hover {
  background: transparent;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .vacancy-form__submit {
    width: 122px;
  }
}

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