

/* Start:/local/templates/grandis26/components/bitrix/catalog/catalog/style.css?17900972423028*/
.catalog_systems_guide_wrap {
    flex: 0 0 100%;
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 32px 15px 0;
    box-sizing: border-box;
    clear: both;
}

.catalog_systems_overview {
    display: block;
    border-left: 3px solid #ffd400;
    padding-left: 22px;
    margin: 0 0 32px;
}

.catalog_systems_overview_accent {
    display: none;
}

.catalog_systems_overview h2 {
    max-width: 780px;
    margin: 0 0 12px;
    color: #303030;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    text-transform: none;
}

.catalog_systems_overview p {
    max-width: 860px;
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 400;
}

.catalog_systems_guide .catalog_systems_overview_content {
    min-width: 0;
    max-width: 940px;
}

.catalog_systems_guide .catalog_systems_guide_intro {
    margin-bottom: 18px;
}

.catalog_systems_topics {
    max-width: 860px;
    border-top: 1px solid #ececec;
}

.catalog_systems_topic {
    border-bottom: 1px solid #ececec;
}

.catalog_systems_topic summary {
    position: relative;
    display: block;
    padding: 15px 38px 15px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    list-style: none;
    cursor: pointer;
}

.catalog_systems_topic summary::-webkit-details-marker {
    display: none;
}

.catalog_systems_topic summary::after {
    content: "+";
    position: absolute;
    top: 9px;
    right: 5px;
    color: #999;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    transition: color 0.25s ease, transform 0.32s ease;
}

.catalog_systems_topic[open] summary::after {
    content: "−";
    color: #777;
    transform: rotate(180deg);
}

.catalog_systems_topic_body {
    display: block !important;
    height: auto;
    overflow: hidden;
    opacity: 0;
}

.catalog_systems_topic[open] > .catalog_systems_topic_body {
    opacity: 1;
}

.catalog_systems_guide--enhanced .catalog_systems_topic_body {
    height: 0;
    transition: height 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.24s ease;
}

.catalog_systems_topic .catalog_systems_topic_body p {
    margin: 0 38px 16px 0;
}

.catalog_systems_guide .catalog_systems_guide_source {
    margin-top: 16px;
    color: #aaa;
    font-size: 12px;
    line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
    .catalog_systems_topic_body,
    .catalog_systems_topic summary::after {
        transition: none;
    }
}

@media (max-width: 768px) {
    .catalog_systems_guide_wrap {
        padding-top: 24px;
    }

    .catalog_systems_overview {
        padding-left: 16px;
        margin-bottom: 24px;
    }

    .catalog_systems_overview h2 {
        font-size: 18px;
    }

    .catalog_systems_overview p {
        font-size: 13px;
        line-height: 1.68;
    }

    .catalog_systems_topic summary {
        padding-right: 32px;
        font-size: 13px;
    }

    .catalog_systems_topic .catalog_systems_topic_body p {
        margin-right: 28px;
    }
}

/* End */


/* Start:/local/templates/grandis26/components/bitrix/breadcrumb/g21/style.css?17898530781976*/
nav.bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    width: calc(100% - 64px);
    max-width: 1180px;
    min-height: 52px;
    margin: 32px auto 24px;
    padding: 14px 18px 13px 20px;
    box-sizing: border-box;
    clear: both;
    color: #858585;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #dedede;
    border-left: 4px solid #ffd500;
    font-family: inherit;
}

nav.bx-breadcrumb .bx-breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 10px;
    float: none;
    margin: 0;
    color: #858585;
    font-size: 14px;
    line-height: 1.45;
    white-space: normal;
}

nav.bx-breadcrumb .bx-breadcrumb-item > a {
    color: #858585;
    font-size: 14px;
    text-decoration: none;
    border: 0;
    transition: color 0.15s ease;
}

nav.bx-breadcrumb .bx-breadcrumb-item > a:hover,
nav.bx-breadcrumb .bx-breadcrumb-item > a:focus-visible {
    color: #1c1c1c;
}

nav.bx-breadcrumb .bx-breadcrumb-item > .bx-breadcrumb-current {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 700;
}

