.products_nav {
  position: relative;
}
.products_nav .products_nav_swiper {
  overflow: hidden;
}
.products_nav .products_nav_swiper .swiper-slide {
  max-width: max-content;
}
.products_nav .products_nav_swiper .active .img,
.products_nav .products_nav_swiper a:hover .img {
  filter: none;
}
.products_nav .products_nav_swiper .active .name,
.products_nav .products_nav_swiper a:hover .name {
  color: var(--primary);
}
.products_nav .products_nav_swiper a {
  height: 100%;
  display: block;
  padding: 2.2rem 0 2.3rem;
}
.products_nav .products_nav_swiper .img {
  width: 5.4rem;
  height: 5.4rem;
  margin: 0 auto;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.products_nav .products_nav_swiper .name {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.8rem;
  transition: all 0.3s;
}
.products_banner {
  position: relative;
  z-index: 2;
}
.products_banner::before {
  content: '';
  display: block;
  width: 45.416667%;
  height: 100%;
  opacity: 0.31;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right, var(--title), transparent);
}
.products_banner::after {
  content: '';
  display: block;
  width: 100%;
  height: 24.108241%;
  opacity: 0.31;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to top, var(--title), transparent);
}
.products_banner .flex {
  padding: 4rem 0;
  min-height: 81.3rem;
}
.products_banner .head {
  flex: 1;
  max-width: 59rem;
  padding-bottom: 5.625%;
}
.products_banner .head p {
  max-width: 58.2rem;
}
.products_banner .img {
  width: 45.9375%;
  --h: 115.646259%;
}
.products_main {
  padding: 11.4rem 0;
}
.products_main .head {
  max-width: 96rem;
  margin: 0 auto 7rem;
}
.products_main .head h2 {
  max-width: 94rem;
  margin: 0 auto;
}
.products_main .head p {
  margin-top: 2.8rem;
}
.products_main .list .container {
  display: grid;
  gap: 4rem 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.products_main .list .nav-links {
  margin-top: 6.4rem;
}
.products_features {
  padding: 2.2rem 0 14rem;
}
.products_features .flex {
  margin-top: 0.8rem;
}
.products_features .items {
  flex: 1;
  max-width: 59.2rem;
  position: relative;
  z-index: 2;
}
.products_features .items::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 1px;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.products_features .item {
  position: relative;
  padding-left: 4.2rem;
}
.products_features .item + .item {
  margin-top: 2.6rem;
}
.products_features .item.active::before {
  opacity: 1;
}
.products_features .item.active .title {
  color: #0F0F0F;
  font-size: 3.4rem;
  font-weight: 600;
}
.products_features .item::before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  opacity: 0;
  border-radius: 100px;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary);
}
.products_features .item .title {
  color: #212121;
  font-size: 2.4rem;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
}
.products_features .item .desc {
  color: #565656;
  font-size: 1.8rem;
  line-height: 3.2rem;
  padding-top: 2.4rem;
  display: none;
}
.products_features .swiper_box {
  width: 50%;
  overflow: hidden;
}
.products_features .products_features_swiper {
  overflow: hidden;
  border-radius: 2rem;
}
.products_features .products_features_swiper .img {
  border-radius: 2rem;
}
.products_features .products_features_swiper .img:hover img {
  transform: scale(1.03);
}


@media screen and (max-width: 768px) {
  html {
    font-size: 10px !important;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .products_nav .products_nav_swiper .img{
    width: 3rem;
    height: 3rem;
  }
  .products_nav .products_nav_swiper .name{
    font-size: 1.4rem;
  }
  .products_banner .flex{
    min-height: unset;
    padding: 7rem 0;
  }
  .products_main{
    padding: 6rem 0;
  }
  .products_main .list .container{
    grid-template-columns: repeat(2,1fr);
    gap: 1.6rem;
  }
  
  .nav-links .page-numbers{
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .products_main .list .nav-links{
    margin-top: 3rem;
  }

  .products_features .content>.flex{
    flex-flow: wrap;
  }
  .products_features .items{
    flex: unset;
    width: 100%;

  }
  .products_features .head{
    margin-bottom: 2rem;
  }
  .products_features .item{
    padding-left: 1.6rem;
  }
  .products_features .item.active .title{
    font-size: 1.7rem;

  }
  .products_features .item .desc{
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 0.5rem;
  }
  .products_features .item + .item{
    margin-top: 1.6rem;
  }
  .products_features .item .title{
    font-size: 1.7rem;
  }
  .products_features .swiper_box{
    width: 100%;
  }
  .products_features{
    padding: 3rem 0 5rem;
  }
}