

/* Start:/local/templates/racurs/css/blog_new.css?175153113114554*/
section.publication {
  padding: 30px 0px 48px 0px;
}

.publication h1.title {
  margin-bottom: 16px;
}

.publication .tabs-container {
  width: 100%;
  position: relative;
  overflow: visible;
  margin-bottom: 24px;
}

.publication .tabs-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 18px;
  scrollbar-width: thin;
  scrollbar-color: #0078e1 #f0f0f0;
  scroll-snap-type: x proximity;
  margin-bottom: 24px;
}

.publication .tab-item {
  padding: 8px 16px;
  border: 1px solid #0078e1;
  border-radius: 20px;
  color: #0078e1;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: unset;
  flex: 0 0 auto;
  scroll-snap-align: start;
  align-content: center;
}

.publication .tab-item:hover {
  border-color: #0078e1;
  color: #0078e1;
  background-color: #dbdbdb;
}

.publication .tab-item.active {
  background: #0078e1;
  color: white;
  border-color: #0078e1;
}

.publication .scroll-controls {
  display: none;
  position: absolute;
  gap: 24px;
  justify-content: space-between;
  pointer-events: none;
  top: -16px;
  transform: translateY(-100%);
  right: 0;
}

.publication .scroll-button {
  pointer-events: all;
  width: 36px;
  height: 36px;
  background: #2a2a2a;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: #0078e1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  z-index: 10;
}

.publication .scroll-button:hover {
  background: #0078e1;
  color: white;
}

.publication .scroll-button-prev {
  transform: rotate(180deg);
}

.tabs-wrapper .active a {
  color: #ffffff;
}

.medianess {
  padding-top: 48px;
  padding-bottom: 48px;
  align-items: center;
  flex-direction: row;
  color: #000;
}

.medianess_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.medianess_icons a:hover img {
  transform: scale(1.2);
}

.editorial-choice__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.editorial-choice_slider {
  width: 70%;
  overflow: auto;
  position: relative;
  overflow: visible;
}

.editorial-choice_text {
  width: 30%;
  line-height: 45px;

  span {
    width: 50%;
  }
}

