

/* Start:/local/assets/diaries-premium/diaries.css?178654636711575*/
.diaries-page-v2 {
    --diary-blue: #4d76b5;
    --diary-blue-deep: #29476f;
    --diary-ink: #172238;
    --diary-muted: #69788f;
    --diary-line: #d8e1ed;
    --diary-soft: #f4f7fb;
    box-sizing: border-box;
    overflow: clip;
    padding: clamp(150px, 12.5vw, 170px) clamp(20px, 6vw, 122px) 96px;
    width: 100%;
}

.diaries-page-v2__breadcrumbs {
    margin-bottom: 24px;
}

.diaries-page-v2__breadcrumbs .breadcrumbs {
    margin: 0;
    padding: 0;
}

.diaries-page-v2 .about-page-nav {
    background: rgb(255 255 255 / 97%);
    border-block: 1px solid var(--diary-line);
    border-right: 1px solid var(--diary-line);
    box-shadow: 0 16px 44px rgb(38 63 99 / 8%);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 78px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
}

.diaries-page-v2 .about-page-nav__toggle {
    align-items: center;
    background: var(--diary-blue-deep);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    gap: 13px;
    justify-content: center;
    min-height: 76px;
    padding: 0 20px;
}

.diaries-page-v2 .about-page-nav__menu-icon {
    display: grid;
    flex: 0 0 20px;
    gap: 4px;
}

.diaries-page-v2 .about-page-nav__menu-icon span {
    background: currentColor;
    display: block;
    height: 1px;
    width: 20px;
}

.diaries-page-v2 .about-page-nav__toggle-copy strong {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.diaries-page-v2 .about-page-nav__summary {
    align-items: center;
    display: flex;
    min-height: 76px;
    min-width: 0;
    padding: 8px 24px;
}

.diaries-page-v2 .about-page-nav__summary .section-title {
    color: var(--diary-ink);
    margin: 0;
}

.diaries-page-v2 .about-page-nav__panel {
    background: #f6f8fb;
    bottom: 0;
    box-shadow: 30px 0 80px rgb(24 41 64 / 20%);
    box-sizing: border-box;
    display: block;
    height: 100vh;
    left: 0;
    max-width: 540px;
    overflow-y: auto;
    padding: 0 34px 40px;
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform .28s cubic-bezier(.22, .75, .2, 1), visibility 0s linear .28s;
    visibility: hidden;
    width: min(88vw, 540px);
    z-index: 1300;
}

.diaries-page-v2 .about-page-nav__panel[hidden],
.diaries-page-v2 .about-page-nav__backdrop[hidden] {
    display: none;
}

.diaries-page-v2 .about-page-nav__panel.is-open {
    transform: translateX(0);
    transition-delay: 0s;
    visibility: visible;
}

.diaries-page-v2 .about-page-nav__backdrop {
    background: rgb(16 29 45 / 46%);
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity .28s ease;
    z-index: 1290;
}

.diaries-page-v2 .about-page-nav__backdrop.is-open {
    opacity: 1;
}

body.about-page-nav-open {
    overflow: hidden;
}

.diaries-page-v2 .about-page-nav__panel-head {
    align-items: center;
    background: #f6f8fb;
    border-bottom: 1px solid var(--diary-line);
    display: flex;
    justify-content: space-between;
    margin: 0 -34px 20px;
    min-height: 88px;
    padding: 0 26px 0 34px;
    position: sticky;
    top: 0;
    z-index: 4;
}

.diaries-page-v2 .about-page-nav__panel-head > strong {
    color: var(--diary-blue-deep);
    font-size: 28px;
    font-weight: 500;
}

.diaries-page-v2 .about-page-nav__close {
    background: #fff;
    border: 1px solid var(--diary-line);
    cursor: pointer;
    height: 48px;
    position: relative;
    width: 48px;
}

.diaries-page-v2 .about-page-nav__close::before,
.diaries-page-v2 .about-page-nav__close::after {
    background: var(--diary-blue-deep);
    content: "";
    height: 1px;
    left: 14px;
    position: absolute;
    top: 23px;
    width: 18px;
}

.diaries-page-v2 .about-page-nav__close::before {
    transform: rotate(45deg);
}

.diaries-page-v2 .about-page-nav__close::after {
    transform: rotate(-45deg);
}

.diaries-page-v2 .about-page-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.diaries-page-v2 .about-page-nav__item {
    border-bottom: 1px solid var(--diary-line);
}

.diaries-page-v2 .about-page-nav__item a,
.diaries-page-v2 .about-page-nav__item span {
    align-items: center;
    color: var(--diary-blue-deep);
    display: flex;
    font-size: 15px;
    font-weight: 500;
    min-height: 48px;
    padding: 10px 42px 10px 4px;
    text-decoration: none;
}

.diaries-page-v2 .about-page-nav__item.is-current span {
    background: rgb(75 115 178 / 8%);
    box-shadow: inset 2px 0 0 var(--diary-blue);
    color: var(--diary-blue);
    padding-left: 20px;
}

.diaries-page-v2 .about-page-nav__placeholder {
    display: none;
}

.diaries-premium__intro {
    padding: clamp(34px, 5vw, 64px) 0;
}

.diaries-premium__intro p {
    color: #40506a;
    font-size: clamp(20px, 2.2vw, 31px);
    line-height: 1.45;
    margin: 0;
    max-width: 920px;
}

.diaries-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 34px 0 58px;
}

