.product_show {
  padding: 2.3rem 0 1.5rem;
}
.product_show .breadcrumbs {
  line-height: 3rem;
  min-height: 3rem;
}
.product_show .breadcrumbs span {
  font-weight: 500;
  color: rgba(10, 22, 45, 0.74);
}
.product_show .breadcrumbs span span::before {
  display: inline-block;
  content: '';
  background: url("../img/bread-nav.svg") no-repeat center / contain;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1.4rem 0 1rem;
}
.product_show .breadcrumbs span span:first-child::before {
  display: none;
}
.product_show .breadcrumbs span span:first-child a {
  overflow: hidden;
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  background: url("../img/home.svg") no-repeat center / contain;
  text-indent: -999px;
  color: transparent;
  filter: contrast(0) brightness(0);
  transform: translateY(0.4rem);
  margin-right: 0.3rem;
}
.product_show .breadcrumbs span span:first-child a:hover {
  filter: unset;
}
.product_show .breadcrumbs span a {
  color: var(--primary);
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.product_show .breadcrumbs span a:hover {
  color: var(--title);
  text-decoration-color: var(--title);
}
.product_show .flex {
  margin-top: 3.1rem;
}
.product_show .lt {
  width: 42.5%;
  margin-left: 2.6875%;
}
.product_show .lt .product_show_gallery_swiper {
  width: 83.824%;
  margin: 0 auto;
}
.product_show .lt .product_show_gallery_swiper .img {
  display: block;
  padding-bottom: 100%;
}
.product_show .lt .product_show_gallery_swiper .img:hover img {
  transform: scale(1.02);
}
.product_show .lt .product_show_thumbs_swiper {
  overflow: hidden;
  flex: 1;
  max-width: 57rem;
}
.product_show .lt .product_show_thumbs_swiper .swiper-slide {
  border-radius: 0.6rem;
  border: 1px solid #bfc5d1;
  position: relative;
  cursor: pointer;
}
.product_show .lt .product_show_thumbs_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.product_show .lt .product_show_thumbs_swiper .swiper-slide::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  content: '';
  border-radius: 0.6rem;
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_show .lt .product_show_thumbs_swiper .swiper-slide-thumb-active::after {
  opacity: 1;
}
.product_show .lt .product_show_thumbs_swiper .img {
  padding-bottom: 80.315%;
}
.product_show .lt .swiper_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.6rem;
}
.product_show .lt .swiper_con .swiper_prev,
.product_show .lt .swiper_con .swiper_next {
  pointer-events: all;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/arrow2.svg") no-repeat center / contain;
  content: '';
  cursor: pointer;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.product_show .lt .swiper_con .swiper_prev:hover,
.product_show .lt .swiper_con .swiper_next:hover {
  filter: unset;
}
.product_show .lt .swiper_con .swiper_next {
  transform: rotate(180deg);
}
.product_show .lt .swiper_con .swiper-button-disabled {
  opacity: 0.68;
  pointer-events: none;
  filter: contrast(0) brightness(0);
}
.product_show .lt .swiper_con .swiper-button-lock {
  opacity: 0;
  display: block;
}
.product_show .lt .swiper_con .swiper-button-disabled,
.product_show .lt .swiper_con .swiper-button-lock {
  pointer-events: none;
}
.product_show .rt {
  flex: 1;
  border-radius: 0.9rem;
  background-color: #f9fafb;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: var(--text);
  max-width: 83.6rem;
  padding: 6.5rem 4.2% 5.9rem;
  margin-top: 2.1%;
}
.product_show .rt h1 {
  font-size: 4.2rem;
  line-height: 5.4rem;
  color: #0d0c33;
  max-width: 57.1rem;
}
.product_show .rt strong {
  display: block;
  font-size: 2.2rem;
  line-height: normal;
  color: var(--primary);
  margin-top: 1.6rem;
}
.product_show .rt strong::before {
  display: block;
  content: '';
  width: 9.6rem;
  height: 0.3rem;
  background-color: var(--primary);
  margin-bottom: 2.1rem;
}
.product_show .rt p {
  max-width: 64.1rem;
  margin-top: 4.4rem;
}
.product_show .rt ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.1rem;
  gap: 1rem 2rem;
  padding-right: 3.4%;
}
.product_show .rt ul li {
  position: relative;
  padding-left: 1.7rem;
}
.product_show .rt ul li::before {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 0;
  top: 0.9rem;
  content: '';
  border-radius: 50%;
  background-color: var(--text);
}
.product_show .rt .btn {
  display: inline-block;
  color: var(--title);
  border-radius: 0.7rem;
  margin-top: 4.5rem;
  min-width: 34.8rem;
  padding: 0 3rem;
  line-height: 6.2rem;
  background-color: white;
  border-color: #000;
  color: #000 !important;
}
.product_show .rt .btn::after {
  display: none;
}
.product_show .rt .btn:hover {
  background-color: var(--primary) !important;
  border-color:var(--primary) !important;
  color: white !important;
}
.product_documents {
  padding: 1.4rem 0 15.6rem;
}
.product_documents .product_documents_swiper .active .item {
  box-shadow: 0 1.5rem 1rem rgba(193, 202, 209, 0.15);
  background-color: #fff;
}
.product_documents .product_documents_swiper .active .item::after {
  opacity: 1;
}
.product_documents .product_documents_swiper .active .item .btn_download {
  background-color: var(--primary);
  border-color: var(--primary);
}
.product_documents .product_documents_swiper .active .item .btn_download:after{
  filter: brightness(100);
}
.product_documents .item {
  position: relative;
  transition: all 0.3s;
  border-radius: 1.1rem;
  height: 100%;
  border: 1px solid #dadee1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.4rem;
  padding: 2.6rem 2rem;
}
.product_documents .item::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  content: '';
  border-radius: 1.1rem;
  border: 2px solid var(--primary);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.product_documents .item .cat {
  display: inline-block;
  font-weight: 500;
  color: white;
  text-align: center;
  background-color: var(--primary);
  border-radius: 100px;
  line-height: 3.1rem;
  padding: 0 1.8rem;
  background-color: white !important;
  color: #000 !important;
  transition: all 0.3s;
}
.product_documents .active .item .cat{
  background-color: var(--primary) !important;
  color: #fff !important;
}

