

/* Start:/local/templates/main/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17696209722534*/
div.news-detail {
  word-wrap: break-word;
}
div.news-detail img.detail_picture {
  float: left;
  margin: 0 8px 6px 1px;
}
.news-date-time {
  color: #486daa;
}

.main-content {
  background: #fff !important;
}

main {
  overflow: visible !important;
}

.article-detail a {
  text-decoration: none;
}
.article-detail .article.--detail {
  margin-top: 2.5rem;
  height: 33rem;
  border-radius: 1.5rem;
  border: 2px solid var(--white, #effafc);
}

.article-detail__content {
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.article-detail__nav {
  max-width: 25%;
}

.article-detail__nav-title {
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 150%;
}

.article-detail__nav-list {
  position: sticky;
  top: 6rem;
}

.article-detail__nav-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 16, 31, 0.15);
}

.article-detail__nav-link {
  display: block;
  padding: 1rem 0;
  color: #3c7b8f;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
}

.article-detail__nav-link.-active {
  color: rgba(0, 16, 31, 0.5);
}

.article-detail .page-list__content.pdg.--min {
  padding: 0;
  max-width: 70%;
}

.article-detail .page-list__content ul {
  margin: 0.5rem 0;
}

.article-detail .page-list__content p,
.article-detail .page-list__content li {
  color: #00101f;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 150%;
}

.article-detail .page-list__content h3,
.article-detail .page-list__content h2 {
  margin-bottom: 0.5rem;
  color: rgba(0, 16, 31, 0.7);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
}

.article-detail .page-list__content h3:not(:first-child),
.article-detail .page-list__content h2:not(:first-child) {
  margin-top: 3rem;
}

.article-detail .page-list__content img {
  display: block;
  margin: 2rem auto;
  max-height: 30rem;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .article-detail h1 {
    text-align: center;
  }

  .article-detail .article.--detail {
    height: 13.125rem;
    border: none;
  }

  .article-detail__content {
    flex-direction: column;
    gap: 2rem;
  }

  .article-detail__nav,
  .article-detail .page-list__content.pdg.--min {
    max-width: 100%;
  }

  .article-detail__nav {
    text-align: center;
  }

  .article-detail__nav-title {
    color: #00101fb2;
  }

  .article-detail .page-list__content img {
    width: 100%;
    max-height: unset;
    border-radius: 1.5rem;
    border: 2px solid #effafc;
    object-fit: cover;
  }
}

/* End */
/* /local/templates/main/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17696209722534 */
