

/* 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/production/education.css?1750233406656*/
.education {
  padding: 80px 0;
}
.education ul li:not(:last-child) {
  margin-bottom: 80px;
}
.education ul li h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 118%;
  color: var(--black-color);
  margin-bottom: 24px;
}
.education ul li p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--black-color);
}

@media (max-width: 768px) {
  .education {
    padding-top: 32px;
  }

  .education ul li h3 {
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
  }

  .education ul li:not(:last-child) {
    margin-bottom: 40px;
  }

  .education {
    padding-bottom: 40px;
  }
}
/* End */


/* Start:/local/templates/nlmk_career/css/production/global-leader.css?17502334062030*/
.global-leader__card {
  position: relative;
}
.global-leader__card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #D4DDEF;
}
.global-leader__card:nth-child(odd)::before {
  width: calc(100% + 65px);
  left: -65px;
}

.global-leader__card-inner {
  padding-bottom: 60px;
}

.global-leader__card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 24px;
  margin-top: 48px;
}

.global-leader__card-number {
  margin-bottom: 1px;
  color: var(--primary-color);
}

@media (min-width: 769px) and (max-width: 1045px) {
  .global-leader__card-number.text-88 {
    font-size: 52px;
  }
}

.global-leader__card-subtitle {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .global-leader__card-number {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .global-leader__card-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 18px;
  }

  .global-leader__card-inner {
    display: flex;
    align-items: flex-start;
    padding-bottom: 16px;
  }

  .global-leader__card-number {
    flex: 0 1 40%;
    text-align: right;
    margin-right: 16px;
    position: relative;
    top: -5px;
  }

  .global-leader__card-text-wrapper {
    flex: 0 1 60%;
  }

  .global-leader__card-wrapper {
    margin-top: 20px;
  }

  .global-leader__card-subtitle {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .global-leader__card-text {
    font-size: 16px;
  }

  .global-leader__title {
    padding-bottom: 20px;
    position: relative;
  }
  .global-leader__title::before {
    content: "";
    height: 1px;
    background-color: #CAD2DE;
    width: calc(100% + 24px + 24px);
    left: -24px;
    position: absolute;
    bottom: 0;
  }

  .global-leader__card::before {
    width: calc(100% + 48px);
    left: -24px;
  }

  .global-leader__card:nth-child(odd)::before {
    width: calc(100% + 48px);
    left: -24px;
  }
}
/* End */


/* Start:/local/templates/nlmk_career/css/production/slider-testimonials.css?17502334063694*/
.testimonials {
  padding-bottom: 72px;
}

.slider-testimonials {
  display: block;
  overflow: hidden;
  position: relative;
}
.slider-testimonials__wrapper {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
}
.slider-testimonials__item {
  display: block;
  flex-shrink: 0;
}
.slider-testimonials__navigation-item {
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  z-index: 6;
  border: 1px solid #D4DDEF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-testimonials__navigation-item svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--primary-color);
}
.slider-testimonials__navigation-item_prev {
  left: 0;
  bottom: 40px;
  transform: rotate(90deg);
}
.slider-testimonials__navigation-item_next {
  transform: rotate(-90deg);
  bottom: 40px;
  left: 52px;
}
.slider-testimonials__navigation-item_disabled {
  display: none;
}
.slider-testimonials__navigation-item .icon {
  display: block;
}

.slider-testimonials__item {
  position: relative;
}
.slider-testimonials__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-slider-index {
  padding-top: 32px;
  padding-bottom: 44px;
}

.testimonials__quotes-wrapper {
  flex: 0 0 80px;
  height: 80px;
  position: relative;
  margin-right: 17px;
}
.testimonials__quotes-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider-testimonials__item-inner {
  display: flex;
  height: 100%;
}

.testimonials__title {
  margin-bottom: 48px;
}

.testimonials__text {
  margin-bottom: 10px;
}

.testimonials__text-wrapper {
  max-width: 304px;
  position: relative;
  top: 57px;
}

.testimonials__name {
  color: #7A859B;
}

.testimonials__img-wrapper {
  flex: 0 1 485px;
  position: relative;
  height: 100%;
}
.testimonials__img-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  height: fit-content;
  height: -moz-fit-content;
  margin-top: auto;
}

.slider-testimonials__item-inner {
  min-height: 500px;
  height: 100%;
  padding-top: 50px;
}

.testimonials__slider-wrapper {
  position: relative;
}
.testimonials__slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -65px;
  width: calc(100% + 65px);
  height: 100%;
  border: 1px solid #D4DDEF;
  border-radius: 4px;
}

@media (min-width: 500px) and (max-width: 768px) {
  .structure__background {
    height: 480px !important;
    overflow: hidden;
  }
  .structure__background img {
    top: -161px !important;
    height: 132% !important;
  }
}
@media (min-width: 768px) and (max-width: 1845px) {
  .testimonials-about .testimonials__quotes-wrapper {
    position: relative !important;
    width: 74px !important;
    margin-bottom: 24px;
    margin-right: 0;
    left: 115px !important;
    top: 0 !important;
  }
}
@media (max-width: 1280px) {
  .slider-testimonials__item-inner {
    flex-wrap: wrap;
  }

  .testimonials-about .testimonials__quotes-wrapper {
    left: 98px !important;
  }

  .testimonials__img-wrapper {
    flex: 0 0 100%;
    height: 212px;
    margin-top: 0;
  }
  .testimonials__img-wrapper img {
    width: fit-content;
    width: -moz-fit-content;
    right: 0;
    left: auto;
  }

  .slider-testimonials__item-inner {
    padding-top: 48px;
    min-height: auto;
  }

  .testimonials__quotes-wrapper {
    flex: 0 0 28px;
    height: 32px;
  }

  .testimonials__text-wrapper {
    top: 5px;
  }
}
@media (max-width: 768px) {
  .testimonials__text-wrapper {
    flex: 0 1 80%;
  }
}
/* End */


