/******************************************************общие для экранов*/


/******************************************************размеры экранов*/
/* Портретные планшеты и средние настольные компьютеры */
@media (min-width: 1025px){
    .mm_block{
        height: 7.2916666vw; /*140/1920*/
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        align-content: center;
        align-items: center;



        background-color: #7c93a5;
        background-image: url(/images/IMG_shedule.jpg);
        background-size: cover;
    }
    .mm_block_href{
        height: 4.8958333vw; /*94/1920*/

        margin-left: 0.5208333vw; /*10/1920*/
        margin-right: 0.5208333vw; /*10/1920*/
        text-decoration: none;
        font-size: 1.1458333vw; /*22/1920*/
        font-family: Ubuntu, sans-serif;
        color: white;

        background-color: rgba(0,194,255,0.71);
        border-radius: 0.2604166vw; /*5/1920*/;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 15.725vw;
        min-width: 9.84375vw; /*189/1920*/
        transition: 500ms;
    }
    .mm_block_href:hover{
        background-color: rgba(0,194,255,0.9);
    }
    .mm_block_button{
        text-align: center;
        margin-right: 1.6666666vw; /*32/1920*/
        margin-left: 1.6666666vw; /*32/1920*/
    }
}
/* Горизонтальные телефоны и вертикальные планшеты */
@media (min-width: 576px) and (max-width: 1024px) {
    .mm_block{
        height: 10.391667vw;
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        align-content: center;
        align-items: center;



        background-color: #7c93a5;
        background-image: url(/images/IMG_shedule.jpg);
        background-size: cover;
    }
    .mm_block_href{
        height: 7.395833vw;
        margin-left: 0.6vw;
        margin-right: 0.6vw;
        text-decoration: none;
        font-size: 2.145833vw;
        font-family: Ubuntu, sans-serif;
        color: white;
        background-color: rgba(0,194,255,0.71);
        border-radius: 0.560417vw;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 12.54375vw;
    }
    .mm_block_button{
        text-align: center;
        margin-right: 1.566667vw;
        margin-left: 1.566667vw;
    }
}
/* Вертикальные телефоны и меньше */
@media (max-width: 575.98px) {
    .mm_block{
        height: 70vw;
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        align-content: center;
        align-items: center;



        background-color: #7c93a5;
        background-image: url(/images/IMG_shedule.jpg);
        background-size: cover;
    }
    .mm_block_href{
        width: 90%;
        height: 11.395833vw;
        text-decoration: none;
        font-size: 4.045833vw;
        font-family: Ubuntu, sans-serif;
        color: white;
        background-color: rgba(0,194,255,0.71);
        border-radius: 1.260417vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.8vw;
        margin-bottom: 0.8vw;
    }
    .mm_block_button{
        text-align: center;
        margin-right: 2.366667vw;
        margin-left: 2.366667vw;
    }
}