.product_documents .item .title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: auto;
}
.product_documents .item .btn_download {
  margin-top: 2rem;
}
.product_advantage .inner {
  padding: 12rem 0 10rem;
  overflow: hidden;
}
.product_advantage .inner > img {
  height: auto;
}
.product_advantage strong {
  margin-bottom: 3.8rem;
}
.product_advantage strong:has(i) {
  min-width: unset;
}
.product_advantage p {
  max-width: 52.4rem;
  margin-top: 2.6rem;
}
.product_advantage .main {
  margin-top: 7rem;
}
.product_advantage .main .flex + .flex {
  margin-top: 10rem;
}
.product_advantage .main .revers {
  flex-direction: row-reverse;
}
.product_advantage .img {
  width: 49.9375%;
  border-radius: 1.9rem;
  --h: 65.08%;
}
.product_advantage .img:hover img {
  transform: scale(1.02);
}
.product_advantage .info {
  flex: 1;
  max-width: 68rem;
  padding-bottom: 1px;
}
.product_advantage .info h3 {
  font-size: 3.6rem;
  line-height: 5.4rem;
  margin-bottom: 2.6rem;
}
.product_advantage .info p {
  font-size: 2rem;
  line-height: 3.4rem;
  color: var(--text);
  hyphens: auto;
  max-width: unset;
  margin-top: 1.2rem;
}
.product_advantage .img.video .rll-youtube-player {
  padding: 0;
  position: static;
}
.product_advantage .video {
  position: relative;
  cursor: pointer;
}
.product_advantage .video .rll-youtube-player {
  padding: 0;
  position: static;
}
.product_advantage .video video,
.product_advantage .video img,
.product_advantage .video iframe,
.product_advantage .video div {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.product_advantage .video .btn_play {
  position: absolute;
  width: 8.6rem;
  height: 8.6rem;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../img/play.svg") no-repeat center / contain;
  transition: all 0.4s, opacity 0.3s;
  cursor: pointer;
}
.product_advantage .video .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.product_advantage .video.active .btn_play {
  opacity: 0;
}
.product_application .inner {
  overflow: hidden;
  padding: 13.4rem 0 30.6rem;
}
.product_application .head {
  padding-bottom: 0.6rem;
}
.product_application strong {
  margin-bottom: 1.9rem;
}
.product_application .product_application_swiper {
  margin-top: 4.7rem;
}
.product_application .product_application_swiper .swiper-slide {
  max-width: 40.7rem;
}
.product_application .product_application_swiper .active .item {
  background-color: var(--primary);
  background-color: white !important;
}
.product_application .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.4rem;
  background-color: #fff;
  transition: all 0.3s;
  padding: 2.5rem 5.9%;
}
.product_application .item:hover img {
  transform: scale(1.02);
}
.product_application .item .info {
  flex: 1;
  padding: 1.2rem 1.3rem 4rem;
}
.product_application .item .info span {
  font-size: 1.7rem;
  color: #707070;
}
.product_application .item .info h3 {
  font-size: 2.9rem;
  line-height: 3.9rem;
  color: #121e3b;
  margin-top: 2.4rem;
  letter-spacing: 0.25px;
}
.product_application .item .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #474747;
  margin-top: 1.9rem;
}
.product_application .item .img {
  border-radius: 1.2rem;
  padding-bottom: 69.274%;
}
.page_contact {
  margin-top: -18.7rem;
}
@media screen and (max-width: 768px) {
  .product_show {
    padding: 30px 0;
  }
  .product_show .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .product_show .breadcrumbs span span::before {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }
  .product_show .breadcrumbs span span:first-child a {
    width: 14px;
    height: 14px;
    transform: translateY(1px);
    margin-right: 0;
  }
  .product_show .flex {
    display: block;
  }
  .product_show .lt {
    width: 100%;
    max-width: 444px;
    margin: 0 auto;
  }
  .product_show .lt .swiper_con {
    margin-top: 20px;
  }
  .product_show .lt .swiper_prev,
  .product_show .lt .swiper_next {
    width: 14px;
    height: 14px;
  }
  .product_show .rt {
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
    margin-top: 30px;
  }
  .product_show .rt h1 {
    font-size: 25px;
    line-height: 1.3;
    max-width: unset;
  }
  .product_show .rt strong {
    font-size: 18px;
    margin-top: 16px;
  }
  .product_show .rt strong::before {
    width: 30px;
    margin-bottom: 14px;
  }
  .product_show .rt p {
    max-width: unset;
    margin-top: 10px;
  }
  .product_show .rt ul {
    margin-top: 10px;
    gap: 10px;
    padding-right: 0;
  }
  .product_show .rt ul li {
    padding-left: 20px;
  }
  .product_show .rt ul li::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }
  .product_show .rt .btn {
    min-width: 140px;
    padding: 0 20px;
    line-height: 41px;
    margin-top: 20px;
  }
  .product_documents {
    padding: 30px 0 50px;
  }
  .product_documents .item {
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
  }
  .product_documents .item::after {
    border-radius: 10px;
  }
  .product_documents .item .cat {
    line-height: 2;
    padding: 0 14px;
  }
  .product_documents .item .title {
    font-size: 18px;
  }
  .product_documents .item .btn_download {
    margin-top: 10px;
  }
  .product_advantage .inner {
    padding: 50px 0;
  }
  .product_advantage .main {
    margin-top: 30px;
  }
  .product_advantage .main .flex + .flex {
    margin-top: 30px;
  }
  .product_advantage .img {
    border-radius: 10px;
  }
  .product_advantage .video .btn_play {
    width: 50px;
    height: 50px;
  }
  .product_advantage .info {
    max-width: unset;
    padding: 0;
    width: 100%;
  }
  .product_advantage .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .product_advantage .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_application .inner {
    padding: 50px 0 70px;
  }
  .product_application .head {
    padding: 0;
  }
  .product_application .product_application_swiper {
    margin-top: 30px;
  }
  .product_application .product_application_swiper .swiper-slide {
    max-width: 346px;
  }
  .product_application .item {
    border-radius: 10px;
    padding: 10px;
  }
  .product_application .item .info {
    padding: 10px;
  }
  .product_application .item .info span {
    font-size: 14px;
  }
  .product_application .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 12px;
  }
  .product_application .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_application .item .img {
    border-radius: 10px;
    margin-top: 10px;
  }
  .page_contact {
    margin-top: -20px !important;
  }
}
@media screen and (max-width: 576px) {
  .product_show .rt ul {
    grid-template-columns: 1fr;
  }
  .product_advantage .img {
    width: 100%;
  }
}
/*# sourceMappingURL=product.css.map */