@charset "utf-8";

@font-face {
  font-family: "ZS-FuturaBook";
  src: url("../font/FuturaStdBook.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZS-FuturaHeavy";
  src: url("../font/FuturaStdHeavy.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZS-FuturaLight";
  src: url("../font/FuturaStdLight.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZS-OpenSans";
  src: url("../font/OPENSANSREGULAR_0.woff") format("woff");
  font-display: swap;
}

:root {
  --zs-color-primary: #217fc4;
  --zs-color-text: #333333;
  --zs-color-muted: #666666;
  --zs-color-gray: #606060;
  --zs-color-light: #e8e9ec;
  --zs-color-dark: #1b1b1b;
  --zs-color-black: #000000;
  --zs-shell: 1200px;
  --zs-header-height: 92px;
  --zs-shadow-soft: 0 0 20px rgba(0, 0, 0, 0.4);
  --zs-shadow-card: 0 0 7px rgba(0, 0, 0, 0.5);
  --zs-transition: 0.35s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 320px;
  padding-top: var(--zs-header-height);
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: var(--zs-color-text);
  background: #ffffff;
}

img {
  display: block;
  max-width: 100%;
  border: 0;
}

a {
  color: var(--zs-color-text);
  text-decoration: none;
  transition: color var(--zs-transition), background-color var(--zs-transition), transform var(--zs-transition), box-shadow var(--zs-transition), opacity var(--zs-transition);
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.zs-shell {
  width: min(var(--zs-shell), calc(100% - 20px));
  margin: 0 auto;
  position: relative;
}

.zs-shell--products {
  width: calc(100% - 40px);
  max-width: none;
}

.zs-shell--factory {
  width: calc(100% - 40px);
  max-width: none;
}

.zs-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zs-section-title {
  text-align: center;
}

.zs-section-title h2 a {
  font-family: "ZS-FuturaBook", Arial, sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--zs-color-text);
}

.zs-section-title h2 a:hover,
.zs-section-title p a:hover,
.zs-work__card h3 a:hover,
.zs-work__card p a:hover,
.zs-factory__card h3 a:hover,
.zs-news-item h3 a:hover,
.zs-news-item__summary a:hover,
.zs-footer a:hover,
.zs-subfooter a:hover {
  color: var(--zs-color-primary);
}

.zs-section-title p {
  margin-top: 10px;
}

.zs-section-title p a {
  display: block;
  max-width: 873px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 30px;
  color: var(--zs-color-text);
}

.zs-section-title--left {
  text-align: left;
}

.zs-section-title--left h2 a {
  display: inline-block;
}

.zs-mobile-panel {
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 1200;
  width: 250px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: right 0.4s ease;
}

.zs-mobile-panel.is-open {
  right: 0;
}

.zs-mobile-panel__nav {
  padding-top: 62px;
}

.zs-mobile-panel__list li {
  line-height: 40px;
  text-indent: 30px;
}

.zs-mobile-panel__list a {
  color: #ffffff;
  font-size: 1.2rem;
}

.zs-mobile-mask {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.2);
}

.zs-header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  min-width: 320px;
  background: var(--zs-color-light);
  padding-top: 10px;
  z-index: 1000;
  transform: translateX(-50%);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.zs-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.zs-header__brand {
  flex: 0 0 auto;
}

.zs-header__logo {
  width: 239px;
  font-size: 0;
}

.zs-header__logo a {
  display: block;
}

.zs-header__logo img {
  width: 100%;
  height: auto;
}

.zs-header__tools {
  position: absolute;
  top: 14px;
  right: 0;
  width: 236px;
  height: 33px;
  z-index: 60;
  pointer-events: none;
}

.zs-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  min-width: 33px;
  height: 33px;
  overflow: hidden;
  border: 0 solid #ffffff;
  border-radius: 5px;
  z-index: 61;
  pointer-events: auto;
  transition: width 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.zs-search.is-open {
  width: 236px;
  border: 1px solid var(--zs-color-primary);
  background: #ffffff;
}

.zs-search__input {
  position: absolute;
  inset: 0 33px 0 0;
  width: calc(100% - 33px);
  height: 33px;
  padding: 0 10px;
  border: 0;
  color: var(--zs-color-text);
  background: transparent;
  outline: none;
}

.zs-search__submit,
.zs-search__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background: url("../img/sousuo.png") no-repeat center;
}

.zs-search__submit {
  opacity: 0;
}

.zs-menu-button {
  display: none;
  width: 35px;
  height: 30px;
  padding: 0;
  pointer-events: auto;
}

.zs-menu-button span {
  display: block;
  width: 100%;
  height: 5px;
  margin-bottom: 5px;
  background: var(--zs-color-primary);
  transition: transform var(--zs-transition), opacity var(--zs-transition);
}

.zs-menu-button span:last-child {
  margin-bottom: 0;
}

.zs-menu-button.is-open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.zs-menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.zs-menu-button.is-open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.zs-nav {
  margin-left: 57px;
  padding-top: 20px;
  flex: 1 1 auto;
}

.zs-nav__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.zs-nav__list > li {
  position: relative;
  margin-left: 22px;
}

.zs-nav__list > li:first-child {
  margin-left: 0;
}

.zs-nav__list > li > a {
  display: block;
  padding-bottom: 32px;
  border-bottom: 2px solid transparent;
  color: var(--zs-color-text);
  font-size: 1.5rem;
  font-weight: 700;
}

.zs-nav__list > li:hover > a,
.zs-nav__list > li.is-active > a {
  color: var(--zs-color-primary);
  border-bottom-color: var(--zs-color-primary);
}

.zs-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: grid;
  min-width: 215px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--zs-transition), transform var(--zs-transition), visibility var(--zs-transition);
}

