.quest-item {
    border-top: 1px solid #efefef;
    padding: 24px 0
}

.quest-item__header {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex
}

.quest-item__number {
    color: #0070e2;
    font-size: 8px;
    font-weight: 800;
    line-height: 12px
}

.quest-item__step-desc {
    -webkit-align-items: center;
    align-items: center;
    color: #9a9a9a;
    display: -webkit-flex;
    display: flex;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 12px;
    text-transform: uppercase;
    /*TODO: uncomment after fixing counter*/
    /*border-left: 1px solid #efefef;*/
    /*margin-left: 8px;*/
    /*padding-left: 8px;*/
}

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

.survey-page__already-completed {
    color: #FF0000;
}

.questionnaire-footer {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