nav.bx-breadcrumb .bx-breadcrumb-item > .bx-breadcrumb-separator {
    color: #b0b0b0;
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 767px) {
    nav.bx-breadcrumb {
        gap: 4px 6px;
        position: relative;
        left: 50%;
        width: calc(100vw - 40px);
        max-width: none;
        min-height: 0;
        margin: 16px 0 22px;
        padding: 12px 14px 13px;
        border-left-width: 3px;
        transform: translateX(-50%);
    }

    nav.bx-breadcrumb .bx-breadcrumb-item {
        gap: 6px;
        font-size: 12.5px;
        line-height: 1.35;
    }

    nav.bx-breadcrumb .bx-breadcrumb-item > a {
        font-size: 12.5px;
    }

    nav.bx-breadcrumb .bx-breadcrumb-item > .bx-breadcrumb-current {
        font-size: 13px;
    }

    nav.bx-breadcrumb .bx-breadcrumb-item > .bx-breadcrumb-separator {
        font-size: 16px;
    }
}

/* End */


/* Start:/local/templates/grandis26/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17901100973904*/
.catalog_sections_furniture_systems .catalog_sections_name {
    right: 52%;
    z-index: 2;
    max-width: none;
}

.catalog_sections_furniture_systems .catalog_sections_img {
    width: 48%;
    overflow: hidden;
}

.catalog_sections_furniture_systems .catalog_sections_img img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: none;
    object-fit: initial;
    transform-origin: 0 0;
}

.catalog_sections_furniture_systems .catalog_sections_item:hover .catalog_sections_img {
    transform: none;
}

.catalog_systems_overview {
    display: block;
    flex: 0 0 100%;
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-left: 3px solid #ffd400;
    padding-left: 22px;
    margin: 0 0 32px;
}

.catalog_systems_overview_accent {
    display: none;
}

.catalog_systems_overview h2 {
    max-width: 780px;
    margin: 0 0 12px;
    color: #303030;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    text-transform: none;
}

.catalog_systems_overview p {
    max-width: 860px;
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 400;
}

.catalog_systems_guide .catalog_systems_overview_content {
    min-width: 0;
    max-width: 940px;
}

.catalog_systems_guide .catalog_systems_guide_intro {
    margin-bottom: 18px;
}

.catalog_systems_topics {
    max-width: 860px;
    border-top: 1px solid #ececec;
}

.catalog_systems_topic {
    border-bottom: 1px solid #ececec;
}

.catalog_systems_topic summary {
    position: relative;
    display: block;
    padding: 15px 38px 15px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    list-style: none;
    cursor: pointer;
}

.catalog_systems_topic summary::-webkit-details-marker {
    display: none;
}

.catalog_systems_topic summary::after {
    content: "+";
    position: absolute;
    top: 9px;
    right: 5px;
    color: #999;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    transition: color 0.25s ease, transform 0.32s ease;
}

.catalog_systems_topic[open] summary::after {
    content: "−";
    color: #777;
    transform: rotate(180deg);
}

.catalog_systems_topic_body {
    display: grid !important;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.34s ease, opacity 0.24s ease;
}

.catalog_systems_topic[open] > .catalog_systems_topic_body {
    grid-template-rows: 1fr;
    opacity: 1;
}

.catalog_systems_topic_body > div {
    min-height: 0;
    overflow: hidden;
}

.catalog_systems_topic .catalog_systems_topic_body p {
    margin: 0 38px 16px 0;
}

.catalog_systems_guide .catalog_systems_guide_source {
    margin-top: 16px;
    color: #aaa;
    font-size: 12px;
    line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
    .catalog_systems_topic_body,
    .catalog_systems_topic summary::after {
        transition: none;
    }
}

@media (max-width: 768px) {
    .catalog_sections.catalog_sections_furniture_systems {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog_sections_furniture_systems .catalog_sections_item {
        height: 238px;
    }

    .catalog_sections_furniture_systems .catalog_sections_name {
        left: 10px;
        right: 52%;
        bottom: 13px;
        font-size: 15px;
    }

    .catalog_systems_overview {
        padding-left: 16px;
        margin-bottom: 24px;
    }

    .catalog_systems_overview h2 {
        font-size: 18px;
    }

    .catalog_systems_overview p {
        font-size: 13px;
        line-height: 1.68;
    }

    .catalog_systems_topic summary {
        padding-right: 32px;
        font-size: 13px;
    }

    .catalog_systems_topic .catalog_systems_topic_body p {
        margin-right: 28px;
    }

    .catalog_systems_guide .catalog_systems_guide_source {
        font-size: 12px;
    }
}
/* End */
/* /local/templates/grandis26/components/bitrix/catalog/catalog/style.css?17900972423028 */
/* /local/templates/grandis26/components/bitrix/breadcrumb/g21/style.css?17898530781976 */
/* /local/templates/grandis26/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17901100973904 */
