.vacancies-new__container {
  width: 100%;
  max-width: 1270px;
}

/* hero-vacancy */

.hero-vacancy {
  background-color: #ffffff;
}

.hero-vacancy__big-container {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  width: 100%;
  max-width: 1302px;
  margin-right: auto;
  margin-left: auto;
}

.hero-vacancy__container {
  display: flex;
  padding-top: 83px;
  padding-bottom: 30px;
}

.hero-vacancy__text-content {
  display: flex;
  gap: 56px;
  width: 100%;
  align-items: center;
}

.hero-vacancy__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  display: inline-block;
  max-width: 256px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #000000;
}

.dynamic-title:after {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  display: none;
  width: 47px;
  height: 26px;
  margin-left: 10px;
  content: "";
  background: url("images/title-arrows.svg") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.hero-vacancy__descr {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
  color: #1E1E1E;
  font-weight: 300;
}

/*  new-vacancies  */

div.new-vacancies {
  position: relative;
  z-index: 10;
  background-color: #f2f2f2;
}

.new-vacancies:before {
  position: absolute;
  top: 0;
  left: -46vw;
  display: none;
  width: 50vw;
  height: 100%;
  content: '';
  background: #f2f2f2;
}

.new-vacancies:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -45vw;
  width: 50vw;
  height: 100%;
  content: '';
  background: #ffffff;
}

.new-vacancies__container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 22px;
}

.new-vacancies-container {
  position: relative;
  z-index: 9999;
  padding: 32px;
  border-radius: 20px;
  background-color: #ffffff;
}

.new-vacancies-container.fixed {
  position: fixed;
  z-index: 900;
  top: 80px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 7px;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.new-vacancies__filter {
  position: sticky;
  z-index: 8888;
  top: 100px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

.new-vacancies__filter.fixed {
  position: sticky;
  top: 100px;
}

.new-vacancies__filter-title {
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 14px;
  color: #121217;
  font-weight: 400;
}

.new-vacancies__content {
  padding: 0 16px;
}

.new-vacancies__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 20px;
}

.new-vacancies__item {
  padding-left: 0;
}

.new-vacancies__item::before {
  display: none;
}


/* new-vacancies-card  */

.new-vacancies-card {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 30px 32px;
  transition: 0.2s;
  border-radius: 20px;
  background-color: #ffffff;
}

.new-vacancies-card:hover {
  border-color: #BD0C1E;
}

.new-vacancies-card > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  transition: all 300ms;
  text-decoration: none;
}

.new-vacancies-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 8px;
}

.new-vacancies-card__image-wrap {
  align-self: flex-end;
}

.new-vacancies-card__content {
  width: 100%;
  height: auto;
}

.new-vacancies-card__title {
  font-size: 24px;
  line-height: 22px;
  align-items: center;
  margin-bottom: 0;
  color: #000000;
  font-weight: 400;
}

.new-vacancies-card__salary {
  font-size: 22px;
  line-height: 110%;
  color: #AAB4B6
}

a:visited .new-vacancies-card__title {
  color: #ACB4B6;
}

.new-vacancies-card__viewed {
  font-size: 12px;
  text-align: right;
  color: #FFFFFF;
}

a:visited .new-vacancies-card__viewed {
  color: #ACB4B6;
}

.new-vacancies-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.new-vacancies-card__bottom > a {
  height: 17px;
}

.new-vacancies-card__breadcrumbs {
  display: flex;
  flex-flow: row wrap;
  row-gap: 10px;
  gap: 8px;
}

.new-vacancies-card__breadcrumbs--absolute {
  position: absolute;
  bottom: 20px;
}

.new-vacancies-card__breadcrumb--absolute {
  padding: 10px !important;
}

.new-vacancies-card__breadcrumb a {
  text-decoration: none;
}

.new-vacancies-card__breadcrumb:first-of-type::after {
  display: none;
}

.new-vacancies-card__breadcrumb::before {
  display: none;
}

@media (max-width: 576px) {
  .new-vacancies-card__content {
    order: 2;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .vacancies-sort__menus-wrapper .vacancies-filter__reset {
    display: none;
  }
}

/* vacancies-filter */

.vacancies-sort__btn-filter {
  display: none;
}

.vacancies-filter__menus-wrapper,
.vacancies-sort__menus-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  pointer-events: auto;
  gap: 10px;
}

