.page_banner .head p {
  max-width: 58.2rem;
}
.products_nums {
  overflow: hidden;
  margin-top: -5.5rem;
}
.products_nums .nums {
  position: relative;
  z-index: 3;
  max-width: 192rem;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.products_nums .nums ul {
  border: 1px solid #fff;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.99) 49%, #fff 62%, rgba(255, 255, 255, 0.99) 73%, rgba(255, 255, 255, 0.9) 91%);
  box-shadow: var(--shadow2);
  border-radius: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  min-width: 43.59375%;
  padding-right: 8.1rem;
  margin-right: -3rem;
  gap: 2rem 0;
}
.products_nums .nums li {
  flex: 1 0 25rem;
  border-left: 1px solid var(--border);
  text-align: center;
  margin-left: -1px;
  padding: 2.6rem 2rem 2.3rem;
}
.products_nums .nums li strong {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.02531em;
}
.products_nums .nums li strong i {
  color: var(--primary);
}
.products_nums .nums li p {
  font-size: 1.4rem;
  opacity: 0.6;
  text-transform: uppercase;
  margin-top: 0.8rem;
}
.products_category {
  padding: 3.8rem 0 7.2rem;
}
.products_category .list {
  margin-top: 3.7rem;
}
.products_category .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(23rem, 100%), 1fr));
  gap: 2.1rem 1.5rem;
}
.products_category .cat_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.4rem;
  background-color: var(--bg);
  padding: 7.2463768% 6.884058% 4.3478261%;
}
.products_category .cat_item .icon {
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 1.2rem;
  background-color: #fff;
  box-shadow: var(--shadow);
}
.products_category .cat_item .icon img {
  transform: scale(0.68627451);
}
.products_category .cat_item .title {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 600;
  max-width: 21.7rem;
  margin-top: 1.3rem;
  margin-bottom: auto;
  letter-spacing: 0.00476em;
}
.products_category .cat_item .link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  color: var(--text);
  gap: 2rem;
  margin-top: 1.2rem;
  letter-spacing: -0.0044em;
}
.products_category .cat_item .btn_c {
  background-color: rgba(208, 214, 214, 0.36);
}
.products_category .cat_item.active .icon,
.products_category .cat_item:hover .icon {
  background-color: var(--primary);
  box-shadow: var(--shadow_active);
}
.products_category .cat_item.active .icon img,
.products_category .cat_item:hover .icon img {
  filter: contrast(0) brightness(2);
}
.products_category .cat_item.active .btn_c,
.products_category .cat_item:hover .btn_c {
  background-color: var(--primary);
}
.products_category .cat_item.active .btn_c::after,
.products_category .cat_item:hover .btn_c::after {
  filter: contrast(0) brightness(2);
}
.products_category p.center:has(.btn) {
  min-height: 5.2rem;
  margin-top: 4.4rem;
}
.products_category p.center:has(.btn) .btn {
  min-width: 16.7rem;
  position: relative;
}
.products_category p.center:has(.btn) .btn.loading,
.products_category p.center:has(.btn) .btn.loading:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: transparent;
  pointer-events: none;
  box-shadow: none;
}
.products_category p.center:has(.btn) .btn.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  margin: -0.9rem 0 0 -0.9rem;
  border-radius: 50%;
  border: 0.2rem solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  animation: products_btn_spin 0.75s linear infinite;
}
@keyframes products_btn_spin {
  to {
    transform: rotate(360deg);
  }
}
.products_main {
  background-color: var(--bg);
  padding: 10.2rem 0 7.6rem;
}
.products_main .products_sidebar {
  width: 31.3rem;
  padding-top: 0.8rem;
  position: sticky;
  top: 12rem;
}
.products_main .products_sidebar .close_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.products_main .products_sidebar .close_box strong {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
}
.products_main .products_sidebar .close_box .clear {
  font-size: 1em;
  font-weight: 500;
  color: var(--primary);
  transition: all 0.3s;
  letter-spacing: -0.005em;
}
.products_main .products_sidebar .close_box .clear:hover {
  color: var(--secondary);
}
.products_main .products_sidebar .close_box .close {
  display: none;
}
.products_main .products_sidebar .filter_search {
  padding: 2rem 0 1.1rem;
}
.products_main .products_sidebar .filter_search form {
  display: grid;
  grid-template-columns: 3.1rem 1fr;
  background-color: #fff;
  border: 1px solid #edefef;
  transition: border-color 0.2s;
  border-radius: 0.9rem;
  height: 5.1rem;
}
.products_main .products_sidebar .filter_search form:focus-within {
  border-color: var(--primary);
}
.products_main .products_sidebar .filter_search form input {
  display: block;
  width: 100%;
  font-size: 1em;
  padding: 0 20px;
}
.products_main .products_sidebar .filter_search form input[type=submit] {
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/icon-search.svg") no-repeat center right / 48.4%;
}
.products_main .products_sidebar .taxonomy {
  border-bottom: 1px solid #dee2e2;
}
.products_main .products_sidebar .taxonomy.active .title::after {
  transform: rotate(180deg);
}
.products_main .products_sidebar .taxonomy.active .box {
  opacity: 1;
}
.products_main .products_sidebar .title {
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 500;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 0.591em;
  padding: 1.1rem 0 1.8rem;
  gap: 0.7em;
  letter-spacing: 0.00682em;
}
.products_main .products_sidebar .title::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/icon-select2.svg) no-repeat center / contain;
}
.products_main .products_sidebar .box {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
.products_main .products_sidebar .terms {
  padding: 0.9rem 0 3.2rem;
}
.products_main .products_sidebar .terms li {
  position: relative;
  line-height: 1.3125;
  color: #3c4843;
  transition: color 0.3s, font-weight 0.3s;
  letter-spacing: -0.0044em;
}
.products_main .products_sidebar .terms li > a,
.products_main .products_sidebar .terms li.disabled {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 1rem;
  padding-left: 1.875em;
  color: inherit;
}
.products_main .products_sidebar .terms li > a {
  cursor: pointer;
}
.products_main .products_sidebar .terms li.disabled {
  cursor: default;
  color: #b7bdba;
}
.products_main .products_sidebar .terms li > a::before,
.products_main .products_sidebar .terms li.disabled::before {
  width: 1.1875em;
  height: 1.1875em;
  border: 1px solid #edefef;
  background: url("../img/gou-w.svg") no-repeat center / 47.4% #fff;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0.0625em;
  content: '';
  border-radius: 0.3125em;
}
.products_main .products_sidebar .terms li .num {
  font-size: 0.875em;
  color: #6b756f;
  font-weight: 400;
  text-align: right;
  margin-top: 1px;
}
.products_main .products_sidebar .terms li:hover {
  color: var(--title);
}
.products_main .products_sidebar .terms li.active {
  color: var(--title);
  font-weight: 600;
}
.products_main .products_sidebar .terms li.active > a::before {
  border-color: var(--primary);
  background-color: var(--primary);
}
.products_main .products_sidebar .terms li.disabled::before {
  opacity: 0.5;
}
.products_main .products_sidebar .terms li.disabled .num {
  color: #b7bdba;
}
.products_main .products_sidebar .terms li + li {
  margin-top: 1.9rem;
}
.products_main .products_sidebar .terms .more {
  color: #1c6b57;
  margin-top: 2.1rem;
  margin-bottom: -1rem;
}
.products_main .products_sidebar .terms .more button {
  font-size: 1em;
  font-weight: 600;
  color: #1c6b57;
  transition: all 0.3s;
}
.products_main .products_sidebar .terms .more button:hover {
  color: var(--primary);
}
.products_main .products_sidebar .terms .more p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.3rem;
  letter-spacing: -0.008em;
}
.products_main .main {
  flex: 1;
  width: 100%;
  max-width: 107.5rem;
}
.products_main .head {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  align-items: start;
  gap: 3.3rem;
}
.products_main .head .icon {
  border-radius: 1.2rem;
  background-color: var(--primary);
  box-shadow: var(--shadow_active);
}
.products_main .head .icon img {
  filter: contrast(0) brightness(2);
  transform: scale(0.69333333);
}
.products_main .head h2 {
  font-size: 3.4rem;
}
.products_main .head p {
  margin-top: 1.3rem;
}
.products_main .res {
  border-top: 1px solid #dee2e2;
  margin-top: 3.2rem;
  padding-top: 2.2rem;
  gap: 2.7rem;
}
.products_main .res .tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.products_main .res .tags a {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: #3c4843;
  border: 1px solid #edefef;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 1.33em;
  gap: 1.133em;
  padding: 0.667em 0.7333em 0.667em 0.933em;
  letter-spacing: -0.0067em;
}
.products_main .res .tags a::after,
.products_main .res .tags a::before {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 1.2667em;
  height: 1.2667em;
  content: '';
  background: url("../img/icon-close.svg") no-repeat center / 36.8%;
  transition: all 0.3s;
  border-radius: 50%;
}
.products_main .res .tags a::before {
  position: absolute;
  right: 0.7333em;
  background: linear-gradient(to right, #e7eae9, #d9dedd);
}
.products_main .res .tags a:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}
.products_main .res .tags a:hover::after {
  transform: rotate(360deg);
}
.products_main .res .total {
  font-size: 1.8rem;
  color: var(--text);
}
.products_main .res .total strong {
  font-weight: 600;
  color: var(--title);
}
.products_main .res .btn_filter {
  display: none;
}
.products_main .res .sort label {
  position: relative;
}
.products_main .res .sort label span {
  position: absolute;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text);
  left: 1.2413em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.products_main .res .sort label select {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--title);
  border: 1px solid #edefef;
  background: url("../img/ico-select.svg") no-repeat center right 1.286em/0.786em #fff;
  outline: none;
  transition: border-color 0.2s;
  border-radius: 0.643em;
  padding: 0 2.5em 0 3.93em;
  height: 5.1rem;
  min-width: 14.91em;
}
.products_main .res .sort label select:focus {
  border-color: var(--primary);
}
.products_main .list {
  margin-top: 1.6rem;
  max-width: 107rem;
}
.products_main .list ul {
  display: grid;
  gap: 1.4rem;
}
/* AJAX filtering in flight (see fetchProducts() in assets/js/products.js):
   dims + locks the results while a request is out, without hiding
   #products_results entirely — a full re-render swaps this back off. */