.zs-nav__dropdown a {
  display: block;
  width: 215px;
  padding: 6px 23px 6px 32px;
  border-bottom: 1px solid #b9baba;
  background: #dadada;
  color: var(--zs-color-text);
  font-size: 1.4rem;
  line-height: 25px;
}

.zs-nav__dropdown a:hover {
  background: #4d4d4d;
  color: #ffffff;
}

.zs-nav__has-children:hover .zs-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.zs-mobile-shortcut {
  display: none;
  padding-top: 10px;
}

.zs-mobile-shortcut__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.zs-mobile-shortcut__list li {
  padding: 10px 0;
}

.zs-mobile-shortcut__list li a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

.zs-mobile-shortcut__list li.is-active {
  background: var(--zs-color-primary);
}

.zs-mobile-shortcut__list li.is-active a {
  color: #ffffff;
}

.zs-hero {
  position: relative;
  background: var(--zs-color-light);
}

.zs-hero__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 615px;
}

.zs-hero__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.zs-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.zs-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.zs-hero__image-link,
.zs-hero__image-link img {
  width: 100%;
  height: 100%;
}

.zs-hero__image-link img {
  object-fit: cover;
}

.zs-hero__video-frame,
.zs-hero__video-frame iframe {
  width: 100%;
  height: 100%;
}

.zs-hero__video-frame iframe {
  display: block;
  border: 0;
}

.zs-hero__video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.zs-hero__video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
}

.zs-hero__video-placeholder span {
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(33, 127, 196, 0.82);
  color: #ffffff;
  font-family: "ZS-FuturaHeavy", Arial, sans-serif;
  font-size: 2rem;
  line-height: 112px;
  text-align: center;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.zs-hero__control {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  transform: translateY(-50%);
}

.zs-hero__control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.zs-hero__control--prev {
  left: 20px;
}

.zs-hero__control--prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.zs-hero__control--next {
  right: 20px;
}

.zs-hero__control--next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.zs-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 12;
  display: flex;
  gap: 17px;
  transform: translateX(-50%);
}

.zs-hero__dot {
  width: 15px;
  height: 15px;
  background: url("../img/circle.png") no-repeat center;
}

.zs-hero__dot.is-active {
  background-image: url("../img/circleon.png");
}

.zs-products {
  padding: 47px 0 70px;
  background: none;
}

.zs-products__header {
  width: min(var(--zs-shell), calc(100% - 20px));
  margin: 0 auto 31px;
}

.zs-products__title {
  width: 100%;
}

.zs-products__title h2 {
  width: 100%;
}

.zs-products__title h2 a {
  display: inline-block;
}

.zs-products .zs-section-title {
  margin-bottom: 0;
}

.zs-products__tabs-wrap {
  width: min(var(--zs-shell), calc(100% - 20px));
  margin: 0 auto 31px;
}

.zs-tabs__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px 20px;
  width: 100%;
  margin-bottom: 0;
}

.zs-tabs__button {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  background: var(--zs-color-gray);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 36px;
  text-align: center;
}

.zs-tabs__button.is-active,
.zs-tabs__button:hover {
  background: var(--zs-color-primary);
}

