.faq {
  background: #f2f2f2;
  padding: 2rem 0;
}
.faq__subtitle {
  margin-top: 1rem;
  color: #969696;
  text-align: center;
  font-size: 1rem;
  line-height: 130%;
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
}
.faq__body {
  margin-top: 2rem;
}
.faq__main {
  max-width: 45rem;
  margin: 0 auto;
}
.faq__item {
  border-radius: 1.5rem;
  border-top: 1px solid rgba(67, 82, 90, 0.1);
}
.faq__item.active {
  background: #fff;
  border-radius: 1.5rem;
}
.faq__item.active .faq__item-btn::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #39bc28;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.faq__item-btn {
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0.8em 0.8em 0.8em 1.2em;
  background: 0 0;
  text-align: left;
  font-size: 1rem;
}
.faq__item-btn::before {
  margin-left: auto;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(67, 82, 90, 0.1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transition:
    border-color 0.3s ease 0s,
    background-color 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  transition:
    border-color 0.3s ease 0s,
    background-color 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  -o-transition:
    transform 0.3s ease 0s,
    border-color 0.3s ease 0s,
    background-color 0.3s ease 0s;
  transition:
    transform 0.3s ease 0s,
    border-color 0.3s ease 0s,
    background-color 0.3s ease 0s;
  transition:
    transform 0.3s ease 0s,
    border-color 0.3s ease 0s,
    background-color 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.faq__item-btn::after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background: #39bc28;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 1rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.faq__item-answer {
  display: none;
  color: #969696;
  line-height: 150%;
  font-size: 1rem;
  padding: 0 2.4em 1.6em;
}
.faq__question {
  position: relative;
  border-radius: 1.5rem;
  padding: 3.125rem;
  background: #08302e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}
.no-webp .faq__question::before {
  background: url(../img/gradient.png) center/cover no-repeat;
}
.faq__question::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  opacity: 0.3;
  z-index: -1;
}
.faq__question-title {
  max-width: 25.25rem;
}
.faq__question-btn {
  margin-top: 1.5rem;
}
.faq__image {
  display: none;
}
@media (min-width: 575.98px) {
  .faq {
    padding: 4rem 0;
  }
}
@media (min-width: 991.98px) {
  .faq__body {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 6rem;
  }
}
@media (min-width: 1199.98px) {
  .faq {
    padding: 4rem 0 0;
  }
  .faq__main {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 6.25rem 0;
  }
  .faq__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    display: block;
  }
}
@media (min-width: 1439.98px) {
  .faq {
    padding: 6.25rem 0 0;
  }
  .faq__item-btn {
    font-size: 1.25rem;
  }
  .faq__item-answer {
    font-size: 1.25rem;
  }
}
.webp .faq__question::before {
  background: url(../img/gradient.webp) center/cover no-repeat;
}