.diaries-filters a {
    border: 1px solid var(--diary-line);
    color: var(--diary-ink);
    font-size: 15px;
    line-height: 1;
    padding: 14px 20px;
    text-decoration: none;
}

.diaries-filters a:hover,
.diaries-filters a:focus-visible,
.diaries-filters a.is-active {
    background: var(--diary-blue-deep);
    border-color: var(--diary-blue-deep);
    color: #fff;
}

.diaries-grid {
    display: grid;
    gap: clamp(46px, 6vw, 88px);
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
}

.diary-card {
    background: #fff;
    box-shadow: 0 18px 54px rgb(34 61 99 / 10%);
    min-width: 0;
    overflow: hidden;
}

.diary-card > article {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
    min-height: 360px;
}

.diary-card:nth-child(even) .diary-card__media {
    order: 2;
}

.diary-card:nth-child(even) .diary-card__body {
    order: 1;
}

.diary-card__media {
    background: var(--diary-soft);
    display: block;
    width: 100%;
}

.diary-card__media img {
    display: block;
    height: auto;
    width: 100%;
}

.diary-card__placeholder {
    align-items: center;
    color: var(--diary-blue);
    display: flex;
    height: 100%;
    justify-content: center;
}

.diary-card__body {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: clamp(34px, 5vw, 72px);
}

.diary-card__meta {
    align-items: center;
    display: flex;
}

