.block-result__bottom__list {
    border: 1px solid #fcd016 !important;
    padding: 20px !important;
}

.step.result h2 {
    font-size: 42px !important;
}

.step.question .field {
    margin-bottom: 15px !important;
    padding: 10px 20px !important;
}

.step.question .center {
    margin-top: 30px !important;
}

.step.question .field .number-value {
    min-width: 85px !important;
}

.step.question .field .number-value input {
    width: 85px !important;
}



@media screen and (max-width: 500px) {
    .step.question h2 {
        margin-bottom: 10px !important;
    }
    .step.question .field input {
        font-size: 15px;
        padding: 0px 20px !important;
    }
}


.block-result__top .summary, .block-result__top .summary-by-square {
    display:none !important;
}
