@charset "UTF-8";
.vacancies_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.vacancies_list > li.opened .more_less:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.vacancies_list .more_less:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 960px) {
  .vacancies_list .vacancy_name {
    font-size: 180%;
    line-height: 24px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .vacancies_list .vacancy_name {
    font-size: 160%;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .vacancies_list .vacancy_name {
    font-size: 150%;
    line-height: 19px;
  }
}

.vacancies_list .vacancy_description {
  font-size: 140%;
  line-height: 24px;
}

.vacancies_list .more_less {
  font-size: 120%;
  line-height: 15px;
}

@media screen and (min-width: 1200px) {
  .content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .content {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .content {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .content {
    padding-bottom: 40px;
  }
}

.about_careers .info_block {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  align-self: center;
}
.about_careers .image_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.about_careers .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.about_careers .standard_text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .about_careers .image_block {
    order: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .about_careers .image_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .about_careers .image_block,
.about_careers .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

.vacancies_section {
  padding-top: 30px;
}

.vacancies_list {
  max-width: 980px;
}
.vacancies_list > li {
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid #d3d3d3;
}
.vacancies_list > li.opened .more_less {
  font-size: 0;
}
.vacancies_list > li.opened .more_less:before {
  content: attr(data-less);
  font-size: 1.2rem;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
}
.vacancies_list > li.opened .vacancy_description {
  max-height: 2400px;
  margin-bottom: 15px;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.vacancies_list .vacancy_name {
  font-family: "montserrat-bold", "montserratarm-bold";
}
.vacancies_list .vacancy_description {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 120px;
}
.vacancies_list .vacancy_description ul {
  margin-bottom: 0;
  padding-left: 10px;
  list-style-type: disc;
}
.vacancies_list .more_less {
  margin-left: auto;
  color: #005499;
  font-family: "montserrat-semibold", "montserratarm-semibold";
  border: none;
  padding: 0;
  background: transparent;
}
.vacancies_list .more_less:after {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  font-size: 0.6rem;
  line-height: 15px;
  font-weight: 700;
  content: "";
}
@media screen and (min-width: 960px) {
  .vacancies_list {
    margin-top: 10px;
  }
  .vacancies_list > li {
    margin-top: 40px;
    padding: 30px;
  }
  .vacancies_list .more_less {
    margin-right: -15px;
  }
}
@media screen and (max-width: 959px) {
  .vacancies_list > li {
    margin-top: 30px;
    padding: 20px 15px;
  }
  .vacancies_list .more_less {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .vacancies_list > li {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 479px) {
  .vacancies_list > li {
    flex-wrap: wrap;
  }
  .vacancies_list .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .vacancies_list .image_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vacancies_list .image_block img {
    width: auto;
    max-width: 220px;
    max-height: 120px;
  }
}

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