.test-step {
    display: none;
}

.test-step.active {
    display: block;
}

.app__start-page.test-step.active {
    display: flex;
}

@media screen and (max-width: 768px) {
    .is-1 {
        display: none;
    }
}

.test-step {
    display: none;
}

.test-step.active {
    display: block;
}

.app__start-page.test-step.active {
    display: flex;
}

@media screen and (max-width: 768px) {
    .is-1 {
        display: none;
    }
}

#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: 30px 25px;
    }
}
