﻿.zs-nav__link--current {
  color: var(--zs-color-ui);
}

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

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

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

.zs-manufacturers-banner {
  align-items: center;
  background: #eef4f8;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 280px 0 120px;
  position: relative;
  text-align: center;
}

.zs-manufacturers-banner::before {
  background: url("../img/curve-2.webp") no-repeat left bottom / auto 100%;
  bottom: 0;
  content: "";
  height: 452px;
  left: 0;
  position: absolute;
  width: 1920px;
}

.zs-manufacturers-banner h1,
.zs-manufacturers-banner p {
  position: relative;
  z-index: 1;
}

.zs-manufacturers-banner h1 {
  color: var(--zs-color-ui-2);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 76px;
  margin: 0;
}

.zs-manufacturers-banner p {
  color: var(--zs-color-ui);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 24px;
  margin: 0;
}

.zs-manufacturers-intro {
  background: #0e2638;
  display: flex;
  overflow: hidden;
  position: relative;
}

.zs-manufacturers-intro::before {
  background: url("../img/curve-2.webp") no-repeat left bottom / contain;
  bottom: -400px;
  content: "";
  height: 650px;
  left: 0;
  position: absolute;
  width: 2466px;
}

.zs-manufacturers-intro__left,
.zs-manufacturers-intro__right {
  position: relative;
  z-index: 1;
}

.zs-manufacturers-intro__left {
  color: var(--zs-color-2);
  padding: 100px 100px 100px var(--zs-padding-x);
  width: 55%;
}

.zs-manufacturers-intro__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.zs-manufacturers-intro__item {
  align-items: flex-start;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 20px;
}

.zs-manufacturers-intro__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.zs-manufacturers-intro__icon {
  color: var(--zs-color-ui);
  display: block;
  flex: 0 0 auto;
  height: 60px;
  margin-right: 15px;
  width: 60px;
}

.zs-manufacturers-intro__item p {
  font-size: 28px;
  line-height: 1.35;
  margin: 0;
}

.zs-manufacturers-intro__right {
  background: var(--zs-color-ui);
  padding: 80px 96px 80px 0;
  width: 45%;
}

.zs-manufacturers-intro__right img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.zs-manufacturers-grid {
  background: var(--zs-color-light-blue);
  padding: 100px var(--zs-padding-x);
}

.zs-manufacturers-grid__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.zs-manufacturers-grid__item a {
  align-items: center;
  background: var(--zs-color-2);
  border-radius: 4px;
  display: flex;
  height: 85px;
  justify-content: center;
  padding: 24px;
  transition: transform var(--zs-transition), box-shadow var(--zs-transition);
}

.zs-manufacturers-grid__item a:hover {
  box-shadow: var(--zs-shadow-card);
  transform: translateY(-3px);
}

.zs-manufacturers-grid__item img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.zs-manufacturers-products {
  background: var(--zs-color-2);
  padding: 100px var(--zs-padding-x);
}

.zs-manufacturers-products__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.zs-manufacturers-products__header h2 {
  color: var(--zs-color-ui-2);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 56px;
  margin: 0;
}

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

.zs-manufacturers-products__more:hover {
  background: var(--zs-color-ui);
  color: var(--zs-color-2);
  transform: translateY(-2px);
}

.zs-manufacturers-products__list {
  display: flex;
}

.zs-manufacturers-products__item {
  border-right: 1px solid var(--zs-color-g5);
  color: var(--zs-color-ui-2);
  display: block;
  flex: 1;
  padding: 0 60px;
}

.zs-manufacturers-products__item:first-child {
  padding-left: 0;
}

.zs-manufacturers-products__item:last-child {
  border-right: 0;
  padding-right: 0;
}

