

/* Start:/local/templates/main/components/bitrix/news/blog/style.css?1786008060668*/
.header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--white);
    border-bottom: 1px solid var(--border);
}

.project-top {
    padding-top: 94px;
}

.project-top h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 50px;
}

/**/
.project {
    overflow: hidden;
}

.project-head {
    border-bottom: 1px solid #3C3E47;
    padding-bottom: 24px;
}

.project-head h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}

.project-head__sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #989CAE;
    margin-top: 8px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/main/style.css?1786007810627*/
.breadcrumb {
    padding-top: 12px;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.breadcrumb-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #989CAE;
    text-decoration: none;
}

.breadcrumb__item--link {
    position: relative;
    padding-right: 17px;
    color: #fff;
}

.breadcrumb__item--link:after {
    content: '/';
    position: absolute;
    right: 6px;
}


/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/blog-detail/style.css?178610961215832*/
:root {
    --teal: #49BAB9;
    --teal-dim: rgba(73, 186, 185, 0.12);
    --teal-dark: #1C7F7E;
    --gold: #C9A84C;
    --gold-dark: #A8862F;
    --dark: #1C1C1C;
    --mid: #5A5A5A;
    --light: #F8F7F5;
    --border: #E2E0DB;
    --white: #FFFFFF
}

body[data-root-section=blog] {
    background: var(--light);
    color: var(--dark);
    font-size: 16px;
    line-height: 1.7;
}

.header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--white);
    border-bottom: 1px solid var(--border);
}


/* AUTHOR + TG CHANNELS */
.author-box {
    max-width: 1180px;
    margin: 16px auto 0;
    padding: 0 48px
}

.author-grid {
    display: grid;
    grid-template-columns:340px 1fr;
    gap: 14px;
    align-items: stretch
}

.author-card {
    display: flex;
    align-items: center;
    gap: 13px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px 20px
}

.author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--teal), var(--teal-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    flex-shrink: 0;
    font-family: 'Playfair Display', serif
}

.author-info {
    line-height: 1.3
}

.author-label {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 3px
}

.author-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark)
}

.author-role {
    font-size: 12px;
    color: var(--mid);
    margin-top: 2px
}

.channels-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.channels-label {
    font-size: 12px;
    color: var(--mid);
    margin-bottom: 9px
}

.channels-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.channel-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EAF3FB;
    border: 1px solid #D2E4F5;
    border-radius: 8px;
    padding: 10px 16px;
    text-decoration: none;
    transition: all .2s
}

.channel-btn:hover {
    background: #DEEDF9;
    border-color: #B8D5EF
}

.channel-icon {
    flex-shrink: 0;
    display: flex
}

.channel-icon svg {
    width: 18px;
    height: 18px;
    display: block
}

.channel-name {
    font-size: 13px;
    font-weight: 500;
    color: #2A6BA8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 900px) {
    .author-box {
        padding: 0 20px
    }
}

@media (max-width: 640px) {
    .author-grid {
        grid-template-columns:1fr;
        gap: 12px
    }

    .channels-list {
        flex-direction: column
    }

    .channel-name {
        white-space: normal
    }
}

.cover-image {
    max-width: 1180px;
    margin: 24px auto 0;
    padding: 0 48px
}

.cover-image-inner {
    width: 100%;
    aspect-ratio: 16/7;
    background: linear-gradient(135deg, #EAF3F3, #D4E9E8);
    border: 2px dashed #A9CFCE;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--teal-dark);
    gap: 8px
}

.cover-image-inner svg {
    width: 44px;
    height: 44px;
    stroke: var(--teal-dark);
    opacity: .6
}

.cover-image-label {
    font-size: 14px;
    font-weight: 600
}

.cover-image-hint {
    font-size: 12px;
    color: var(--mid)
}

.inline-image {
    margin: 30px 0
}

.inline-image-inner {
    width: 100%;
    aspect-ratio: 16/8;
    background: linear-gradient(135deg, #F0F4F4, #E2ECEC);
    border: 2px dashed #BAD4D3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--teal-dark);
    gap: 6px
}

.inline-image-inner svg {
    width: 36px;
    height: 36px;
    stroke: var(--teal-dark);
    opacity: .55
}

.inline-image-label {
    font-size: 13px;
    font-weight: 600
}

.inline-image-hint {
    font-size: 11.5px;
    color: var(--mid)
}

.inline-image.infographic .inline-image-inner {
    background: linear-gradient(135deg, #FBF6EA, #F3E9D2);
    border-color: #DEC98F
}

.inline-image.infographic .inline-image-inner svg, .inline-image.infographic .inline-image-label {
    color: var(--gold-dark);
    stroke: var(--gold-dark)
}

@media (max-width: 900px) {
    .cover-image {
        padding: 0 20px
    }
}

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--teal);
    width: 0;
    z-index: 300;
    transition: width .1s
}

.nav-logo svg {
    height: 26px;
    width: auto;
    display: block
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px
}

.nav-menu a {
    font-weight: 500;
    color: var(--dark);
    font-size: 14px;
    text-decoration: none
}

.nav-menu a:hover {
    color: var(--teal)
}

.nav-menu a.active {
    color: var(--teal);
    font-weight: 600
}

.nav-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
    width: 40px;
    height: 40px
}

