.products_banner .head {
  padding-bottom: 5.5%;
}
.products_main {
  padding: 10.5rem 0 8.3rem;
}
.products_main .head {
  flex: 1;
  max-width: 72rem;
  padding-bottom: 0.4rem;
}
.products_main p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--content_color);
  margin-top: 4.2rem;
}
.products_main .advantages {
  width: 34.30555556%;
}
.products_main .advantages li {
  font-size: 2.4rem;
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  gap: 3.2rem;
  align-items: center;
  margin-bottom: 1.75rem;
  letter-spacing: 0.3px;
}
.products_main .advantages li:last-child {
  margin-bottom: 0;
}
.products_main .advantages i {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: '';
  background: no-repeat center / contain;
}
.products_main .list {
  margin-top: 7.8rem;
}
.products_main .list > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.4rem 1.3194444%;
}
.products_main .product2_list a::before {
  display: block;
}
.products_main .more_item a {
  background: url("../img/products-more-bg.jpg") no-repeat center / cover;
}
.products_main .more_item .img {
  padding-bottom: 78.0346%;
}
.products_main .more_item .info {
  padding: 3.8rem 7.6% 2.1rem;
}
.products_main .more_item h3 {
  -webkit-line-clamp: 3;
}
.products_main .more_item .btn_line {
  font-size: 1.4rem;
  margin: 2.3rem 7.6% 2.2rem;
  padding: 1.3rem 3.1rem;
}
.products_main .more_item .btn_line i {
  width: 0.7rem;
}
/*# sourceMappingURL=products.css.map */