

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1528184009659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/bitrix/templates/bitcorp_s1/components/bitrix/news.list/services_second/style.css?178527638118406*/
@media (max-width: 1024px) {
    a.link-style.for-structure {
        font-size: 9px;
    }
}

.cosmetology-consultation-cta {
    margin-top: 20px;
    margin-bottom: 10px;
}

.cosmetology-consultation-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 26px;
    border-left: 4px solid #bf168f;
    background: #f7f7f7;
}

.cosmetology-consultation-cta__title {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.cosmetology-consultation-cta__text {
    line-height: 1.5;
}

.cosmetology-consultation-cta__link,
.services-section-more a {
    color: #bf168f;
    font-weight: 600;
    text-decoration: underline;
}

.cosmetology-consultation-cta__link {
    flex: 0 0 auto;
}

.services-section-more {
    margin: 8px 0 28px;
}

@media (max-width: 767px) {
    .cosmetology-consultation-cta__inner {
        display: block;
        padding: 18px;
    }

    .cosmetology-consultation-cta__link {
        display: inline-block;
        margin-top: 12px;
    }

    .cosmetology-consultation-cta__title {
        font-size: 19px;
    }
}

/* MEDIAL P0.1-R1 — корневой каталог услуг */
.medial-services-filter,
.medial-services-empty,
.js-medial-services-section,
.js-medial-service-card {
    box-sizing: border-box;
}
.medial-services-filter *,
.medial-services-empty *,
.js-medial-services-section *,
.js-medial-service-card * {
    box-sizing: border-box;
}
.medial-services-filter {
    position: relative;
    margin: 30px 0 34px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #eadfe8;
    border-radius: 24px;
    background: linear-gradient(145deg, #fff 0%, #fcf7fb 100%);
    box-shadow: 0 16px 44px rgba(49, 25, 43, .08);
}
.medial-services-filter:before {
    position: absolute;
    top: -100px;
    right: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(191, 22, 143, .11), rgba(191, 22, 143, 0) 70%);
    content: "";
    pointer-events: none;
}
.medial-services-filter__intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    align-items: end;
    gap: 34px;
}
.medial-services-filter__eyebrow {
    margin-bottom: 8px;
    color: #a11679;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.medial-services-filter h2 {
    margin: 0 0 8px;
    color: #2b1d28;
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.12;
}
.medial-services-filter__intro p {
    max-width: 660px;
    margin: 0;
    color: #695d66;
    font-size: 15px;
    line-height: 1.55;
}
.medial-services-filter__search,
.medial-services-filter__field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #51464e;
    font-size: 13px;
    font-weight: 600;
}
.medial-services-filter__searchbox {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #d9ccd5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(49, 25, 43, .05);
}
.medial-services-filter__searchbox > span {
    color: #bf168f;
    font-size: 25px;
    line-height: 1;
    transform: rotate(-18deg);
}
.medial-services-filter__search input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #2b1d28;
    font-size: 16px;
}
.medial-services-filter__panel {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #eadfe8;
}
.medial-services-filter__panel-head {
    display: none;
}
.medial-services-filter__fields {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(220px, 1.25fr) minmax(240px, 1.4fr);
    align-items: end;
    gap: 14px;
}
.medial-services-filter__field select {
    width: 100%;
    height: 48px;
    padding: 0 42px 0 14px;
    border: 1px solid #d9ccd5;
    border-radius: 12px;
    outline: 0;
    background-color: #fff;
    color: #332830;
    font-size: 15px;
}
.medial-services-filter__field--clinic[hidden],
.medial-services-filter__promo[hidden] {
    display: none !important;
}
.medial-services-filter__promo {
    display: flex;
    grid-column: span 1;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin: 0;
    padding: 10px 13px;
    border: 1px solid #d9ccd5;
    border-radius: 12px;
    background: #fff;
    color: #51464e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.medial-services-filter__promo input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
.medial-services-filter__check {
    display: grid;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 2px solid #c7b6c2;
    border-radius: 7px;
    background: #fff;
}
.medial-services-filter__promo input:checked + .medial-services-filter__check {
    border-color: #bf168f;
    background: #bf168f;
}
.medial-services-filter__promo input:checked + .medial-services-filter__check:after {
    color: #fff;
    content: "✓";
    font-size: 14px;
    font-weight: 800;
}
.medial-services-filter__summary {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}
.medial-services-filter__result {
    color: #332830;
    font-weight: 700;
}
.medial-services-filter__loading {
    color: #a11679;
    font-size: 13px;
}
.medial-services-filter__loading:before {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 7px;
    border: 2px solid rgba(191, 22, 143, .2);
    border-top-color: #bf168f;
    border-radius: 50%;
    animation: medialServicesSpin .7s linear infinite;
    content: "";
    vertical-align: -2px;
}
@keyframes medialServicesSpin { to { transform: rotate(360deg); } }
.medial-services-filter__reset {
    min-height: 42px;
    margin-left: auto;
    padding: 0 17px;
    border: 1px solid #bf168f;
    border-radius: 999px;
    background: transparent;
    color: #a11679;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.medial-services-filter__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}
.medial-services-filter__chips:empty {
    display: none;
}
.medial-services-filter__chip {
    padding: 7px 11px;
    border: 0;
    border-radius: 999px;
    background: #f2e4ee;
    color: #7f155f;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.medial-services-filter__chip span {
    margin-left: 4px;
    font-size: 17px;
    line-height: 0;
}
.medial-services-filter__mobile-toggle,
.medial-services-filter__close {
    display: none;
}
.medial-services-filter :focus-visible,
.medial-services-empty :focus-visible,
.js-medial-service-card a:focus-visible {
    outline: 3px solid rgba(191, 22, 143, .35);
    outline-offset: 3px;
}
.medial-services-filter.is-loading .medial-services-filter__panel {
    opacity: .72;
}
.js-medial-services-section {
    width: 100%;
    margin-bottom: 34px;
}
.js-medial-services-section > h2 {
    margin: 20px 0 18px;
    font-size: clamp(23px, 2.4vw, 33px);
}
.js-medial-services-section > h2 a {
    color: #2b1d28;
}
.js-medial-services-section > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
}
.js-medial-services-section .js-medial-service-card {
    width: auto !important;
    min-width: 0;
    padding: 0;
    float: none !important;
}
.js-medial-service-card[hidden],
.js-medial-services-section[hidden],
.medial-services-empty[hidden] {
    display: none !important;
}
.js-medial-service-card .accomodation--link {
    display: flex;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.js-medial-service-card .accomodation {
    display: flex;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #eadfe8;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(49, 25, 43, .08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.js-medial-service-card a:hover .accomodation {
    border-color: #d7b5cd;
    box-shadow: 0 18px 44px rgba(49, 25, 43, .14);
    transform: translateY(-4px);
}
.medial-service-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #eee7ec;
}
.medial-service-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.js-medial-service-card a:hover .medial-service-card__media img {
    transform: scale(1.035);
}
.medial-service-card__placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 20%, rgba(255,255,255,.8), transparent 28%),
        linear-gradient(135deg, #f4e7f0 0%, #e7d0df 48%, #c49bb8 100%);
}
.medial-service-card__placeholder:before,
.medial-service-card__placeholder:after {
    position: absolute;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(255,255,255,.62);
    border-radius: 50%;
    content: "";
}
.medial-service-card__placeholder:before { top: -62px; right: -36px; }
.medial-service-card__placeholder:after { bottom: -90px; left: -42px; width: 220px; height: 220px; }
.medial-service-card__placeholder span {
    color: rgba(83, 45, 72, .68);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .24em;
}
.js-medial-service-card .accomodation--text {
    flex: 1 1 auto;
    padding: 22px 22px 10px;
}
.js-medial-service-card .accomodation--title {
    margin: 0 0 11px;
    color: #2b1d28;
    font-size: 20px;
    font-weight: 750;
    line-height: 1.28;
}
.js-medial-service-card .accomodation--descr {
    color: #675b64;
    font-size: 14px;
    line-height: 1.52;
}
.js-medial-service-card .accomodation--descr p:last-child {
    margin-bottom: 0;
}
.medial-service-card__promo {
    display: inline-flex;
    margin-bottom: 11px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f7e4f1;
    color: #a11679;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.medial-service-card__more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: auto 22px 20px;
    padding-top: 14px;
    border-top: 1px solid #eee4eb;
    color: #a11679;
    font-size: 13px;
    font-weight: 750;
}
.medial-service-card__more > span:last-child {
    font-size: 22px;
}
.medial-services-empty {
    margin: 26px 0 40px;
    padding: 44px 26px;
    border: 1px solid #eadfe8;
    border-radius: 22px;
    background: #fcf8fb;
    text-align: center;
}
.medial-services-empty__mark {
    margin-bottom: 8px;
    color: #bf168f;
    font-size: 31px;
}
.medial-services-empty h2 {
    margin: 0 0 8px;
    color: #2b1d28;
}
.medial-services-empty p {
    max-width: 650px;
    margin: 0 auto 20px;
    color: #695d66;
    line-height: 1.55;
}
.medial-services-empty__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.medial-services-empty__actions .medial-services-filter__reset,
.medial-services-empty__actions a {
    min-height: 44px;
    margin: 0;
    padding: 11px 18px;
    border: 1px solid #bf168f;
    border-radius: 999px;
    color: #a11679;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.medial-services-empty__actions a:last-child {
    background: #bf168f;
    color: #fff;
}
@media (max-width: 1024px) {
    .medial-services-filter__intro {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .medial-services-filter__fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .js-medial-services-section > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    body.medial-filter-open {
        overflow: hidden;
    }
    .medial-services-filter {
        margin: 22px 0 26px;
        padding: 20px 16px;
        border-radius: 18px;
    }
    .medial-services-filter h2 {
        font-size: 27px;
    }
    .medial-services-filter__intro {
        gap: 17px;
    }
    .medial-services-filter__searchbox {
        min-height: 50px;
    }
    .medial-services-filter__mobile-toggle {
        display: flex;
        width: 100%;
        min-height: 48px;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
        padding: 0 15px;
        border: 1px solid #bf168f;
        border-radius: 12px;
        background: #fff;
        color: #a11679;
        font-weight: 750;
    }
    .medial-services-filter__mobile-count {
        display: grid;
        width: 25px;
        height: 25px;
        place-items: center;
        border-radius: 50%;
        background: #f2e4ee;
        font-size: 12px;
    }
    .medial-services-filter__mobile-toggle.has-active .medial-services-filter__mobile-count {
        background: #bf168f;
        color: #fff;
    }
    .medial-services-filter__panel {
        position: fixed;
        z-index: 10050;
        right: 0;
        bottom: 0;
        left: 0;
        max-height: min(88vh, 720px);
        margin: 0;
        padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
        overflow-y: auto;
        border: 0;
        border-radius: 22px 22px 0 0;
        background: #fff;
        box-shadow: 0 -18px 55px rgba(31, 17, 27, .24);
        opacity: 0;
        transform: translateY(110%);
        transition: transform .24s ease, opacity .24s ease;
        visibility: hidden;
    }
    .medial-services-filter__panel:before {
        position: fixed;
        z-index: -1;
        inset: 0;
        background: rgba(31, 17, 27, .46);
        content: "";
    }
    .medial-services-filter__panel.is-open {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
    .medial-services-filter__panel-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 18px;
        font-size: 19px;
    }
    .medial-services-filter__close {
        display: grid;
        width: 40px;
        height: 40px;
        place-items: center;
        border: 0;
        border-radius: 50%;
        background: #f4eaf1;
        color: #5c4455;
        font-size: 27px;
        line-height: 1;
    }
    .medial-services-filter__fields {
        grid-template-columns: 1fr;
    }
    .medial-services-filter__promo {
        grid-column: auto;
    }
    .medial-services-filter__summary {
        align-items: stretch;
        flex-direction: column;
    }
    .medial-services-filter__reset {
        width: 100%;
        margin: 0;
    }
    .medial-services-filter__chips {
        margin-top: 12px;
    }
    .js-medial-services-section {
        margin-bottom: 26px;
    }
    .js-medial-services-section > .row {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }
    .js-medial-service-card .accomodation--title {
        font-size: 19px;
    }
    .medial-services-empty {
        padding: 32px 16px;
    }
    .medial-services-empty__actions {
        align-items: stretch;
        flex-direction: column;
    }
    .medial-services-empty__actions a,
    .medial-services-empty__actions .medial-services-filter__reset {
        width: 100%;
    }
}
@media (max-width: 360px) {
    .medial-services-filter {
        padding-right: 13px;
        padding-left: 13px;
    }
    .medial-services-filter h2 {
        font-size: 24px;
    }
    .js-medial-service-card .accomodation--text {
        padding-right: 18px;
        padding-left: 18px;
    }
    .medial-service-card__more {
        margin-right: 18px;
        margin-left: 18px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .js-medial-service-card .accomodation,
    .medial-services-filter__panel,
    .medial-service-card__media img {
        transition: none;
    }
    .medial-services-filter__loading:before {
        animation-duration: 1.5s;
    }
}

.medial-services-empty + .row.row-in.main-block-header {
    margin-right: 0;
    margin-left: 0;
}

/* MEDIAL P0.1-R1 R2 — визуальные карточки убраны, остаётся компактный список ссылок */
.js-medial-services-section > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 28px;
}
.js-medial-service-card .accomodation--link {
    display: block;
    height: auto;
    color: #2b1d28;
    text-decoration: none;
}
.js-medial-service-card .accomodation,
.js-medial-service-card a:hover .accomodation {
    display: block;
    min-height: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}
.js-medial-service-card .accomodation--text {
    padding: 0;
}
.js-medial-service-card .accomodation--title {
    position: relative;
    margin: 0;
    padding: 13px 30px 13px 0;
    border-bottom: 1px solid #eadfe8;
    color: #2b1d28;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.38;
}
.js-medial-service-card .accomodation--title:after {
    position: absolute;
    top: 50%;
    right: 3px;
    color: #bf168f;
    content: "›";
    font-size: 23px;
    font-weight: 400;
    transform: translateY(-52%);
}
.js-medial-service-card a:hover .accomodation--title,
.js-medial-service-card a:focus-visible .accomodation--title {
    color: #a11679;
    border-bottom-color: #d6a9c8;
}
.js-medial-service-card .accomodation--descr,
.js-medial-service-card .medial-service-card__media,
.js-medial-service-card .medial-service-card__promo,
.js-medial-service-card .medial-service-card__more {
    display: none !important;
}
@media (max-width: 1024px) {
    .js-medial-services-section > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
    }
}
@media (max-width: 767px) {
    .js-medial-services-section > .row {
        grid-template-columns: minmax(0, 1fr);
    }
    .js-medial-service-card .accomodation--title {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 15px;
    }
}

/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1528184009659 */
/* /bitrix/templates/bitcorp_s1/components/bitrix/news.list/services_second/style.css?178527638118406 */