.editorial-choice_slide {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 24px;
  width: inherit;
  position: relative;
  overflow: visible;
  height: 100%;
  padding: 20px 24px 33px 24px;
  color: #2a2a2a;

  p {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 24px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.editorial-choice_slide .logo {
  max-height: 20px;
  max-width: fit-content;
}

.editorial-choice_slider_inner.owl-carousel .owl-item img.preview_img {
  display: none;
}

.choice_slide_title {
  max-width: 276px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.choice_slide_author {
  font-size: 16px;
  font-weight: 500;
  color: #0078e1;
}

.choice_slide_author p::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/racurs/img/vuesax-linear-user-square.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.choice_slide_date {
  font-size: 14px;
}

.editorial-choice_slider_inner .owl-dots {
  justify-content: center;
  gap: 2px;
  margin-top: 16px;
}

.editorial-choice_slider_inner.owl-carousel button.owl-dot {
  border-radius: 100%;
  height: 8px;
  width: 8px;
  border: solid 1px #fff;
  background-color: #0078e1 !important;
}

.editorial-choice_slider_inner.owl-carousel button.owl-dot.active {
  background-color: #fff !important;
  width: 24px;
  border-radius: 20px;
}

.editorial-choice_slider .owl-nav {
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

.editorial-choice_slider .owl-nav button {
  pointer-events: all;
  background: black !important;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}

.editorial-choice_slider .owl-nav button.active {
  background: #0078e1 !important;
}

.editorial-choice_slider .owl-nav button.owl-prev img {
  transform: rotate(180deg);
}

.editorial-choice_slider .owl-nav button.owl-prev {
  margin-left: -18px;
}

.editorial-choice_slider .owl-nav button.owl-next {
  margin-right: -18px;
}

.editorial-choice_slider_inner .owl-stage {
  display: flex !important;
  margin: 0 auto;
}

.published_articles {
  margin-bottom: 56px;
}

.publication .tab-item {
  flex-shrink: 0;
  min-width: max-content;
}

.publication .tabs-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.publication .tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.tabs-scrollbar-track {
  height: 1px;
  width: 100%;
  background-color: #d5d5d5;
  position: relative;
}

.tabs-scrollbar-thumb {
  height: 4px;
  width: 98px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0078e1;
  border-radius: 4px;
  transition: width 0.3s ease;
}

.publication_cards {
  display: flex;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
}

.publication_card {
  width: calc((100% - 32px) / 3);
  margin-bottom: 54px;
  flex-direction: column;
  p {
    margin-bottom: 0px;
  }
}

.publication_card .logo {
  max-height: 20px;
  align-self: self-start;
}

.publication_card_img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 24px;
  background-color: #ffffff;
  height: 260px;
  margin-bottom: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.publication_card_title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
}

.publication_card_title a {
  text-decoration: none;
  color: inherit;
}

.publication_card_info {
  justify-content: space-between;
  margin-bottom: 12px;
}

.publication_card_author a {
  font-size: 16px;
  font-weight: 500;
  color: #0078e1;
}

.publication_card_author a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/racurs/img/vuesax-linear-user-square.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: bottom;
}

.publication_card_date {
  font-size: 14px;
}

.publication_card_text {
  margin-bottom: 23px;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

.publication_card_tags {
  display: flex;
  gap: 8px;
  position: absolute;
  padding-top: 22px;
  padding-left: 24px;
}

.publication_card_tags button,
.publication_card_tags a {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 19px;
  background-color: #0078e1;
  border-radius: 20px;
  color: #fff;
  padding: 6px 13px 7px 13px;
  border: none;
}

.publication #pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.publication .pagination-btn {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
}

.publication .pagination-btn,
.publication .pagination-arrow-left,
.publication .pagination-arrow-right {
  border: none;
  color: #000000;
  cursor: pointer;
  border-radius: 12px;
  font-size: 16px;
  transition: background-color 0.2s, color 0.2s;
}

.publication .pagination-arrow-left {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #2a2a2a;
  margin-right: 23px;
}

.publication .pagination-arrow-right {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #2a2a2a;
  margin-left: 23px;
}

.publication .pagination-arrow-right:hover {
  background-color: #0078e1;
}

.publication .pagination-arrow-left:hover {
  background-color: #0078e1;
}

.publication .pagination-btn:hover,
.publication .pagination-arrow:hover {
  background-color: #0078e1;
  color: #fff;
}

.publication .pagination-btn.active {
  background-color: #0078e1;
  color: #fff;
  pointer-events: none;
}

.publication .pagination-dots {
  padding: 8px 12px 0px 12px;
  display: inline-block;
  color: #555;
  font-size: 14px;
  align-items: center;
  transform: translateY(4px);
}

.arrow-rotate {
  transform: rotate(180deg);
}

.publication .show_more_cards,
.publication .show_less_cards {
  font-size: 1rem;
  font-weight: 600;
}

.publication .show_more_cards {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #0078e1;
}

.publication .show_less_cards {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #0078e1;
}

.publication .show_more_cards:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 9px;
  background-image: url(/local/templates/racurs/css/../img/show-more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.5rem;
}

.publication .show_less_cards:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 9px;
  background-image: url(/local/templates/racurs/css/../img/show-less.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.5rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .publication_card {
    width: calc((100% - 16px) / 2);
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .publication .scroll-controls {
    display: flex;
  }

  .medianess_text {
    width: 60%;
  }

  .medianess_icons {
    width: 40%;
  }

  .publication_cards-toggle {
    display: none;
  }
}

@media (max-width: 768px) {
  .medianess {
    flex-direction: column;
  }

  .publication h1.title {
    margin-bottom: 14px;
  }

  .publication_card_title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
  }

  .publication .tabs-wrapper {
    margin-bottom: 17px;
    gap: 12px;
  }

  .publication .tab-item {
    font-size: 12px;
  }

  .publication .tab-item.blue_button {
    padding: 4px 11px 3px 0px;
  }

  .publication_card {
    width: 100%;
    margin-bottom: 8px;
  }

  .publication_cards {
    margin-bottom: 16px;
  }

  .publication_card_text {
    display: none;
  }

  .publication_card_tags button {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 8px 3px 8px;
  }

  .publication_card_tags {
    padding: 10px;
  }

  .publication_card_img {
    border-radius: 16px;
    height: 160px;
    margin-bottom: 10px;
  }

  .publication_card_info {
    margin-bottom: 8px;
  }

  .publication_card .logo {
    max-height: 16px;
  }

  .publication #pagination {
    display: none;
  }

  .published_articles {
    margin-bottom: 25px;
  }

  .editorial-choice_slider_inner.owl-carousel .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }

  .editorial-choice_slider_inner.owl-carousel .owl-nav button.owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }

  .editorial-choice_slider_inner.owl-carousel .owl-nav img {
    width: 16px;
    height: 16px;
  }

  .editorial-choice_slider .owl-nav button.owl-prev {
    margin-left: -8px;
  }

  .editorial-choice_slider .owl-nav button.owl-next {
    margin-right: -8px;
  }

  .editorial-choice_slider .owl-carousel .owl-stage-outer {
    margin-right: -12px;
    padding-right: 12px;
  }

  .editorial-choice_slide .logo {
    max-height: 16px;
  }
}

