.innerTest.loading {
    position: relative;
}

.innerTest.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(ajax.gif);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
    border-radius: 15px;
}

@media (min-width: 760px) {
    .articleTest__next {
        width: 200px;
    }

    .articleTestFinish__text {
        max-width: none;
        font-size: 16px;
        margin-top: -10px;
        padding: 20px 150px;
        text-align: justify;
    }
}

.articleTest .radio.true input:checked ~ .radio__text {
    color: green;
}

.articleTest .radio.true input:checked ~ .radio__trigger {
    border-color: green;
}

.articleTest .radio.true input:checked ~ .radio__trigger::before {
    background: green;
}