﻿.zs-page--about .zs-nav__trigger--current,
.zs-page--about .zs-about-nav-current {
  color: var(--zs-color-ui);
}

.zs-page--about .zs-topbar__item {
  color: #333;
}

.zs-page--about .zs-topbar__item::before {
  background: #ccc;
}

.zs-page--about .zs-topbar__item svg path {
  fill: #4069d2;
}

.zs-about-page {
  background: var(--zs-color-g6);
}

.zs-about-hero {
  background: #eef4f8;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.zs-about-hero::before {
  background: url("../img/curve-2.webp") no-repeat center bottom;
  content: "";
  height: 452px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1920px;
}

.zs-about-hero__inner {
  padding: 280px var(--zs-padding-x) 120px;
  position: relative;
  z-index: 1;
}

.zs-about-hero label,
.zs-about-hero h1,
.zs-about-hero p {
  margin-left: auto;
  margin-right: auto;
}

.zs-about-hero label {
  color: var(--zs-color-ui);
  display: block;
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 32px;
  margin-bottom: 28px;
}

.zs-about-hero h1 {
  color: var(--zs-color-ui-2);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 76px;
  line-height: 1.12;
  margin-bottom: 28px;
}

.zs-about-hero h1 strong {
  color: inherit;
  font: inherit;
}

.zs-about-hero p {
  color: var(--zs-color-g2);
  font-size: 24px;
  line-height: 1.35;
  width: 70%;
}

.zs-about-history {
  background: var(--zs-color-ui-2);
  padding: 100px var(--zs-padding-x);
}

.zs-about-history__content {
  color: var(--zs-color-2);
  display: flex;
}

.zs-about-history__copy,
.zs-about-history__media {
  flex: 1;
  min-width: 0;
}

.zs-about-history__copy {
  display: flex;
  flex-direction: column;
  margin-right: 188px;
}

.zs-about-history__item {
  display: none;
}

.zs-about-history__item.is-active {
  display: block;
}

