

/* Start:/local/templates/nlmk_career/css/all-vacancies/all-vacancies.css?1750233406264*/
.btn-favourite .vacancies-item__btn-text.in-favourite {
    display: none;
}

.btn-favourite.btn-favourite--active .vacancies-item__btn-text {
    display: none;
}

.btn-favourite.btn-favourite--active .vacancies-item__btn-text.in-favourite {
    display: block;
}
/* End */


/* Start:/local/templates/nlmk_career/css/all-vacancies/all-vacancies-professions.css?17502334064277*/
.all-vacancies {
  position: relative;
}
.all-vacancies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: var(--muted-color);
  z-index: -1;
}

.professions__item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: var(--black-text);
  margin-bottom: 4px;
}

.inner-wrapper-sticky {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.professions__wrapper {
  will-change: min-height;
}

.professions__item:hover .professions__img-wrapper {
  bottom: 7px;
}
.professions__item:hover .professions__item-inner::before {
  height: 11px;
}

.professions__item-inner {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  height: 220px;
  position: relative;
}
.professions__item-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-color: var(--success-color);
  z-index: 1;
  transition: var(--transition-main);
}

.professions__item-count {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--secondary-color);
}

.professions__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  margin-top: 45px;
}

.all-vacancies__row {
  display: flex;
}

.all-vacancies__professions {
  flex: 0 1 50%;
  padding-right: 93px;
  padding-bottom: 130px;
}

.all-vacancies__left {
  height: 100%;
}

.professions__text-wrapper {
  flex: 0 1 50%;
  position: relative;
  top: 30px;
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .professions__img-wrapper {
    height: 114px !important;
  }
}
.professions__img-wrapper {
  position: absolute;
  height: 222px;
  width: 100%;
  bottom: 2px;
  right: 0;
  z-index: -1;
  transition: var(--transition-main);
}
.professions__img-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: fit-content;
  object-fit: contain;
  max-height: 100%;
}

.all-vacancies__favourite-icon {
  width: 24px;
  height: 24px;
  fill: var(--primary-color);
  margin-right: 8px;
}
.all-vacancies__favourite-icon mask {
  fill: black;
}

@media (min-width: 1485px) and (max-width: 1700px) {
  .professions__img-wrapper {
    right: -30px;
  }
}

@media (max-width: 1485px) {
  .professions__img-wrapper {
    height: 160px;
  }
}

@media (min-width: 1181px) and (max-width: 1300px) {
  .professions__img-wrapper {
    right: -10px;
  }
}

