.products_main {
  padding: 12.9rem 0 9.1rem;
}
.products_main.sec1 {
  padding: 11.5rem 0 6.7rem;
}
.products_main.sec1 p.center:has(.btn_line) {
  margin-top: 4rem;
}
.products_main.secn p.center:has(.btn_line) {
  margin-top: 4.3rem;
}
.products_main.bg {
  background-color: rgba(230, 240, 250, 0.47);
  padding: 11.3rem 0 8.5rem;
}
.products_main.bg .head ul li {
  background-color: #fff;
}
.products_main.bg .product_list .image {
  background-color: #fff;
}
.products_main .flex .img {
  display: block;
  width: 49.0277778%;
  --h: 66.28895184%;
  border-radius: 3.6rem;
}
.products_main .flex .image {
  position: relative;
  display: block;
  width: 49.0277778%;
}
.products_main .flex .image .img {
  width: 100%;
  padding-bottom: 66.28895184%;
}
.products_main .flex .md {
  position: absolute;
  width: 16.4305949%;
  height: auto;
  right: 0;
  top: 0;
  margin: 4.9575071% 6.6572238%;
}
.products_main .flex .md img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.products_main .head {
  flex: 1;
  width: 100%;
  max-width: 54rem;
  padding-top: 0.9722%;
}
.products_main .head .metas {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 2.1rem;
  letter-spacing: 0.02em;
}
.products_main .head p {
  max-width: 53rem;
  margin-top: 2.3rem;
}
.products_main .head strong {
  display: block;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--text);
  border-top: 1px solid #e8eaee;
  margin-top: 2.5rem;
  padding-top: 2.2rem;
}
.products_main .head ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  gap: 1.1rem;
  margin-top: 1.1rem;
}
.products_main .head ul li {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  color: var(--text);
  background-color: #eff6fc;
  border-radius: 1.2667em;
  line-height: 1.2;
  padding: 0.6667em 0.8333em;
  min-width: 4.13334em;
}
.products_main .head .btn {
  margin-top: 3.9rem;
}
.products_main .products_main_swiper {
  overflow: hidden;
  border-radius: 2.3rem 2.3rem 0 0;
  margin-top: 6.7rem;
}
.products_main .swiper_con {
  position: static;
  min-height: 1.9rem;
}
.products_main p.center:has(.btn_line) {
  margin-top: 3.1rem;
}
.products_main .product_list.sm .title {
  font-size: 2.4rem;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .products_main {
    padding: 50px 0;
    overflow: hidden;
  }
  .products_main.sec1 {
    padding: 50px 0;
  }
  .products_main.sec1 p.center:has(.btn_line) {
    margin-top: 0;
  }
  .products_main.secn p.center:has(.btn_line) {
    margin-top: 0;
  }
  .products_main.bg {
    padding: 50px 0;
  }
  .products_main .flex .img,
  .products_main .flex .image {
    border-radius: 10px;
  }
  .products_main .head {
    padding: 0;
  }
  .products_main .head .metas {
    margin-bottom: 8px;
  }
  .products_main .head p {
    margin-top: 12px;
  }
  .products_main .head strong {
    font-size: 18px;
    padding-top: 12px;
    margin-top: 16px;
  }
  .products_main .head ul {
    gap: 10px;
    font-size: 14px;
    margin-top: 10px;
  }
  .products_main .head .btn {
    margin-top: 20px;
  }
  .products_main .products_main_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .products_main .swiper_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
  .products_main .swiper_con:not(:has(.swiper-button-lock)) p {
    flex: unset;
  }
  .products_main .swiper_con p {
    flex: 1;
  }
  .products_main .swiper_con p.center:has(.btn_line) {
    margin: 0;
  }
  .products_main .swiper_con .swiper_btns.middle {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .products_main .product_list.sm .title {
    font-size: 18px;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .products_main .flex .img,
  .products_main .flex .image {
    width: 100%;
    order: -1;
  }
  .products_main .swiper_con {
    margin-top: 0;
    display: block;
  }
  .products_main .swiper_con .swiper_btns.middle {
    display: none;
  }
  .products_main .swiper_con p.center:has(.btn_line) {
    margin-top: 30px;
  }
}
