

/* Start:/local/components/local.core/documentation/templates/.default/style.css?17848172214130*/
.documentation {
    margin-bottom: 50px;
}

.documentation .documentation__list,
.documentation .documentation__list li {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.documentation__case {
    margin-top: 10px;
}

.documentation__block-button {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--stroke_black, #333);
}

.documentation__tab {
    border: none;
    background: none;
    padding: 0 0 12px;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--fill_dark_light_ccc, #999);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.documentation__tab:hover {
    color: var(--white_text_black, #fff);
}

.documentation__tab.active {
    color: var(--white_text_black, #fff);
    border-bottom-color: var(--theme-base-color, #fff);
}

.documentation__block-search {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 30px;
}

.documentation__block-search--article,
.documentation__block-search--param {
    display: none;
}

.documentation__block-search--article.active,
.documentation__block-search--param.active {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex: 1 1 auto;
}

.documentation__block-select {
    flex: 1 1 200px;
    min-width: 180px;
    max-width: 280px;
}

.documentation__block-select select,
.documentation__block-select input[type="text"] {
    width: 100%;
    min-height: 48px;
    padding: 8px 13px 7px;
    box-sizing: border-box;
}

.documentation__block-search-article {
    flex: 1 1 280px;
    max-width: 400px;
}

.documentation__submit {
    flex: 0 0 auto;
    min-width: 140px;
    margin-bottom: 0;
}

.documentation__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--stroke_black, #333);
    border-radius: 4px;
    overflow: hidden;
}

.documentation__list li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--stroke_black, #333);
    background: var(--darkerblack_bg_black, #1a1a1a);
}

.documentation__list li:last-child {
    border-bottom: none;
}

.documentation__list li:hover {
    background: var(--arrows_bg_black, #222);
}

.documentation__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    text-decoration: none;
    color: var(--white_text_black, #fff);
    font-size: 15px;
    line-height: 1.4;
    background: transparent;
    transition: color 0.2s ease;
}

.documentation__list li:hover a {
    color: var(--theme-base-color, #fff);
}

.documentation__link-text {
    flex: 1 1 auto;
    min-width: 0;
}

.documentation__list .documentation__file-icon {
    flex: 0 0 25px;
    width: 25px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

a[href$=".doc"] .documentation__file-icon,
a[href$=".DOC"] .documentation__file-icon,
a[href$=".docx"] .documentation__file-icon,
a[href$=".DOCX"] .documentation__file-icon,
a[href$=".rtf"] .documentation__file-icon,
a[href$=".RTF"] .documentation__file-icon {
    background-image: url("/local/components/local.core/documentation/templates/.default/image/doc.png");
}

a[href$=".pdf"] .documentation__file-icon,
a[href$=".PDF"] .documentation__file-icon {
    background-image: url("/local/components/local.core/documentation/templates/.default/image/pdf.png");
}

a[href$=".xls"] .documentation__file-icon,
a[href$=".XLS"] .documentation__file-icon,
a[href$=".xlsx"] .documentation__file-icon,
a[href$=".XLSX"] .documentation__file-icon {
    background-image: url("/local/components/local.core/documentation/templates/.default/image/xls.png");
}

.documentation__result {
    font-size: 16px;
    text-align: center;
    padding: 24px 16px;
    margin: 0;
    color: var(--fill_dark_light_ccc, #999);
}

@media (max-width: 767px) {
    .documentation__block-select {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .documentation__block-search-article {
        max-width: 100%;
    }

    .documentation__submit {
        width: 100%;
    }

    .documentation__block-search {
        flex-direction: column;
        align-items: stretch;
    }
}

/* End */
/* /local/components/local.core/documentation/templates/.default/style.css?17848172214130 */
