@font-face {
  font-family: Hind;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/faq/hind-regular.woff2") format("woff2");
}

@font-face {
  font-family: Hind;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/faq/hind-semibold.woff2") format("woff2");
}

@font-face {
  font-family: Hind;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/faq/hind-bold.woff2") format("woff2");
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/faq/mulish-regular.woff2") format("woff2");
}

.faq-page {
  max-width: 80rem;
  width: 100%;
  margin: 3.2rem auto 5.6rem;
  padding: 0 2rem;
  font-family: Hind, "Segoe UI", sans-serif;
  color: #111;
}

@media (min-width: 768px) {
  .faq-page {
    padding: 0 3.2rem;
  }
}

.faq-page__title {
  margin: 0 0 3.8rem;
  font-family: Mulish, "Segoe UI", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  max-width: none;
}

@media (min-width: 992px) {
  .faq-page__title {
    font-size: 4.6rem;
    line-height: 1.27;
  }
}

.faq-item {
  padding: 2.4rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  border: 0.1rem solid #adacbf;
  background: #fff;
}

.faq-item__q {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}

.faq-item__q:hover {
  color: #1542a5;
}

.faq-item__q:focus-visible {
  outline: #0164f9 dashed 0.2rem;
  outline-offset: 0.4rem;
}

.faq-item__icon {
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.5rem;
  border-right: 0.2rem solid currentColor;
  border-bottom: 0.2rem solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.faq-item.is-open .faq-item__icon {
  margin-top: 0.8rem;
  transform: rotate(-135deg);
}

.faq-item__a {
  display: none;
  margin: 1.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3b3e45;
}

.faq-item__a p {
  margin: 0;
}

.faq-item.is-open .faq-item__a {
  display: block;
}

.footer__social-link svg,
.footer__contact svg {
  fill: currentColor;
}

.footer__contact svg {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.6rem;
  vertical-align: -0.2rem;
}
