

/* Start:/local/templates/accent/components/bitrix/news/fonds/bitrix/news.detail/purchase_shares/style.css?177858496731312*/


.page-p {
    /*font-family: 'Inter', sans-serif;*/
    background-color: #E8E8E8;
    color: #1a2a3f;
    line-height: 1.4;
    scroll-behavior: smooth;
}

body.modal-open {
    overflow: hidden;
}

/*.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}*/

.page-p i, .benefit-icon i, .info-card i, .fullwidth-card i, .badge i, .transport-list i, .stat-item i, .tenant-stat-item i, .page-p .btn i {
    color: #FF0606;
}
.benefit-icon i {
    color: #FF0606;
    font-size: 2rem;
}
.info-card h3 i, .fullwidth-card i, .card-grid i, .transport-list li i {
    color: #FF0606;
}
.page-p .btn-primary i, .page-p .btn-download i, .page-p .btn-view i {
    color: #fff;
}

h1, h2, h3, h4 {
    font-family: "Bounded", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

h1 {
    font-size: 2.6rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #0B2B3D;
}
.h1-line-break {
    display: block;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}
h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #FF0606;
    border-radius: 3px;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1E3A5F;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #1E3A5F;
}

.page-p .btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: auto;
    padding: 18px 42px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}
.page-p .btn-primary, .page-p .btn-view, .page-p .btn-download {
    background: #FF0606;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}
.page-p .btn-primary:hover, .page-p .btn-view:hover, .page-p .btn-download:hover {
    background: #D90505;
    transform: translateY(-2px);
}
.page-p .btn-ghost {
    background: #F0F4F8;
    color: #1E3A5F;
}
.page-p .btn-ghost:hover { background: #E2E8F0; }

.phero {
    /*margin-bottom: 60px;*/
}
.s_mg {
    margin: 50px 0;
}
.s_line {
    border-top: 2px solid #fff;
    margin: 50px 0;
}
@media (max-width: 767px) {
    .s_mg {
        margin: 30px 0;
    }
    .s_line {
        margin: 30px 0;
    }
}


.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    margin: 32px 0;
}
.benefit-card {
    background: #E8E8E8;
    border-radius: 28px;
    padding: 28px 22px;
    transition: all 0.2s;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.benefit-card:hover {
    transform: translateY(-5px);
    border-color: #FFFFFF;
    box-shadow: 0 12px 24px rgba(0,0,0,0.05);
}
.benefit-icon {
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
.benefit-card h4 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.stat-block {
    background: #E8E8E8;
    border-radius: 32px;
    padding: 40px 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    margin: 48px 0;
    border: 1px solid #FFFFFF;
    min-height: 180px;
}
.stat-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.stat-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.stat-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.price-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0B2B3D;
    line-height: 1.2;
}
.price-label {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0B2B3D;
    line-height: 1.3;
    text-align: center;
}
.price-label .small-date {
    font-size: 0.85rem;
    font-weight: 400;
    color: #5F6C80;
    display: inline-block;
    margin-left: 0.25rem;
}
.update-date {
    margin-top: 12px;
    font-size: 0.85rem;
    color: #5F6C80;
}
@media (max-width: 991px) {
    .stat-block {
        flex-direction: column;
        padding: 32px 20px;
    }
    .stat-left, .stat-center, .stat-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .stat-right {
        margin-bottom: 0;
    }
    .price-label {
        font-size: 1.3rem;
    }
}

.income-diagram {
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    padding: 40px 32px;
    margin: 48px 0;
}
.income-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.income-left, .income-right {
    flex: 1;
    min-width: 200px;
    background: rgba(255,255,240,0.1);
    padding: 20px;
    border-radius: 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.income-central {
    flex-shrink: 0;
    background: #FF0606;
    color: white;
    border-radius: 120px;
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
    box-shadow: 0 12px 20px rgba(0,0,0,0.1);
}
.income-central span {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 6px;
}
.income-percent {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0B2B3D;
    margin-bottom: 8px;
}
.income-desc {
    font-size: 0.9rem;
    color: #3A4C62;
}
.arrow-symbol {
    font-size: 2rem;
    color: #FF0606;
    margin: 0 5px;
}
.mobile-arrow {
    display: none;
}
@media (max-width: 900px) {
    .income-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .income-left, .income-right {
        width: 100%;
    }
    .income-central {
        margin: 0px auto;
    }
    .desktop-arrow {
        display: none;
    }
    .mobile-arrow {
        display: block;
        text-align: center;
        margin: 8px 0;
    }
    .mobile-arrow i {
        /*transform: rotate(90deg);*/
        display: inline-block;
        font-size: 2rem;
    }
}

.property-specs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px,1fr));
    gap: 24px;
    background: #E8E8E8;
    border-radius: 28px;
    padding: 28px;
    border: 1px solid #FFFFFF;
}
.spec-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.spec-label {
    font-weight: 600;
    color: #5B6E8C;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}
.spec-value {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1E3A5F;
    word-break: break-word;
}
.transport-list {
    list-style: none;
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
    gap: 12px;
}
.transport-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #E8E8E8;
    padding: 10px 16px;
    border-radius: 48px;
    font-weight: 500;
    border: 1px solid #FFFFFF;
}

