.download_banner {
  max-width: 256rem;
  margin: 0 auto;
  background-color: var(--bg);
}
.download_banner .flex {
  min-height: 61rem;
  padding: 6rem 0;
}
.download_banner .head {
  width: 50%;
  max-width: 58.7rem;
  padding-bottom: 3.9%;
}
.download_banner p {
  max-width: 56.8rem;
  margin-top: 2.7rem;
}
.download_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-top: 2.5rem;
}
.download_advantages {
  max-width: 256rem;
  margin: 0 auto;
  background-color: #fbfaf8;
  padding: 2.1rem 0 2rem;
}
.download_advantages .items ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.66667%;
}
.download_advantages .items li {
  flex: 1 0 24rem;
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  align-items: center;
  gap: 1.65rem;
}
.download_advantages .items li strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.download_advantages .items li p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4c4c4c;
  margin-top: 0.4rem;
}
.download_main {
  padding: 9.1rem 0 15.7rem;
}
.download_main h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 1px;
  pointer-events: none;
  opacity: 0;
}
.download_main .btn_filter {
  display: none;
  width: 44px;
  height: 44px;
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/nav-btn-p.svg") no-repeat center / 50%;
}
.download_main .download_sidebar {
  width: 30.7rem;
  padding-top: 0.6rem;
  position: sticky;
  top: 160px;
}
.download_main .download_sidebar .taxonomy {
  border: 1px solid #ddd;
  padding: 0 5.537459% 3.908795% 6.188925%;
  margin-bottom: 1.5rem;
}
.download_main .download_sidebar .taxonomy.active .title::after {
  transform: rotate(180deg);
}
.download_main .download_sidebar .taxonomy.active .box {
  opacity: 1;
}
.download_main .download_sidebar .taxonomy .box {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
.download_main .download_sidebar .taxonomy:last-child {
  margin-bottom: 0;
}
.download_main .download_sidebar .title {
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2.1rem 1.3rem 1.6rem;
}
.download_main .download_sidebar .nav .active a {
  color: var(--title);
  background-color: rgba(235, 225, 203, 0.68);
}
.download_main .download_sidebar .nav a {
  display: grid;
  grid-template-columns: 1.5em 1fr;
  align-items: center;
  font-weight: 500;
  color: #686868;
  transition: all 0.3s;
  gap: 0.9375em;
  padding: 1.2rem 1.1rem;
}
.download_main .download_sidebar .nav a:hover {
  background-color: rgba(235, 225, 203, 0.4);
}
.download_main .download_sidebar .card {
  border: 1px solid #ddd;
  margin-top: 1.5rem;
  padding: 9.771987% 10.09772% 12.703583%;
}
.download_main .download_sidebar .card strong {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
  max-width: 19.4rem;
}
.download_main .download_sidebar .card p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--text);
  max-width: 21.3rem;
  margin-top: 1.1rem;
}
.download_main .download_sidebar .card .btn {
  width: 100%;
  margin-top: 2.3rem;
}
.download_main .flex1 {
  width: 100%;
  max-width: 103.9rem;
  position: sticky;
  top: 160px;
}
.download_main .list {
  display: none;
  margin-bottom: 5.8rem;
}
.download_main .list:last-child {
  margin-bottom: 0;
}
.download_main .list.active {
  display: block;
}
.download_main .list.is_empty {
  margin-bottom: 0;
}
.download_main .flex1.loading {
  opacity: 0.55;
  pointer-events: none;
}
.download_main .download_more {
  margin-top: 3.6rem;
  text-align: center;
}
.download_main .list .flex .text h3 {
  font-size: 3rem;
  font-weight: 500;
}
.download_main .list .flex .text p {
  line-height: 1.5;
  font-weight: 500;
  color: var(--text);
  margin-top: 1rem;
}
.download_main .list .btn_i {
  margin-bottom: 0.4rem;
}
.download_main .list > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(28rem, 100%), 1fr));
  gap: 3rem 2.0692974%;
  margin-top: 2.9rem;
}
.download_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ddd;
  font-size: 1.4rem;
}
.download_item .img {
  margin: -0.5px;
  padding-bottom: 67.57575758%;
}
.download_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 6.363636% 7.272727% 6.666667% 6.969697%;
}
.download_item .text {
  flex: 1;
}
.download_item .text .cat {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.download_item .text .title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 1px;
  padding-bottom: 0.4rem;
}
.download_item .text ul {
  font-weight: 500;
  color: var(--text);
  margin-top: 1rem;
}
.download_item .text ul li + li {
  margin-top: 0.8rem;
}
.download_item .text ul li {
  position: relative;
  padding-left: 1em;
}
.download_item .text ul li::before {
  position: absolute;
  width: 0.32em;
  height: 0.32em;
  left: 0;
  top: 0.5em;
  content: '';
  background-color: var(--primary);
}
.download_item .metas {
  opacity: 0.8;
  margin-top: 1.9rem;
}
.download_item .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
}
.download_item .btns .btn,
.download_item .btns .btn_line {
  min-width: unset;
  flex: 1 0 10rem;
  line-height: 4.1rem;
  padding: 0 2rem;
}
.footer_contact {
  position: relative;
  overflow: hidden;
  background: #2e2a26;
}
.footer_contact::before {
  content: "";
  position: absolute;
  width: 108.07292%;
  padding-bottom: 193.22917%;
  left: 50%;
  top: 50%;
  background: radial-gradient(ellipse at 38% 48%, #7a6742, #2e2a26 60%);
  transform: translate(-50%, -50%) rotate(45.736deg);
  pointer-events: none;
}
.footer_contact .flex {
  min-height: 44.2rem;
  padding: 6rem 0;
}
.footer_contact .head {
  flex: 1;
  margin-top: 2.3%;
}
.footer_contact p {
  max-width: 61.2rem;
  margin-top: 1.5rem;
}
.footer_contact .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4.5rem;
  gap: 2.2rem;
}
.footer_contact .btn {
  font-size: 1.8rem;
  line-height: 5.4rem;
  padding: 0 2.8rem;
}
.footer_contact .btn.wt {
  padding: 0 2.65rem;
}
.footer_contact .floats .img1 {
  left: 0;
  top: 0;
  margin: -6.666667% 0 0 -11.979167%;
}
.footer_contact .floats .img2 {
  right: 0;
  bottom: 0;
  margin: 0 -18.75% -6.40625% 0;
}
@media screen and (max-width: 768px) {
  .download_banner .flex {
    min-height: unset;
    padding: 50px 0;
  }
  .download_banner .head {
    padding: 0;
    width: 60%;
  }
  .download_advantages {
    padding: 16px 0;
  }
  .download_advantages .items ul {
    gap: 20px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .download_advantages .items li {
    grid-template-columns: 30px 1fr;
    gap: 12px;
  }
  .download_advantages .items li strong {
    font-size: 15px;
  }
  .download_advantages .items li p {
    font-size: 13px;
    margin-top: 4px;
  }
  .download_main {
    padding: 30px 0 50px;
  }
  .download_main .btn_filter {
    display: block;
    margin-bottom: 16px;
  }
  .download_main .download_sidebar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
    margin: 0;
    padding: 0;
    width: unset;
  }
  .download_main .download_sidebar.active {
    pointer-events: all;
  }
  .download_main .download_sidebar.active .close {
    opacity: 1;
  }
  .download_main .download_sidebar.active .con {
    transform: translate(0);
  }
  .download_main .download_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);
  }
  .download_main .download_sidebar .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  .download_main .download_sidebar .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .download_main .download_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;
  }
  .download_main .download_sidebar .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .download_main .download_sidebar .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 14px;
  }
  .download_main .download_sidebar .taxonomy {
    padding: 0 14px;
  }
  .download_main .download_sidebar .title {
    display: grid;
    grid-template-columns: 1fr 12px;
    font-size: 15px;
    padding: 14px;
    gap: 14px;
  }
  .download_main .download_sidebar .title::after {
    display: block;
    padding-bottom: 100%;
    content: '';
    background: url("../img/icon-select.svg") no-repeat center / contain;
    transition: all 0.3s;
  }
  .download_main .download_sidebar .nav {
    padding-bottom: 14px;
  }
  .download_main .download_sidebar .nav a {
    padding: 12px;
  }
  .download_main .download_sidebar .card {
    padding: 20px;
    margin: 14px;
  }
  .download_main .download_sidebar .card strong {
    font-size: 16px;
  }
  .download_main .download_sidebar .card p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .download_main .download_sidebar .card .btn {
    margin-top: 20px;
  }
  .download_main .flex1 {
    position: static;
  }
  .download_main .list {
    margin-bottom: 40px;
  }
  .download_main .list .flex .text h3 {
    font-size: 22px;
  }
  .download_main .list .flex .text p {
    margin-top: 8px;
  }
  .download_main .list .btn_i {
    margin-bottom: 0;
  }
  .download_main .list > ul {
    grid-template-columns: repeat(auto-fill, minmax(min(230px, 100%), 1fr));
    gap: 30px 16px;
  }
  .download_item {
    font-size: 14px;
  }
  .download_item .info {
    padding: 16px;
  }
  .download_item .text .cat {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .download_item .text .title {
    font-size: 18px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .download_item .text ul {
    margin-top: 8px;
  }
  .download_item .text ul li + li {
    margin-top: 6px;
  }
  .download_item .metas {
    margin-top: 12px;
  }
  .download_item .btns {
    margin-top: 16px;
    gap: 8px;
  }
  .download_item .btns .btn,
  .download_item .btns .btn_line {
    line-height: 36px;
    padding: 0 16px;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .footer_contact .head {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .download_banner picture {
    opacity: 0.3;
  }
  .download_banner .head {
    width: 100%;
  }
  .download_banner .btns {
    flex-direction: column;
  }
  .footer_contact::before {
    width: 150%;
  }
  .footer_contact .btns {
    flex-direction: column;
  }
}