.nav-burger span {
    display: block;
    width: 26px;
    height: 2.5px;
    background: var(--dark);
    border-radius: 2px
}

.mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--light);
    z-index: 200;
    padding: 80px 32px;
    flex-direction: column;
    gap: 4px
}

.mobile-menu.open {
    display: flex
}

.mobile-menu a {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: var(--dark);
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid var(--border)
}

.mobile-close {
    position: absolute;
    top: 24px;
    right: 32px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer
}

/* Hero header with light tint */
.article-hero {
    background: linear-gradient(180deg, #EEF6F6 0%, var(--light) 100%);
    border-bottom: 1px solid var(--border);
    padding-top: 80px
}

.breadcrumb {
    position: static;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 48px
}

.breadcrumb a {
    color: var(--mid);
    text-decoration: none;
    font-size: 13px
}

.breadcrumb a:hover {
    color: var(--teal)
}

.breadcrumb span {
    color: #B0AEA8;
    font-size: 13px;
    margin: 0 6px
}

.breadcrumb .current {
    color: var(--dark);
    font-size: 13px
}

.article-top {
    max-width: 800px;
    margin: 0 auto;
    padding: 24px 48px 40px;
    text-align: center
}

.a-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--teal-dark);
    margin-bottom: 18px
}

.article-top h1 {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.18;
    color: var(--dark);
    margin-bottom: 22px
}

.a-meta {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--mid)
}

.a-meta .dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--mid)
}

.a-meta .cat {
    color: var(--teal-dark);
    font-weight: 600
}

.article-layout {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 48px 0;
    display: grid;
    grid-template-columns:240px minmax(0, 1fr);
    gap: 56px;
    align-items: start
}

.article-body {
    min-width: 0;
    max-width: 720px
}

.toc {
    position: sticky;
    top: 90px;
    font-size: 13.5px
}

.toc-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 16px
}

.toc ul {
    list-style: none
}

.toc li {
    margin-bottom: 2px
}

.toc a {
    display: block;
    color: var(--mid);
    text-decoration: none;
    padding: 7px 0 7px 14px;
    border-left: 2px solid var(--border);
    line-height: 1.4;
    transition: all .2s
}

.toc a:hover {
    color: var(--dark)
}

.toc a.active {
    color: var(--teal-dark);
    border-left-color: var(--teal);
    font-weight: 500
}

.article-body p {
    font-size: 17px;
    color: #333;
    line-height: 1.85;
    margin-bottom: 22px
}

.article-body h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 600;
    color: var(--dark);
    margin: 46px 0 18px;
    line-height: 1.25;
    scroll-margin-top: 90px
}

.article-body h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--dark);
    margin: 30px 0 12px
}

.article-body strong {
    color: var(--dark);
    font-weight: 600
}

.article-body ul, .article-body ol {
    margin: 0 0 22px 0;
    padding-left: 0;
    list-style: none
}

.article-body ul li {
    font-size: 16.5px;
    color: #333;
    line-height: 1.7;
    padding-left: 24px;
    position: relative;
    margin-bottom: 9px
}

.article-body ul li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--teal-dark)
}

.article-body ol {
    counter-reset: n
}

.article-body ol li {
    counter-increment: n;
    font-size: 16.5px;
    color: #333;
    line-height: 1.7;
    padding-left: 36px;
    position: relative;
    margin-bottom: 9px
}

.article-body ol li::before {
    content: counter(n);
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    background: var(--teal);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center
}

.pull-quote {
    border-left: 3px solid var(--gold);
    background: var(--white);
    padding: 20px 26px;
    margin: 30px 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 21px;
    line-height: 1.5;
    color: var(--dark);
    border-radius: 0 6px 6px 0
}

.table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
    border: 1px solid var(--border);
    border-radius: 8px
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
    min-width: 440px
}

