

/* Start:/local/templates/main/components/bitrix/news/blog/style.css?1786973245668*/
.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/system.pagenavigation/visual/style.css?17869732405051*/
.bx_pagination_bottom * {
    vertical-align: baseline;
}

.bx_pagination_bottom {
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #3C3E47
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.bx_pagination_bottom .bx_pagination_section_two {
    float: right;
    text-align: right;
}

.bx_pagination_bottom .bx_pg_section {
}

.bx_pagination_bottom .bx_pagination_select_container {
    display: inline-block;
}

.bx_pagination_bottom .bx_pagination_select_container select {
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/local/templates/main/components/bitrix/system.pagenavigation/visual/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

@-moz-document url-prefix() {
    .bx_pagination_bottom .bx_pagination_select_container select {
        background: #fff !important;
        padding-right: 5px;
    }
}


.bx_pagination_bottom .bx_pagination_page {
    white-space: nowrap;
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_page ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.bx_pagination_bottom .bx_pagination_page li {
    display: inline-block;
    width: 52px;
    text-align: center;

    font-size: 26px;
    font-weight: 400;
    line-height: 51px;
}

.bx_pagination_bottom .bx_pagination_page li a {
    display: block;
    text-align: center;
    text-decoration: none;

    font-size: 26px;
    font-weight: 400;
    line-height: 51px;
}

.bx_pagination_bottom .bx_pagination_page li a:hover {
    background: #20232A;
    color: var(--main-color-link);
}

.bx_pagination_bottom .bx_pagination_page li.bx_active {
    background: #20232A;
    color: var(--main-color-link);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
    display: block;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select {
    margin-right: 5px;
}


.bx_pagination_bottom .bx_wsnw {
    white-space: nowrap;
}


/*1*/
@media (max-width: 991px) {
    .bx_pagination_bottom {
        border-bottom: 0;
        border-top: 0;

        &:before {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 1px;
            background: var(--border-color-gray);
            margin-top: -1px;
        }
    }

    .bx_pagination_bottom .bx_pagination_page li {
        font-size: 18px;
        width: 40px;
        line-height: 40px;
    }

    .bx_pagination_bottom .bx_pagination_page li a {
        font-size: 18px;
        line-height: 40px;
    }
}

/*2*/
@media (min-width: 640px) and (max-width: 980px) {

}

/*3*/
@media (min-width: 480px) and (max-width: 639px) {
    .bx_pagination_bottom .bx_pagination_select_container select {
        margin-right: 10px;
    }
}

/*4*/
@media (max-width: 479px) {
    .bx_pagination_bottom .bx_pagination_section_one {
    }

    .bx_pagination_bottom .bx_pagination_section_two {
        float: none;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_select_container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 47%;
    }

    .bx_pagination_bottom .bx_pagination_select_container select {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0 !important;
        width: 90%;
    }

    .bx_pagination_bottom .bx_pg_section {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_page {
        white-space: normal;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_show_col {
        display: none;
    }

    .bx_pagination_bottom .bx_pg_text {
        display: inline-block;
        width: 50%;
    }

    .bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
        display: none;
    }
}

/*5*/
@media (max-width: 320px) {
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* End */


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

body {
    font-family: 'Inter', sans-serif;
    background: var(--light);
    color: var(--dark);
    font-size: 16px;
    line-height: 1.7
}

/* NAV */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(248, 247, 245, 0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    padding: 14px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none
}

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

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

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

.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 32px;
    flex-direction: column;
    gap: 4px
}

.mobile-menu.open {
    display: flex
}

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

.mobile-menu a.active {
    color: var(--teal)
}

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

/* HEADER */
.blog-header {
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 48px 0;
    text-align: center
}

.blog-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 16px
}

.blog-header h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 500;
    color: var(--dark);
    margin-bottom: 14px;
    line-height: 1.1
}

.blog-header p {
    font-size: 16px;
    color: var(--mid);
    max-width: 560px;
    margin: 0 auto 40px
}

/* CONTROLS: search + filters */
.blog-controls {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.filter-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.filter-tab {
    padding: 9px 20px;
    border-radius: 40px;
    border: 1px solid var(--border);
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--mid);
    cursor: pointer;
    transition: all .2s
}

.filter-tab:hover {
    border-color: var(--teal);
    color: var(--teal)
}

.filter-tab.active {
    background: var(--dark);
    border-color: var(--dark);
    color: #fff
}

.search-box {
    position: relative;
    min-width: 240px
}

.search-box input {
    width: 100%;
    padding: 11px 16px 11px 42px;
    border: 1px solid var(--border);
    border-radius: 40px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    outline: none;
    background: #fff;
    transition: border-color .2s
}

.search-box input:focus {
    border-color: var(--teal)
}

.search-box svg {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    stroke: var(--mid)
}

/* FEATURED */
.featured-wrap {
    max-width: 1180px;
    margin: 0 auto 24px;
    padding: 0 48px
}

.featured {
    display: grid;
    grid-template-columns:1.15fr 1fr;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .3s, transform .3s;
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

.featured:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, .1);
    transform: translateY(-2px)
}

.featured-img {
    background: linear-gradient(135deg, #1C1C1C, #2a3d3c);
    min-height: 340px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 32px
}

.featured-img-label {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    backdrop-filter: blur(4px)
}

.featured-img-deco {
    font-family: 'Playfair Display', serif;
    font-size: 120px;
    color: rgba(73, 186, 185, 0.25);
    line-height: 0.8;
    font-weight: 600
}

.featured-body {
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.featured-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--teal-dark);
    margin-bottom: 16px
}

.featured-body h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--dark);
    margin-bottom: 16px
}

