.products_banner {
  position: relative;
  background-color: #000;
}
.products_banner .image {
  max-width: 256rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.products_banner .image .bg {
  pointer-events: none;
}
.products_banner .image .bg img {
  min-height: 350px;
}
.products_banner .image .pic {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 39.270833%;
  height: 100%;
  clip-path: polygon(28.381963% 0, 100% 0, 100% 100%, 0 100%);
}
.products_banner .wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.products_banner .content {
  height: 100%;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
}
.products_banner .breadcrumbs {
  color: #fff;
  font-size: 1.4rem;
  padding: 3.2rem 0;
}
.products_banner .breadcrumbs span span::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 0.6rem;
  margin: 0 0.2rem 0 0.8rem;
  transform: translateY(-1px) rotate(-90deg);
  background: url(../img/icon-select.svg) no-repeat center / contain;
}
.products_banner .breadcrumbs span span:last-child::after {
  display: none;
}
.products_banner .breadcrumbs a {
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.3s;
}
.products_banner .breadcrumbs a:hover {
  color: var(--primary);
}
.products_banner .flex {
  flex: 1;
}
.products_banner .tcon {
  width: 47.058824%;
  margin-bottom: 4.411765%;
  padding: 5rem 0;
}
.products_banner .tcon p {
  font-weight: 200;
  margin-top: 1.4rem;
}
.products_main {
  margin: 10.8rem 0 22.8rem;
}
.products_main .top {
  padding-bottom: 3.4rem;
  border-bottom: 1px solid #ebebeb;
}
.products_main .docs {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.products_main .docs a {
  gap: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  text-align: center;
  font-weight: 600;
  line-height: 5rem;
  padding: 0 3rem;
  transition: all 0.3s;
  border-radius: 0.6rem;
  border: 1px solid #e8eaee;
}
.products_main .docs a::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 2.2rem;
  transition: all 0.3s;
  background: url(../img/icon-doc.svg) no-repeat center / contain;
}
.products_main .docs a:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.products_main .docs a:hover::before {
  filter: contrast(0) brightness(2);
}
.products_main .search {
  flex: 1;
  max-width: 34.5rem;
}
.products_main .search form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-radius: 0.6rem;
  border: 1px solid #e8eaee;
}
.products_main .search input[type="text"] {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 2.2rem;
}
.products_main .search input[type="submit"] {
  margin: -1px;
  width: 5.2rem;
  height: 5.2rem;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  border-radius: 0.6rem;
  background: url(../img/icon-search-w.svg) no-repeat center / 36% var(--primary);
}
.products_main .search input[type="submit"]:hover {
  background-color: var(--secondary);
}
.products_main .head {
  margin-top: 11.7rem;
}
.products_main .tcon {
  flex: 1;
  max-width: 81.6rem;
}
.products_main .sort {
  gap: 2.2rem;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.products_main .sort .label {
  color: #5e646e;
  font-weight: 500;
  font-size: 1.7rem;
}
.products_main .sort select {
  height: 5rem;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 0.6rem;
  outline: none;
  border: 1px solid #e8eaee;
  padding: 0 7rem 0 2rem;
  background: url(../img/icon-select.svg) no-repeat right 2.2rem center / 1.2rem;
}
.products_main .list {
  margin-top: 5.2rem;
}
.products_main .list ul {
  display: grid;
  gap: 3.9rem 2.132353%;
  grid-template-columns: repeat(3, 1fr);
}
.products_main .navigation {
  margin-top: 5.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .products_banner .image .pic {
    margin-right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .products_banner .image .pic {
    margin-right: -10%;
  }
  .products_banner .breadcrumbs {
    padding: 20px 0 0;
  }
  .products_banner .tcon {
    margin: 0;
    padding: 30px 0;
  }
  .products_main {
    margin: 0;
    padding: 50px 0;
  }
  .products_main .top {
    padding-bottom: 20px;
  }
  .products_main .docs a {
    gap: 10px;
    font-size: 14px;
    padding: 0 20px;
  }
  .products_main .search {
    max-width: 320px;
  }
  .products_main .search input[type="text"] {
    font-size: 15px;
    padding: 0 15px;
  }
  .products_main .search input[type="submit"] {
    width: 44px;
    height: 44px;
  }
  .products_main .head {
    margin-top: 30px;
    align-items: flex-start;
    flex-direction: column;
  }
  .products_main .sort {
    gap: 12px;
  }
  .products_main .sort .label {
    font-size: 14px;
  }
  .products_main .sort select {
    font-size: 14px;
    padding: 0 40px 0 15px;
    background: url(../img/icon-select.svg) no-repeat right 15px center / 10px;
  }
  .products_main .list {
    margin-top: 30px;
  }
  .products_main .list ul {
    gap: 20px 12px;
  }
  .products_main .navigation {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .products_banner .image .bg img {
    min-height: unset;
  }
  .products_banner .image .pic {
    margin: 0;
  }
  .products_banner .wrap {
    position: static;
  }
  .products_banner .tcon {
    width: 100%;
  }
  .products_main .top {
    display: block;
  }
  .products_main .search {
    flex: unset;
    width: 100%;
    max-width: unset;
    margin-top: 20px;
  }
  .products_main .list ul {
    grid-template-columns: 1fr;
  }
}
