

/* Start:/local/templates/fitasyntex/components/bitrix/catalog.section.list/html_sitemap_tree/style.css?17899283061891*/
.sm-tree,
.sm-tree__sub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sm-tree {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.sm-tree__item {
    margin: 0;
}

.sm-tree__summary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    cursor: pointer;
    list-style: none;
}

.sm-tree__summary::-webkit-details-marker,
.sm-tree__summary::marker {
    display: none;
    content: "";
}

.sm-tree__link {
    color: #120fa0;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.sm-tree__sub .sm-tree__link {
    font-size: 15px;
    font-weight: 400;
}

.sm-tree__link:hover {
    text-decoration: underline;
}

.sm-tree__toggle {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    position: relative;
    border: none;
    background: transparent;
}

.sm-tree__toggle::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #120fa0;
    border-bottom: 2px solid #120fa0;
    transform: rotate(-45deg);
    transition: transform 0.15s ease, top 0.15s ease;
}

.sm-tree__fold[open] > .sm-tree__summary .sm-tree__toggle::before {
    top: 4px;
    transform: rotate(45deg);
}

.sm-tree__sub {
    margin: 6px 0 10px;
    padding: 0 0 0 8px;
    display: grid;
    gap: 6px;
}

.sm-tree__sub .sm-tree__item--parent {
    margin-top: 2px;
}

@media (max-width: 720px) {
    .sm-tree__toggle {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
    }

    .sm-tree__toggle::before {
        top: 8px;
        left: 7px;
        width: 9px;
        height: 9px;
    }

    .sm-tree__fold[open] > .sm-tree__summary .sm-tree__toggle::before {
        top: 5px;
    }
}

/* End */
/* /local/templates/fitasyntex/components/bitrix/catalog.section.list/html_sitemap_tree/style.css?17899283061891 */
