:root {
  --zs-custom-text: #666;
  --zs-custom-title: #232323;
  --zs-custom-muted: #8d8d8d;
  --zs-custom-line: #e8e8e8;
}

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

.zs-custom-main {
  background: #fff;
}

.zs-custom-banner {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}

.zs-custom-banner img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zs-custom-banner__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.zs-custom-banner__inner {
  max-width: 860px;
  color: #fff;
}

.zs-custom-banner__inner h2 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.zs-custom-banner__inner p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.8;
  font-weight: 300;
}

.zs-custom-breadcrumb {
  background: #f3f3f3;
}

.zs-custom-breadcrumb p {
  margin: 0;
  padding: 14px 0;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1.7;
}

.zs-custom-breadcrumb a,
.zs-custom-breadcrumb strong {
  color: inherit;
}

.zs-custom-breadcrumb span {
  margin: 0 6px;
  color: #b7b7b7;
}

.zs-custom-intro {
  padding: 52px 0 60px;
}

.zs-custom-intro__heading {
  max-width: 1120px;
  margin: 0 auto 42px;
  text-align: center;
}

.zs-custom-intro__heading h2 {
  margin: 0;
  color: var(--zs-custom-title);
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}

.zs-custom-intro__heading p {
  margin: 16px auto 0;
  max-width: 1060px;
  color: var(--zs-custom-text);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 300;
}

.zs-custom-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.zs-custom-intro__media img {
  display: block;
  width: 100%;
  height: auto;
}

.zs-custom-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-custom-features li {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 22px;
  padding: 0 0 34px;
}

.zs-custom-features li:last-child {
  padding-bottom: 0;
}

.zs-custom-features__line {
  position: absolute;
  top: 36px;
  left: 39px;
  bottom: -36px;
  z-index: 0;
  width: 2px;
  background: #d8d8d8;
  transform: translateX(-50%);
}

.zs-custom-features__number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.zs-custom-features__number span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  color: var(--zs-green);
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.zs-custom-features__body h3 {
  margin: 10px 0 12px;
  color: var(--zs-custom-title);
  font-size: 28px;
  line-height: 1.25;
  font-weight: 400;
}

.zs-custom-features__body p {
  margin: 0;
  color: var(--zs-custom-text);
  font-size: 16px;
  line-height: 1.9;
}

.zs-custom-process {
  padding: 22px 0 68px;
}

.zs-custom-process__heading {
  max-width: 1100px;
  margin: 0 auto 26px;
  text-align: center;
}

.zs-custom-process__heading h2 {
  margin: 0;
  color: var(--zs-custom-title);
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}

.zs-custom-process__heading p {
  margin: 14px auto 0;
  max-width: 960px;
  color: var(--zs-custom-text);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.zs-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.zs-process li {
  position: relative;
  padding: 20px 12px 14px;
  text-align: center;
}

.zs-process__arrow {
  position: absolute;
  top: 50px;
  right: -15px;
  width: 30px;
  height: 30px;
  color: #78bc27;
}

.zs-process__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.zs-process li:nth-child(5n) .zs-process__arrow,
.zs-process li:last-child .zs-process__arrow {
  display: none;
}

.zs-process img {
  width: 112px;
  height: 112px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.zs-process span {
  display: block;
  font-size: 15px;
  line-height: 1.55;
  color: var(--zs-custom-text);
}

@media (min-width: 1400px) {
  .zs-process li:nth-child(6) {
    grid-row: 2;
    grid-column: 5;
  }

  .zs-process li:nth-child(7) {
    grid-row: 2;
    grid-column: 4;
  }

  .zs-process li:nth-child(8) {
    grid-row: 2;
    grid-column: 3;
  }

  .zs-process li:nth-child(9) {
    grid-row: 2;
    grid-column: 2;
  }

  .zs-process li:nth-child(10) {
    grid-row: 2;
    grid-column: 1;
  }

  .zs-process li:nth-child(n + 6) .zs-process__arrow {
    right: auto;
    left: -15px;
  }

  .zs-process li:nth-child(10) .zs-process__arrow {
    display: none;
  }
}

.zs-custom-contact {
  padding: 18px 0 82px;
}

.zs-custom-contact .zs-container--wide {
  padding: 34px 28px 40px;
  border: 1px solid #d7d7d7;
  background: #f3f3f3;
}

.zs-custom-contact__header {
  max-width: 100%;
  margin: 0 auto 24px;
  text-align: center;
}

.zs-custom-contact__header h2 {
  margin: 0;
  color: var(--zs-custom-title);
  font-size: 33px;
  line-height: 1.25;
  font-weight: 700;
}

.zs-custom-contact__header p {
  margin: 14px auto 0;
  max-width: 1120px;
  color: #6f6f6f;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
}

.zs-custom-contact__form {
  max-width: 100%;
  margin: 0 auto;
}

.zs-custom-contact__form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

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

.zs-custom-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 18px;
}

.zs-custom-contact__form label {
  display: block;
}

.zs-custom-contact__form input,
.zs-custom-contact__form textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  background: #fff;
  color: #5b5b5b;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.zs-custom-contact__form input {
  height: 52px;
  padding: 0 16px;
  font-size: 16px;
}

