

/* Start:/local/templates/micross.redisign/components/bitrix/main.map/tree/style.css?17785894452638*/
.sitemap {
    padding-bottom: 120px;
}

.sitemap__list {
    position: relative;
    list-style: none;
    padding-left: 40px;
    margin: 0; /* Чтобы расчет высоты был идеальным */
    will-change: max-height, opacity; /* Подсказка браузеру для оптимизации GPU */
}

@media (prefers-reduced-motion: reduce) {
    .sitemap__list {
        transition: none !important;
        animation: none !important;
    }
}

.sitemap__list > .sitemap__item:first-child {
    margin-top: 6px;
}

.sitemap__list::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: var(--border-color);
}

.sitemap__item {

}

.sitemap__node {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    max-width: max-content;
    padding: 2px 8px;
    margin-left: -16px;
    z-index: 2;
    corner-shape: squircle;
    border-radius: 10px;
    /*background-color: var(--bgc-light);*/
}

.sitemap__list .sitemap__node::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 100%;
    width: calc(40px - 16px);
    height: 2px;
    background-color: var(--border-color);
}

.sitemap__node:hover {
    background-color: var(--border-color);
}

.sitemap__toggler {
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    background: var(--white);
    border-radius: 10px;
    corner-shape: squircle;
    border: 1px solid #ccc;
    position: relative;
    flex-shrink: 0;
}

.sitemap__toggler::before {
    content: '+';
    display: block;
    line-height: 18px;
    text-align: center;
}

.sitemap__item--active > .sitemap__node > .sitemap__toggler::before {
    content: '-';
}

.sitemap__link {
    text-decoration: none;
    color: var(--black);
    transition: color 0.2s;
}

.sitemap__list--level-0 > .sitemap__item > .sitemap__link {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    white-space: nowrap;
    padding: 4px 0;
}

.sitemap__link:hover {

}

.sitemap__list--level-0 .sitemap__link {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.sitemap__list--level-1 .sitemap__link {
    color: var(--black);
    font-size: 18px;
}

.sitemap__list--level-2 .sitemap__link {
    /*color: var(--black);*/
    color: var(--primary-color);
    font-size: 16px;
    text-transform: unset;
    font-weight: 400;
}


/* End */
/* /local/templates/micross.redisign/components/bitrix/main.map/tree/style.css?17785894452638 */
