.page-hero {
  /*min-height: 250px;*/
  padding: 78px 20px 56px;
  text-align: center;
  background: linear-gradient(90deg, rgba(238, 245, 252, 0.7), rgba(255, 255, 255, 0.72)),
    url("../img/platform/assets/page-bg.jpg") center/cover no-repeat;
}

.page-hero h1 {
  margin: 0;
  color: var(--brand);
  font-family: "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.section-title h2 {
  margin: 0;
  color: var(--brand);
  font-family: "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.en-title {
  display: block;
  margin-top: 3px;
  color: #526174;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-lead {
  width: min(980px, 100%);
  margin: 28px auto 0;
  color: #202a3b;
  font-size: 18px;
  line-height: 1.9;
}

.section {
  padding: 40px 0;
}

.section.soft {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.72), rgba(235, 243, 252, 0.95));
}

.section.band {
  background: linear-gradient(90deg, rgba(238, 245, 252, 0.72), rgba(255, 255, 255, 0.82)),
    url("../img/site/asset070.jpg") center/cover no-repeat;
}

.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(980px, calc(100% - 40px));
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

.section-title.left {
  text-align: left;
}

.section-title p,
.body-copy {
  color: #273245;
  font-size: 16px;
}

.body-copy p {
  margin: 0 0 18px;
  text-indent: 2em;
}

.visual-box {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.visual-box img {
  width: 100%;
}

.grid {
  display: grid;
  gap: 28px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}


.module-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--brand);
}

.module-heading h2 {
  margin: 0;
  padding-right: 12px;
  border-right: 4px solid var(--brand);
  font-size: 30px;
  line-height: 1.25;
}

.module-heading span {
  color: #7b8797;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.module-heading::after {
  flex: 1;
  content: "▶▶▶";
  color: rgba(0, 69, 168, 0.55);
  text-align: right;
  font-size: 14px;
  line-height: 1;
}

.chevrons {
  display: block;
  /*margin-top: 26px;*/
  color: rgba(255, 255, 255, 0.22);
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.equipment-item:nth-child(even) .chevrons {
  width: 360px;
  max-width: calc(100% - 120px);
  margin-left: auto;
  font-size: 0;
}

.equipment-item:nth-child(even) .chevrons::before {
  content: "«««««";
  font-size: 80px;
}

.equipment-container,
.device-container,
.platform-container {
  width: min(1180px, calc(100% - 40px));
}

.equipment-container {
  width: min(1044px, calc(100% - 40px));
}

.equipment-list-section {
  padding-top: 45px;
}

.equipment-item {
  display: block;
  margin-bottom: 34px;
  border: 0;
  background: transparent;
}

.equipment-board {
  position: relative;
  min-height: 420px;
}

.equipment-item:nth-child(even) .equipment-copy {
  margin-left: auto;
}

.equipment-copy {
  position: relative;
  z-index: 1;
  width: 622px;
  min-height: 420px;
  padding: 44px 38px 26px;
  background: linear-gradient(135deg, #2F5C9E, #4C83DC);
  /*background: linear-gradient(100deg, #326bd1 0%, #1f5faf 100%);*/
}

.equipment-copy ul {
  width: 360px;
  max-width: calc(100% - 120px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.equipment-item:nth-child(even) .equipment-copy ul {
  margin-left: auto;
}

.equipment-copy li {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.55;
}

.equipment-copy li strong {
  font-weight: 400;
}

.equipment-media {
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 566px;
  height: 348px;
  padding: 0;
  border: 0;
  background: transparent;
}

.equipment-item:nth-child(even) .equipment-media {
  right: auto;
  left: 0;
}

.equipment-media img {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.equipment-media img:first-child {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1500px) {
  .equipment-container {
    width: min(1044px, calc(100% - 40px));
  }

  .equipment-board {
    display: block;
    min-height: 420px;
  }

  .equipment-copy,
  .equipment-item:nth-child(even) .equipment-copy {
    width: 622px;
    min-height: 420px;
    margin-left: 0;
    padding: 44px 38px 26px;
  }

  .equipment-copy ul,
  .equipment-item:nth-child(even) .equipment-copy ul {
    /*width: 285px;*/
    max-width: calc(100% - 168px);
    margin-left: 0;
  }

  .equipment-item:nth-child(even) .equipment-copy ul {
    margin-left: auto;
  }

  .equipment-item:nth-child(even) .chevrons {
    max-width: calc(100% - 168px);
  }

  .equipment-media,
  .equipment-item:nth-child(even) .equipment-media {
    position: absolute;
    top: 32px;
    right: 0;
    left: auto;
    width: 566px;
    height: 348px;
    min-height: 0;
    padding: 0;
  }

  .equipment-item:nth-child(even) .equipment-copy {
    margin-left: auto;
  }

  .equipment-item:nth-child(even) .equipment-media {
    right: auto;
    left: 0;
  }

  /*.equipment-copy li {*/
  /*  font-size: 10.5px;*/
  /*}*/

  .chevrons {
    /*margin-top: 24px;*/
    /*font-size: 58px;*/
  }
}

@media (max-width: 860px) {
  .container,
  .equipment-container { width: min(760px, calc(100% - 40px)); }
  .page-hero h1,
  .section-title h2 { font-size: 30px; }
  .equipment-board { display: block; min-height: 0; }
  .equipment-copy { width: 100%; min-height: 0; padding: 38px 34px 30px; }
  .equipment-copy ul,
  .equipment-item:nth-child(even) .equipment-copy ul { width: auto; max-width: none; margin-left: 0; }
  .equipment-media,
  .equipment-item:nth-child(even) .equipment-media { position: static; width: 100%; height: auto; min-height: 280px; margin-top: 0; }
  /*.chevrons { margin-top: 28px; font-size: 58px; }*/
}

@media (max-width: 640px) {
  .container,
  .equipment-container { width: min(100% - 28px, 1200px); }
  .page-hero h1,
  .section-title h2 { font-size: 24px; }
  .section { padding: 40px 0; }
  .module-heading h2 { font-size: 24px; }
  .module-heading span { font-size: 10px; }
  .module-heading::after { display: none; }
  /*.equipment-copy li { font-size: 14px; }*/
  .equipment-media { gap: 18px; min-height: 220px; padding: 28px 20px; }
  .equipment-media img,
  .equipment-media img:first-child { max-width: 100%; }
}
