

/* Start:/local/templates/main/components/bitrix/news/knowledgebase/bitrix/news.detail/detail_onecol/style.css?178843741214461*/
[js-knowledgebase] {
    width: 100%;
    min-width: 0;
}

.knowledgebase-toc {
    margin: 40px 0 48px;
}

.knowledgebase-toc__title {
    margin-bottom: 16px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.typography.knowledgebase .knowledgebase-toc__list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-increment: none;
    counter-reset: none;
}

.typography.knowledgebase .knowledgebase-toc__item {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
}

.typography.knowledgebase .knowledgebase-toc__item::before {
    display: none;
    content: none;
    counter-increment: none;
}

.typography.knowledgebase .knowledgebase-toc__item + .knowledgebase-toc__item {
    margin-top: 6px;
}

.typography.knowledgebase .knowledgebase-toc__list_level_nested {
    margin-top: 6px;
    padding-left: 32px;
}

.typography.knowledgebase .knowledgebase-toc__link {
    color: #155acb;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
    transition: color 0.2s ease;
}

.typography.knowledgebase .knowledgebase-toc__link:hover,
.typography.knowledgebase .knowledgebase-toc__link:focus-visible {
    color: #e81d25;
}

.typography.knowledgebase h2,
.typography.knowledgebase h3,
.typography.knowledgebase h4 {
    scroll-margin-top: 96px;
}

.typography.knowledgebase ul:not(.knowledgebase-toc__list),
.typography.knowledgebase ol:not(.knowledgebase-toc__list) {
    margin-bottom: 24px;
    padding-left: 24px;
}

.typography.knowledgebase p + ul:not(.knowledgebase-toc__list),
.typography.knowledgebase p + ol:not(.knowledgebase-toc__list) {
    margin-top: -16px;
}

.typography.knowledgebase ul:not(.knowledgebase-toc__list) > li,
.typography.knowledgebase ol:not(.knowledgebase-toc__list) > li {
    margin-bottom: 8px;
}

.typography.knowledgebase ol:not(.knowledgebase-toc__list) > li {
    padding-left: 15px;
}

.typography.knowledgebase ul:not(.knowledgebase-toc__list) > li:last-child,
.typography.knowledgebase ol:not(.knowledgebase-toc__list) > li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .knowledgebase-toc {
        margin: 32px 0 40px;
    }

    .knowledgebase-toc__title {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .typography.knowledgebase .knowledgebase-toc__link {
        font-size: 16px;
        line-height: 1.4;
    }

    .typography.knowledgebase .knowledgebase-toc__list_level_nested {
        padding-left: 24px;
    }

    .typography.knowledgebase h2,
    .typography.knowledgebase h3,
    .typography.knowledgebase h4 {
        scroll-margin-top: 80px;
    }

    .typography.knowledgebase ul:not(.knowledgebase-toc__list),
    .typography.knowledgebase ol:not(.knowledgebase-toc__list) {
        margin-bottom: 20px;
        padding-left: 16px;
    }

    .typography.knowledgebase p + ul:not(.knowledgebase-toc__list),
    .typography.knowledgebase p + ol:not(.knowledgebase-toc__list) {
        margin-top: -12px;
    }

    .typography.knowledgebase ul:not(.knowledgebase-toc__list) > li,
    .typography.knowledgebase ol:not(.knowledgebase-toc__list) > li {
        margin-bottom: 6px;
    }
}

.typography.knowledgebase .knowledgebase-table-scroll {
    width: 100%;
    max-width: 100%;
    margin: 32px 0 40px;
    overflow: hidden;
    border: 1px solid #dde2e9;
    border-radius: 16px;
    background: #fff;
}

.typography.knowledgebase .knowledgebase-table-scroll:focus-visible {
    outline: 2px solid #e81d25;
    outline-offset: 3px;
}

.typography.knowledgebase .knowledgebase-table-scroll table {
    width: 100%;
    min-width: 640px;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
}

.typography.knowledgebase .knowledgebase-table-scroll th,
.typography.knowledgebase .knowledgebase-table-scroll td {
    padding: 16px 20px;
    border-right: 1px solid #e6e9ee;
    border-bottom: 1px solid #e6e9ee;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    vertical-align: top;
}

.typography.knowledgebase .knowledgebase-table-scroll tr:first-child > th,
.typography.knowledgebase .knowledgebase-table-scroll tr:first-child > td {
    padding: 16px 20px;
    background: #f3f5f7;
    color: #000;
    font-weight: 400;
}

