.article-body {
  background: #fff;
}

.product-article-wap {
  padding: 70px 20px 92px;
  box-sizing: border-box;
}

.article-product {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 4.5%;
  align-items: start;
}

.article-main-img {
  background: #eee;
  aspect-ratio: 1.58;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.article-main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.72;
}

.article-thumbs {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: stretch;
}

.article-thumb-swiper {
  width: 100%;
  overflow: hidden;
}

.article-thumb-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.article-thumb,
.article-thumb-arrow {
  border: 0;
  padding: 0;
  cursor: pointer;
}

.swiper-slide.is-selected .article-thumb {
  border-color: #3e86c5;
  opacity: 1;
}

.article-thumb {
  background: #eee;
  aspect-ratio: 1.25;
  overflow: hidden;
  width: 100%;
  border: 1px solid transparent;
}
.article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.75;
  display: block;
  border-radius: 4px;
}

.article-thumb-arrow {
  background: #3e86c5;
  position: relative;
}
.article-thumb-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.article-thumb-arrow--prev:before {
  transform: translate(-21%, -50%) rotate(-45deg);
}

.article-thumb-arrow--next:before {
  transform: translate(-77%, -50%) rotate(135deg);
}

.article-summary {
  padding-top: 40px;
  color: #666;
}

.article-summary h1 {
  color: #3e86c5;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.article-summary h2 {
  margin-top: 30px;
  color: #3e86c5;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
}

.article-summary .article-summary-info {
  margin-top: 26px;
  color: #666;
  font-size: 18px;
  line-height: 2;
}

.article-contact-btn {
  width: fit-content;
  margin-top: 26px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #ff6e05;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
}
.article-contact-btn:hover {
  color: #fff;
}

.article-contact-btn span {
  width: 27px;
  aspect-ratio: 1;
  border: 3px solid #fff;
  border-radius: 50%;
}

.article-qr {
  margin-top: 46px;
  width: min(100%, 210px);
  text-align: center;
  color: #999;
  font-size: 12px;
}
.article-qr p {
  margin-top: 8px;
}

.article-models,
.article-video-section,
.article-downloads {
  margin-top: 95px;
  font-size: 14px;
}

.article-section-title h2 {
  color: #3e86c5;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
}

.article-section-title p {
  margin-top: 14px;
  color: #666;
  font-size: 18px;
}

.article-table {
  width: 100%;
  margin-top: 54px;
  border-collapse: collapse;
  color: #666;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
}

.article-table th {
  background: #3e86c5;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 18px 20px;
}

.article-table td {
  border: 1px solid #777;
  padding: 14px 20px;
}

.article-video {
  width: min(100%, 660px);
  aspect-ratio: 1.46;
  margin: 70px auto 0;
  border: 0;
  background: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.article-video span {
  width: 92px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #222;
  position: relative;
}
.article-video span:after {
  content: "";
  position: absolute;
  left: 39%;
  top: 31%;
  border-left: 28px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.article-downloads {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}

.article-pdf-link {
  color: #fa0707;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  line-height: 1.1;
}
.article-pdf-link span {
  border-bottom: 1px solid currentColor;
  padding-bottom: 15px;
}

@media (max-width: 1366px) {
  .article-thumbs {
    margin-top: 46px;
  }
  .article-table {
    font-size: 22px;
  }
}

/*# sourceMappingURL=productArticle.css.map */
