@charset "UTF-8";
.vacancies-block {
  background-color: #2B3131;
  padding-top: 0;
  padding-bottom: 120px;
}
.vacancies-block__container {
  max-width: 1525px;
  width: 100%;
  padding: 0 33px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1230px) {
  .vacancies-block {
    margin-top: 32px;
  }
}

.vacancies-list {
  -ms-flex-preferred-size: 912px;
      flex-basis: 912px;
}

.vacancy-item {
  border-bottom: 1px solid rgba(201, 210, 205, 0.1);
}
.vacancy-item:first-child {
  border-top: 1px solid rgba(201, 210, 205, 0.1);
}

.vacancy-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
.vacancy-header.active .vacancy-icon {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.vacancy-header.active .vacancy-icon svg {
  display: none;
}
.vacancy-header.active .vacancy-icon::before {
  content: "";
  width: 8px;
  height: 1.5px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='3' viewBox='0 0 8 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00141815 0.766107L7.99191 0.758331L8 2.24023L0 2.23846L0.00141815 0.766107Z' fill='%232B3131'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: contain;
}

.vacancy-title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #C9D2CD;
  margin: 0;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 340px) {
  .vacancy-title {
    font-size: 18px;
  }
}

.vacancy-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(201, 210, 205, 0.2);
  background-color: #C9D2CD;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vacancy-icon {
  color: #C9D2CD;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vacancy-icon svg {
  width: 8px;
  height: 8px;
}

/* Контент вакансии */
.vacancy-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.vacancy-content-inner {
  padding: 0 0 40px 0;
}

.vacancy-description p {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  line-height: 1.4;
  opacity: 50%;
  margin-bottom: 20px;
  white-space: pre-line;
  max-width: 680px;
}
.vacancy-description a {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  text-decoration: underline;
}
.vacancy-description a:hover {
  text-decoration: none;
}
.vacancy-description ul {
  margin: 0;
  margin-bottom: 20px;
}
.vacancy-description ul li {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  line-height: 1.6;
  opacity: 50%;
}
.vacancy-description ol {
  margin: 0;
  margin-bottom: 20px;
}
.vacancy-description ol li {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  line-height: 1.6;
  opacity: 50%;
}
.vacancy-description blockquote {
  font-family: "Geist Mono", monospace;
  font-style: italic;
  font-size: 16px;
  color: #C9D2CD;
  line-height: 1.6;
  border-left: 3px solid #C9D2CD;
  padding-left: 16px;
  margin: 20px 0;
  opacity: 0.7;
}
.vacancy-description table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  color: #C9D2CD;
  font-family: "Geist Mono", monospace;
  font-size: 14px;
}
.vacancy-description table th, .vacancy-description table td {
  border: 1px solid #3F4D48;
  padding: 8px 12px;
  text-align: left;
}
.vacancy-description table th {
  background-color: #1F2A27;
  font-weight: bold;
}
.vacancy-description h1 {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.3;
  color: #C9D2CD;
  margin-bottom: 20px;
  font-weight: 700;
}
.vacancy-description h2 {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.35;
  color: #C9D2CD;
  margin-bottom: 20px;
  font-weight: 700;
}
.vacancy-description h3 {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #C9D2CD;
  margin-bottom: 20px;
  font-weight: 700;
}
.vacancy-description h4 {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.45;
  color: #C9D2CD;
  margin-bottom: 20px;
  font-weight: 700;
}
.vacancy-description h5 {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #C9D2CD;
  margin-bottom: 20px;
  font-weight: 700;
}
.vacancy-description h6 {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: #C9D2CD;
  margin-bottom: 20px;
  font-weight: 700;
}

/* Кнопка действия */
.vacancy-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-vacancies {
  text-align: center;
  padding: 80px 20px;
}
.no-vacancies p {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 18px;
  color: #C9D2CD;
  opacity: 0.6;
}