

/* Start:/bitrix/templates/360cosmetology/styles.css?178110522016660*/

/* M360: квадратные картинки только для нового блока результатов у детальной услуги */
.resault_work_results_files .resault__slide_square {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.resault_work_results_files .resault__slide_square picture {
    display: block;
    width: 100%;
    height: 100%;
}

.resault_work_results_files .resault__slide_square .gallery__preview {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resault_work_results_files .swiper-slide {
    height: auto;
}

/* M360: стандартная пустая страница */
.page-empty {
    padding: 80px 0;
    min-height: 60vh;
}

.page-empty__container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-empty__title {
    margin: 0 0 32px;
    color: #000;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 600;
}

.page-empty__content {
    max-width: 960px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.page-empty__content p {
    margin: 0 0 20px;
}

.page-empty__content ul,
.page-empty__content ol {
    margin: 0 0 20px;
    padding-left: 22px;
}

.page-empty__content li {
    margin: 0 0 8px;
}

@media (min-width: 992px) {
    .page-empty {
        padding: 10px 0;
    }

    .page-empty__title {
        font-size: 56px;
    }
}

/* M360_BX_PANEL_LAYOUT_BEGIN */
html.m360-bx-panel-active #bx-panel {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100000 !important;
}

html.m360-bx-panel-active #bx-panel-back {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
}

html.m360-bx-panel-active .wrapper {
    padding-top: var(--m360-bx-panel-height, 0px) !important;
}

html.m360-bx-panel-active .header,
html.m360-bx-panel-active [data-fls-header] {
    top: var(--m360-bx-panel-height, 0px) !important;
}
/* M360_BX_PANEL_LAYOUT_END */


/* M360: юридическая документация */
.m360-legal {
    padding: 40px 0 100px;
    background: #f4f7fb;
}

.m360-legal__container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.m360-legal__title {
    margin: 0 0 40px;
    color: #1f2f3f;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
}

.m360-legal__title span {
    color: #7da1c4;
}

.m360-legal__info {
    margin: 0 0 80px;
}

.m360-legal__company {
    margin: 0 0 20px;
    color: #33495f;
    font-size: 16px;
    line-height: 2.1;
    font-weight: 700;
}

.m360-legal__address {
    margin: 0;
    color: #33495f;
    font-size: 16px;
    line-height: 1.5;
}

.m360-legal__docs {
    margin: 0;
}

.m360-legal__subtitle {
    margin: 0 0 36px;
    color: #33495f;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.m360-legal__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.m360-legal__card {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 110px;
    padding: 30px 40px;
    border-radius: 10px;
    background: #fff;
    color: #33495f;
    text-decoration: none;
    box-shadow: 0 14px 40px rgba(30, 55, 90, 0.08);
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.m360-legal__card:hover {
    background: #f9fbfd;
    transform: translateY(-2px);
    box-shadow: 0 18px 48px rgba(30, 55, 90, 0.12);
}

.m360-legal__card-title {
    flex: 1 1 auto;
    color: inherit;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 500;
}

.m360-legal__card-icon {
    flex: 0 0 auto;
    width: 38px;
    height: 40px;
    color: #7da1c4;
}

.m360-legal__card-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .m360-legal {
        padding: 32px 0 72px;
    }

    .m360-legal__title {
        margin-bottom: 32px;
        font-size: 38px;
    }

    .m360-legal__info {
        margin-bottom: 56px;
    }

    .m360-legal__card {
        min-height: 92px;
        padding: 24px 28px;
    }

    .m360-legal__card-title {
        font-size: 18px;
    }

    .m360-legal__card-icon {
        width: 30px;
        height: 32px;
    }
}

@media (max-width: 600px) {
    .m360-legal {
        padding: 24px 0 56px;
    }

    .m360-legal__title {
        margin-bottom: 24px;
        font-size: 30px;
    }

    .m360-legal__company {
        font-size: 14px;
        line-height: 1.8;
    }

    .m360-legal__address {
        font-size: 14px;
    }

    .m360-legal__subtitle {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .m360-legal__list {
        gap: 12px;
    }

    .m360-legal__card {
        min-height: 78px;
        gap: 16px;
        padding: 20px;
    }

    .m360-legal__card-title {
        font-size: 15px;
        line-height: 1.35;
    }

    .m360-legal__card-icon {
        width: 26px;
        height: 28px;
    }
}

/* M360: правки юридической страницы */
.m360-legal {
    background: #f7f7f7;
}

.m360-legal__container {
    overflow: hidden;
}

.m360-legal__licenses {
    margin-top: 90px;
}

.m360-legal__licenses-title {
    margin: 0 0 52px;
    color: #282e36;
    font-size: 52px;
    line-height: 1.17;
    font-weight: 500;
}

.m360-legal__licenses-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0 0 48px;
    overflow-x: auto;
    scrollbar-width: none;
}

.m360-legal__licenses-list::-webkit-scrollbar {
    display: none;
}

.m360-legal__license-card {
    display: block;
    flex: 0 0 calc(25% - 15px);
    min-width: 260px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 14px 40px rgba(30, 55, 90, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.m360-legal__license-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 48px rgba(30, 55, 90, 0.12);
}

.m360-legal__license-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.m360-legal__license-note {
    max-width: 1180px;
    margin: 0;
    color: #33495f;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
}

@media (max-width: 991px) {
    .m360-legal__licenses {
        margin-top: 70px;
    }

    .m360-legal__licenses-title {
        margin-bottom: 32px;
        font-size: 38px;
    }

    .m360-legal__license-card {
        flex-basis: 33.333%;
        min-width: 220px;
    }

    .m360-legal__license-card img {
        min-height: 340px;
    }

    .m360-legal__license-note {
        font-size: 16px;
        line-height: 1.35;
    }
}

@media (max-width: 600px) {
    .m360-legal__licenses {
        margin-top: 52px;
    }

    .m360-legal__licenses-title {
        margin-bottom: 24px;
        font-size: 30px;
    }

    .m360-legal__licenses-list {
        gap: 10px;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px;
    }

    .m360-legal__license-card {
        flex-basis: 50%;
        min-width: 170px;
    }

    .m360-legal__license-card img {
        min-height: 250px;
    }

    .m360-legal__license-note {
        font-size: 14px;
        line-height: 1.35;
    }
}


/* M360_LEGAL_GALLERY_LINK_FIX */
.m360-legal__license-card {
    border: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
}

.m360-legal__license-card img {
    display: block;
}


/* M360: страница способов оплаты */
.m360-payment {
    padding: 40px 0 72px;
    background: #f7f7f7;
}

.m360-payment__container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.m360-payment__title {
    margin: 0 0 40px;
    color: #282e36;
    font-size: 52px;
    line-height: 1.17;
    font-weight: 700;
}

.m360-payment__title span {
    color: #7da1c4;
}

.m360-payment__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 530px;
    margin: 0 0 56px;
}

.m360-payment__logo {
    flex: 1 1 120px;
    max-width: 125px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(30, 55, 90, 0.06);
}

.m360-payment__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.m360-payment__content {
    max-width: 1113px;
    margin: 0;
    color: #282e36;
}

.m360-payment__content h2 {
    margin: 0 0 18px;
    color: #282e36;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.m360-payment__content p {
    margin: 0 0 18px;
    color: #282e36;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

.m360-payment + .forma {
    margin-top: 0;
}

@media (max-width: 991px) {
    .m360-payment {
        padding: 32px 0 56px;
    }

    .m360-payment__title {
        margin-bottom: 32px;
        font-size: 38px;
    }

    .m360-payment__logos {
        max-width: 520px;
        margin-bottom: 40px;
    }

    .m360-payment__content h2,
    .m360-payment__content p {
        font-size: 16px;
        line-height: 1.45;
    }
}

@media (max-width: 600px) {
    .m360-payment {
        padding: 24px 0 44px;
    }

    .m360-payment__title {
        margin-bottom: 24px;
        font-size: 30px;
    }

    .m360-payment__logos {
        gap: 8px;
        margin-bottom: 32px;
    }

    .m360-payment__logo {
        flex-basis: calc(50% - 4px);
        max-width: none;
        border-radius: 5px;
    }

    .m360-payment__content h2 {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.25;
    }

    .m360-payment__content p {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.45;
        font-weight: 500;
    }
}

/* M360: фон стандартной пустой страницы */
.page-empty {
    background: #f7f7f7;
}

/* M360: BVI panel pushes site content down */
html.m360-bvi-panel-open body {
    padding-top: var(--m360-bvi-panel-height) !important;
}

html.m360-bvi-panel-open .bvi-panel {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000000 !important;
}

/* Если шапка сайта фиксированная, сдвигаем ее ниже панели */
html.m360-bvi-panel-open .header {
    top: var(--m360-bvi-panel-height) !important;
}

/* Админ-панель Битрикса должна оставаться выше сайта */
html.m360-bvi-panel-open #bx-panel,
html.m360-bvi-panel-open #bx-panel-back {
    z-index: 1000002 !important;
}

/* M360: search modal */
body.m360-search-open {
    overflow: hidden;
}

.m360-search-modal {
    position: fixed;
    inset: 0;
    z-index: 1000005;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 120px 20px 40px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.m360-search-modal._active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.m360-search-modal__overlay {
    position: absolute;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(20, 28, 36, 0.62);
    cursor: pointer;
}

.m360-search-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    border-radius: 24px;
    background: #f7f7f7;
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28);
}