/* ===== МОДАЛЬНОЕ ОКНО (исправлено для мобильных) ===== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
.modal-overlay.active {
    visibility: visible;
    opacity: 1;
}
.modal-content {
    background: #E8E8E8;
    width: 90%;
    max-width: 460px;
    border-radius: 36px;
    padding: 20px 20px;
    position: relative;
    border: 1px solid #FFFFFF;
    box-shadow: 0 20px 35px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: hidden;
}
.modal-content h3 {
    font-size: 1.4rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding-right: 30px;
}
.broker-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 12px 0 16px 0;
    overflow-y: auto;
    padding-right: 6px;
    flex: 1 1 auto;
    max-height: 360px;
    min-height: 360px;
}
.broker-list::-webkit-scrollbar {
    width: 5px;
}
.broker-list::-webkit-scrollbar-track {
    background: #E8E8E8;
    border-radius: 10px;
}
.broker-list::-webkit-scrollbar-thumb {
    background: #FF0606;
    border-radius: 10px;
}
.broker-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 60px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: 0.1s;
    /*cursor: default;*/
}
.broker-item__icon {
    flex: 0 0 auto;
    width: 40px;
}
.broker-item__icon img {
    max-width: 100%;
    max-height: 40px;
    border-radius: 10px;
}
.broker-item i {
    width: 26px;
    font-size: 1.1rem;
    color: #FF0606;
}
.close-modal {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 1.6rem;
    cursor: pointer;
    color: #7F8C9A;
    line-height: 1;
}
.info-text {
    font-size: 0.75rem;
    margin: 12px 0 16px 0;
    background: #E8E8E8;
    padding: 10px;
    border-radius: 24px;
    flex-shrink: 0;
    text-align: center;
    border: none;
}
.btn-ghost {
    background: #F0F4F8;
    color: #1E3A5F;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 100px;
    flex-shrink: 0;
}
.btn-ghost:hover { background: #E2E8F0; }

@media (max-width: 480px) {
    .modal-content {
        padding: 18px 16px;
        width: 95%;
    }
    .modal-content h3 {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    .broker-list {
        gap: 8px;
        max-height: 320px;
        min-height: 320px;
        margin: 8px 0 12px 0;
    }
    .broker-item {
        padding: 8px 12px;
        font-size: 0.85rem;
    }
    .info-text {
        font-size: 0.7rem;
        margin: 8px 0 12px 0;
        padding: 8px;
    }
    .btn-ghost {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

.page-p footer {
    margin-top: 80px;
    border-top: 1px solid #FFFFFF;
    padding: 32px 0;
    text-align: center;
    color: #6F7D95;
    font-size: 0.85rem;
}

/* Слайдер */
.slider-container {
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
}
.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slider-slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-slide img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid #FFFFFF;
}
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 12px 18px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.5rem;
    z-index: 10;
    transition: 0.2s;
}
.slider-btn:hover {
    background: #FF0606;
}
.slider-btn.prev {
    left: 16px;
}
.slider-btn.next {
    right: 16px;
}
@media (max-width: 768px) {
    .slider-btn {
        padding: 8px 12px;
        font-size: 1rem;
    }
    .slider-slide img {
        max-height: 250px;
    }
}

/* Видео-блок */
.video-wrapper {
    margin-top: 16px;
    border-radius: 24px;
    overflow: hidden;
    background: #000;
    border: 1px solid #FFFFFF;
    position: relative;
    aspect-ratio: 16 / 9;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Единый блок с текстом и метриками */
.hero-block {
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    padding: 40px 32px;
    margin: 20px 0 32px 0;
    position: relative;
}
.hero-block-badge {
    position: absolute;
    top: 20px; right: 32px;
    font-size: 12px; color: #FF0606;
}
@media (max-width: 767px) {
    .hero-block-badge {
        position: relative;
        top: 0; right: 0;
        margin-bottom: 20px;
    }
}


.metrics-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 32px 0 0 0;
    align-items: stretch;
    justify-content: space-between;
}
.metric-badge-large {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 48px;
    padding: 16px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    color: #0B2B3D;
    transition: 0.1s;
    flex: 1;
    min-width: 0;
}
.metric-badge-large i {
    font-size: 1.6rem;
    color: #FF0606;
    flex-shrink: 0;
}
.metric-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.metric-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #2C3E50;
    line-height: 1.3;
}
.metric-value {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0B2B3D;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .metrics-horizontal {
        /*flex-wrap: nowrap;*/
    }
    .metric-badge-large {
        white-space: normal;
        word-break: break-word;
    }
}
@media (max-width: 991px) {
    .metrics-horizontal {
        flex-wrap: wrap;
    }
    .metric-badge-large {
        flex: 0 0 auto;
        width: calc(50% - 10px)
    }
}
@media (max-width: 768px) {
    .hero-block {
        padding: 24px 20px;
    }
    .metrics-horizontal {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    .metric-badge-large {
        width: 100%;
        padding: 12px 16px;
    }
    .metric-badge-large i {
        font-size: 1.4rem;
    }
    .metric-value {
        font-size: 1rem;
    }
}

.flex-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 48px;
    margin-bottom: 32px;
    justify-content: center;
}
.grid-2col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}
.fullwidth-card {
    background: #E8E8E8;
    border-radius: 28px;
    padding: 28px;
    margin: 20px 0;
    border: 1px solid #FFFFFF;
}
.info-card {
    background: #E8E8E8;
    border-radius: 28px;
    padding: 28px;
    margin: 28px 0;
    border: 1px solid #FFFFFF;
}
.tenant-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin: 24px 0 16px;
}
.tenant-stat-logo {
    max-width: 300px;
    margin-bottom: 20px;
}
.tenant-stat-item {
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    padding: 20px 16px;
    text-align: center;
}
.tenant-stat-number {
    font-size: 20.8px;
    font-weight: bold;
}
.badge {
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    padding: 0.25rem 0.9rem;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.invest-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 24px;
}
.presentation-button-wrapper {
    text-align: center;
    margin: 32px 0 48px;
}

