.faq .title {
  font-family: Furore, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60;
  line-height: 54px;
  color: #ffffff;
  margin-bottom: 80px;
  text-align: center;
}

.faq .title span {
  color: #c618d9;
}

@media (max-width: 600px) {
  .faq .title {
    font-size: 24px;
    margin-bottom: 26px;
  }
}

.faq {
  padding: 66px 0;
}

.faq__wrapper {
  min-height: 600px;
}

.questions-answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 22px;
}

.questions-answers__topic {
  -ms-flex-preferred-size: 352px;
      flex-basis: 352px;
  min-width: 352px;
}

.questions-answers__questions {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.topic {
	height: 600px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #fff transparent;
}

.topic::-webkit-scrollbar {
  width: 8px;
}

.topic::-webkit-scrollbar-track {
  background: transparent;
}

.topic::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 31px;
}

.topic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.topic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
  background: linear-gradient(114.77deg, rgba(255, 255, 255, 0.1) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 6px;
  padding: 22px 31px 22px 20px;
}

.topic__item:hover, .topic__item.current {
  background: linear-gradient(0deg, rgba(255, 0, 245, 0.2), rgba(255, 0, 245, 0.2)), linear-gradient(114.77deg, rgba(255, 255, 255, 0.3) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
  cursor: pointer;
}

.topic__item img {
  min-width: 56px;
  height: 56px;
  object-fit: contain;
}

.topic__item_type_image1::before {
  background-image: url("../img/faq/icons/Rocket.svg");
}

.topic__item_type_image2::before {
  background-image: url("../img/faq/icons/Percent.svg");
}

.topic__item_type_image3::before {
  background-image: url("../img/faq/icons/Monitor.svg");
}

.topic__item_type_image4::before {
  background-image: url("../img/faq/icons/Puzzle.svg");
}

.topic__item_type_image5::before {
  background-image: url("../img/faq/icons/book.svg");
}

.topic__item_type_image6::before {
  background-image: url("../img/faq/icons/Teacher.png");
}

.topic__item_type_image7::before {
  background-image: url("../img/faq/icons/wallet.png");
}

.topic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  position: absolute;
  visibility: hidden;
  height: 600px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}

.topic-list::-webkit-scrollbar {
  width: 8px;
}

.topic-list::-webkit-scrollbar-track {
  background: transparent;
}

.topic-list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 31px;
}

.topic-list.visible {
  visibility: visible;
  display: flex !important;
}

