

/* Start:/local/components/swimpool/sitemap.sections/templates/.default/style.css?17782430253521*/
body .wrapper_inner.wide_page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1560px !important;
}

.sw-sitemap {
    color: #222;
    margin: 0 0 64px;
    width: 100%;
}

.sw-sitemap__inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1560px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.sw-sitemap__breadcrumbs {
    margin: 0 0 18px;
}

.sw-sitemap__header {
    margin: 0 0 28px;
}

.sw-sitemap__title {
    color: #222;
    font-size: 2.133em;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}

.sw-sitemap__grid {
    align-items: flex-start;
    display: flex;
    gap: 24px;
}

.sw-sitemap-block {
    align-self: flex-start;
    background: #fff;
    border: 1px solid #edf0f3;
    border-radius: 4px;
    flex: 1 1 0;
    height: auto;
    min-width: 0;
    padding: 26px 28px 28px;
    position: relative;
}

.sw-sitemap-block:before {
    background: var(--theme-base-color, #365edc);
    content: "";
    height: 3px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.sw-sitemap-block__title {
    color: #222;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 18px;
}

.sw-sitemap-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sw-sitemap-item {
    margin: 0;
    padding: 0;
}

.sw-sitemap-item:before {
    display: none;
}

.sw-sitemap-link {
    border-bottom: 1px solid #f0f2f5;
    color: #333;
    display: block;
    line-height: 1.45;
    padding: 8px 0;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.sw-sitemap-link:hover,
.sw-sitemap-link:focus {
    border-color: rgba(54, 94, 220, 0.35);
    color: var(--theme-base-color, #365edc);
    text-decoration: none;
}

.sw-sitemap-link:focus-visible,
.sw-sitemap-toggle:focus-visible {
    outline: 2px solid var(--theme-base-color, #365edc);
    outline-offset: 2px;
}

.sw-sitemap-list_level_1 > .sw-sitemap-item > .sw-sitemap-link {
    font-weight: 600;
}

.sw-sitemap-children {
    border-left: 1px solid #edf0f3;
    margin: 0 0 8px 10px;
    padding-left: 16px;
}

.sw-sitemap-list_level_2 .sw-sitemap-link,
.sw-sitemap-list_level_3 .sw-sitemap-link,
.sw-sitemap-list_level_4 .sw-sitemap-link {
    color: #555;
    font-size: 0.933em;
    padding: 6px 0;
}

.sw-sitemap-list_is-collapsed > .sw-sitemap-item:nth-child(n+9) {
    display: none;
}

.sw-sitemap-toggle {
    background: #fff;
    border: 1px solid rgba(54, 94, 220, 0.35);
    border-radius: 3px;
    color: var(--theme-base-color, #365edc);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.867em;
    font-weight: 600;
    line-height: 1;
    margin: 12px 0 4px;
    padding: 11px 16px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sw-sitemap-toggle:hover,
.sw-sitemap-toggle:focus {
    background: var(--theme-base-color, #365edc);
    border-color: var(--theme-base-color, #365edc);
    color: #fff;
}

@media (max-width: 991px) {
    .sw-sitemap__grid {
        flex-wrap: wrap;
    }

    .sw-sitemap-block {
        flex: 1 1 calc(50% - 12px);
    }
}

@media (max-width: 600px) {
    .sw-sitemap {
        margin-bottom: 44px;
    }

    .sw-sitemap__inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sw-sitemap__grid {
        gap: 16px;
    }

    .sw-sitemap-block {
        flex-basis: 100%;
        padding: 22px 20px 24px;
    }

    .sw-sitemap__title {
        font-size: 1.733em;
    }
}

/* End */
/* /local/components/swimpool/sitemap.sections/templates/.default/style.css?17782430253521 */