.transport-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1E3A5F;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.media-heading {
    margin-top: 24px;
    margin-bottom: 12px;
}

/* Стили для мобильного скрытия/раскрытия текста */
.hero-text-desktop {
    display: block;
}
.hero-text-mobile {
    display: none;
    cursor: pointer;
}
.hero-text-mobile .full-text {
    display: none;
}
.hero-text-mobile.expanded .short-text {
    display: none;
}
.hero-text-mobile.expanded .full-text {
    display: inline;
}
.read-more-link {
    color: #FF0606;
    font-weight: 500;
    cursor: pointer;
    display: none;
}
@media (max-width: 768px) {
    .hero-text-desktop {
        /*display: none;*/
    }

    .hero-text-desktop:not(.active) > *:not(:first-child) {
      display: none;

    }
    .read-more-link {
        display: inline !important;
    }
    .hero-text-desktop.active .read-more-link {
        display: none !important;
    }
    .hero-text-mobile {
        display: block;
    }
    h1 { font-size: 1.9rem; line-height: 1.2; }
    h2 { font-size: 1.7rem; }
    h3 { font-size: 1.3rem; }
    h4 { font-size: 1.1rem; }
    /*.container { padding: 0 20px; }*/
    .page-p .btn { padding: 14px 24px; font-size: 1rem; }
    .property-specs {
        grid-template-columns: 1fr;
    }
    .spec-value {
        font-size: 1.1rem;
    }
    .transport-title {
        font-size: 1.1rem;
    }
}




.glass-item {
  position: relative;
  --raduis: 60px;
  background: rgba(202, 187, 187, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: var(--raduis);
}
.glass-item:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--raduis);
  padding: 1px;
  border: 1px solid #fff;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 1339.98px) {
  .glass-item {
    --raduis: 40px;
  }
}
@media (max-width: 609.98px) {
  .glass-item {
    --raduis: 30px;
  }
}

