

/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/company_in_numbers/style.css?17502334062898*/
.numbers {
  margin-top: -184px;
  position: relative;
  z-index: 101;
}

.numbers__row {
  display: flex;
  align-items: center;
}

.numbers__card-number {
  font-weight: 400;
  font-size: 88px;
  line-height: 100%;
  color: var(--blue-text);
  margin-right: 24px;
  flex: 0 0 20%;
  text-align: right;
}

.numbers__card:not(.numbers__card--active) .numbers__card-title {
  color: #5E6A88;
}
.numbers__card:not(.numbers__card--active) .numbers__card-number {
  color: #5E6A88;
}
.numbers__card:not(.numbers__card--active) .numbers__card-subtitle {
  color: #5E6A88;
}

.numbers__card-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 118%;
  color: var(--blue-text);
  margin-bottom: 15px;
}

.numbers__card {
  display: flex;
  height: 184px;
  position: relative;
  padding-top: 43px;
}
.numbers__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% + 200px);
  z-index: -1;
  background-color: var(--white-color);
  transition: var(--transition-main);
}
.numbers__card.numbers__card--active::before {
  background-color: var(--green-color);
}

.numbers__card-subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: var(--blue-text);
}

.numbers__row .numbers__text-wrapper {
  flex: 0 1 50%;
  padding-left: 60px;
  padding-top: 0px;
  align-self: flex-start;
  margin-top: 220px;
}
.numbers__text-wrapper h5 {
  font-weight: 400;
  font-size: 40px;
  line-height: 118%;
}
.numbers__text-wrapper h5:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1330px) {
  .numbers__row .numbers__text-wrapper {
    padding-top: 0px;
  }
  .numbers__text-wrapper h5 {
    font-size: 32px;
  }
}
@media (min-width: 1080px) {
  .numbers__card-number {
    position: relative;
    top: 10px;
  }
}
@media (max-width: 1080px) {
  .numbers__row .numbers__text-wrapper {
    margin-top: 40px;
    padding-left: 24px;
  }
  .numbers__text-wrapper h5 {
    font-size: 32px;
  }

  .numbers {
    margin-top: 0;
    padding-bottom: 88px;
  }

  .numbers__card {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .numbers__card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 4px;
  }

  .numbers__card-number {
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
  }

  .numbers__row {
    align-items: flex-start;
  }

  .numbers__card-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 992px) {
  .numbers__row {
    display: block;
  }

  .numbers__card:nth-child(1)::before {
    border-top: 1px solid #CAD2DE;
  }
  .numbers__card::before {
    right: -16px;
    border-bottom: 1px solid #CAD2DE;
  }

  .numbers__card-number {
    margin-right: 16px;
  }

  .numbers__card-number {
    flex: 0 0 34%;
  }

  .numbers__text-wrapper {
    padding: 56px 8px 0px 8px;
  }
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items.grouped/about_country/style.css?17502334065718*/
.country .tabs-item .accordion__item .accordion__content.active {
    display: block;
}
.country {
    border-top: 1px solid #D4DDEF;
}

.country-accordion .accordion__title {
    display: flex;
}
.country-accordion .accordion__content {
    padding: 0;
}
.country-accordion .country-accordion__row {
    display: flex;
}
.country-accordion .country-accordion__text {
    flex: 0 1 50%;
}
.country-accordion .country-accordion__text.active .accordion__title::after {
    transform: rotate(180deg) translateY(50%);
}
@media (min-width: 768px) {
    .country-accordion .country-accordion__text:hover .accordion__title {
        color: var(--primary-color);
    }
    .country-accordion .country-accordion__text:hover .accordion__title::after {
        background-image: url(/local/templates/nlmk_career/components/nlmk/iblock.items.grouped/about_country/img/arrow-down-blue.svg);
    }
}
.country-accordion .country-accordion__block-img {
    flex: 0 1 50%;
}
.country-accordion .country-accordion__img-wrapper {
    width: calc(100% + 150px);
    position: relative;
}
.country-accordion .country-accordion__img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.country-accordion .country-accordion__img-wrapper-1 {
    height: 100%;
}
.country-accordion .country-accordion__img-wrapper-2 {
    height: 0;
}
.country-accordion .accordion__item--active .country-accordion__img-wrapper-1 {
    height: 50%;
}
.country-accordion .accordion__item--active .country-accordion__img-wrapper-2 {
    height: 50%;
}
.country-accordion .accordion__item {
    padding: 0;
}
.country-accordion .accordion__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 118%;
    color: var(--black-text);
    padding-top: 48px;
    padding-bottom: 48px;
    transition: var(--transition-main);
}
.country-accordion .accordion__title::before {
    display: none;
}
.country-accordion .accordion__title::after {
    content: "";
    width: 32px;
    height: 32px;
    right: 88px;
    background-image: url(/local/templates/nlmk_career/components/nlmk/iblock.items.grouped/about_country/../../../../img/icons/arrow-down-grey.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1660px) {
    .country-accordion .country-accordion__img-wrapper {
        width: calc(100% + 24px);
    }
}
@media (max-width: 992px) {
    .country-accordion .accordion__title {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 24px;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: -0.02em;
    }
    .country-accordion .accordion__title::after {
        right: 24px;
    }
    .country-accordion .country-accordion__row {
        flex-direction: column;
    }
    .country-accordion .country-accordion__block-img {
        height: 227px;
        margin-bottom: 24px;
        display: none;
    }
    .country-accordion .country-accordion__img-wrapper {
        width: 100%;
        height: 100%;
    }
    .country-accordion .country-accordion__img-wrapper-2 {
        display: none;
    }
    .country-accordion .accordion__item--active .country-accordion__block-img {
        display: block;
    }
    .country-accordion .accordion__item--active .country-accordion__img-wrapper-1 {
        height: 100%;
    }
    .country-accordion .accordion__item--active .accordion__title {
        padding-bottom: 24px;
    }
}
@media (max-width: 768px) {
    .country-accordion .country-accordion__element {
        margin-bottom: 24px;
    }
    .country-accordion .country-accordion__element h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 8px;
        padding-right: 0;
    }
    .country-accordion .country-accordion__element p {
        font-weight: 400;
        font-size: 16px;
        padding-right: 0;
    }
    .country-accordion .country-accordion__element ul {
        margin-top: 24px;
    }
    .country-accordion .country-accordion__element ul li {
        font-size: 16px;
        line-height: 140%;
        padding-right: 0;
    }
    .country-accordion .country-accordion__element ul li span {
        flex: 0 0 40%;
    }
    .country-accordion .country-accordion__element ul li p {
        padding-right: 0;
    }
}

