.page_nav {
  padding: 0.9rem 0 2rem;
}
.downloads_brochures {
  padding: 14.6rem 0 15.5rem;
}
.downloads_brochures p {
  max-width: 70.9rem;
  margin-top: 3.5rem;
}
.downloads_brochures .list {
  margin-top: 4.6rem;
}
.downloads_brochures .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1.77083333%;
}
.downloads_brochures .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.2rem;
  background-color: #fff;
  border: 1px solid var(--border);
}
.downloads_brochures .item .img {
  border-radius: 1.2rem;
  padding-bottom: 60.73752711%;
  background-color: var(--bg);
}
.downloads_brochures .item .img img {
  width: 34.27331887%;
  height: 78.57142857%;
  left: 50.8%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.downloads_brochures .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.2060738% 5.856833% 6.0737527%;
}
.downloads_brochures .item .title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f172a;
}
.downloads_brochures .item .metas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-top: 1rem;
}
.downloads_brochures .item .metas span {
  display: flex;
  align-items: center;
  font-size: 1.449rem;
  color: #94a3b8;
  gap: 0.6rem;
}
.downloads_brochures .item .metas span::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: no-repeat center / contain;
  filter: contrast(0) brightness(1.3);
}
.downloads_brochures .item .metas .fmt::before {
  background-image: url("../img/icon-file.svg");
}
.downloads_brochures .item .metas .size::before {
  background-image: url("../img/icon-size.svg");
}
.downloads_brochures .item .btn {
  --anim: 0, 20%;
  flex-direction: row-reverse;
  font-size: 1.463rem;
  line-height: 3.9rem;
  border-radius: 0.8rem;
  gap: 1.1rem;
  margin-top: 4.3rem;
  padding: 0 2.3rem;
}
.downloads_brochures .item .btn::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/icon-download2.svg");
}
.download_documentation {
  background-color: var(--bg);
  padding: 12rem 0 12.4rem;
}
.download_documentation p {
  max-width: 70.9rem;
  margin-top: 3.5rem;
}
.download_documentation .table {
  margin-top: 4.4rem;
  margin-right: -2px;
  overflow: auto;
}
.download_documentation .cus_table {
  padding: 0 1px;
  background-color: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  --radius: 1.2rem;
}
.download_documentation .cus_table .cus_thead .cus_tr {
  border-radius: 0.4rem;
  color: #fff;
  background-color: var(--title);
}
.download_documentation .cus_table .cus_tbody .cus_tr:last-child .cus_td {
  border-bottom: none;
}
.download_documentation .cus_table .cus_tr {
  display: grid;
  grid-template-columns: 1fr 11.6133519% 11.4047288% 14.0472879% 16.550765%;
}
.download_documentation .cus_table .cus_th,
.download_documentation .cus_table .cus_td {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.download_documentation .cus_table .cus_th {
  font-size: 1.441rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.8rem 2.9rem 2.1rem;
  letter-spacing: 0.04em;
}
.download_documentation .cus_table .cus_td {
  font-size: 1.681rem;
  color: #475569;
  border-bottom: 1px solid #f1f5f9;
  padding: 2rem 2.9rem 1.89rem;
}
.download_documentation .cus_table .text {
  gap: 1.4rem;
}
.download_documentation .cus_table .text .icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  background: url("../img/icon-file.svg") no-repeat center / 35.42% rgba(0, 102, 255, 0.08);
  flex-shrink: 0;
}
.download_documentation .cus_table .text .icon + div {
  flex: 1;
}
.download_documentation .cus_table .text .name {
  font-weight: 600;
  color: #0f172a;
}
.download_documentation .cus_table .text .desc {
  font-size: 1.441rem;
  color: #94a3b8;
  margin-top: 2px;
  margin-bottom: 0.4rem;
}
.download_documentation .cus_table .btn_i {
  flex-direction: row-reverse;
  --anim: 0, 20%;
}
.download_documentation .cus_table .btn_i::after {
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/icon-download2.svg");
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .download_documentation .cus_table .cus_td,
  .download_documentation .cus_table .cus_th {
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page_nav {
    padding: 14px 0;
  }
  .downloads_brochures {
    padding: 50px 0;
  }
  .downloads_brochures .list {
    margin-top: 30px;
  }
  .downloads_brochures .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
    gap: 16px;
  }
  .downloads_brochures .item {
    border-radius: 10px;
  }
  .downloads_brochures .item .img {
    border-radius: 10px;
  }
  .downloads_brochures .item .info {
    padding: 20px;
  }
  .downloads_brochures .item .info .title {
    font-size: 16px;
  }
  .downloads_brochures .item .info .metas {
    margin-top: 10px;
    gap: 12px;
  }
  .downloads_brochures .item .info .metas span {
    font-size: 14px;
    gap: 5px;
  }
  .downloads_brochures .item .info .metas span::before {
    width: 13px;
    height: 13px;
  }
  .downloads_brochures .item .info .btn {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 5px;
    gap: 10px;
  }
  .downloads_brochures .item .info .btn::after {
    width: 13px;
    height: 13px;
  }
  .download_documentation {
    padding: 50px 0;
  }
  .download_documentation .table {
    overflow-x: auto;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 30px -20px 0;
  }
  .download_documentation .table::-webkit-scrollbar {
    display: none;
  }
  .download_documentation .cus_table {
    --radius: 10px;
    min-width: 700px;
  }
  .download_documentation .cus_table .cus_th,
  .download_documentation .cus_table .cus_td {
    padding-inline: 14px;
  }
  .download_documentation .cus_table .cus_th {
    font-size: 14px;
    letter-spacing: unset;
    padding: 14px;
  }
  .download_documentation .cus_table .cus_td {
    font-size: 15px;
    padding: 14px;
  }
  .download_documentation .cus_table .text {
    gap: 10px;
  }
  .download_documentation .cus_table .text .icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
  .download_documentation .cus_table .text .desc {
    font-size: 14px;
    margin: 0;
  }
}
