/******************************************************общие для экранов*/
.mask {
    background-color:rgba(0,0,0,0.7);
    height:100%;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    display: none;
    z-index: 9000;
}


/******************************************************размеры экранов*/
/* Портретные планшеты и средние настольные компьютеры --------------------------------------------------------------------------------------------------------*/
@media (min-width: 1025px) {
    .board_page {
        display: flex;
        justify-content: flex-start;
        flex-flow: column nowrap;
        align-items: center;
    }
    .table_arr{
        width: 1vw;
        padding-top: 0.5vw;
    }
    .t_left_arrow{
        vertical-align: middle !important;
        text-align: end !important;
    }
    .t_right_arrow{
        vertical-align: middle !important;
        text-align: start !important;
    }
    .board_header {
        font-size: 2.4755028vw; /*48/1939*/
        font-family: Philosopher, sans-serif;
        color: #6d6e70;
        margin: 0;
        padding: 0;
        padding-top: 3.0943785vw; /*60/1939*/
    }

    .board_opts {
        display: flex;
        justify-content: center;
        margin-top: 3.4553893vw; /*67/1939*/

    }

    .board_opt_item {
        font-family: Roboto Condensed, sans-serif;
        font-size: 1.5987622vw; /*31/1939*/
        color: #6d6e70;
        width: 14.140433vw;
        border: 1px solid #6d6e70;
        border-radius: 0.2vw;
        height: 2.7849406vw; /*54/1939*/
        margin-left: 0.4vw;
        margin-right: 0.4vw;
        padding-left: 0.4vw;
    }

    .board_table {
        margin-top: 3.0943785vw; /*60/1939*/
        background-color: #7c93a5;
        background-image: url(/images/IMG_shedule.jpg);
        background-size: cover;
    }
    .top_opacity{
        width: 100vw;
        height: 4.322692vw;
        position: absolute;
        background-color: rgba(0,0,0,0.5);
    }
    .table_board {
        width: 100vw;
        border: 1px solid #000000;
        /*background-image: linear-gradient(to top, rgba(255,0,0,0.3), rgba(255,0,0,0.3));*/
        position: relative;
        padding-bottom: 3vw;
    }

    .tr_head1 {
        height: 3.1975244vw; /*62/1939*/
        font-family: Philosopher, sans-serif;
        font-size: 1.8566271vw; /*36/1939*/
        color: white;
    }

    .tr_head2 {
        height: 4.5899948vw; /*89/1939*/
        font-family: Roboto Condensed, sans-serif;
        font-size: 1.614492vw;
        font-weight: 700;
        color: white;
    }

    .t_left_col {
        /*width: 9.2315626vw; /*179/1939*/
        border: 1px solid transparent;
        font-family: Roboto Condensed, sans-serif;
        font-size: 2.0629190vw; /*40/1939*/
        color: white;
        text-align: center;
        vertical-align: top;
    }

    .t_right_col {
        /*width: 3.5585353vw; /*69/1939*/
        border: 1px solid transparent;
    }

    .t_cell {
        border: 1px solid transparent;
        width: 12.458555vw; /*241,5714/1939*/
        max-width: 12.058555vw;

    }

    .tr_cells {
        /*height: 9.4378545vw; /*183/1939*/

    }

    .b_sticker {
        padding: 0.3157297vw; /*10/1939*/
        padding-left: 1vw;
        /*height: 9.6378545vw;*/
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;

        /*overflow: hidden;*/
        font-family: Roboto Condensed, sans-serif;
        font-size: 1.5987622vw; /*31/1939*/
        color: black;
        position: relative;
    }
    .b_sticker_hover:hover{
        background-color: rgba(255,255,255,0.3);
    }
    .b_sticker_hover{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .st_label{
        position: absolute;
        width: 2.0629190vw; /*40/1939*/
        height: 1.0830324vw; /*21/1939*/
        top: -0.3vw;
        right: 0vw;

    }
    .st_circle{
        height: 1.6508973vw; /*26/1939*/

        position: absolute;
        left: 0vw;
        top: 2.5vw;
    }
    .st_type{
        font-size:1.914492vw;
        font-weight: 700;
    }
    .st_location{
        font-size:1.1346054vw; /*22/1939*/

    }
    .st_time{
        font-size:1.4956162vw; /*29/1939*/
        font-weight: 700;
    }
    .st_master{
        font-size:1.1346054vw; /*22/1939*/
        font-style: italic;
    }
    .st_price{
        font-size:1.3924703vw; /*27/1939*/

    }
    .st_overflow{
        overflow: hidden;
    }





    .m_container{
        position: fixed;
        top:15vw;
        left: 26.1217125vw;
        display: none;
        opacity: 0;
        z-index: 10000;
    }
    .m_block{
        width: 47.756575vw; /*926/1939*/
        display: flex;
        flex-flow: column nowrap;
        background-color: transparent;
        padding: 1.7861784vw; /*23/1939*/

    }
    .m_group0{
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        position: relative;
    }
    .m_full_type{
        font-family: Roboto Condensed, sans-serif;
        font-size: 2.2176379vw; /*43/1939*/
        font-weight: 700;
    }
    .m_close{
        width: 1.3408973vw; /*26/1939*/
        transition: 500ms;
        position: absolute;
        right: 0;
        top: 0;
    }
    .m_close:hover{
        width: 1.8050541vw; /*35/1939*/
        right: -0.2320783vw; /*4,5/1939*/
        top: -0.2320783vw; /*4,5/1939*/
    }
    .m_location{
        font-family: Ubuntu, sans-serif;
        font-size: 1.3408973vw; /*26/1939*/
        margin-top: 1.2893243vw; /*25/1939*/

    }
    .m_time{
        font-family: Roboto Condensed, sans-serif;
        font-size: 1.8566271vw; /*36/1939*/
        font-weight: 700;
        margin-top: 1.2893243vw; /*25/1939*/
    }
    .m_full_text{
        font-family: Ubuntu, sans-serif;
        font-size: 1.2377514vw; /*24/1939*/
        margin-top: 1.2893243vw; /*25/1939*/

    }
    .m_group1{
        display: flex;
        flex-flow: row nowrap;
        margin-top: 1.7019082vw; /*33/1939*/

    }
    .m_level_img{
        width: 1.9082001vw; /*37/1939*/
    }
    .m_level{
        font-family: Ubuntu, sans-serif;
        font-size: 1.3408973vw; /*26/1939*/
        margin-left: 1.1861784vw; /*23/1939*/

    }
    .m_full_master{
        font-family: Ubuntu, sans-serif;
        font-size: 1.3408973vw; /*26/1939*/
        margin-left: 4.1258380vw; /*80/1939*/
        font-style: italic;

    }
    .m_group2{
        display: flex;
        flex-flow: row nowrap;
        margin-top: 1.8566271vw; /*36/1939*/
        justify-content: space-between;
        height: 3.394379vw;

    }
    .m_group2_left{
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-content: space-between;
    }
    .m_price{
        font-family: Ubuntu, sans-serif;
        font-size: 1.3408973vw; /*26/1939*/
    }
    .m_button_a{
        align-self: center;
        text-decoration: none;
    }
    .m_button{
        font-family: Ubuntu, sans-serif;
        font-size: 1.3924703vw; /*27/1939*/
        color: black;
        border: 2px solid black;
        border-radius: 0.6vw;
        width: 20.113460vw; /*390/1939*/
        height: 3.0943785vw; /*60/1939*/

        display: flex;
        justify-content: center;
        align-items: center;
    }
    .m_button:hover{
        border: 3px solid black;
    }
}
/* Горизонтальные телефоны и вертикальные планшеты --------------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 1024px) {
    .board_page {
        display: flex;
        justify-content: flex-start;
        flex-flow: column nowrap;
        align-items: center;
    }
    .table_arr{
        width: 1.8252933vw; /*14/767*/
        padding-top: 0.4vw;
    }
    .t_left_arrow{
        vertical-align: middle !important;
        text-align: end !important;
    }
    .t_right_arrow{
        vertical-align: middle !important;
        text-align: start !important;
    }
    .board_header {
        font-size: 4.0417209vw; /*31/767*/
        font-family: Philosopher, sans-serif;
        color: #6d6e70;
        margin: 0;
        padding: 0;
        padding-top: 4.1720990vw; /*32/767*/
    }

    .board_opts {
        display: flex;
        justify-content: center;
        margin-top: 3.5936114vw; /*36/767*/
        flex-flow: row wrap;
    }

    .board_opt_item {
        font-family: Roboto Condensed, sans-serif;
        font-size: 2.8683181vw; /*22/767*/
        color: #6d6e70;
        width: 43.807040vw; /*336/767*/
        border: 1px solid #6d6e70;
        border-radius: 0.8vw;
        height: 6.3885267vw; /*49/767*/
        margin-left: 1.4vw;
        margin-right: 1.4vw;
        padding-left: 1.4vw;
        margin-top: 1.1vw;
    }

    .board_table {
        margin-top: 3.0943785vw; /*60/1939*/
        background-color: #7c93a5;
        background-image: url(/images/IMG_shedule.jpg);
        background-size: cover;
    }
    .top_opacity{
        width: 100vw;
        height: 6.679661vw;
        position: absolute;
        background-color: rgba(0,0,0,0.5);
    }
    .table_board {
        width: 100vw;
        border: 1px solid #000000;
        /*background-image: linear-gradient(to top, rgba(255,0,0,0.3), rgba(255,0,0,0.3));*/
        position: relative;
    }

    .tr_head1 {
        height: 4.4328552vw; /*34/767*/
        font-family: Philosopher, sans-serif;
        font-size: 3.2594524vw; /*25/767*/
        color: white;
    }

    .tr_head2 {
        height: 6.2581486vw; /*48/767*/
        font-family: Roboto Condensed, sans-serif;
        font-size: 2.8683181vw; /*22/767*/

        font-weight: 700;
        color: white;
    }

    .t_left_col {
        /*width: 9.2315626vw; /*179/1939*/
        border: 1px solid transparent;
        font-family: Roboto Condensed, sans-serif;
        font-size: 2.8683181vw; /*22/767*/
        color: white;
        text-align: center;
        vertical-align: top;
    }

    .t_right_col {
        /*width: 3.5585353vw; /*69/1939*/
        border: 1px solid transparent;
    }

    .t_cell {
        border: 1px solid transparent;
        width: 11.082138vw; /*85/767*/

        max-width: 11.082138vw; /*85/767*/

    }

    .tr_cells {
        /*height: 9.4378545vw; /*183/1939*/

    }

    .b_sticker {
        padding: 0.3157297vw; /*10/1939*/
        /*height: 9.6378545vw;*/
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        font-family: Roboto Condensed, sans-serif;
        color: black;
        position: relative;
        height: 11.082138vw; /*85/767*/
    }
    .b_sticker_hover{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .st_label{
        position: absolute;
        height: 2.7379400vw; /*21/767*/
        top: 0;
        right: 0;

    }
    .st_circle{
        height: 2.7379400vw; /*21/767*/

        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }
    .st_type{
        font-size: 2.3986962vw; /*23/767*/

        font-weight: 700;
    }
    .st_location{
        font-size:1.1346054vw; /*22/1939*/
        display: none;
    }
    .st_time{
        font-size:1.4956162vw; /*29/1939*/
        font-weight: 700;
        display: none;
    }
    .st_master{
        font-size:1.1346054vw; /*22/1939*/
        font-style: italic;
        display: none;
    }
    .st_price{
        font-size:1.3924703vw; /*27/1939*/
        display: none;
    }
    .st_overflow{
        overflow: hidden;
    }





    .m_container{
        position: fixed;
        top:15vw;
        left: 15vw;
        display: none;
        opacity: 0;
        z-index: 10000;
    }
    .m_block{
        width: 84.093872vw; /*645/767*/
        display: flex;
        flex-flow: column nowrap;
        background-color: transparent;
        padding: 3.2594524vw; /*25/767*/

    }
    .m_group0{
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        position: relative;
    }
    .m_full_type{
        font-family: Roboto Condensed, sans-serif;
        font-size: 3.9113428vw; /*30/767*/
        font-weight: 700;
    }
    .m_close{
        width: 2.6075619vw; /*20/767*/
        position: absolute;
        right: 0;
        top: 0;
    }
    .m_location{
        font-family: Ubuntu, sans-serif;
        font-size: 2.3468057vw; /*18/767*/
        margin-top: 1.9556714vw; /*15/767*/
    }
    .m_time{
        font-family: Roboto Condensed, sans-serif;
        font-size: 3.2594524vw; /*25/767*/
        font-weight: 700;
        margin-top: 1.9556714vw; /*15/767*/
    }
    .m_full_text{
        font-family: Ubuntu, sans-serif;
        font-size: 2.2164276vw; /*17/767*/
        margin-top: 1.9556714vw; /*15/767*/

    }
    .m_group1{
        display: flex;
        flex-flow: row nowrap;
        margin-top: 3.2594524vw; /*25/767*/
    }
    .m_level_img{
        width: 3.3898305vw; /*26/767*/
    }
    .m_level{
        font-family: Ubuntu, sans-serif;
        font-size: 2.3468057vw; /*18/767*/
        margin-left: 2.0860495vw; /*16/767*/

    }
    .m_full_master{
        font-family: Ubuntu, sans-serif;
        font-size: 2.3468057vw; /*18/767*/
        margin-left: 7.3011734vw; /*56/767*/
        font-style: italic;

    }
    .m_group2{
        display: flex;
        flex-flow: row nowrap;
        margin-top: 3.2594524vw; /*25/767*/
        justify-content: space-between;
        height: 5.994379vw;

    }
    .m_group2_left{
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-content: space-between;
    }
    .m_price{
        font-family: Ubuntu, sans-serif;
        font-size: 2.3468057vw; /*18/767*/
    }
    .m_button_a{
        align-self: center;
        text-decoration: none;
    }
    .m_button{
        font-family: Ubuntu, sans-serif;
        font-size: 2.4771838vw; /*19/767*/
        color: black;
        border: 2px solid black;
        border-radius: 1vw;
        width: 35.462842vw; /*272/767*/
        height: 5.4758800vw; /*42/767*/

        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/* Вертикальные телефоны и меньше --------------------------------------------------------------------------------------------------------*/
@media (max-width: 575.98px) {
    .board_page {
        display: flex;
        justify-content: flex-start;
        flex-flow: column nowrap;
        align-items: center;
    }
    .table_arr{
        width: 4.3444444vw; /*40/576*/
        /*padding-top: 0.4vw;*/
    }
    .t_left_arrow{
        vertical-align: middle !important;
        text-align: center !important;
    }
    .t_right_arrow{
        vertical-align: middle !important;
        text-align: center !important;
        max-width: 5.5vw;
    }
    .board_header {
        font-size: 6.0763888vw; /*35/576*/
        font-family: Philosopher, sans-serif;
        color: #6d6e70;
        margin: 0;
        padding: 0;
        padding-top: 4.8611111vw; /*28/576*/
        text-align: center;
    }

    .board_opts {
        display: flex;
        justify-content: center;
        margin-top: 3.5936114vw; /*36/767*/
        flex-flow: column nowrap;
    }

    .board_opt_item {
        font-family: Roboto Condensed, sans-serif;
        font-size: 5.0347222vw; /*29/576*/
        color: #6d6e70;
        width: 89.930555vw; /*518/576*/
        border: 1px solid #6d6e70;
        border-radius: 0.8vw;
        height: 11.631944vw; /*67/576*/
        margin-left: 1.4vw;
        margin-right: 1.4vw;
        padding-left: 1.4vw;
        margin-top: 1.1vw;
    }

    .board_table {
        margin-top: 3.0943785vw; /*60/1939*/
        background-color: #7c93a5;
        background-image: url(/images/IMG_shedule.jpg);
        background-size: cover;
    }
    .top_opacity{
        width: 100vw;
        height: 11.479661vw;
        position: absolute;
        background-color: rgba(0,0,0,0.5);
    }
    .table_board {
        width: 100vw;
        border: 1px solid #000000;
        /*background-image: linear-gradient(to top, rgba(255,0,0,0.3), rgba(255,0,0,0.3));*/
        position: relative;
        border-spacing: 0px;
    }

    .tr_head1 {
        height: 10vw; /*64/576*/
        font-family: Philosopher, sans-serif;
        font-size: 3.676389vw;
        color: white;
    }

    .tr_head2 {
        height: 7.9861111vw; /*46/576*/
        font-family: Roboto Condensed, sans-serif;
        font-size: 2.8683181vw; /*22/767*/

        font-weight: 700;
        color: white;
    }

    .t_left_col {
        /*width: 9.2315626vw; /*179/1939*/
        border: 1px solid transparent;
        font-family: Roboto Condensed, sans-serif;
        font-size: 3.566667vw;
        color: white;
        text-align: center;
        vertical-align: top;
        padding: 0;
    }

    .t_right_col {
        /*width: 3.5585353vw; /*69/1939*/
        border: 1px solid transparent;
    }

    .t_cell {
        border: 1px solid transparent;
        width: 12vw;
        max-width: 11vw;

    }

    .tr_cells {
        /*height: 9.4378545vw; /*183/1939*/

    }

    .b_sticker {
        padding: 0.3157297vw; /*10/1939*/
        /*height: 9.6378545vw;*/
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        font-family: Roboto Condensed, sans-serif;
        color: black;
        position: relative;
        height: 11vw; /*85/767*/
    }
    .b_sticker_hover{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .st_label{
        position: absolute;
        height: 2.7379400vw; /*21/767*/
        top: 0;
        right: 0;

    }
    .st_circle{
        height: 2.7379400vw; /*21/767*/

        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }
    .st_type{
        font-size: 2.3986962vw; /*23/767*/

        font-weight: 700;
    }
    .st_location{
        font-size:1.1346054vw; /*22/1939*/
        display: none;
    }
    .st_time{
        font-size:1.4956162vw; /*29/1939*/
        font-weight: 700;
        display: none;
    }
    .st_master{
        font-size:1.1346054vw; /*22/1939*/
        font-style: italic;
        display: none;
    }
    .st_price{
        font-size:1.3924703vw; /*27/1939*/
        display: none;
    }
    .st_overflow{
        overflow: hidden;
    }





    .m_container{
        position: fixed;
        top:15vw;
        left: 15vw;
        display: none;
        opacity: 0;
        z-index: 10000;
    }
    .m_block{
        width: 90.277777vw; /*520/576*/
        display: flex;
        flex-flow: column nowrap;
        background-color: transparent;
        padding: 6.7708333vw; /*39/576*/
    }
    .m_group0{
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        position: relative;
    }
    .m_full_type{
        font-family: Roboto Condensed, sans-serif;
        font-size: 7.8125vw; /*45/576*/
        font-weight: 700;
    }
    .m_close{
        width: 4.3402777vw; /*25/576*/
        position: absolute;
        right: 0;
        top: 0;
    }
    .m_location{
        font-family: Ubuntu, sans-serif;
        font-size: 3.8194444vw; /*22/576*/
        margin-top: 3.2986111vw; /*19/576*/
    }
    .m_time{
        font-family: Roboto Condensed, sans-serif;
        font-size: 6.9444444vw; /*40/576*/
        font-weight: 700;
        margin-top: 4.3402777vw; /*25/576*/
    }
    .m_full_text{
        font-family: Ubuntu, sans-serif;
        font-size: 3.2986111vw; /*19/576*/
        margin-top: 4.3402777vw; /*25/576*/

    }
    .m_group1{
        display: flex;
        flex-flow: row wrap;
        margin-top: 8.6805555vw; /*50/576*/
    }
    .m_level_img{
        width: 6.25vw; /*36/576*/
    }
    .m_level{
        font-family: Ubuntu, sans-serif;
        font-size: 3.8194444vw; /*22/576*/
        margin-left: 3.125vw; /*18/576*/

    }
    .m_full_master{
        font-family: Ubuntu, sans-serif;
        font-size: 3.8194444vw; /*22/576*/
        margin-top: 3.9930555vw; /*23/576*/
        width: 100%;
        font-style: italic;

    }
    .m_group2{
        display: flex;
        flex-flow: row wrap;
        margin-top: 4.6875vw; /*27/576*/
        justify-content: space-between;
        height: 27.5vw;

    }
    .m_group2_left{
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-content: space-between;
    }
    .m_price{
        font-family: Ubuntu, sans-serif;
        font-size: 3.8194444vw; /*22/576*/
    }
    .m_button_a{
        align-self: center;
        text-decoration: none;
        width: 100%;
        margin-top: 6.0763888vw; /*35/576*/

    }
    .m_button{
        font-family: Ubuntu, sans-serif;
        font-size: 5.0347222vw; /*29/576*/
        color: black;
        border: 2px solid black;
        border-radius: 1.7vw;
        width: 100%;
        height: 11.631944vw; /*67/576*/

        display: flex;
        justify-content: center;
        align-items: center;
    }
}