html, body, h1, h2, h3, p{
    margin: 0;
    padding: 0;
    user-select: none;
    /* font-size: 16px; */
}

body {
    width: 100%;
    height: 700px;
}

@font-face  { /* semi-bold 700*/
    font-family: 'Ostin Sans';
    src: url("fonts/OSTIN Sans SemiBold.otf") format("opentype");
    font-weight: 700;
    /* font-style: semibold; */
}
@font-face {
    font-family: 'Suisse Intl';
    src: url('fonts/SuisseIntl-Regular.otf');
    font-weight: 400;
}

.test_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.test_window {
    z-index:5;
    position: absolute;
    height: 100%;
    margin-bottom: 75px;
    width: 87.5%;
    overflow: hidden;
}

.section {
    /* padding-top: 5%; */
    position: absolute;      
    height: 100%;
    width: 100%;
    transform: translateY(0%);
    transition: all 0.6s ease-in-out;
}
.section.before {
    transform: translateY(100%);
}
.section.current{
    transform: translateY(0%);
}
.section.after{
    transform: translateY(-100%);
}

.section_content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    transform: translateY(0%);
    transition: transform 0.6s ease-in-out;
}

/* тут не надо менять? */
.test_question { 
    top: 15%;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.6s ease-in-out;  
    /* transform: translateX(-100%) */
}

.base_text {
    position: relative;
    width: 90%;
    min-width: 280px;
    top: 5%;
    font-size: 5.625vw;
    font-family: "Ostin Sans";
    font-weight: 700;
    color: black;
    text-align: center;
}

.song_lyrics {
    position: relative;
    top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Suisse Intl';
    font-size: 5vw;
    text-align: center;
}

.answer_vars {
    position:relative;
    top: 13%;
    width: 90%;
    min-width: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
}


.var {
    transition: background-color 0.15s ease-in-out;
    width: 100%;
    height: 10%;
    background-color: #283C6E;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Suisse Intl';
    font-weight: 400;
    font-size: 4.375vw;
    text-align: center;
}

.section_content.explanation_active {
    transform: translateY(-100%);
}


.section_content .test_answer {
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 100%;
    top: -5%;
    transform: translateY(0%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;   
}


.explanation_text {
    position: relative;
    width: 90%;
    min-width: 280px;
    top: -3%;
    font-size: 7.5vw;
    font-family: "Ostin Sans";
    font-weight: 700;
    color: black;
    text-align: center;
}

.continue_btn {
    position: relative;
    top: 2.5%;
    height: 10%;
    width: 87.5%;
    background-color: #283C6E;
    border-radius: 3.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.continue_btn p{
    color: white;
    text-align: center;
    font-family: "Ostin Sans";
    font-weight: 600;
    font-size: 5.625vw;
}

/* РЕЗУЛЬТАТЫ */

.results_window {
    z-index:4;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.results_window.active {
    z-index: 6
}

.results_window .results_section {
    position: relative;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: transform 0.6s ease-in-out;
    display: flex;
    justify-content: center;
}

.results_window.active .results_section {
    transform: translateY(0%);
}

.band_photo {
    position: absolute;
    top: 52.5%;
    left: 6.25%;
    height: auto;
    width: max(280px, 87.5%);
}

.rotation_wrapper {
    position: absolute;
    top: 28.5%;
    left: 6.25%;
    /* transform: rotate(-4deg); */
}

.your_song {
    width: 75vw;
    height: 16.86vh;
    background: white;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    padding-top: 2.86vh;
    padding-bottom: 4vh;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d; */
}

.song_name {
    color: #FF7161;
    font-family: 'Ostin Sans';
    font-weight: 700;
    font-size: 7.5vw;
}

.ostin_tie_in {
    top: 15px;
    position: relative;
    color: black;
    font-family: 'Suisse Intl';
    font-size: 4.375vw;
    font-weight: 400;
}

.results_text {
    top: 1.5%;
    position: absolute;
    width: 87.5%;
    /* height: 100px; */
    display: flex;
    flex-direction: column;
}

.results_big_text {
    position: relative;
    /* left: -5px; */
    font-size: 9.5vw;
    font-family: 'Ostin Sans';
    font-weight: 700;
    font-style: italic;
    color: #283C6E;
}

.results_small_text {
    position: relative;
    top: 1vh;
    font-family: 'Suisse Intl';
    font-size: 4.375vw;
    font-weight: 400;
    color: black;
}

.link_btn {
    position: relative;
    top: 87.5%;
    height: 10%;
    width: 87.5%;
    min-width: 280px;
    background-color: #283C6E;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-family: 'Ostin Sans';
    font-weight: 700;
    /* font-style: semibold; */
    font-size: 5.625vw;
}

/* @media (max-width: 1480px){
    .test_wrapper {
        min-width: 350px;  
        min-height: 245px;
    }
    .test_window {
        height: 100%;
        max-height: 700px;
        width: 100%;
        max-width: 850px;
        margin-bottom: 0px;
    }
    .test_question {
        top: 0px;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .base_text {
        font-size: clamp(10px, 2.8vw, 24px);
    }
    .song_lyrics {
        font-size: clamp(8px, 2.3vw, 18px);
    }
    .answer_vars {
        gap: 1.7vh;
    }
    .var{
        height: 20%;
        max-height: 70px;
        font-size: clamp(8px, 2.3vw, 16.8px)
    }
    .section_content .test_answer {
        top: -5%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .explanation_text {
        font-size: clamp(10px, 2.8vw, 30px)
    }
    .continue_btn {
        height: min(12.2%, 70px);
        border-radius: min(12px, 1.4vw);
    }
    .continue_btn p{
        font-size: clamp(11px, 3.14vw, 1.75rem)
    }
    .results_window {
        height: 100%;
        width: 100%;
    }
    .band_photo {
        width: clamp(173px, 49.1vw, 369px);
    }
    .your_song {
        width: calc(clamp(140px, 40vw, 285px));
        height: calc(clamp(82px, 23.4vw, 140px));
        padding-top: clamp(6px, 2.5vh, 20px);
        padding-bottom: clamp(6px, 2.5vh, 20px);
        padding-left: clamp(7px, 2vh, 25px);
        padding-right: clamp(7px, 2vh, 25px);
        border-radius: clamp(8.2px, 2.3vw, 20px);
    }
    .song_name {
        font-size: clamp(12.35px, 3.4vw, 1.875rem)
    }
    .ostin_tie_in {
        top: clamp(6.3px, 1.8vw, 15px);
        font-size: clamp(6.6px, 1.9vw, 14px)
    }
    .results_text {
        gap: clamp(7px, 1.42vw, 16px);
        height: clamp(10px, 15vw, 100px);
        display: inline-block;
    }
    .results_big_text {
        font-size: clamp(16px, 4.6vw, 2.5rem);
    }
    .results_small_text{
        top: clamp(7px, 1.42vw, 16px);
        font-size: clamp(7px, 2vw, 16px);
    }
    .link_btn {
        border-radius: min(12px, 1.4vw);
        height: clamp(26px, 10.6vh, 70px);
        top: clamp(8px, 3.2vh ,35px);
        font-size: clamp(11px, 3.14vw, 1.5rem);
    }
} */