.zs-about-history__img {
  display: none;
  border-radius: var(--zs-radius-lg);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.zs-about-history__img.is-active {
  display: block;
}

.zs-about-history__copy h2 {
  color: var(--zs-color-2);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.zs-about-history__copy p {
  color: var(--zs-color-2);
  font-size: 20px;
  line-height: 1.55;
  margin: 0 0 40px;
}

.zs-about-history__steps {
  display: flex;
  margin-top: auto;
}

.zs-about-history__step {
  align-items: center;
  background: var(--zs-color-ui);
  border: 0;
  border-radius: 8px;
  color: var(--zs-color-2);
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-right: 32px;
  transition: transform var(--zs-transition), background var(--zs-transition);
  width: 48px;
}

.zs-about-history__step:hover {
  background: #0f8b80;
  transform: translateY(-2px);
}

.zs-about-history__step:last-child {
  margin-right: 0;
}

.zs-about-history__step svg {
  display: block;
  height: 32px;
  width: 32px;
}

.zs-about-history__media img {
  border-radius: 8px;
  display: none;
  height: 332px;
  object-fit: cover;
  width: 100%;
}

.zs-about-history__media img.is-active {
  display: block;
}

.zs-about-history__line {
  border-top: 5px solid var(--zs-color-2);
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  padding: 0 100px;
}

.zs-about-history__year {
  background: none;
  border: 0;
  border-top: 10px solid transparent;
  color: var(--zs-color-2);
  cursor: pointer;
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
  margin-top: -5px;
  padding: 20px 0;
  transition: color var(--zs-transition), border-color var(--zs-transition), font-size var(--zs-transition);
}

.zs-about-history__year.is-active {
  border-top-color: var(--zs-color-ui);
  font-size: 68px;
}

.zs-about-story {
  position: relative;
}

.zs-about-story::before,
.zs-about-story::after {
  background-image: url("../img/curve-2.webp");
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.zs-about-story::before {
  background-color: var(--zs-color-ui-2);
  bottom: 365px;
  height: 972px;
}

.zs-about-story::after {
  background-color: var(--zs-color-ui);
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 0;
  height: 365px;
}

.zs-about-story__intro,
.zs-about-story__content {
  position: relative;
  z-index: 1;
}

.zs-about-story__intro {
  padding: 80px calc(var(--zs-padding-x) + 100px) 60px;
}

.zs-about-story__intro img {
  border-radius: 20px;
  display: block;
  height: 535px;
  margin-bottom: 64px;
  object-fit: cover;
  width: 100%;
}

.zs-about-story__intro h2 {
  color: var(--zs-color-ui);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.zs-about-story__intro p {
  color: var(--zs-color-2);
  font-size: 42px;
  line-height: 1.24;
  margin: 0;
}

.zs-about-story__content {
  padding: 100px var(--zs-padding-x);
}

.zs-about-story__content h3 {
  color: var(--zs-color-2);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 56px;
  line-height: 1.2;
  margin: 0 0 28px;
  text-align: center;
}

.zs-about-story__header {
  margin-bottom: 48px;
  text-align: center;
}

.zs-about-story__header p {
  color: var(--zs-color-2);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 800px;
}

.zs-about-story__grid {
  display: flex;
  gap: 24px;
}

.zs-about-story__slider {
  overflow: visible;
}

.zs-about-story__grid .swiper-slide {
  width: auto;
}

.zs-about-story__card {
  background: var(--zs-color-2);
  box-sizing: border-box;
  border-radius: 12px;
  flex: 1;
  min-height: 344px;
  padding: 32px 24px;
}

.zs-about-story__card h4 {
  border-bottom: 1px solid var(--zs-color-border);
  color: var(--zs-color-ui);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
  padding-bottom: 12px;
}

.zs-about-story__card p {
  color: var(--zs-color-ui-2);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.zs-about-market {
  background: #eef4f8;
  display: flex;
  overflow: hidden;
  padding: 96px var(--zs-padding-x);
  position: relative;
}

.zs-about-market::before {
  background: url("../img/curve-2.webp") no-repeat;
  bottom: 0;
  content: "";
  height: 319px;
  left: 0;
  position: absolute;
  width: 1920px;
}

.zs-about-market__left,
.zs-about-market__right {
  position: relative;
  z-index: 1;
}

.zs-about-market__left {
  display: flex;
  flex: 0 0 40%;
  flex-direction: column;
  margin-right: 87px;
}

.zs-about-market__left h2 {
  color: var(--zs-color-g1);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 28px;
}

.zs-about-market__left h2 strong {
  color: var(--zs-color-ui);
}

.zs-about-market__left p {
  color: #2d3a4b;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 48px;
}

.zs-about-market__more {
  align-items: center;
  align-self: flex-start;
  background: var(--zs-color-ui);
  border: 2px solid var(--zs-color-ui);
  border-radius: 999px;
  color: var(--zs-color-2);
  display: inline-flex;
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 18px;
  gap: 10px;
  height: 56px;
  justify-content: center;
  margin-top: auto;
  padding: 0 28px;
  transition: background var(--zs-transition), border-color var(--zs-transition), transform var(--zs-transition);
  white-space: nowrap;
}

.zs-about-market__more:hover {
  background: #0f8b80;
  border-color: #0f8b80;
  transform: translateY(-2px);
}

.zs-about-market__more svg {
  display: block;
  height: 18px;
  width: 18px;
}

.zs-about-market__right {
  flex: 0 0 60%;
  min-width: 0;
  overflow: hidden;
}

.zs-about-market__slide {
  height: auto;
}

.zs-about-market__item {
  align-items: flex-start;
  background: var(--zs-color-2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 508px;
  padding: 20px 20px 32px;
}

.zs-about-market__item img {
  display: block;
  height: 208px;
  margin-bottom: 24px;
  object-fit: cover;
  width: 100%;
}

.zs-about-market__meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
}

.zs-about-market__meta span {
  background: var(--zs-color-ui);
  border-radius: 4px;
  color: var(--zs-color-2);
  font-size: 16px;
  padding: 4px 8px;
}

.zs-about-market__meta time {
  color: var(--zs-color-ui);
  font-size: 16px;
}

.zs-about-market__item h3 {
  color: var(--zs-color-ui-2);
  display: -webkit-box;
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zs-about-market__item p {
  color: var(--zs-color-ui-2);
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zs-about-market__cta {
  color: var(--zs-color-ui-2);
  display: inline-flex;
  font-family: "zs-gilroy-regular", "zs-misans-regular", Arial, sans-serif;
  font-size: 18px;
  gap: 8px;
  margin-top: auto;
  padding-bottom: 4px;
  position: relative;
}

.zs-about-market__cta::after {
  background: var(--zs-color-ui);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.zs-about-market__cta svg {
  display: block;
  height: 16px;
  width: 16px;
}

.zs-about-market__item:hover h3 {
  color: var(--zs-color-ui);
}

@media (max-width: 1600px) {
  .zs-about-hero h1 {
    font-size: 68px;
  }

  .zs-about-market__left h2 {
    font-size: 48px;
  }
}

@media (max-width: 1200px) {
  .zs-about-hero::before,
  .zs-about-market::before {
    display: none;
  }

  .zs-about-hero__inner {
    padding: 162px var(--zs-padding-x) 140px;
  }

  .zs-about-hero label {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .zs-about-hero h1 {
    font-size: 24px;
    margin-bottom: 12px;
    width: 80%;
  }

  .zs-about-hero p {
    font-size: 12px;
    width: 80%;
  }

  .zs-about-history {
    padding: 48px var(--zs-padding-x) 102px;
    position: relative;
  }

  .zs-about-history__content {
    flex-direction: column-reverse;
  }

  .zs-about-history__copy,
  .zs-about-history__media {
    width: 100%;
  }

  .zs-about-history__copy {
    margin-right: 0;
  }

  .zs-about-history__copy h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .zs-about-history__copy p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .zs-about-history__steps {
    bottom: 48px;
    position: absolute;
  }

  .zs-about-history__step {
    border-radius: 4px;
    height: 32px;
    margin-right: 16px;
    width: 32px;
  }

  .zs-about-history__step svg {
    height: 24px;
    width: 24px;
  }

  .zs-about-history__media {
    margin-bottom: 16px;
  }

  .zs-about-history__media img {
    height: 140px;
  }

  .zs-about-history__line {
    border-top-width: 2px;
    justify-content: flex-start;
    margin-left: calc(var(--zs-padding-x) * -1);
    margin-top: 40px;
    overflow: auto;
    padding: 0;
    width: calc(100% + var(--zs-padding-x) * 2);
  }

  .zs-about-history__line::-webkit-scrollbar {
    display: none;
  }

  .zs-about-history__year {
    display: flex;
    flex: none;
    font-size: 20px;
    justify-content: center;
    margin-top: 0;
    min-width: 120px;
    padding: 16px 0;
  }

  .zs-about-history__year.is-active {
    border-top-width: 4px;
    font-size: 28px;
  }

  .zs-about-story::before {
    background-image: none;
    bottom: 180px;
    height: 58%;
  }

  .zs-about-story::after {
    background-image: none;
    height: 180px;
  }

  .zs-about-story__intro {
    padding: 24px var(--zs-padding-x) 0;
  }

  .zs-about-story__intro img {
    border-radius: 8px;
    height: 140px;
    margin-bottom: 19px;
  }

  .zs-about-story__intro h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .zs-about-story__intro p {
    font-size: 14px;
  }

  .zs-about-story__content {
    padding: 40px var(--zs-padding-x);
  }

  .zs-about-story__content h3 {
    display: none;
  }

  .zs-about-story__slider {
    margin-right: calc(var(--zs-padding-x) * -1);
    overflow: hidden;
    padding-right: var(--zs-padding-x);
  }

  .zs-about-story__grid {
    gap: 0;
    width: 100%;
  }

  .zs-about-story__card {
    flex: none;
    min-height: 224px;
    min-width: 0;
    padding: 22px 18px 20px;
  }

  .zs-about-story__card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .zs-about-story__card p {
    font-size: 12px;
  }

  .zs-about-story__slider .swiper-slide {
    height: auto;
  }

  .zs-about-market {
    flex-direction: column;
    padding: 40px var(--zs-padding-x);
  }

  .zs-about-market__left,
  .zs-about-market__right {
    width: 100%;
  }

  .zs-about-market__left {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .zs-about-market__left h2 {
    font-size: 24px;
    margin-bottom: 16px;
    width: 80%;
  }

  .zs-about-market__left p {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .zs-about-market__more,
  .zs-about-market__cta {
    font-size: 12px;
  }

  .zs-about-market__more {
    height: 40px;
    padding: 0 18px;
  }

  .zs-about-market__item {
    height: 356px;
    padding: 12px 12px 24px;
  }

  .zs-about-market__item img {
    height: 132px;
    margin-bottom: 20px;
  }

  .zs-about-market__meta {
    margin-bottom: 12px;
  }

  .zs-about-market__meta span,
  .zs-about-market__meta time,
  .zs-about-market__item h3,
  .zs-about-market__item p {
    font-size: 12px;
  }

  .zs-about-market__item h3 {
    font-size: 16px;
  }
}