.zs-tabs__panel {
  display: none;
}

.zs-tabs__panel.is-active {
  display: block;
  width: 100%;
}

.zs-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 12px;
  width: 100%;
}

.zs-product-card__thumb {
  display: block;
  overflow: hidden;
}

.zs-product-card__thumb:hover {
  box-shadow: var(--zs-shadow-soft);
}

.zs-product-card__thumb img {
  width: 100%;
  transition: transform 0.5s ease;
}

.zs-product-card__thumb:hover img {
  transform: scale(1.05);
}

.zs-product-card__title {
  margin: 16px 0 6px;
}

.zs-product-card__title a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: var(--zs-color-text);
}

.zs-product-card__summary a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 30px;
  color: var(--zs-color-muted);
}

.zs-gallery {
  display: grid;
  grid-template-columns: 500px 424px 260px;
  gap: 8px;
  padding-top: 80px;
  padding-bottom: 90px;
}

.zs-gallery__column {
  display: grid;
  gap: 8px;
}

.zs-gallery__tile {
  position: relative;
  display: block;
  overflow: hidden;
}

.zs-gallery__tile img {
  width: 100%;
  transition: transform 0.5s ease;
}

.zs-gallery__tile:hover img {
  transform: scale(1.05);
}

.zs-gallery__tile span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  background: url("../img/m3bg.png") repeat center center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
}

.zs-gallery__tile:hover span {
  color: var(--zs-color-primary);
}

.zs-work {
  padding: 63px 0 55px;
  background: var(--zs-color-light);
}

.zs-work__grid {
  display: grid;
  grid-template-columns: repeat(4, 250px);
  justify-content: center;
  gap: 0 66.666px;
  margin-top: 35px;
}

.zs-work__card {
  text-align: center;
}

.zs-work__card img {
  margin: 0 auto;
  transition: transform 0.5s ease;
}

.zs-work__card a:hover img {
  transform: rotate(360deg);
}

.zs-work__card h3 {
  margin: 13px 0 14px;
}

.zs-work__card h3 a {
  font-size: 1.8rem;
  line-height: 26px;
}

.zs-work__card p a {
  display: block;
  font-size: 1.4rem;
  line-height: 30px;
}

.zs-factory {
  padding: 53px 0 55px;
  background: #ffffff;
}

.zs-factory__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 12px;
  margin-top: 30px;
}

.zs-factory__card {
  text-align: center;
}

.zs-factory__card.zs-reveal {
  opacity: 0;
  transform: translateX(-42px);
}

.zs-factory__card.zs-reveal:nth-child(1) {
  transition-delay: 0s;
}

.zs-factory__card.zs-reveal:nth-child(2) {
  transition-delay: 0.12s;
}

.zs-factory__card.zs-reveal:nth-child(3) {
  transition-delay: 0.24s;
}

.zs-factory__card.zs-reveal:nth-child(4) {
  transition-delay: 0.36s;
}

.zs-factory__card.zs-reveal:nth-child(5) {
  transition-delay: 0.48s;
}

.zs-factory__thumb {
  display: block;
  overflow: hidden;
}

.zs-factory__thumb:hover {
  box-shadow: var(--zs-shadow-card);
}

.zs-factory__thumb img {
  width: 100%;
  transition: transform 0.5s ease;
}

.zs-factory__thumb:hover img {
  transform: scale(1.05);
}

.zs-factory__card h3 {
  margin-top: 17px;
}

.zs-factory__card h3 a {
  font-size: 1.6rem;
}

.zs-media {
  margin-top: 5px;
  padding: 62px 0 90px;
  background: var(--zs-color-light);
}

.zs-media__inner {
  display: flex;
  gap: 0 5px;
  align-items: flex-start;
}

.zs-media__news {
  width: 615px;
}

.zs-media__video {
  width: 580px;
  margin-left: auto;
}

.zs-media__news .zs-section-title,
.zs-media__video .zs-section-title {
  margin-bottom: 26px;
}

.zs-news-item {
  display: flex;
  gap: 0 25px;
  margin-bottom: 24px;
}

.zs-news-item__thumb {
  flex: 0 0 230px;
  overflow: hidden;
}

.zs-news-item__thumb img {
  width: 100%;
  transition: transform 0.5s ease;
}

.zs-news-item__thumb:hover img {
  transform: scale(1.05);
}

.zs-news-item__content {
  flex: 1 1 auto;
}

.zs-news-item__content h3 {
  margin-top: 35px;
}

