/* .vacancies {
  background-color: #E6E8F5;
} */
.vacancies__section {
  padding: 40px 0;
}
.vacancies .vacancies__section__text {
  padding-top: 50px;
}
.vacancies__image {
  position: relative;
  padding: 50px;
}
.vacancies__image::before,
.vacancies__image::after {
  content: "";
  position: absolute;
}
.vacancies__image--square-dots::before,
.vacancies__image--square-dots::after {
  width: 102px;
  height: 102px;
}
.vacancies__image--square-dots::before {
  background-color: #0d1488;
  right: 0;
  top: 0;
}
.vacancies__image--square-dots::after {
  background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-telford_1121_telford-dots");
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}
.vacancies__image--square::before {
  width: 102px;
  height: 102px;
  background-color: #0d1488;
  left: 0;
  bottom: 0;
}
.vacancies-list {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  overflow: hidden;
}
.vacancies-list__item {
  width: 200%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  transition: transform 0.3s;
}
.is-list-open > .vacancies-list__item {
  transform: translateX(-50%);
}
.is-list-open > .vacancies-list__item > .vacancies-list__title {
  height: 0;
  overflow: hidden;
  padding: 0;
  border: none;
}
.vacancies-list__title {
  width: 50%;
  font-family: inherit;
  font-size: 22px;
  color: #10218b;
  line-height: inherit;
  text-align: left;
  background-color: transparent;
  border-color: #949695;
  border-style: none none solid;
  border-width: 1px;
  position: relative;
  padding: 40px 40px 40px 0;
}
.vacancies-list__title::after {
  content: "";
  background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-telford_1121_arrow-carrot-right");
  width: 9px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.vacancies-list__content {
  width: 50%;
  overflow: hidden;
  height: 0;
}
.is-item-open > .vacancies-list__content {
  height: auto;
}
.vacancies-list__inner {
  padding: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #949695;
}
.vacancies-list__return {
  width: 50%;
  font-family: inherit;
  font-size: 22px;
  color: #10218b;
  line-height: inherit;
  text-align: left;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 20px;
}
.vacancies-list__return::before {
  content: "";
  background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-telford_1121_arrow-carrot-left");
  width: 9px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.vacancies-list__image {
  margin-bottom: 50px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .vacancies-list__image {
    float: right;
    margin-left: 50px;
  }
}
.vacancies-list__sub-title {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: normal;
}
.vacancies-list__date {
  font-size: 12px;
  color: #575756;
}
.vacancies-list__description > ul {
  margin: 0 0 20px;
  list-style: none;
  padding: 0;
}
.vacancies-list__description > ul > li {
  padding-left: 1em;
  position: relative;
}
.vacancies-list__description > ul > li::before {
  content: "•";
  color: #10218b;
  position: absolute;
  left: 0;
  top: 0;
}