.m360-search-modal__content {
    padding: 48px;
}

.m360-search-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #282e36;
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    cursor: pointer;
}

.m360-search-modal__label {
    margin: 0 0 22px;
    color: #282e36;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
}

.m360-search-modal__form {
    display: flex;
    gap: 12px;
}

.m360-search-modal__input {
    width: 100%;
    height: 68px;
    padding: 0 24px;
    border: 1px solid rgba(40, 46, 54, 0.14);
    border-radius: 14px;
    background: #fff;
    color: #282e36;
    font-size: 22px;
    line-height: 1.2;
    outline: none;
}

.m360-search-modal__input:focus {
    border-color: #7da1c4;
    box-shadow: 0 0 0 4px rgba(125, 161, 196, 0.16);
}

.m360-search-modal__submit {
    flex: 0 0 auto;
    min-width: 160px;
    height: 68px;
    border: 0;
    border-radius: 14px;
    background: #282e36;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}

.m360-search-modal__submit:hover {
    background: #7da1c4;
}

.m360-search-modal__hint {
    margin: 18px 0 0;
    color: #66717e;
    font-size: 15px;
    line-height: 1.4;
}

/* M360: search page */
.m360-search-page {
    padding: 40px 0 90px;
    background: #f7f7f7;
}

.m360-search-page__container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.m360-search-page__title {
    margin: 0 0 34px;
    color: #282e36;
    font-size: 52px;
    line-height: 1.17;
    font-weight: 700;
}

.m360-search-page__title span {
    color: #7da1c4;
}

.m360-search-page__form {
    display: flex;
    gap: 12px;
    max-width: 900px;
    margin: 0 0 34px;
}

.m360-search-page__input {
    width: 100%;
    height: 64px;
    padding: 0 22px;
    border: 1px solid rgba(40, 46, 54, 0.14);
    border-radius: 14px;
    background: #fff;
    color: #282e36;
    font-size: 20px;
    outline: none;
}

.m360-search-page__input:focus {
    border-color: #7da1c4;
    box-shadow: 0 0 0 4px rgba(125, 161, 196, 0.16);
}

.m360-search-page__submit {
    flex: 0 0 auto;
    min-width: 150px;
    height: 64px;
    border: 0;
    border-radius: 14px;
    background: #282e36;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.m360-search-page__summary {
    margin: 0 0 22px;
    color: #66717e;
    font-size: 16px;
}

.m360-search-page__results {
    display: grid;
    gap: 14px;
    max-width: 980px;
}

.m360-search-page__result {
    display: block;
    padding: 24px 28px;
    border-radius: 18px;
    background: #fff;
    color: #282e36;
    text-decoration: none;
    box-shadow: 0 14px 40px rgba(30, 55, 90, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.m360-search-page__result:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 48px rgba(30, 55, 90, 0.11);
}

.m360-search-page__result-top {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 10px;
}

.m360-search-page__result-type,
.m360-search-page__result-iblock {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef3f7;
    color: #66717e;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.m360-search-page__result-title {
    display: block;
    margin: 0 0 8px;
    color: #282e36;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}

.m360-search-page__result-text {
    display: block;
    color: #66717e;
    font-size: 15px;
    line-height: 1.45;
}

.m360-search-page__empty {
    max-width: 760px;
    padding: 28px;
    border-radius: 18px;
    background: #fff;
    color: #66717e;
    font-size: 17px;
    line-height: 1.45;
    box-shadow: 0 14px 40px rgba(30, 55, 90, 0.06);
}

@media (max-width: 768px) {
    .m360-search-modal {
        padding: 80px 12px 24px;
    }

    .m360-search-modal__content {
        padding: 34px 20px 24px;
    }

    .m360-search-modal__label {
        font-size: 30px;
    }

    .m360-search-modal__form,
    .m360-search-page__form {
        flex-direction: column;
    }

    .m360-search-modal__input,
    .m360-search-modal__submit,
    .m360-search-page__input,
    .m360-search-page__submit {
        height: 56px;
        width: 100%;
        min-width: 0;
        font-size: 16px;
    }

    .m360-search-page {
        padding: 28px 0 60px;
    }

    .m360-search-page__title {
        font-size: 32px;
    }

    .m360-search-page__result {
        padding: 20px;
        border-radius: 14px;
    }

    .m360-search-page__result-title {
        font-size: 18px;
    }
}

/* M360: search result section label */
.m360-search-page__result-section {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef3f7;
    color: #66717e;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.m360-search-page__pager {
    max-width: 980px;
    margin-top: 28px;
}

/* End */


/* Start:/bitrix/templates/360cosmetology/template_styles.css?17811052205450*/
/* Основные стили подключаются из css/app.min.css */

.stock__slide-link {
    display: block;
    color: inherit;
    text-decoration: none;
}


.stock__edit-area {
    position: relative;
}



.stock__slide {
    position: relative;
}

.stock__edit-area {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.stock__slide-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.stock__edit-area .bx-context-toolbar,
.stock__edit-area .bx-context-toolbar-empty-area {
    z-index: 10000 !important;
}

.doctors__edit-area {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.doctors__slide-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.doctors__bitrix-edit-layer {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: transparent;
}

.resault__edit-area {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.resault__slide-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.resault__bitrix-edit-layer {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: transparent;
}

.otsav__edit-area {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.otsav__slide-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.otsav__bitrix-edit-layer {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: transparent;
}

.articles__edit-area {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.articles__slide-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.articles__bitrix-edit-layer {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: transparent;
}

.partners__edit-area {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.partners__bitrix-edit-layer {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: transparent;
}

.staff h2 {
    color: #473c41;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.3;
    margin: .625rem 0 1.875rem;
    max-width: 67.875rem;
    white-space: wrap;
}

/* M360_PROCEDURES_CARDS_TUNING_BEGIN */
.profi__inner-servis .popular__item {
    height: clamp(12.25rem, 15vw, 14.5rem) !important;
    align-items: flex-end !important;
}

.profi__inner-servis .popular__sub-title {
    width: auto !important;
    max-width: calc(100% - 2rem) !important;
    flex: 0 1 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    align-self: flex-end !important;
    border-radius: 0 .625rem 0 0 !important;
    padding: 1rem 1.25rem !important;
    line-height: 1.2 !important;
    background: rgba(255, 255, 255, .78) !important;
}

.profi__inner-servis .popular__sub-title::after {
    flex: 0 0 auto !important;
}

@media (max-width: 64.93625em) {
    .profi__inner-servis .popular__item {
        height: 12rem !important;
    }
}

@media (max-width: 47.99875em) {
    .profi__inner-servis .popular__item {
        height: 10.5rem !important;
    }

    .profi__inner-servis .popular__sub-title {
        max-width: calc(100% - 1.25rem) !important;
        padding: .75rem 1rem !important;
    }
}
/* M360_PROCEDURES_CARDS_TUNING_END */

/* M360_ANCHOR_OFFSET_BEGIN */
html {
    scroll-padding-top: 4.5rem;
}

[id] {
    scroll-margin-top: 4.5rem;
}

.staff[id],
.staff__price[id],
.staff__img[id],
.staff__block[id],
.staff__sub-title[id],
.section-detail-block[id],
#section-prices,
#section-results {
    scroll-margin-top: 4.5rem;
}

@media (max-width: 64.93625em) {
    html {
        scroll-padding-top: 4.5rem;
    }

    [id],
    .staff[id],
    .staff__price[id],
    .staff__img[id],
    .staff__block[id],
    .staff__sub-title[id],
    .section-detail-block[id],
    #section-prices,
    #section-results {
        scroll-margin-top: 4.5rem;
    }
}

@media (max-width: 47.99875em) {
    html {
        scroll-padding-top: 4.5rem;
    }

    [id],
    .staff[id],
    .staff__price[id],
    .staff__img[id],
    .staff__block[id],
    .staff__sub-title[id],
    .section-detail-block[id],
    #section-prices,
    #section-results {
        scroll-margin-top: 4.5rem;
    }
}
/* M360_ANCHOR_OFFSET_END */

/* M360_SMOOTH_SCROLL_BEGIN */
html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
/* M360_SMOOTH_SCROLL_END */

/* M360_FOOTER_MENU_COLUMNS_BEGIN */
.footer__nav {
    display: flex !important;
    align-items: flex-start !important;
}

.footer__item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.footer__item .footer__link {
    display: block !important;
    width: fit-content !important;
    padding: .45rem 0 !important;
    white-space: normal !important;
    line-height: 1.35 !important;
}

@media (max-width: 47.99875em) {
    .footer__nav {
        width: 100% !important;
        gap: 1.25rem !important;
    }

    .footer__item {
        flex: 0 0 calc(50% - .625rem) !important;
    }

    .footer__item .footer__link {
        font-size: .875rem !important;
    }
}
/* M360_FOOTER_MENU_COLUMNS_END */


.header__operating-mode {
    font-family: Raleway Fallback;
    font-size: .8125rem;
    margin-left: auto;
    display: none;
}

/* End */
/* /bitrix/templates/360cosmetology/styles.css?178110522016660 */
/* /bitrix/templates/360cosmetology/template_styles.css?17811052205450 */
