/*// 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) {

.info__block {
    width: 100%;
}
    .info__block li{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .question{
        width: 90%;
        text-align: center;
        margin-top: 50px;
        font-size: 200%;
    }
    .container{
        background-image: none;
        margin: 0 5%;
    }
    h1.question_title{
        font-size: 450%;
    }
    .answer{
        width: 90%;
        font-size: 200%;
        margin-top: 75px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
.info__block {
    width: 100%;
}
    .info__block li{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .question{
        width: 90%;
        text-align: center;
        margin-top: 50px;
        font-size: 200%;
    }
    .container{
        background-image: none;
        margin: 0 5%;
    }
    h1.question_title{
        font-size: 450%;
    }
    .answer{
        width: 90%;
        font-size: 200%;
        margin-top: 75px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px)  {
    .info__block {
        display: flex;
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        margin-bottom: 60px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .info__block {
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        margin-bottom: 60px;
    }
}
@media (min-width: 1400px) and (max-width: 1949.99px) {
    h1.question_title {
        font-size: 48px;
        letter-spacing: 0;
        margin-top: 4.9%;
        margin-left: 1%;
        margin-bottom: 0;
    }
    .container {
        margin-top: 3%;
        background-repeat: no-repeat;
        background-size: 38.5%;
        background-position-y: 1.6%;
        background-position-x: 5%;
    }
    .info__block {
         margin-bottom: 0;
    }
    .question {
        width: 41%;
        margin-left: 8.9%;
        font-size: 19px;
        margin-top: -0.1%;
        line-height: 22px;
    }
    .answer {
        width: 58.5%;
        margin-right: 7.5%;
        margin-top: -0.2%;
        letter-spacing: 0.2px;
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 3.4%;
    }
    .answer span {
        font-size: 19px;
        line-height: 22px;
    }
     .info__block li:last-child .answer{
        margin-bottom: 0;
    }
    .be_musical {
        margin-top: 0.4%;
        background-color: #ffa683;
        padding-top: 2.7%;
        padding-bottom: 2.8%;
        text-align: center;
    }
    a.be_music {
        font-size: 40px;
         margin-top: 0;
        margin-left: 1.3%;
        letter-spacing: -0.7px;
    }
}
@media (min-width: 1950px){
    .container {
        background-position-x: 25%;
    }
    }
