.page_banner .head {
  padding-top: 1.1%;
}
.download_search {
  padding: 6.3rem 0;
}
.download_search .search_canvas {
  display: flex;
  justify-content: center;
}
.download_search form {
  position: relative;
  display: flex;
  margin: 0 auto;
  min-width: 83.68055556%;
  border-radius: var(--btn_radius);
  overflow: hidden;
}
.download_search form::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #e0e2e8;
  border-radius: var(--btn_radius);
  pointer-events: none;
}
.download_search form span {
  position: relative;
}
.download_search form span::before {
  position: absolute;
  width: 1px;
  height: 61.84211%;
  content: '';
  background-color: #d3d3d3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.download_search form .cat select {
  padding-left: 3.8rem;
}
.download_search form span:has(input[type=text]) {
  flex: 1;
}
.download_search form span:has(input[type=text])::before {
  display: none;
}
.download_search form input,
.download_search form select {
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 1.8rem;
  color: var(--title);
  border: none;
  outline: none;
  height: 7.8rem;
  padding: 2px 3.1rem 0;
}
.download_search form input::placeholder,
.download_search form select::placeholder {
  color: var(--title);
  opacity: 0.5;
}
.download_search form select {
  background: url("../img/icon-select.svg") no-repeat center right 3rem/1.4rem;
  padding-right: 8.4rem;
  padding-left: 2.2rem;
}
.download_search form span:has(input[type=submit])::before {
  display: none;
}
.download_search form label {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-transform: uppercase;
  background-color: var(--primary);
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.3rem 2rem 1.3rem 3rem;
  min-width: 21rem;
  cursor: pointer;
  gap: 2.4rem;
}
.download_search form label:hover {
  color: #fff;
  background-color: var(--secondary);
}
.download_search form label:hover::after {
  filter: contrast(0) brightness(2);
}
.download_search form label::after {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(2px);
  transition: all 0.3s;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
.download_search form input[type=submit] {
  display: none;
}
.download_catalogs {
  background-color: var(--bg);
  padding: 11rem 0;
}
.download_catalogs .head .subtitle {
  margin-bottom: 1.3rem;
}
.download_catalogs p {
  max-width: 66.9rem;
  margin-top: 2.6rem;
}
.download_catalogs .list {
  margin-top: 4.2rem;
}
.download_catalogs .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 4.2rem 2.21798958%;
}
.download_catalogs .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e8eaef;
  color: #0a1628;
  transition: all 0.3s;
  border-radius: 1.2rem;
}
.download_catalogs .item:hover {
  box-shadow: var(--shadow);
}
.download_catalogs .item .wrap {
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2%;
  padding: 4.5781557% 5.6681927% 7.6302594% 4.3601482%;
  margin: -1px;
}
.download_catalogs .item .wrap span {
  display: inline-block;
  flex-shrink: 0;
  line-height: 2.6rem;
  border-radius: 0.6rem;
  text-align: center;
  min-width: 6.2rem;
  padding: 0 1rem;
}
.download_catalogs .item .wrap .cat {
  font-size: 1.32rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--primary);
}
.download_catalogs .item .wrap .date {
  font-size: 1.44rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.download_catalogs .item .wrap .img {
  flex: 1;
  max-width: 13.6rem;
  --h: 139.24055271%;
  margin-top: 1.5rem;
}
.download_catalogs .item .info {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 5.474053% 6.5688636% 6.5688636% 6.3499015%;
}
.download_catalogs .item .syedittext {
  flex: 1;
  padding-bottom: 1.2rem;
}
.download_catalogs .item .syedittext .title {
  font-size: 2.2rem;
  line-height: 1.18;
  font-weight: 500;
  max-width: 27rem;
}
.download_catalogs .item .syedittext .metas {
  display: flex;
  align-items: center;
  font-size: 1.44rem;
  font-weight: 500;
  color: #888888;
  text-transform: uppercase;
  gap: 2.4rem;
  margin-top: 1.7rem;
}
.download_catalogs .item .syedittext .metas p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.download_catalogs .item .syedittext .metas p::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: no-repeat center left / contain;
}
.download_catalogs .item .syedittext .metas .fmt::before {
  background-image: url("../img/icon-file2.svg");
  background-size: 85.7%;
}
.download_catalogs .item .syedittext .metas .size::before {
  background-image: url("../img/icon-download2.svg");
  filter: contrast(0) brightness(1);
}
.download_catalogs .item .btn_download {
  display: block;
  flex-shrink: 0;
  width: 5.4rem;
  cursor: pointer;
  content: '';
  transition: all 0.3s;
  border-radius: 50%;
  background-color: var(--primary);
}
.download_catalogs .item .btn_download::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  transition: all 0.3s;
  background: url("../img/icon-download2.svg") no-repeat center / 37.04%;
  filter: contrast(0) brightness(0);
}
.download_catalogs .item .btn_download:hover {
  background-color: var(--secondary);
  transform: scale(1.1);
}
.download_catalogs .item .btn_download:hover::after {
  filter: contrast(0) brightness(2);
}
.download_resources {
  padding: 11rem 0 10.9rem;
}
.download_resources .head .subtitle {
  margin-bottom: 1.3rem;
}
.download_resources p {
  max-width: 66.9rem;
  margin-top: 2.6rem;
}
.download_resources .list {
  margin-top: 4.2rem;
}
.download_resources .list ul {
  display: grid;
  gap: 2rem;
}
.download_resources .list .active .item::after,
.download_resources .list .item:hover::after {
  opacity: 1;
}
.download_resources .list .active .item .icon,
.download_resources .list .item:hover .icon {
  background-color: var(--secondary);
}
.download_resources .list .active .item .icon img,
.download_resources .list .item:hover .icon img {
  filter: contrast(0) brightness(2);
}
.download_resources .list .active .item {
  margin: -1px 0 1.1rem;
}
.download_resources .item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: var(--radius);
  border: 1px solid #e1e5eb;
  background-color: #fff;
  transition: all 0.3s;
  --radius: 1.2rem;
  gap: 2.1rem;
  padding: 2.7rem 3rem 2.8rem;
}
.download_resources .item::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 1px);
  border-radius: var(--radius);
  border: 2px solid #005ec5;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  box-shadow: var(--shadow);
}
.download_resources .item .icon {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #ebf1f9;
  transition: all 0.3s;
  border-radius: var(--btn_radius);
}
.download_resources .item .icon img {
  transform: scale(0.40625);
}
.download_resources .item .title {
  font-size: 2rem;
  font-weight: 500;
  color: #0a1628;
  margin-right: auto;
  margin-bottom: 0.4rem;
}
.download_resources .item .fmt {
  display: inline-block;
  font-size: 1.32rem;
  font-weight: 500;
  color: #fff;
  background-color: #001a40;
  border-radius: 0.4rem;
  line-height: 2.7rem;
  padding: 0 1.4rem;
  margin-bottom: 2px;
}
.download_resources .item .size {
  font-size: 1.56rem;
  font-weight: 500;
  color: #888888;
  display: block;
  margin: 0 2.9rem 0.4rem 0.9rem;
}
.download_resources .item .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: unset;
  padding: 0 3.4rem;
}
.download_resources .item .btn::before {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: '';
  background: url("../img/icon-download2.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}
.download_resources .item .btn:hover::before {
  filter: unset;
}
.download_catalogs .center:has(.btn_line),
.download_resources .center:has(.btn_line) {
  max-width: unset;
  margin-top: 6rem;
  min-height: 6.1rem;
}
@media screen and (max-width: 768px) {
  .download_search {
    padding: 30px 0;
  }
  .download_search form {
    width: 100%;
  }
  .download_search form input,
  .download_search form select {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .download_search form select {
    padding-right: 40px;
    background-size: 12px;
    background-position: center right 14px;
  }
  .download_search form .cat select {
    padding-left: 20px;
  }
  .download_search form label {
    gap: 12px;
    font-size: 14px;
    padding: 10px 20px;
    min-width: unset;
  }
  .download_search form label::after {
    width: 18px;
    height: 18px;
    transform: translate(0);
  }
  .download_catalogs {
    padding: 50px 0;
  }
  .download_catalogs .head .subtitle {
    margin-bottom: 8px;
  }
  .download_catalogs .list {
    margin-top: 30px;
  }
  .download_catalogs .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 30px 20px;
  }
  .download_catalogs .item {
    border-radius: 10px;
  }
  .download_catalogs .item .wrap {
    border-radius: 10px;
    padding: 20px;
  }
  .download_catalogs .item .wrap span {
    min-width: 55px;
    line-height: 2;
  }
  .download_catalogs .item .wrap .cat,
  .download_catalogs .item .wrap .date {
    font-size: 13px;
  }
  .download_catalogs .item .wrap .img {
    margin-top: 10px;
  }
  .download_catalogs .item .info {
    padding: 20px;
    gap: 20px 16px;
  }
  .download_catalogs .item .syedittext {
    padding: 0;
  }
  .download_catalogs .item .syedittext .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .download_catalogs .item .syedittext .metas {
    margin-top: 10px;
    gap: 12px;
    font-size: 14px;
  }
  .download_catalogs .item .syedittext .metas p {
    gap: 6px;
  }
  .download_catalogs .item .syedittext .metas p::before {
    width: 14px;
    height: 14px;
  }
  .download_catalogs .item .btn_download {
    width: 40px;
  }
  .download_resources {
    padding: 50px 0;
  }
  .download_resources .head .subtitle {
    margin-bottom: 8px;
  }
  .download_resources .list {
    margin-top: 30px;
  }
  .download_resources .list ul {
    gap: 20px;
  }
  .download_resources .list .active .item {
    margin: 0;
  }
  .download_resources .item {
    --radius: 10px;
    padding: 20px;
    gap: 16px;
  }
  .download_resources .item .icon {
    width: 50px;
    height: 50px;
  }
  .download_resources .item .title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .download_resources .item .fmt {
    font-size: 13px;
    line-height: 2;
    padding: 0 12px;
    margin-bottom: 0;
  }
  .download_resources .item .size {
    font-size: 14px;
    margin: 0;
  }
  .download_resources .item .btn {
    gap: 8px;
    padding: 0 20px;
  }
  .download_resources .item .btn::before {
    width: 14px;
    height: 14px;
  }
  .download_catalogs .center:has(.btn_line),
  .download_resources .center:has(.btn_line) {
    margin-top: 40px;
    min-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .download_search form {
    display: grid;
  }
  .download_search form span {
    border-bottom: 1px solid #d3d3d3;
  }
  .download_search form span::before {
    display: none;
  }
  .download_resources .item .title {
    width: 100%;
  }
}
