

/* Start:/bitrix/templates/mfc/components/bitrix/news.detail/service/style.css?17473793531609*/
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;
}
.toggle-list label{
    cursor: pointer;
    transition: all 0.5s;
}

.toggle-list label:hover {
    background: #ededed;
    transition: all 0.5s;
}
.toggle-content, details{
    padding-bottom: 10px;
}
.toggle-content ul {
    padding-left: 15px !important;
}

.toggle-content ul li {
    list-style: disc;
}
.strip-list li{
    cursor: pointer;
}
/*стили к перечню док*/
.group-documents details ul , .inner-doc-ul details ul{
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none !important;
}
.group-documents summary, .inner-doc-ul summary{
    color: #505050;
    font-weight: 300;
    position: relative;
    display: block;
    padding: 12px 55px 12px 22px;
    background: #fafafa;
    -webkit-box-shadow: 0 1px 0 #e5e4e4;
    box-shadow: 0 1px 0 #e5e4e4;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 0;
}
.group-documents details, .inner-doc-ul details{
    border: 1px solid #e5e4e4;
    margin-bottom: 5px;
}
details p{
    margin-left: 20px;
    margin-top: 25px;
}
details, details[open] > summary, details > summary, .group-documents, .inner-doc-ul{
    transition: all 0.3s ease;
}
details[open] > summary {
    color: white;
    background-color: #c39367;
}
.inner-doc-ul details p {
    color: #73290c;
    font-weight: bold;
    margin-bottom: 5px;
}

/* End */
/* /bitrix/templates/mfc/components/bitrix/news.detail/service/style.css?17473793531609 */
