.testing_results_wrap {
    max-width: 900px;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 800px;
}

.testing_results_wrap h4 {
    font-size: 18px;
    line-height: 24px;
}

.test__buttons--flex {
    flex-wrap: wrap;
    justify-content: center;
}

.test__buttons--flex .test-btn {
    min-width: 220px;
}

.errors_wrap {
    margin: 40px 0 20px;
}

.errors_wrap h3 {
    font-size: 23px;
    text-align: center;
}

.testing_results_item {
    margin-bottom: 26px;
}

.testing_results_item .test-box__item label {
    cursor: text;
}

.testing_results_wrap .test-box {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.testing_results_wrap .test-box .test-box__item {
    margin-bottom: 8px;
}

.testing_results_wrap .test-box .test-box__item .test-box__text:after,
.testing_results_wrap .test-box .test-box__item .test-box__text:before {
    display: none;
}

.testing_results_wrap .test-box .test-box__item .test-box__text {
    padding-left: 10px;
}

.testing_results_wrap .test-box .test-box__item:before {
    left: 0;
}

.test-btn.test_clear {
    background: #ddd;
    border-color: #ddd;
    padding: 0 17px;
    color: #a39090;
    margin-left: auto!important;
}