.featured-body .text {
    font-size: 15px;
    color: var(--mid);
    line-height: 1.7;
    margin-bottom: 24px
}

.featured-meta {
    font-size: 13px;
    color: var(--mid);
    display: flex;
    gap: 16px;
    align-items: center
}

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

/* GRID */
.grid-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 48px 0
}

.card-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 50px;
}

.card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: box-shadow .3s, transform .3s
}

.card:hover {
    box-shadow: 0 10px 32px rgba(0, 0, 0, .09);
    transform: translateY(-3px)
}

.card-img {
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.card-img.investor {
    background: linear-gradient(135deg, #161616, #243534)
}

.card-img.borrower {
    background: linear-gradient(135deg, #EAF7F7, #D4EDEC)
}

.card-img.analytics {
    background: linear-gradient(135deg, #1a1a1a, #3a3320)
}

.card-img-deco {
    font-family: 'Playfair Display', serif;
    font-size: 76px;
    font-weight: 600;
    line-height: 1
}

.card-img.investor .card-img-deco {
    color: rgba(73, 186, 185, .3)
}

.card-img.borrower .card-img-deco {
    color: rgba(73, 186, 185, .5)
}

.card-img.analytics .card-img-deco {
    color: rgba(201, 168, 76, .35)
}

.card-img.shares {
    background: linear-gradient(135deg, #2a1f3d, #3d2f52)
}

.card-img.legal {
    background: linear-gradient(135deg, #3d2a1a, #52402f)
}

.card-img.shares .card-img-deco {
    color: rgba(123, 94, 167, .4)
}

.card-img.legal .card-img-deco {
    color: rgba(184, 116, 61, .4)
}

.card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px
}

.badge-investor {
    background: var(--dark);
    color: #fff
}

.badge-borrower {
    background: var(--teal);
    color: #fff
}

.badge-analytics {
    background: var(--gold);
    color: #fff
}

.badge-shares {
    background: #7B5EA7;
    color: #fff
}

.badge-legal {
    background: #B8743D;
    color: #fff
}

.card-body {
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.card-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--dark);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 56px
}

.card-body .text {
    font-size: 13.5px;
    color: var(--mid);
    line-height: 1.6;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1
}

.card-meta {
    font-size: 12px;
    color: var(--mid);
    display: flex;
    gap: 12px;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid var(--border)
}

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

/* CTA BANNER (inserted in grid) */
.cta-banner {
    grid-column: 1/-1;
    border-radius: 12px;
    padding: 40px 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap
}

.cta-banner.borrower {
    background: linear-gradient(120deg, #49BAB9, #3a9998)
}

.cta-banner.investor {
    background: linear-gradient(120deg, #1C1C1C, #2a3d3c)
}

.cta-banner-text h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2
}

.cta-banner-text p {
    font-size: 14.5px;
    color: rgba(255, 255, 255, .88);
    max-width: 520px
}

.cta-banner-btn {
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .2s
}

.cta-banner.borrower .cta-banner-btn {
    color: var(--teal-dark)
}

.cta-banner.investor .cta-banner-btn {
    color: var(--dark)
}

.cta-banner-btn:hover {
    opacity: .9
}

/* Empty state */
.empty-state {
    grid-column: 1/-1;
    text-align: center;
    padding: 60px 20px;
    color: var(--mid);
    display: none
}

.empty-state.show {
    display: block
}

/* LOAD MORE */
.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 24px 0 48px;
    flex-wrap: wrap
}

.page-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--dark);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-btn:hover:not(:disabled) {
    border-color: var(--teal);
    color: var(--teal-dark)
}

.page-btn.active {
    background: var(--dark);
    border-color: var(--dark);
    color: #fff
}

.page-btn:disabled {
    opacity: .4;
    cursor: not-allowed
}

.page-arrow {
    font-size: 16px
}

.page-dots {
    min-width: 24px;
    text-align: center;
    color: var(--mid);
    font-size: 14px
}

.bx_pagination_bottom {
    border-color: var(--border) !important;

    &:before {
        background: var(--border) !important;
    }
}

body[data-root-section="blog"] {
    & .footer {
        border-color: var(--border) !important;
    }
}

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

@media (max-width: 1000px) {
    .card-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .featured {
        grid-template-columns:1fr
    }

    .featured-img {
        min-height: 220px
    }
}

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

    .nav-menu {
        display: none
    }

    .nav-burger {
        display: flex
    }

    .blog-header {
        padding: 40px 20px 0
    }

    .blog-header h1 {
        font-size: 34px
    }

    .blog-controls {
        padding: 0 20px;
        flex-direction: column;
        align-items: stretch
    }

    .search-box {
        min-width: 0
    }

    .featured-wrap, .grid-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .featured-body {
        padding: 28px 24px
    }

    .featured-body h2 {
        font-size: 26px
    }

    .cta-banner {
        padding: 28px 24px
    }
}

@media (max-width: 600px) {
    .card-grid {
        grid-template-columns:1fr
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/blog/style.css?1786973245668 */
/* /local/templates/main/components/bitrix/system.pagenavigation/visual/style.css?17869732405051 */
/* /local/templates/main/components/bitrix/news.list/blog-list/style.css?178697325812824 */
