

/* Start:/local/templates/dgroupsNew/components/bitrix/news.detail/.default/style.css?17874035926671*/
@charset "UTF-8";
.article-toc[hidden] {
  display: none;
}
.article-toc {
  margin: 36px 0 42px;
  padding: 28px 30px;
  border-left: 7px solid #fecd30;
  background: #f5f5f5;
  color: #0c0c0c;
}
.article-toc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.article-toc__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.article-toc__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: #0c0c0c;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.article-toc__toggle-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}
.article-toc_collapsed .article-toc__toggle-icon {
  transform: translateY(3px) rotate(225deg);
}
.article-toc__list,
.article-toc__sublist {
  list-style: none;
}
.article-toc__list {
  columns: 2;
  column-gap: 44px;
  margin: 24px 0 0;
  padding: 0;
}
.article-toc_collapsed .article-toc__list {
  display: none;
}
.article-toc__sublist {
  margin: 10px 0 0;
  padding: 0 0 0 16px;
}
.article-toc__item {
  break-inside: avoid;
  margin: 0 0 10px;
  padding: 0 !important;
}
.article-toc__item:before {
  display: none !important;
  content: none !important;
}
.article-toc__item a {
  display: inline;
  color: #0c0c0c;
  line-height: 1.4;
  text-decoration: none;
  background-image: linear-gradient(#fecd30, #fecd30);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.2s ease, color 0.2s ease;
}
.article-toc__item a:hover,
.article-toc__item a:focus-visible {
  color: #0c0c0c;
  background-size: 100% 2px;
}
.article-toc__item_level_2 > a {
  font-weight: 700;
}
.article-toc__item_level_3 {
  margin-bottom: 7px;
  font-size: 0.92em;
}
.article-toc-anchor {
  scroll-margin-top: 110px;
}

@media (max-width: 767.98px) {
  .article-toc {
    margin: 28px 0 34px;
    padding: 22px 20px;
  }
  .article-toc__title {
    font-size: 23px;
  }
  .article-toc__toggle span:first-child {
    display: none;
  }
  .article-toc__list {
    columns: 1;
    max-height: 480px;
    overflow-y: auto;
    padding-right: 8px;
  }
}

.blog-article__content ul li {
  list-style: none;
  padding-left: 10px;
}
.blog-article__content ul li:before {
  content: "■";
  color: #fecd30;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  position: absolute;
  margin-inline-start: -20px;
}
.blog-article__content .frame_view {
  cursor: pointer;
}
.blog-article__content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-article__content h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-article__content h4 {
  font-size: 1.5rem;
}
.blog-article__content table{
  width: 100%;
  border-collapse: collapse;
  margin: 0.6em 0;
  font-size: 0.85em;
}
.blog-article__content th, .blog-article__content td {
  border: 1px solid rgb(203 213 225);
  padding: 0.4em 0.6em;
  text-align: left;
  vertical-align: top;
}
.blog-article__content pre code {
  background: transparent;
  padding: 0;
}
 .blog-article__content code {
   background: rgb(241 245 249);
   padding: 0.1em 0.35em;
   border-radius: 4px;
   font-size: 0.85em;
   font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
 }
@media (max-width: 546px) {
  .blog-article__content h2 {
    font-size: 28px !important;
  }
  .blog-article__content h2 span {
    font-size: 28px !important;
  }
}
.blog-article__content .owl-prev.slick-arrow {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: calc(-15px + 50%);
  left: 0;
  transform: translateX(0%);
  z-index: 10;
}
.blog-article__content .owl-prev.slick-arrow .owl-carousel__button {
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.blog-article__content .owl-next.slick-arrow {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: calc(-15px + 50%);
  right: 0;
  transform: translateX(0%);
}
.blog-article__content .owl-next.slick-arrow .owl-carousel__button {
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.blog-article__content .owl-next.slick-arrow .owl-carousel__button {
  transform: rotate(180deg);
}
.blog-article__content .owl-carousel__button {
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease-in-out;
}
.blog-article__content .owl-carousel.owl-carousel--view1 .owl-next {
  position: absolute;
  top: calc(-15px + 50%);
  right: 0;
  transform: translateX(0%);
}
.blog-article__content .owl-carousel.owl-carousel--view1 .owl-prev {
  position: absolute;
  top: calc(-15px + 50%);
  left: 0;
  transform: translateX(0%);
}
.blog-article__content .owl-carousel .owl-nav button.owl-prev,
.blog-article__content .owl-carousel .owl-carousel .owl-nav button.owl-next,
.blog-article__content .owl-carousel .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.blog-article__content .slick-dots {
  position: absolute;
  bottom: 20px;
}
.blog-article__content .slick-dots li {
  list-style: none;
  float: left;
  margin: 5px;
}
.blog-article__content .slick-dots li:before {
  content: "";
}
.blog-article__content .slick-dots li button:before {
  content: "■";
  color: #fecd30;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  position: absolute;
  margin-inline-start: -20px;
}
.blog-article__content .block__text {
  font-size: 16px;
}

#vimeo {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  #vimeo {
    width: 50%;
  }
}

@media screen and (min-width: 400px) {
  #vimeo {
    width: 25%;
  }
}

.iframe-video{
  position: relative;
  width: 900px;
  height: 500px;
}
@media all and (max-width: 500px) {
  .iframe-video{
    position: relative;
    width: 355px;
    height: 200px;
  }
}

@media all and (min-width: 700px) and (max-width: 1300px) {
  .iframe-video{
    position: relative;
    width: 700px;
    height: 400px;
  }
}
h2{
    margin-bottom: 20px;
    margin-top: 20px;
}
/*@media screen and(min-width: 1120px) {*/
/*    .blog-article iframe{*/
/*      width:100%;*/
/*      margin-left: -40px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 650px) {*/
/*    .blog-article iframe{*/
/*      width:100%;*/
/*      margin-left: 0;*/
/*    }*/
/*}*/

/* End */
/* /local/templates/dgroupsNew/components/bitrix/news.detail/.default/style.css?17874035926671 */
