.services-faq {
  margin-block: clamp(27px, 6.8217054264vw, 88px) clamp(40px, 6.976744186vw, 90px);
  overflow: clip;
  background: url("../../assets/img/decor/map.svg") center/contain no-repeat;
}

.services-faq__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 736px) minmax(0, 370px);
  grid-template-areas: "title stats" "list stats" "bottom bottom";
  gap: clamp(27px, 2.480620155vw, 32px) clamp(36px, 9.3023255814vw, 120px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-faq__title,
.services-faq__stats,
.services-faq__list,
.services-faq__bottom {
  position: relative;
  z-index: 1;
}

.services-faq__title {
  grid-area: title;
}

.services-faq__stats {
  grid-area: stats;
  align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding-top: clamp(8px, 5.4263565891vw, 70px);
}

.services-faq__stats-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(28px, 3.7209302326vw, 48px);
  height: clamp(21px, 2.480620155vw, 32px);
  position: relative;
  top: 16px;
}

.services-faq__stats-value {
  display: block;
  color: var(--c-accent-strong);
  font-family: Onest, var(--font);
  font-size: clamp(44px, 6.2015503876vw, 80px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.services-faq__stats-text {
  font-size: clamp(14px, 1.2403100775vw, 16px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  line-height: 140%;
  text-align: right;
}

.services-faq__list {
  grid-area: list;
}

.services-faq__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-faq__item {
  margin: 0;
  border-bottom: 1px solid var(--c-border-faq);
  --mt-item: 17px;
}

.services-faq__item:first-child .acc__btn.services-faq__button {
  padding-top: 0;
}

.services-faq__item .services-faq__answer {
  max-width: 100%;
}

.services-faq .acc__btn.services-faq__button {
  display: block;
  min-height: 0;
  width: 100%;
  padding: 0;
  padding-block: 0 clamp(12px, 1.9379844961vw, 25px);
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--c-black);
  text-align: left;
}

.services-faq .acc__btn.services-faq__button .services-faq__question::before {
  top: -4px;
  width: clamp(24px, 2.5581395349vw, 33px);
  height: clamp(24px, 2.5581395349vw, 33px);
}

.services-faq .acc__btn.services-faq__button::before,
.services-faq .acc__btn.services-faq__button::after {
  display: none;
}

.services-faq__question {
  position: relative;
  display: block;
  padding-left: clamp(34px, 3.4108527132vw, 44px);
  font-family: Onest, var(--font);
  font-size: clamp(16px, 1.5503875969vw, 20px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.services-faq__question::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: clamp(22px, 2.1705426357vw, 28px);
  height: clamp(22px, 2.1705426357vw, 28px);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--c-white)), to(var(--c-white))) center/2px 10px no-repeat, -webkit-gradient(linear, left top, left bottom, from(var(--c-white)), to(var(--c-white))) center/10px 2px no-repeat, var(--c-accent-strong);
  background: linear-gradient(var(--c-white), var(--c-white)) center/2px 10px no-repeat, linear-gradient(var(--c-white), var(--c-white)) center/10px 2px no-repeat, var(--c-accent-strong);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.services-faq__button.is-open .services-faq__question {
  font-weight: 600;
}

.services-faq__button.is-open .services-faq__question::before {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--c-white)), to(var(--c-white))) center/10px 2px no-repeat, var(--c-consultation-btn-bg);
  background: linear-gradient(var(--c-white), var(--c-white)) center/10px 2px no-repeat, var(--c-consultation-btn-bg);
}

.services-faq__panel {
  --acc-border: transparent;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.services-faq__panel-inner {
  padding: 0 0 clamp(14px, 1.5503875969vw, 20px);
}

.services-faq__answer {
  max-width: 520px;
  color: var(--c-text-primary);
  font-size: clamp(14px, 1.2403100775vw, 16px);
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.services-faq__answer p {
  margin: 0;
}

.services-faq__more {
  --show-text-display: flex;
  display: var(--show-text-display);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(18px, 2.3255813953vw, 30px);
  margin-inline: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--c-text-muted);
  font-size: clamp(14px, 1.3953488372vw, 18px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: var(--c-border-link-soft);
}

.services-faq__more .icon-stroke {
  width: 18px;
  height: 18px;
  color: currentColor;
  fill: none;
}

.services-faq__bottom {
  grid-area: bottom;
  max-width: 1060px;
  padding-top: clamp(18px, 2.6356589147vw, 34px);
  color: var(--c-black);
  font-size: clamp(18px, 1.8604651163vw, 24px);
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.services-faq__bottom p {
  margin: 0;
}

.services-faq__bottom strong {
  font-weight: 600;
}

.services-faq--showcase .services-faq__layout {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-inline: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --showcase-side-width: 350px;
}

.services-faq--showcase .services-faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px 32px;
}

.services-faq--showcase .services-faq__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 707px;
          flex: 0 1 707px;
}

.services-faq--showcase .services-faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
  gap: 24px 32px;
}

