header::before {
  opacity: 1;
}
.home_products {
  padding: 52px 0;
  position: relative;
}
.home_products::before {
  width: 100%;
  aspect-ratio: 1925/1421;
  content: '';
  position: absolute;
  top: 22%;
  left: 0;
  background: url("../img/home-pro-bg.png") no-repeat center / cover;
  z-index: -1;
}
.home_products .products_category .products_nav_swiper .nav_slide {
  font-size: 18px;
  padding: 27px 0;
  gap: 8px;
}
.home_products .products_category .products_nav_swiper .nav_slide .title {
  max-width: 147px;
}
.home_products .products_category .products_nav_swiper .nav_slide::after {
  display: none;
}
.home_products .home_products_swiper {
  margin-top: 50px;
}
.home_products .swiper_box .swiper_btns {
  max-width: 1690px;
}
.home_products p.center:has(.btn) {
  margin-top: 49px;
  min-height: 60px;
}
.home_news {
  padding: 91px 0 112px;
}
.home_news .news_box {
  margin-top: 65px;
}
.home_news .flex:has(a.link_all) {
  margin-top: 38px;
}
.home_news .link_all {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: var(--title_color);
  font-weight: 600;
  gap: 16px;
  transition: all 0.3s;
}
.home_news .link_all .btn_circle {
  width: 40px;
}
.home_news .link_all .btn_circle::after {
  width: 12px;
  height: 10px;
}
.home_news .link_all:hover {
  text-decoration: underline;
}
.home_news .link_all:hover .btn_circle {
  background-color: transparent;
  border-color: #000000;
}
.home_news .link_all:hover .btn_circle:after {
  filter: none;
}
