body {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
  font-family: 'SFUITextLight', Arial, Helvetica, sans-serif;
}

.header {
  padding: 30px 10px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

h2 {
  font-size: 30px;
  font-weight: normal;
}

p {
  margin: 15px 0 0px 0;
}

ul, ol {
  margin: 15px 0 0 0;
  padding: unset;
  padding-inline-start: 25px;
}

/* Общие стили FAQ */
.content-faq {
  text-align: left;
  display: inline-block;
  margin: 0 auto 50px;
  max-width: 700px;
  width: 100%;
  padding: 0 10px;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}

.faq-item:last-child {
  border: none;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq-question {
  text-align: left;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}

.faq-icon {
  width: 18px;
  height: 18px;
  background: url('/img/common/icons/arrow-faq.svg') no-repeat center / contain;
  transition: transform .2s ease;
  transform: rotate(-90deg);
}

.faq-item:not(.is-open) .faq-icon {
  transform: rotate(90deg);
}

.faq-content {
  margin-top: 10px;
}

.faq-content p {
  line-height: 25px;
}

.faq-content .b-setup {
  margin-top: 10px;
}

.faq-item:not(.is-open) .faq-content {
  display: none;
}

/* Кнопки */
.btn {
  display: flex;
  width: fit-content;
  margin: 10px 0;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* Браузерная кнопка */
.btn-browser {
  background: #ff6a00;
  color: #fff;
}

.btn-google-play,
.btn-app-store {
  width: 180px;
  height: 54px;
  padding: 0;
  text-indent: -9999px;
  margin: 10px 0;
  background-color: green;
}


.faq-content ul.faq-list-disc {
  list-style-type: disc;
}

.faq-content ol.faq-list-decimal {
  list-style-type: decimal;
}

.faq-content ul.faq-list-none {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.faq-content li {
  margin: 10px 0;
}

.faq-content ul.none li {
  text-indent: 0;
}

.faq-content li a,
.faq-content li button {
  display: inline-block;
  margin: 4px 0;
}
