

/* Start:/html/components-template/aside-targets/style.css?1752611429494*/
.aside-target {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }
  .aside-target__item {
    display: inline-block;
    padding: 6px 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ededed;
    transition: all ease .3s;
    font-size: 14px; }
    @media (min-width: 991.75px) {
      .aside-target__item {
        cursor: pointer; }
        .aside-target__item:hover {
          background-color: rgba(136, 136, 136, 0.05); } }

/* End */


/* Start:/local/templates/light/components/bitrix/news.detail/blog/style.css?1773495283120*/
.page-image{
    text-align: center;
    margin-bottom: 16px;
    padding: 0;
}
.img-rounded{
    border-radius: 8px;
}

/* End */


/* Start:/html/components-template/news-article/style.css?1773492937606*/
.news-article .products-slider {
  padding-bottom: 20px; }

.article-author {
  margin: 1rem 0 2rem;
  padding: 1.2rem 1.6rem;
  background: #f8f9fa;
  border-left: 3px solid #0d6efd;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem; }

.article-author__label {
  color: #6c757d; }

.article-author__name {
  color: #212529; }

.article-author__desc {
  color: #6c757d;
  font-size: 0.85rem; }

.article-author__date {
  color: #6c757d;
  font-size: 0.85rem;
  white-space: nowrap; }

/* End */


/* Start:/html/components-template/tabs-section/style.css?17734953633331*/
.tabs-nav-v2 {
  margin-bottom: 49px;
  overflow: hidden;
  overflow-x: auto; }
  .tabs-nav-v2::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .tabs-nav-v2::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
    background: var(--gray_bg_black);
    border: 1px solid #fff;
    border-color: var(--black_bg_black); }
  .tabs-nav-v2::-webkit-scrollbar-track {
    border-radius: 5px; }
  .tabs-nav-v2__list {
    display: flex;
    white-space: nowrap;
    min-width: auto;
    overflow: visible;
    z-index: 1;
    transform: translateX(0px);
    border-bottom: 1px solid #ededed;
    border-bottom-color: var(--stroke_black); }
  .tabs-nav-v2__item {
    margin: 0 23px 0 3px;
    cursor: pointer;
    display: block;
    padding: 18px 0 19px 0;
    color: #555;
    color: var(--basic_text_black); }
    .tabs-nav-v2__item:hover:not(.active) {
      color: #333;
      color: var(--theme-base-color); }
    .tabs-nav-v2__item.active {
      position: relative; }
      .tabs-nav-v2__item.active::after {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        z-index: 1;
        height: 2px;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        background: #9e9e9e;
        background: var(--theme-base-color); }

.tabs-container__item {
  padding-top: 10px; }
.tabs-nav-v2 + .tabs-container .tabs-container__item {
  padding-top: 49px; }

.tabs-container ul,
.tabs-container ul li {
  padding-left: 0 !important; }

.tabs-container ul li:before {
  content: "";
  position: relative;
  left: 0;
  top: 11px;
  background: #666;
  width: 11px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.tabs-container .introtext {
  padding: 0 0 0;
  color: #222;
  color: var(--white_text_black);
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin-bottom: 24px; }

.tab-docs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 24px; }
  .tab-docs__item {
    display: flex;
    padding: 18px 18px 22px 23px;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    transition: box-shadow ease .3s,border ease .3s,background ease .3s; }
    .tab-docs__item:hover {
      border-color: #fff;
      border-color: var(--stroke_black_hover);
      background-color: #fff;
      background-color: var(--card_bg_hover_black);
      box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1); }
    .tab-docs__item:not(:first-child) {
      border-top: 0; }
    .tab-docs__item:first-child {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .tab-docs__item:last-child {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
  .tab-docs__item-icon {
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 21px; }
  .tab-docs__item-title {
    font-weight: 500;
    color: #222;
    color: var(--white_text_black); }
    .tab-docs__item-title:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }
  .tab-docs__item-size {
    font-size: .86667em;
    line-height: calc(1em + 7px);
    color: #999; }

/* End */


/* Start:/html/components-template/content/style.css?17648054912665*/
.content {
  color: #555;
  color: var(--basic_text_black);
  max-width: 1200px;
  font-size: 1rem;
  line-height: calc(1em + 10px); }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: 500;
    margin: 30px 0 25px;
    color: #222;
    color: var(--white_text_black); }
  .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
    margin-top: 0; }
  .content h3 {
    font-size: 1.5em;
    line-height: calc(1em + 10px); }
  .content p {
    margin-bottom: 24px; }
    .content p:has(img) {
      margin-bottom: 24px; }
    .content p:has(img) + p {
      margin-top: 0; }
  .content ol, .content ol li {
    list-style-type: decimal; }
  .content ol, .content ul {
    padding-left: 17px;
    margin-bottom: 20px; }
    .content ol li, .content ul li {
      padding-left: 4px;
      margin-bottom: 12px;
      line-height: 24px; }
  .content tr {
    border-bottom: 1px solid var(--stroke_black); }
  .content td {
    padding: 12px 0 12px 0;
    font-size: .9375rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black); }
    .content td:first-of-type {
      color: #666;
      color: var(--lite_basic_text_black); }
  .content .char td:first-of-type {
    width: 50%; }
  .content img {
    margin-bottom: 24px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-top: 0; }
    .content p img {
      margin-bottom: 0;
      margin-top: 0; }
    /* Fallback для браузеров без поддержки :has() */
    @supports not selector(:has(*)) {
      .content p img {
        margin-bottom: 0;
        margin-top: 0; }
      .content p:only-child img {
        margin-bottom: 24px; } }

