#positions {
  margin-top: 0;
  padding-top: 57px;
  margin-bottom: 114px;
}

#positions .container {
  --content-width: 1350px;
}

#positions .title {
  font-size: 64px;
  line-height: 1.0625em;
  margin: 0 auto 4px 0;
}

#positions .desc {
  font-size: 22.5px;
  line-height: 26px;
  max-width: 710px;
  margin: 0 auto;
}

#positions .sub {
  font-size: 16px;
  line-height: 22px;
  list-style: none;
  padding: 0;
  column-count: 2;
  column-gap: 2px;
  max-width: 850px;
}

#positions .sub-wrap {
  margin: 36px 0 0 auto;
  max-width: 1064px;
}

#positions .sub li {
  position: relative;
  margin-bottom: 7px;
  padding-left:25px;
}

#positions .sub li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17.5px;
  height: 13px;
  background-image: url('../../images/icons/check-yellow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#positions p,
#positions .acc_content ul {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 21px;
}

#positions .simple {
  list-style: none;
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  max-width: 809px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  gap: 8px 0;
  padding-left: 61px;
}

#positions .simple li {
  flex-basis: 50%;
  position: relative;
  color: #000;
}

#positions .simple li:nth-of-type(4) {
  grid-row: span 2;
}

#positions .simple li::before {
  content: '';
  position: absolute;
  background-image: url('../../images/careers/list.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 3px;
  left: -27px;
  width: 17.5px;
  height: 13px;
}

#positions .accordionjs {
  margin-top: 59px;
}

#positions .acc_head {
  font-size: 26px;
  line-height: 1em;
  padding-top: 12px;
  position: relative;
}

#positions .acc_head .sub {
  font-size: 18px;
  line-height: 30px;
}

#positions .acc_head span {
  font-size: 18px;
}

#positions .acc_head::after {
  content: '';
  position: absolute;
  background-image: url('../../images/icons/accordion-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 59px;
  top: 36px;
  width: 18px;
  height: 10.5px;
}

#positions .acc_active .acc_head::after {
  transform: rotate(180deg);
}

#positions .acc_section {
  padding: 21px 0 20px 49px;
}

#positions .acc_content {
  padding: 1px 28px 17px 16px;
  font-size: 18px;
  line-height: 24px;
  max-width: 900px;
}

#positions .acc_content ul {
  list-style-type: '-';
  list-style-position: outside;
  padding: 0;
}

#positions .acc_content ul li {
  padding-left: 11px;
}

#positions .acc_content a {
  margin-top: 28px;
  width: fit-content;
  padding: 3px 25px 0;
  height: 52px;
  line-height: 52px;
  font-size: 17px;
  margin-left: -5px;
  color: #000;
}

@media screen and (max-width: 1200px ) {
  #positions .sub-wrap {
    max-width: 100%;
    margin: 36px 20px 0;
  }
  #positions .sub {
    margin: 0 auto;
    column-gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  #positions .title {
    max-width: 450px;
    margin: 0 auto 4px auto;
  }
  #positions .simple {
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding-left: 70px;
    padding-right: 70px;
  }

  #positions .simple li:nth-of-type(3) {
    grid-row: 2;
  }

  #positions .simple li:nth-of-type(4) {
    grid-row: 5;
  }

  #positions .simple li:nth-of-type(5) {
    grid-row: 3;
  }
}

@media screen and (max-width: 567px) {
  #positions {
    padding-top: 50px;
    margin-bottom: 100px;
  }

  #positions .title {
    font-size: 45px;
    line-height: 1;
    max-width: 340px;
    margin-bottom: 10px;
  }

  #positions .container > p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
  }

  #positions p,
  #positions .acc_content ul {
    font-size: 19px;
    line-height: 24px;
  }

  #positions .sub-wrap {
    margin-right: 0;
  }

  #positions .sub {
    column-count: 1;
    /*text-align: center;*/
  }

  #positions .sub li {
    padding-right: 25px;
  }

  #positions .sub li:before {
    left: auto;
    margin-left: -27px;
  }

  #positions .simple {
    padding-left: 39px;
    padding-right: 0;
    font-size: 14px;
    line-height: 19px;
  }

  #positions .simple li::before {
    width: 12.5px;
    height: 9px;
    top: 4px;
  }

  #positions .accordionjs {
    margin-top: 44px;
  }

  #positions .acc_head {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
  }

  #positions .acc_section {
    padding: 34px 0 34px 10px;
  }

  #positions .acc_head::after {
    right: 0px;
    top: 3px;
  }

  #positions .acc_content {
    font-size: 14px;
    line-height: 19px;
    padding: 22px 19px 0 8px;
  }

  #positions .acc_content ul li {
    padding-left: 8px;
    margin-bottom: 15px;
  }
}