.product_show {
  background-color: rgba(245, 245, 237, 0.8);
  padding: 9.9rem 0;
}
.product_show .left {
  width: 50.546875%;
}
.product_show .left .product_show_gallery_swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  box-shadow: 0 14px 8px rgba(0, 0, 0, 0.02);
  background-color: #fff;
}
.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: 92.8792569%;
}
.product_show .left div.pagination {
  position: absolute;
  z-index: 2;
  color: #fff;
  width: max-content;
  left: unset;
  right: 1.7rem;
  bottom: 2.1rem;
  font-size: 1.573rem;
  background-color: var(--secondary);
  padding: 0.85rem 1.6rem;
  border-radius: 4px;
}
.product_show .left div.pagination .total::before {
  content: ' / ';
}
.product_show .left .swiper_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: 58.2rem;
  margin: 3rem auto 0;
}
.product_show .left .swiper_box .swiper_prev,
.product_show .left .swiper_box .swiper_next {
  pointer-events: all;
  width: 1.2rem;
  height: 2.1rem;
  background: url("../img/arrow4.svg") no-repeat center / contain;
  content: '';
  cursor: pointer;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.product_show .left .swiper_box .swiper_prev:hover,
.product_show .left .swiper_box .swiper_next:hover {
  filter: unset;
}
.product_show .left .swiper_box .swiper_next {
  transform: rotate(180deg);
}
.product_show .left .swiper_box .swiper-button-disabled {
  opacity: 0.5;
  filter: contrast(0) brightness(0);
  pointer-events: none;
}
.product_show .left .swiper_box .swiper-button-disabled,
.product_show .left .swiper_box .swiper-button-lock {
  pointer-events: none;
}
.product_show .left .product_show_thumbs_swiper {
  width: 88%;
  max-width: 50.2rem;
  overflow: hidden;
}
.product_show .left .product_show_thumbs_swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #cbcbc6;
  border-radius: 6px;
  background-color: #fff;
  max-width: 120px;
}
.product_show .left .product_show_thumbs_swiper .swiper-slide::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  border: 2px solid var(--primary);
  border-radius: 6px;
  left: -1px;
  top: -1px;
  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.733945%;
  transition: all 0.3s;
  border-radius: 6px;
}
.product_show .right {
  flex: 1;
  max-width: 57.1rem;
  padding-top: 3.7rem;
}
.product_show .right strong {
  letter-spacing: unset;
  text-transform: unset;
  font-size: 2.2rem;
  color: var(--primary);
  font-weight: 500;
  margin: 0;
}
.product_show .right h1 {
  font-size: 3.8rem;
  font-weight: 700;
  color: #1e120d;
  margin-top: 1.1rem;
  letter-spacing: 1.2px;
}
.product_show .right p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #4c4c4c;
  margin-top: 1.9rem;
}
.product_show .right .head ul {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  padding-top: 1.7rem;
  margin-top: 3.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0.2rem;
  color: #171717;
}
.product_show .right .head ul strong {
  display: unset;
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 5px;
}
.product_show .right .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 2rem;
  margin-top: 5.4rem;
}
.product_show .right .btns > * {
  flex: 1 0 24rem;
  min-width: unset;
}
.product_show .right .btns .btn {
  padding: 1.9rem 2rem;
}
.product_show .right .btns .btn_line {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  border-color: rgba(79, 79, 79, 0.24);
  padding: 2.1rem 1rem;
}
.product_show .right .btns .btn_line::before {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  background: url("../img/icon-phone2.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.product_show .right .btns .btn_line:hover {
  border-color: var(--primary);
}
.product_show .right .btns .btn_line:hover::before {
  filter: contrast(0) brightness(2);
}
.product_show .right .advantage_list {
  margin-top: 3.6rem;
}
.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_parameters {
  padding: 6.25rem 0;
}
.product_parameters .flex {
  margin-top: 6rem;
}
.product_parameters .img {
  width: 39.0625%;
  margin-top: 0.3rem;
}
.product_parameters .right {
  flex: 1;
  max-width: 76.1rem;
  margin-right: -6.328125%;
}
.product_parameters table {
  width: 100%;
  border-collapse: collapse;
}
.product_parameters table tr:first-child td {
  border-top: 1px solid rgba(51, 51, 51, 0.14);
}
.product_parameters table td {
    width: auto !important;
  font-size: 1.8rem;
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.14);
  padding: 2.8rem 10px 3.1rem 0;
  letter-spacing: 0.3px;
}
.product_parameters table td:first-child {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: unset;
  padding-left: 4.3rem;
}
.product_related {
  padding: 12.6rem 0 8.8rem;
}
.product_related .product_related_swiper {
  margin-top: 0.9rem;
  padding: 2rem 0;
}
.product_related .product_related_swiper .swiper-slide {
  max-width: 350px;
}
.product_related p.center:has(.btn_line) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .product_parameters .right {
    margin-right: 0;
  }
}
@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 .swiper_box {
    max-width: unset;
    margin-top: 1rem;
    gap: 10px;
  }
  .product_show .left .swiper_box .swiper_prev,
  .product_show .left .swiper_box .swiper_next {
    width: 10px;
    height: 14px;
  }
  .product_show .left .product_show_thumbs_swiper .swiper-slide {
    max-width: 100px;
  }
  .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 .head ul {
    padding-top: 1rem;
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
    font-size: 0.9rem;
  }
  .product_show .right .head ul strong {
    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 {
    padding: 10px 20px;
  }
  .product_show .right .btns .btn_line {
    flex: 1 0 160px;
    padding: 10px 10px;
    gap: 5px;
  }
  .product_show .right .btns .btn_line::before {
    width: 12px;
    height: 12px;
  }
  .product_show .right .advantage_list {
    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_parameters {
    padding: 3rem 0;
  }
  .product_parameters .flex {
    margin-top: 2rem;
    display: block;
  }
  .product_parameters .img {
    width: 100%;
    margin: 0 auto;
    max-width: 444px;
  }
  .product_parameters .right {
    max-width: unset;
    margin: 0;
    margin-top: 2rem;
  }
  .product_parameters table {
      display: block;
      overflow: auto;
  }
  .product_parameters table td {
    font-size: 13px;
    padding: 10px !important;
    letter-spacing: unset;
    min-width: 80px;
  }
  .product_parameters table td:first-child {
    font-size: 15px;
  }
  .product_related {
    padding: 4rem 0 3rem;
    overflow: hidden;
  }
  .product_related .swiper_content {
    padding: 0 20px;
    overflow: unset;
  }
  .product_related .product_related_swiper {
    margin-top: 2rem;
    padding: 0;
  }
  .product_related .product_related_swiper .swiper-slide {
    max-width: 350px;
  }
  .product_related p.center:has(.btn_line) {
    margin-top: 2rem;
  }
  .product_related .swiper_btns.middle {
    position: static;
    width: 100%;
    justify-content: flex-end;
    transform: translate(0);
    padding: 0 20px;
    margin-top: 2rem;
  }
}