.file-type {
  width: 40px;
  height: 40px;
  display: block;
  background: url("/html/images/docs.svg") 0 -84px no-repeat; }
  .file-type--word {
    background-position: -42px 0; }
  .file-type--excel {
    background-position: -84px 0; }
  .file-type--pdf {
    background-position: 0 0; }

/* Мобильные стили для уменьшения отступов */
@media (max-width: 768px) {
  .content {
    max-width: 100%; }
  .content p {
    margin-bottom: 20px; }
    .content p:has(img) {
      margin-bottom: 20px; }
  .content img {
    margin-bottom: 20px;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    min-width: 0; }
    .content p img {
      margin-bottom: 0;
      margin-top: 0;
      max-width: 100% !important;
      width: auto !important;
      height: auto !important;
      min-width: 0; } }

/* End */


/* Start:/html/components-template/slide-block/style.css?17590671492219*/
.slide-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  fill: var(--fill_dark_light);
  color: #222;
  color: var(--white_text_black); }
  @media screen {
    .slide-block__head {
      cursor: pointer; } }
  .slide-block__head .icon {
    transform: rotate(180deg);
    transition: transform 0.3s; }

.slide-block__body {
  overflow: hidden;
  height: auto;
  padding-top: 13px;
  transition: height 0.3s, padding-top 0.3s; }
  .slide-block__body .nav-item {
    margin-bottom: 3px; }
  .slide-block__body .nav-link {
    color: #222;
    color: var(--white_text_black);
    display: inline-flex;
    align-items: center; }
    .slide-block__body .nav-link .icon {
      fill: var(--fill_dark_light);
      transform: rotate(90deg);
      margin-right: 5px; }
    .slide-block__body .nav-link .nav-item-name {
      padding: 4px 8px; }
    .slide-block__body .nav-link:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }
  .slide-block__body .nav-item.active .nav-link {
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--darkgrey_bg_black); }
    .slide-block__body .nav-item.active .nav-link .icon {
      display: none; }
  .slide-block__body .nav-lvl2 {
    padding-top: 3px;
    padding-left: 12px; }
  .slide-block__body .nav-lvl2-item {
    padding-bottom: 3px; }
  .slide-block__body .nav-lvl2-item.active .nav-lvl2-link {
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--darkgrey_bg_black); }
  .slide-block__body .nav-lvl2-link {
    padding: 4px 8px;
    color: #222;
    color: var(--white_text_black); }
    .slide-block__body .nav-lvl2-link:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }

.slide-block.closed .slide-block__head .icon {
  transform: rotate(0deg); }

.slide-block.closed .slide-block__body {
  height: 0px;
  padding-top: 0px; }

.slide-block--right {
  margin-bottom: 32px; }
  .slide-block--right .nav-item-name {
    padding: 4px 8px; }
  .slide-block--right .nav-item.active .nav-item-name {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    pointer-events: none;
    background-color: var(--darkgrey_bg_black); }

/* End */


/* Start:/local/templates/light/components/bitrix/search.tags.cloud/.default/style.css?175261142944*/
.aside-target__item a{
    color: inherit;
}
/* End */
/* /html/components-template/aside-targets/style.css?1752611429494 */
/* /local/templates/light/components/bitrix/news.detail/blog/style.css?1773495283120 */
/* /html/components-template/news-article/style.css?1773492937606 */
/* /html/components-template/tabs-section/style.css?17734953633331 */
/* /html/components-template/content/style.css?17648054912665 */
/* /html/components-template/slide-block/style.css?17590671492219 */
/* /local/templates/light/components/bitrix/search.tags.cloud/.default/style.css?175261142944 */
