

/* Start:/local/templates/ru.infinityinc_2/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?178549505410507*/
@charset "UTF-8";
.catalog-detail {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.catalog-detail .row {
  padding: 15px 0;
  margin: 0;
  /* margin: 30px 0; */
  /* border-top: 1px solid #ccc; */
}

.catalog-detail .row:first-child {
  border: 1px solid #ccc;
}

.catalog-detail ul.section-links {
  padding-top: 20px;
}

.product_info {
  /* min-width: px; */
  overflow-x: scroll;
}

.product_info__characteristics table {
  min-width: 769px;
}

.product_info__characteristics table td,
.product_info__characteristics table {
  border: 1px solid #ccc;
}

.product_info__characteristics table td {
  padding: 10px;
}

.bp_btn_wrapper {
  display: flex;
  gap: 4%;
}

.bp_tabs_wrapper {
  margin-bottom: 20px;
  padding: 0;
}

/* .bp_tabs_wrapper, */
.bp_tabs .bp_tabs_nav,
.bp_tabs::after {
  background-color: #f9f9fa;
  border: 1px solid #f2f2f2;
  /* padding: 0; */
}

.bp_tabs {
  display: flex;
  padding-inline-start: 0;
  padding: 0;
  margin: 0;
}

.bp_tabs .bp_tabs_nav {
  padding-inline-start: 0;
  padding: 15px;
  list-style-type: none;
  margin-left: -1px;
  cursor: pointer;
}

.bp_tabs .bp_tabs_nav.active {
  border-top: 2px solid #161b3c;
  background-color: #fff;
  border-bottom: 0;
}

.bp_tabs::after {
  background-color: #f9f9fa;
  display: block;
  width: 100%;
  content: "";
  margin-left: -1px;
}

.bp_tabs_content {
  display: none;
}

.bp_tabs_content.active {
  display: block;
}

.catalog-item-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
}

.catalog-item-img-wrap a {
  display: block;
  height: 0;
  padding-top: 100%;
}

.catalog-item-img-wrap img {
  max-height: 230px;
  margin: auto;
}

.catalog-item-list .catalog-item .catalog-item-img-wrap {
  background-color: #fff;
}

.catalog-item-inner {
  display: grid;
  grid-template-rows: 1fr;
}

.bp_product_availability span::before {
  /* font-family: FontAwesome; */
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 11px;
  height: 8px;
  background: url(/local/templates/aspro-allcorp2/images/svg/allcorp2.svg) 0px 0px no-repeat;
}

.bp_product_properties {
  line-height: 2em;
  margin-bottom: 2em;
}