.income {

}
.income__info {
  max-width: 880px;
  margin: 0  auto;
  text-align: center;
}
.income__graphs {
  display: flex;
  gap: 60px;
  /*justify-content: space-between;*/
  margin-bottom: 32px;
  /*flex-wrap: wrap;*/
}
.income__graph {
    font-family: sans-serif;
  max-width: 530px;
  max-width: 580px;
  flex: 1 0 0;
  padding: 30px 50px;
background: #E8E8E8;
  border-radius: 28px;
  transition: all 0.2s;
  border: 1px solid #FFFFFF;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.income__graph::after {
  border-radius: var(--raduis);
}
.income__graph .chart-wrapper {
    max-width: 430px;
}
.income__graph-title {
    margin-bottom: 20px;
  min-height: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1339.98px) {
  .income__graphs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 609.98px) {
  .income__graph {
    width: 100%;
    padding: 0 !important;
    background: none;
    -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  }
  .income__graph:after {
    display: none;
  }
}




/* Start:/local/templates/accent/components/bitrix/news/fonds/bitrix/news.detail/.default/style.css?17728062826300*/
.no-wrap {
  white-space: nowrap;
}

.gauge-container {
  flex: 0 0 300px;
}

.gauge-wrapper {
  position: relative;
  width: 327px;
  height: 327px;
}

.gauge-wrapper canvas {
  width: 327px !important;
  height: 327px !important;
}

.gauge-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.gauge-value span {
  display: block;
}

.gauge-label-top {
  color: #7f7f7f;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-bottom: 18px;
}

.gauge-number {
  color: #181717;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Bounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 566;
  line-height: 24px; /* 66.667% */
}

.gauge-unit {
  color: #181717;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Bounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 566;
  line-height: 24px; /* 171.429% */
}

/* Middle Section */
.middle-section {
  margin-top: 50px;
  margin-bottom: 164px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
}

.section-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.5;
}

.overall-yield {
  display: flex;
  justify-content: center;
}

.income-components {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 90px;
  margin-top: -12px;
}

.income-box {
  flex: 1;
  max-width: 250px;
  /* background-color: #f9f9f9; */

  text-align: center;
}

.income-box h3 {
  color: #181717;
  text-align: center;
  font-family: Bounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 466;
  line-height: 120%; /* 24px */
  margin-bottom: 20px;
}

.income-box p {
  color: #181717;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  margin-bottom: 23px;
}

.yield-circle {
  width: 144px;
  height: 144px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #b6b6b6;
  background: rgba(0, 0, 0, 0);

  border-radius: 50%;
  /* background-color: #f5f5f5; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.yield-circle.overall {
  width: 200px;
  height: 200px;
  color: #e8171f !important;
  /* background-color: #f5f5f5; */
}

.yield-circle.overall .yield-value {
  color: #e8171f;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Bounded;
  font-size: 32px;
  font-style: normal;
  font-weight: 566;
  line-height: 24px; /* 75% */
}

.yield-value {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Bounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 566;
  line-height: 24px; /* 100% */
}

.yield-label {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Bounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 566;
  line-height: 24px; /* 171.429% */
  margin-top: 5px;
}

.plus-sign {
  margin-bottom: 41px;
}

/* Bottom Section */
.chart-wrapper {
  /* margin-bottom: 20px; */
  height: 312px;
  position: relative;
}

.chart-wrapper canvas {
  max-height: 550px;
}

.share-growth-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  /* half of bar thickness (maxBarThickness: 70) */
  --bar-half: 35px;
  margin-left: 40px;
}

.chart-year-labels-share {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  height: 100%;
  z-index: 2;
}

.chart-value-labels-share {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

/* Chart Legend */
.chart-legend {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: 40px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7f7f7f;
  font-feature-settings: "liga" off, "clig" off;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
}

.legend-color {
  width: 33px;
  height: 29px;
  border-radius: 6px;
  display: inline-block;
}

.legend-color.current {
  background-color: #e8171f;
}

.legend-color.growth {
  background-color: #ffb3b3;
}

.legend-color.yield {
  background-color: #e8171f;
}

.legend-line {
  width: 20px;
  height: 2px;
  background-color: #e8171f;
  display: inline-block;
  position: relative;
}

.legend-line::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid #e8171f;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.yield-charts-wrapper {
  display: flex;
  flex-direction: column;
  /* margin-left: -40px; */
}

.yield-line-wrapper {
  position: relative;
  height: 100px;
  /* padding: 0 10px; */
}

.yield-bar-wrapper {
  position: relative;
  height: 277px;
  /* padding: 0 10px;
    margin: 0 -16px; */
}


