.survey-widget {
    padding: 32px 0
}

.survey-widget__title {
    margin: 0
}

.survey-widget__desc {
    margin: 8px 0 20px
}


.survey-page__title {
    margin: 18px 0 24px;
}

.survey-page__title--center {
    margin: 16px auto 0;
    text-align: center
}

.survey-page__btn {
    margin-bottom: 4px
}

.survey-page__btn:last-child {
    margin-bottom: 0
}

.poll-page__btns, .survey-page__btns, .quiz-page__btns {
    padding-bottom: 32px
}

.survey-page__desc {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 24px;
    margin-top: 8px;
    text-align: center
}

.survey-page__content {
    margin-bottom: 24px
}

.quest-item__step-desc:before {
    background-image: url("/static/icons/info.8367ce3fc056.svg");
    content: "";
    display: block;
    height: 10px;
    margin-right: 4px;
    width: 10px
}

.quest-item__desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin: 8px 0 16px
}

.quest-item__content {
    margin-top: 16px
}

.quest-item__input, .quest-item__label {
    margin-bottom: 8px
}

.quest-item__input:last-child, .quest-item__label:last-child{
    margin-bottom: 0
}


@media only screen and (min-width: 320px) {

    .survey-widget {
        padding: 60px 0
    }

    .survey-widget__desc {
        margin: 16px 0 32px
    }
}
