.system-top-one {
  margin: 10px auto 30px auto;
  text-align: left;
}
.system-top-one > .container-960grid {
  max-width: 980px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.system-top-one > .container-m {
  max-width: var(--page-width-m);
  padding: unset;
}
.system-top-one h1 {
  font-size: 34px;
}
.system-top-one h3 {
  font-size: 18px;
  margin-top: 0px;
}
.system-top-one-specifications h3 {
  margin-top: 40px;
}
.system-top-one ul {
  /*list-style: none;*/
}
.system-top-one table {
  width: 100%;
}
.system-top-one table tr > * {
  padding: 13px 0;
  border-top: 2px solid #ddd;
  vertical-align: middle;
}
.system-top-one label {
  font-weight: bold;
}
.system-top-one-columns {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}
.system-top-one-columns > * {
  margin-left: 20px;
  margin-right: 20px;
}
.system-top-one-gallery {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-right: 5%;
}
.system-top-one-gallery > * {
  max-width: 380px;
  text-align: center;
}
.system-top-one-gallery-thumbs {
  display: flex;
  justify-content: left;
  margin: 30px 0 0 0;
  gap: 15px;
}
.system-top-one-gallery-thumbs > * {
  position: relative;
  width: 56px; height: 56px;
  display: flex;
  align-items: center;
  border: 2px solid #f2f2f2;
  padding: 2px;
}
.system-top-one-gallery-thumbs > *.active {
  border-color: #037db8;
}
.system-top-one-gallery-thumbs a {
  display: block;
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.system-top-one-gallery-thumbs span {
  position: absolute;
  left: 0; top: 0;
  width: 60px; height: 45px;
  background-color: rgba(0,0,0,.6);
  color: white;
  text-align: center;
  line-height: 1.1em;
  padding-top: 15px;
  pointer-events: none;
}

#system-gallery {
  display: block;
  width: 380px;
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#system-top-one-specs.collapsed tr { display: none; }
#system-top-one-specs.collapsed tr:nth-child(1),
#system-top-one-specs.collapsed tr:nth-child(2),
#system-top-one-specs.collapsed tr:last-child { display: table-row }
.system-top-one-specs-show { color: black; font-size: 14px }
.system-top-one-specs-show:first-child { display: none }
.system-top-one-specs-show:last-child { display: block }
.collapsed .system-top-one-specs-show:first-child { display: block }
.collapsed .system-top-one-specs-show:last-child { display: none }

.system-top-one-industries {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.system-top-one-industries > div {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin: 10px;
}
.system-top-one-industry-icon {
  display: block;
  margin: 0 auto 10px auto;
  width: 70px;
  height: 50px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 45px;
}

@media (max-width: 900px) {
  .container-m .system-top-one-columns,
  .container .system-top-one-columns {
    justify-content: center;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .container-m .system-top-one-gallery,
  .container .system-top-one-gallery {
    margin-left: auto;
    margin-right: auto;
  }
}