@media (max-width: 576px) {
  section.publication {
    padding: 14px 0px 12px 0px;
  }

  .editorial-choice_slider {
    width: 100%;
  }

  .editorial-choice__inner {
    flex-direction: column;
  }

  .editorial-choice_slider_inner.owl-carousel button.owl-dot {
    border-radius: 0;
  }

  .editorial-choice_slider .owl-carousel .owl-stage-outer {
    margin-right: -12px;
    padding-right: 12px;
  }

  .editorial-choice_text {
    width: 100%;

    span {
      width: 100%;
    }
  }

  p.choice_slide_text {
    display: none;
  }

  .choice_slide_info {
    display: none;
  }

  .editorial-choice_slide {
    background-color: transparent;
    padding: 0;
  }

  .choice_slide_title {
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 16px;
  }

  .editorial-choice_slide .logo {
    filter: brightness(0) invert(1);
  }

  .medianess {
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .medianess_text {
    font-size: 12px;
  }

  .medianess_text .title {
    width: 60%;
  }

  .medianess_icons {
    gap: 20px;
  }

  .medianess_icons a img {
    height: 40px;
  }

  .editorial-choice_slider_inner.owl-carousel .owl-item img.preview_img {
    display: block;
    margin-bottom: 10px;
    height: 160px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 16px;
  }

  .editorial-choice_slider .owl-nav {
    transform: translateY(-150%);
  }

  .editorial-choice_slider_inner.owl-carousel .owl-stage {
    margin-left: -40px;
  }

  .editorial-choice_text {
    span {
      line-height: 24px;
      margin-bottom: 12px;
    }
  }

  .editorial-choice_slider_inner.owl-carousel button.owl-dot {
    border: 0;
    height: 2px;
    width: 100%;
    background-color: #fff !important;
  }

  .editorial-choice_slider_inner.owl-carousel button.owl-dot.active {
    width: 100%;
    border-radius: 2px;
    background-color: #d5d5d5 !important;
  }

  .editorial-choice_slider_inner .owl-dots {
    justify-content: center;
    gap: 0;
    margin-top: 12px;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?175153113124549*/
section.publication {
  padding: 0px 0px 48px 0px;
}

.article-text img {
  border-radius: 24px;
  margin-bottom: 18px;
  max-height: 400px;
  object-fit: fill;
  max-width: 100%;
}

.publication_inner-banner {
  position: relative;
  height: 680px;
  background-position: 100% 67%;
  background: url(/local/templates/racurs/css/../img/3806ad49253029.58affb294106b.png) center / cover no-repeat;
  padding: 56px 0px;
  color: #fff;
  overflow: hidden;
}

.publication_inner-banner .container {
  display: flex;
  flex-direction: row;
}

.publication_inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.blog_date {
  gap: 20px;
  font-size: 14px;
}

.article_written_info {
  padding: 6px 16px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 4px;
}

.article_changed_info {
  padding: 6px 16px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 4px;
}

.article_written {
  text-align: center;
}

.article_changed {
  text-align: center;
}

.publication_banner-text {
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

.publication_inner-banner .container,
.publication_banner-text {
  height: 100%;
}

.banner_info {
  max-width: 568px;
}

.banner_info .banner_text {
  max-width: 432px;
  margin-bottom: 0px;
}

.article_title {
  font-size: 3rem;
  line-height: 45px;
}

.publication_inner-tags {
  display: flex;
  gap: 16px;
  line-height: 21px;
  flex-wrap: wrap;
}

.publication_inner-tag {
  padding: 10px 15px;
  background-color: #0078e1;
  border-radius: 20px;
  font-size: 16px;
}

.publication_banner-text .banner_text {
  font-size: 18px;
  line-height: 21px;
}

.article_author {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 16px;
  font-weight: 500;
}

.author_img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.publication_banner-authors {
  z-index: 1;
  position: relative;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.article_author_info {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 6px;
}

.article_author_info .author_name {
  font-size: 18px;
  color: #fff;
}

.publication_medianess.bg_blue .medianess {
  filter: invert(1);
}

.related-articles_slider .publication_card {
  width: 100%;
  margin-bottom: 16px;
}

.owl-carousel .owl-item .publication_card .logo {
  width: auto;
}

.related-articles_slider_inner .owl-stage {
  margin: 0 auto;
}

.related-articles_slider .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-200%);
}

.related-articles_slider .owl-prev {
  transform: rotate(180deg);
}

.related-articles_slider .owl-nav {
  display: flex;
  gap: 24px;
}

.related-articles_slider .owl-carousel .owl-nav button.owl-prev,
.related-articles_slider .owl-carousel .owl-nav button.owl-next {
  pointer-events: all;
  width: 36px;
  height: 36px;
  background: #2a2a2a;
  border-radius: 50%;
  color: #0078e1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  z-index: 10;
}

.related-articles_slider .owl-prev:hover,
.related-articles_slider .owl-next:hover {
  background: #0078e1;
  color: white;
}

section.articles-detail-main {
  padding: 22px 0px 48px 0px;
}

.article-detail__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: flex-start;
  row-gap: 10px;
}

.article-detail__info img {
  padding: 8px;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 8px;
}

.article-detail__info span {
  font-size: 14px;
  line-height: 19px;
}

.article-detail__info a {
  font-size: 14px;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 16px;
  line-height: 19px;
  color: #000;
  height: 40px;
}

.article-detail__info .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  background-color: #fff;
  align-content: center;
  font-family: "Proxima Nova";
  font-weight: 400;
  padding: 8px 18px 8px 8px;
}

.article-detail__info  .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more{
  border-radius: 12px;
}

.article-detail__info .ya-share2__link_more::after {
  content: 'Поделиться';
  font-size: 14px;
  color: #000;
  vertical-align: middle;
}

.article-detail__info .ya-share2__link_more .ya-share2__badge {
  display:none;
}

.articles-detail__share {
  text-wrap-mode: nowrap;
}

.articles-detail__share a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/racurs/img/vuesax-linear-add-square.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.article-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}

