.vacancies .container {
  margin: auto;
  --container-width: 328px;
}

@media (min-width: 768px) {
  .vacancies .container {
    --container-width: 608px;
  }
}

@media (min-width: 1200px) {
  .vacancies .container {
    --container-width: 922px;
  }
}

.vacancies-container {
  width: 328px;
  margin: auto;
}

@media (min-width: 768px) {
  .vacancies-container {
    width: 608px;
  }
}

@media (min-width: 1200px) {
  .vacancies-container {
    width: 1400px;
  }
}

.vacancies .tac {
  text-align: center;
}

.vacancies .mb50 {
  margin-bottom: 50px;
}

.vacancies .header {
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .vacancies .header {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .vacancies .header {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}

.vacancies .subheading {
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #3D3D3B;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .vacancies .subheading {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .vacancies .subheading {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 32px;
  }
}

.vacancies .banner {
  width: 330px;
  margin: auto auto 16px auto;
}

@media (min-width: 768px) {
  .vacancies .banner {
    width: 610px;
    margin: auto auto 24px auto;
  }
}

@media (min-width: 1200px) {
  .vacancies .banner {
    width: 1400px;
    margin: auto auto 32px auto;
  }
}

.vacancies .header_category {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .vacancies .header_category {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .vacancies .header_category {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 48px;
  }
}

.vacancies .blocks-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .vacancies .blocks-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 14px;
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .vacancies .blocks-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 60px;
  }
}

.vacancies .blocks-wrapper .block_1 {
  border: 1px solid rgba(0, 59, 103, 0.1);
  border-radius: 5px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  flex-direction: column;
  height: 96px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .vacancies .blocks-wrapper .block_1 {
    height: 160px;
  }
}

@media (min-width: 1200px) {
  .vacancies .blocks-wrapper .block_1 {
    height: 216px;
    padding-bottom: 24px;
    padding-left: 32px;
  }
}

.vacancies .blocks-wrapper .block_1 .img {
  position: absolute;
  right: 5px;
  top: 20px;
  display: none;
  width: 107px;
  height: 107px;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .vacancies .blocks-wrapper .block_1 .img {
    display: flex;
  }
}

.vacancies .blocks-wrapper .block_1 .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #003B67;
}

@media (min-width: 768px) {
  .vacancies .blocks-wrapper .block_1 .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  .vacancies .blocks-wrapper .block_1 .title {
    width: 90px;
    font-size: 20px;
    line-height: 28px;
  }
}

.vacancies .blocks-wrapper .block_1 .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

@media (min-width: 768px) {
  .vacancies .blocks-wrapper .block_1 .subtitle {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (min-width: 1200px) {
  .vacancies .blocks-wrapper .block_1 .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.vacancies .blocks-wrapper .block_2 {
  background: #F4F9FC;
  border-radius: 5px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  flex-direction: column;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-top: 37px;
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .vacancies .blocks-wrapper .block_2 {
    height: 160px;
    padding-top: unset;
    margin-bottom: unset;
  }
}

@media (min-width: 1200px) {
  .vacancies .blocks-wrapper .block_2 {
    height: 216px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-top: unset;
    margin-bottom: unset;
  }
}

.vacancies .blocks-wrapper .block_2 .number {
  background: #003B67;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .vacancies .blocks-wrapper .block_2 .number {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1200px) {
  .vacancies .blocks-wrapper .block_2 .number {
    width: 48px;
    height: 48px;
    font-size: 20px;
    line-height: 28px;
  }
}

.vacancies .blocks-wrapper .block_2 .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #003B67;
}

@media (min-width: 768px) {
  .vacancies .blocks-wrapper .block_2 .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  .vacancies .blocks-wrapper .block_2 .title {
    font-size: 20px;
    line-height: 28px;
  }
}
