.faq {
    padding: 80px 0 80px 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: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(bottom left, rgba(0, 71, 255, 0.17), rgba(82, 0, 255, 0.3), rgba(173, 0, 255, 0.67));
    -webkit-border-image: -webkit-linear-gradient(bottom left, rgba(0, 71, 255, 0.17), rgba(82, 0, 255, 0.3), rgba(173, 0, 255, 0.67));
    border-image: linear-gradient(bottom right, rgba(0, 71, 255, 0.17), rgba(82, 0, 255, 0.3), rgba(173, 0, 255, 0.67));
    border-image-slice: 1;
    border-radius: 6px;
    padding: 16px 31px 16px 20px;
    line-height: 24px;
}

.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 {
    content: "";
    min-width: 56px;
    max-width: 56px;
    height: 56px;
}

.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;
    width: 100%;
}

.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;
    gap: 22px;
}

.questions__row {
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    min-width: 360px;
    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: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(bottom left, rgba(0, 71, 255, 0.17), rgba(82, 0, 255, 0.3), rgba(173, 0, 255, 0.67));
    -webkit-border-image: -webkit-linear-gradient(bottom left, rgba(0, 71, 255, 0.17), rgba(82, 0, 255, 0.3), rgba(173, 0, 255, 0.67));
    border-image: linear-gradient(bottom right, rgba(0, 71, 255, 0.17), rgba(82, 0, 255, 0.3), rgba(173, 0, 255, 0.67));
    border-image-slice: 1;
    border-radius: 6px;
    padding: 25px 14px 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;
}

.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-family: RoadRadio, sans-serif;
    font-size: 24px;
    line-height: 32px;
    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: 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: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(bottom left, rgba(0, 71, 255, 0.17), rgba(82, 0, 255, 0.3), rgba(173, 0, 255, 0.67));
    -webkit-border-image: -webkit-linear-gradient(bottom left, rgba(0, 71, 255, 0.17), rgba(82, 0, 255, 0.3), rgba(173, 0, 255, 0.67));
    border-image: linear-gradient(bottom right, rgba(0, 71, 255, 0.17), rgba(82, 0, 255, 0.3), rgba(173, 0, 255, 0.67));
    border-image-slice: 1;
    border-radius: 6px;
    padding: 16px 0 16px 21px;
    line-height: 24px;
}

.answers__answer {
    position: absolute;
    max-width: 404px;
    padding-right: 21px;
    visibility: hidden;
    height: 582px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #fff transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.answers__answer img {
    width: 100%;
    min-height: 354px;
    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;
    display: flex!important;
}

.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;
    /* text-decoration: underline;
    text-decoration-skip-ink: none; */
}

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

@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 {
        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;
    }
}
