.faqs_banner {
  position: relative;
  background-color: var(--bg);
}
.faqs_banner .flex {
  min-height: 51.5rem;
  padding: 6rem 0;
}
.faqs_banner .head {
  flex: 1;
  padding-bottom: 1%;
}
.faqs_banner p {
  max-width: 74.7rem;
  margin-top: 2.1rem;
}
.faqs_banner form {
  display: grid;
  grid-template-columns: 1fr 7.1rem;
  background-color: #fff;
  border: 1px solid #eae7e5;
  box-shadow: 0 1rem 1.5rem rgba(219, 214, 209, 0.35);
  transition: border-color 0.2s;
  width: 100%;
  max-width: 77.1rem;
  margin: 2.5rem auto 0;
  height: 6.1rem;
}
.faqs_banner form:focus-within {
  border-color: var(--primary);
}
.faqs_banner form input {
  font-family: "DM Sans", sans-serif;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #766e63;
  padding: 0 2.5rem;
}
.faqs_banner form input::placeholder {
  color: #766e63;
}
.faqs_banner form input[type=submit] {
  text-indent: -999px;
  overflow: hidden;
  padding: 0;
  color: transparent;
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/icon-search.svg") no-repeat center / 26.8%;
}
.faqs_banner .floats {
  opacity: 0.61;
}
.faqs_banner .floats .img.img1 {
  width: 25%;
  max-width: 46.6rem;
  left: -12.1875%;
  bottom: -24.07767%;
}
.faqs_banner .floats .img.img1 img {
  opacity: 0.28;
}
.faqs_banner .floats .img.img2 {
  width: 19%;
  max-width: 35.4rem;
  right: -5.05208%;
  top: -1.74757%;
}
.faqs_banner .floats .img.img2 img {
  opacity: 0.2;
}
.faqs_advantages {
  background-color: #fbfaf8;
  padding: 1.65rem 0;
}
.faqs_advantages .items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.8rem;
  gap: 3rem;
}
.faqs_advantages .items li {
  display: grid;
  grid-template-columns: 1.833em 1fr;
  align-items: center;
  gap: 0.8611em;
}
.faqs_advantages .items li span {
  margin-bottom: 2px;
}
.faqs_main {
  padding: 8.7rem 0 12.9rem;
}
.faqs_main .btn_filter {
  display: none;
  width: 44px;
  height: 44px;
  text-indent: -999px;
  overflow: hidden;
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/nav-btn-p.svg") no-repeat center / 50%;
}
.faqs_main .faqs_sidebar {
  width: 38.1rem;
  padding-top: 0.3rem;
  position: sticky;
  top: 160px;
}
.faqs_main .faqs_sidebar .taxonomy {
  border: 1px solid #ddd;
  padding: 0 4.986877% 6.824147%;
  margin-bottom: 1.5rem;
}
.faqs_main .faqs_sidebar .taxonomy.active .title::after {
  transform: rotate(180deg);
}
.faqs_main .faqs_sidebar .taxonomy.active .box {
  opacity: 1;
}
.faqs_main .faqs_sidebar .taxonomy .box {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
.faqs_main .faqs_sidebar .taxonomy:last-child {
  margin-bottom: 0;
}
.faqs_main .faqs_sidebar .title {
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2.5rem 2.2rem 1.4rem;
}
.faqs_main .faqs_sidebar .nav .active a {
  color: var(--title);
  background-color: rgba(235, 225, 203, 0.68);
}
.faqs_main .faqs_sidebar .nav li + li {
  margin-top: 0.6rem;
}
.faqs_main .faqs_sidebar .nav a {
  display: grid;
  grid-template-columns: 2.2223em 1fr;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.277778;
  font-weight: 500;
  color: #686868;
  transition: all 0.3s;
  gap: 0.7222em;
  padding: 0.5rem 1.5rem;
}
.faqs_main .faqs_sidebar .nav a .icon {
  align-self: start;
}
.faqs_main .faqs_sidebar .nav a:hover {
  background-color: rgba(235, 225, 203, 0.4);
}
.faqs_main .faqs_sidebar .card {
  border: 1px solid #ddd;
  display: grid;
  grid-template-columns: 3.9rem 1fr;
  align-items: start;
  margin-top: 2.4rem;
  gap: 3.7rem;
  padding: 9.448819% 7.611549% 8.136483%;
}
.faqs_main .faqs_sidebar .card .icon {
  margin-top: 0.3rem;
}
.faqs_main .faqs_sidebar .card strong {
  font-size: 2rem;
  font-weight: 500;
}
.faqs_main .faqs_sidebar .card p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--text);
  max-width: 21rem;
  margin-top: 0.3rem;
}
.faqs_main .faqs_sidebar .card .btn {
  margin-top: 1.5rem;
  min-width: 15.1rem;
}
.faqs_main .flex1 {
  width: 100%;
  max-width: 93rem;
  position: sticky;
  top: 160px;
}
.faqs_main .head h2 {
  font-size: 3.6rem;
  font-weight: 500;
}
.faqs_main .list {
  margin-top: 1.9rem;
}
.faqs_main .list > div {
  counter-reset: faq;
}
.faqs_main .list .faq_item:first-child .question {
  padding-top: 0;
}
.faqs_main .faq_item {
  border-bottom: 1px solid #d6d5d4;
}
.faqs_main .faq_item .question {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  font-size: 2.2rem;
  font-weight: 500;
  gap: 2rem;
  padding: 2.5rem 0 0.8rem;
}
.faqs_main .faq_item .question::before {
  display: block;
  text-align: center;
  white-space: nowrap;
  counter-increment: faq;
  content: 'Q' counter(faq);
  font-size: 0.818182em;
  background-color: rgba(235, 225, 203, 0.68);
  line-height: 1.7778;
  min-width: 2.2778em;
  padding: 0 0.1112em;
  margin-top: 0.11em;
}
.faqs_main .faq_item .answer {
  padding: 0.8rem 0 2.5rem;
}
.faqs_main .faq_item .answer p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #5d5d5c;
  max-width: 89.1rem;
  padding-bottom: 1rem;
}
.faqs_main .faq_item .answer .btn_i {
  margin-top: 1.4rem;
}
.faqs_main nav.navigation {
  margin-top: 3.8rem;
}
.faqs_main nav.navigation .nav-numbers {
  gap: 0.8rem;
}
.faqs_main nav.navigation .label {
  font-size: 1.8rem;
  padding-right: 2px;
}
.faqs_main nav.navigation .page-numbers {
  font-size: 1.6rem;
  width: 4.9rem;
  height: 4.9rem;
}
.faqs_main nav.navigation .nav-btn {
  height: 4.9rem;
}
.footer_contact {
  position: relative;
  background-image: radial-gradient(circle 54.64cqw at center -11.4%, #7a6742, #2e2a26);
}
.footer_contact .flex {
  min-height: 45.7rem;
  padding: 6rem 0;
}
.footer_contact .head {
  flex: 1;
  margin-bottom: 0.2%;
}
.footer_contact p {
  max-width: 71.1rem;
  margin-top: 2.1rem;
}
.footer_contact .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.7rem;
  gap: 1.8rem;
}
.footer_contact .btn {
  font-size: 1.8rem;
  line-height: 5.4rem;
}
.footer_contact .btn.wt {
  padding: 0 3.9rem;
}
.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 (min-width: 769px) and (max-width: 896px) {
  .faqs_main nav.navigation .nav-links {
    grid-template-columns: 1fr 1fr;
  }
  .faqs_main nav.navigation .nav-links .nav-btn,
  .faqs_main nav.navigation .nav-links .btn {
    grid-row: 2;
  }
  .faqs_main nav.navigation .nav-links .nav-numbers {
    grid-column: -1/1;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .faqs_banner .flex {
    min-height: unset;
    padding: 50px 0;
  }
  .faqs_banner .head {
    padding: 0;
  }
  .faqs_banner form {
    max-width: 500px;
    margin-top: 20px;
    height: 50px;
    grid-template-columns: 1fr 50px;
  }
  .faqs_banner form input {
    font-size: 14px;
    padding: 0 20px;
  }
  .faqs_banner form input[type=submit] {
    background-size: 30%;
  }
  .faqs_advantages {
    padding: 16px 0;
  }
  .faqs_advantages .items ul {
    font-size: 14px;
    gap: 14px 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .faqs_main {
    padding: 50px 0;
  }
  .faqs_main .btn_filter {
    display: block;
  }
  .faqs_main .faqs_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;
  }
  .faqs_main .faqs_sidebar.active {
    pointer-events: all;
  }
  .faqs_main .faqs_sidebar.active .close {
    opacity: 1;
  }
  .faqs_main .faqs_sidebar.active .con {
    transform: translate(0);
  }
  .faqs_main .faqs_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);
  }
  .faqs_main .faqs_sidebar .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  .faqs_main .faqs_sidebar .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .faqs_main .faqs_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('https://richpack.sytech.site/wp-content/themes/sytech/assets/img/close.svg') no-repeat center / 12px;
  }
  .faqs_main .faqs_sidebar .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .faqs_main .faqs_sidebar .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 14px;
  }
  .faqs_main .faqs_sidebar .taxonomy {
    padding: 0 14px;
  }
  .faqs_main .faqs_sidebar .title {
    display: grid;
    grid-template-columns: 1fr 12px;
    font-size: 15px;
    padding: 14px;
    gap: 14px;
  }
  .faqs_main .faqs_sidebar .title::after {
    display: block;
    padding-bottom: 100%;
    content: '';
    background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/icon-select.svg") no-repeat center / contain;
    transition: all 0.3s;
  }
  .faqs_main .faqs_sidebar .nav {
    padding-bottom: 14px;
  }
  .faqs_main .faqs_sidebar .nav a {
    padding: 12px;
    font-size: 14px;
  }
  .faqs_main .faqs_sidebar .nav li + li {
    margin-top: 0;
  }
  .faqs_main .faqs_sidebar .card {
    padding: 20px;
    margin: 14px;
    grid-template-columns: 28px 1fr;
    gap: 14px;
  }
  .faqs_main .faqs_sidebar .card .icon {
    margin: 0;
  }
  .faqs_main .faqs_sidebar .card strong {
    font-size: 16px;
  }
  .faqs_main .faqs_sidebar .card p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
  }
  .faqs_main .faqs_sidebar .card .btn {
    margin-top: 14px;
    min-width: unset;
  }
  .faqs_main .flex1 {
    position: static;
  }
  .faqs_main .head {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .faqs_main .head h2 {
    font-size: 25px;
  }
  .faqs_main .list {
    margin-top: 30px;
  }
  .faqs_main .faq_item .question {
    font-size: 18px;
    gap: 14px;
    padding: 14px 0;
  }
  .faqs_main .faq_item .answer {
    padding: 0 0 14px;
  }
  .faqs_main .faq_item .answer p {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 6px;
  }
  .faqs_main .faq_item .answer .btn_i {
    margin-top: 10px;
  }
  .faqs_main nav.navigation {
    margin-top: 30px;
  }
  .faqs_main nav.navigation .nav-numbers {
    gap: 8px;
  }
  .faqs_main nav.navigation .label {
    font-size: 14px;
    padding: 0;
  }
  .faqs_main nav.navigation .page-numbers {
    font-size: 14px;
    width: 44px;
    height: 44px;
  }
  .faqs_main nav.navigation .nav-btn {
    height: 44px;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .footer_contact .head {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .faqs_advantages .items ul {
    grid-template-columns: 1fr 1fr;
  }
}