.typography.knowledgebase .knowledgebase-table-scroll tr > :last-child {
    border-right: 0;
}

.typography.knowledgebase .knowledgebase-table-scroll tbody:last-child > tr:last-child > td,
.typography.knowledgebase .knowledgebase-table-scroll tfoot:last-child > tr:last-child > td,
.typography.knowledgebase .knowledgebase-table-scroll tfoot:last-child > tr:last-child > th {
    border-bottom: 0;
}

.typography.knowledgebase .knowledgebase-table-scroll th p,
.typography.knowledgebase .knowledgebase-table-scroll td p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

@media (max-width: 767px) {
    .typography.knowledgebase .knowledgebase-table-scroll {
        margin: 24px 0 32px;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 12px;
        overscroll-behavior-x: contain;
        scrollbar-color: #c4c9d1 transparent;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .typography.knowledgebase .knowledgebase-table-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .typography.knowledgebase .knowledgebase-table-scroll::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: #c4c9d1;
    }

    .typography.knowledgebase .knowledgebase-table-scroll::-webkit-scrollbar-track {
        background: transparent;
    }

    .typography.knowledgebase .knowledgebase-table-scroll th,
    .typography.knowledgebase .knowledgebase-table-scroll td,
    .typography.knowledgebase .knowledgebase-table-scroll tr:first-child > th,
    .typography.knowledgebase .knowledgebase-table-scroll tr:first-child > td {
        padding: 14px 16px;
        font-size: 15px;
    }
}

.typography.knowledgebase .knowledgebase-callout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 40px 0 48px;
    padding: 28px 32px;
    border: 1px solid #dde2e9;
    border-radius: 16px;
    background: #f3f5f7;
    color: #000;
}

.typography.knowledgebase .knowledgebase-callout__icon {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #dde2e9;
    border-radius: 50%;
    background: #fff;
    color: #e81d25;
    font-family: 'Supermolot', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.typography.knowledgebase .knowledgebase-callout__content {
    min-width: 0;
    padding-top: 2px;
}

.typography.knowledgebase .knowledgebase-callout__title {
    color: #000;
    font-family: 'Supermolot', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.typography.knowledgebase .knowledgebase-callout__text {
    margin-top: 8px;
    color: #5f6879;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .typography.knowledgebase .knowledgebase-callout {
        gap: 14px;
        margin: 32px 0 40px;
        padding: 20px;
        border-radius: 12px;
    }

    .typography.knowledgebase .knowledgebase-callout__icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .typography.knowledgebase .knowledgebase-callout__content {
        padding-top: 1px;
    }

    .typography.knowledgebase .knowledgebase-callout__title {
        font-size: 17px;
    }

    .typography.knowledgebase .knowledgebase-callout__text {
        margin-top: 6px;
        font-size: 15px;
    }
}

.typography.knowledgebase .knowledgebase-cta {
    position: relative;
    overflow: hidden;
    margin: 40px 0 48px;
    padding: 32px;
    border: 1px solid #f3a8ad;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff5f5 0%, #ffe1e4 100%);
    box-shadow: inset 4px 0 0 #e81d25;
    color: #531316;
}

.typography.knowledgebase .knowledgebase-cta__title {
    max-width: 560px;
    color: #531316;
    font-family: 'Supermolot', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.typography.knowledgebase .knowledgebase-cta__text {
    max-width: 560px;
    margin-top: 12px;
    color: #822f34;
    font-size: 18px;
    line-height: 1.45;
}

.typography.knowledgebase .knowledgebase-cta__button {
    min-height: 48px;
    margin-top: 28px;
    color: #fff;
    text-decoration: none;
}

.typography.knowledgebase .knowledgebase-cta__button:hover,
.typography.knowledgebase .knowledgebase-cta__button:focus-visible {
    color: #fff;
}

.typography.knowledgebase .knowledgebase-cta__button .button__content {
    min-height: 48px;
}

@media (max-width: 767px) {
    .typography.knowledgebase .knowledgebase-cta {
        margin: 32px 0 40px;
        padding: 24px;
        border-radius: 12px;
    }

    .typography.knowledgebase .knowledgebase-cta__title {
        font-size: 24px;
    }

    .typography.knowledgebase .knowledgebase-cta__text {
        margin-top: 10px;
        font-size: 16px;
    }

    .typography.knowledgebase .knowledgebase-cta__button {
        display: flex;
        width: 100%;
        margin-top: 24px;
    }
}

.typography.knowledgebase .knowledgebase-author-quote {
    margin: 40px 0 48px;
    padding: 32px;
    border: 1px solid #dde2e9;
    border-radius: 16px;
    background: #f3f5f7;
    box-shadow: inset 4px 0 0 #e81d25;
}

.typography.knowledgebase .knowledgebase-author-quote__text {
    position: relative;
    margin: 0 0 32px;
    padding: 44px 0 0;
    border-radius: 0;
    background: none;
    color: #000;
    font-family: inherit;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
}

.typography.knowledgebase .knowledgebase-author-quote__text::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 24px;
    background: url('/images/quote.svg') center / contain no-repeat;
    content: '';
}

.typography.knowledgebase .knowledgebase-author-quote__text:empty {
    display: none;
}

.typography.knowledgebase .knowledgebase-author-quote__person {
    display: flex;
    align-items: center;
    gap: 20px;
}

.typography.knowledgebase .knowledgebase-author-quote__avatar {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    margin: 0;
    border: 1px solid #dde2e9;
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
}

.typography.knowledgebase .knowledgebase-author-quote__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    min-width: 0;
}