.topic-list.visible .questions__item {
  background: linear-gradient(114.77deg, rgba(255, 255, 255, 0.1) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
}

.topic-list.visible .questions__item:hover, .topic-list.visible .questions__item.current {
  background: linear-gradient(0deg, rgba(255, 0, 245, 0.2), rgba(255, 0, 245, 0.2)), linear-gradient(114.77deg, rgba(255, 255, 255, 0.3) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
  cursor: pointer;
}

.questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 22px;
}

.questions__row {
  -ms-flex-preferred-size: 352px;
      flex-basis: 352px;
  min-width: 352px;
  position: relative;
}

.questions__row--auto {
	flex: 1 1 auto;
}

.questions__item {
  background: linear-gradient(114.77deg, rgba(255, 255, 255, 0.1) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 6px;
  padding: 25px 15px 25px 16px;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  counter-increment: count;
  cursor: pointer;
}

.questions__item:hover, .questions__item.current {
  background: linear-gradient(0deg, rgba(255, 0, 245, 0.2), rgba(255, 0, 245, 0.2)), linear-gradient(114.77deg, rgba(255, 255, 255, 0.3) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
  cursor: pointer;
}

.questions__item::before {
  content: counter(count, decimal-leading);
  min-width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  background: linear-gradient(135deg, rgba(144, 69, 255, 0.2) -6.25%, rgba(248, 230, 254, 0.2) 112.5%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 8px;
}

.questions__answers {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.answers {
  min-width: 304px;
  max-width: 404px;
  height: 600px;
  position: relative;
  background: linear-gradient(114.77deg, rgba(255, 255, 255, 0.1) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 6px;
}
.answers--auto {
	max-width: 100%;
}
.answers__answer {
  position: absolute;
  max-width: 404px;
  padding: 16px 21px 16px 21px;
  visibility: hidden;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.answers--auto .answers__answer {
	max-width: 100%;
}
.answers__answer > div {
  width: 100%;
}
.answers__answer img {
	/* width: 100%; */
    height: 320px;
	display: block;
    object-fit: contain;
}

.answers__answer::-webkit-scrollbar {
  width: 8px;
}

.answers__answer::-webkit-scrollbar-track {
  background: transparent;
}

.answers__answer::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 31px;
}

.answers__answer.visible {
  visibility: visible;
}

.answers__answer .question_title {
    display: none;
}

.answers__answer ol {
  margin-left: 20px;
  margin-bottom: 10px;
}

.answers__answer ol li {
  list-style: square;
  margin-bottom: 5px;
}

.answers__answer p {
  margin-bottom: 10px;
}

.answers__answer a {
  color: #B4C8FF;
}

@media (max-width: 1100px) {
  .faq {
    padding: 40px 0;
  }
  .questions-answers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .questions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .questions__row {
    min-height: 600px;
  }
  .answers__answer {
    width: 96%;
    max-width: 96%;
  }
}
@media(max-width: 445px) {
	.container {
		padding: 0 13px;
	}
	.answers, .questions__row,
	.questions-answers__topic {
		min-width: 320px;
	}
}

.topic__title {
    display: none;
}

.answers__close {
    position: absolute;
    right: 16px;
    top: 16px;
    display: none;
    z-index: 110;
}
.question_title p {
	font-weight: 500;
}
@media(max-width: 743px) {
    .topic {
        height: 40px;
        width: 100%;
        flex-basis: 100%;
        position: relative;
        overflow: visible;
    }

    .topic__title {
        display: block;
        border-radius: 8px 8px 8px 8px;
        background: #27004E;
        padding: 9px 14px;
        font-size: 16px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 8L10.5858 14.5858C11.3668 15.3668 12.6332 15.3668 13.4142 14.5858L20 8' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 15px center,
            linear-gradient(168deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(39, 0, 78, 0.20);
        cursor: pointer;
    }

    .topic_open .topic__title {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 16L13.4142 9.41421C12.6332 8.63316 11.3668 8.63317 10.5858 9.41421L4 16' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") #27004E no-repeat right 15px center;
        border-radius: 8px 8px 0 0;
    }

    .topic__list {
        position: absolute;
        background: #27004E;
        border-top: 0;
        border-radius: 0 0 8px 8px;
        margin: 0px 0 0;
        padding: 0;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        z-index: 9;
        width: 100%;
        gap: 0;
    }

    .topic__list.invisible {
        display: none;
    }

    .topic__item {
        background: none;
        padding: 8px 14px;
        min-height: 40px;
        border-radius: 0;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        border-top: 1px solid rgba(248, 230, 254, 0.20);
    }

    .topic__item:last-child {
        border-radius: 0 0 8px 8px;
    }

    .topic__item::before,
    .topic__item img {
        min-width: 24px;
        height: 24px;
        background-size: cover;
    }

    .questions-answers__topic .topic__title {
        display: flex;
        align-items: center;
    }

    .questions-answers__topic .topic__title img {
        min-width: 24px;
        height: 24px;
        background-size: cover;
        padding-right: 14px;
    }

    .answers__close {
        display: block;
        cursor: pointer;
    }

    .answers {
        position: fixed;
        width: calc(100% - 66px);
        display: none;
        font-size: 14px;
        line-height: 18px;
        height: calc(100dvh - 100px);
        top: 50px;
        z-index: 100;
    }

    .answers.visible {
        display: block;
		height: 90vh;
    }

    .answers__answer {
        padding-top: 56px;
    }

    .answers__answer .question_title {
        display: block;
    }

    .questions__row {
        flex-basis: 100%;
    }

    .questions__item {
        min-height: 82px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        line-height: 20px;
    }

    .faq__wrapper {
        min-height: auto;
    }
}

@media(max-width: 445px) {
    .container {
        padding: 0 13px;
    }

    .answers,
    .questions__row,
    .questions-answers__topic {
        min-width: 320px;
    }

    .answers {
        width: calc(100% - 26px);
    }
}

.topic__item_type_image2 {
	display: none!important;
}

.faq-index .topic__item_type_image2 {
	display: flex!important;
}

.faq-index .topic-list.visible {
  width: 100%;
}

.faq-index .topic__item_type_image2 {
	display: flex!important;
}

.faq-index .topic-list.visible {
  width: 100%;
}
