

/* Start:/local/templates/nlmk_career/css/news/news-left.css?17502334062026*/
.news__left {
  flex: 0 1 66.6667%;
}

.news__data {
  margin-bottom: 64px;
}

.news__content-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--black-color);
}
.news__content-text p:not(:last-child) {
  margin-bottom: 16px;
}
.news__content-text a {
  color: var(--primary-color);
  transition: var(--transition-main);
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid var(--border-link);
}
.news__content-text a:hover {
  color: var(--blue-hover-text);
  border-color: var(--border-link-hover) !important;
}

.news__content-video {
  margin-top: 96px;
  margin-bottom: 96px;
  position: relative;
  height: 597px;
}
.news__content-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.news__content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__content-video-btn-play {
  width: 120px;
  height: 120px;
  background: rgba(27, 88, 182, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 100%;
  cursor: pointer;
  transition: var(--transition-main);
}
.news__content-video-btn-play::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 24px 0 24px 43px;
  border-color: transparent transparent transparent #ffffff;
}
.news__content-video-btn-play:hover {
  background: #1b58b6;
}
@media (max-width: 768px) {
  .news__content-video-btn-play {
    width: 80px;
    height: 80px;
  }
  .news__content-video-btn-play::after {
    border-width: 16px 0 16px 26px;
  }
}

.news__content-video--active img {
  display: none;
}
.news__content-video--active .news__content-video-btn-play {
  display: none;
}

.news__title {
  margin-bottom: 96px;
}

.news__row {
  display: flex;
  justify-content: space-between;
}

.news__social {
  flex: 0 1 25%;
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.item/media_news/style.css?17502334063154*/
.news .news__content {
    font-family: Circe;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.news .news__content-text code,
.news .news__content-text pre {
    white-space: break-spaces;
}

.news .news__content ul li {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black-text);
    padding-left: 24px;
    position: relative;
}
.news .news__content ul li:before {
    content: "—";
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.news .news__content ol li {
    margin-left: 19px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black-text);
    padding-left: 7px;
    position: relative;
}
.news .news__content img {
    max-width: 100%;
}
.news .news__content h2 {
    margin-bottom: 32px;
    margin-top: 40px;
}

.news .news__left h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 115%;
    color: #2E2F30;
}

.news .news__content h3 {
    margin-bottom: 7px;
    margin-top: 12px;
}

.news .news__data .share_mobile {
    margin-left: auto;
    margin-right: 24px;
    width: 24px;
    height: 24px;
    display: none;
}

.modal-share_mobile {
    display: none;
}

.modal-share_mobile .modal-share_mobile__social {
    display: flex;
}

.modal-share_mobile .modal-share_mobile__social .modal-share_mobile__social-link {
    width: 100%;
    outline: 0;
    outline-offset: 0;
    border: none;
}

.modal-share_mobile .modal-share_mobile__social .modal-share_mobile__social-link svg {
    max-width: 50px;
    margin-left: 5px;
    margin-right: 5px;
    max-height: 50px;
    fill: var(--primary-color);
    transition: var(--transition-main);
}

.modal-share_mobile .modal-share_mobile__social .modal-share_mobile__social-link.copy_patch svg {
    fill: none;
    stroke: var(--primary-color);
}

.news .news__row .news__left{
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.news h2.news__title {
    margin-top: 0px;
    margin-bottom: 96px;
}
.news .news__left .news__content h2 {
    margin-top: 80px;
    margin-bottom: 48px;
    font-size: 40px;
}
.news .news__left .news__content h3 {
    margin-top: 48px;
    margin-bottom: 32px;
    font-size: 28px;
}
.news .news__left .news__content h4 {
    margin-top: 32px;
    margin-bottom: 18px;
    font-size: 24px;
}

.news .news__content figcaption {
    font-size: 18px;
}

@media (max-width: 768px) {
    .news .news__row .news__left h1.news__title {
        font-size: 40px;
        line-height: 120%;
    }

    .news .news__left .news__content h1 {
        font-size: 40px;
    }
    .news .news__left .news__content h2 {
        font-size: 32px;
    }
    .news .news__data {
        margin-bottom: 40px;
        display: block;
    }
    .news .news__data .news__data-content {
        display: flex;
        align-items: center;
    }
    .news .news__data .share_mobile {
        display: block;
    }
    .news .news__data .news__tags {
        margin-top: 10px;
    }
    .news .news__content-text code,
    .news .news__content-text pre {
        word-break: break-all;
    }
}
/* End */
/* /local/templates/nlmk_career/css/news/news-left.css?17502334062026 */
/* /local/templates/nlmk_career/components/nlmk/iblock.item/media_news/style.css?17502334063154 */
