/* «ЧаВо» */
.faq {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 375px;
  padding: 60px 20px;
  background: #ffffff;
  flex-shrink: 0;
}

.faq__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 335px;
  height: 35px;
  margin-bottom: 40px;
}

.faq__header-icon {
  display: block;
  flex-shrink: 0;
}

.faq__header-text {
  height: 35px;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  line-height: 35px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.faq__list {
  display: flex;
  flex-direction: column;
  width: 335px;
}

.faq__item {
  width: 335px;
  flex-shrink: 0;
}

.faq__item + .faq__item {
  margin-top: 20px;
}

.faq__item-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 335px;
  min-height: 48px;
}

.faq__question {
  width: 280px;
  min-height: 48px;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: left;
  flex-shrink: 0;
}

.faq__question-line {
  display: block;
  font-weight: 500;
  line-height: 1.2;
}

.faq__toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  flex-shrink: 0;
  cursor: pointer;
}

.faq__toggle-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq__answer {
  display: none;
  margin-top: 20px;
}

.faq__item--open .faq__answer {
  display: block;
}

.faq__answer-text {
  margin: 0;
  padding: 0;
  color: #666666;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.faq__answer > * + * {
  margin-top: 12px;
}

.faq__answer-list {
  margin: 0;
  padding: 0 0 0 16px;
  list-style: disc;
  color: #666666;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.faq__answer-list li + li {
  margin-top: 4px;
}

.faq__divider {
  width: 335px;
  height: 0;
  margin-top: 20px;
  border: none;
  border-top: 1px solid #dce3eb;
}

.faq__cta {
  width: 335px;
  height: 54px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 100px;
  background:
    linear-gradient(#2fb000, #2fb000) padding-box,
    linear-gradient(90.83deg, #3dd804 4.82%, #2fb000 105.74%) border-box;
  cursor: pointer;
}

.faq__cta-text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
}
