

/* Start:/local/components/gendalf/structure/templates/.default/style.css?17482432101704*/
.col.col-mb-12.col-9.col-margin-bottom .white-box.padding-box{
	background: #DCF1F7;
}
.item-fio{
	margin-right: 8px;
}

.tree-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tree-item {
    position: relative;
    background: #FFFFFF;
}

.tree-item.has-children-bg {
    background: #DCF1F7;
}

.tree-summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    border-bottom: 1px solid #D7DDE7;
    flex-direction: row;
    flex-wrap: wrap;
}

.tree-item-content {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    border-bottom: 1px solid #D7DDE7;
    flex-direction: row;
    flex-wrap: wrap;
}

/* Иконки */
.arrow-icon {
    position: absolute;
	top: 15px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.dot-icon {
    position: absolute;
	top: 12px;
}

details[open] > summary > .arrow-icon {
    transform: rotate(90deg) !important;
}

details > summary > .arrow-icon {
    transform: rotate(0deg) !important;
}

details[open] > .tree-summary {
    font-weight: 700;
    color: #23A7CE;
}

details[open] .arrow-icon svg path {
    stroke: #23A7CE;
}
summary::-webkit-details-marker,
summary::marker {
    display: none;
}

@media (max-width: 767px) {
    .tree-summary,
    .tree-item-content {
        padding: 12px 15px;
        font-size: 14px;
    }
	.arrow-icon{
		top: 12px;
	}
	.dot-icon{
		top: 10px;
	}
}
/* End */
/* /local/components/gendalf/structure/templates/.default/style.css?17482432101704 */
