.wrapper .current_vacancies {
  margin-top: 24px;
}
.wrapper .current_vacancies .vacancy {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
  padding: 30px;
  text-align: left;
  margin-bottom: 20px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .wrapper .current_vacancies .vacancy .column:not(:last-child) {
    padding-bottom: 16px;
  }
}
.wrapper .current_vacancies .vacancy img {
  width: auto !important;
  height: 34px !important;
  float: left;
  position: static;
  transform: none;
  margin-bottom: 14px;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .wrapper .current_vacancies .vacancy img {
    margin-bottom: 20px;
  }
}
.wrapper .current_vacancies .vacancy h2 {
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  padding-bottom: 6px;
}
.wrapper .current_vacancies .vacancy h3 {
  font-size: 0.9rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 1180px) {
  .wrapper .current_vacancies .vacancy h3 {
    font-size: 1rem;
  }
}
.wrapper .current_vacancies .vacancy p {
  margin-bottom: 6px;
}
.wrapper .current_vacancies .vacancy p a {
  margin-top: 4px;
  display: inline-block;
  font-size: 0.8rem;
}
.wrapper .current_vacancies .vacancy p a:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(../images/icons/external_blue.svg);
  background-size: 0.6em;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-left: 6px;
}
@media screen and (max-width: 1440px) {
  .wrapper .current_vacancies .vacancy p a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  .wrapper .current_vacancies .vacancy p a {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
.wrapper .current_vacancies .vacancy p span {
  width: 60px;
  display: inline-block;
}
.wrapper .current_vacancies .vacancy .button {
  margin-top: 26px;
  margin-bottom: 0 !important;
}
.wrapper .current_vacancies .vacancy .button:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(../images/icons/external_white.svg);
  background-size: 0.6em;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-left: 6px;
}
@media screen and (max-width: 1180px) {
  .wrapper .current_vacancies .vacancy .button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .wrapper .current_vacancies .vacancy .button {
    margin-top: 10px;
  }
}

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