.accordion {
  position: sticky;
  transition: transform 0.3s ease;
  background-color: #fff;
  z-index: 1;
  width: 432px;
  height: fit-content;
  display: flex;
  flex-direction: row;
  gap: 21px;
  justify-content: space-between;
  top: 120px;
  border-radius: 0px 12px 12px 0px;
}

.accordion.collapsed {
  overflow: hidden;
  padding: 0;
}

.accordion.collapsed .accordion-content {
  opacity: 0;
  pointer-events: none;
  height: 0;
  padding: 0;
  margin: 0;
}

.accordion::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 9999px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.accordion-content {
  padding-bottom: 47px;
  padding-top: 44px;
}

.accordion-content ol {
  padding-left: 0;
  list-style-position: inside;
  margin-right: 48px;
}

.accordion-content ol li {
  margin-bottom: 10px;
  cursor: pointer;
}

.accordion-content ol li a,
.accordion-content ol li a:visited {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.accordion-content ol li:hover {
  color: #0078e1;
}

.accordion-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.accordion-wrapper {
  position: relative;
  height: auto;
  max-width: 432px;
  overflow: visible;
  flex-shrink: 0;
  transition: width 0.3s ease;
  justify-content: flex-end;
  margin-right: 12px;
}

.accordion-wrapper.collapsed {
  width: 48px;
}

.accordion-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  min-height: 48px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 999;
  height: 100%;
  border-radius: 0px 12px 12px 0px;
}