.typography.knowledgebase .knowledgebase-author-quote__name {
    color: #000;
    font-family: 'Supermolot', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.typography.knowledgebase .knowledgebase-author-quote__label {
    flex: 0 0 100%;
    margin-bottom: 2px;
    color: #e81d25;
    font-size: 14px;
    line-height: 1.3;
}

.typography.knowledgebase .knowledgebase-author-quote__role {
    color: #90959e;
    font-size: 16px;
    line-height: 1.4;
}

.typography.knowledgebase .knowledgebase-author-quote_author-only {
    margin-top: 0;
    padding: 24px 32px;
}

@media (max-width: 767px) {
    .typography.knowledgebase .knowledgebase-author-quote {
        margin: 32px 0 40px;
        padding: 24px;
        border-radius: 12px;
    }

    .typography.knowledgebase .knowledgebase-author-quote__text {
        margin-bottom: 24px;
        padding-top: 36px;
        font-size: 20px;
        line-height: 1.4;
    }

    .typography.knowledgebase .knowledgebase-author-quote__text::before {
        width: 28px;
        height: 21px;
    }

    .typography.knowledgebase .knowledgebase-author-quote__person {
        gap: 16px;
    }

    .typography.knowledgebase .knowledgebase-author-quote__avatar {
        width: 64px;
        height: 64px;
        border-radius: 50%;
    }

    .typography.knowledgebase .knowledgebase-author-quote__meta {
        display: block;
    }

    .typography.knowledgebase .knowledgebase-author-quote__name,
    .typography.knowledgebase .knowledgebase-author-quote__label,
    .typography.knowledgebase .knowledgebase-author-quote__role {
        display: block;
    }

    .typography.knowledgebase .knowledgebase-author-quote__name {
        font-size: 16px;
    }

    .typography.knowledgebase .knowledgebase-author-quote__role {
        margin-top: 4px;
        font-size: 14px;
    }

    .typography.knowledgebase .knowledgebase-author-quote__label {
        margin-bottom: 4px;
        font-size: 13px;
    }

    .typography.knowledgebase .knowledgebase-author-quote_author-only {
        padding: 20px 24px;
    }
}

/* .ya-share2__link_more {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    background-image: url("/markup/src/svgSprite/share.svg") !important;
    background-color: #ffffff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
}

.ya-share2__link_more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(221 226 233 / var(--tw-border-opacity));
    clip-path: polygon(100% 0, 100% 25%, 0 25%, 0 75%, 100% 75%, 100% 100%, 0 100%, 0 0);
}

.ya-share2__link_more:hover:before {
    border-color: rgb(232 29 37 / var(--tw-text-opacity));
}

.ya-share2__badge_more,
.ya-share2__badge {
    display: none !important;
}

.ya-share2__popup {
    top: 0 !important;
    right: -104px !important;
    box-shadow: none !important;
    background: rgb(243, 245, 247) !important;
}

.ya-share2__list.ya-share2__list_direction_vertical .ya-share2__item  {
    padding: 8px 16px !important;
}

.ya-share2__title {
    margin: 0 !important;
    color: rgb(144, 149, 158) !important;
    font-family: 'Neue' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.ya-share2__title:hover {
    color: #000 !important;
} */

/* End */
/* /local/templates/main/components/bitrix/news/knowledgebase/bitrix/news.detail/detail_onecol/style.css?178843741214461 */
