

/* Start:/local/templates/accent/components/bitrix/news/fonds/bitrix/news.list/new/style.css?177868029711626*/
.page-p {
    /*font-family: 'Inter', sans-serif;*/
    background-color: #E8E8E8;
    color: #1a2a3f;
    line-height: 1.4;
    scroll-behavior: smooth;
}

body.modal-open {
    overflow: hidden;
}

.page-p i, .fund-card i {
    color: #FF0606;
}

.page-p h1, .page-p h2, .page-p h3, .page-p h4 {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.page-p h1 {
    font-size: 2.6rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #0B2B3D;
}

.page-p h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}
.page-p h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #FF0606;
    border-radius: 3px;
}

.page-p h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0B2B3D;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}
.page-p h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #FF0606;
    border-radius: 3px;
}

.page-p .btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: auto;
    padding: 16px 38px;
    border-radius: 100px;
    font-weight: 700;
    text-transform: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
    text-decoration: none;
}
.page-p .btn-primary {
    background: #FF0606;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}
.page-p .btn-primary:hover {
    background: #D90505;
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.12);
}
.page-p .btn i {
    color: inherit;
}

.funds-container {
    display: flex;
    flex-direction: column;
    margin: 48px 0 32px;
    position: relative;
}
.fund-badge {
    text-align: right;
  font-size: 14px;
  color: #FF0606;
  margin-bottom: 15px;
}
.fund-card {
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    overflow: hidden;
    transition: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.fund-card:hover {
    box-shadow: none;
    transform: none;
}
.fund-card:first-child {
    margin-bottom: 60px;
    position: relative;
}
.fund-card:first-child::after {
    content: '';
    position: absolute;
    bottom: -31px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 1px;
}

.fund-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 6.75;
    background-color: #E8E8E8;
    border-bottom: 1px solid #FFFFFF;
    display: block;
}
.fund-content {
    padding: 32px 32px 32px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.fund-card h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    position: relative;
}
.fund-card h2:after {
    display: none;
}
.fund-desc {
    font-size: 16px;
    line-height: 1.45;
    color: #2C3E50;
    margin-bottom: 28px;
}

/* Стили для мобильного сворачивания метрик */
.metrics-wrapper {
    margin-bottom: 32px;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

.metric-card {
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 28px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 100px;
    height: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.metric-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.05);
}
.metric-icon {
    font-size: 25px;
    flex-shrink: 0;
    color: #FF0606;
    margin-top: 2px;
    width: 25px;
    text-align: center;
}
.metric-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.metric-label {
    font-size: 13.6px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5F6C80;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}
.metric-value {
    font-size: 19.2px;
    font-weight: 500;
    color: #1a2a3f;
    line-height: 1.3;
}
.metric-value strong, .metric-value b {
    font-weight: 700;
    color: #0B2B3D;
    font-size: 19.2px;
    display: inline-block;
    line-height: 1.3;
}
.strategy-bold-text {
    font-size: 19.2px;
    font-weight: 700;
    color: #0B2B3D;
    line-height: 1.3;
}
.strategy-sub-bold {
    display: block;
    font-size: 19.2px;
    font-weight: 700;
    color: #0B2B3D;
    line-height: 1.3;
}
.metric-number {
    font-size: 19.2px;
    font-weight: 800;
    color: #0B2B3D;
}
.status-value-large {
    font-size: 19.2px;
    font-weight: 800;
    color: #0B2B3D;
    line-height: 1.3;
}

.fund-actions {
    display: flex;
    justify-content: center;
    margin-top: auto;
}
.btn-small {
    padding: 14px 32px;
    font-size: 19.2px;
    justify-content: center;
}

.hero-block {
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    padding: 40px 32px;
    margin-bottom: 80px;
    margin-top: 32px;
}
.intro-text {
    font-size: 1rem;
    color: #2C3E50;
    margin-top: 8px;
}

.benefits-section {
    margin: 120px 0 0px;
}


.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 28px;
    margin-bottom: 0;
}
.benefit-card-inner {
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 28px;
    padding: 28px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}
.benefit-card-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.05);
}
.benefit-icon-lg {
    font-size: 2rem;
    color: #FF0606;
    margin-bottom: 16px;
    display: inline-block;
}
.benefit-card-inner h4 {
    font-size: 1.3rem;
    margin-bottom: 12px;
}
.benefit-card-inner p {
    color: #2C3E50;
    line-height: 1.4;
    font-size: 1rem;
}
.license-text {
    font-size: 1rem;
    line-height: 1.4;
    color: #2C3E50;
}
.portfolio-line {
    font-size: 1rem;
    font-weight: 400;
    color: #2C3E50;
    line-height: 1.4;
}