.services-faq--showcase .services-faq__goal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px 32px;
  margin-block: 32px 54px;
}

.services-faq--showcase .services-faq__stats {
  min-width: 370px;
}

.services-faq--showcase .services-faq__stats-text {
  margin: 0;
  max-width: 270px;
  text-align: right;
  margin-left: auto;
}

.services-faq--showcase .services-faq__lead {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 707px;
          flex: 0 1 707px;
  min-width: 0;
}

.services-faq--showcase .services-faq__lead-title {
  margin: 0;
  color: var(--c-black);
  font-size: clamp(28px, 3.488372093vw, 45px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.services-faq--showcase .services-faq__lead-title span {
  color: var(--c-accent-strong);
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #266c53;
  text-decoration-thickness: 0.5px;
}

.services-faq--showcase .services-faq__lead-text {
  margin-top: clamp(12px, 1.9379844961vw, 25px);
  font-size: clamp(18px, 1.8604651163vw, 24px);
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.services-faq--showcase .services-faq__lead-text p {
  margin: 0;
}

.services-faq--showcase .services-faq__goal-label {
  position: relative;
  margin: 0;
  color: var(--c-black);
  font-family: Onest, var(--font);
  font-size: clamp(22px, 2.7906976744vw, 36px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.services-faq--showcase .services-faq__goal-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9.3vw;
  width: 12.3vw;
  height: 1px;
  background: currentColor;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.services-faq--showcase .services-faq__goal-label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -9.3vw;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.services-faq--showcase .services-faq__goal-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 707px;
          flex: 0 1 707px;
  display: block;
  margin-top: 0;
  max-width: 707px;
  font-size: clamp(16px, 1.5503875969vw, 20px);
  line-height: 188%;
  letter-spacing: -0.01em;
}

.services-faq--showcase .services-faq__goal-text p {
  margin: 0;
}

.services-faq--showcase .services-faq__goal,
.services-faq--showcase .services-faq__body-spacer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--showcase-side-width);
          flex: 0 0 var(--showcase-side-width);
  min-width: 370px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

@media (min-width: 746px) {
  .services-faq .acc__btn.services-faq__button .services-faq__question::before {
    top: -3px;
  }
}

@media (max-width: 1499px) {
  .services-faq--showcase .services-faq__goal-label::after {
    right: 2vw;
    width: 5vw;
  }

  .services-faq--showcase .services-faq__goal-label::before {
    right: -90px;
  }
}

@media (max-width: 991px) {
  .services-faq--showcase .services-faq__layout {
    --showcase-side-width: 260px;
  }

  .services-faq--showcase .services-faq__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .services-faq--showcase .services-faq__list {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    max-width: none;
  }

  .services-faq--showcase .services-faq__body {
    display: block;
  }

  .services-faq--showcase .services-faq__goal-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .services-faq--showcase .services-faq__goal-label {
    padding-right: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .services-faq--showcase .services-faq__goal-label::after {
    right: -27vw;
    width: 25vw;
  }

  .services-faq--showcase .services-faq__goal-label::before {
    right: -27vw;
  }

  .services-faq--showcase .services-faq__goal-text {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
    font-size: clamp(14px, 1.2403100775vw, 16px);
    line-height: 1.6;
  }

  .services-faq--showcase .services-faq__goal,
  .services-faq--showcase .services-faq__body-spacer {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .services-faq--showcase .services-faq__body-spacer {
    display: none;
  }
}

@media (max-width: 745px) {
  .services-faq__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "stats" "list" "bottom";
  }

  .services-faq__title {
    display: none;
  }

  .services-faq__stats {
    padding-top: 0;
  }

  .services-faq__stats-text {
    text-align: left;
  }

  .services-faq--showcase .services-faq__layout {
    --showcase-side-width: 0px;
  }

  .services-faq--showcase .services-faq__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .services-faq--showcase .services-faq__stats-text {
    max-width: none;
    text-align: left;
    margin-left: 0;
  }

  .services-faq--showcase .services-faq__lead {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }

  .services-faq--showcase .services-faq__lead-text {
    margin-top: 12px;
    font-size: clamp(16px, 1.3953488372vw, 18px);
  }
}
@supports (appearance:none){

}

 @media (min-width: 746px){

@supports (appearance:none){

}

}

 @media (max-width: 1499px){

@supports (appearance:none){

}

}

 @media (max-width: 991px){

@supports (appearance:none){

}

}

 @media (max-width: 745px){

@supports (appearance:none){

}

}