.zs-manufacturers-products__item img {
  border-radius: 12px;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.zs-manufacturers-products__item h3 {
  color: var(--zs-color-ui-2);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 20px;
  margin: 0 0 10px;
  transition: color var(--zs-transition);
}

.zs-manufacturers-products__item h4 {
  color: var(--zs-color-ui);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 10px;
}

.zs-manufacturers-products__item p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  min-height: 40px;
}

.zs-manufacturers-products__footer {
  align-items: flex-end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 36px;
}

.zs-manufacturers-products__cta {
  align-items: center;
  border-bottom: 1px solid var(--zs-color-ui);
  color: var(--zs-color-ui);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "zs-gilroy-regular", "zs-misans-regular", Arial, sans-serif;
  font-size: 18px;
  gap: 10px;
  line-height: 1.2;
  padding-bottom: 4px;
}

.zs-manufacturers-products__cta svg,
.zs-manufacturers-products__more svg,
.zs-manufacturers-products__intro-icon-svg {
  display: block;
  flex: 0 0 auto;
}

.zs-manufacturers-products__cta svg {
  height: 14px;
  width: 14px;
}

.zs-manufacturers-products__more svg {
  height: 18px;
  width: 18px;
}

.zs-manufacturers-products__item:hover h3 {
  color: var(--zs-color-ui);
}

@media (max-width: 1200px) {
  .zs-manufacturers-banner {
    padding: 162px var(--zs-padding-x) 140px;
  }

  .zs-manufacturers-banner::before {
    bottom: -210px;
    left: -550px;
    transform: scale(0.8);
  }

  .zs-manufacturers-banner h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .zs-manufacturers-banner p {
    font-size: 16px;
    width: 60%;
  }

  .zs-manufacturers-intro {
    flex-direction: column;
  }

  .zs-manufacturers-intro::before {
    bottom: 80px;
    height: 223px;
    width: 100%;
  }

  .zs-manufacturers-intro__left {
    padding: 28px var(--zs-padding-x);
    width: 100%;
  }

  .zs-manufacturers-intro__item {
    margin-bottom: 16px;
    padding-bottom: 8px;
  }

  .zs-manufacturers-intro__icon {
    height: 36px;
    width: 36px;
  }

  .zs-manufacturers-intro__item p {
    font-size: 12px;
  }

  .zs-manufacturers-intro__right {
    height: 134px;
    padding: 12px;
    width: 100%;
  }

  .zs-manufacturers-grid {
    padding: 32px var(--zs-padding-x);
  }

  .zs-manufacturers-grid__list {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-manufacturers-grid__item a {
    height: 60px;
    padding: 16px;
  }

  .zs-manufacturers-products {
    padding: 40px 0 40px var(--zs-padding-x);
  }

  .zs-manufacturers-products__header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 32px;
    padding-right: var(--zs-padding-x);
  }

  .zs-manufacturers-products__header h2 {
    font-size: 24px;
    margin-bottom: 12px;
    width: 70%;
  }

  .zs-manufacturers-products__more {
    font-size: 14px;
    height: 34px;
    padding: 0 16px;
  }

  .zs-manufacturers-products__more svg {
    height: 16px;
    width: 16px;
  }

  .zs-manufacturers-products__list {
    overflow-x: auto;
    padding-right: var(--zs-padding-x);
  }

  .zs-manufacturers-products__list::-webkit-scrollbar {
    display: none;
  }

  .zs-manufacturers-products__item {
    flex: 0 0 auto;
    padding: 0 10px;
    width: 247px;
  }

  .zs-manufacturers-products__item img {
    height: auto;
    margin-bottom: 12px;
    width: 100%;
  }

  .zs-manufacturers-products__item h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .zs-manufacturers-products__item h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .zs-manufacturers-products__item p {
    font-size: 12px;
    margin-bottom: 8px;
    min-height: 32px;
  }

  .zs-manufacturers-products__footer {
    margin-top: 16px;
  }

  .zs-manufacturers-products__cta {
    font-size: 12px;
    gap: 8px;
  }
}