.bp_product_property {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.bp_product_property__name {
  display: flex;
  flex-direction: row;
}

.bp_product_property__name::after {
  border-bottom: 1px dotted #ccc;
  content: "";
  display: block;
  flex-grow: 1;
  align-self: center;
  margin: auto 10px;
}

.bp_product__contact {
  /* display: grid;
  grid-template-columns: 80px 1fr; */
  display: flex;
  flex-direction: row;
  background-color: #ecf6ff;
  /* justify-content: center; */
  align-items: center;
  padding: 0;
  margin-bottom: 20px;
  /* margin-right: 50px; */
}

.bp_product__contact_content {
  padding: 10px;
}

.bp_product__contact::before {
  display: block;
  content: "";
  background-image: url("/upload/avatar-phone.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.bp_product__contact_header {
  font-weight: bold;
  color: #527498;
}

.bp_product__contact_phone {
  font-weight: bold;
  color: #000;
}

.bp_features__item {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-areas: "icon header" "icon text";
  align-items: center;
}

.bp_features__item_header {
  grid-area: header;
  font-weight: bold;
}

.bp_features__item_content {
  grid-area: text;
}

.bp_features__item::before {
  grid-area: icon;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.bp_features__item.dostavka::before {
  background-image: url(/upload/icon_dostavka.png);
}

.bp_features__item.ryadom::before {
  background-image: url(/upload/icon_ryadom.png);
}

.bp_features__item.vybor::before {
  background-image: url(/upload/icon_vybor.png);
}

.bp_product__preview_text {
  margin-bottom: 20px;
  /* line-height: 22px; */
  /* overflow: hidden; */
  /* max-height: calc(22px*8); */
}

.bp_product__preview_text p {
  margin-bottom: 0;
}

a.bp_product__more_datails,
span.bp_product__more_datails {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
}

.price {
  font-weight: bold;
  font-size: 22px;
  /* line-height: 0; */
  margin-bottom: 20px;
}

.slider .slick-slide {
  margin-top: 15px;
  margin-bottom: 15px;
}

.row .bp_product_description {
  padding: 0;
}

.product__country-brand {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product__country-brand > div {
  margin-right: 15px;
}

.product__country-brand > div:last-child {
  margin-right: 0;
}

.product__country {
  display: flex;
  margin-bottom: 5px;
  line-height: 1;
  align-items: center;
}

.product__country img {
  max-height: 30px;
  margin-right: 5px;
}

.product__brand {
  display: flex;
  margin-bottom: 5px;
  line-height: 1;
  align-items: center;
}

.product__brand img {
  max-height: 30px;
  margin-right: 5px;
}

.benefits p {
  margin: 0;
  padding: 0;
}

.catalog-detail {
  margin-bottom: 60px;
}

.catalog-detail .slider-detail {
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 5px;
}

.catalog-detail .slick-slide {
  text-align: center;
}

.catalog-detail .slick-slide img {
  margin: 0 auto;
}

.catalog-detail .slider-detail .slick-list {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  max-width: 100%;
}

.slider-nav {
  margin-left: -5px;
  margin-right: -5px;
}

.slider-nav .slick-track {
  display: flex !important;
}

.slider-nav .slick-slide {
  flex: 1;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 5px;
}

.slider-nav .slick-slide:before {
  content: "";
  height: 100%;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.detail-desc {
  margin-bottom: 45px;
  background-color: #E6E6E6;
  padding-top: 45px;
  padding-bottom: 45px;
}

.portfolio-detail .slider-detail {
  background-color: #fff;
  margin-bottom: 15px;
  border: 1px solid #DFDFDF;
  border-radius: 12px;
}

.detail-desc .slider-nav .slick-slide {
  background-color: #fff;
  border: 1px solid #DFDFDF;
  overflow: hidden;
  border-radius: 12px;
}

.detail-desc .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.portfolio-detail .no-photo {
  height: 0;
  padding-top: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
}

.portfolio-detail .no-photo img {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 50%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(-50%, -50%, 0);
}

.portfolio-detail h1 {
  color: #007ec9;
  margin-bottom: 30px;
}

/* ── Portfolio detail: hero section ── */
.pf-hero {
  background-color: #e6e6e6;
  margin-bottom: 40px;
  background-image: url("/local/templates/ru.infinityinc_2/components/bitrix/news/portfolio/bitrix/news.detail/.default/img/Rectangle 3.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.pf-hero__inner {
  display: flex;
  align-items: flex-start;
}

/* Image column — ~64% */
.pf-hero__image-col {
  position: relative;
  flex: 0 0 64%;
  max-width: 64%;
  overflow: hidden;
}

/* Blue left sidebar strip */
.pf-hero__image-col::after {
  content: "";
  position: absolute;
  background-image: url("/local/templates/ru.infinityinc_2/components/bitrix/news/portfolio/bitrix/news.detail/.default/img/img.png");
  background-repeat: no-repeat;
  left: 0;
  width: 132px;
  height: 38px;
  display: block;
  z-index: 10;
  bottom: 50px;
}

.pf-hero__image-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14.4%;
  background: #007ec9;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
}

.pf-hero__img {
  display: block;
  width: 100%;
  aspect-ratio: 750/360;
  object-fit: cover;
  object-position: center;
}

.pf-hero__no-photo {
  width: 100%;
  aspect-ratio: 750/360;
  background: #d9d9d9;
}

/* Info column — ~36% */
.pf-hero__info-col {
  flex: 1;
  padding: 30px 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ── Shared label style ── */
.pf-label {
  font-weight: 700;
  color: #007ec9;
  font-size: 18px;
  margin-bottom: 10px;
}

.pf-about-text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* ── Badges (Формат участия / Инвестиции) ── */
.pf-badge {
  border: 2px solid #007ec9;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pf-badge__label {
  font-weight: 700;
  color: #007ec9;
  font-size: 13px;
  line-height: 1.3;
  flex-shrink: 0;
}

/* Формат участия */
.pf-badge--format .pf-badge__value {
  font-weight: 700;
  color: #007ec9;
  font-size: 20px;
  letter-spacing: 0.5px;
}

/* Инвестиции */
.pf-badge--invest {
  justify-content: space-between;
}

.pf-badge--invest .pf-badge__content {
  display: flex;
  flex-direction: column;
}

.pf-badge__amount {
  font-weight: 700;
  color: #5b5b5b;
  font-size: 17px;
  margin-top: 2px;
}
.pf-badge__amount span {
  color: #007ec9;
}

.pf-badge__icon {
  flex-shrink: 0;
  opacity: 0.85;
}

/* ── Body: Роль INFINITY + Особенность ── */
.pf-body {
  padding: 0 0 50px;
}

.pf-body__inner {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.pf-body__role {
  width: 64%;
}

.pf-body__feature {
  width: 36%;
}

.pf-role-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pf-role-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}

.pf-role-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #007ec9;
}

.pf-feature-text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
  .pf-hero__inner {
    flex-direction: column;
  }
  .pf-hero__image-col {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .pf-hero__info-col {
    flex: none;
    width: 100%;
    padding: 30px 0 30px 0;
  }
  .pf-body__inner {
    flex-direction: column;
    gap: 30px;
  }
  .pf-body__role {
    width: 100%;
  }
  .pf-body__feature {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/ru.infinityinc_2/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?178549505410507 */
