.faq {
  padding-bottom: clamp(50px, 50 * (100vw - 393px) / 887 + 50px, 100px);
}

.faq-container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .faq-container {
    flex-direction: row;
  }
}

.faq-title {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(32px, 22 * (100vw - 393px) / 887 + 32px, 54px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 59.4px */
  margin-bottom: 32px;
}

.faq-title-icon {
  position: absolute;
  z-index: -1;
  top: clamp(114px, 215px - 101 * (100vw - 393px) / 887, 215px);
  left: 0;
  width: clamp(353px, 78 * (100vw - 393px) / 887 + 353px, 431px);
  height: clamp(167px, 37 * (100vw - 393px) / 887 + 167px, 204px);
}

.faq-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: auto;
  margin-left: auto;
}
@media screen and (min-width: 800px) {
  .faq-list {
    width: 580px;
  }
}

.faq-list-item {
  width: 100%;
  cursor: pointer;
  padding-bottom: 16px;
  border-bottom: 1px solid #2a798a;
}
.faq-list-item:hover .faq-list-item-button {
  background-color: var(--background);
}
.faq-list-item:hover .faq-path {
  stroke: #fff;
}

.faq-list-item.open .faq-list-item-button {
  background-color: var(--background);
}

.faq-list-item.open .faq-path {
  stroke: #fff;
}

.faq-list-item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.faq-list-item-title {
  color: #48545c;
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(16px, 10 * (100vw - 393px) / 887 + 16px, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (min-width: 800px) {
  .faq-list-item-title {
    max-width: 495px;
  }
}

.faq-list-item-button-wrapper {
  height: clamp(45px, 25 * (100vw - 393px) / 887 + 45px, 70px);
  width: clamp(45px, 25 * (100vw - 393px) / 887 + 45px, 70px);
}

.faq-path {
  transition: stroke var(--time-function);
}

.faq-list-item-button {
  display: flex;
  height: clamp(45px, 25 * (100vw - 393px) / 887 + 45px, 70px);
  width: clamp(45px, 25 * (100vw - 393px) / 887 + 45px, 70px);
  justify-content: center;
  align-items: center;
  background-color: inherit;
  border-radius: 50%;
  border: 3px solid var(--background);
  box-shadow: 4px 7px 12px 0px rgba(0, 92, 111, 0.2);
  transform: rotate(90deg);
  transition: all var(--time-function);
}
.faq-list-item-button:hover {
  background-color: var(--background);
}
.faq-list-item-button:hover .faq-path {
  stroke: #fff;
}
.faq-list-item-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.faq-list-item-button-icon {
  width: clamp(18.6px, 10.4 * (100vw - 393px) / 887 + 18.6px, 29px);
  height: clamp(19.9px, 11.1 * (100vw - 393px) / 887 + 19.9px, 31px);
}

.faq-list-item-text {
  color: var(--text-secondary-dark);
  font-family: var(--font-family);
  font-size: clamp(14px, 4 * (100vw - 393px) / 887 + 14px, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
/*# sourceMappingURL=faq.css.map */
