.page-product-about .page-about {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: clamp(44px,8vh,104px) 0 clamp(56px,10vh,116px);
  background: #fff
}
.page-product-about .page-about__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding-inline: var(--layout-inline,clamp(16px,4vw,40px))
}
.page-product-about .page-about__head {
  margin-bottom: clamp(28px,4vw,48px)
}
.page-product-about .page-about__title {
  margin: 0 0 clamp(12px,2vw,20px);
  font-family: Montserrat,var(--font),system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.2;
  color: #252529
}
.page-product-about .page-about__content {
  display: flex;
  flex-direction: column;
  gap: clamp(16px,2.5vw,22px);
  margin-bottom: clamp(36px,5vw,56px)
}
.page-product-about .page-about__text {
  margin: 0;
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-size: clamp(16px, 2.2vw, 18px);
  line-height: 1.55;
  color: #59595b
}
.page-product-about .page-about__tagline {
  margin: clamp(8px,1.5vw,16px) 0 0;
  font-family: Montserrat,var(--font),system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.6vw, 22px);
  line-height: 1.35;
  color: #252529
}
.page-product-about .page-about__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(16px,2.5vw,24px)
}
.page-product-about .page-about__feature {
  margin: 0;
  padding: clamp(18px,2.5vw,24px) clamp(18px,2.5vw,28px);
  border-radius: 12px;
  border: 1px solid rgba(193,195,196,.55);
  border-top: 4px solid #eab300;
  background: #fafafa;
  box-sizing: border-box
}
.page-product-about .page-about__feature-title {
  margin: 0 0 clamp(8px,1.2vw,12px);
  font-family: Montserrat,var(--font),system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.3;
  color: #252529
}
.page-product-about .page-about__feature-text {
  margin: 0;
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #59595b
}
.page-product-about .page-about__skolkovo {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 24px);
  margin-bottom: clamp(36px, 5vw, 56px);
  padding: clamp(16px, 2.5vw, 24px) clamp(20px, 3vw, 32px);
  border-radius: 12px;
  border: 1px solid rgba(193,195,196,.35);
  background: #f8f7f2;
  box-sizing: border-box
}
.page-product-about .page-about__skolkovo-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(80px, 10vw, 120px);
  height: clamp(80px, 10vw, 120px);
  border-radius: 12px;
  background: #c5d930;
  overflow: hidden
}
.page-product-about .page-about__skolkovo-logo img {
  display: block;
  width: 70%;
  height: auto
}
.page-product-about .page-about__skolkovo-divider {
  flex: 0 0 1px;
  align-self: stretch;
  width: 1px;
  background: rgba(193,195,196,.55)
}
.page-product-about .page-about__skolkovo-text {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1vw, 10px)
}
.page-product-about .page-about__skolkovo-title {
  margin: 0;
  font-family: Montserrat,var(--font),system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.3;
  color: #252529
}
.page-product-about .page-about__skolkovo-subtitle {
  margin: 0;
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.55;
  color: #59595b
}
.page-product-about .block-cta--about {
  padding-top: clamp(8px,2vw,16px);
  padding-bottom: clamp(48px,9vh,96px)
}
.page-product-about .block-cta--about .block-cta__panel {
  position: relative;
  --cta-form-head-offset: 0
}
.page-product-about .block-cta--about .block-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(105deg,rgba(13,10,8,.72) 0,rgba(13,10,8,.45) 45%,rgba(13,10,8,.35) 100%)
}
.page-product-about .block-cta--about .block-cta__form-card,
.page-product-about .block-cta--about .block-cta__media {
  position: relative;
  z-index: 2
}
.page-product-about .block-cta--about .block-cta__subtitle {
  margin: 0;
  max-width: min(36rem,100%);
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.55;
  font-weight: 400;
  color: rgba(252,254,254,.92)
}
.page-product-about .block-cta--about .block-cta__media .block-cta__label {
  --cta-chip-bg: rgba(240, 242, 242, 0.88);
  --cta-chip-text: #59595b
}
@media (max-width:680px) {
  .page-product-about .page-about__skolkovo {
    flex-direction: column;
    text-align: center
  }
  .page-product-about .page-about__skolkovo-divider {
    display: none
  }
}
@media (max-width:900px) {
  .page-product-about .page-about__features {
    grid-template-columns: 1fr
  }
}
@media (min-width:901px) {
  .page-product-about .block-cta--about .block-cta__form-head {
    margin-top: 0
  }
}
