@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Furore";
  src: local("Furore"), url("../fonts/Furore.woff2") format("woff2"), url("../fonts/Furore.woff") format("woff");
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  min-height: 100vh;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {  
  text-decoration: none;
}

a:hover {  
  text-decoration: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

p {
  margin-bottom: 0;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}


.faq {
  padding: 66px 0;
  background: url("../img/sot/bg/bgfaq-left.png") no-repeat left bottom, url("../img/sot/bg/bgfaq-right.png") no-repeat right bottom,#FFFFFF;
}

.faq__wrapper {
  min-height: 650px;
}

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

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

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

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

.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: 96px;
  border-radius: 16px;
	background: #FFF;
	box-shadow: -4px -4px 10px 0px rgba(54, 48, 45, 0.05), 4px 4px 20px 0px rgba(54, 48, 45, 0.05);
	backdrop-filter: blur(50px);
  padding: 20px 20px;
  display: none;
}

.topic__item.topic__item_act {
	display: flex;
}

.topic__item:hover, .topic__item.current {  
  background: linear-gradient(272deg, #F6BE43 0%, #FFF06A 99.76%);
  cursor: pointer;
}

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

.topic__item svg {
	color: #F7931E;
}
.topic__item:hover svg,
.topic__item.current svg {
	color: #F6BE43;
}

.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: 613px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #D7D7D7 transparent;
  padding: 15px;
  display: none;
}

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

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

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

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

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

.topic-list.visible .questions__item {
  background: #fff;
  box-shadow: -4px -4px 20px 0px rgba(54, 48, 45, 0.05), 4px 4px 20px 0px rgba(54, 48, 45, 0.05);
	backdrop-filter: blur(50px);
}

.topic-list.visible .questions__item:hover, .topic-list.visible .questions__item.current {
  background: linear-gradient(272deg, #F6BE43 0%, #FFF06A 99.76%);
  cursor: pointer;
}

.questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}

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

.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;
  line-height: 24px;
  display: none;
}

.questions__item.questions__item--act {
	display: flex;
}

.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: 400;
  font-size: 18px;
  line-height: 24px;
  background: #F6BE43;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
}

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

.answers {
  min-width: 304px;
  height: 600px;
  position: relative;
  background: linear-gradient(272deg, #F6BE43 0%, #FFF06A 99.76%), #FFF;
  box-shadow: -4px -4px 20px 0px rgba(54, 48, 45, 0.05), 4px 4px 20px 0px rgba(54, 48, 45, 0.05);
  backdrop-filter: blur(50px);
  border-radius: 24px;
  margin: 15px;
}

.answers__answer {
  position: absolute;
  max-width: 404px;
  padding: 20px 20px 0 20px;
  visibility: hidden;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
  line-height: 24px;
}

.answers__answer img {
	width: 100%;
    min-height: 320px;
	display: block;
    object-fit: contain;
	max-width: 320px;
	margin: 0 auto;
}

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

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

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

.answers__answer.answers__answer--act.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: #302F2E;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.answers__answer a:hover {
  text-decoration: none;
}

@media (max-width: 1100px) {
	.topic {
		height: auto;
	}
  .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;
}

@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: linear-gradient(272deg, #F6BE43 0%, #FFF06A 99.76%);
        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='%23838282' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 15px center,#fff;
        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='%23838282' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") #fff no-repeat right 15px center;
        border-radius: 8px 8px 0 0;
    }

    .topic__list {
        position: absolute;
        background: #fff;
        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: calc(100% - 30px);
        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, .topic__item svg {
        min-width: 24px;
        height: 24px;
        background-size: cover;
    }

    .questions-answers__topic .topic__title {
        display: flex;
        align-items: center;
		box-shadow: -4px -4px 20px 0px rgba(54, 48, 45, 0.05), 4px 4px 20px 0px rgba(54, 48, 45, 0.05);
		backdrop-filter: blur(50px);
    }

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

    .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;
    }

    .answers__answer {
        margin-top: 56px;
		width: 96%;
		font-size: 15px;
		height: 90%;
    	padding-top: 0;
    }

    .answers__answer .question_title {
        display: block;
		font-weight: 500;
    }

    .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);
    }
}