.vacancies-sort__menus-wrapper .vacancies-filter__reset {
  display: none;
}

.vacancies-filter__title,
.vacancies-sort__title {
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vh;
  max-width: 293px;
  margin-bottom: 0;
  padding: 8px 12px;
  color: #121217;
  border: solid 1px #F2F2F2;
  border-radius: 20px;
}

.vacancies-filter__title::after,
.vacancies-sort__title::after {
  display: flex;
  width: 14px;
  height: 14px;
  content: "";
  transition: transform 0.3s ease;
  background: url(./images/list-arrow.svg) no-repeat center;
  background-size: contain;
}

.vacancies-filter__title.vacancies-filter__title--active.vacancies-filter__title::after,
.vacancies-sort__title.vacancies-sort__title--active.vacancies-sort__title::after {
  transform: rotate(180deg);
}

.vacancies-filter__menu,
.vacancies-sort__menu {
  width: 100%;
  max-width: 293px;
  transition: max-height 0.5s ease;
}

.vacancies-filter__menu.vacancies-filter__menu--active,
.vacancies-sort__menu.vacancies-sort__menu--active {
  max-height: 100%;
}

/* Анимации раскрытия/закрытия фильтров */
.vacancies-filter-transition-enter {
  transform: scaleY(0.8);
  transform-origin: top;
  opacity: 0;
}

.vacancies-filter-transition-enter-active {
  transition: all 0.3s ease;
}

.vacancies-filter-transition-enter-to {
  transform: scaleY(1);
  opacity: 1;
}

.vacancies-filter-transition-leave {
  transform: scaleY(1);
  transform-origin: top;
  opacity: 1;
}

.vacancies-filter-transition-leave-active {
  transition: all 0.2s ease;
}

.vacancies-filter-transition-leave-to {
  transform: scaleY(0.8);
  opacity: 0;
}

/* Стили для счетчика выбранных фильтров */
.vacancies-filter__title--counter.vacancies-filter__title::after,
.vacancies-sort__title--counter.vacancies-sort__title::after {
  background: none;
}

.vacancies-sort__counter {
  transition: transform 0.3s ease;
  transform: scale(0);
}

.vacancies-filter__title .vacancies-filter__counter,
.vacancies-sort__title .vacancies-sort__counter {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  padding: 3px 4px;
  transition: transform 0.3s ease;
  transform: scale(1);
  text-align: center;
  color: #ffffff;
  border-radius: 9px;
  background: #BD0C1E;
}

.vacancies-filter__counter--active,
.vacancies-sort__counter--active {
  transform: scale(1);
}


.new-vacancies .vacancies-new__container .new-vacancies-container div.swiper-wrapper {
  height: 34px !important;
}

.vacancies-filter__recommend--active,
.vacancies-sort__recommend--active {
  font-weight: bold;
  background-color: #f5f5f5;
}

.vacancies-filter__list .checkbox,
.vacancies-sort__list .radio {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.vacancies-filter__list .checkbox input[type="checkbox"],
.vacancies-sort__list .radio input[type="radio"] {
  position: absolute;
  margin: 0;
  opacity: 0.01;
}

.vacancies-filter__list .checkbox input[type="checkbox"]:checked + label.vacancies-filter__item::after,
.vacancies-sort__list .radio input[type="radio"]:checked + label.vacancies-sort__item::after {
  border: none;
  background-color: #BD0C1E;
}

.vacancies-filter__menu--hide-desktop {
  display: none;
}

.vacancies-filter__trigger {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.vacancies-filter__subtitle {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  color: #1e1e1e;
}

.vacancies-filter__list-wrap,
.vacancies-sort__list-wrap {
  pointer-events: auto;
  border-radius: 20px;

  /* Начальное состояние - свернуто */
  transition: max-height 0.3s;
  max-height: 0;
  overflow: hidden;
}

.vacancies-filter__list-wrap {
}

.vacancies-filter ::-webkit-scrollbar,
.vacancies-sort ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.vacancies-filter ::-webkit-scrollbar-track,
.vacancies-sort ::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #f5f5f5;
}

.vacancies-filter ::-webkit-scrollbar-thumb,
.vacancies-sort ::-webkit-scrollbar-thumb {
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  background-color: #ccc;
}

.vacancies-filter ::-webkit-scrollbar-thumb:hover,
.vacancies-sort ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.vacancies-filter__list {
  display: block;
  width: 100%;
  max-width: 275px;
  margin: 0;
}

.vacancies-filter__list .vacancies-filter__item,
.vacancies-sort__list .vacancies-sort__item {
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  gap: 10px;
  padding-left: 0;
  cursor: pointer;
  color: #121217;
  font-weight: 300;
}

.vacancies-filter__list .vacancies-filter__item h3,
.vacancies-sort__list .vacancies-sort__item h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
}