.products_main.is-loading #products_results {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.2s;
}
.products_main .product_list .card {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2.3364486% 3.271028% 3.0841121% 2.8037383%;
}
.products_main .product_list .info {
  flex: 1;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  justify-content: start;
  border: none;
  padding: 0;
  gap: 2px 2.3rem;
}
.products_main .product_list .icon {
  grid-row: span 3;
  margin-top: 1px;
}
.products_main .product_list .metas {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  grid-column: 2;
}
.products_main .product_list .metas .code {
  order: -1;
}
.products_main .product_list .title {
  grid-row: 1;
  grid-column: 2;
  margin: 0;
  max-width: max-content;
}
.products_main .product_list .tags {
  grid-column: 2;
  margin-top: 1.1rem;
}
.products_main .product_list .price {
  text-align: right;
  font-size: 1.589rem;
  margin-bottom: -1px;
  margin-top: 0.6rem;
}
.products_main .product_list .btns .btn {
  font-weight: 600;
  min-width: 14.4rem;
}
.products_main nav.navigation {
  margin-top: 7.3rem;
}
.footer_contact {
  background-color: var(--bg);
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .products_main .products_sidebar {
    width: 29rem;
  }
  .products_main .product_list .con {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .products_main .product_list .con .btns {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .page_banner .flex {
    padding-bottom: 70px;
  }
  .products_nums {
    margin-top: -30px;
    overflow: unset;
  }
  .products_nums .nums {
    padding: 0 20px;
  }
  .products_nums .nums ul {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 10px;
  }
  .products_nums .nums li {
    padding: 20px 16px;
    flex: 1;
  }
  .products_nums .nums li strong {
    font-size: 28px;
  }
  .products_nums .nums li p {
    font-size: 13px;
    margin-top: 5px;
  }
  .products_category {
    padding: 50px 0;
  }
  .products_category .list {
    margin-top: 20px;
  }
  .products_category .list ul {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .products_category .list ul::-webkit-scrollbar {
    display: none;
  }
  .products_category .list ul li {
    flex: 0 0 220px;
  }
  .products_category .cat_item {
    border-radius: 10px;
    padding: 20px;
  }
  .products_category .cat_item .icon {
    width: 44px;
    height: 44px;
    border-radius: 5px;
  }
  .products_category .cat_item .title {
    font-size: 18px;
    margin-top: 14px;
    max-width: 180px;
  }
  .products_category .cat_item .link {
    margin-top: 16px;
  }
  .products_category p.center:has(.btn) {
    min-height: 44px;
    margin-top: 30px;
  }
  .products_category p.center:has(.btn) .btn {
    min-width: 120px;
  }
  .products_main {
    padding: 40px 0 50px;
  }
  .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;
    padding: 0;
  }
  .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;
    border-bottom: 1px solid #dee2e2;
  }
  .products_main .products_sidebar .close_box strong {
    font-size: 20px;
    padding-left: 8px;
  }
  .products_main .products_sidebar .close_box .close {
    display: block;
    width: 44px;
    height: 44px;
    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 .filter_search {
    padding: 20px 20px;
  }
  .products_main .products_sidebar .filter_search form {
    grid-template-columns: 30px 1fr;
    height: 50px;
  }
  .products_main .products_sidebar .filter_search + div {
    flex: 1;
    overflow: auto;
    padding-bottom: 30px;
  }
  .products_main .products_sidebar .title {
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 20px;
  }
  .products_main .products_sidebar .terms {
    padding: 10px 20px 20px;
  }
  .products_main .products_sidebar .terms li .num {
    margin: 0;
  }
  .products_main .products_sidebar .terms li > a::before,
  .products_main .products_sidebar .terms li.disabled::before {
    top: -1px;
  }
  .products_main .products_sidebar .terms li + li {
    margin-top: 16px;
  }
  .products_main .products_sidebar .terms .more {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .products_main .products_sidebar .terms .more p {
    font-size: 12px;
    margin-top: 3px;
  }
  .products_main .head {
    grid-template-columns: 50px 1fr;
    gap: 20px;
  }
  .products_main .head .icon {
    border-radius: 10px;
  }
  .products_main .head h2 {
    font-size: 25px;
  }
  .products_main .head p {
    margin-top: 10px;
  }
  .products_main .res {
    margin-top: 20px;
    padding-top: 14px;
    gap: 16px;
  }
  .products_main .res .tags {
    gap: 7px;
  }
  .products_main .res .tags a {
    font-size: 14px;
  }
  .products_main .res .total {
    font-size: 16px;
  }
  .products_main .res .sort label span {
    font-size: 13px;
  }
  .products_main .res .sort label select {
    font-size: 14px;
    height: 46px;
    min-width: 180px;
  }
  .products_main .res .btn_filter {
    display: block;
    width: 44px;
    height: 44px;
    background: url("../img/nav-btn-p.svg") no-repeat center / 50%;
    margin-left: auto;
  }
  .products_main .list {
    margin-top: 30px;
  }
  .products_main .list ul {
    gap: 20px;
  }
  .products_main.is-loading #products_results {
    opacity: 0.5;
    pointer-events: none;
  }
  .products_main .product_list .card {
    padding: 20px;
  }
  .products_main .product_list .card .info {
    gap: 10px 14px;
  }
  .products_main .product_list .card .info .title {
    margin-top: 0;
  }
  .products_main .product_list .card .info .icon,
  .products_main .product_list .card .info .tags {
    margin: 0;
  }
  .products_main .product_list .card .con .price {
    margin: 0;
  }
  .products_main .product_list .card .con .btns .btn {
    min-width: unset;
  }
  .products_main nav.navigation {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .products_nums .nums li strong {
    font-size: 20px;
  }
  .products_nums .nums li p {
    font-size: 12px;
    margin-top: 10px;
  }
  .products_main .res .total {
    width: 100%;
  }
  .products_main .product_list .card .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .products_main .product_list .card .info .metas {
    flex-direction: column;
    align-items: flex-start;
  }
  .products_main .product_list .card .info .metas .code {
    order: unset;
  }
  .products_main .product_list .card .info .title {
    margin-top: 12px;
  }
  .products_main .product_list .card .con {
    width: 100%;
  }
  .products_main .product_list .card .con .price {
    text-align: left;
    border-top: 1px dashed var(--border);
    padding-top: 10px;
  }
}