.data-table th {
    text-align: left;
    padding: 14px 18px;
    background: var(--dark);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.data-table td {
    padding: 13px 18px;
    border-bottom: 1px solid var(--border);
    color: #444
}

.data-table tr:last-child td {
    border-bottom: none
}

.data-table tbody tr:nth-child(even) {
    background: #FBFAF8
}

.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 44px 0
}

.faq-wrap {
    max-width: 720px;
    margin: 56px auto 0;
    padding: 0 48px
}

.faq-wrap h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 24px
}

.faq-item {
    border-bottom: 1px solid var(--border)
}

.faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 20px 0;
    font-size: 15.5px;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-family: 'Inter', sans-serif
}

.faq-icon {
    width: 26px;
    height: 26px;
    background: var(--teal-dim);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal-dark);
    font-size: 18px;
    flex-shrink: 0;
    transition: transform .3s;
    font-weight: 300
}

.faq-item.open .faq-icon {
    transform: rotate(45deg)
}

.faq-a {
    font-size: 15px;
    color: var(--mid);
    line-height: 1.8;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s, padding-bottom .35s
}

.faq-item.open .faq-a {
    max-height: 240px;
    padding-bottom: 20px
}

.rate-widget {
    max-width: 720px;
    margin: 40px auto 0;
    padding: 0 48px
}

.rate-widget-inner {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 26px;
    text-align: center
}

.rate-widget p {
    font-size: 14px;
    color: var(--mid);
    margin-bottom: 14px
}

.rate-stars {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 10px
}

.rate-stars span {
    font-size: 26px;
    color: #DDD;
    cursor: pointer;
    transition: color .15s
}

.rate-stars span:hover, .rate-stars span.on {
    color: var(--gold)
}

.rate-count {
    font-size: 13px;
    color: var(--mid)
}

.cta-section {
    max-width: 720px;
    margin: 44px auto 0;
    padding: 0 48px
}

.cta-box {
    background: var(--teal);
    border-radius: 10px;
    padding: 38px 36px;
    text-align: center
}

.cta-box h2 {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px
}

.cta-box p {
    font-size: 14.5px;
    color: rgba(255, 255, 255, .92);
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
}

.cta-btn {
    display: inline-block;
    background: #fff;
    color: var(--teal-dark);
    font-weight: 600;
    font-size: 14.5px;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none
}

.cta-legal {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .8);
    margin-top: 16px;
    line-height: 1.6
}

.related-wrap {
    max-width: 720px;
    margin: 56px auto 0;
    padding: 0 48px
}

.related-wrap .related-hint {
    font-size: 12px;
    color: var(--mid);
    margin-bottom: 14px
}

.related-wrap h2 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 20px
}

.related-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 4px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin
}

.related-scroll::-webkit-scrollbar {
    height: 6px
}

.related-scroll::-webkit-scrollbar-track {
    background: var(--border);
    border-radius: 3px
}

.related-scroll::-webkit-scrollbar-thumb {
    background: var(--teal);
    border-radius: 3px
}

.related-card {
    flex: 0 0 260px;
    scroll-snap-align: start;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 20px;
    text-decoration: none;
    transition: all .2s
}

.related-card:hover {
    border-color: var(--teal);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .06)
}

.related-card .rtag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--teal-dark);
    margin-bottom: 8px
}

.related-card h4 {
    font-size: 14.5px;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.4
}

body .footer {
    background: #0F1014;
    color: rgba(255, 255, 255, .65);
    margin-top: 50px;
}

.table-wrap {
    overflow-x: auto;
    width: 100%;
}

@media (max-width: 1000px) {
    .article-layout {
        grid-template-columns:1fr;
        padding: 32px 24px 0
    }

    .toc {
        display: none
    }

    .article-body {
        max-width: none
    }
}

@media (max-width: 900px) {
    nav {
        padding: 12px 20px
    }

    .nav-menu {
        display: none
    }

    .nav-burger {
        display: flex
    }

    .breadcrumb {
        padding: 0 20px
    }

    .article-top {
        padding: 24px 20px 32px
    }

    .article-top h1 {
        font-size: 31px
    }

    .faq-wrap, .cta-section, .related-wrap, .rate-widget {
        padding-left: 20px;
        padding-right: 20px
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/blog/style.css?1786008060668 */
/* /local/templates/main/components/bitrix/breadcrumb/main/style.css?1786007810627 */
/* /local/templates/main/components/bitrix/news.detail/blog-detail/style.css?178610961215832 */
