.quiz-screen .quiz-screen__inner {
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.quiz-screen .quiz-screen__inner.show-it {
    opacity: 1;
}

.score-screen, .trophy {
    display: none;
}


.is-validation-failed {
    border-color: red;
}

.mod-input__inner {
    overflow: hidden;
    border-radius: 24px;
}

/* siol hack */
@media only screen and (max-width: 767px) {
    .banner {
        min-height: 638px;
    }
}


.mod-input__field {
    font-size: 18px;
}

.checkbox__label {
    font-size: 15px;
}

.checkbox__label::before {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
.checkbox__label::after {
    width: 14px;
    height: 14px;
    margin-top: 3px;
}


.checkbox__label {
    padding-left: 31px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.quiz-box__question {
    font-weight: 700;
}

.banner__button .btn {
    font-size: 24px;
    padding: 6px 24px 8px 24px;
}

.quiz-box__time, .result_quest {
    margin-top: -9px;
}

.quiz-box__number {
    padding: 0px 4px 4px 4px;
}

.checkbox__text a {
    text-decoration: underline;
}

.check-results { text-decoration: underline;}