.page-container__breadcrumb {
  display: none;
}

i.nob.profession-new__container {
  font-family: 'WalsheimPro Regular';
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}
.hero-profession {
  font-family: 'WalsheimPro Regular', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.hero-profession__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1270px;
}

.hero-profession .profession-new__container.hero-profession__container {
  margin-top: 69px;
  overflow: visible !important;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.profession-new__container.new-profession__container.hero-profession__container {
  max-width: 100%;
}

.hero-profession__text-content {
  display: flex;
  align-items: center;
  gap: 56px;
}

.new-profession__filter-title, div.new-profession__filter-close, .form-profession__input-wrapper button[data-boreas-modules="filterBtn"] {
  display: none;
}

p.hero-profession__title {
  width: 465px;
}

.hero-profession__title {
  font-family: 'WalsheimPro Medium', 'sans-sarif';
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #000000;
}

.hero-profession__title-after {
  position: relative;
}

.hero-profession__title-after::after {
  position: absolute;
  z-index: 2;
  top: 60%;
  width: 47px;
  height: 26px;
  margin-left: 10px;
  content: "";
  transform: translateY(-50%);
  background: url(/upload/medialibrary/9fc/6c6thmoi16snt3d1a352ev336reyqygf.png) no-repeat;
  background-size: contain;
}

.hero-profession__descr {
  font-family: 'WalsheimPro Light', 'sans-sarif';
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 18px;
  max-width: 518px;
  color: #1E1E1E;
  margin-bottom: 0;
}

.hero-profession__image-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  overflow: visible !important;
  position: relative;
}

