.faq-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-details .faq-details__wrapper {
  padding: 10px;
  margin: 0 !important;
  max-width: 1276px;
  width: 100%;
}
@media only screen and (min-width: 744px) {
  .faq-details .faq-details__wrapper.numbered_faq {
    padding: 15px;
  }
}
.faq-details .faq-details__heading {
  margin-bottom: 25px;
  max-width: 1276px;
  width: 100%;
}
@media only screen and (min-width: 744px) {
  .faq-details .faq-details__heading {
    margin-bottom: 40px;
  }
}
.faq-details .faq {
  padding: 20px 0;
  margin: 0 10px;
  border-bottom: 1px solid #E7E7E8;
  list-style-type: none;
  background: inherit;
}
@media only screen and (min-width: 744px) {
  .faq-details .faq {
    padding: 20px 0;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 744px) {
  .faq-details .faq.numbered_faq {
    padding: 30px 0;
  }
  .faq-details .faq.numbered_faq:first-child {
    padding: 20px 0 30px 0;
  }
  .faq-details .faq.numbered_faq:last-child {
    padding: 30px 0 20px 0;
    border-bottom: unset;
  }
}
.faq-details .faq:first-child {
  padding: 10px 0 20px 0;
}
.faq-details .faq:last-child {
  padding: 20px 0 10px 0;
  border-bottom: unset;
}
.faq-details .faq__heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin: 0;
}
@media only screen and (min-width: 744px) {
  .faq-details .faq__heading {
    font-size: 20px;
  }
}
.faq-details .faq__heading.active {
  align-items: start;
}
.faq-details .faq__numeration {
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
}
@media (min-width: 1100px) {
  .faq-details .faq__numeration {
    min-width: 43px;
    height: 43px;
    font-size: 18px;
  }
}
@media (min-width: 1630px) {
  .faq-details .faq__numeration {
    min-width: 48px;
    height: 48px;
    font-size: 18px;
  }
}
.faq-details .faq__chevron {
  margin-left: auto;
  width: 30px;
  height: 30px;
  align-self: self-start;
}
.faq-details .faq__chevron img {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 744px) {
  .faq-details .faq__chevron {
    width: 43px;
    height: 43px;
    min-width: 43px;
  }
  .faq-details .faq__chevron img {
    width: 43px;
    height: 43px;
  }
}
.faq-details .faq__chevron.active {
  transform: rotate(180deg);
}
.faq-details .faq__content {
  padding: 0 35px 0 50px;
  display: none;
}
@media (min-width: 1100px) {
  .faq-details .faq__content {
    padding: 20px 43px 0 0;
  }
  .faq-details .faq__content.numbered_faq {
    padding: 0px 45px 0 62px;
  }
}
.faq-details .faq__content.active {
  display: block;
}
.faq-details .faq__content h4, .faq-details .faq__content h5, .faq-details .faq__content h6 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
}
.faq-details .faq__content p, .faq-details .faq__content li {
  margin-bottom: 20px;
  line-height: 1.2;
}
.faq-details .faq__content p > a, .faq-details .faq__content li > a {
  color: #6579F4;
  text-decoration: underline;
}
.faq-details .faq__content p > a > span, .faq-details .faq__content li > a > span {
  color: #6579F4;
}
.faq-details .faq__content p > em, .faq-details .faq__content li > em {
  font-family: "Manrope", sans-serif;
  font-style: italic;
  font-weight: 300;
}
@media (min-width: 1100px) {
  .faq-details .faq__content p, .faq-details .faq__content li {
    font-size: 16px;
  }
  .faq-details .faq__content p > a, .faq-details .faq__content li > a {
    font-size: 16px;
  }
}
@media (min-width: 1630px) {
  .faq-details .faq__content p, .faq-details .faq__content li {
    font-size: 18px;
    line-height: 1.4;
  }
  .faq-details .faq__content p > a, .faq-details .faq__content li > a {
    font-size: 18px;
  }
}
.faq-details .faq__content p:last-child {
  margin: 0;
}
.faq-details .faq__content ul, .faq-details .faq__content ol {
  margin: 0 0 0 24px;
}
.faq-details .faq__content ul li, .faq-details .faq__content ol li {
  margin: 10px 0;
}
.faq-details .faq__content ul li {
  list-style-type: disc;
}
.faq-details .faq__content ul li::marker {
  font-size: 12px;
}

.faq-details.white .faq-details__wrapper {
  padding: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.faq-details.white .faq-details__wrapper .faq {
  background: white;
  margin: 0;
  padding: 20px;
  border-bottom: unset;
  color: inherit;
}
@media only screen and (min-width: 1200px) {
  .faq-details.white .faq-details__wrapper .faq {
    padding: 25px 20px;
  }
}
.faq-details.white .faq-details__wrapper .faq .faq__content {
  padding: 15px 0 0 0;
  color: inherit;
}
.faq-details.white .faq-details__wrapper .faq .faq__content p {
  color: inherit;
}
.faq-details.white .faq-details__wrapper .faq .faq__heading {
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
}
@media (min-width: 1100px) {
  .faq-details.white .faq-details__wrapper .faq .faq__heading {
    font-size: 22px;
  }
}
@media (min-width: 1630px) {
  .faq-details.white .faq-details__wrapper .faq .faq__heading {
    font-size: 24px;
  }
}
.faq-details.white .faq-details__wrapper .faq .faq__heading.active {
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
}
.faq-details.white p {
  color: inherit;
}