/* Start:/local/templates/nlmk_career/css/production/terms.css?1750233406808*/
.terms {
  padding-bottom: 80px;
}

.terms__list {
  margin-top: 48px;
}

.terms__item {
  display: grid;
  grid-template-columns: 92px 1fr;
  grid-column-gap: 24px;
  align-items: center;
}
.terms__item:not(:last-child) {
  margin-bottom: 48px;
}

@media (max-width: 992px) {
  .terms__img-wrapper {
    width: 64px;
    height: 64px;
    position: relative;
    margin-bottom: 16px;
  }
  .terms__img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .terms__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .terms__list {
    margin-top: 32px;
  }

  .terms__item:not(:last-child) {
    margin-bottom: 32px;
  }

  .terms {
    padding-bottom: 32px;
  }
}
/* End */


/* Start:/local/templates/nlmk_career/css/production/working-professions.css?17502334063064*/
.working-professions__title {
  display: flex;
  align-items: center;
}

.working-professions__title-text {
  margin-right: 16px;
}

.working-professions {
  margin-bottom: 80px;
}
.working-professions .custom-select__header {
  background-color: transparent;
  border: none;
  padding: 0;
  justify-content: flex-start;
}

.working-professions .custom-select__header:hover span,
.working-professions .custom-select__header:hover svg {
  color: #3A3A3A;
  stroke: #3A3A3A;
}

.working-professions .custom-select__body {
  margin-top: 10px
}
.working-professions .custom-select__header-text {
  font-weight: 400;
  font-size: 48px;
  line-height: 115%;
  color: var(--black-text);
  margin-right: 16px;
}
.working-professions .custom-select__icon-arrow {
  flex: 0 0 36px;
  height: 36px;
  stroke-width: 2px;
  stroke: var(--black-text);
  transform: scale(2);
  vertical-align: middle;
  padding-left: 5px;
}
.working-professions .section_item_link.active {
  position: relative;
}
.working-professions .section_item_link.active::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  transition: 0.1s ease-out;
  transform-origin: center;
  background-position: center;

  display: block;
  background-image: url(/local/templates/nlmk_career/css/production/../../img/icons/check-blue.svg);
  right: -28px;
  top: -3px;
  left: auto;
  width: 16px;
  height: 16px;
}

.working-professions__icon-arrow-down {
  width: 36px;
  height: 36px;
  fill: none;
  stroke-width: 2px;
  stroke: var(--black-text);
}

.working-professions__img-wrapper {
  position: relative;
  height: 500px;
  width: calc(100% + 65px);
  margin-top: 48px;
  left: -65px;
}
.working-professions__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.working-professions .custom-select__body {
  top: auto;
}

.working-professions .custom-select--active .custom-select__icon-arrow {
  transform: rotate(180deg) scale(2);
  padding-right: 5px;
  padding-left: 0px;
}

@media (max-width: 1840px) {
  .working-professions__img-wrapper {
    height: calc(50vw/1.96);
    width: calc(100% + 40px);
    left: -40px;
  }
}

@media (max-width: 992px) {
  .working-professions__icon-arrow-down {
    width: 24px;
    height: 24px;
  }

  .working-professions__img-wrapper {
    margin-top: 24px;
  }

  .working-professions .custom-select__header-text {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
  }
  .working-professions .custom-select__icon-arrow {
    stroke-width: 1px;
    stroke: var(--primary-color);
    flex: 0 0 24px;
    height: 24px;
  }
  .working-professions .custom-select__header-text {
    margin-right: 12px;
    word-break: break-word;
  }
  .working-professions .custom-checkbox__text {
    width: fit-content;
    width: -moz-fit-content;
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  .working-professions {
    margin-bottom: 32px;
  }
  .working-professions__img-wrapper {
    height: calc(100vw/1.7);
  }
}
@media (max-width: 768px) {
  .working-professions__img-wrapper {
    height: 206px;
  }
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.sections/detail_vacancy/style.css?17502334061027*/
.production .custom-select.ordinary .custom-select__item .custom-checkbox span.custom-checkbox__text.text-18 {
    white-space: normal;
    font-size: 28px;
}

.production .working-professions a.section_item_link.active::after {
    display: block;
    right: -35px;
    top: 2px;
    left: auto;
    width: 28px;
    height: 28px;
}

.working-professions .custom-select__body .custom-select__list .custom-select__item a,
.working-professions .custom-select__body .custom-select__list .custom-select__item .custom-checkbox a {
    display: block;
}

.working-professions .custom-select__list {
    margin-right: 30px;
}

@media (max-width: 1299px) {
    .production .different-cards {
        width: calc(100% + 40px);
    }
}

.working-professions .custom-select__header-text h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 115%;
    color: var(--black-text);
}

@media (max-width: 992px) {
    .working-professions .custom-select__header-text h1 {
        font-size: 40px;
        line-height: 120%;
    }
}

/* 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/production/education.css?1750233406656 */
/* /local/templates/nlmk_career/css/production/global-leader.css?17502334062030 */
/* /local/templates/nlmk_career/css/production/slider-testimonials.css?17502334063694 */
/* /local/templates/nlmk_career/css/production/terms.css?1750233406808 */
/* /local/templates/nlmk_career/css/production/working-professions.css?17502334063064 */
/* /local/templates/nlmk_career/components/nlmk/iblock.sections/detail_vacancy/style.css?17502334061027 */
/* /local/templates/nlmk_career/components/nlmk/smart.filter/vacancy/style.css?17502334062439 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/vacancies/style.css?17502334061107 */
