.page_banner {
  background-color: #0c0c0c;
  padding-top: 92px;
}
.page_banner.img_bg > img {
  width: auto;
  left: unset;
  right: 0;
  max-width: 100%;
}
.page_banner .flex {
  min-height: 64.7rem;
  padding: 6rem 0;
}
.page_banner .head {
  padding: 0 0 1.111%;
}
.page_banner .head h1 {
  margin-top: 1.2rem;
}
.page_banner .head p {
  margin-top: 2.9rem;
}
.page_banner .nums {
  margin-top: 4.1rem;
}
.page_banner .nums ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2.2rem;
}
.page_banner .nums li {
  flex: 1;
  max-width: 14rem;
}
.page_banner .nums .wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
.page_banner .nums .wrap i {
  font-size: 0.86364em;
  margin-left: 0.21053em;
  color: var(--primary);
  margin-bottom: -0.211em;
}
.page_banner .nums .label {
  font-size: 1.4rem;
  color: #999999;
  margin-top: 1.1rem;
  letter-spacing: 0.06rem;
}
.products_category {
  padding: 12.7rem 0 13rem;
}
.products_category .head .subtitle {
  margin-bottom: 0.9rem;
}
.products_category p {
  max-width: 57.3rem;
  margin-top: 2.4rem;
}
.products_category .nav {
  margin-top: 6.1rem;
}
.products_category .nav .nav_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(28rem, 100%), 1fr));
  gap: 3rem 2.03703704%;
}
.products_category .nav_item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  --cp: 1.1rem;
}
.products_category .nav_item::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s;
  clip-path: var(--polygon3);
  background-color: #f7f7f7;
  content: '';
}
.products_category .nav_item:hover {
  filter: drop-shadow(0 1.5rem 1.5rem rgba(188, 188, 188, 0.55));
}
.products_category .nav_item:hover img {
  transform: scale(1.02);
}
.products_category .nav_item::after {
  position: absolute;
  right: 3.55%;
  left: 2.3rem;
  bottom: 0;
  height: 0.7rem;
  background-color: var(--primary);
  transition: all 0.3s;
  clip-path: polygon(0 0, calc(100% - var(--cp)) 0, 100% 100%, var(--cp) 100%);
  content: '';
}
.products_category .nav_item.active {
  filter: drop-shadow(0 1.5rem 1.5rem rgba(188, 188, 188, 0.55));
}
.products_category .nav_item.active::before {
  background-color: var(--primary);
}
.products_category .nav_item.active::after {
  background-color: #ad1c2a;
}
.products_category .nav_item.active .btn_single {
  background-color: #fff;
}
.products_category .nav_item.active .btn_single::after {
  filter: unset;
}
.products_category .nav_item.active .info .order,
.products_category .nav_item.active .info .title,
.products_category .nav_item.active .info .desc {
  color: #fff;
}
.products_category .nav_item.active .info .desc {
  opacity: 0.74;
}
.products_category .nav_item .img {
  padding-bottom: 70.41420118%;
}
.products_category .nav_item .info {
  flex: 1;
  padding: 0.5rem 2.9rem 5.6rem;
}
.products_category .nav_item .info .order {
  font-size: 1.8rem;
  font-weight: 700;
  color: #d32f2f;
  transition: all 0.3s;
}
.products_category .nav_item .info .title {
  font-size: 2.8rem;
  font-weight: 700;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 2px;
}
.products_category .nav_item .info .desc {
  font-size: 1.463rem;
  color: #999999;
  transition: all 0.3s;
  margin-top: 1.4rem;
}
.products_category .nav_item .btn_single {
  position: absolute;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  width: 4.5rem;
  clip-path: var(--polygon1);
  background-color: var(--primary);
  top: 2.6rem;
  right: 2.7rem;
}
.products_category .nav_item .btn_single::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/arrow-r-b.svg") no-repeat center / 31.11%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.products_main {
  background-color: #f5f5f5;
  padding: 12.4rem 0 13rem;
}
.products_main .products_sidebar {
  width: 30.4rem;
  margin-top: 0.6rem;
  position: sticky;
  top: 12rem;
}
.products_main .products_sidebar .taxonomy.active .title {
  border-top-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
  padding-top: 1.3rem;
}
.products_main .products_sidebar .taxonomy.active .title::after {
  filter: contrast(0) brightness(2);
}
.products_main .products_sidebar .taxonomy.active .box {
  opacity: 1;
}
.products_main .products_sidebar .title {
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 600;
  gap: 2rem;
  text-transform: uppercase;
  display: grid;
  align-items: center;
  transition: all 0.3s;
  grid-template-columns: 1fr 1.5rem;
  border-top: 1px solid rgba(22, 22, 22, 0.14);
  padding: 1.6rem 1.5rem 1.8rem 2.1rem;
}
.products_main .products_sidebar .title::after {
  content: '';
  display: block;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/nav-b.svg) no-repeat center / contain;
}
.products_main .products_sidebar .box {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
.products_main .products_sidebar .links {
  padding: 2.4rem 2rem 2.9rem;
}
.products_main .products_sidebar .links li + li {
  margin-top: 1.6rem;
}
.products_main .products_sidebar .links li.active a,
.products_main .products_sidebar .links a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.products_main .products_sidebar .links a {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.8);
  transition: all 0.3s;
  text-decoration: underline transparent;
  text-decoration-thickness: 1px;
}
.products_main .main {
  flex: 1;
  width: 100%;
  max-width: 107.4rem;
}
.products_main .head h2 {
  font-size: 3.6rem;
}
.products_main .head .btn_filter {
  display: none;
}
.products_main .filters {
  border-top: 1px solid rgba(22, 22, 22, 0.14);
  margin-top: 2.6rem;
  padding-top: 2.4rem;
}
.products_main .filters .filter + .filter {
  margin-top: 2rem;
}
.products_main .filters .filter {
  display: grid;
  grid-template-columns: 16.3rem 1fr;
  align-items: start;
  gap: 2rem;
}
.products_main .filters .label {
  font-size: 2rem;
  font-weight: 600;
  color: #333333;
  margin-top: 0.5rem;
}
.products_main .filters ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.products_main .filters ul li {
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #666666;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 0.6rem 1.35rem 0.7rem;
  min-width: 6.9rem;
}
.products_main .filters ul li.active,
.products_main .filters ul li:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.products_main .list {
  margin-top: 7.3rem;
  margin-left: -1px;
}
.products_main .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(28rem, 100%), 1fr));
  gap: 4.1rem 2.3rem;
}
.products_main p.center:has(.btn) {
  margin-top: 4.4rem;
  min-height: 5.6rem;
}
.products_main p.center:has(.btn) .btn {
  min-width: 20.1rem;
}
.products_advantages {
  border-bottom: 1px solid #eeeeee;
  padding-top: 7.9rem;
}
.products_advantages .items ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.products_advantages .items li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.8rem;
  padding: 4.3rem 2rem;
}
.products_advantages .items .icon {
  width: 5.6rem;
  height: 5.6rem;
  flex-shrink: 0;
  margin-top: 0.8rem;
}
.products_advantages .items .info {
  flex: 1;
  max-width: 25.9rem;
}
.products_advantages .items .info strong {
  display: block;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 700;
  color: #111111;
}
.products_advantages .items .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #888888;
  margin-top: 0.7rem;
}
.products_solution {
  padding: 6.4rem 0 26.1rem;
}
.products_solution .flex {
  background-color: #f7f7f7;
  clip-path: var(--polygon3);
  position: relative;
  min-height: 54.1rem;
  padding: 4rem 7.9861111%;
}
.products_solution .flex::after {
  position: absolute;
  left: 0;
  right: 1.38889%;
  bottom: 0;
  height: 0.7rem;
  background-color: var(--primary);
  content: '';
  clip-path: polygon(0 0, calc(100% - 1.1rem) 0, 100% 100%, 0 100%);
}
.products_solution .img {
  width: 43.01075269%;
  height: auto;
}
.products_solution .head {
  flex: 1;
  width: 100%;
  padding-left: 1px;
}
.products_solution .head .subtitle {
  margin-bottom: 0.9rem;
}
.products_solution p {
  max-width: 47.7rem;
  margin-top: 2.4rem;
}
.products_solution .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
  margin-top: 3.2rem;
}
.products_solution .btn::before {
  background-color: var(--primary);
}
.products_solution .btn:hover {
  color: var(--primary);
}
.products_solution .btn:hover::after {
  filter: unset;
}
.products_solution .btn.btn_t {
  color: var(--title);
}
.products_solution .btn.btn_t::before {
  background-color: var(--title);
  opacity: 0.5;
}
.products_solution .btn.btn_t::after {
  filter: contrast(0) brightness(0);
}
.products_solution .btn.btn_t:hover {
  color: #fff;
}
.products_solution .btn.btn_t:hover::before {
  background-color: var(--primary);
  opacity: 0;
}
.products_solution .btn.btn_t:hover::after {
  filter: contrast(0) brightness(2);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page_banner.img_bg > img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .page_banner {
    padding-top: 64px;
  }
  .page_banner.img_bg > img {
    opacity: 0.6;
  }
  .page_banner .flex {
    min-height: unset;
    padding: 50px 0;
  }
  .page_banner .head {
    padding: 0;
    max-width: 500px;
  }
  .page_banner .head h1 {
    margin-top: 10px;
  }
  .page_banner .head p {
    margin-top: 12px;
  }
  .page_banner .nums {
    margin-top: 30px;
  }
  .page_banner .nums ul {
    gap: 20px;
  }
  .page_banner .nums .wrap {
    font-size: 26px;
  }
  .page_banner .nums .label {
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: unset;
  }
  .products_category {
    padding: 50px 0;
  }
  .products_category .head .subtitle {
    margin-bottom: 8px;
  }
  .products_category .head p {
    margin-top: 12px;
  }
  .products_category .nav {
    margin-top: 30px;
  }
  .products_category .nav .nav_list {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    overflow-x: auto;
  }
  .products_category .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .products_category .nav li {
    flex: 0 0 250px;
  }
  .products_category .nav_item {
    --cp: 7px;
  }
  .products_category .nav_item::after {
    left: 12px;
    height: 5px;
  }
  .products_category .nav_item .info {
    padding: 0 20px 25px;
  }
  .products_category .nav_item .info .order {
    font-size: 14px;
  }
  .products_category .nav_item .info .title {
    font-size: 18px;
    margin-top: 5px;
  }
  .products_category .nav_item .info .desc {
    font-size: 14px;
    margin-top: 5px;
  }
  .products_category .nav_item .btn_single {
    width: 40px;
    height: 40px;
    right: 16px;
    top: 16px;
  }
  .products_main {
    padding: 50px 0;
  }
  .products_main .products_sidebar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
    margin: 0;
    width: unset;
  }
  .products_main .products_sidebar.active {
    pointer-events: all;
  }
  .products_main .products_sidebar.active .close {
    opacity: 1;
  }
  .products_main .products_sidebar.active .con {
    transform: translate(0);
  }
  .products_main .products_sidebar > .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .products_main .products_sidebar .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  .products_main .products_sidebar .close_box {
    padding: 12px;
  }
  .products_main .products_sidebar .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }
  .products_main .products_sidebar .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .products_main .products_sidebar .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 0 0 30px;
  }
  .products_main .products_sidebar .title {
    font-size: 18px;
    line-height: 1.5;
    padding: 14px 20px;
    grid-template-columns: 1fr 12px;
  }
  .products_main .products_sidebar .links {
    padding: 20px;
  }
  .products_main .products_sidebar .links li + li {
    margin-top: 10px;
  }
  .products_main .products_sidebar .links a {
    font-size: 14px;
    line-height: 1.5;
  }
  .products_main .head {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .products_main .head h2 {
    font-size: 22px;
  }
  .products_main .head .btn_filter {
    display: block;
    width: 22px;
    height: 22px;
    content: '';
    background: url("../img/nav-btn-p.svg") no-repeat center / contain;
    flex-shrink: 0;
  }
  .products_main .filters {
    margin-top: 20px;
    padding-top: 16px;
  }
  .products_main .filters .filter + .filter {
    margin-top: 14px;
  }
  .products_main .filters .filter {
    grid-template-columns: 130px 1fr;
    gap: 12px;
  }
  .products_main .filters .label {
    font-size: 16px;
    margin-top: 6px;
  }
  .products_main .filters ul {
    gap: 8px;
  }
  .products_main .filters ul li {
    padding: 5px 12px;
    min-width: 71px;
  }
  .products_main .list {
    margin-top: 30px;
  }
  .products_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
    gap: 30px 16px;
  }
  .products_main p.center:has(.btn) {
    margin-top: 40px;
    min-height: 40px;
  }
  .products_main p.center:has(.btn) .btn {
    min-width: 120px;
  }
  .products_advantages {
    padding: 20px 0;
  }
  .products_advantages .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
  }
  .products_advantages .items li {
    padding: 20px;
    gap: 14px;
    display: block;
  }
  .products_advantages .items .icon {
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .products_advantages .items .info {
    margin-top: 16px;
  }
  .products_advantages .items .info strong {
    font-size: 18px;
  }
  .products_advantages .items .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .products_solution {
    padding: 30px 0;
  }
  .products_solution .flex {
    padding: 30px 20px;
    min-height: unset;
  }
  .products_solution .flex::after {
    height: 5px;
    clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 100%, 0 100%);
  }
  .products_solution .head {
    padding: 0;
  }
  .products_solution .head .subtitle {
    margin-bottom: 8px;
  }
  .products_solution .head p {
    margin-top: 12px;
  }
  .products_solution .head .btns {
    margin-top: 20px;
    gap: 12px;
  }
  .products_solution .head .btns .btn {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .page_banner .nums ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .products_solution .img {
    width: 100%;
    order: -1;
  }
  .products_solution .btns {
    display: grid;
  }
}

/* Product filter loading transition */
.products_main .product_list {
  transition: opacity 0.3s ease;
}
.products_main .product_list.loading {
  opacity: 0.4;
  pointer-events: none;
}
.load_more_product.loading {
  opacity: 0.6;
  pointer-events: none;
}
