

/* Start:/local/components/imassage/sitemap.sections/templates/.default/style.css?17782501444606*/
.sitemap-page {
    background: #fff;
    color: #162026;
    padding: 54px 0 82px;
}

.sitemap-page__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.sitemap-page__head {
    margin-bottom: 44px;
}

.sitemap-page__title {
    margin: 0;
    color: #162026;
    font-family: "Mont", Arial, sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 1.18;
}

.sitemap-page__title::after {
    content: "";
    display: block;
    width: 74px;
    height: 2px;
    margin-top: 22px;
    background: #CD9C72;
}

.im-sitemap {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, .9fr);
    gap: 64px;
    align-items: start;
}

.im-sitemap__catalog {
    min-width: 0;
}

.im-sitemap__side {
    display: grid;
    gap: 34px;
    min-width: 0;
}

.im-sitemap__group {
    border-top: 1px solid rgba(205, 156, 114, .6);
    padding-top: 20px;
}

.im-sitemap__title {
    margin: 0 0 18px;
    color: #162026;
    font-family: "Mont", Arial, sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.25;
}

.im-sitemap__title_catalog {
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
    font-size: 34px;
    font-weight: 300;
}

.im-sitemap__title_catalog::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    margin: 0 0 0 24px;
    background: rgba(205, 156, 114, .6);
}

.im-sitemap__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.im-sitemap__item {
    position: relative;
    margin: 0 0 11px;
    line-height: 1.35;
}

.im-sitemap__item:last-child {
    margin-bottom: 0;
}

.im-sitemap__link {
    display: inline;
    color: #162026;
    font-size: 16px;
    line-height: 1.45;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color .25s ease, border-color .25s ease;
}

.im-sitemap__link:hover {
    color: #CD9C72 !important;
    border-bottom-color: rgba(205, 156, 114, .45);
    text-decoration: none;
}

.im-sitemap__link:focus,
.im-sitemap__link:active {
    color: #162026;
    outline: 2px solid rgba(205, 156, 114, .55);
    outline-offset: 3px;
    text-decoration: none;
}

.im-sitemap__children {
    position: relative;
    margin: 12px 0 20px 0;
    padding-left: 24px;
}

.im-sitemap__children::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 3px;
    left: 6px;
    width: 1px;
    background: rgba(205, 156, 114, .45);
}

.im-sitemap__list_level_2 .im-sitemap__link {
    color: #555F68;
    font-size: 15px;
}

.im-sitemap__list_level_3 .im-sitemap__link {
    color: #6C747B;
    font-size: 14px;
}

.im-sitemap__list_collapsible {
    position: relative;
}

.im-sitemap__list_is-collapsed {
    max-height: 286px;
    overflow: hidden;
}

.im-sitemap__list_is-collapsed::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
}

.im-sitemap__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 2px 0 18px;
    padding: 11px 22px;
    border: 1px solid rgba(205, 156, 114, .75);
    border-radius: 45px;
    background: #fff;
    color: #CD9C72;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.im-sitemap__toggle:hover {
    background: #CD9C72;
    color: #fff;
}

.im-sitemap__toggle:focus,
.im-sitemap__toggle:active {
    outline: 2px solid rgba(205, 156, 114, .55);
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .sitemap-page {
        padding-top: 44px;
        padding-bottom: 68px;
    }

    .sitemap-page__title {
        font-size: 44px;
    }

    .im-sitemap {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .im-sitemap__side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .sitemap-page {
        padding-top: 34px;
        padding-bottom: 50px;
    }

    .sitemap-page__head {
        margin-bottom: 34px;
    }

    .sitemap-page__title {
        font-size: 34px;
    }

    .im-sitemap__side {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .im-sitemap__title_catalog {
        display: block;
        font-size: 28px;
    }

    .im-sitemap__title_catalog::after {
        display: block;
        width: 64px;
        margin: 16px 0 0;
    }

    .im-sitemap__children {
        padding-left: 18px;
    }
}

/* End */
/* /local/components/imassage/sitemap.sections/templates/.default/style.css?17782501444606 */
