.product_show {
  background-image: linear-gradient(to bottom, #f7f7f7 6.6%, transparent);
  padding: 19.1rem 0 7.3rem;
}
.product_show .breadcrumbs {
  color: #9e9e9e;
  font-size: 1.4rem;
  letter-spacing: -0.0086em;
  position: relative;
  z-index: 3;
}
.product_show .breadcrumbs span::after {
  content: '';
  display: inline-block;
  width: 0.7143em;
  height: 0.7143em;
  opacity: 0.5;
  margin: 0 0.6rem 0 1rem;
  transform: rotate(180deg);
  background: url(../img/arrow-l-b.svg) no-repeat center / contain;
}
.product_show .breadcrumbs span:last-child::after {
  display: none;
}
.product_show .breadcrumbs span:nth-last-child(2)::after {
  margin-left: 0.4rem;
}
.product_show .breadcrumbs a {
  color: #666666;
  font-weight: normal;
  transition: all 0.3s;
}
.product_show .breadcrumbs a:hover {
  color: var(--primary);
}
.product_show .flex {
  margin-top: -2rem;
}
.product_show .lt {
  flex: 1;
  width: 100%;
  max-width: 67rem;
  padding-top: 6.6%;
}
.product_show .head h1 {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
  letter-spacing: 0.022em;
}
.product_show .head h1 em {
  color: var(--secondary);
}
.product_show .head p {
  max-width: 61.9rem;
  color: var(--text);
  margin-top: 3.6rem;
}
.product_show .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
  margin-top: 5.5rem;
}
.product_show .btns .btn,
.product_show .btns .btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
}
.product_show .btns .btn::after,
.product_show .btns .btn_line::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  transition: all 0.3s;
  width: 1em;
  height: 1em;
  background: no-repeat center left / contain;
}
.product_show .btns .btn {
  background-color: var(--secondary);
  padding: 0 3.6rem;
}
.product_show .btns .btn::after {
  background-image: url("../img/arrow-r-w.svg");
  background-size: 94.44%;
}
.product_show .btns .btn:hover::after {
  transform: translateX(20%);
}
.product_show .btns .btn:hover {
  background-color: var(--primary);
}
.product_show .btns .btn_line {
  border-color: #cecece;
  padding: 0 3.8rem;
}
.product_show .btns .btn_line::after {
  background-image: url("../img/icon-download.svg");
}
.product_show .btns .btn_line:hover::after {
  filter: contrast(0) brightness(2);
}
.product_show .features {
  margin-top: 12.1rem;
}
.product_show .features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 12.14%;
}
.product_show .features li {
  min-width: 19.6%;
  color: var(--text);
  letter-spacing: -0.0044em;
}
.product_show .features li strong {
  font-size: 3.2rem;
  font-weight: 600;
  color: #1e1e1e;
  letter-spacing: 0.01875em;
  display: block;
  margin-bottom: 0.8rem;
}
.product_show .features li strong i {
  font-size: 0.6875em;
  color: #7cb342;
  margin-left: 0.41em;
}
.product_show .features li:last-child strong i {
  margin-left: 0.682em;
}
.product_show .swiper_box {
  width: 46.04166667%;
}
.product_show .swiper_box > div {
  position: static;
}
.product_show .product_show_gallery_swiper {
  overflow: hidden;
  max-width: 57.6rem;
  margin: 0 auto;
}
.product_show .product_show_gallery_swiper .img {
  display: block;
  padding-bottom: 100%;
}
.product_show .product_show_thumbs_swiper {
  overflow: hidden;
  max-width: 54.1rem;
  padding: 1px;
  margin: 1.9rem 3.5rem 0 auto;
  --radius: 1rem;
  border-radius: var(--radius);
}
.product_show .product_show_thumbs_swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  border-radius: var(--radius);
  border: 1px solid #e0e0e0;
  background-color: #f7f8f6;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 128px;
}
.product_show .product_show_thumbs_swiper .swiper-slide::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: var(--radius);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_show .product_show_thumbs_swiper .swiper-slide-thumb-active::after {
  opacity: 1;
}
.product_show .product_show_thumbs_swiper .img {
  width: 65.47619048%;
  --h: 100%;
  margin: 5.55% 4% 5.55% 0;
}
.product_video {
  padding: 6.4rem 0 4.4rem;
}
.product_video .head_img {
  margin-bottom: 1.8rem;
}
.product_video .head h2 {
  font-size: 4.4rem;
  letter-spacing: 0.023em;
}
.product_video .product_video_swiper {
  overflow: hidden;
  border-radius: 2.8rem;
  margin-top: 7.4rem;
}
.product_video .product_video_swiper .flex {
  height: 100%;
}
.product_video .product_video_swiper .img {
  border-radius: 2.8rem;
  width: 64.23611111%;
  --h: 56.21621622%;
}
.product_video .product_video_swiper .btn_play {
  position: absolute;
  left: 50%;
  top: 52.6%;
  transform: translate(-50%, -50%);
  content: '';
  width: 8.21622%;
  padding-bottom: 8.21622%;
  background: url("../img/play.svg") no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
}
.product_video .product_video_swiper .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.product_video .product_video_swiper .info {
  flex: 1;
  width: 100%;
  padding-top: 1.9%;
}
.product_video .product_video_swiper .info h3 {
  font-size: 3.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
  max-width: 40.6rem;
  margin-left: auto;
  letter-spacing: 0.025em;
}
.product_video .product_video_swiper .info .line {
  width: 100%;
  height: 3px;
  background: url("../img/icon-dotted.svg") repeat-x center left / auto 100%;
  content: '';
  margin-top: 3.5rem;
  margin-left: -10%;
}
.product_video .product_video_swiper .info p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  max-width: 40.6rem;
  margin-left: auto;
  margin-top: 3.5rem;
}
.product_video .product_video_swiper .info .watch {
  max-width: 40.6rem;
  margin-left: auto;
}
.product_video .product_video_swiper .info .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  gap: 1.4rem;
  padding: 0 3.3rem;
  margin-top: 3.7rem;
}
.product_video .product_video_swiper .info .btn::after {
  display: inline-block;
  content: '';
  width: 0.944em;
  height: 0.944em;
  background: url("../img/play-w.svg") no-repeat center / contain;
}
.product_video .product_video_swiper .info .btn:hover {
  background-color: var(--primary);
}
.product_video .swiper_btns.middle {
  top: 49.2%;
}
.page_faqs {
  padding-bottom: 5.4rem;
}
.page_faqs .head .head_img {
  margin-bottom: 1.4rem;
}
.page_faqs .head h2 {
  font-size: 4.4rem;
  line-height: 1.27272727;
  letter-spacing: 0.023em;
}
.page_faqs .head p {
  margin-top: 3rem;
}
.page_faqs .faqs {
  margin-top: 12rem;
}
.product_related {
  padding: 5.4rem 0 13.7rem;
}
.product_related .head_img {
  margin-bottom: 1.8rem;
}
.product_related .head h2 {
  font-size: 4.4rem;
  letter-spacing: 0.02em;
}
.product_related .head .btn_i {
  margin-bottom: 0.4rem;
}
.product_related .product_related_swiper {
  margin-top: 4.7rem;
}
.product_related .product_related_swiper .swiper-slide {
  max-width: 469px;
}
.product_related .swiper_btns.middle {
  top: 51.3%;
}
.product_list .active a::after {
  opacity: 1;
}
.product_list a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  --radius: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid #dbdbdb;
  padding: 4.4776119% 6.3965885% 6.8230277%;
}
.product_list a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: var(--radius);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0.5rem 0.8rem 0.8rem rgba(10, 122, 4, 0.14);
}
.product_list a:hover img {
  transform: scale(1.03);
}
.product_list .cat {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  font-size: 1.288rem;
  font-weight: 600;
  color: #fff;
  background-color: #7cb342;
  text-transform: uppercase;
  border-radius: 1.2em;
  line-height: 2.4068323;
  padding: 0 1.087em;
  letter-spacing: 0.0777em;
  min-width: 4.66em;
}
.product_list .img {
  width: 85%;
  max-width: 33rem;
  --h: 100%;
  margin: -1rem auto 0;
}
.product_list .title {
  font-size: 2.4rem;
  line-height: 1.41666667;
  font-weight: 600;
  color: #303030;
  max-width: 30rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 2.4rem;
}
.product_list .tags ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.product_list .tags li {
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  font-weight: 600;
  color: #666;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  border-radius: 1.3em;
  line-height: 1.5;
  padding: 0.5em 0.9643em;
}
.product_list .tags li:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .product_show .features {
    margin-top: 5rem;
  }
  .product_video .product_video_swiper .flex {
    gap: 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .product_show .head h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .product_show {
    padding: 104px 0 30px;
  }
  .product_show .breadcrumbs {
    font-size: 13px;
  }
  .product_show .breadcrumbs span::after {
    margin: 0 6px;
  }
  .product_show .flex {
    margin-top: 30px;
  }
  .product_show .lt {
    padding: 0;
  }
  .product_show .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .product_show .head p {
    margin-top: 12px;
  }
  .product_show .btns .btn,
  .product_show .btns .btn_line {
    padding: 0 20px;
    gap: 10px;
  }
  .product_show .features {
    margin-top: 30px;
  }
  .product_show .features ul {
    gap: 30px 20px;
  }
  .product_show .features li strong {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .product_show .product_show_thumbs_swiper {
    margin: 12px auto;
    --radius: 8px;
  }
  .product_show .product_show_thumbs_swiper .swiper-slide {
    max-width: 77px;
  }
  .product_video {
    padding: 50px 0;
  }
  .product_video .head h2 {
    font-size: 22px;
  }
  .product_video .product_video_swiper {
    border-radius: 10px;
    margin-top: 30px;
  }
  .product_video .product_video_swiper .flex {
    gap: 20px;
  }
  .product_video .product_video_swiper .img {
    border-radius: 10px;
    width: 55%;
  }
  .product_video .product_video_swiper .btn_play {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .product_video .product_video_swiper .info {
    padding: 0;
  }
  .product_video .product_video_swiper .info h3 {
    font-size: 18px;
  }
  .product_video .product_video_swiper .info .line {
    margin-top: 20px;
    margin-left: -20px;
  }
  .product_video .product_video_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .product_video .product_video_swiper .info .btn {
    margin-top: 20px;
    padding: 0 20px;
    gap: 10px;
  }
  .page_faqs {
    padding-bottom: 50px;
  }
  .page_faqs .head .head_img {
    margin-bottom: 10px;
  }
  .page_faqs .head h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .page_faqs .head p {
    margin-top: 12px;
  }
  .page_faqs .faqs {
    margin-top: 0;
  }
  .product_related {
    padding: 50px 0;
    overflow: hidden;
  }
  .product_related .head h2 {
    font-size: 22px;
  }
  .product_related .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .product_related .product_related_swiper {
    margin-top: 30px;
  }
  .product_related .product_related_swiper .swiper-slide {
    max-width: 323px;
  }
  .product_list a {
    --radius: 10px;
  }
  .product_list .cat {
    font-size: 12px;
  }
  .product_list .img {
    margin-top: 5px;
  }
  .product_list .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .product_list .tags ul {
    gap: 10px;
    font-size: 13px;
    margin-top: 14px;
  }
  .product_list .tags li {
    padding: 0.3em 0.9em;
  }
}
@media screen and (max-width: 576px) {
  .product_show .swiper_box {
    width: 100%;
    order: -1;
  }
  .product_show .btns {
    flex-direction: column;
  }
  .product_show .features ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .product_video .product_video_swiper .img {
    width: 100%;
  }
  .product_video .product_video_swiper .info .line {
    margin-left: 0;
  }
}