.zs-custom-contact__form textarea {
  min-height: 90px;
  padding: 12px 16px;
  font-size: 16px;
  resize: none;
}

.zs-custom-contact__form input::placeholder,
.zs-custom-contact__form textarea::placeholder {
  color: #8f8f8f;
}

.zs-custom-contact__form input:focus,
.zs-custom-contact__form textarea:focus {
  border-color: var(--zs-green);
  box-shadow: 0 0 0 2px rgba(120, 188, 39, 0.12);
}

.zs-custom-contact__message {
  margin-top: 20px;
}

.zs-custom-contact__captcha {
  margin-top: 16px;
}

.zs-custom-contact__captcha-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.zs-custom-contact__captcha-question {
  color: var(--zs-custom-title);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.zs-custom-contact__captcha-refresh {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--zs-green);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
}

.zs-custom-contact__captcha-refresh:hover {
  background: transparent;
  color: #333;
}

.zs-custom-contact__form button {
  display: block;
  width: 260px;
  height: 50px;
  margin: 22px auto 0;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: var(--zs-green);
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  cursor: pointer;
}

.zs-custom-contact__form button:hover {
  background: #6cac22;
}

.zs-custom-contact__status {
  min-height: 22px;
  margin: 10px 0 0;
  text-align: center;
  color: var(--zs-custom-text);
  font-size: 14px;
  line-height: 1.6;
}

.zs-custom-contact__status.is-error {
  color: #c43838;
}

.zs-custom-contact__status.is-success {
  color: var(--zs-green);
}

@media (max-width: 1199px) {
  .zs-custom-intro__heading p,
  .zs-custom-process__heading p {
    font-size: 26px;
  }

  .zs-custom-intro__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

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

  .zs-process li:nth-child(5n) .zs-process__arrow {
    display: block;
  }

  .zs-process li:nth-child(4n) .zs-process__arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .zs-custom-banner {
    min-height: 280px;
  }

  .zs-custom-banner__inner h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .zs-custom-banner__inner p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }

  .zs-custom-breadcrumb p {
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .zs-custom-intro {
    padding: 40px 0 44px;
  }

  .zs-custom-intro__heading {
    margin-bottom: 28px;
  }

  .zs-custom-intro__heading h2,
  .zs-custom-process__heading h2,
  .zs-custom-contact__header h2 {
    font-size: 32px;
  }

  .zs-custom-intro__heading p,
  .zs-custom-process__heading p {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.6;
  }

  .zs-custom-features li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 24px;
  }

  .zs-custom-features__line {
    left: 29px;
    top: 28px;
    bottom: -28px;
  }

  .zs-custom-features__number span {
    width: 56px;
    height: 56px;
    font-size: 22px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
  }

  .zs-custom-features__body h3 {
    margin: 4px 0 10px;
    font-size: 22px;
  }

  .zs-custom-features__body p {
    font-size: 15px;
    line-height: 1.8;
  }

  .zs-custom-process {
    padding: 4px 0 48px;
  }

  .zs-custom-process__heading {
    margin-bottom: 20px;
  }

  .zs-process {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 16px;
  }

  .zs-process img {
    width: 120px;
    height: 120px;
  }

  .zs-process span {
    font-size: 16px;
    line-height: 1.55;
  }

  .zs-process__arrow {
    display: none;
  }

  .zs-custom-contact {
    padding: 2px 0 48px;
  }

  .zs-custom-contact__header p {
    font-size: 16px;
    line-height: 1.8;
  }

  .zs-custom-contact__form fieldset {
    padding: 0;
  }

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

  .zs-custom-contact__form input {
    height: 46px;
  }

  .zs-custom-contact__form textarea {
    min-height: 120px;
  }

  .zs-custom-contact__form button {
    width: 100%;
  }
}
