

/* Start:/local/templates/nlmk_career/css/all-vacancies/all-vacancies.css?1759170925264*/
.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?1759170925656*/
.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?17591709252030*/
.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?17591709253694*/
.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?1759170925808*/
.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?17591709253064*/
.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?17591709251027*/
.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/iblock.items/section_global_company/style.css?17591709251526*/
.global-leader__card .global-leader__card-inner p {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: var(--black-text);
}
.global-leader__card .global-leader__card-inner h2 {
    font-weight: 400;
    font-size: 88px;
    line-height: 100%;
    margin-bottom: 1px;
    color: var(--primary-color);
}
.global-leader__card .global-leader__card-inner b {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 8px;
}

@media (max-width: 1400px) {
    .global-leader__card .global-leader__card-inner h2 {
        font-size: 80px;

    }
}
@media (max-width: 992px) {
    .global-leader__card .global-leader__card-inner p {
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -0.02em;
    }
}
@media (min-width: 769px) and (max-width: 1045px) {
    .global-leader__card .global-leader__card-inner h2 {
        font-size: 52px;
    }
}
@media (max-width: 768px) {
    .global-leader__card .global-leader__card-inner p {
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -0.02em;
        flex: 0 1 60%;
    }
    .global-leader__card .global-leader__card-inner h2 {
        font-size: 36px;
        flex: 0 1 40%;
        text-align: right;
        margin-right: 16px;
        position: relative;
        top: -5px;
    }
    .global-leader__card .global-leader__card-inner b {
        font-size: 20px;
        margin-bottom: 4px;
    }
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/reviews_vacancy/style.css?17591709254987*/
.testimonials {
    padding-bottom: 72px;
}

.testimonials .slider-testimonials {
    display: block;
    overflow: hidden;
    position: relative;
}
.testimonials .slider-testimonials__wrapper {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
}
.testimonials .slider-testimonials__item {
    display: block;
    flex-shrink: 0;
}
.testimonials .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;
}
.testimonials .slider-testimonials__navigation-item svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: var(--primary-color);
}
.testimonials .slider-testimonials__navigation-item_prev {
    left: 0;
    bottom: 40px;
    transform: rotate(90deg);
}
.testimonials .slider-testimonials__navigation-item_next {
    transform: rotate(-90deg);
    bottom: 40px;
    left: 52px;
}
.testimonials .slider-testimonials__navigation-item_disabled {
    display: none;
}
.testimonials .slider-testimonials__navigation-item .icon {
    display: block;
}

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

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

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

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

.testimonials .testimonials__title {
    margin-bottom: 48px;
}

.testimonials .testimonials__text {
    margin-bottom: 10px;
}

.testimonials .testimonials__text-wrapper {
    max-width: 340px;
    position: relative;
    top: 57px;
    margin-bottom: 150px;
}

.testimonials .testimonials__name {
    color: #253866;
    line-height: 140%;
}
.testimonials .testimonials__position {
    color: #7A859B;
    line-height: 140%;
}

.testimonials .testimonials__img-wrapper {
    flex: 0 1 360px;
    position: relative;
    height: 100%;
}
.testimonials .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;
}

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