.vacancies-filter__list .vacancies-filter__item::after,
.vacancies-sort__list .vacancies-sort__item::after {
  width: 12px;
  height: 12px;
  padding-left: 11px;
  content: "";
  transition: background-color 0.2s;
  border: 1px solid #000000;
  border-radius: 50%;
  background: transparent url(./images/activity-checkmark.svg) no-repeat center;
  background-size: 10px;
}

.vacancies-filter__list .checkbox :checked + .vacancies-filter__list .vacancies-filter__item::after {
  border: none;
  background-color: #BD0C1E;
  background-size: 10px;
}

.vacancies-filter__list .vacancies-filter__item:before {
  display: none;
}

.vacancies-filter__item:hover {
  opacity: 1;
}

.vacancies-filter__list-wrap--opened,
.vacancies-sort__list-wrap--opened {
  position: relative;
  max-height: 200px;
}

.vacancies-filter__list-items {padding: 16px 16px 5px 16px;display: flex;flex-direction: column;gap: 10px;overflow-y: auto;max-height: 200px;}

.vacancies-filter__list-wrap.vacancies-filter__list-wrap--opened {
  max-height: 200px;
}

.vacancies-filter__item--active {
  opacity: 1;
  color: #BD0C1E;
}

.vacancies-filter__item::before {
  display: none;
}

.vacancies-filter__item h3 {
  font-size: 18px;
}

/* filter-btn(plus / minus) */

.vacancies-filter__btn {
  position: relative;
  width: 17px;
  height: 17px;
  margin-right: 15px;
  border: none;
  background: none;
}

.vacancies-filter__btn::before,
.vacancies-filter__btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transform: translateY(-50%);
  background: #BD0C1E;
}

.vacancies-filter__trigger--active .vacancies-filter__btn::after {
  display: none;
}

.vacancies-filter__btn::after {
  transform: translateY(-50%) rotate(90deg);
}

/* ./filter-btn(plus / minus) */


/* cancel */
.vacancies-filter__cancel {
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
}

.vacancies-filter__cancel::before,
.vacancies-filter__cancel::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 15px;
  background: #000000;
}

.vacancies-filter__cancel::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.vacancies-filter__cancel::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ./cancel */

.vacancies-filter__reset {
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  margin-top: 32px;
  color: #BD0C1E;
  border: none;
  border-top: 1px solid #CDCDCF;
  background: none;
  text-align: left;
  padding: 16px 0 0 0;
}

.vacancies-filter__list-wrap .vacancies-filter__reset {
  position: sticky;
  z-index: 2;
  bottom: 0;
  display: none;
  background: #fff;
  padding-bottom: 16px;
}