.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 12px;
    flex-wrap: wrap;
    gap: 16px;
}

/* Кнопка "Читать далее / Свернуть" — скрыта на десктопе */
.mobile-toggle-btn {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 19.2px;
    font-weight: 700;
    color: #0B2B3D;
    letter-spacing: 0.3px;
    cursor: pointer;
    user-select: none;
    padding: 16px 20px;
    margin-top: 16px;
    border-radius: 60px;
    transition: background 0.2s ease;
    background: transparent;
    font-family: inherit;
    border: none;
    justify-content: center;
    align-items: center;
}
.mobile-toggle-btn span {
    display: inline-block;
    pointer-events: none;
}
.mobile-toggle-btn i {
    font-size: 14px;
    margin-left: 8px;
    transition: transform 0.2s ease;
    pointer-events: none;
    color: #0B2B3D;
}
.mobile-toggle-btn:active {
    background: rgba(11, 43, 61, 0.06);
}

/* Планшеты */
@media (max-width: 900px) {
    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .hero-block {
        margin-bottom: 60px;
    }
    .benefits-section {
        margin-top: 60px;
    }
    .fund-img {
        aspect-ratio: 16 / 7.5;
    }
    .fund-content {
        padding: 24px;
    }
    .fund-card h2 {
        font-size: 26px;
    }
    .btn-small {
        font-size: 18px;
        padding: 12px 24px;
    }
    .metric-value, .metric-value strong, .metric-value b, 
    .strategy-bold-text, .strategy-sub-bold, .metric-number, 
    .status-value-large {
        font-size: 17px;
    }
    .metric-label {
        font-size: 12px;
    }
    .fund-card:first-child {
        margin-bottom: 48px;
    }
    .fund-card:first-child::after {
        bottom: -25px;
    }
    .metric-card {
        min-height: 90px;
    }
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .portfolio-line {
        white-space: normal;
    }
    .metric-icon {
        font-size: 22px;
        width: 22px;
    }
}

/* Мобильные устройства — одна колонка, показываем кнопку и скрываем карточки начиная с 5-й */
@media (max-width: 768px) {
    .metrics-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }
    
    .mobile-toggle-btn {
        display: flex;
    }
    
    /* По умолчанию: карточки с 5-й по последнюю скрыты */
    .metric-card:nth-child(n+5) {
        display: none;
    }
    
    /* Когда добавлен класс .show-all — показываем все карточки */
    .metrics-wrapper.show-all .metric-card {
        display: flex !important;
    }
    
    /* Стрелка вниз/вверх */
    .mobile-toggle-btn.open i {
        transform: rotate(180deg);
    }
}

@media (max-width: 640px) {
    .fund-actions {
        justify-content: center;
    }
    .page-p .btn { padding: 14px 24px; font-size: 1rem; }
    .btn-small {
       /* width: 100%;
        max-width: 280px;*/
        text-wrap: balance;
    }
    .page-p h1 {
    	font-size: 2rem;
    }
    .page-p h3 {
        font-size: 1.5rem;
    }
    .hero-block {
        margin-bottom: 48px;
    }
    .benefits-section {
        margin-top: 48px;
    }
    .fund-img {
        aspect-ratio: 16 / 8;
    }
    .fund-card:first-child {
        margin-bottom: 40px;
    }
    .fund-card:first-child::after {
        bottom: -21px;
    }
    .fund-card h2 {
        font-size: 22px;
    }
    .metric-card {
        min-height: auto;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .portfolio-line {
        white-space: normal;
    }
    .metric-icon {
        font-size: 20px;
        width: 20px;
    }
    .mobile-toggle-btn {
        font-size: 19.2px;
        padding: 14px 20px;
        margin-top: 14px;
    }
}

@media (max-width: 480px) {
    .hero-block {
        padding: 24px 20px;
    }
    .fund-desc {
        font-size: 15px;
    }
    .fund-img {
        aspect-ratio: 16 / 9;
    }
    .metric-value, .metric-value strong, .metric-value b, 
    .strategy-bold-text, .strategy-sub-bold, .metric-number, 
    .status-value-large {
        font-size: 16px;
    }
    .metric-label {
        font-size: 11px;
    }
    .fund-card:first-child {
        margin-bottom: 32px;
    }
    .fund-card:first-child::after {
        bottom: -17px;
    }
    .metric-icon {
        font-size: 18px;
        width: 18px;
    }
    .mobile-toggle-btn {
        font-size: 19.2px;
        padding: 12px 20px;
        margin-top: 12px;
    }
}
@media (max-width: 380px) {
  .fund-content {
    padding: 16px;
  }
}
/* End */
/* /local/templates/accent/components/bitrix/news/fonds/bitrix/news.list/new/style.css?177868029711626 */