.accordion-toggle img {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.accordion.collapsed {
  width: 48px;
}

.accordion.collapsed .accordion-toggle img {
  transform: rotate(-90deg);
}

.accordion.collapsed .accordion-content {
  display: none;
}

.article_detail_items {
  min-width: 0;
  transition: all 0.3s ease;
  max-width: 768px;
}

.article_detail_items.narrowed {
  max-width: 1216px;
}

.articles-detail-block {
  transition: max-width 0.3s ease;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
  gap: 120px;
}

.like-wrapper {
  display: inline-block;
  position: relative;
}

.heart-icon {
  width: 40px;
  height: 40px;
  transition: opacity 0.2s ease;
  display: block;
}

.heart-filled {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.like-checkbox:checked+.like-button .heart-outline {
  opacity: 0;
}

.like-checkbox:checked+.like-button .heart-filled {
  opacity: 1;
}

.like-button {
  vertical-align: middle;
  cursor: pointer;
}

.article-text {
  color: #2a2a2a;
  margin-bottom: 39px;
}

.article-text p:last-of-type {
  margin-bottom: 0px;
}

.article-text .blog_img {
  border-radius: 24px;
  margin-bottom: 18px;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.article-text ol {
  padding: 0;
  list-style-position: inside;
}

.article-text ol li {
  margin-bottom: 1rem;
}

.article-text ol li:last-of-type {
  margin-bottom: 0rem;
}

.title_blog {
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 26px;
  line-height: 48px;
  color: #000;
}

.article-text table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ffffff;
  margin-bottom: 18px;
}

.article-text th,
.article-text td {
  padding: 12px 24px 15px 24px;
  text-align: left;
  font-weight: 400;
}

tr:nth-child(even) {
  background-color: #f7f7f7;
}

tr:nth-child(odd) td {
  border-left: 1px solid #f7f7f7;
}

tr:nth-child(odd) th {
  border-left: 1px solid #f7f7f7;
}

tr:nth-child(even) td {
  border-left: 1px solid #ffffff;
}

tr:nth-child(odd) {
  background-color: #ffffff;
}

.blockquote_blog {
  background-color: #fff;
  color: #0078e1;
  border-radius: 24px;
  padding: 48px 48px 56px 48px;
}

.blockquote_blog p:last-of-type {
  margin-bottom: 0;
}

.blockquote-icon {
  margin-bottom: 24px;
}

.blockquote-icon img {
  border-radius: 0;
  margin-bottom: 0;
  width: 24px;
  height: 24px;
}

.term {
  display: flex;
  color: #0078e1;
  gap: 16px;
  margin-bottom: 18px;
  align-items: center;
}

.term .term-icon {
  width: 48px;
  height: 48px;
  background-color: #0078e1;
  border-radius: 12px;
  padding: 12px;
}

.term .term-icon img {
  width: 24px;
  height: 24px;
}

.term p {
  margin-bottom: 0;
}

.expert_opinion {
  background-color: #fff;
  padding: 24px 24px 13px 24px;
  border-radius: 24px;
  align-items: center;
  margin-bottom: 18px;
}

.expert_opinion-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-text .expert_img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.expert_opinion-details {
  display: flex;
  flex-direction: column;
}

.expert_name {
  font-weight: 600;
}

.expert_opinion-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.expert_opinion__button {
  padding: 9px 16px;
  border-radius: 20px;
  background-color: #0078e1;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  height: fit-content;
}

.publication_inner-tags a {
  color: #fff;
}
/* Добавлено из за старых статей */
.article-text h2, .article-text h3 {
  font-weight: bold;
  font-style: normal;
  margin-bottom: 26px;
  color: #000;
}

.article-text h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.expert_opinion-text p:last-of-type {
  margin-bottom: 0;
}

.notice {
  display: flex;
  align-items: stretch;
  /* важно! */
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff;
  position: relative;
  --notice-bg: #0078e1;
  --notice-icon: url("/local/templates/racurs/img/default.svg");
}

.notice::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 48px;
  background-color: var(--notice-bg);
  background-image: var(--notice-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

/* Модификаторы */

.notice.question {
  --notice-bg: #009900;
  --notice-icon: url("/local/templates/racurs/img/vuesax-linear-info-circle.svg");
}

.notice.warn {
  --notice-bg: #ff0000;
  --notice-icon: url("/local/templates/racurs/img/vuesax-linear-danger.svg");
}

.notice.lifehack {
  --notice-bg: #0078e1;
  --notice-icon: url("/local/templates/racurs/img/vuesax-linear-lamp-charge.svg");
}

.notice_inner {
  padding: 12px 16px;
  flex: 1;
}

.notice_inner {
  background-color: #fff;
  padding: 12px 16px 12px 16px;
  width: 100%;
}

.notice_inner p {
  margin: 0;
}

.lib {
  margin-bottom: 24px;
}

.lib a {
  color: #0078e1;
}

.lib ul {
  list-style: none;
  padding-left: 0;
}

.lib li {
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.lib li::before {
  content: "";
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  align-items: center;
  background-image: url("/local/templates/racurs/img/vuesax-linear-book.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-color: #fff;
  margin-right: 8px;
  border-radius: 12px;
}

.order_banner_blog {
  padding: 42px 48px 48px 48px;
  background-color: #0078e1;
  border-radius: 24px;
  min-height: 400px;
  position: relative;
  margin-bottom: 36px;
}

.order_banner-blog__button {
  padding: 9px 16px;
  border-radius: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  background-color: #fff;
  color: #0078e1;
}

.order_banner-main {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  z-index: 1;
}

.img_blog-banner {
  position: absolute;
  right: 22px;
  top: 42px;
  max-width: -webkit-fill-available;
  max-height: -webkit-fill-available;
}

.feedback-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.form-inner_blog {
  padding: 12px 16px 15px 16px;
  line-height: 21px;
}

.feedback_blog .comment_area {
  min-height: 200px;
  padding: 12px 16px 15px 16px;
}

.feedback_blog .btn-blue {
  padding: 10px 18px;
  border-radius: 16px;
  font-size: 1rem;
  width: 100%;
}

.feedback_comment {
  margin-bottom: 13px;
}

.feedback_comment-info {
  display: grid;
  background: #fff;
  padding: 22px 24px 21px 24px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.feedback_comment-date {
  font-size: 14px;
  margin-bottom: 16px;
}

.feedback_comment-text {
  margin-bottom: 0;
}

.btn.btn-respond {
  margin-left: 34px;
  background-color: #fff;
  font-size: 14px;
  padding: 9px 16px 12px 16px;
  border-radius: 12px;
  line-height: 19px;
}

.btn.btn-respond:hover {
  background-color: #0078e1;;
  color: #fff;
}

.btn-respond.is-active {
  background: #0078e1;
  color: #fff;
}

.btn.btn-respond-active {
  margin-left: 34px;
  background-color: #0078e1;
  font-size: 14px;
  padding: 9px 16px 12px 16px;
  border-radius: 12px;
  line-height: 19px;
  color: #fff;
}

.feedback_comment.respond .feedback_comment-info {
  border-top: #0078e1 solid 1px;
}

.feedback_comment.respond {
  margin-left: 40px;
}

.comment_respond .comment_area {
  min-height: 84px;
}

.feedback_line .form-control {
  border-color: transparent;
  margin-bottom: 5px;
  border-radius: 12px;
}

.comment_respond {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 8px 24px;
}

.comment_respond .btn.btn-respond-active {
  margin-left: 17px;
}

.comment_respond-buttons {
  display: flex;
  justify-content: flex-end;
  margin-right: 16px;
}

.btn.btn-respond-cancel {
  margin-left: 34px;
  background-color: #f7f7f7;
  font-size: 14px;
  padding: 9px 16px 12px 16px;
  border-radius: 12px;
  line-height: 19px;
  color: #000;
}

.thin-scroll {
  overflow-y: auto;
}

.thin-scroll::-webkit-scrollbar {
  width: 3px;
}

.thin-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.w-100 {
  width: 100%;
}

.row-gap-3 {
  row-gap: 0.75rem;
}

.article_author-mobile {
  display: none;
}

@media (min-width: 992px) {
  .container.container-left-extended {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
  }

  .toc-accordion {
    display: none;
  }
}

@media (max-width: 992px) {
  .publication_banner-authors {
    display: none !important;
  }

  .articles-detail-block {
    flex-direction: column;
  }

  .accordion-wrapper {
    display: none;
  }

  .toc-accordion {
    max-width: 100%;
  }

  .toc-box {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
  }

  .toc-title {
    display: block;
    padding: 14px 16px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 21px;
    background-color: #fff;
    cursor: pointer;
  }

  .toc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 18px;
  }

  .toc-content ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
  }

  .toc-content li {
    margin: 0 0 13px 0;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .toc-content a {
    text-decoration: none;
    color: #2a2a2a;
  }

  .toc-content a:hover {
    text-decoration: underline;
  }

  .toc-button {
    display: block;
    background-color: #0078e1;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
  }

  .toc-button img {
    transition: transform 0.3s ease;
  }

  /* Checkbox hidden */
  #toc-toggle {
    display: none;
  }

  /* When checked – show content */
  #toc-toggle:checked~.toc-box .toc-content {
    max-height: max-content;
  }

  .articles-detail-block {
    gap: 27px;
  }

  #toc-toggle:checked+.toc-box .toc-button img {
    transform: rotate(180deg);
  }
}

@media (min-width: 768px) {
  .related-articles_slider .owl-dots {
    display: none;
  }
}

@media (max-width: 768px) {
  .publication_inner-banner {
    height: 360px;
    padding: 14px 4px;
  }

  .blog_date {
    font-size: 10px;
    gap: 14px;
  }

  .article_written_info {
    padding: 5px 9px;
  }

  .article_changed_info {
    padding: 5px 9px;
  }

  .article_title {
    font-size: 18px;
    line-height: 24px;
  }

  .publication_banner-text .banner_text {
    font-size: 12px;
    line-height: 15px;
  }

  .publication_inner-tag {
    padding: 5px 9px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
  }

  section.articles-detail-main {
    padding: 12px 0px 23px 0px;
  }

  .article-detail__info {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    /* Скрываем стандартный скролл */
    scrollbar-width: none;

    /* Firefox */
    &::-webkit-scrollbar {
      display: none;
      /* WebKit */
    }
  }

  .custom-scroll-container .article-detail__info {
    margin-bottom: 0px;
  }

  .article-detail__info img {
    padding: 6px;
    margin-right: 4px;
    width: 24px;
    border-radius: 6px;
    height: 24px;
  }

  .article-detail__info  .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more{
    border-radius: 6px;
  }

  .article-detail__info .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
    padding: 5px 8px;
  }
  .article-detail__info a {
    font-size: 12px;
    border-radius: 6px;
    padding: 5px 8px;
    line-height: 16px;
    height: 24px;
  }

  .custom-margin-sm {
    margin-right: 11px !important;
  }

  .articles-detail__share a::before {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }

  .article_author-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .author_name {
    font-size: 12px;
    color: #000;
  }

  .article_author-mobile img {
    margin-right: 4px;
    border-radius: 6px;
    background-color: #fff;
  }

  .custom-scroll-container {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  /* Кастомный скроллбар */
  .custom-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #d5d5d5;
    border-radius: 3px;
  }

  .scroll-track {
    position: relative;
    height: 100%;
  }

  .scroll-thumb {
    position: absolute;
    height: 100%;
    background: #0078e1;
    border-radius: 3px;
    cursor: grab;
    transition: width 0.2s, left 0.2s;

    &:active {
      cursor: grabbing;
    }
  }

  .publication_inner-tags {
    row-gap: 4px;
    column-gap: 10px;
  }

  .container-right-extended {
    margin-bottom: 36px;
  }

  .article-text {
    font-size: 12px;
    line-height: 15px;
  }

  .article-text img {
    max-height: 200px;
  }

  .title_blog {
    font-size: 1rem;
    line-height: 21px;
    margin-bottom: 17px;
  }

/* Добавлено из за старых статей */
  .article-text h2, .article-text h3 {
    font-weight: bold;
    font-style: normal;
    margin-bottom: 17px;
    color: #000;
  }

  .article-text table {
    font-size: 10px;
  }

  .blockquote_blog {
    border-radius: 16px;
    padding: 16px 16px 8px 16px;
  }

  .blockquote-icon {
    margin-bottom: 10px;
  }

  .blockquote-icon img {
    width: 16px;
    height: 16px;
  }

  .article-text h6 {
    font-size: 14px;
  }

  .term .term-icon {
    width: 36px;
    height: 36px;
    padding: 6px;
  }

  .expert_opinion {
    padding: 16px 16px 6px 16px;
  }

  .expert_img {
    width: 48px;
    height: 48px;
  }

  .expert_name {
    font-size: 14px;
  }

  .expert_opinion__button {
    font-size: 8px;
    padding: 3px 6px;
  }

  .notice::before {
    width: 36px;
  }

  .notice_inner {
    padding: 8px 12px 8px 12px;
  }

  .article-text {
    margin-bottom: 13px;
  }

  .lib {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
  }

  .lib li::before {
    width: 24px;
    height: 24px;
    background-size: 16px 16px;
    border-radius: 6px;
  }

  .order_banner_blog {
    padding: 13px 16px 17px 16px;
    border-radius: 16px;
    min-height: 186px;
    margin-bottom: 16px;
  }

  .title_white {
    font-size: 16px;
    line-height: 21px;
  }

  .order_banner-blog__button {
    padding: 5px 11px;
    font-size: 12px;
  }

  .img_blog-banner {
    right: 9px;
    top: 15px;
    bottom: 15px;
  }

  .form-inner_blog {
    padding: 22px 20px 19px 20px;
  }

  .feedback_line .form-control {
    margin-bottom: 10px;
  }

  .feedback-block {
    gap: 0px;
  }

  .feedback_blog .btn-blue {
    font-size: 14px;
    line-height: 19px;
  }

  .form-control {
    font-size: 14px;
    line-height: 19px;
  }

  .feedback_comment-date {
    font-size: 12px;
    margin-bottom: 11px;
  }

  .feedback_comment-text {
    font-size: 12px;
    line-height: 16px;
  }

  .feedback_comment-author {
    font-size: 14px;
    line-height: 19px;
  }

  .feedback_comment-info {
    padding: 16px 20px 16px 20px;
    border-radius: 16px;
    margin-bottom: 10px;
  }

  .btn.btn-respond {
    margin-left: 11px;
    padding: 5px 8px 4px 8px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 6px;
  }

  .btn.btn-respond-active {
    margin-left: 11px;
    font-size: 12px;
    padding: 5px 8px 4px 8px;
    border-radius: 6px;
    line-height: 16px;
  }

  .comment_respond .btn.btn-respond-active {
    margin-left: 11px;
  }

  .btn.btn-respond-cancel {
    margin-left: 11px;
    font-size: 12px;
    padding: 5px 8px 4px 8px;
    border-radius: 6px;
    line-height: 16px;
  }

  .article-detail__info .ya-share2__link_more::after{
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .publication_inner-banner {
    height: 256px;
  }

  .article-detail__info span {
    font-size: 12px;
    line-height: 22px;
  }

  .container-right-extended {
    padding-right: 0;
    margin-bottom: 24px;
  }

  .related-articles_slider_inner.owl-carousel .owl-stage {
    margin-left: -40px;
  }

  .related-articles_slider .owl-carousel .owl-stage-outer {
    margin-right: -12px;
    padding-right: 12px;
  }

  .related-articles_slider .owl-carousel .owl-dots {
    margin-top: 0px;
  }

  .article_author-mobile {
    flex-wrap: nowrap;
  }

  .custom-scrollbar {
    margin-right: 12px;
  }
}

@media (min-width: 1400px) {
  .container.container-left-extended {
    max-width: calc(1320px + ((100% - 1320px) / 2));
  }
}

/* Для 992px+ */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  ` .container.container-left-extended {
    max-width: calc(1140px + ((100% - 1140px) / 2));
  }

  .articles-detail-block {
    gap: 50px;
  }
}

/* Для 768px+ */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container.container-left-extended {
    max-width: calc(960px + ((100% - 960px) / 2));
  }
}


/* End */
/* /local/templates/racurs/css/blog_new.css?175153113114554 */
/* /local/templates/.default/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?175153113124549 */
