/* Стандартные стили для вольного хтмл - мобильная версия */

@media screen and (max-width: 999px) {
    .content {
        max-height: 500px;
        font-size: 14px;
        background-size: 1000px;
        line-height: 20px;
    }

    .numeration {
        margin-top: 30px;
    }

    .quiz-content {
        padding: 0 5px 60px;;
        min-height: 442px;
    }

    .quiz-label {
        padding: 3px 17px 5px;
        font-size: 13px;
    }

    .quiz-title {
        font-size: 28px;
        line-height: 1.60;
        padding: 2px 20px 0 20px;
    }

    .quiz-title span {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    .quiz-button {
        font-size: 13px;
    }

    .cover-wrapper .quiz-button {
        margin-top: 30px;
    }

    .quiz-header_wrapper {
        margin: 15px 0 27px;
    }

    .quiz-header {
        margin-bottom: 15px;
    }

    .quiz-header__text {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 5px;
    }

    .quiz-header__comment {
        font-size: 14px;
        line-height: 20px;
    }

    .option {
        margin-bottom: 10px;
    }

    .option__checkbox {
        width: 20px;
        height: 20px;
        margin-top: -2px;
    }

    .option-wrapper {
        margin-bottom: 20px;
    }

    .option__text {
        line-height: 20px;
        margin-left: 32px;

    }
    .comment {
        margin-left: 32px;
        font-weight: 400;
        line-height: 20px;
    }

    .result-wrapper_image .result-label {
        position: static;
        transform: none;
    }

    .result-label {
        font-size: 18px;
    }

    .result-text {
        font-size: 18px;
        line-height: 23px;
        padding: 10px;
    }
}


