

/* Start:/local/templates/invest/components/bitrix/breadcrumb/breadcrumb/style.css?1773241478893*/
ul.breadcrumbs__list {
    display: ruby;
    ruby-align: space-between;  
    font-size: 16px;
    line-height: 120%;
}

.breadcrumbs__item,
a.breadcrumbs__link {
    color: #a3a3a5;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.breadcrumbs__item:not(.breadcrumbs__current-page) {
    flex-shrink: 0;
    white-space: nowrap;
}

a.breadcrumbs__link:hover {
    color: var(--content-text-primary);
}

.breadcrumbs__current-page {
    color: var(--content-text-primary);
    min-width: 0;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

.mobile-page-breadcrumbs {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    ul.breadcrumbs__list {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        font-size: 14px;
    }

    .breadcrumbs__item:not(.breadcrumbs__current-page) {
        white-space: nowrap;
    }
}
/* End */


/* Start:/local/templates/invest/components/bitrix/news/investment_offers/bitrix/news.detail/.default/style.css?17847875281767*/
.investment-offer-detail {
  padding-bottom: 60px;
}

.investment-offer-detail__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.investment-offer-detail__image {
  overflow: hidden;
  border-radius: 10px;
  background: var(--backgrounds-bg-secondary);
}

.investment-offer-detail__image picture,
.investment-offer-detail__image img {
  display: block;
  width: 100%;
}

.investment-offer-detail__image img {
  max-height: 520px;
  object-fit: cover;
}

.investment-offer-detail__description {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--content-text-primary);
}

.investment-offer-detail__description p {
  margin: 0;
}

.investment-offer-detail__description ol,
.investment-offer-detail__description ul,
.investment-offer-detail__description li {
  all: revert;
}

.investment-offer-detail__description img,
.investment-offer-detail__description iframe,
.investment-offer-detail__description table {
  max-width: 100%;
}

.investment-offer-detail__actions {
  display: flex;
  margin-top: 30px;
}

.investment-offer-detail__presentation {
  width: fit-content;
}

.investment-offer-detail__back {
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  text-decoration: underline;
  color: var(--content-text-primary);
  transition: color 0.3s ease;
}

.investment-offer-detail__back:hover {
  color: var(--accents-accent-primary);
}

@media (max-width: 767px) {
  .investment-offer-detail__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .investment-offer-detail__description {
    font-size: 16px;
  }

  .investment-offer-detail__presentation {
    width: 100%;
    justify-content: center;
  }
}


/* End */
/* /local/templates/invest/components/bitrix/breadcrumb/breadcrumb/style.css?1773241478893 */
/* /local/templates/invest/components/bitrix/news/investment_offers/bitrix/news.detail/.default/style.css?17847875281767 */
