.faq-list *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.faq-list{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 20px;

    padding: 0 5px;
    box-sizing: border-box;
}

.faq-item{
    display: flex;
    flex-direction: column;
    gap: 3px;

    overflow: hidden;
}

.faq-item__header{
    padding: 45px 20px;
    background-color: #232b32;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.faq-item__header:hover{
    cursor: pointer;
}

.faq-item__icon{
    width: 15px;
    height: 15px;
    display: block;

    flex-shrink: 0;
    position: relative;
}

.faq-item__icon:before,.faq-item__icon:after{
    content: '';
    position: absolute;
    background-color: #726bff;

    height: 2px;
    width: 100%;
    display: block;

    left: 0;
    top: calc(50% - 1px);

    transition: .3s transform;
}

.faq-item__header--active .faq-item__icon::before{
    transform: rotate(90deg);
}

.faq-item__title{
    font-family: 'Gilroy', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color:#9facb7;
}

.faq-item__content{
    padding: 50px 35px;
    background-color: #1f252a;




}

.faq-item{
    overflow: hidden;

    transition: .5s height;
    height: var(--full-height);
}

.faq-item--hidden{
    height: var(--small-height);
    transition: none;
}

.faq-content__block{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-content__block + .faq-content__block{
    margin: 40px 0 0 0;
}

.faq-content__wrapper{
    max-width: 435px;
    width: 100%;

    margin: 0 auto;
}

.faq-content__lock{
    margin: 70px 0 0 0;

    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #1f2a30;

    padding: 25px;
    border-radius: 6px;


    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color:#ffc674;
}

.faq-content__lock .icon{
    width: 45px;
    height: 45px;

    flex-shrink: 0;
    fill: #ffc674;
}

.faq-content__title{
    font-family: 'Gilroy', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color:#fff;
}

.faq-content__text{
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color:#9facb7;
}

.faq-content__text--big{
    font-size: 18px;
    line-height: 30px;

    color:#fff;
}

.faq-content__list{
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color:#fff;

    list-style: none;
    counter-reset: list;
}

.faq-content__list--outside li::before{
    position: absolute;
    left: -18px;
}

.faq-content__list li{
    display: flex;
    align-items: flex-start;
    gap: 18px;

    position: relative;
    counter-increment: list;
}

.faq-content__list li::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;

    flex-shrink: 0;

    background-color: #746cff;
    transform: translateY(10px);
}

.faq-content__list--numeric li{
    gap: 5px;
}

.faq-content__list--numeric li:before{
    content: counter(list)".";

    background: transparent;
    width: 20px;
    height: auto;
    transform: translateY(-2px);
    font-size: 24px;
    color:#726bff;
}

.faq-content__list li a{
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    color:#fff;
}

.faq-content__list li p span{
    color:#18fb8d;
    font-size: 12px;
}

.faq-content__notice{
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    line-height: 1;
    color:#726bff;

    background-color: #192131;

    padding: 25px 10px 25px 35px;
}

.faq-promo__wrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-promo__icon{
    width: 36px;
    height: 36px;

    flex-shrink: 0;
    fill: #18fb8d;
}

.faq-promo__label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    width: 100%;
    height: 75px;
    padding: 15px 30px;
    border-radius: 6px;

    background: #1f2931;
}

.faq-promo__label:hover{
    cursor: pointer;
}

.faq-promo__title{
    font-family: 'Gilroy', sans-serif;
    font-size: 26px;
    color:#fff;
    text-transform: uppercase;
}

.faq-promo__copy{
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #9facb7;
}

.faq-promo__text{
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color:#9facb7;

    text-align: center;
    max-width: 280px;
    width: 100%;

    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .faq-item__header{
        padding: 30px 20px;
    }
    .faq-content__lock{
        flex-direction: column;
        text-align: center;
    }
    .faq-promo__label{
        padding: 15px;
    }
    .faq-promo__icon{
        width: 24px;
        height: 24px;
    }

    .modal .order-complete{
        padding: 50px 25px;
    }
}

.copy-gem{
    transition: .3s fill;
}

.copy-icon{
    transition-delay: .3s;
}

.copy-block.copied .copy-gem{
    fill: #9facb7;
}

.copy-block.copied .copy-icon{
    fill: #00ff43;
    animation: topBottom .3s .3s linear;
}

@keyframes topBottom {
    0%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(0);
    }
}
.faq-item--hidden > .faq-item__content {
  visibility: hidden;
}