.zs-news-item__content h3 a {
  color: var(--zs-color-primary);
  font-size: 1.8rem;
  line-height: 20px;
}

.zs-news-item__date {
  margin: 6px 0 9px;
  color: #4d4d4d;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 20px;
}

.zs-news-item__summary a {
  display: block;
  color: var(--zs-color-text);
  font-size: 1.25rem;
  line-height: 30px;
}

.zs-video-card {
  position: relative;
  display: block;
  overflow: hidden;
}

.zs-video-card--embed {
  background: #000000;
  min-height: 430px;
}

.zs-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.36));
}

.zs-video-card--embed::after {
  display: none;
}

.zs-video-card img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}

.zs-video-card--embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}

.zs-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(33, 127, 196, 0.88);
  color: #ffffff;
  font-family: "ZS-FuturaHeavy", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 84px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.zs-footer {
  background: var(--zs-color-dark);
  color: #ffffff;
}

.zs-footer__inner {
  display: grid;
  grid-template-columns: 320px 160px 501px;
  gap: 0 90px;
  padding: 64px 0 39px;
}

.zs-footer h2 {
  margin-bottom: 25px;
}

.zs-footer h2,
.zs-footer h2 a {
  color: #ffffff;
  font-family: "ZS-FuturaHeavy", Arial, sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.zs-footer__contact ul li,
.zs-footer__contact ul li a,
.zs-footer__nav ul li a {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 30px;
}

.zs-footer__nav ul li a {
  font-size: 1.6rem;
}

.zs-footer__qr {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.zs-footer__qr img {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.zs-social {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 12px;
  white-space: nowrap;
}

.zs-social a:hover {
  transform: rotate(360deg);
}

.zs-footer__form h2 {
  margin-bottom: 36px;
}

.zs-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}

.zs-form__field {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.zs-form__field > span {
  flex: 0 0 17px;
  color: #ffffff;
  font-size: 1.9rem;
  line-height: 38px;
  text-indent: 2px;
}

.zs-form__field input,
.zs-form__field textarea {
  flex: 1 1 auto;
  width: 100%;
  border: 1px solid #d2d2d2;
  background: #ffffff;
  color: #4d4d4d;
  font-size: 1.4rem;
  outline: none;
}

.zs-form__field input {
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
}

.zs-form__field textarea {
  height: 52px;
  padding: 9px 12px;
  line-height: 1.6;
  resize: vertical;
}

.zs-form__field--full {
  width: 100%;
}

.zs-form__captcha-row {
  display: flex;
  align-items: flex-start;
  gap: 0 19px;
  flex-wrap: wrap;
}

.zs-form__field--captcha {
  width: 176px;
}

.zs-form__captcha {
  width: 140px;
  height: 40px;
  object-fit: cover;
}

.zs-form__submit {
  margin-left: auto;
  width: 143px;
  height: 39px;
  background: var(--zs-color-primary);
  color: #ffffff;
  font-size: 2rem;
  line-height: 39px;
  text-align: center;
}

.zs-form__message {
  min-height: 22px;
  margin-top: 12px;
  color: #c9e7ff;
  font-size: 1.3rem;
}

.zs-subfooter {
  padding: 14px 0 13px;
  background: var(--zs-color-black);
}

.zs-subfooter p,
.zs-subfooter p a,
.zs-subfooter__links,
.zs-subfooter__links a {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
}

.zs-subfooter p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 6px;
}

.zs-powered img {
  display: inline-block;
  vertical-align: middle;
}

.zs-subfooter__links {
  margin-top: 7px;
}

.zs-subfooter__links a {
  margin-left: 15px;
}

.zs-floatbar {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.zs-floatbar > a,
.zs-floatbar__wechat button,
.zs-floatbar__top {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-top: 1px solid #d9d9d9;
  background: #ececec;
}

.zs-floatbar__wechat {
  position: relative;
}

.zs-floatbar__wechat-popup {
  position: absolute;
  right: 60px;
  bottom: 0;
  display: none;
  padding: 8px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.zs-floatbar__wechat.is-open .zs-floatbar__wechat-popup {
  display: block;
}

.zs-floatbar__wechat-popup img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.zs-floatbar__top {
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--zs-transition), visibility var(--zs-transition);
}

.zs-floatbar__top.is-visible {
  opacity: 1;
  visibility: visible;
}

.zs-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.zs-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.zs-factory__card.zs-reveal {
  transform: translateX(-42px);
}

.zs-factory__card.zs-reveal.is-visible {
  transform: translateX(0);
}

@media (max-width: 1219px) {
  .zs-shell {
    width: min(980px, calc(100% - 20px));
  }

  .zs-shell--products {
    width: calc(100% - 30px);
  }

  .zs-shell--factory {
    width: calc(100% - 30px);
  }

  .zs-nav__list > li {
    margin-left: 10px;
  }

  .zs-nav__list > li > a {
    font-size: 1.4rem;
  }

  .zs-hero__viewport {
    height: 492px;
  }

  .zs-work__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2%;
  }

  .zs-gallery {
    grid-template-columns: 41.7% 35.4% 21.7%;
  }

  .zs-media__news {
    width: 51.25%;
  }

  .zs-media__video {
    width: 41%;
  }

  .zs-news-item__content h3 {
    margin-top: 0;
  }

  .zs-news-item__summary a {
    line-height: 20px;
  }

  .zs-footer__inner {
    grid-template-columns: 280px 140px 1fr;
    gap: 0 25px;
  }
}

@media (max-width: 999px) {
  .zs-shell {
    width: 95%;
  }

  .zs-shell--products {
    width: 95%;
  }

  .zs-shell--factory {
    width: 95%;
  }

  .zs-header__inner {
    min-height: auto;
  }

  .zs-nav {
    margin-left: 10px;
  }

  .zs-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px 2%;
  }

  .zs-factory__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px 1%;
  }

  .zs-media__inner {
    flex-direction: column-reverse;
    gap: 30px 0;
  }

  .zs-media__news,
  .zs-media__video {
    width: 100%;
    max-width: none;
  }

  .zs-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }

  .zs-footer__form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 979px) {
  .zs-video-card--embed,
  .zs-video-card--embed iframe {
    min-height: 360px;
  }

  .zs-header {
    padding-top: 22px;
  }

  .zs-header__inner {
    display: block;
    min-height: 0;
  }

  .zs-header__tools {
    top: 8px;
    right: 0;
    width: 90px;
    height: 33px;
  }

  .zs-search {
    left: 0;
    right: auto;
  }

  .zs-search.is-open {
    width: calc(100vw - 90px);
    max-width: 220px;
  }

  .zs-menu-button {
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
  }

  .zs-nav {
    display: none;
  }

  .zs-mobile-shortcut {
    display: block;
  }

  .zs-hero__viewport {
    height: auto;
    aspect-ratio: 16 / 7.5;
    min-height: 295px;
  }

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

  .zs-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zs-gallery {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .zs-gallery__column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-work__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-factory__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zs-news-item__content h3 {
    margin-top: 20px;
  }
}

@media (max-width: 639px) {
  .zs-video-card--embed,
  .zs-video-card--embed iframe {
    min-height: 280px;
  }

  .zs-mobile-shortcut__list li a {
    font-size: 1.4rem;
  }

  .zs-hero__control {
    width: 44px;
    height: 44px;
  }

  .zs-products {
    padding-bottom: 30px;
  }

  .zs-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-tabs__nav {
    grid-template-columns: 1fr;
  }

  .zs-gallery__column {
    grid-template-columns: 1fr;
  }

  .zs-factory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-news-item {
    flex-direction: column;
    gap: 15px 0;
  }

  .zs-news-item__thumb {
    flex-basis: auto;
  }

  .zs-footer__inner {
    grid-template-columns: 1fr;
  }

  .zs-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .zs-form__captcha-row {
    flex-direction: column;
    gap: 15px 0;
  }

  .zs-form__field--captcha,
  .zs-form__submit {
    width: 100%;
  }

  .zs-subfooter__links {
    display: none;
  }
}

@media (max-width: 420px) {
  .zs-header {
    padding-top: 10px;
  }

  .zs-header__logo {
    width: 200px;
  }

  .zs-header__tools {
    top: 2px;
    width: 82px;
  }

  .zs-search.is-open {
    width: calc(100vw - 82px);
    max-width: 180px;
  }

  .zs-tabs__button,
  .zs-product-grid,
  .zs-factory__grid,
  .zs-work__grid {
    width: 100%;
  }

  .zs-product-grid,
  .zs-factory__grid,
  .zs-work__grid {
    grid-template-columns: 1fr;
  }

  .zs-section-title h2 a,
  .zs-media__news .zs-section-title h2 a,
  .zs-media__video .zs-section-title h2 a {
    font-size: 2.6rem;
  }
}