.diary-card__category {
    color: var(--diary-blue);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.diary-card__title {
    font-size: clamp(27px, 2.8vw, 36px);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1.2;
    margin: 24px 0 0;
}

.diary-card__title a {
    color: var(--diary-ink);
    text-decoration: none;
}

.diary-card__excerpt {
    color: var(--diary-muted);
    display: -webkit-box;
    font-size: 17px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    margin: 18px 0 0;
    overflow: hidden;
}

.diary-card__doctors {
    color: var(--diary-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 22px 0 0;
}

.diary-card__doctors span {
    color: var(--diary-ink);
    font-weight: 600;
    margin-right: 5px;
}

.diary-card__doctors a {
    color: var(--diary-blue);
    text-decoration: underline;
    text-decoration-color: rgb(77 118 181 / 35%);
    text-underline-offset: 3px;
}

.diary-card__doctors a:hover,
.diary-card__doctors a:focus-visible {
    text-decoration-color: currentColor;
}

.diary-card__more {
    align-self: flex-end;
    background: var(--diary-blue-deep);
    color: var(--diary-blue);
    font-size: 14px;
    font-weight: 600;
    margin-top: 28px;
    padding: 13px 18px;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

.diary-card__more,
.diary-card__more:hover,
.diary-card__more:focus-visible {
    color: #fff;
}

.diary-card__more:hover,
.diary-card__more:focus-visible {
    background: var(--diary-blue);
    transform: translateY(-2px);
}

.diary-card__more span {
    display: inline-block;
    margin-left: 6px;
    transition: transform .2s ease;
}

.diary-card:hover .diary-card__more span {
    transform: translateX(4px);
}

.diaries-empty {
    background: var(--diary-soft);
    padding: 60px;
    text-align: center;
}

@media (max-width: 1040px) {
    .diaries-page-v2 .about-page-nav {
        grid-template-columns: 190px minmax(0, 1fr);
    }

    .diaries-page-v2 .about-page-nav__summary .section-title {
        font-size: clamp(34px, 4.3vw, 44px);
        line-height: 1.05;
    }

    .diary-card > article {
        grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
        min-height: 300px;
    }

    .diary-card__body {
        padding: clamp(28px, 4vw, 46px);
    }

    .diary-card__title {
        font-size: clamp(25px, 3.2vw, 34px);
    }
}

@media (max-width: 767px) {
    .diaries-page-v2 {
        padding: 95px 20px 64px;
    }

    .diaries-page-v2__breadcrumbs {
        margin-bottom: 18px;
    }

    .diaries-page-v2 .about-page-nav {
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 68px;
        top: auto;
    }

    .diaries-page-v2 .about-page-nav.about-page-nav--fixed {
        left: var(--about-nav-fixed-left, 20px);
        position: fixed;
        top: var(--about-nav-top, 0);
        width: var(--about-nav-fixed-width, calc(100% - 40px));
        z-index: 90;
    }

    .diaries-page-v2 .about-page-nav__placeholder {
        display: block;
    }

    .diaries-page-v2 .about-page-nav__toggle {
        gap: 0;
        min-height: 66px;
        padding: 0;
    }

    .diaries-page-v2 .about-page-nav__toggle-copy {
        display: none;
    }

    .diaries-page-v2 .about-page-nav__summary {
        border-left: 1px solid var(--diary-line);
        min-height: 66px;
        padding: 8px 14px;
    }

    .diaries-page-v2 .about-page-nav__summary .section-title {
        font-size: 22px;
    }

    .diaries-page-v2 .about-page-nav__panel {
        max-width: 100vw;
        padding: 0 20px 32px;
        width: 100%;
    }

    .diaries-page-v2 .about-page-nav__panel-head {
        margin: 0 -20px 15px;
        min-height: 72px;
        padding: 0 20px;
    }

    .diaries-premium__intro {
        padding: 30px 0;
    }

    .diaries-filters {
        flex-wrap: nowrap;
        margin: 24px -20px 46px;
        overflow-x: auto;
        padding: 0 20px 8px;
        scrollbar-width: none;
    }

    .diaries-filters::-webkit-scrollbar {
        display: none;
    }

    .diaries-filters a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .diaries-grid {
        grid-template-columns: 1fr;
    }

    .diary-card > article {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .diary-card:nth-child(even) .diary-card__media,
    .diary-card:nth-child(even) .diary-card__body {
        order: initial;
    }

    .diary-card__body {
        min-height: 0;
        padding: 28px 24px 36px;
    }

    .diary-card__title {
        font-size: 27px;
    }

    .diary-card__excerpt {
        font-size: 15px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .diaries-page-v2 .about-page-nav__panel,
    .diaries-page-v2 .about-page-nav__backdrop,
    .diary-card__more span {
        transition: none;
    }
}

/* End */


/* Start:/local/assets/diaries-premium/diary-detail.css?178654636724294*/
body:has(.photo-diary){overflow-x:clip;overflow-y:visible}
.diary-detail-shell{--ink:#18253b;--blue:#31577f;--muted:#748197;--soft:#f3f6fa;box-sizing:border-box;color:var(--ink);padding:clamp(150px,12.5vw,170px) clamp(20px,6vw,122px) 88px;width:100%}
.diary-detail-shell__breadcrumbs{margin:0 0 24px}.diary-detail-shell__breadcrumbs .breadcrumbs{margin:0;padding:0}
.photo-diary{width:100%}
.photo-diary__hero{align-items:center;background:#eaf0f6;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);min-height:540px;overflow:hidden;position:relative}
.photo-diary__hero>img{display:block;height:auto;max-height:620px;max-width:100%;place-self:center;width:auto}
.photo-diary__cover-copy{background:#fff;margin:clamp(30px,5vw,80px) clamp(30px,5vw,82px) clamp(30px,5vw,80px) clamp(-50px,-3vw,-28px);padding:clamp(38px,5vw,70px);position:relative;z-index:1}
.photo-diary__cover-copy>a{color:#5c7fa4;font-size:13px;font-weight:500;text-decoration:none}.photo-diary__cover-copy h1{font-size:clamp(34px,3.4vw,52px);font-weight:400;letter-spacing:-.03em;line-height:1.08;margin:18px 0 0}
.photo-diary__opening{align-items:center;display:grid;gap:clamp(50px,8vw,130px);grid-template-columns:minmax(0,1fr) minmax(390px,.7fr);padding:clamp(64px,8vw,120px) clamp(20px,6vw,110px)}
.photo-diary__opening blockquote{border:0;margin:0;max-width:800px;padding:0 0 0 62px;position:relative}.photo-diary__opening blockquote::before{color:#7799bd;content:"“";font-family:Georgia,serif;font-size:82px;left:0;line-height:1;position:absolute;top:-10px}.photo-diary__opening blockquote p{font-size:clamp(23px,2.1vw,32px);font-weight:400;line-height:1.45;margin:0 0 22px}.photo-diary__opening blockquote footer{color:var(--muted);font-size:14px}
.photo-diary__doctors{display:grid;gap:16px}.photo-diary__doctor{align-items:center;color:var(--ink);display:grid;gap:24px;grid-template-columns:130px 1fr;text-decoration:none}.photo-diary__doctor img{display:block;height:156px;object-fit:cover;object-position:top;width:130px}.photo-diary__doctor span{display:flex;flex-direction:column}.photo-diary__doctor small{color:var(--muted);font-size:13px;margin-bottom:10px}.photo-diary__doctor strong{font-size:20px;font-weight:500;line-height:1.3}.photo-diary__doctor em{color:var(--muted);font-size:13px;font-style:normal;line-height:1.45;margin-top:8px}
.photo-diary__passport{background:var(--soft);padding:clamp(48px,6vw,82px) clamp(20px,6vw,110px)}.photo-diary__passport-head{margin-bottom:30px}.photo-diary__passport-head span{color:#56789f;font-size:14px;font-weight:500}
.photo-diary__facts{display:flex;flex-wrap:wrap;gap:14px}.photo-diary__facts>div{background:#fff;box-sizing:border-box;flex:1 1 260px;padding:24px 26px}.photo-diary__facts>div span{color:#53657a;display:block;font-size:16px;font-weight:500;margin-bottom:9px}.photo-diary__facts>div strong{display:block;font-size:16px;font-weight:400;line-height:1.58}.photo-diary__facts--count-1>div{flex-basis:100%}.photo-diary__facts--count-3>div:last-child{flex-basis:100%}
.photo-diary__services{align-items:start;display:grid;gap:24px;grid-template-columns:180px 1fr;margin-top:30px}.photo-diary__services>span{color:var(--muted);font-size:14px}.photo-diary__services>div{display:flex;flex-wrap:wrap;gap:10px 22px}.photo-diary__services a{color:var(--blue);font-size:15px;text-decoration-color:#adbdce;text-underline-offset:4px}
.photo-diary__story{padding:clamp(74px,9vw,140px) clamp(20px,8vw,150px) 20px}.photo-diary__story>header{margin:0 auto 55px;max-width:1120px}.photo-diary__story>header span{color:#6082a7;display:block;font-size:14px;margin-bottom:13px}.photo-diary__story>header h2{font-size:clamp(34px,3.2vw,48px);font-weight:400;letter-spacing:-.025em;line-height:1.15;margin:0}
.photo-diary__content{font-size:18px;line-height:1.82;margin:0 auto;max-width:1120px;min-width:0}.photo-diary__content--has-facts>:first-child{display:none}.photo-diary__content>:first-child{margin-top:0}.photo-diary__content>:last-child{margin-bottom:0}.photo-diary__content h2,.photo-diary__content h3{font-weight:400;letter-spacing:-.02em;line-height:1.2;margin:2.25em 0 .8em}.photo-diary__content h2{font-size:clamp(31px,2.8vw,40px)}.photo-diary__content h3{font-size:clamp(25px,2.1vw,32px)}.photo-diary__content p,.photo-diary__content ul,.photo-diary__content ol{margin:0 0 1.5em;max-width:1020px}.photo-diary__content blockquote{background:var(--soft);border:0;font-size:20px;line-height:1.65;margin:46px 0;max-width:1020px;padding:32px 38px}.photo-diary__content img{display:block;height:auto!important;margin:44px auto;max-width:100%!important}.photo-diary__content iframe,.photo-diary__content video{aspect-ratio:16/9;border:0;display:block;height:auto;margin:44px 0;max-width:100%;width:100%}.photo-diary__content table{border-collapse:separate;border-spacing:12px;table-layout:fixed;width:100%}.photo-diary__content td{padding:0}.photo-diary__content td a{display:block}.photo-diary__content td img{margin:0;width:100%}.photo-diary a{transition:opacity .2s ease}.photo-diary a:hover{opacity:.78}
@media(max-width:1050px){.photo-diary__hero{grid-template-columns:1fr}.photo-diary__hero>img{max-height:560px}.photo-diary__cover-copy{margin:-35px 30px 30px}.photo-diary__opening{align-items:start;grid-template-columns:1fr}.photo-diary__opening blockquote{max-width:850px}.photo-diary__doctors{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-diary__content p,.photo-diary__content ul,.photo-diary__content ol{max-width:none}}
@media(max-width:767px){.diary-detail-shell{padding:116px 16px 52px}.diary-detail-shell__breadcrumbs{display:none}.photo-diary__hero{margin-inline:-16px;min-height:0}.photo-diary__hero>img{max-height:420px}.photo-diary__cover-copy{margin:-20px 16px 16px;padding:30px 22px}.photo-diary__cover-copy h1{font-size:31px}.photo-diary__opening{gap:42px;padding:54px 0}.photo-diary__opening blockquote{padding-left:42px}.photo-diary__opening blockquote::before{font-size:60px}.photo-diary__opening blockquote p{font-size:22px}.photo-diary__doctors{grid-template-columns:1fr}.photo-diary__doctor{grid-template-columns:100px 1fr}.photo-diary__doctor img{height:124px;width:100px}.photo-diary__passport{margin-inline:-16px;padding:46px 16px}.photo-diary__facts{display:grid;grid-template-columns:1fr}.photo-diary__facts>div{padding:21px 22px}.photo-diary__services{grid-template-columns:1fr}.photo-diary__story{padding:58px 0 20px}.photo-diary__story>header{margin-bottom:38px}.photo-diary__story>header h2{font-size:32px}.photo-diary__content{font-size:17px;line-height:1.75}.photo-diary__content h2{font-size:29px}.photo-diary__content h3{font-size:24px}.photo-diary__content blockquote{font-size:18px;padding:26px 24px}.photo-diary__content table{border-spacing:5px}}
@media(prefers-reduced-motion:reduce){.photo-diary a{transition:none}}

/* Stronger editorial hierarchy */
.photo-diary__opening blockquote footer{color:var(--ink);font-size:20px;font-weight:500;letter-spacing:-.01em}
.photo-diary__passport{background:linear-gradient(135deg,#294c74 0%,#365f8c 100%);color:#fff;position:relative}.photo-diary__passport::after{border:1px solid rgb(255 255 255 / 13%);content:"";height:180px;position:absolute;right:-70px;top:-90px;transform:rotate(22deg);width:180px}.photo-diary__passport-head{position:relative;z-index:1}.photo-diary__passport-head span{color:#d4e2f0;font-size:22px;font-weight:500;letter-spacing:-.01em}.photo-diary__facts{position:relative;z-index:1}.photo-diary__facts>div{background:rgb(255 255 255 / 9%);border:1px solid rgb(255 255 255 / 13%);padding:28px 30px}.photo-diary__facts>div span{color:#c7d8e9;font-size:18px;margin-bottom:14px}.photo-diary__facts>div strong{color:#fff;font-size:17px}.photo-diary__fact--age{flex-grow:0!important;flex-basis:210px!important}.photo-diary__fact--age strong{font-size:52px!important;font-weight:400!important;line-height:1}.photo-diary__services{border-top:1px solid rgb(255 255 255 / 18%);grid-template-columns:220px 1fr;padding-top:28px;position:relative;z-index:1}.photo-diary__services>span{color:#d4e2f0;font-size:17px;font-weight:500}.photo-diary__services>div{gap:12px}.photo-diary__services a{background:#fff;border:0;color:#294c74;font-size:15px;padding:12px 16px;text-decoration:none}
.photo-diary__story{padding-inline:0}.photo-diary__story>header{border-bottom:1px solid #d8e1eb;margin:0 0 62px;max-width:none;padding:0 0 34px;position:relative}.photo-diary__story>header::before{color:#e6edf5;content:"ДНЕВНИК";font-size:clamp(62px,8vw,126px);font-weight:500;letter-spacing:.04em;line-height:.8;position:absolute;right:0;top:-22px;z-index:0}.photo-diary__story>header span{color:#55799f;font-size:16px;font-weight:500;position:relative;z-index:1}.photo-diary__story>header h2{font-size:clamp(42px,4.5vw,68px);max-width:850px;position:relative;z-index:1}.photo-diary__content{margin:0;max-width:none;width:100%}.photo-diary__content p,.photo-diary__content ul,.photo-diary__content ol,.photo-diary__content blockquote{max-width:1080px}.photo-diary__content h2{font-size:clamp(34px,3.2vw,48px)}.photo-diary__content h3{font-size:clamp(28px,2.4vw,36px)}
@media(max-width:767px){.photo-diary__opening blockquote footer{font-size:18px}.photo-diary__passport-head span{font-size:20px}.photo-diary__facts>div span{font-size:16px}.photo-diary__fact--age{flex-basis:auto!important}.photo-diary__fact--age strong{font-size:44px!important}.photo-diary__services{grid-template-columns:1fr}.photo-diary__services>div{display:grid}.photo-diary__services a{text-align:center}.photo-diary__story>header::before{font-size:58px;top:-5px}.photo-diary__story>header h2{font-size:38px}.photo-diary__story>header{margin-bottom:46px;padding-bottom:26px}}
.photo-diary__opening blockquote footer{align-items:center;display:flex;gap:16px}.photo-diary__opening blockquote footer img{border-radius:50%;display:block;height:64px;object-fit:cover;width:64px}.photo-diary__opening blockquote footer span{display:block}
.photo-diary__passport::after{display:none}
.photo-diary__story{padding-left:0;padding-right:0}.photo-diary__content{font-size:18.5px;max-width:none;width:100%}.photo-diary__content p,.photo-diary__content ul,.photo-diary__content ol,.photo-diary__content blockquote{max-width:none}.photo-diary__content h2{align-items:center;display:flex;font-size:clamp(36px,3.6vw,54px);gap:20px;margin-top:1.9em}.photo-diary__content h2::before{background:#7598bd;content:"";flex:0 0 46px;height:2px}.photo-diary__content h3{font-size:clamp(29px,2.5vw,38px)}.photo-diary__content p{line-height:1.85}.photo-diary__content p:first-of-type{color:#253750;font-size:21px;line-height:1.75}.photo-diary__content p:first-of-type::first-letter{color:#31577f;float:left;font-family:Georgia,serif;font-size:72px;line-height:.82;margin:8px 12px 0 0}.photo-diary__content blockquote{font-size:22px;margin-block:54px;padding:38px 44px}.photo-diary__content table{margin-block:50px}
@media(max-width:767px){.photo-diary__content{font-size:17px}.photo-diary__content h2{font-size:31px;gap:12px}.photo-diary__content h2::before{flex-basis:26px}.photo-diary__content p:first-of-type{font-size:18px}.photo-diary__content p:first-of-type::first-letter{font-size:58px}.photo-diary__content blockquote{font-size:19px;padding:28px 24px}}
.photo-diary__content .columns--start:has(>.columns__item:first-child:not(:has(*)))>.columns__item:first-child{display:none!important}.photo-diary__content .columns--start:has(>.columns__item:first-child:not(:has(*)))>.columns__item:last-child{flex:0 0 100%!important;max-width:none!important;width:100%!important}
.photo-diary__content--has-facts>style+.columns--start>.columns__item:first-child{display:none!important}.photo-diary__content--has-facts>style+.columns--start>.columns__item:last-child{flex:0 0 100%!important;max-width:none!important;width:100%!important}
.photo-diary__content p:first-of-type::first-letter{color:inherit;float:none;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}
.photo-diary__passport{background:#31577f;padding-block:clamp(42px,5vw,66px)}.photo-diary__passport-head{margin-bottom:24px}.photo-diary__passport-head span{font-size:19px}.photo-diary__facts{gap:0}.photo-diary__facts>div{background:transparent;border:0;border-top:1px solid rgb(255 255 255 / 28%);padding:24px 26px 24px 0}.photo-diary__facts>div+div{padding-left:26px}.photo-diary__facts>div span{font-size:17px}.photo-diary__services{margin-top:20px;padding-top:24px}.photo-diary__services a{background:transparent;border:1px solid rgb(255 255 255 / 42%);color:#fff;padding:10px 14px}.photo-diary__story>header::before{content:"дневник пациента";font-size:clamp(46px,6vw,92px);font-weight:400;letter-spacing:0;text-transform:none;top:-12px}.photo-diary__story>header>span{display:none}.photo-diary__content .photo-diary__time-marker{background:#31577f;color:#fff;display:inline-flex;font-size:17px!important;font-weight:500;line-height:1.25;margin:42px 0 24px!important;padding:12px 17px;position:relative}.photo-diary__content .photo-diary__time-marker::before{background:#9eb8d2;content:"";height:8px;margin-right:11px;width:8px}.photo-diary__content h2.photo-diary__time-marker{display:flex;width:max-content}.photo-diary__content h2.photo-diary__time-marker::before{flex:0 0 8px;height:8px}
@media(max-width:767px){.photo-diary__facts>div,.photo-diary__facts>div+div{border-top:1px solid rgb(255 255 255 / 24%);padding:20px 0}.photo-diary__story>header::before{font-size:44px}.photo-diary__content .photo-diary__time-marker{font-size:15px!important;margin-top:32px!important}}

/* Softer editorial treatment */
.photo-diary__passport{background:linear-gradient(125deg,#e9f0f7 0%,#f6f8fb 52%,#edf3f8 100%);color:var(--ink)}.photo-diary__passport-head span{color:#294c74;font-size:27px;font-weight:500}.photo-diary__facts>div{background:rgb(255 255 255 / 70%);border-color:#d6e0ea}.photo-diary__facts>div span{color:#52677e}.photo-diary__facts>div strong{color:var(--ink)}.photo-diary__fact--age strong{color:#31577f!important}.photo-diary__services{border-top-color:#cbd8e5}.photo-diary__services>span{color:#52677e}.photo-diary__services a{background:#fff;border:1px solid #b8c9da;color:#31577f}
.photo-diary__story>header::before{content:attr(data-diary-title);font-size:clamp(51px,6.6vw,101px);font-weight:500;letter-spacing:.025em;text-transform:uppercase}.photo-diary__content h2{display:block;font-size:clamp(32px,2.9vw,43px);margin-top:2.1em}.photo-diary__content h2::before{display:none}.photo-diary__content h3{font-size:clamp(27px,2.2vw,34px)}.photo-diary__content p:first-of-type{color:inherit;font-size:18.5px;line-height:1.85}.photo-diary__content blockquote{background:#f4f7fa;color:#263b55;font-size:20px;padding:30px 36px}.photo-diary__content .photo-diary__time-marker{background:transparent;border-left:3px solid #8ca8c4;color:#31577f;display:block;font-size:19px!important;font-weight:500;line-height:1.4;margin:42px 0 24px!important;padding:4px 0 4px 18px}.photo-diary__content .photo-diary__time-marker::before{display:none}.photo-diary__content h2.photo-diary__time-marker{display:block;width:auto}
@media(max-width:767px){.photo-diary__passport-head span{font-size:23px}.photo-diary__story>header::before{font-size:48px}.photo-diary__content .photo-diary__time-marker{font-size:17px!important;padding-left:14px}.photo-diary__content blockquote{font-size:18px;padding:26px 24px}}

/* Desktop magazine spread */
.photo-diary__reading-layout{align-items:start;display:grid;gap:clamp(44px,5vw,82px);grid-template-columns:minmax(320px,35%) minmax(0,1fr);padding:clamp(74px,8vw,130px) 0 20px}.photo-diary__reading-rail{min-width:0}.photo-diary__story-heading{border-bottom:1px solid #d8e1eb;margin:0 0 34px;padding:0 0 30px;position:relative}.photo-diary__story-heading::before{color:#e5ecf4;content:attr(data-diary-title);font-size:clamp(38px,4vw,66px);font-weight:500;letter-spacing:.025em;line-height:.9;position:absolute;right:0;text-transform:uppercase;top:-14px;z-index:0}.photo-diary__story-heading h2{font-size:clamp(34px,3vw,46px);font-weight:400;letter-spacing:-.025em;line-height:1.12;margin:0;position:relative;z-index:1}.photo-diary__reading-rail .photo-diary__passport{margin:0;padding:34px 30px}.photo-diary__reading-rail .photo-diary__passport-head span{font-size:23px}.photo-diary__reading-rail .photo-diary__facts{display:grid;grid-template-columns:1fr}.photo-diary__reading-rail .photo-diary__facts>div,.photo-diary__reading-rail .photo-diary__facts>div+div{padding:20px 0}.photo-diary__reading-rail .photo-diary__fact--age{flex-basis:auto!important}.photo-diary__reading-rail .photo-diary__services{display:block}.photo-diary__reading-rail .photo-diary__services>span{display:block;margin-bottom:14px}.photo-diary__reading-rail .photo-diary__services>div{display:flex;flex-direction:column}.photo-diary__reading-rail .photo-diary__services a{display:block}.photo-diary__reading-layout .photo-diary__story{padding:0}.photo-diary__content .columns,.photo-diary__content .columns--start{display:block!important;width:100%!important}.photo-diary__content .columns__item,.photo-diary__content [class*="column--"]{display:block!important;flex:none!important;margin-left:0!important;max-width:none!important;width:100%!important}.photo-diary__content .columns__item+.columns__item{margin-top:28px}
@media(max-width:900px){.photo-diary__reading-layout{display:flex;flex-direction:column;gap:48px}.photo-diary__reading-rail,.photo-diary__story{width:100%}.photo-diary__story-heading::before{font-size:48px}.photo-diary__reading-rail .photo-diary__passport{margin-inline:0}}
.photo-diary__content--has-facts>.columns:first-child{display:none!important}

/* Full-width story masthead and floating summary */
.photo-diary>.photo-diary__story-heading{border-bottom:1px solid #d8e1eb;margin:clamp(72px,8vw,125px) 0 0;min-height:118px;padding:0 0 34px;position:relative}.photo-diary>.photo-diary__story-heading::before{color:#e5ecf4;content:attr(data-diary-title);font-size:clamp(51px,6.6vw,101px);font-weight:500;letter-spacing:.025em;line-height:.86;position:absolute;right:0;text-transform:uppercase;top:-12px;z-index:0}.photo-diary>.photo-diary__story-heading h2{font-size:clamp(42px,4.5vw,68px);font-weight:400;letter-spacing:-.025em;line-height:1.12;margin:0;position:relative;z-index:1}.photo-diary__reading-layout{padding-top:52px}.photo-diary__reading-rail{position:sticky;top:130px}.photo-diary__reading-rail .photo-diary__passport{background:linear-gradient(145deg,#edf3f8 0%,#f9fafc 100%);border:1px solid #dbe4ed;box-shadow:0 18px 48px rgb(35 57 84 / 9%);color:var(--ink);padding:30px 28px}.photo-diary__reading-rail .photo-diary__passport-head{margin-bottom:18px}.photo-diary__reading-rail .photo-diary__passport-head span{color:#294c74;font-size:24px;line-height:1.2}.photo-diary__reading-rail .photo-diary__facts{gap:0}.photo-diary__reading-rail .photo-diary__facts>div,.photo-diary__reading-rail .photo-diary__facts>div+div{background:transparent;border:0;border-top:1px solid #d6e0ea;padding:18px 0}.photo-diary__reading-rail .photo-diary__facts>div span{color:#52677e;font-size:16px;margin-bottom:7px}.photo-diary__reading-rail .photo-diary__facts>div strong{color:var(--ink);font-size:15px;line-height:1.55}.photo-diary__reading-rail .photo-diary__fact--age strong{color:#31577f!important;font-size:42px!important}.photo-diary__reading-rail .photo-diary__services{border-top:1px solid #d0dce7;margin-top:4px;padding-top:18px}.photo-diary__reading-rail .photo-diary__services>span{color:#52677e;font-size:15px;margin-bottom:12px}.photo-diary__reading-rail .photo-diary__services>div{gap:8px}.photo-diary__reading-rail .photo-diary__services a{background:#fff;border:1px solid #c4d2df;color:#31577f;font-size:14px;padding:10px 12px}
@media(max-width:900px){.photo-diary>.photo-diary__story-heading{margin-top:64px}.photo-diary>.photo-diary__story-heading::before{font-size:48px}.photo-diary>.photo-diary__story-heading h2{font-size:38px}.photo-diary__reading-rail{position:static}.photo-diary__reading-layout{padding-top:38px}}
.photo-diary>.photo-diary__story-heading{margin:0 0 42px}
@media(max-width:900px){.photo-diary>.photo-diary__story-heading{margin:0 0 30px}}
.photo-diary__reading-rail .photo-diary__facts>div span{font-size:18px;font-weight:500;line-height:1.3;margin-bottom:10px}
.photo-diary__reading-rail .photo-diary__services>div{display:flex;flex-direction:row;flex-wrap:wrap}
.diary-detail-shell__breadcrumbs{margin-bottom:38px}.photo-diary>.photo-diary__story-heading{border-bottom:0;margin-bottom:38px;padding-bottom:0}.photo-diary__opening{padding-bottom:42px;padding-top:42px}.photo-diary__reading-layout{gap:clamp(36px,4vw,64px);grid-template-columns:minmax(260px,25%) minmax(0,1fr);padding-top:0}
@media(max-width:900px){.diary-detail-shell__breadcrumbs{margin-bottom:30px}.photo-diary>.photo-diary__story-heading{margin-bottom:30px}.photo-diary__opening{padding-bottom:36px;padding-top:36px}.photo-diary__reading-layout{padding-top:0}}
.photo-diary__opening{padding-bottom:0;padding-top:0}.photo-diary__content>.columns--start{display:flow-root!important;margin-top:0!important;padding-top:0!important}.photo-diary__content>.columns--start>.columns__item h2:first-of-type{margin-top:0}.photo-diary__content>.columns--start>.columns__item:first-child+ .columns__item h2:first-of-type{margin-top:0}
@media(max-width:900px){.photo-diary__opening{padding-bottom:0;padding-top:0}}
.photo-diary>.photo-diary__story-heading::before{color:#e5ecf4;content:attr(data-diary-title);font-size:clamp(51px,6.6vw,120px);font-weight:500;letter-spacing:.025em;line-height:.86;position:absolute;right:0;text-transform:uppercase;top:-12px;z-index:0}.photo-diary>.photo-diary__story-heading{border-bottom:0;margin-bottom:0;padding-bottom:0}.photo-diary__opening{align-items:center;display:grid;gap:clamp(50px,8vw,130px);grid-template-columns:minmax(0,1fr) minmax(390px,.7fr);padding:80px 0}
.photo-diary__content img{display:block;height:auto!important;margin-left:auto!important;margin-right:auto!important;max-height:500px!important;max-width:100%!important;width:auto!important}
.photo-diary__content--has-facts>.columns:first-child{display:flow-root!important}
.photo-diary__content--has-facts>:first-child{display:block!important}.photo-diary__content .containerr{align-items:flex-start;display:flex!important;flex-wrap:wrap;gap:28px;height:auto!important;justify-content:center;margin:48px 0;width:100%!important}.photo-diary__content .video-container{flex:0 1 280px;height:auto!important;max-width:100%;width:280px!important}.photo-diary__content .youtube-video{aspect-ratio:9/16;height:auto!important;overflow:hidden;position:relative;width:100%!important}.photo-diary__content .youtube-video iframe{height:100%!important;inset:0;position:absolute!important;width:100%!important}
@media(max-width:640px){.photo-diary__content .containerr{gap:20px}.photo-diary__content .video-container{flex-basis:min(100%,280px)}}
.photo-diary__content .photo-diary-gallery{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin:38px 0}.photo-diary__content .photo-diary-gallery a{display:flex;justify-content:center}.photo-diary__content .photo-diary-gallery img{height:auto!important;margin:0!important;max-height:500px!important;max-width:100%!important;width:auto!important}
@media(max-width:640px){.photo-diary__content .photo-diary-gallery{grid-template-columns:1fr}}
@media(max-width:1050px){.photo-diary__opening{grid-template-columns:minmax(0,1fr);gap:44px}.photo-diary__opening>*{min-width:0}.photo-diary__doctors{width:100%}}
@media(max-width:767px){.photo-diary__opening{display:flex;flex-direction:column;gap:38px;padding:44px 0}.photo-diary__opening blockquote{box-sizing:border-box;max-width:100%;padding-left:42px;width:100%}.photo-diary__opening blockquote p{font-size:clamp(20px,6.1vw,24px);line-height:1.48;overflow-wrap:anywhere}.photo-diary__doctors{display:flex;flex-direction:column}.photo-diary__doctor{box-sizing:border-box;gap:18px;grid-template-columns:88px minmax(0,1fr);max-width:100%;width:100%}.photo-diary__doctor img{height:110px;width:88px}.photo-diary__doctor span{min-width:0}.photo-diary__doctor strong{font-size:18px;overflow-wrap:anywhere}.photo-diary__doctor em{font-size:12px;overflow-wrap:anywhere}}

/* End */
/* /local/assets/diaries-premium/diaries.css?178654636711575 */
/* /local/assets/diaries-premium/diary-detail.css?178654636724294 */
