.page-jobs .site-wrap {
  overflow: clip;
}

.page-jobs main {
  display: block;
}

.jobs-page__section {
  padding: var(--section-space-y) 0;
}

.jobs-page__section--intro {
  padding-top: 24px;
}

.jobs-page__breadcrumbs {
  margin-bottom: 26px;
}

.jobs-page__section--listing {
  padding-top: 0;
}

.jobs-category-page .jobs-page__section--intro {
  padding-bottom: 48px;
}

.jobs-hero .hero--bimage img {
  filter: grayscale(1);
  object-position: 50% 34%;
}

.jobs-hero__content {

}

.jobs-hero__lead {

}

.jobs-page__vacancies {
  padding-top: 0;
}

.jobs-vacancies__head {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.jobs-vacancies__title {
  margin: 0;
}

.jobs-vacancies__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jobs-vacancies__filters .tabs-chip__item {
  min-width: 0;
  padding-inline: 18px;
  border-color: #d6d9e6;
  background: #f6f7fb;
  color: #6d7287;
  box-shadow: 0 1px 0 rgba(17, 17, 21, 0.04);
  cursor: pointer;
}

.jobs-vacancies__filters .tabs-chip__item:hover,
.jobs-vacancies__filters .tabs-chip__item:focus-visible {
  border-color: #c4c9dc;
  background: #ebeef7;
  color: var(--color-text-primary);
}

.jobs-vacancies__filters .tabs-chip__item:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(243, 132, 50, 0.18);
}

.jobs-vacancies__filters .tabs-chip__item.is-active {
  border-color: var(--color-brand);
  background: var(--color-brand);
  color: #fff;
}

.jobs-vacancies__grid > [class*="col-"] > * {
  height: 100%;
}

.jobs-vacancies__empty {
  width: 100%;
  padding: 32px 28px;
  border: 1px dashed #d6d9e6;
  border-radius: 18px;
  background: #fbfbfe;
  color: #6d7287;
  text-align: center;
}

.jobs-vacancies__card .ui-meta i {
  color: var(--color-brand);
}

.jobs-vacancies__card .btn {
  min-width: 118px;
}

.jobs-category-page .jobs-vacancies__grid {
  align-items: stretch;
}

.jobs-category-page .jobs-vacancies__grid > [class*="col-"] {
  display: flex;
}

.jobs-category-page .jobs-vacancies__grid > [class*="col-"] > * {
  width: 100%;
}

.jobs-page__section-title {
  margin-bottom: 22px;
}

.jobs-benefits-grid > [class*="col-"] > * {
  height: 100%;
}

.jobs-about-section,
.jobs-appointment-section {
  padding-top: 0;
}

.jobs-map-section {
  padding-top: 0;
}

.vacancy-detail-card {
  padding: 28px;
}

.vacancy-detail-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 20px;
}

.vacancy-detail-card__meta .ui-meta i {
  color: var(--color-brand);
}

.vacancy-detail-card__salary {
  color: var(--color-text-primary);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.vacancy-detail-card__lead {
  margin-bottom: 20px;
}

.vacancy-detail-card__content > *:last-child {
  margin-bottom: 0;
}

.vacancy-detail-card__actions {
  margin-top: 28px;
}

@media (max-width: 991.98px) {
  .jobs-page__section {
    padding: 44px 0;
  }

  .jobs-category-page .jobs-page__section--intro {
    padding-bottom: 44px;
  }

}

@media (max-width: 767.98px) {
  .jobs-page__section--intro {
    padding-top: 18px;
  }

  .jobs-page__breadcrumbs {
    margin-bottom: 20px;
  }

  .jobs-category-page .jobs-page__section--intro {
    padding-bottom: 36px;
  }

  .jobs-category-page .jobs-vacancies__card .d-flex {
    gap: 12px;
  }

  .jobs-vacancies__filters {
    gap: 8px;
  }

  .jobs-vacancies__filters .tabs-chip__item {
    padding-inline: 14px;
  }

  .vacancy-detail-card {
    padding: 22px;
  }
}
