

/* Start:/local/templates/4vp74.ru_new/components/bitrix/news/news/style.css?1730364792394*/
.news-item__btn {
  right: calc(100% - 195px) !important;
}

.news.in_detail_page {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .news.in_detail_page {
    margin: 10px 0;
  }
}

.news.in_detail_page .news-item__btn {
  right: 50% !important;
  transform: translateX(50%);
}

.news.in_detail_page .news-item__pics {
  max-height: 190px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.detail/article/style.css?17655353907239*/
.artice-detail {
  display: flex;
  flex-direction: column;
}

.artice-detail .artice-detail__wrap {
  order: 1;
}

.artice-detail .news.in_detail_page {
  order: 2;
}

.artice-detail #additional {
  order: 3;
}

.artice-detail .block-online {
  order: 4;
}

.artice-detail .title-line--back {
  order: 4;
}

.article-order {
  border-radius: 50px;
  padding: 10px 10px 10px 200px;
  box-shadow: 0 4px 25px 0 rgba(108, 142, 169, 0.05);
  background-image: linear-gradient(to right, rgba(249, 249, 249, 0), rgb(249, 249, 249), rgba(249, 249, 249, 0)), url(/local/templates/4vp74.ru_new/scss/../images/block-online-left-bg-4.jpg), url(/local/templates/4vp74.ru_new/scss/../images/bg-content.jpg);
  background-position: 140px center, left center, center;
  background-size: 50%, contain, 100%;
  background-repeat: no-repeat;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .article-order {
    border-radius: 30px;
    padding: 20px;
    background-size: 50%, 0, cover;
  }
}
.article-order__text {
  margin-bottom: 25px;
  padding-left: 10px;
  font-size: 22px;
  line-height: 110%;
  max-width: 665px;
}
@media screen and (max-width: 767px) {
  .article-order__text {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.article-order__text a {
  color: #50708A;
}
.article-order.with-doctor {
  padding-left: 10px;
  background-image: linear-gradient(to right, rgba(249, 249, 249, 0), rgb(249, 249, 249), rgba(249, 249, 249, 0)), url(/local/templates/4vp74.ru_new/scss/../images/bg-content.jpg);
  background-size: 50%, 100%, 100%;
}
@media screen and (max-width: 767px) {
  .article-order.with-doctor {
    background-size: 50%, cover, 100%;
    padding-left: 20px;
  }
}
.article-order.with-doctor .article-order__doctor {
  width: 160px;
  height: 160px;
  border-radius: 45px;
  margin-right: 39px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .article-order.with-doctor .article-order__doctor {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin-bottom: 15px;
  }
}
.article-order.with-doctor .article-order__doctor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 600px) {
  .news-detail__text h2:first-of-type:after {
    width: calc(100% - 200px);
  }
}
.news-detail img {
  border-radius: 20px;
}

.lazy-load-placeholder {
  background: #ccc;
  position: relative;
  overflow: hidden;
}

.section-block.in-awards h2 {
  margin-bottom: 0;
}
.section-block.in-awards h2:before, .section-block.in-awards h2:after {
  content: none;
}
.section-block.in-awards .slick-dots li {
  padding-left: 0;
}
.section-block.in-awards .slick-dots li:before {
  content: none;
}

.news-item__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #748CA4;
  font-size: 14px;
  padding-bottom: 13px;
}
.news-item__meta-line {
  padding-bottom: 43px;
}
.news-item__views-count, .news-item__reading-text-time {
  color: #0963AC;
}
.news-item__reading-time, .news-item__views, .news-item__share {
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-item__share {
  position: relative;
}
.news-item__share-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  padding: 0 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.news-item__share-button:hover {
  background-color: #f5f5f5;
}
.news-item__share-popup {
  position: absolute;
  top: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 12px;
  min-width: 180px;
  z-index: 100;
  margin-top: 8px;
}
.news-item__share-popup::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 12px;
  border: 6px solid transparent;
  border-bottom-color: white;
}
.news-item__share-popup--hidden {
  display: none;
}
.news-item__share-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #257db9 !important;
  margin-bottom: 7px !important;
}
.news-item__share-socials {
  display: flex;
}
.news-item__share-social {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
}
.news-item__share-social:hover {
  background-color: #f9f9f9;
}
.news-item__share-social--vk:hover {
  color: #2787F5;
}
.news-item__share-social--tg:hover {
  color: #2AABEE;
}
.news-item__share-social--wa:hover {
  color: #25D366;
}
.news-item__share-copy {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  width: 100%;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.news-item__share-copy:hover {
  background-color: #f0f0f0;
}
.news-item__reading-icon, .news-item__views-icon, .news-item__share-icon {
  fill: currentColor;
}

.news-item__share-popup::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 40px;
  width: 16px;
  height: 16px;
  background: #fff;
  rotate: 45deg;
  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .news-item__share-text {
    display: none;
  }
  .news-item__share svg {
    width: 24px !important;
    height: 24px !important;
  }
  .news-item__share-button svg path {
    fill: #0963AC !important;
  }
  .news-item__meta {
    gap: 20px;
  }
  .news-item__share-popup {
    right: -90%;
  }
  .news-item__share-popup::before {
    left: 200px;
  }
}
.author__title {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 129% !important;
  text-align: center !important;
  color: #50708a !important;
}
.author__name {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 112% !important;
  text-align: center !important;
  color: #5a7891 !important;
  padding-top: 10px;
}
.author__spec {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 114% !important;
  text-align: center !important;
  color: #748ca4 !important;
  padding: 10px 0 17px 0;
}
.author__stage {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 114% !important;
  text-align: center !important;
  color: #50708a !important;
}

.article-toc {
  position: relative;
}
.article-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-toc__list li {
  padding: 0 !important;
}
.article-toc__list li::before {
  display: none !important;
  content: none !important;
  all: unset !important;
}
.article-toc__list a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 156%;
  color: #50708a;
}
.article-toc__list a:hover {
  color: #2488d9;
}
.article-toc:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cfe3f3;
  bottom: -24px;
  left: 0;
}

#article-toc__title .article-toc__h2 {
  margin-top: 20px !important;
}
#article-toc__title .article-toc__h2::first-letter {
  color: #50708a !important;
}

.toc-num {
  display: inline-block;
  width: 32px;
  color: #a2b4c0;
}

#section-1 {
  padding-top: 40px;
}

.article-toc__list a:hover .toc-num {
  color: #2488d9 !important;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/news/style.css?1730364792513*/
.lazy-load-placeholder {
  background: #ccc;
  position: relative;
  overflow: hidden;
}

.section-block.in-awards h2 {
  margin-bottom: 0;
}
.section-block.in-awards h2:before, .section-block.in-awards h2:after {
  content: none;
}
.section-block.in-awards .slick-dots li {
  padding-left: 0;
}
.section-block.in-awards .slick-dots li:before {
  content: none;
}

.news-item__more {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/4vp74.ru_new/components/bitrix/news/news/style.css?1730364792394 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.detail/article/style.css?17655353907239 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/news/style.css?1730364792513 */
