

/* 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; */
}

.income__graph-title {
  /* min-height: 50px; */
  margin-bottom: 50px;
}

/* 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;
  }
}
/* End */
/* /local/templates/accent/components/bitrix/news/fonds/bitrix/news.detail/.default/style.css?17728062826300 */
