.questions {
    background-color: #3E3E3E;
    color: #ffffff;
    overflow-x: hidden;
    padding-bottom: 100px;
}

.questions__title {
    font-weight: bold;
    font-size: 60px;
    line-height: 122%;
    margin-bottom: 100px;
    text-align: center;
    margin-bottom: 90px;
}

.questions__title span {
    color: #f7ca60;
}

.questions-list__container {
    display: flex;
    max-width: 1260px;
    margin: 0 auto;
}

.questions__list {
    width: 540px;
    margin-right: 95px;
}

.questions__right {
    display: flex;
    align-items: center;
}

.questions__item {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 35px;
    line-height: 110%;
    opacity: 0.4;
    cursor: pointer;
}

.questions__item.active {
    opacity: 1;
}

.questions__item.active .question-stick.second {
    display: none;
}

.question {
    font-weight: 600;
    font-size: 35px;
    line-height: 110%;
    background: linear-gradient(293.89deg, #f6c150 35.44%, #fded9b 94.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.questions-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #f6c150;
    border-radius: 50%;
    cursor: pointer;
}

.questions-stick__container {
    display: flex;
    position: relative;
}

.question-stick {
    width: 15px;
    height: 2px;
    background-color: #fbde80;
}

.question-stick:last-of-type {
    position: absolute;
    transform: rotate(90deg);
}

.question {
    margin-bottom: 40px;
}

.answer {
    font-size: 26px;
    line-height: 135%;
    max-width: 625px;
}
.questions__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 514px;
    height: 90px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    background: linear-gradient(293.89deg, #f6c150 35.44%, #fded9b 94.34%);
    border-radius: 100px;
    border-bottom: 3px solid #c49028;
    box-shadow: 0px 4px 50px #ffd57a;
    cursor: pointer;
    margin-top: 100px;
}

.question__top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f8cc63;
}
.question__bottom {
    display: none;
}

@media (max-width: 576px) {
    .questions__container {
        max-width: 280px;
        margin: 0 auto;
    }
    .questions__title {
        font-size: 26px;
        line-height: 115%;
        margin-bottom: 30px;
    }
    .questions__btn {
        width: 100%;
    }
    .questions__right {
        display: none;
    }
    .questions__list {
        width: 100%;
        margin: 0px;
    }
    .questions__item {
        margin-bottom: 20px;
    }
    .questions-item__text {
        font-size: 16px;
        line-height: 110%;
    }
    .questions-plus {
        width: 20px;
        height: 20px;
    }
    .question-stick {
        width: 8px;
    }
    .questions__btn {
        margin-top: 20px;
        font-size: 13px;
        line-height: 17px;
        text-align: center;
        height: 60px;
        box-shadow: 0px 4px 30px rgba(255, 213, 122, 0.5);
    }
    .question__top {
        margin-bottom: 20px;
    }
    .question__answer {
        font-size: 14px;
        line-height: 135%;
        color: #ffffff;
        font-weight: normal;
    }
    .questions {
        padding-bottom: 93px;
    }
}