@media (max-width: 1240px) {
  .professions__img-wrapper {
    height: 160px;
  }

  .all-vacancies__professions {
    padding-right: 40px;
  }

  .all-vacancies__search {
    padding-left: 40px;
  }

  .professions__item-count {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .professions__row {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 24px;
  }
}
@media (max-width: 768px) {
  .all-vacancies__row {
    flex-direction: column;
  }

  .all-vacancies::before {
    display: none;
  }

  .all-vacancies__professions {
    padding-right: 0;
  }

  .all-vacancies__search {
    padding-left: 0 !important;
  }

  .professions__img-wrapper {
    width: 130px;
    height: 130px;
    position: relative;
    margin-left: auto;
    z-index: 0;
  }

  .all-vacancies__title {
    font-size: 40px !important;
    position: relative;
  }

  .professions__row {
    margin-top: 40px;
  }

  .professions__item-title {
    max-width: 232px;
  }

  .professions__img-wrapper {
    margin-top: auto;
    position: absolute;
    right: 0;
  }

  .professions__text-wrapper {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 25px;
    top: 0;
  }

  .professions__item-inner {
    height: 100%;
  }

  .professions__item {
    min-height: 130px;
  }

  .all-vacancies__professions {
    position: relative;
  }
  .all-vacancies__professions::before {
    content: "";
    position: absolute;
    left: -16px;
    bottom: 0;
    background-color: #F1F4F8;
    width: calc(100% + 32px);
    height: calc(100% + 104px);
  }

  .all-vacancies__professions {
    padding-bottom: 44px;
    margin-bottom: 40px;
  }
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/smart.filter/vacancy/style.css?17502334062439*/
/* fallback */
:root {
    --custom-scroll-bottom: 104px;
}

.search__block .btn-primary.disabled, .filters .btn-primary.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#smart-filter-form .custom-select__list .custom-checkbox__text {
    white-space: pre-wrap !important;
}

.filters__item .custom-checkbox__text {
    position: relative;
    padding-left: 36px;
    display: inline-block;
    white-space: pre-wrap;
}

.white-space {
    width: auto;
    height: 61px;
}

.filters__header {
    margin-bottom: unset;
    position: sticky;
    top: 0;
    background-color: var(--white-color);
    z-index: 100;
    height: 82px;
    width: auto;
    padding-bottom: 16px;
    padding-top: 32px;
}

.filters__options.search {
    margin-top: 40px;
}
.fancybox-button.fancybox-close-small {
    position: fixed;
}

.filters__city .filters__city-name {
    margin: 4px;
}

.custom-select__header-text.placeholder {
    color: #ADB1B7;
}

.filters__header-city {
    position: absolute;
    background-color: #FFF;
    width: 100%;
    min-height: 50px;
    display: none;
}

.filters > .simplebar-track.simplebar-vertical {
    top: 82px;
    bottom: 104px;
}

@media (max-width: 580px) {

    .filters.filters-city-active .filters__header-city {
        display: block;
    }
    .filters.filters-city-active .fancybox-close-small {
        display: none;
    }
    .filters.filters-city-active .filters__btn-show-wrapper {
        display: none;
    }

    #smart-filter-form  .custom-checkbox__text .highlight {
        background: rgba(27, 88, 182, 0.2);
        border-radius: 2px;
        color: #1B58B6;
        padding: 0px 2px;
    }

    .filters > .simplebar-track.simplebar-vertical {
        bottom: var(--custom-scroll-bottom);
    }
}

.filters .simplebar-vertical {
    right: 6px;
}

.specialisations-scroll {
    max-height: 300px;
    height: 100%;
    margin-top: 20px;
}

.specialisations-scroll .filters__list {
    margin-top: unset;
    padding-top: 2px;
}

.filters__block-visible {
    display: block;
}

.filters__block-hidden {
    display: none;
}

.filters__btn-show-wrapper .filters__btn-all {
    padding: 14.5px 34px;
    cursor: pointer;
    text-align: center;
    font-family: "Circe", sans-serif;
}

.filters__btn-show-wrapper .filters__btn-all img {
    margin-right: 12px;
}

@media(max-width: 992px) {
    .filters__btn-show-wrapper .filters__btn-all {
        padding: 11.5px 34px;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/vacancies/style.css?17502334061107*/
.hhru_link img {
    margin-left: 5px;
}

.hhru_link.mobile {
    display: none;
}

.all-vacancies .vacancies-item__btn-transparent {
    text-decoration: none;
}

.all-vacancies__list .vacancies-item__inner b {
    color: #1B58B6;
    background: rgba(27, 88, 182, 0.2);
    border-radius: 2px;
    padding: 0px 2px;
    gap: 10px;
}

@media (max-width: 768px) {
    .hhru_link {
        display: none;
    }
    .hhru_link.mobile {
        display: block;
    }

    .all-vacancies__list .vacancies-item__info--flex {
        display: flex;
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .all-vacancies__list .vacancies-item__info--flex .vacancies-item__elem:first-child {
        flex-basis: 100%;
    }

    .all-vacancies__list .vacancies-item__info--flex .vacancies-item__elem {
        width: calc(50% - 12px);
    }

    .all-vacancies__list .vacancies-item__elem.text-16 {
        font-size: 16px;
    }

    .mobile-fixed-block.scroll_top--active {
        display: block;
    }
}

@media (min-width: 768px) {
    .mobile-fixed-block.scroll_top--active {
        display: none;
    }
}
/* End */
/* /local/templates/nlmk_career/css/all-vacancies/all-vacancies.css?1750233406264 */
/* /local/templates/nlmk_career/css/all-vacancies/all-vacancies-professions.css?17502334064277 */
/* /local/templates/nlmk_career/components/nlmk/smart.filter/vacancy/style.css?17502334062439 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/vacancies/style.css?17502334061107 */
