

/* Start:/bitrix/templates/aspro-premier/components/bitrix/news.detail/bani_company_page/style.css?17882041299343*/
.bani-about {
  --bani-accent: #13a538;
  --bani-ink: #202024;
  --bani-muted: #66666d;
  --bani-soft: #f6f7f3;
  color: var(--bani-ink);
  padding-bottom: 80px;
}

.bani-about h1,
.bani-about h2,
.bani-about h3,
.bani-about p {
  margin-top: 0;
}

.bani-about__hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px;
  margin-top: 28px;
}

.bani-about__hero-copy,
.bani-about__hero-media {
  min-height: 520px;
}

.bani-about__hero-copy {
  background: var(--bani-soft);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 72px);
}

.bani-about__hero-copy h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.04em;
  margin-bottom: 26px;
}

.bani-about__eyebrow {
  align-items: center;
  color: var(--bani-accent);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: .08em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.bani-about__eyebrow::before {
  background: currentColor;
  content: "";
  height: 2px;
  width: 34px;
}

.bani-about__lead {
  color: var(--bani-muted);
  font-size: 20px;
  line-height: 1.6;
  max-width: 690px;
}

.bani-about__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.bani-about__hero-media,
.bani-about__video-card {
  background-color: #dedfd9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.bani-about__hero-media::after,
.bani-about__video-card::after {
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .42));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.bani-about__hero-media .video-block,
.bani-about__video-card .video-block {
  inset: 0;
  position: absolute;
  z-index: 2;
}

.bani-about__hero-media .video-block__play,
.bani-about__video-card .video-block__play {
  left: 50%;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bani-about__video-label {
  bottom: 26px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  left: 28px;
  position: absolute;
  z-index: 3;
}

.bani-about__media-placeholder {
  align-items: center;
  color: #76776f;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.bani-about__story {
  display: grid;
  gap: clamp(36px, 7vw, 110px);
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  padding-top: clamp(72px, 8vw, 120px);
}

.bani-about__story-title h2,
.bani-about__section-heading h2,
.bani-about__video-copy h2,
.bani-about__final h2 {
  font-size: clamp(32px, 3.3vw, 50px);
  letter-spacing: -.035em;
  line-height: 1.12;
  margin-bottom: 0;
}

.bani-about__story-text {
  color: #45454b;
  font-size: 18px;
  line-height: 1.75;
}

.bani-about__story-text p:last-child {
  margin-bottom: 0;
}

.bani-about__features {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 64px;
}

.bani-about__feature {
  background: var(--bani-soft);
  min-height: 250px;
  padding: 30px;
}

.bani-about__feature-number {
  color: var(--bani-accent);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 56px;
}

.bani-about__feature h3 {
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.bani-about__feature p {
  color: var(--bani-muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.bani-about__gallery-section,
.bani-about__video-section,
.bani-about__final {
  padding-top: clamp(72px, 8vw, 120px);
}

.bani-about__section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}

.bani-about__section-heading > p {
  color: var(--bani-muted);
  margin-bottom: 4px;
  max-width: 360px;
}

.bani-about__gallery {
  display: grid;
  gap: 16px;
  grid-auto-rows: 260px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bani-about__gallery-item {
  background: #ecece8;
  border: 0;
  cursor: zoom-in;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.bani-about__gallery-item--wide {
  grid-column: span 2;
  grid-row: span 2;
}

.bani-about__gallery-item img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.bani-about__gallery-item:hover img {
  transform: scale(1.025);
}

.bani-about__gallery-zoom {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border-radius: 50%;
  bottom: 18px;
  color: var(--bani-ink);
  display: flex;
  font-size: 25px;
  height: 46px;
  justify-content: center;
  position: absolute;
  right: 18px;
  width: 46px;
}

.bani-about__video-section {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
}

.bani-about__video-copy {
  background: var(--bani-soft);
  padding: clamp(34px, 4vw, 58px);
}

.bani-about__video-copy p {
  color: var(--bani-muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 24px 0 0;
}

.bani-about__video-card {
  min-height: 430px;
}

.bani-about__final-card {
  align-items: center;
  background: #202024;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: clamp(38px, 5vw, 70px);
}

.bani-about__final-card > div:first-child {
  max-width: 850px;
}

.bani-about__final-card h2 {
  color: #fff;
}

.bani-about__final-card p {
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  line-height: 1.6;
  margin: 20px 0 0;
}

.bani-about__final-card .bani-about__actions {
  flex: 0 0 auto;
  margin-left: 44px;
  margin-top: 0;
}

.bani-about__final-card .btn-transparent-border {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.bani-about-lightbox {
  align-items: center;
  background: rgba(20, 20, 22, .92);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 40px;
  position: fixed;
  z-index: 10020;
}

.bani-about-lightbox[hidden] {
  display: none;
}

.bani-about-lightbox img {
  max-height: calc(100vh - 80px);
  max-width: min(1200px, calc(100vw - 80px));
  object-fit: contain;
}

.bani-about-lightbox__close {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 48px;
}

body.bani-about-lightbox-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .bani-about__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bani-about__final-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .bani-about__final-card .bani-about__actions {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .bani-about {
    padding-bottom: 56px;
  }

  .bani-about__hero,
  .bani-about__story,
  .bani-about__video-section {
    grid-template-columns: 1fr;
  }

  .bani-about__hero-copy,
  .bani-about__hero-media {
    min-height: auto;
  }

  .bani-about__hero-media {
    aspect-ratio: 16 / 10;
    order: -1;
  }

  .bani-about__story {
    gap: 30px;
  }

  .bani-about__gallery {
    grid-auto-rows: 220px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bani-about__gallery-item--wide {
    grid-column: span 2;
  }

  .bani-about__video-card {
    min-height: 380px;
    order: -1;
  }
}

@media (max-width: 600px) {
  .bani-about__hero {
    gap: 12px;
    margin-top: 16px;
  }

  .bani-about__hero-copy {
    padding: 28px 22px 30px;
  }

  .bani-about__hero-copy h1 {
    font-size: 38px;
    margin-bottom: 18px;
  }

  .bani-about__lead {
    font-size: 17px;
    line-height: 1.55;
  }

  .bani-about__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 26px;
  }

  .bani-about__actions .btn {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .bani-about__hero-media {
    aspect-ratio: 4 / 3;
  }

  .bani-about__story,
  .bani-about__gallery-section,
  .bani-about__video-section,
  .bani-about__final {
    padding-top: 64px;
  }

  .bani-about__story-title h2,
  .bani-about__section-heading h2,
  .bani-about__video-copy h2,
  .bani-about__final h2 {
    font-size: 30px;
  }

  .bani-about__story-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .bani-about__features {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .bani-about__feature {
    min-height: 0;
    padding: 24px;
  }

  .bani-about__feature-number {
    margin-bottom: 28px;
  }

  .bani-about__section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .bani-about__gallery {
    display: flex;
    gap: 12px;
    margin-left: -24px;
    margin-right: -24px;
    overflow-x: auto;
    padding: 0 24px 8px;
    scroll-snap-type: x mandatory;
  }

  .bani-about__gallery-item,
  .bani-about__gallery-item--wide {
    flex: 0 0 84vw;
    height: 290px;
    scroll-snap-align: center;
  }

  .bani-about__video-copy,
  .bani-about__final-card {
    padding: 28px 22px;
  }

  .bani-about__video-card {
    min-height: 290px;
  }

  .bani-about__final-card .bani-about__actions {
    width: 100%;
  }

  .bani-about-lightbox {
    padding: 18px;
  }

  .bani-about-lightbox img {
    max-height: calc(100vh - 72px);
    max-width: calc(100vw - 36px);
  }
}

/* End */
/* /bitrix/templates/aspro-premier/components/bitrix/news.detail/bani_company_page/style.css?17882041299343 */
