.desktop-faq {
  position: relative;
  box-sizing: border-box;
  width: 1920px;
  min-height: 1723px;
  height: auto;
  padding: 100px 120px 100px;
  background: #ffffff;
  flex-shrink: 0;
  overflow: visible;
}

.desktop-faq > * {
  box-sizing: border-box;
}

/* 1 — заголовок */
.desktop-faq__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-bottom: 80px;
}

.desktop-faq__title-icon {
  flex-shrink: 0;
  margin-top: 2px;
  line-height: 0;
}

.desktop-faq__title-icon img {
  display: block;
}

.desktop-faq__title-text {
  margin: 0;
  padding: 0;
  height: 62px;
  flex-shrink: 0;
  color: #333333;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 88px;
  font-weight: 500;
  -webkit-text-stroke: 0.4px #333333;
  font-style: normal;
  line-height: 62px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: visible;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

/* 2 — список вопросов */
.desktop-faq__content {
  width: 1680px;
}

.desktop-faq__list {
  width: 1680px;
}

.desktop-faq__item {
  width: 1680px;
}

.desktop-faq__item + .desktop-faq__item {
  margin-top: 40px;
}

.desktop-faq__item-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 1680px;
}

.desktop-faq__question {
  flex: 1;
  min-width: 0;
  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: 1.2;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

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

.desktop-faq__toggle-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

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

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

.desktop-faq__answer-text {
  margin: 0;
  padding: 0;
  color: #666666;
  font-family: "Onest", "Inter", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

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

.desktop-faq__answer-list {
  margin: 0;
  padding: 0 0 0 24px;
  list-style: disc;
  color: #666666;
  font-family: "Onest", "Inter", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

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

.desktop-faq__divider {
  width: 1680px;
  height: 0;
  margin-top: 40px;
  border: none;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

/* 3 — CTA */
.desktop-faq__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 1396px;
  height: 97px;
  margin-top: 80px;
  margin-left: 142px;
  padding: 36px 32px;
  border: 2px solid transparent;
  border-radius: 200px;
  background:
    linear-gradient(#2fb000, #2fb000) padding-box,
    linear-gradient(90.83deg, #3dd804 4.82%, #2fb000 105.74%) border-box;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
