/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/vacancy-hero.scss ***!
  \***************************************************************************************************************************************************************************************************/
.vacancy-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgb(var(--background-color-grey));
}
.vacancy-hero__content {
  padding: 3.2rem;
  margin-top: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .vacancy-hero__content {
    width: 50%;
    padding: 0 3.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .vacancy-hero__title {
    font-size: 1.92rem;
  }
}
@media only screen and (min-width: 1200px) {
  .vacancy-hero__title {
    font-size: 3.1rem;
    line-height: 1;
  }
}
.vacancy-hero__city {
  margin-bottom: 0.8rem;
  color: rgba(var(--black), 0.6);
}
.vacancy-hero__button {
  position: relative;
  padding: 1.6rem 4.4rem 1.6rem 2rem;
  margin-bottom: 1.6rem;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.19;
  text-decoration: none;
  border: 1px solid rgb(var(--primary-color));
  border-radius: 2px;
  color: rgb(var(--white));
  background-color: rgb(var(--primary-color));
  transition: all 0.1s ease-in-out;
}
.vacancy-hero__button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 18.5px;
  background-image: url(../../images/icon-ext-white.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.vacancy-hero__button:hover {
  text-decoration: none;
  color: rgb(var(--white));
  background-color: rgb(var(--primary-color-selection));
}
.vacancy-hero__disclaimer {
  font-size: 1.44rem;
  line-height: 1.6rem;
  color: rgba(var(--black), 0.6);
}
.vacancy-hero__media {
  display: none;
}
.vacancy-hero__media img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .vacancy-hero__media {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .vacancy-hero__media {
    width: 50%;
  }
}
