.quest__hero .hero__title {
  max-width: 53.385vw;
}
.quest__hero .hero__bottom-text-wrap:first-child .hero__bottom-text {
  max-width: 15.625vw;
}
.quest__hero .hero__bottom-text-wrap:last-child .hero__bottom-text {
  max-width: 17.708vw;
}
.quest__hero .hero__bottom-whats {
  font-size: 1.458vw;
}

.quest__top {
  margin-bottom: 4.167vw;
}
.quest__title {
  max-width: 34.74vw;
}
.quest__descr {
  margin-top: 2.76vw;
  margin-left: 49.479vw;
  max-width: 20.885vw;
}
.quest__content {
  padding-bottom: 1.563vw;
}

.questions__item {
  padding: 1.823vw 2.083vw;
  border-top: 1px solid rgba(31, 31, 29, 0.1);
}
.questions__item:last-child {
  border-bottom: 1px solid rgba(31, 31, 29, 0.1);
}

.question {
  display: flex;
  align-items: center;
}
.question__number {
  opacity: 0.2;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.025vw;
  text-transform: uppercase;
  margin-right: 2.552vw;
}
.question__text {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.015vw;
  text-transform: uppercase;
}
.question__content {
  display: flex;
  align-items: start;
}
.question:hover .question__icon {
  background: #1f1f1d;
}
.question:hover .question__icon svg rect {
  fill: #fafafa;
}
.question__icon {
  width: 3.438vw;
  height: 3.438vw;
  border-radius: 100px;
  border: 1.5px solid #1f1f1d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: 0.3s;
  cursor: pointer;
}
.question__icon svg {
  width: 1.875vw;
  height: 1.875vw;
}
.question__icon svg rect {
  transition: 0.2s;
  transform-origin: center;
}
.question.active svg rect:nth-child(2) {
  transform: scaleY(0);
}
.question.active .question__icon {
  background: #1f1f1d;
}
.question.active .question__icon svg rect {
  fill: #fafafa;
}

.answer__container {
  padding-top: 1.563vw;
  padding-bottom: 1.042vw;
}
.answer__text {
  font-size: 1.198vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  opacity: 0.57;
  max-width: 31.979vw;
  margin-left: 30.885vw;
}

@media (max-width: 1150px) {
  .quest__hero .hero__title {
    max-width: 58.594vw;
  }
  .quest__hero .hero__bottom-text-wrap:first-child .hero__bottom-text {
    max-width: 21.875vw;
  }
  .quest__hero .hero__bottom-text-wrap:last-child {
    width: 27.995vw;
  }
  .quest__hero .hero__bottom-text-wrap:last-child .hero__bottom-text {
    max-width: 27.995vw;
  }
  .quest__hero .hero__bottom-whats {
    font-size: 1.953vw;
  }
  .quest__top {
    margin-bottom: 5.208vw;
  }
  .quest__title {
    max-width: 36.198vw;
  }
  .quest__descr {
    margin-top: 2.604vw;
    margin-left: 48.047vw;
    max-width: 38.672vw;
  }
  .quest__content {
    padding-bottom: 0;
  }
  .questions__item {
    padding: 2.604vw 0;
  }
  .question__number {
    opacity: 0.2;
    font-size: 2.083vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.063vw;
    margin-right: 9.505vw;
  }
  .question__text {
    font-size: 2.083vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.063vw;
  }
  .question__icon {
    width: 5.208vw;
    height: 5.208vw;
  }
  .question__icon svg {
    width: 2.865vw;
    height: 2.865vw;
  }
  .question__icon svg rect:first-child {
    height: 4px;
  }
  .question__icon svg rect:last-child {
    width: 4px;
  }
  .answer__container {
    padding-top: 2.604vw;
    padding-bottom: 0;
  }
  .answer__text {
    font-size: 1.563vw;
    line-height: 1;
    max-width: 32.943vw;
    margin-left: 48.047vw;
  }
}
@media (max-width: 576px) {
  .quest__hero .hero__title {
    max-width: 86.111vw;
  }
  .quest__hero .hero__bottom-text-wrap:first-child .hero__bottom-text {
    max-width: 100%;
  }
  .quest__hero .hero__bottom-text-wrap:last-child {
    width: 43.889vw;
  }
  .quest__hero .hero__bottom-text-wrap:last-child .hero__bottom-text {
    max-width: 100%;
  }
  .quest__hero .hero__bottom-whats {
    font-size: 4.444vw;
  }
  .quest {
    padding-bottom: 0;
  }
  .quest__top {
    margin-bottom: 8.333vw;
  }
  .quest__title {
    max-width: 58.333vw;
  }
  .quest__descr {
    margin-top: 8.333vw;
    margin-left: 23.611vw;
    max-width: 63.333vw;
  }
  .quest__content {
    padding-bottom: 0;
  }
  .questions__item {
    padding: 5.556vw 0;
  }
  .question__number {
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1vw;
    margin-right: 4.444vw;
  }
  .question__text {
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.072vw;
    max-width: 58.333vw;
  }
  .question__icon {
    width: 11.111vw;
    height: 11.111vw;
  }
  .question__icon svg {
    width: 6.111vw;
    height: 6.111vw;
  }
  .question__icon svg rect:first-child {
    height: 4px;
  }
  .question__icon svg rect:last-child {
    width: 4px;
  }
  .answer__container {
    padding-top: 5.556vw;
  }
  .answer__text {
    font-size: 3.333vw;
    line-height: 1;
    max-width: 70.278vw;
    margin-left: 8.333vw;
  }
}