

/* Start:/local/templates/ksrk2025/components/bitrix/news.detail/main_det/style.css?1759143878155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/ksrk2025/components/bitrix/catalog.section.list/ksrk2025_documents1_v3/style.css?17869751146117*/
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.document-items,
.sub-razdel {
    display: none;
    margin: 0;
    border: none;
    padding: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.document-items.open,
.sub-razdel.open {
    display: block;
    list-style: none;
    width: 100%;
}

.open-docs-button {
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5rem 16px;
    background-color: rgb(102, 102, 102, 0.22);
    font-size: 16px;
    white-space: nowrap;
}

.open-docs-button:hover {
    background-color: rgba(184, 134, 11, 0.4);
}

.icon {
    font-weight: bold;
    margin: 0;
    transition: transform 0.3s ease;
    color: #777;
}

.document-items.open .icon,
.sub-razdel.open .icon {
    transform: rotate(180deg);
    color: #b8860b;
}
.open-docs-button > .icon {
    margin-left: 12px;       
    color: #b8860b;
    font-weight: bold;
    font-size: 22px;         
    transition: transform 0.3s ease, color 0.3s ease;
}
/* Контейнер документа */
#documents,
#documents > .outer-container,
#documents > .outer-container > .inner-container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
#documents{
	padding: 15px 0px;
}
/* Списки разделов */
#documents > .outer-container > .inner-container > .docs-list {
    margin: 10px 0;
    padding: 0;
    border: none;
    width: 100%;
	list-style: none;
}

/* Раздел документа */
#documents > .outer-container > .inner-container > .docs-list > .doc-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
	list-style: none;
    }

/* Заголовок раздела */
#documents > .outer-container > .inner-container > .docs-list > .doc-section > .open-docs-button > .title {
    font-size: 16px;
    margin: 0;
    padding: 0;
    white-space: nowrap; 
    overflow: hidden;    
    text-overflow: ellipsis;
}

/* Подразделы */
#documents > .outer-container > .inner-container > .docs-list > .doc-section > .document-items > .doc-subsection {
    margin: 0;
    padding: 0;
    width: 100%;
}
#documents > .outer-container > .inner-container > .docs-list > .doc-section > .document-items > .doc-subsection > .document-items > .doc-item {
	 border-left: 3px solid transparent;
}

#documents .document-items .doc-item {
    border-left: 3px solid transparent;
}

/*#documents .document-items .doc-item a {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 15px;
    color: #b8860b;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

#documents .document-items .doc-item a:hover {
    background-color: #f1f3f4;
    border-left: 3px solid #b8860b;
}*/

/* Вложенные списки */
.sub-razdel {
    margin-left: 10px;
    border-left: 2px solid #e0e0e0;
    padding-left: 10px;
}
.docs-list,
.document-items,
.doc-section,
.doc-subsection {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 576px) {
    .open-docs-button {
        padding: 0.6rem 20px;
        font-size: 16px;
    }

    #documents > .outer-container > .inner-container > .docs-list > .doc-section {
        align-items: flex-start;
    }

    .doc-item a {
        display: block;
        padding: 6px 25px;
        color: #b8860b;
        text-decoration: none;
        border-left: 3px solid transparent;
        transition: all 0.2s ease;
    }

    .doc-item a:hover {
        background-color: #f1f3f4;
        border-left: 3px solid #b8860b;
    }

    .sub-razdel {
        margin-left: 20px;
        border-left: 2px solid #e0e0e0;
        padding-left: 10px;
    }
}
@media (min-width: 768px) {
    body {
        background-color: #fafafa;
        color: #222;
        margin: 0;
        padding: 0px;
        line-height: 1.6;
    }

    #documents .outer-container {
        max-width: 720px;
        margin: 0 auto;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .open-docs-button {
        background-color: rgb(102, 102, 102, 0.22);
        border-bottom: 1px solid #e0e0e0;
        font-weight: 500;
        transition: background-color 0.2s ease;
    }

    .open-docs-button:hover {
        background-color: rgba(184, 134, 11, 0.4);
    }

    .icon {
        color: #777;
        transition: transform 0.3s ease, color 0.2s ease;
    }

    .open-docs-button:hover .icon {
        color: #b8860b;
    }
}
@media (min-width: 992px) {
    #documents .outer-container {
        max-width: 920px;
        padding: 20px;
    }
    #documents > .outer-container > .inner-container > .docs-list > .doc-section > .open-docs-button > .title {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    .open-docs-button {
        font-size: 17px;
        padding: 0.8rem 24px;
    }

    .doc-item a {
        font-size: 15px;
    }

    .title {
        font-size: 18px;
    }
    .open-docs-button > .icon {
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    #documents .outer-container {
        max-width: 1100px;
    }

    .open-docs-button {
        padding: 1rem 30px;
        font-size: 18px;
    }

    .doc-item a {
        font-size: 16px;
    }

    .title {
        font-size: 19px;
    }
    .open-docs-button > .icon {
        font-size: 26px;
    }
}
@media (min-width: 1400px) {
    #documents .outer-container {
        max-width: 1250px;
    }
    #documents > .outer-container > .inner-container > .docs-list > .doc-section > .open-docs-button > .title {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    .open-docs-button {
        font-size: 16px;
    }

    .doc-item a {
        font-size: 16px;
    }
    .open-docs-button > .icon {
        font-size: 28px;
    }
}

#documents li::before {
    content: none !important;
}
/* End */
/* /local/templates/ksrk2025/components/bitrix/news.detail/main_det/style.css?1759143878155 */
/* /local/templates/ksrk2025/components/bitrix/catalog.section.list/ksrk2025_documents1_v3/style.css?17869751146117 */