/* Responsive adjustments */
@media (max-width: 1200psx) {
  .income-components {
    flex-direction: column;
  }

  .plus-sign {
    transform: rotate(90deg);
  }
}

@media (max-width: 616px) {
  .income-components {
    gap: 30px;
    margin-top: 46px;

    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .plus-sign {
    margin-bottom: 0;
  }

  .share-growth-wrapper,
  .chart-legend,
  .yield-charts-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }

  .yield-circle {
    width: 116px;
    height: 116px;
  }

  .yield-value {
    font-size: 16px;
  }

  .yield-label {
    font-size: 12px;
  }

  .income-box h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .income-box p {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .chart-legend {
    margin-top: 33px;
  }

  .income__graph {
    padding: 18px !important;
  }

  .middle-section {
    margin-top: 36px;
    margin-bottom: 97px;
  }
}



/* Форма обратной связи */
.feedback-form {
    background: #E8E8E8;
    background: #E0DEDE;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    padding: 40px 32px;
    margin: 48px 0 32px 0;
}
.feedback-form h2 {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
}
.feedback-form h2 br {
    display: none;
}
.form-group {
    margin-bottom: 24px;
    position: relative;
}
.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0B2B3D;
}
.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.input-wrapper input, .input-wrapper textarea {
    width: 100%;
    padding: 14px 18px;
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 60px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    transition: 0.2s;
    padding-right: 45px;
}
.input-wrapper textarea {
    border-radius: 28px;
    resize: vertical;
    min-height: 100px;
}
.input-wrapper input:focus, .input-wrapper textarea:focus {
    outline: none;
    border-color: #FF0606;
}
.clear-icon {
    position: absolute;
    right: 18px;
    color: #999;
    cursor: pointer;
    font-size: 1.1rem;
    transition: 0.2s;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
}
.clear-icon.active {
    opacity: 1;
}
.clear-icon:hover {
    color: #FF0606;
}
.form-group select {
    width: 100%;
    padding: 14px 18px;
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 60px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    transition: 0.2s;
}
.form-group select:focus {
    outline: none;
    border-color: #FF0606;
}
.checkbox-group {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}
.checkbox-group input {
    width: 20px;
    height: 20px;
    accent-color: #FF0606;
}
.checkbox-group label {
    font-size: 0.85rem;
    color: #2C3E50;
    margin-bottom: 0;
}
.checkbox-group a {
    text-decoration: underline;
}
.checkbox-group a:hover {
    text-decoration: none;
}
.form-btn {
    background: #FF0606;
    color: #fff;
    border: none;
    padding: 16px 32px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.2s;
    width: 100%;
}
.form-btn:hover {
    background: #D90505;
    transform: translateY(-2px);
}
.error-message {
    color: #FF0606;
    font-size: 0.8rem;
    margin-top: 8px;
    display: none;
}
@media (max-width: 768px) {
    .feedback-form {
        padding: 28px 20px;
    }
    .feedback-form h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .feedback-form h2 br {
        display: block;
    }
    .input-wrapper input, .input-wrapper textarea {
        padding: 12px 16px;
        font-size: 0.95rem;
    }
}


.graphs-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin: 40px 0;
}
.graph-card {
    flex: 1;
    background: #E8E8E8;
    border: 1px solid #FFFFFF;
    border-radius: 28px;
    padding: 24px;
    text-align: center;
}
.graph-card canvas {
    max-height: 300px;
    width: 100%;
}
@media (max-width: 768px) {
    .graphs-row {
        flex-direction: column;
        gap: 20px;
    }
}

/* Gallery - exact dimensions as requested */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}
.gallery-item {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 394.66px;
    height: 263.67px;
    margin: 0 auto;
}
.gallery-item img {
    width: 350px;
    height: 220px;
    object-fit: contain;
    display: block;
}
.gallery-item.hidden {
    display: none;
}
.gallery-show-more-btn {
    text-align: center;
    margin-top: 32px;
}
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .gallery-item {
        max-width: 100%;
        height: auto;
        aspect-ratio: 394.66 / 263.67;
        padding: 0;
    }
    .gallery-item img {
        width: 100%;
        height: auto;
        max-width: 350px;
        max-height: 220px;
    }
}


/* End */
/* /local/templates/accent/components/bitrix/news/fonds/bitrix/news.detail/.default/style.css?17728062826300 */

/* End */
/* /local/templates/accent/components/bitrix/news/fonds/bitrix/news.detail/purchase_shares/style.css?177858496731312 */
