.page_nav {
  padding: 5.4rem 0;
}
.solutions_main {
  padding: 4.9rem 0 19.4rem;
}
.solutions_main .head {
  display: grid;
  grid-template-columns: 52% 1fr;
  align-items: end;
}
.solutions_main .head .tcon {
  padding-bottom: 2.2rem;
}
.solutions_main p {
  max-width: 66.8rem;
  margin-top: 2.9rem;
}
.solutions_main form {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid rgba(109, 124, 137, 0.19);
  transition: border-color 0.2s;
  padding-right: 0.8rem;
  max-width: 54.2rem;
  margin-left: auto;
}
.solutions_main form:focus-within {
  border-color: var(--primary);
}
.solutions_main form input {
  display: block;
  width: 100%;
  font-size: 1em;
  color: var(--title);
  padding: 0 1.25em;
}
.solutions_main form input::placeholder {
  color: #3c5663;
  opacity: 0.5;
}
.solutions_main form input[type=submit] {
  width: 5.4rem;
  height: 5.2rem;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 0.8rem;
  background: url("../img/icon-search-w.svg") no-repeat center / 29.63% var(--primary);
  transition: all 0.3s;
  margin: 0.75rem 0;
}
.solutions_main form input[type=submit]:hover {
  background-color: var(--title);
}
.solutions_main .res-box {
  border-top: 1px solid rgba(12, 42, 56, 0.06);
  font-size: 1.8rem;
  margin-top: 4.25rem;
  padding-top: 1.9rem;
}
.solutions_main .res-box .res {
  font-weight: 600;
}
.solutions_main .res-box .res span {
  opacity: 0.74;
}
.solutions_main .res-box .total {
  color: var(--text);
  margin-left: auto;
}
.solutions_main .res-box .btn_filter {
  display: none;
}
.solutions_main .main {
  margin-top: 6.7rem;
}
.solutions_main .products_sidebar {
  width: 31.1rem;
  border-radius: 0.8rem;
  border: 1px solid #e4e9ee;
  position: sticky;
  top: 12rem;
}
.solutions_main .products_sidebar .close_box {
  border-radius: 0.8rem;
  background-color: var(--primary);
  margin: -1px;
  padding: 1.9rem 2.5rem 1.8rem;
}
.solutions_main .products_sidebar .close_box strong {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.solutions_main .products_sidebar .nav li:first-child a {
  border-top: none;
}
.solutions_main .products_sidebar .nav a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.706em;
  align-items: center;
  transition: all 0.3s;
  font-size: 1.7rem;
  font-weight: 600;
  border-top: 1px solid #e4e9ee;
  gap: 1em;
  padding: 1.7rem 2.4rem 1.8rem;
}
.solutions_main .products_sidebar .nav a::before {
  position: absolute;
  width: 3px;
  top: -1px;
  bottom: -1px;
  left: -1px;
  content: '';
  background-color: var(--primary);
  transition: all 0.3s;
  opacity: 0;
}
.solutions_main .products_sidebar .nav a::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: url("../img/nav-r.svg") no-repeat center / contain;
}
.solutions_main .products_sidebar .nav .active a,
.solutions_main .products_sidebar .nav a:hover {
  color: var(--primary);
  background-color: rgba(49, 167, 218, 0.04);
}
.solutions_main .products_sidebar .nav .active a::before,
.solutions_main .products_sidebar .nav a:hover::before {
  opacity: 1;
}
.solutions_main .products_sidebar .nav .active a::after,
.solutions_main .products_sidebar .nav a:hover::after {
  filter: none;
}
.solutions_main .list {
  flex: 1;
  width: 100%;
  max-width: 107.9rem;
}
.solutions_main .list .product_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(26rem, 100%), 1fr));
  gap: 3rem 2.17794254%;
}
.solutions_main .list .product_list2 {
  max-width: 107.8rem;
  margin-left: auto;
  display: grid;
  gap: 2.5rem;
}
.solutions_main .list p.center:has(.btn) {
  max-width: unset;
  margin-top: 5.5rem;
  min-height: 5.2rem;
}
.solutions_main .list p.center:has(.btn) .btn {
  min-width: 16rem;
}
.product_list2 a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  border-radius: 1.6rem;
  border: 1px solid #e6e9ee;
  padding: 0 1.7625232%;
  gap: 1.8304432%;
}
.product_list2 a:hover img {
  transform: scale(1.05);
}
.product_list2 .img {
  width: 25%;
  --h: 100%;
  max-width: 25rem;
  align-self: flex-start;
}
.product_list2 .info {
  flex: 1;
  width: 100%;
  padding: 2.6974952% 0.9633911% 1.5414258%;
}
.product_list2 .cat {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.057143em;
}
.product_list2 .title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 0.6rem;
}
.product_list2 .desc {
  line-height: 1.416875;
  color: var(--text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 67.3rem;
  margin-top: 1.2rem;
}
.product_list2 ul {
  margin-top: 2.2rem;
}
.product_list2 ul li {
  border-top: 1px solid #e6e9ee;
  display: grid;
  grid-template-columns: 15.3rem 1fr;
  align-items: start;
  padding: 1rem 0 1.3rem;
}
.product_list2 ul strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  padding-right: 1rem;
  margin-top: 1px;
}
.product_list2 ul p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--text);
  max-width: 50rem;
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .product_list2 .img {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .page_nav {
    padding: 30px 0;
  }
  .solutions_main {
    padding: 50px 0;
  }
  .solutions_main .head .tcon {
    padding: 0;
  }
  .solutions_main form {
    padding-right: 5px;
  }
  .solutions_main form input[type=submit] {
    width: 44px;
    height: 44px;
    margin: 5px 0;
  }
  .solutions_main .res-box {
    font-size: 14px;
    padding-top: 16px;
    margin-top: 20px;
  }
  .solutions_main .res-box .btn_filter {
    display: block;
    width: 44px;
    height: 44px;
    content: '';
    background: url("../img/nav-btn-p.svg") no-repeat center / 50%;
  }
  .solutions_main .main {
    margin-top: 30px;
  }
  .solutions_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;
    border-radius: 0;
    border: none;
  }
  .solutions_main .products_sidebar.active {
    pointer-events: all;
  }
  .solutions_main .products_sidebar.active .close {
    opacity: 1;
  }
  .solutions_main .products_sidebar.active .con {
    transform: translate(0);
  }
  .solutions_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);
  }
  .solutions_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;
  }
  .solutions_main .products_sidebar .close_box {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    border-radius: 0;
    margin: 0;
  }
  .solutions_main .products_sidebar .close_box strong {
    font-size: 16px;
  }
  .solutions_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 right / 12px;
    filter: contrast(0) brightness(2);
  }
  .solutions_main .products_sidebar .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 0 0 30px;
  }
  .solutions_main .products_sidebar .nav a {
    font-size: 14px;
    padding: 14px 20px;
  }
  .solutions_main .list .product_list {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 30px 16px;
  }
  .solutions_main .list .product_list2 {
    gap: 30px;
  }
  .solutions_main .list p.center:has(.btn) {
    margin-top: 40px;
    min-height: 44px;
  }
  .solutions_main .list p.center:has(.btn) .btn {
    min-width: 120px;
  }
  .product_list2 a {
    border-radius: 10px;
    padding: 0;
    gap: 0;
  }
  .product_list2 .img {
    align-self: center;
  }
  .product_list2 .info {
    padding: 20px;
  }
  .product_list2 .info .cat {
    font-size: 13px;
  }
  .product_list2 .info .title {
    font-size: 18px;
    margin-top: 5px;
  }
  .product_list2 .info .desc {
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_list2 .info ul {
    margin-top: 14px;
  }
  .product_list2 .info ul li {
    padding: 10px 0;
    grid-template-columns: 120px 1fr;
  }
  .product_list2 .info ul li strong {
    font-size: 14px;
    margin: 0;
  }
  .product_list2 .info ul li p {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .solutions_main .head {
    grid-template-columns: 1fr;
  }
  .product_list2 .img {
    width: 100%;
    max-width: unset;
  }
}