.hero-profession__logo-bca {
  width: 137px;
  height: 100%;
  background: url(./bitrix/news.detail/.default/images/logo-bca.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hero-profession__logo-bca, .hero-profession__logo-employer {
    position: relative;
    cursor: pointer;
    overflow: visible;
}

.hero-profession__bca-block, .hero-profession__employer-block {
    width: max-content;
    max-width: 206px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #5E5E5E;
    padding: 20px 21px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    min-width: 150px;
    z-index: 1000;
}

.hero-profession__logo-bca:hover .hero-profession__bca-block {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.hero-profession__logo-employer:hover .hero-profession__employer-block {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.hero-profession__logo-employer {
  width: 43px;
  height: 100%;
  background: url(./bitrix/news.detail/.default/images/logo-employer.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.new-profession__container {
  font-family: 'WalsheimPro Light', sans-serif;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  z-index: 900;
}

.new-profession__container .new-profession__filter {
  position: sticky;
  top: 72px;
  display: flex !important;
  justify-content: center;
  background: #ffffff;
  z-index: 1000;
}

.new-profession__filter-container {
  width: 100%;
  max-width: 1270px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 24px 0;
  border-radius: 16px;
  margin: 0 16px;
}

.new-profession__content {
  margin-top: 4px;
}

.new-profession__controls {
  max-width: 744px;
  max-height: 30px;
}

.new-profession__controls {
  display: none;
  justify-content: space-between;
  margin-bottom: 20px;
}

.new-profession__form {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  max-height: 30px;
}

.form-profession__field-wrapper {
  position: relative;
}

.form-profession__field-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url(./bitrix/news.detail/.default/images/icon-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.form-profession__input-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.form-profession__input-wrapper::after {
  right: 12px;
  width: 12px;
  height: 12px;
}

.form-profession__field {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  max-width: 300px;
  height: unset;
  max-height: 30px;
  color: #121217;
  border: 1px solid #F3F3F3;
  border-radius: 16px;
}

input.form-profession__field::placeholder {
  font-family: "WalsheimPro Regular";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #AAB4B6;
}

.form-profession__search {
  padding: 4px 30px 4px 14px;
}

.form-profession__search::placeholder {
  font-size: inherit;
  color: rgba(30, 30, 30, 1);
}

div.rating-bca {
  width: 199px;
}

.rating-bca {
  display: flex;
  border-color: #B9B9B9;
  border-radius: 3px;
  background-color: #f5f5f5;
}

.rating-bca__btn {
  font-family: 'WalsheimPro Regular', 'sans-serif';
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 8px 10px 8px 4px;
  cursor: default;
  border: none;
  border-radius: 3px;
  gap: 4px;
}

.active path {
  fill: #BD0C1E;
}

.new-profession__call-filter {
  display: none;
  width: 24px;
  height: 29px;
  border: none;
  background-color: transparent;
  background-position: center;
}

#wl_cmp {
  width: 100%;
}

.new-profession__items-container {
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.new-profession__items {
  width: 100%;
  max-width: 1306px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0 16px;
  margin-top: 25px;
}

.new-profession__item {
  padding-left: 0;
}

.new-profession__item::before {
  display: none;
}

.new-profession-card {
  width: 100%;
  max-width: 622px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  background: #FFFFFF;
  overflow: hidden;
}

.new-profession-card__link {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.new-profession-card a {
  height: 100%;
}

.new-profession-card--chosen .new-profession-card__star {
  fill: #BD0C1E;
}

.new-profession-card__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding: 32px 40px;
}

.new-profession-card__icon-wrapper {
  width: 100%;
  height: 100%;
  max-width: 107px;
  max-height: 35px;
}

.new-profession-card__icon {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.new-profession-card__left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
}

.new-profession-card__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

div.new-profession-card__paragraph {
  max-width: 510px;
}

.new-profession-card__paragraph p {
  font-family: 'WalsheimPro Light', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #27272C;
  margin: 0 auto;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
}

.viewed a .new-profession-card__header .new-profession-card__right{
  color: #BD0C1E;
}

.new-profession-card__category {
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  color: #AAB4B6;
}

.container-new-profession-card__features  {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.new-profession-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.new-profession-card__features li p {
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  color: #121217;
  margin: 0;
  text-decoration: none;
  border: none;
}

.new-profession-card__features li p span {
  color: #BD0C1E;
}

.new-profession-card__additional-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}

.new-profession-card__feature {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 16px;
}

.new-profession-card__features .new-profession-card__feature {
  border-radius: 16px;
}

.new-profession-card__feature:first-of-type {
  margin-top: 0;
}

.new-profession-card__feature::before {
  display: none;
}

div.selected-industries {
  width: 67px;
  height: 30px;
}
.selected-industries {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  gap: 4px;
}

.changellenge label.bca-top-one, .changellenge label.bca-top-two, .changellenge label.bca-top-three {
  font-size: 0;
}

.bca-one, .bca-two, .bca-three {
  width: 100%;
  height: 100%;
  max-width: 53px;
  max-height: 31px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bca-one {
  background-image: url(./bitrix/news.detail/.default/images/bca-top-one-logo.svg);
}
.bca-two {
  background-image: url(./bitrix/news.detail/.default/images/bca-top-two-logo.svg);
}
.bca-three {
  background-image: url(./bitrix/news.detail/.default/images/bca-top-three-logo.svg);
}

.selected-industries.show {
  display: flex;
}

.selected-industries__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.selected-industries path {
  fill: #BD0C1E;
}

.selected-industries-tooltip {
  display: inline-block;
  border-bottom: 1px dotted black;
}

.selected-industries-tooltip .selected-industries-tooltiptext {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  width: 120px;
  padding: 5px 0;
  text-align: center;
  color: black;
  border-radius: 6px;
  background-color: #f2f2f2;
}

.selected-industries:hover .selected-industries-tooltiptext {
  visibility: visible;
}

.selected-industries-tooltip .selected-industries-tooltiptext {
  bottom: -45px;
  left: 50%;
  min-width: 120px;
  padding: 5px;
  transform: translateX(-50%);
  border: 1px solid #BD0C1E;
}

.selected-industries-tooltip .selected-industries-tooltiptext::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  content: " ";
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #BD0C1E transparent;
}

.new-profession-card__content {
  position: relative;
  flex: 1;
  width: 100%;
  max-height: fit-content;
}

.new-profession-card__img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

div.new-profession-card__star {
  width: 67px;
  height: 30px;
}

.new-profession-card__star {
  position: absolute;
  top: 20px;
  right: 15px;
  display: flex;
}

.new-profession-card__header .meta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 3px;
}

.new-profession-card__feature span {
  white-space: nowrap;
}

.profession-filter__header {
  display: flex;
  justify-content: space-between;
  padding: 0 0 24px 12px;
}

.profession-filter__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #1e1e1e;
}

.profession-filter__menu {
  padding: 0 20px 20px 0;
}

.profession-filter__menu--opened .profession-filter__list {
  display: block;
}

.profession-filter__menu--hide-desktop {
  display: none;
}

.profession-filter__trigger {
  align-items: center;
  cursor: pointer;
}

.profession-filter__subtitle {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  color: #1e1e1e;
}

.profession-filter__list {
  margin: 0;
  padding-left: 32px;
}

.profession-filter__item {
  font-family: "WalsheimPro Light", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  color: #121217;
}

.profession-filter__item:hover {
  opacity: 1;
}

.profession-filter__item--active {
  opacity: 1;
  color: #BD0C1E;
}

.profession-filter__item::before {
  display: none;
}

.profession-filter__item.bca-top-one:before,
.profession-filter__item.bca-top-two:before,
.profession-filter__item.bca-top-three:before {
  content: "";
  width: 52px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.profession-filter__item.bca-top-one:before {
  background-image: url(./bitrix/news.detail/.default/images/bca-top-one-logo.svg);
}

.profession-filter__item.bca-top-two:before {
  background-image: url(./bitrix/news.detail/.default/images/bca-top-two-logo.svg);
}

.profession-filter__item.bca-top-three:before {
  background-image: url(./bitrix/news.detail/.default/images/bca-top-three-logo.svg);
}

.profession-filter__btn {
  position: relative;
  width: 17px;
  height: 17px;
  margin-right: 15px;
  border: none;
  background: none;
}

.profession-filter__btn::before,
.profession-filter__btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transform: translateY(-50%);
  background: #BD0C1E;
}

.profession-filter__trigger--active .profession-filter__btn::after {
  display: none;
}

.profession-filter__btn::after {
  transform: translateY(-50%) rotate(90deg);
}

.profession-filter__cancel {
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
}

.profession-filter__cancel::before,
.profession-filter__cancel::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 15px;
  background: #000000;
}

.profession-filter__cancel::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.profession-filter__cancel::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.profession-filter__reset {
  font-size: 18px;
  line-height: 18px;
  margin-top: 32px;
  color: #1E1E1E;
  border: none;
  background: none;
}

.new-profession__banner {
  font-size: 48px;
  line-height: 38px;
  display: block;
  width: 100%;
  max-width: 296px;
  height: 355px;
  margin-top: 86px;
  padding: 30px 20px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 3px;
  background: url(../vacancy/images/bca-banner-profession.png);
  background-size: contain;
}

.new-profession__content .new-profession__btn {
  font-size: 20px;
  line-height: 23px;
  width: 292px;
  height: 44px;
  margin-top: 53px;
  padding: 8px 64px;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  background: #BD0C1E;
  box-shadow: none;
  opacity: 0;
}

.go-to-top {
  display: none;
  justify-content: center;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  background: #36363C;
}

.go-to-top__icon {
  width: 20px;
  height: 10px;
}

.icon-icon-search {
  display: none;
}

.new-profession-card a {
  text-decoration: none;
}

.new-profession__filter-title {
  padding-left: 16px;
}

.new-profession__filter-close {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-top: -30px;
  cursor: pointer;
  background: url('/local/templates/new/assets/img/personal/ico-close.svg') no-repeat center center;
  background-size: cover;
}

.icon-filter {
  background: url("/local/templates/new/assets/svg/filter.svg") no-repeat center center;
}

@media (max-width: 1379px) {
  .new-profession__content {
    min-width: 0;
  }
}

@media (max-width: 1378px) {
  .new-profession__container {
    max-width: 1155px;
  }
}

@media (max-width: 1250px) {
  .page-wrapper {
    max-width: 1250px;
  }

  .page-content {
    max-width: 1250px;
  }

  .hero-profession {
    max-width: 1250px;
    margin: 0 16px;
  }
}

@media (max-width: 1200px) {
  .new-profession__container .new-profession__filter {
        top: 0;
  }
}

@media (max-width: 1100px) {
  
  ul.new-profession__items {
      grid-template-columns: 1fr;
      justify-items: center;
  }
}

@media (max-width: 1023px) {
  .container-new-profession-card__features{
    display: flex;
    justify-content: flex-end;
  }

  .new-profession__filter {
    justify-content: flex-start;
    max-width: unset;
  }

  .new-profession__banner {
    display: none;
  }

  .new-profession__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    border-left: none;
  }

  .new-profession__controls {
    flex-direction: column;
    justify-content: center;
    max-height: 100px;
    padding-bottom: 20px;
  }

  .rating-bca__btn {
    display: none;
  }

  #wl_63edfe87b47c4 {
    padding-top: 20px;
  }

  .new-profession-card__header {
    flex-direction: column;
  }

  .selected-industries__container {
    position: relative;
    top: 0;
    right: 0;
    max-width: unset;
  }

  .new-profession-card__right {
    padding: 10px 0 0 0;
  }

  .new-profession-card__features {
    align-items: center;
    width: 100%;
    gap: 4px;
  }


  .new-profession-card:nth-child(2n) {
    margin-right: 0;
  }

  .selected-industries__container {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .new-vacancies-card-employers__certificated {
    margin: 0;
  }

  .selected-industries__container {
    display: inline-flex;
    flex-direction: row;
    margin-top: 10px;
  }
}

@media (max-width: 800px) {
  .new-profession__filter-container {
      flex-direction: column-reverse;
      gap: 8px;
      align-items: flex-start;
  }

  .hero-profession__text-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .hero-profession__image-wrapper {
    align-items: flex-start;
  }

  .new-profession__form {
    justify-content: flex-start;
  }

  .profession-filter__dropdown {
        width: max-content;
  }

  .form-profession__input-wrapper {
    max-width: 361px;
    width: 100%;
  }

  .form-profession__field {
    max-width: 361px;
  }

  .hero-profession__logo-bca, .hero-profession__logo-employer {
    max-height: 69px;
  }
}

@media (max-width: 767px) {
  .new-profession-card__right {
    max-height: 100%;
  }

  .new-profession-card__header {
    padding: 26px 24px;
  }

  p.hero-profession__title {
    width: 100%;
  }

  .hero-profession__title-after::after {
    width: 38px;
    height: 22px;
  }

  .new-profession__filter {
    padding: 0;
  }

  .new-profession__content > div {
    width: 100%;
  }

  .new-profession__controls {
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
  }

  .form-profession__input-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
  }

  .form-profession__input-wrapper button[data-boreas-modules="filterBtn"] {
    font-size: 0;
    max-width: 48px;
    margin-top: 0;
    background-color: #ffffff;
    box-shadow: none !important;
  }

  .profession-filter__menu .checkbox input + label {
    padding: 4px 16px;
  }

  .profession-filter--active {
    display: block;
    overflow: scroll;
    height: 100%;
  }

  .profession-filter__header {
    padding: 32px 16px;
  }

  .profession-filter__cancel {
    display: block;
  }

  .profession-filter__menu {
    padding: 20px 12px;
  }

  .profession-filter__menu--hide-desktop {
    display: block;
  }

  .profession-checkbox .checkbox input + label {
    padding-left: 0;
    padding-top: 0;
  }
}


@media (max-width: 700px) {

  .new-profession__item {
    flex: unset;
  }

  .new-profession-card {
    margin: 0;
  }

  .new-profession-card:nth-child(2n) {
    margin-right: 0;
  }

  .new-profession-card:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .hero-profession__text-content {
    padding-bottom: 0;
  }

  .new-profession__content .new-profession__btn {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 700px) {
  .hero-profession .profession-new__container.hero-profession__container {
    margin-top: 72px;
  }

  .hero-profession__title {
    font-size: 24px;
    line-height: 110%;
  }

  .profession-filter__menus-wrapper {
      overflow: auto;
    }

  .hero-profession__descr {
    font-family: 'WalsheimPro Light', 'sans-sarif';
    font-size: 14px;
    line-height: 16px;
  }

  .hero-profession__image-wrapper {
    gap: 8px;
  }

  .hero-profession__logo-bca, .hero-profession__logo-employer {
    max-height: 40px;
  }

  .hero-profession__logo-bca {
    width: 86px;
  }

  .hero-profession__logo-employer {
    width: 26px;
  }
  .profession-filter__menus-wrapper {
    display: flex;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .profession-filter__menus-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .profession-filter__dropdown {
    flex: 0 0 auto;
  }
  
  .profession-filter__dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
  }

  .new-profession__filter-container{
    padding-left: 16px;
  }
}

@media (max-width: 600px) {
  .new-profession-card {
    max-width: 250px;
    width: 100%;
  }

  ul.new-profession__items {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  div.custom-item-card__info {
    padding: 0 20px 0 0;
  }

  .custom-item-card__info .custom-item-card__title {
    margin-left: 20px;
  }

  .custom-item-card__info .custom-item-card__additional-facts {
    margin: 0 0 20px 15px;
  }
}

@media (max-width: 450px) {
  .new-profession-card__feature {
    padding: 4px 8px;
  }
}

@media (max-width: 375px) {
  .hero-profession__text-content {
    max-width: 327px;
  }

  .icon-filter {
    margin-top: 0;
  }

  .icon-filter::before {
    background: url("/local/components/wl/main.section/templates/vacancy/images/Filter-icon.svg");
  }

  p.hero-profession__title {
    max-width: 327px;
  }

  .hero-profession {
    max-width: 375px;
    max-height: 220px;
    padding: 0;
  }

  .icon-filter {
    max-width: 48px;
    max-height: 48px;
    margin: 0;
  }

  .icon-filter:before {
    width: 100%;
    height: 100%;
    background: url("/local/components/wl/main.section/templates/vacancy/images/Filter-icon.svg") no-repeat;
  }

  .hero-profession__text-content {
    margin: 0;
  }

  .new-profession__content {
    padding-top: 0;
    padding-bottom: 111px;
  }

  .new-profession__controls {
    padding-top: 18px;
  }

  .new-profession-card--hide-mobile {
    display: none;
  }

  .new-profession__items {
    margin-top: 15px;
  }

  .new-profession-card__right {
    padding-top: 16px;
  }

  .form-profession__field-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-height: 29px;
  }

  .form-profession__search {
    max-height: 29px;
  }

  .new-profession-card__feature p {
    margin: 0;
  }

  .go-to-top {
    display: flex;
  }
}

@media (max-width: 359px) {
  .hero-profession__text-content {
    margin-right: 0;
  }

  .new-profession__btn {
    font-size: 17px;
    padding: 11px 85px;
  }
}

.checkbox, .radio {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  width: max-content;
}

/* .profession-checkbox div.checkbox input[type="checkbox"]:checked + label,
.profession-checkbox div.radio input[type="radio"]:checked + label
{
  color: #ffffff;
  background: #bd0c1e;
} */

.new-vacancies-card-employers__certificated {
  Width: 35px;
  height: 52PX;
  background: url(./bitrix/news.detail/.default/images/logo-employer.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
}

.profession-filter__container {
  width: 100%;
}

.profession-filter__menus-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

.profession-filter__dropdown {
    position: relative;
    display: inline-block;
}

.profession-filter__dropdown-toggle {
  width: max-content;
    max-height: 30px;
    background: #ffffff;
    font-family: 'WalsheimPro Regular', 'sans-sarif';
    font-size: 16px;
    font-weight: 400;
    color: #121217;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 12px;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
}

.profession-filter__dropdown-toggle.active {
    color: #AAB4B6;
}

.btn-generation-employer {
  width: max-content;
  min-width: max-content;
  max-height: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(169.76deg, rgba(189, 12, 30, 0.493) 32.45%, rgba(189, 12, 30, 0.85) 51.43%, rgba(189, 12, 30, 0.68) 86.52%);
  font-family: 'WalsheimPro Regular', 'sans-sarif';
  font-size: 16px;
  color: #FFFFFF;
  padding: 8px 12px;
  border: none;
  border-radius: 16px;
}

.btn-generation-employer:hover, .btn-generation-employer.active {
    background: linear-gradient(169.76deg, rgba(189, 12, 30, 0.68) 32.45%, rgba(209, 30, 159, 0.85) 52.46%, rgba(189, 12, 30, 0.697) 82.46%, rgba(189, 12, 30, 0.85) 86.52%);
}

.dropdown-count {
    background: #BD0C1E;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.dropdown-text {
    flex: 1;
    text-align: left;
    position: relative;
}

.dropdown-search-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    border-radius: 15px;
    display: none;
    align-items: center;
    padding: 0 16px;
    z-index: 10;
}

.dropdown-search-container.active {
    display: flex;
}

.dropdown-search-input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
}

.profession-filter__dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 250px;
    max-height: 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 5px;
    scrollbar-gutter: stable;
    padding-right: 4px;
}


.profession-filter__dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-arrow {
  width: 10px;
  height: 5px;
  background-image: url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L4.5 4L8 1" stroke="%23121217" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.profession-filter__dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}

.profession-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.profession-checkbox .checkbox {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.profession-filter__item {
  width: 100%;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.selected-indicator {
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(./bitrix/news.detail/.default/images/icon-check-mark.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #BD0C1E;
  border-radius: 50%;
  display: none;
}

input[type="checkbox"]:checked ~ label .selected-indicator, input[type="checkbox"]:checked + label .selected-indicator {
  display: block;
}

@media (max-width: 768px) {
    .profession-filter__menus-wrapper {
        align-items: stretch;
    }
    
    .profession-filter__dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
}

@media (max-width: 700px) {
    .desktop-version { 
      display: none;
     }

     .swiper-horizontal {
      overflow: clip
     }

    .filter-swiper-container {
        overflow: clip;
        overflow-y: visible !important;
    }

    .filter-swiper-wrapper {
        overflow-y: visible !important;
        overflow: initial !important;
    }

    .swiper-slide {
      max-width: fit-content;
    }
}

@media (min-width: 701px) {
    .mobile-version { 
      display: none; 
    }
}