.country-accordion__element {
    margin-bottom: 48px;
}
.country-accordion__element h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 11px;
    color: var(--black-text);
    padding-right: 40px;
}
.country-accordion__element p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black-text);
    padding-right: 40px;
}
.country-accordion__element ul {
    margin-top: 40px;
}
.country-accordion__element ul li {
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #D4DDEF;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    padding-right: 40px;
}
.country-accordion__element ul li:not(:first-child) {
    padding-top: 16px;
}
.country-accordion__element ul li span {
    display: inline-block;
    color: #878E98;
    padding-right: 24px;
    flex: 0 0 20%;
}
.country-accordion__element ul li p {
    color: var(--black-text);
}
.country-accordion__element:last-child ul:last-child li:last-child {
    border-bottom: none;
}

@media (min-width: 992px) and (max-width: 1500px) {
    .country-accordion__element ul li span {
        flex: 0 0 34% !important;
    }
}
.accordion__item.accordion__item--active .country-accordion__img-wrapper {
    height: 50%;
}
.accordion__item--active .country-accordion__row .accordion__title::after {
    top: 50%;
}

@media (max-width: 768px) {
    .accordion__item.accordion__item--active .country-accordion__img-wrapper {
        height: 100%;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/steel_industries/style.css?17502334063310*/
.create-steel {
  padding-top: 113px;
  padding-bottom: 138px;
  background-color: var(--primary-color);
}

.create-steel__title {
  color: var(--white-color)!important;
  margin-bottom: 117px;
  max-width: 901px;
}

.create-steel__card-title {
  margin-top: 32px;
  color: var(--white-color)!important;
}

.create-steel__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 120px 24px;
}

.create-steel__card-img-wrapper {
  height: 120px;
  width: 120px;
}
.create-steel__card-img-wrapper img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1240px) {
  .create-steel__row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .create-steel {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .create-steel__row {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 32px 24px !important;
  }

  .create-steel__title {
    margin-bottom: 40px;
  }

  .create-steel__card-img-wrapper {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .create-steel__row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.create-terms p {
  color: var(--white-color);
  margin-top: 16px;
}
.create-terms .create-steel__row {
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 24px;
}
.create-terms .create-steel__title {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .create-steel__title {
    margin-bottom: 32px !important;
  }

  .create-steel__card .create-steel__card-img-wrapper {
    position: relative;
  }
}
@media (max-width: 480px) {
  .create-steel__card {
    display: flex;
    align-items: center;
  }

  .create-terms .create-steel__card {
    align-items: flex-start;
  }

  .create-steel__card-img-wrapper {
    flex: 0 0 80px;
    margin-right: 16px;
  }

  .create-steel__card-title {
    margin-top: 0;
  }
}
.consider {
  padding-top: 151px;
  padding-bottom: 144px;
  background-color: var(--white-color);
}
.consider .create-steel__title {
  color: var(--black-color);
  max-width: 100%;
  margin-bottom: 112px;
}
.consider .create-steel__text-wrapper p {
  color: var(--black-text) !important;
}
.consider .create-steel__card-title {
  font-weight: 300;
  font-size: 88px;
  line-height: 96%;
  margin-top: 0;
  color: var(--black-text) !important;
}
.consider .create-steel__card {
  display: flex;
}
.consider .create-steel__card-img-wrapper {
  flex: 0 0 120px;
  margin-right: 24px;
}
.consider .create-steel__row {
  gap: 126px 48px;
}

@media (max-width: 1480px) {
  .consider .create-steel__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .consider .create-steel__card-title {
    font-size: 56px !important;
  }
}
@media (max-width: 768px) {
  .consider {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .consider .create-steel__row {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-row-gap: 24px !important;
  }
  .consider .create-steel__card-img-wrapper {
    flex: 0 0 80px;
  }
  .consider .create-steel__card-title {
    font-size: 32px !important;
  }
  .consider .create-steel__title {
    font-size: 32px !important;
  }
  .consider .create-steel__card-title {
    font-weight: 400 !important;
  }
  .consider .create-steel__card-img-wrapper {
    margin-right: 16px;
  }
  .consider .create-steel__text-wrapper p {
    margin-top: 8px;
  }
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/developing_together/style.css?17502334062267*/
.progress {
  margin-top: 112px;
  margin-bottom: 112px;
}

.progress__inner {
  margin: -12px;
}
.progress__item {
  width: 50%;
  padding: 12px;
}

.progress__img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.progress__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.progress__text-block {
  width: 100%;
}

.progress__text-block-inner {
  padding: 76px 80px 148px 80px;
  background: #F1F4F8;
}

.progress__title {
  line-height: 1;
  color: var(--blue-text);
}

.progress__text-wrapper {
  margin-top: 32px;
}
.progress__text-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--blue-text);
}
.progress__text-wrapper p:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1300px) {
  .progress__text-block-inner {
    padding: 56px 24px 32px 24px;
  }

  .progress__title {
    font-size: 32px;
  }
}
.progress__img-mobile {
  display: none;
}

@media (max-width: 768px) {
  .progress {
    margin-top: 0;
  }

  .progress__img-desktop {
    display: none;
  }

  .progress__img-mobile {
    display: block;
  }

  .progress__inner {
    margin: 0 -40px;
  }

  .progress__text-block-inner {
    background: #E3E9F3;
  }

  .progress__item {
    padding: 0;
    width: 100%;
  }
  .progress__item:nth-child(4) {
    display: none;
  }

  .progress {
    margin-bottom: 56px;
  }
}

@media (max-width: 767.98px) {
  .progress__inner {
    margin: 0 -16px;
  }
}

.progress ._container-sm .progress__inner.hidden {
  opacity: 0;
  visibility: hidden;
  user-select: none;
}

.progress ._container-sm .progress__inner.developing_together {
  position: relative;
  height: 1284px;
}

.progress ._container-sm .progress__inner.developing_together .progress__item {
  position: absolute;
  left: 50%;
  top: 0px;
}

@media screen and (max-width: 768px) {
  .progress ._container-sm .progress__inner.developing_together {
    height: unset;
  }

  .progress ._container-sm .progress__inner.developing_together .progress__item {
    position: static;
  }
}

.progress ._container-sm .progress__inner.hidden {
  display: none;
}

@media (max-width: 580px) {
  .progress ._container-sm .progress__inner.hidden {
    opacity: 1;
    visibility: visible;
    user-select: all;
  }
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/about_comfortable/style.css?17502334063649*/
.create-steel {
    padding-top: 113px;
    padding-bottom: 138px;
    background-color: var(--primary-color);
}

.create-steel__title {
    color: var(--white-color)!important;
    margin-bottom: 117px;
    max-width: 901px;
}

.create-steel__card-title {
    margin-top: 32px;
    color: var(--white-color)!important;
}

.create-steel__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 120px 24px;
}

.create-steel__card-img-wrapper {
    height: 120px;
    width: 120px;
}
.create-steel__card-img-wrapper img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1240px) {
    .create-steel__row {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .create-steel {
        padding-top: 48px;
        padding-bottom: 56px;
    }

    .create-steel__row {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 32px 24px !important;
    }

    .create-steel__title {
        margin-bottom: 40px;
    }

    .create-steel__card-img-wrapper {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 480px) {
    .create-steel__row {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
.create-terms p {
    color: var(--white-color);
    margin-top: 16px;
}
.create-terms .create-steel__row {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 24px;
}
.create-terms .create-steel__title {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .create-steel__title {
        margin-bottom: 32px !important;
    }

    .create-steel__card .create-steel__card-img-wrapper {
        position: relative;
    }
}
@media (max-width: 480px) {
    .create-steel__card {
        display: flex;
        align-items: center;
    }

    .create-terms .create-steel__card {
        align-items: flex-start;
    }

    .create-steel__card-img-wrapper {
        flex: 0 0 80px;
        margin-right: 16px;
    }

    .create-steel__card-title {
        margin-top: 0;
    }
}
.consider {
    padding-top: 151px;
    padding-bottom: 144px;
    background-color: var(--white-color);
}
.consider .create-steel__title {
    color: var(--black-color);
    max-width: 100%;
    margin-bottom: 112px;
}
.consider .create-steel__text-wrapper p {
    color: var(--black-text) !important;
}
.consider .create-steel__card-title {
    font-weight: 300;
    font-size: 88px;
    line-height: 96%;
    margin-top: 0;
    color: var(--black-text) !important;
}
.consider .create-steel__card {
    display: flex;
}
.consider .create-steel__card-img-wrapper {
    flex: 0 0 120px;
    margin-right: 24px;
}
.consider .create-steel__row {
    gap: 126px 48px;
}

@media (max-width: 1480px) {
    .consider .create-steel__row {
        grid-template-columns: repeat(2, 1fr);
    }
    .consider .create-steel__card-title {
        font-size: 56px !important;
    }
}
@media (max-width: 768px) {
    .consider {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .consider .create-steel__row {
        grid-template-columns: repeat(1, 1fr) !important;
        grid-row-gap: 24px !important;
    }
    .consider .create-steel__card-img-wrapper {
        flex: 0 0 80px;
    }
    .consider .create-steel__card-title {
        font-size: 32px !important;
    }
    .consider .create-steel__title {
        font-size: 32px !important;
    }
    .consider .create-steel__card-title {
        font-weight: 400 !important;
    }
    .consider .create-steel__card-img-wrapper {
        margin-right: 16px;
    }
    .consider .create-steel__text-wrapper p {
        margin-top: 8px;
    }
}
.create-steel__text-wrapper p.text-18 {
    font-size: 28px;
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/reviews/style.css?17502334068809*/
.testimonials-about {
  padding-bottom: 130px;
  background: #F1F4F8;
}
.testimonials-about .testimonials-about__name {
  font-weight: 400;
  font-size: 40px;
  line-height: 118%;
  color: var(--blue-text);
  margin-bottom: 12px;
}
.testimonials-about .testimonials-about__title {
  color: var(--blue-text);
  padding-left: 110px;
}
.testimonials-about .testimonials-about__link-wrapper {
  margin-top: 32px;
  display: flex;
  gap: 8px;
  cursor: pointer;
}
.testimonials-about .testimonials-about__link-svg {
  width: 24px;
  height: 24px;
}
.testimonials-about .testimonials-about__link-svg svg {
  width: 24px;
  height: 24px;
}
.testimonials-about .testimonials-about__link-wrapper span {
  font-size: 18px;
  line-height: 25px;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .testimonials-about .testimonials-about__title {
    padding-left: 116px;
  }
}
.testimonials-about .testimonials__text-wrapper {
  max-width: 100%;
  flex: 0 1 50%;
  top: 0;
  padding-left: 110px;
  padding-bottom: 60px;
}
.testimonials-about .testimonials__text-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--black-text);
}
.testimonials-about .testimonials__text-wrapper p:not(:last-child) {
  margin-bottom: 10px;
}
.testimonials-about .testimonials__slider-wrapper {
  width: calc(100% + 110px);
  left: -110px;
}
.testimonials-about .testimonials__slider-wrapper::before {
  display: none;
}
.testimonials-about .testimonials__quotes-wrapper {
  position: absolute;
  width: 74px;
  top: 66px;
  left: 0;
}
.testimonials-about .slider-testimonials__navigation-item {
  transition: var(--transition-main);
}
.testimonials-about .slider-testimonials__navigation-item svg {
  transition: var(--transition-main);
}
.testimonials-about .slider-testimonials__navigation-item:hover {
  background-color: var(--primary-color);
  border-color: var(--white-color);
}
.testimonials-about .slider-testimonials__navigation-item:hover svg {
  stroke: var(--white-color);
}
.testimonials-about .slider-testimonials__navigation-item_prev {
  left: 110px;
  bottom: 0;
}
.testimonials-about .slider-testimonials__navigation-item_next {
  left: 166px;
  bottom: 0;
}
.testimonials-about .slider-testimonials__item-inner {
  margin-top: 74px;
  padding-top: 0;
}
.testimonials-about .slider-testimonials__item {
  padding-top: 82px;
}
.testimonials-about .testimonials__name {
  color: #5E6A88;
  margin-bottom: 32px;
}
.testimonials-about .slider-testimonials__item-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 69px;
}
.testimonials-about .testimonials__img-wrapper {
  flex: 0 1 50%;
  height: 524px;
}
.testimonials-about .testimonials__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .testimonials-about .testimonials-about__name {
    font-size: 16px;
    line-height: 140%;
  }
  .testimonials-about .testimonials__name {
    font-size: 16px;
    line-height: 140%;
  }
  .testimonials-about .testimonials__text-wrapper p {
    font-size: 16px;
    line-height: 140%;
  }
  .testimonials-about .testimonials__img-wrapper {
    height: 238px;
  }
}
@media (max-width: 768px) {
  .testimonials-about {
    padding-top: 0 !important;
    padding-bottom: 56px !important;
  }
  .testimonials-about .slider-testimonials__item-inner {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }
  .testimonials-about .testimonials__img-wrapper {
    order: 1;
    flex: 0 0 238px;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .testimonials-about .testimonials__img-wrapper img {
    right: -50px;
  }
  .testimonials-about .testimonials__text-wrapper {
    order: 2;
    padding-right: 24px;
    padding-left: 116px;
  }
  .testimonials-about .slider-testimonials__navigation {
    position: relative;
    margin-top: 0;
    height: 40px;
  }
  .testimonials-about .testimonials__slider-wrapper {
    width: calc(100% + 126px);
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 24px;
  }
  .testimonials-about .testimonials__quotes-wrapper {
    width: 74px;
    margin-bottom: 24px;
    margin-right: 0;
    left: 94px;
    top: 0;
  }
  .testimonials-about .slider-testimonials__item {
    padding-top: 56px;
  }
  .testimonials-about .testimonials-about__title {
    font-size: 24px !important;
    line-height: 130%;
  }
  .testimonials-about .testimonials__quotes-wrapper {
    position: relative;
  }
  .testimonials-about .testimonials__text-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
  }
  .testimonials-about .testimonials-about__text-wrapper {
    order: -2;
  }
  .testimonials-about .testimonials-about__link-wrapper {
    margin-top: 16px;
    order: -1;
  }
  .testimonials-about .testimonials-about__name {
    margin-top: 16px;
    margin-bottom: 4px;
  }
  .testimonials-about .testimonials__name {
    margin-bottom: 0;
  }
}

.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%;
  }
}
.testimonials.testimonials-about .testimonials__text-wrapper .testimonials-about__text-wrapper p {
  font-size: 18px;
}

.page .testimonials {
    background-color: #F1F4F8;
}
/* End */


/* Start:/local/components/nlmk/block/templates/join/style.css?175023340670*/
.hide-join-margin {
    padding-bottom: 56px;
    padding-top: 56px;
}
/* End */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/company_in_numbers/style.css?17502334062898 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items.grouped/about_country/style.css?17502334065718 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/steel_industries/style.css?17502334063310 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/developing_together/style.css?17502334062267 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/about_comfortable/style.css?17502334063649 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/reviews/style.css?17502334068809 */
/* /local/components/nlmk/block/templates/join/style.css?175023340670 */
