.test-step {
    display: none;
}

.test-step.active {
    display: block;
}

.app__start-page.test-step.active {
    display: flex;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

@media (max-width: 700px) {
    #myVideo {
        position: relative;
        display: block;
        min-width: auto;
        min-height: auto;
    }

}

@media (max-width: 818px) {
    .final-page_horizontal {
        display: block;
        padding: 40px 0;
    }
}

.chek {
    margin-bottom: 15px;
}

@media (max-width: 450px) {
    .chek {
        margin-left: 25px;
    }
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.iti__country-name,
.iti__selected-dial-code {
    color: #3e3e3e;
}

.offer_row {
    margin-top: 15px
}

#phone {
    width: 100% !important;
}

#error-msg {
    color: red;
}

#valid-msg {
    color: #00C900;
}

.phone.error {
    border: 1px solid #FF7C7C !important;
}

.hide {
    display: none;
}

@media (max-width: 280px) {
    .quiz__buttons {
        width: 270px;
    }

    .answer-variants__group {
        width: 250px;
    }

    .answer-variants__image-img {
        position: relative;

        right: 15px;
    }
}

input.error {
    border: 2px solid red !important;
    /*color: red!important;*/
    background: url(../images/cross.png);
    -webkit-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 270px 17px !important
}

input.accept {
    border: 2px solid green !important;
    color: black !important;
    background: url(../images/check.png) !important;
    -webkit-background-size: 20px !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 270px 17px !important
}