.product_show {
  padding: 7.8rem 0 6.85rem;
}
.product_show .left {
  width: 51.125%;
}
.product_show .left .product_show_gallery_swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product_show .left .product_show_gallery_swiper:hover img {
  transform: scale(1.02);
}
.product_show .left .product_show_gallery_swiper .img {
  width: 100%;
  display: block;
  padding-bottom: 73.22738386%;
}
.product_show .left div.pagination {
  position: absolute;
  z-index: 2;
  color: #fff;
  width: max-content;
  left: unset;
  font-weight: 500;
  right: 1.7rem;
  bottom: 2.1rem;
  background-color: rgba(236, 181, 34, 0.94);
  padding: 0.85rem 1.35rem;
}
.product_show .left div.pagination .total::before {
  content: ' / ';
}
.product_show .left .product_show_thumbs_swiper {
  width: 82%;
  max-width: 58.3rem;
  overflow: hidden;
  margin: 2.5rem auto 0;
}
.product_show .left .product_show_thumbs_swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.product_show .left .product_show_thumbs_swiper .swiper-slide::after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  border: 4px solid var(--secondary);
  left: 0;
  top: 0;
  content: '';
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
.product_show .left .product_show_thumbs_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.product_show .left .product_show_thumbs_swiper .swiper-slide-thumb-active::after {
  opacity: 1;
}
.product_show .left .product_show_thumbs_swiper .img {
  width: 100%;
  padding-bottom: 80.31496%;
  transition: all 0.3s;
}
.product_show .left .swiper_btns {
  max-width: 66.2rem;
}
.product_show .left .swiper_btns div {
  width: 1rem;
}
.product_show .right {
  flex: 1;
  max-width: 72rem;
  padding-top: 3.7rem;
}
.product_show .right strong {
  font-size: 2.2rem;
  color: rgba(22, 22, 22, 0.5);
  display: block;
  font-weight: 500;
}
.product_show .right h1 {
  font-size: 4.6rem;
  line-height: 5.4rem;
  font-weight: 700;
  margin-top: 1.6rem;
}
.product_show .right p {
  font-size: 1.7rem;
  line-height: 3rem;
  color: #4c4c4c;
  margin-top: 3rem;
}
.product_show .right .moq {
  font-size: 2rem;
  margin-top: 2.2rem;
}
.product_show .right .moq span {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
}
.product_show .right .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin-top: 5.3rem;
}
.product_show .right .btns > * {
  flex: 1 0 22rem;
}
.product_show .right .btns .btn {
  text-transform: uppercase;
}
.product_show .right .btns .btn_line {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-color: rgba(22, 22, 22, 0.15);
  padding-inline: 1rem;
}
.product_show .right .btns .btn_line:hover::before {
  filter: contrast(0) brightness(2);
}
.product_show .right .btns .btn_line:hover {
  border-color: var(--primary);
}
.product_show .right .btns .btn_line::before {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  background: url("../img/icon-phone.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.product_show .right .advantage_list {
  border-top: 1px solid #efefef;
  margin-top: 4.4rem;
  padding-top: 1.8rem;
}
.product_show .right .advantage_list li {
  position: relative;
  font-size: 1.7rem;
  color: #5b5b5b;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.7rem;
}
.product_show .right .advantage_list img {
  width: 2rem;
  height: 2rem;
  display: block;
  object-fit: contain;
}
.product_show .right .advantage_list li + li {
  margin-top: 1.4rem;
}
.product_tech {
  padding: 3.55rem 0 20rem;
}
.product_tech .flex {
  margin-top: 6.1rem;
}
.product_tech .img {
  width: 56.3125%;
}
.product_tech .img:hover img {
  transform: scale(1.02);
}
.product_tech .right {
  flex: 1;
  max-width: 64.2rem;
  padding-top: 0.9rem;
}
.product_tech table {
  width: 100%;
  border-collapse: collapse;
}
.product_tech table tr:first-child td {
  border-top: 1px solid #dbdbdb;
}
.product_tech table td {
  font-size: 1.8rem;
  line-height: 3.7rem;
  color: #242424;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: top;
  padding: 1.5rem 0 2.1rem;
}
.product_tech table td:first-child {
  color: rgba(36, 36, 36, 0.76);
  width: 40.4%;
}
.product_tech .btn_download {
  display: grid;
  grid-template-columns: 1fr 4.4rem;
  align-items: center;
  gap: 2rem;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.7rem;
  font-weight: 500;
  color: #161616;
  padding: 0.7rem 1.5rem 0.9rem 3.1rem;
  margin-top: 5.2rem;
  max-width: 64.2rem;
}
.product_tech .btn_download::after {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("../img/icon-download.svg") no-repeat center / contain var(--primary);
  content: '';
  display: block;
  transition: all 0.3s;
}
.product_tech .btn_download:hover {
  background-color: var(--primary);
  color: #fff;
}
.product_tech .btn_download:hover::after {
  background-color: var(--secondary);
}
.product_gallery .product_gallery_swiper .list + .edit_list {
  transform: translate(200% ,-50%);
}
.product_gallery .product_gallery_swiper .list + .edit_list::after {
  content: 'inner';
  white-space: nowrap;
}
.product_related {
  padding: 11.8rem 0 21.3rem;
}
.product_related .product_related_swiper {
  margin-top: 3.1rem;
}
.product_related .swiper_btns_circle {
  top: 53%;
}
.product_related .swiper_btns_circle div {
  border: none;
  width: 6.2rem;
  height: 6.2rem;
  background-color: #efefef;
}
.product_related .swiper_btns_circle div::after {
  width: 1.8rem;
  height: 1.8rem;
}
.product_related .swiper_btns_circle div:hover {
  background-color: var(--primary);
}
.product_related p.center:has(.btn_line) {
  margin-top: 4.6rem;
}
@media screen and (max-width: 768px) {
  .product_show {
    padding: 2rem 0 3rem;
  }
  .product_show .flex {
    display: block;
  }
  .product_show .left {
    width: 100%;
    max-width: 444px;
    margin: 0 auto;
  }
  .product_show .left div.pagination {
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .product_show .left .product_show_thumbs_swiper {
    margin-top: 1rem;
  }
  .product_show .left .product_show_thumbs_swiper .swiper-slide::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-width: 2px;
  }
  .product_show .left .swiper_btns div {
    width: 10px;
  }
  .product_show .right {
    max-width: unset;
    padding: 0;
    margin-top: 2rem;
  }
  .product_show .right strong {
    font-size: 14px;
  }
  .product_show .right h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 5px;
    letter-spacing: unset;
  }
  .product_show .right p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .product_show .right .moq {
    font-size: 0.9rem;
    margin-top: 1rem;
  }
  .product_show .right .moq span {
    font-size: 1rem;
  }
  .product_show .right .btns {
    gap: 1rem 10px;
    margin-top: 20px;
  }
  .product_show .right .btns > * {
    flex: 1 0 120px;
  }
  .product_show .right .btns .btn_line {
    letter-spacing: unset;
    padding: 10px 10px;
    gap: 5px;
  }
  .product_show .right .btns .btn_line::before {
    width: 12px;
    height: 12px;
  }
  .product_show .right .advantage_list {
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .product_show .right .advantage_list li {
    gap: 10px;
    font-size: 0.9rem;
  }
  .product_show .right .advantage_list img {
    width: 14px;
    height: 14px;
  }
  .product_show .right .advantage_list li + li {
    margin-top: 10px;
  }
  .product_tech {
    padding: 3rem 0;
  }
  .product_tech .flex {
    margin-top: 2rem;
    gap: 2rem 1rem;
  }
  .product_tech .img {
    width: 100%;
  }
  .product_tech .right {
    max-width: unset;
    padding: 0;
  }
  .product_tech table td {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 0;
  }
  .product_tech .btn_download {
    grid-template-columns: 1fr 40px;
    gap: 1rem;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .product_related {
    padding: 3rem 0 5rem;
  }
  .product_related .product_related_swiper {
    margin-top: 22px;
  }
  .product_related .swiper_btns_circle.middle {
    position: static;
    width: 100%;
    padding: 0 20px;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 22px;
  }
  .product_related .swiper_btns_circle.middle div {
    width: 40px;
    height: 40px;
  }
  .product_related .swiper_btns_circle.middle div::after {
    width: 14px;
    height: 14px;
  }
  .product_related p.center:has(.btn_line) {
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=product.css.map */