/*// X-Small devices (portrait phones, less than 576px)*/
/*!*@media (max-width: 575.98px) { ... }*! *//*НЕ БОЛЬШЕ 575 >*/

/*// Small devices (landscape phones, 576px and up)*/
/*@media (min-width: 576px) { ... }*/ /* НЕ МЕНЬШЕ 576 >*/

/*// Small devices (landscape phones, less than 768px)*/
/*@media (max-width: 767.98px) { ... }*/

/*// Medium devices (tablets, 768px and up)*/
/*@media (min-width: 768px) { ... }*/

/*// Medium devices (tablets, less than 992px)*/
/*@media (max-width: 991.98px) { ... }*/

/*// Large devices (desktops, 992px and up)*/
/*@media (min-width: 992px) { ... }*/

/*// Large devices (desktops, less than 1200px)*/
/*@media (max-width: 1199.98px) { ... }*/

/*// X-Large devices (large desktops, 1200px and up)*/
/*@media (min-width: 1200px) { ... }*/


/*// X-Large devices (large desktops, less than 1400px)*/
/*@media (max-width: 1399.98px) { ... }*/

/*// XX-Large devices (larger desktops, 1400px and up)*/
/*@media (min-width: 1400px) { ... }*/

/*// Small devices (landscape phones, 576px and up)*/


/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    div.button__sub .sticky_pos{
        width: 50%;
    }
.become_a_musician{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.your_lvl{
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    margin-bottom: 35px;
    justify-content: center;
    align-items: center;
}
.ask{
    flex-direction: column;
    align-items: center;
}
.ask div {
    width: 90%;
    text-align: center;
    font-size: 125%;
}
.img__form{
    width: 100%;
    position: absolute;
}
.become_a_musician form{
    margin: 0 auto;
    width: 50%;
}
form input{
    padding: 30px 25px;
    font-size: 200%;
}
.animate_t{
    font-size: 200%;
    top:42px;
}
.button_form{
    font-size: 200%;
}

}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    div.button__sub .sticky_pos{
        width: 50%;
    }
.become_a_musician{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.your_lvl{
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    margin-bottom: 35px;
    justify-content: center;
    align-items: center;
}
.ask{
    flex-direction: column;
    align-items: center;
}
.ask div {
    width: 90%;
    text-align: center;
    font-size: 125%;
}
.img__form{
    width: 100%;
    position: absolute;
}
.become_a_musician form{
    margin: 0 auto;
    width: 50%;
}
form input{
    padding: 30px 25px;
    font-size: 200%;
}
.animate_t{
    font-size: 200%;
    top:42px;
}
.button_form{
    font-size: 200%;
}

}
@media (min-width: 992px) and (max-width: 1199.98px)  {
    div.button__sub .sticky_pos{
        width: 50%;
    }
    .become_a_musician{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }
    .your_lvl{
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        margin-bottom: 35px;
        justify-content: center;
        align-items: center;
    }
    .ask{
        flex-direction: column;
        align-items: center;
    }
    .ask div {
        width: 90%;
        text-align: center;
        font-size: 125%;
    }
    .img__form{
        width: 100%;
        position: absolute;
    }
    .become_a_musician form{
        margin: 0 auto;
        width: 50%;
    }
    .button__sub{
        position: relative;
    }
    .button_form{
        font-size: 200%;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {

    .become_a_musician{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }
    .your_lvl{
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        margin-bottom: 35px;
        justify-content: center;
        align-items: center;
    }
    h2.question__first_lvl {
        text-align: center;
        text-transform: uppercase;
        font-size: 300%;
        white-space: pre-line;
        color: #000;
        font-weight: 700;
        font-family: "Playfair-Display-Bold";
        margin-top: 20%;
    }
    .ask{
        flex-direction: column;
        align-items: center;
    }
    .ask div {
        width: 90%;
        text-align: center;
        font-size: 125%;
    }
    .img__form{
        width: 100%;
        position: absolute;
    }
    .become_a_musician form{
        margin: 0 auto;
        width: 50%;
    }
    .button__sub{
        position: relative;
    }
    .button_form{
        font-size: 200%;
    }
}
@media (min-width: 1400px) and (max-width: 1949.99px) {
    div.button__sub .sticky_pos{
        width: 21%;
    }
    h2.form {
        font-size: 38px;

        margin-top: 6%;
        margin-left: 1.2%;
        letter-spacing: 0.2px;
         margin-bottom: 0;
    }
    .become_a_musician {
        margin-top: 3%;
    }
    .img__form {
        width: 63%;
        margin-left: -1.4%;
        margin-top: 4.2%;
        margin-right: 1.9%;
    }
    form {
        width: 29%;
        margin-top: 0.7%;
    }
    .focus {
        margin-bottom: 1.2%;
    }
    form input {
        box-sizing: border-box;
         padding: 2.5% 0;
         padding-left: 4.8%;
        border-radius: 8px;
         margin-top: 0;
         margin-bottom: 0;
        width: 100%;
         font-size: 20px;
     }
    .button_form {
        margin-top: 7.4%;
        padding: 6.1% 0;
        margin-left: 0.7%;
        width: 85.7%;
        font-size: 20px;
        border-radius: 16px;
    }
    h2.question__first_lvl {
        font-size: 39px;
        line-height: 39px;
        margin-top: 4.7%;
        margin-left: 1.2%;
        letter-spacing: -0.3px;
    }
    .ask div {
        width: 47.2%;
        margin-top: 0;
    }
    .your_lvl {
         margin-bottom: 0;
        margin-top: 4.2%;
    }
    .ask {
        margin: 0 7.6% 0 8.6%;
        margin-bottom: 0.8%;
    }
    div.your_lvl div label {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .ask div textarea {
        height: 65%;
        margin-top: 3%;
        border-radius: 8px;
        font-size: 19px;
        line-height: 22px;
    }
    .be_musical {
        margin-top: 1.4%;
        padding: 2.6% 0 3% 0;
    }
    button.be_music {
        font-size: 39px;
        margin-top: 0.1%;
        margin-left: 1.2%;
    }
}
@media (min-width: 1950px) {

}