.company {
  background-image: url(../vacancy/images/advice-day-background.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.advice-from-company__logo {
  position: relative;
  left: -24px;
  display: block;
  width: fit-content;
  margin-bottom: 16px;
}

.advice-from-company__title {
  font-size: 18px;
  line-height: 20px;
  position: relative;
  left: -5px;
  color: #C6C6C6;
}

@media (max-width: 992px) {

  .new-vacancies-container {
    width: 100%;
    max-width: 357px;
  }

  .new-vacancies .new-vacancies-container .new-vacancies__filter.swiper-slide {
    width: 100% !important;
    max-width: 357px;
  }

  .new-vacancies__filter,
  .vacancies-filter__menus-wrapper,
  .vacancies-sort__menus-wrapper {
    flex-direction: row;
    gap: 0;
  }

  .new-vacancies__filter-title {
    display: none;
  }

  .vacancies-filter__menu,
  .vacancies-sort__menu {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    max-width: fit-content;
    cursor: pointer;
  }

  .vacancies-sort__menus-wrapper .vacancies-sort__menu {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    max-width: fit-content;
    cursor: pointer;
    gap: 8px;
  }

  .vacancies-filter__list-wrap {
    position: absolute;
    z-index: 9999;
    top: 60px;
    left: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
    transform-origin: top;
    opacity: 0;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 10px 0 #0000000D;
    min-width: 200px;
    overflow-y: auto;
  }

  .vacancies-sort__list-wrap {
    display: flex;
    padding: 0;
    border-radius: 0;
    width: 100%;
    max-height: 0;
  }

  .vacancies-sort__title .vacancies-sort__counter {
    right: 0;
  }

  .vacancies-sort__list-wrap h3 {
    font-size: 10px;
    margin-bottom: 0;
    color: #AAB4B6;
  }

  .vacancies-sort__list .vacancies-sort__item::after {
    border: 1px solid #AAB4B6;
  }

  .vacancies-sort__item.vacancies-sort__item--active h3 {
    color: #000000;
  }

  .vacancies-sort__item.vacancies-sort__item--active::after {
    border: 1px solid #000000;
  }

  .vacancies-filter__list-wrap--opened {
    opacity: 1;
  }

  .vacancies-sort__menu.vacancies-sort__menu--active {
  }

  .vacancies-sort__list-wrap--opened {
    max-height: 200px;
  }

  .vacancies-sort__list-wrap .vacancies-filter__list-items{
    padding: 0;
    flex-shrink: 0;
    width: 100%;
    gap: 4px;
    overflow: hidden;
  }

  .new-vacancies-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
    transition: transform 0.2s ease;
    gap: 20px;
  }

  .new-vacancies-container.mobile-slider.fixed-adaptive {
    position: fixed;
    z-index: 900;
    top: 80px;
    right: 0;
    left: 0;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 7px;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .vacancies-sort__btn-filter {
    display: flex;
    width: 34px;
    height: 34px;
    border: solid 1px #F2F2F2;
    border-radius: 100%;
    background-color: #ffffff;
    background-image: url(./images/btn-filter-background-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }

  .vacancies-sort__btn-filter:hover {
    border: none;
    background-color: #BD0C1E;
    background-image: url(./images/btn-filter-background-white.svg);
  }

  .vacancies-sort__btn-filter.active {
    border: none;
    background-color: #BD0C1E;
    background-image: url(./images/btn-filter-background-white.svg);
  }


  .vacancies-sort__btn-filter::after {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 100%;
    background-color: #BD0C1E;
  }

  .vacancies-sort__menus-wrapper:has(.vacancies-sort__title--counter) ~ .vacancies-sort__btn-filter::after {
    display: block;
  }

  .vacancies-sort {
    position: relative;
    z-index: 900;
  }

  .vacancies-sort__menus-wrapper {
    position: absolute;
    z-index: 9999;
    top: 35px;
    align-items: flex-start;
    flex-direction: column;
    width: max-content;
    padding: 16px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    border-radius: 16px;
    background-color: #ffffff;
    gap: 8px;
    box-shadow: 0 5px 10px 0 #0000000D;
  }

  .vacancies-sort__menus-wrapper.active {
    transform: scaleY(1);
    opacity: 1;
  }

  .vacancies-sort__menus-wrapper .vacancies-filter__reset {
    display: flex;
  }

  .vacancies-sort__menu {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .vacancies-sort__menu .vacancies-sort__title {
    width: 100%;
    padding: 0;
    border: none;
  }

  .new-vacancies__content {
    margin-top: 24px;
  }

  .vacancies-filter__reset {
    margin-top: 0;
  }
}

.banner-container {
  position: relative;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
}

div.banner:hover {
  color: #ffffff;
}

.banner-text {
  display: flex;
  flex-direction: column;
  max-width: 534px;
  gap: 8px;
}

.banner-title {
  font-size: 24px;
}

.banner-info {
  font-size: 16px;
}

@media (max-width: 1100px) {
  .banner-title {
    font-size: 22px;
  }

  .banner-info {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .banner-title {
    font-size: 24px;
  }

  .banner-info {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .banner-title {
    font-size: 20px;
  }

  .banner-info {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .banner-img {
    display: none;
  }

  .banner-block {
    max-height: 336px;
    padding: 24px 29px 24px 24px;
  }
}

.emoji {
  font-style: normal;
}

.emoji {
  font-style: normal;
}

.new-vacancies__btn {
  font-size: 20px;
  line-height: 23px;
  display: none;
  flex-grow: 100;
  margin-top: 20px;
  padding: 10px 80px;
  transition: all 300ms;
  text-decoration: none;
  color: #F2F2F2;
  border: none;
  border-radius: 3px;
  background: #BD0C1E;
}

.new-vacancies__btn:hover {
  color: #F2F2F2;
  background-color: #19202C;
}

.go-to-top {
  display: none;
  justify-content: center;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  background: #36363C;
}

.go-to-top__icon {
  width: 20px;
  height: 10px;
}

.hero-vacancy__header {
  padding-right: 16px;
  padding-left: 16px;
  max-width: 990px;
}

.article #block_1 {
  font-weight: 900;
}

.vacancies-filter__menu--opened .vacancies-filter__list-wrap {
  max-height: 2000px;
}

.new-vacancies__items.new-vacancies__main-page {
  justify-content: space-between;
  margin-top: 26px;
  gap: 0;
}

.new-vacancies__items.new-vacancies__main-page .new-vacancies-card {
  flex: 1 1 400px;
  max-width: 400px;
  margin: 0 0 20px;
}

.new-vacancies:after {
  display: none;
}

.new-vacancies__list-wrap {
  width: 100%;
}

.vacancies-filter__list .vacancies-filter__item h3 {
  margin: 0;
}

@media (max-width: 1250px) {
  /*  hero-vacancy  */
  .hero-vacancy__container {
    padding-top: 35px;
  }

  /*  new-vacancies  */
  .new-vacancies__filter {
    padding-right: 30px;
  }

  .new-vacancies__items.new-vacancies__main-page {
    position: relative;
    justify-content: center;
  }

  .new-vacancies__items.new-vacancies__main-page .new-vacancies-card:nth-child(2n+1) {
    margin-right: 20px;
  }

  .main-page__link-wrap {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1050px) {

  /*  new-vacancies  */
  .new-vacancies__filter {
    padding-right: 0;
  }

  .new-vacancies__content {
    padding-left: 15px;
  }
}


@media (max-width: 1023px) {

  /* hero-vacancy  */
  .hero-vacancy__big-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .hero-vacancy__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  /*  new-vacancies  */
  .new-vacancies__container {
    flex-direction: column;
  }

  .new-vacancies__filter {
    max-width: unset;
  }

  .new-vacancies__banner {
    display: none;
  }

  .new-vacancies__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    border-left: none;
  }

  .new-vacancies__items {
    flex-direction: row;
    justify-content: center;
  }

  .new-vacancies-card {
    flex: 1 1 480px;
  }

  .vacancies-filter__list {
    max-width: 390px;
  }

  .new-vacancies__content {
    padding: 0 16px;
  }

  .new-vacancies:before {
    left: -49vw;
  }

  .banner-container {
    margin-top: 80px;
  }

  .new-vacancies__container {
    padding-top: 0;
  }

  .new-vacancies-container {
    padding-top: 24px;
    padding-bottom: 16px;
    border-radius: 0;
  }

  .vacancies-sort__menus-wrapper .vacancies-sort__menu {
    max-width: 100%;
  }

  .new-vacancies__filter {
    gap: 12px;
  }

  .vacancies-filter__title,
  .vacancies-sort__title {
    width: 100%;
    margin-bottom: 0;
  }

  .vacancies-filter__title {
    gap: 8px;
  }

  .vacancies-sort__menu {
    max-height: 17px;
  }

  .vacancies-filter__reset {
    display: none;
  }

  .vacancies-filter__list-wrap .vacancies-filter__reset {
    display: block;
  }

  .vacancies-filter__recommend {
    width: 100%;
    min-width: 173px;
  }

  .vacancies-filter__list-wrap--opened,
  .vacancies-sort__list-wrap--opened {
  }

  .new-vacancies-container.mobile-slider {
    position: relative;
    z-index: 900;
  }

  .vacancies-sort__item {
    display: flex;
    gap: 21px;
  }
}

@media (max-width: 851px) {
  .vacancies-filter--active .new-vacancies__banner {
    display: block;
    max-width: 90%;
    margin-left: 16px;
    background-position-y: 46px;
  }

  .new-vacancies__items.new-vacancies__main-page .new-vacancies-card:nth-child(2n+1) {
    margin-right: 0;
  }

}


@media (max-width: 768px) {

  .hero-vacancy__container {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .hero-vacancy__text-content {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .hero-vacancy__title {
    max-width: 100%;
  }
  .hero-vacancy__big-container {
    margin-bottom: 0;
  }

  .new-vacancies:before {
    display: none;
  }

  .new-vacancies:after {
    display: none;
  }

  /*  new-vacancies  */
  .new-vacancies__filter {
    padding: 0;
  }

  .advice-from-company__logo {
    display: none;
  }

  /*  form-vacancies */
  div.banner-container {
    margin-top: 10px;
    margin-bottom: 24px;
  }

  .vacancies-filter--active {
    display: block;
    overflow: scroll;
    width: 100%;
    height: 100%;
  }

  .vacancies-filter__cancel {
    display: none;
  }


  .vacancies-filter__menu--hide-desktop {
    display: block;
  }

  .new-vacancies-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    background: #ffffff;
  }

  #new-vacancies {
    width: 100%;
  }

  .new-vacancies {
    overflow: hidden;
  }
}

@media (max-width: 700px) {

  /* new-vacancies */
  .new-vacancies__items {
    align-items: center;
    width: 100%;
  }

  .new-vacancies__item {
    flex: unset;
  }

  .new-vacancies-card {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .new-vacancies-card:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }

  .new-vacancies-card:last-of-type {
    margin-bottom: 0;
  }
}


@media (max-width: 576px) {

  /* hero-vacancy */
  .page-content > .container {
    overflow: hidden;
  }

  .hero-vacancy__text-content {
    margin-right: 0;
  }

  .hero-vacancy__title {
    font-size: 24px;
    line-height: 110%;
  }

  .dynamic-title::after {
    bottom: 7px;
    width: 24px;
    height: 14px;
    background-size: cover;
  }

  .hero-vacancy__descr {
    font-size: 18px;
    line-height: 16px;
  }

  .hero-vacancy__image-wrapper {
    width: 100%;
    max-width: 420px;
    height: 214px;
    background-size: 104%;
  }

  .hero-vacancy__big-container {
    align-items: flex-start;
  }

  .new-vacancies-card-picture-wrap {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 14px;
  }

  .new-vacancies-card {
    padding: 22px;
  }

  .new-vacancies-card__bottom {
    margin-top: 14px;
  }
}

@media (max-width: 576px) {

  /* hero-vacancy */
  .hero-vacancy__descr {
    font-size: 14px;
  }

  .hero-vacancy__descr br {
    display: none;
  }

  .new-vacancies-card__wrap {
    gap: 8px;
  }

  .new-vacancies-card__title {
    font-size: 16px;
    line-height: 110%;
  }

  .new-vacancies__content {
    margin-top: 16px;
  }

  .new-vacancies-card {
    padding: 16px;
    border-radius: 8px;
  }

  .new-vacancies-card__link {
    gap: 4px;
  }

  .new-vacancies-card__salary {
    font-size: 14px;
  }

  .new-vacancies-card__bottom {
    margin-top: 10px;
  }

  .new-vacancies-card__breadcrumbs {
    gap: 4px;
  }

  .new-vacancies-card__breadcrumb {
    font-size: 12px;
    padding: 3px 8px;
  }

  .new-vacancies-container {
    padding: 16px;
  }

  .vacancies-filter__list-wrap {
    top: 35px;
    right: auto;
    left: 0;
    min-width: 100%;
    box-shadow: 0 5px 10px 0 #0000000D;
  }

  .new-vacancies-container {
    margin-bottom: 0;
  }

  .vacancies-sort__btn-filter {
    width: 24px;
    height: 24px;
  }

  .vacancies-filter__title, .vacancies-sort__title {
    padding: 4px 8px;
  }

  .new-vacancies .vacancies-new__container .new-vacancies-container div.swiper-wrapper {
    height: 24px !important;
  }

  .vacancies-filter__title, .vacancies-sort__title {
    white-space: nowrap;
    gap: 8px;
  }

  .vacancies-filter__title, .vacancies-sort__title {
    width: 100%;
  }

  .vacancies-filter__title::after, .vacancies-sort__title::after {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 375px) {
  .hero-vacancy__container {
    flex-direction: column;
  }

  /*  vacancies-filter  */
  .vacancies-filter__subtitle {
    font-size: 20px;
  }

  .vacancies-filter__item {
    font-size: 16px;
  }

  /*  new-vacancies  */
  .new-vacancies__content {
    padding-bottom: 28px;
  }

  .new-vacancies__btn {
    font-size: 18px;
    margin-top: 0;
    padding: 8px 25px;
  }

  /*  new-vacancies-card  */
  .new-vacancies-card__salary {
    font-size: 16px;
  }

  .go-to-top {
    display: flex;
  }
}


@media (max-width: 360px) {
  .hero-vacancy__title::after {
    top: 110%;
    left: 0;
  }

  .new-vacancies__btn {
    font-size: 16px;
  }
}

.new-vacancies-card-telegram.new-vacancies__item .new-vacancies-card-telegram-img {
  width: 130px;
}

.job-tags-wrapper {
  position: relative;
  display: flex;
}

.job-tags-wrapper li {
  margin-right: 9px;
}

.job-tag-hint-image {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.job-tag-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  position: absolute;
  z-index: 10;
  width: 235px;
  padding: 10px;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  color: #27272c;
  border-radius: 5px;
  background: #F2F2F2;
}

.job-tag-hint-image svg path {
  transition: all 0.3s;
}

.dark .job-tag-hint-wrapper svg path {
  fill: #ffffff;
}

.job-tag-hint-wrapper:hover svg path {
  fill: #BD0C1E;
}

.job-tag-hint-wrapper:hover .job-tag-hint {
  pointer-events: auto;
  opacity: 1;
}

.tile_tags {
  width: 100%;
}

.vacancies-new__container .new-vacancies-container.swiper {
  overflow-x: clip !important;
  padding: 24px 16px 16px 16px;
}

.new-vacancies-container.swiper {
  z-index: 9999 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

/* Для внутреннего свайпера фильтров */
.vacancies-filter .vacancies-filter-swiper {
  z-index: 9999 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

@media (max-width: 992px) {

  .vacancy-sort {
    width: auto !important;
  }

  .vacancies-new__container .new-vacancies-container.swiper {
    overflow-x: clip !important;
    padding: 24px 16px 16px 16px;
  }

  .swiper-scrollbar {
    display: none;
  }

  .swiper-container {
    z-index: auto !important;
  }

  .new-vacancies-container {
    display: flex;
    overflow-x: clip !important;
  }

  .vacancies-filter-mobile-wrapper .swiper {
    overflow: visible;
  }

  .swiper-backface-hidden .swiper-slide {
    display: flex;
    align-items: center;
  }


  .new-vacancies-container::-webkit-scrollbar {
    display: none;
  }

  .new-vacancies__filter,
  #new-vacancies {
    flex: 0 0 100%;
    min-width: 100%;
  }

  /* Дополнительные стили для улучшения внешнего вида */
  .new-vacancies-container {
    padding-bottom: 15px;
    gap: 0;
  }

  /* Индикаторы слайдов (опционально) */
  .slide-indicators {
    display: none;
    justify-content: center;
    margin-top: 10px;
  }

  .slide-indicator {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    background: #ccc;
  }

  .slide-indicator.active {
    background: #333;
  }

  .vacancies-filter-swiper {
    position: relative;
    z-index: 7777;
    width: 100%;
  }

  .vacancies-filter-swiper .swiper-slide {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    width: auto;
    gap: 15px;
  }

  .vacancies-filter-swiper .swiper-scrollbar {
    position: relative;
    height: 3px;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.1);
  }

  .vacancies-filter-swiper .swiper-scrollbar-drag {
    background: #000;
  }

  .vacancies-new__container .new-vacancies-container.fixed-adaptive {
    position: fixed;
    z-index: 9000;
    top: 80px;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .swiper-backface-hidden .swiper-slide {
    backface-visibility: visible !important;
  }

  .vacancies-filter__list-items{
    padding: 16px;
  }

  .vacancies-filter__list-items:has(.vacancies-filter__reset){
    padding: 16px 16px 0 16px;
  }
}

.footer.new_footer {
  position: relative;
  z-index: 100;
}