.testimonials .testimonials__slider-wrapper {
    position: relative;
}
.testimonials .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) {
    .testimonials .structure__background {
        height: 480px !important;
        overflow: hidden;
    }
    .testimonials .structure__background img {
        top: -161px !important;
        height: 132% !important;
    }
}
@media (min-width: 768px) and (max-width: 1845px) {
    .testimonials .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) {
    .testimonials .slider-testimonials__item-inner {
        flex-wrap: wrap;
    }

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

    .testimonials .testimonials__text-wrapper {
        margin-bottom: 0px;
    }

    .testimonials .testimonials__img-wrapper {
        flex: 0 0 100%;
        height: 212px;
        margin-top: 0;
        align-self: end;
    }
    .testimonials .testimonials__img-wrapper img {
        width: auto;
        right: 0;
        left: auto;
    }

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

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

    .testimonials .testimonials__text-wrapper {
        top: 5px;
    }
}
@media (max-width: 768px) {
    .production__working-professions .testimonials {
        width: calc(100% + 47px);
        left: -25px;
        margin-bottom: 40px;
    }
    .testimonials .testimonials__text-wrapper {
        flex: 0 1 80%;
        min-height: 257px;
    }
}
.testimonials.testimonials-about .testimonials__text-wrapper .testimonials-about__text-wrapper p {
    font-size: 16px;
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/media_preview_vacancy/style.css?17591709254521*/
.production .different-cards {
    display: block;
}

@media  screen and (min-width: 768px) {
    .different-cards .different-cards__item {
        padding: 15px;
        width: 50%;
    }
}

.different-cards .different-cards__item .text-block .img-wrapper {
    position: relative;
}

.different-cards .different-cards__item .text-block .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.different-cards .different-cards__item .text-block .text-block__inner {
    padding: 0 0 !important;
}

.different-cards .different-cards__item .text-block .text-block__inner .text-block__title {
    padding: 32px 32px 0;
}

.different-cards .different-cards__item .text-block .text-block__inner .different-cards__bottom{
    padding: 32px 32px;
}

.different-cards .different-cards__item .text-block .text-block__inner .text-block__paragraph {
    padding: 0 32px;
}

.different-cards .different-cards__item.blue .text-block{
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.different-cards .different-cards__item.blue .text-block .text-block__title{
    color: #FFFFFF;
}

.different-cards .different-cards__text.different-cards__text-green.blue .text-block .text-block__title span:hover {
    background: linear-gradient(#FFFFFF, #FFFFFF);
    background-position: 0 90%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
}

.different-cards .different-cards__text.different-cards__text-green .text-block .text-block__title span:hover {
    background: linear-gradient(#253866, #253866);
    background-position: 0 90%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
}

.different-cards .different-cards__item.blue .text-block .btn-black-outline-small{
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.different-cards .different-cards__item.blue .text-block .btn-black-outline-small:hover{
    background: rgb(11 107 203);
}

.different-cards .different-cards__item.blue .text-block p{
    color: #FFFFFF;
}

.different-cards .different-cards__item.blue .text-block .different-cards__bottom-text{
    color: #FFFFFF;
}

.production .different-cards .img-wrapper img {
    width: 100%;
}
.production .text-block__inner {
    height: auto;
}

@media screen and (max-width: 768px) {
    .different-cards .different-cards__item .text-block .text-block__inner .text-block__title {
        padding: 56px 24px 0;
    }
    .different-cards .different-cards__item .text-block .text-block__inner .different-cards__bottom{
        padding: 56px 24px;
    }

    .different-cards .different-cards__item .text-block .text-block__inner .text-block__paragraph {
        padding: 0 24px;
    }
}

@media screen and (max-width: 580px) {
    .different-cards .different-cards__item {
        width: 100%;
        padding: 0px;
    }
}

.row_media_preview {
    display: flex;
}

.small_cart_wraper {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.different-cards .small_cart_wraper .different-cards__item.small {
    width: 100%;
    padding: 15px 15px;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .different-cards .small_cart_wraper .different-cards__item.small {
        padding: 0;
    }

    .small_cart_wraper {
        max-width: unset;
        display: block;
    }

    .row_media_preview {
        display: block;
    }
}

.different-cards .small_cart_wraper .different-cards__item.small.nav {
    width: 100%;
}

.different-cards .small_cart_wraper .different-cards__item.small.nav.height-50 {
    height: 50%;
}

.different-cards .different-cards__item.small.nav .block-links {
    height: 100%;
}

.different-cards .different-cards__item .different-cards__quiz.quiz {
    display: flex;
    height: 100%;
}

.different-cards .different-cards__item .different-cards__quiz.quiz .quiz__text-wrapper {
    margin: auto;
}

.different-cards .different-cards__item.video {
    height: auto;
}

.production.main-padding .different-cards {
    margin-left: -15px;
    margin-right: -15px;
    left: 0;
    width: unset;
}

.different-cards .different-cards__item.nav .block-links__btn{
    color: var(--primary-color);
    border-bottom: 1.5px solid var(--border-link);
}

.different-cards .block-links__btn {
    display: inline-block;
    font-weight: 400;
    line-height: 130%;
    color: var(--primary-color);
    border-bottom: 1px solid var(--border-link);
    width: fit-content;
    width: -moz-fit-content;
    margin-top: auto;
    transition: var(--transition-main);
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/smart.filter/vacancy/style.css?17591709252439*/
/* 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?17591709251107*/
.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?1759170925264 */
/* /local/templates/nlmk_career/css/production/education.css?1759170925656 */
/* /local/templates/nlmk_career/css/production/global-leader.css?17591709252030 */
/* /local/templates/nlmk_career/css/production/slider-testimonials.css?17591709253694 */
/* /local/templates/nlmk_career/css/production/terms.css?1759170925808 */
/* /local/templates/nlmk_career/css/production/working-professions.css?17591709253064 */
/* /local/templates/nlmk_career/components/nlmk/iblock.sections/detail_vacancy/style.css?17591709251027 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/section_global_company/style.css?17591709251526 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/reviews_vacancy/style.css?17591709254987 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/media_preview_vacancy/style.css?17591709254521 */
/* /local/templates/nlmk_career/components/nlmk/smart.filter/vacancy/style.css?17591709252439 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/vacancies/style.css?17591709251107 */
