.all_files {
    width: 100%;
    margin: 0px 0px 30px 0px;
}

.all_files p{
    margin-bottom: 10px;
}

.strong {
    font-weight: bold;
}

label {
    font-style: italic;
    cursor: pointer;
}

input:checked + label {
    color: #06afca;
    font-weight: bold;
    
}

ul.orders {
    margin-left: 65px;
    display: block;
}

ul.orders li {
    margin-bottom: 8px;
}


p.noorders {
    display: block;
    margin-top: 10px;
}

.order_base {
    margin-top: 50px;
}

.order_base.first {
    margin-top: 10px;
}


.parametrs {
    justify-content: center;
    display: grid;
    gap: 20px;
} 

.parametrs .one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #161616;
    border-radius: 10px;
    background: #f0f0f0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    fill: #161616;
    padding: 23px 20px 20px;
    text-align: center;
    margin-bottom: 20px;
}

.parametrs .one p{
    font-weight: 400;
    margin: 0px 0px 15px 0px;
}



.article-section table.konkurs_list tr:nth-child(even) {
    background: unset !important;
}

.article-section table.plan_priema thead tr:nth-child(even) {
    background-color:#fdf19c !important;
}

.article-section table.navigator{
    width: 100%;
    border-spacing: 1px;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 50px;
}

.article-section table.navigator tr th{
    background-color: #fdf19c !important;
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid #bcd8db !important;
    text-align: center;
}

.article-section table.navigator.konkurs tr th{
    background-color:#bcd0e7 !important;
    border: 1px solid #91e77f !important;
}

.article-section table.konkurs_list tr th{
    padding: 3px 5px;
    font-weight: bold;
    border: 1px solid #bcd8db !important;
    text-align: center;
}

.article-section table.navigator tr td, .article-section table.konkurs_list tr td{
    font-weight: normal;
    border: 1px solid #bcd8db !important;
}

table.navigator tr.nav_hor_separator td p{
    color: #fff;
    margin: 3px 2px;
    text-transform: none;
}


table.navigator tr.nav_hor_separator_all td p{
    color: #161616;
    margin: 3px 2px;
    text-transform: none;
}

table.konkurs_list tr th p{
    color: #fff;
    font-size: 16px;
    margin: 3px 2px;
    text-transform: none;
}

table.navigator tr.ppo, table.plan_priema tr.ppo{
	background-color: #8bb331 !important; 
}
table.navigator tr.ipo, table.plan_priema tr.ipo{
	background-color: #a20c30 !important;
}
table.navigator tr.gseo, table.plan_priema tr.gseo{
	background-color: #e77917 !important;
}
table.navigator tr.filial, table.plan_priema tr.filial, table.plan_priema tr.college{
	background-color: #0687bd !important;
}
table.navigator tr.fksiz, table.plan_priema tr.fksiz{
	background-color:#0093AF !important;
}

table.konkurs_list thead tr, table.plan_priema thead tr{
	background-color:#fdf19c !important;
}

table.konkurs_list.konkurs thead tr{
	background-color:#bcd0e7 !important;
}

table.konkurs_list thead tr th p{
	color: #000;
    font-weight: bold;
}

.article-section table.navigator tr th.short_width{
    width: 15%;
}

table.navigator tr td p{
    margin-top: 0px;
    margin-bottom: 0px;
}

table.konkurs_list tr td p{
    margin-top: 0px;
    margin-bottom: 0px;
}

table.navigator tr td a, .article-section table.navigator tr td a{
    color: #161616  !important;
}

a:hover, .article-section table.navigator tr td a:hover {
    color: #06afca !important; 
}






table.konkurs_list, table.navigator, table.plan_priema{
    border: 1px solid #7be2ea;
    overflow-x: scroll;
    display: block;
}

table.konkurs_list tr.header, table.konkurs_list tr.header th{
    background-color: #f7f8f9;
}

table.konkurs_list tr.header.ipo, table.konkurs_list tr.header.ipo th{
    background-color: #a20c30;
}

table.konkurs_list tr.header.ppo, table.konkurs_list tr.header.ppo th{
    background-color: #8bb331;
}

table.konkurs_list tr.header.gseo, table.konkurs_list tr.header.gseo th{
    background-color: #e77917;
}

table.konkurs_list tr.header.ifksiz, table.konkurs_list tr.header.fksiz th{
    background-color: #0093AF;
}

table.konkurs_list tr td{
    border: 1px solid #bcd8db;
}

table.konkurs_list tr.header th p{
    color: #fff;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    margin: 0px 2px;
}

/*table.konkurs_list tr:nth-of-type(even){
    background-color: #FFF;
}

table.konkurs_list tr:nth-of-type(odd){
    background-color: #e5e7e8;
}*/

table.konkurs_list tr.header td, table.konkurs_list tr.header td p{
    background-color: #f7f8f9;
    color: #fff;
}

.article-section p.mtextCenter {
    text-align: center;
}

.article-section p.intextRight {
    float:right;
    font-size: 14px;
}

.article-section p.green {
    color: green;
}

.article-section p.blue {
    color: #0c6d7d;
}

.min_ball_fail{
    background-color: #f75b50;
}

.min_ball_fail p, .min_ball_fail span{
    color: white;
}

h2.obr_progr {
    /*background: linear-gradient(to right, #138295, #00b9d0);
    color: #fff;*/
    text-align: center;
}

.common_konkurs {
    padding: 3px 5px;
    margin-bottom: 15px;
    font-size: 14px;
    margin-top: -15px;
}

span.red {
    color: #a20c30;
}

span.green {
    color: #8bb331;
}

.article-section .get_forma_kod p a {
    color: #dfdfdf !important;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}


.mesta {
    justify-content: center;
    display: grid;    
}

.mesta .mesto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #161616;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    fill: #161616;
    position: relative;
}


div.container.rating label {
    display: inline-flex;
    flex-direction: column;
    flex-flow: column;
    width: 80%;
    justify-content: left;
    align-items: flex-start;
    margin-left: 5px;
}

.all_filters input{
    display: inline-flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
}

div.container.rating select {
    font-size: 18px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #161616;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    background: #fefefe;   
}

div.container.rating section {
    display: block;
    margin-bottom: 35px;
}

div.container.rating section div.container.article-section {
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}





table.plan_priema tr.inst td p {
    /*font-size: 16px;*/
    font-weight: bold;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    color: white;
}

table.plan_priema img {
    padding: 0px;
    margin: 0px;
    border: 0;
    background-color: #ffffff;
    border-radius: 30px;
    margin: 0px 5px;
    /*float: left;*/
    text-align: center;
}

table.plan_priema td.kol, table.plan_priema td.kol p{
    text-align: center;
}

table.plan_priema tr td p {
    margin: 0px 0px;
}

table.plan_priema img {
    margin: 0px 0px;
}


table.plan_priema tr td p.ege_list {
    font-size: 11px;
    margin: 5px 0px 0px 0px;
    display: inline-block;
    line-height: normal;
    color: #96989a;
}

.article-section table.plan_priema th p{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #161616;
    text-align: center;
    padding: 0px 5px;
}

.article-section table.plan_priema td p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #161616;
}

.article-section table.plan_priema th {
    border: 1px solid #ccc !important;
    padding: 2px 10px;
}

.article-section table.plan_priema td {
    border: 1px solid #ccc !important;
    padding: 10px 10px;
}

.plan_filter .vibor_form_obuch {
    text-align: center;
}

.plan_filter .vibor_form_obuch p, .plan_filter .vibor_form_obuch form, .plan_filter .vibor_form_obuch span, .plan_filter .vibor_form_obuch label {
    display: inline-block;
    margin-right: 25px;
}

.plan_filter .vibor_form_obuch span:last-child {
    margin-right: 0px;
}

.plan_filter .vibor_form_obuch span:last-child label {
    margin-right: 0px;
}

.plan_filter .vibor_form_obuch p, .plan_filter .vibor_form_obuch span, .plan_filter .vibor_form_obuch label {
    font-size: 24px;
    line-height: 100%;
}

.plan_filter .vibor_form_obuch p {
    margin-right: 50px;
}







@media only screen and (min-width : 1024px) {
    tr.R0 td.R2C0,  tr.R12 td.R12C0, tr.R0 td.R0C0{
        font-size: 18px;
    }

    table.konkurs_list tr.header th p{
        font-size: 18px;
    }

    span.obr_prog {
        font-size: 20px;
    }

    .vibor_all {
        font-size: 18px;
    }

    .vibor {
       margin-bottom: 10px;
    }


    table.konkurs_list {
        overflow-x: none;
        display: table;
    }

    label {
        font-size: 18px;
    }

    p.strong {
        font-size: 21px;
    }
    
    h2.obr_progr {
        /*padding: 7px 10px;
        margin-bottom: 15px;*/
        font-size: 28px;
    }

    .common_konkurs {
        padding: 3px 5px;
        margin-bottom: 15px;
        font-size: 14px;
        margin-top: -15px;
    }

    th {
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }

    div.container.rating table thead{
        position: -webkit-sticky;
        position: sticky;
        top: -1px;
    }

    .all_filters {
        /*display: flex;*/
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 40px;
    } 

    .all_filters.spo {
        grid-template-columns: repeat(3,1fr);
    } 

    .all_filters .col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    table.navigator tr.nav_hor_separator td p {
        font-size: 21px;
    }

    table.konkurs_list thead tr th p{
        font-size: 17px;
    }
    
    table.konkurs_list tr td p{
        font-size: 15px;
    }

    .parametrs {
        grid-template-columns: repeat(3,1fr);
    } 

    .parametrs.spo {
        grid-template-columns: repeat(2,1fr);
    }  
    
    .parametrs .one p{
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
        margin: 0px 0px 20px 0px;
    }

    .parametrs .one p:last-child{
        margin: 0px 0px 0px 0px;
    }

    .mesta {
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    } 
    
    .mesta .mesto {
        flex-direction: column;
        padding: 23px 20px 20px;
        text-align: center;
    }

    .mesta .mesto span{
        top: 10px;
        width: 60%;
        color: #fff;
        background: #4d90e0;
        align-items: center;
        border-radius: 10px;
        font-size: 16px;
        line-height: 110%;
        padding: 5px 10px;
        text-align: center;
        left: 50%;
        margin-left: 20%;
    }

    .mesta .mesto p{
        color: #000;
        align-items: center;
        text-align: center;
        font-size: 22px;
        line-height: 110%;
        padding: 5px 10px;
        margin: 5px;
    }

    div.container.rating section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    
    div.container.rating section.order {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    section.forma_kod {
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .article-section table td span.status {
        font-size: 12px !important;
        display: block;
    }

    ul.konkurs_files {
        columns: 1; 
        -webkit-columns: 1; 
        -moz-columns: 1;
    }

    article-section table td span.celev_order {
        font-size: 13px;
    }
}







@media only screen and (max-width : 1023px) {
    tr.R0 td.R2C0,  tr.R12 td.R12C0, tr.R0 td.R0C0{
        font-size: 18px;
    }

    table.konkurs_list tr.header th p{
        font-size: 18px;
    }

    span.obr_prog {
        font-size: 18px;
    }

    .vibor_all {
        font-size: 18px;
    }

    .vibor {
        margin-bottom: 10px;
     }

    table.konkurs_list {
        overflow-x: scroll;
        display: block;
    }

    label {
        font-size: 16px;
    }

    p.strong {
        font-size: 18px;
    }

    
    h2.obr_progr {
        padding: 7px 10px;
        margin-bottom: 25px;
        font-size: 18px;
    }

    .common_konkurs {
        padding: 3px 5px;
        margin-bottom: 15px;
        font-size: 20px;
        margin-top: -15px;
    }

    .all_filters {
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 40px;
    } 
    
    .all_filters .col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    .all_filters input{
       /* margin-bottom: 15px;*/
    }

    div.container.rating .article-section p {
        font-size: 15px;
        line-height: 100%;
        text-transform: none;
    }

    table.navigator tr.nav_hor_separator td p {
        font-size: 16px; 
    }

    div.container.rating .article-section a{
        font-weight: 400;
        font-size: 14px;
        line-height: 110%;
    }

    table.konkurs_list thead tr th p{
        font-size: 16px;
    }
    
    table.konkurs_list tr td p{
        font-size: 14px;
    }

    .parametrs {
        grid-template-columns: repeat(3,1fr);
    } 

    .parametrs.spo {
        grid-template-columns: repeat(2,1fr);
    } 
    
    .parametrs .one p{
        font-size: 15px;
        font-weight: 400;
        line-height: 110%;
        margin: 0px 0px 15px 0px;
    }

    .mesta {
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    } 

    .mesta .mesto {
        display: flex;
        padding: 0px;
        text-align: center;
    }

    
    .mesta .mesto span{
        top: unset;
        width: 200px;
        color: #fff;
        background: #4d90e0;
        align-items: center;
        border-radius: 10px;
        font-size: 16px;
        line-height: 100%;
        padding: 5px 5px;
        text-align: center;
        left: unset;
        margin-left: unset;
        display: grid;
    }

    .mesta .mesto p{
        color: #000;
        align-items: left;
        text-align: left;
        font-size: 16px;
        line-height: 52px;
        padding: 0px;
        margin: 5px;
        display: inline-block;
        height: 52px;
    }

    section.rating-section .article-section {
        margin-top: 10px;
    }

    section.rating-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .article-section table td span.status {
        font-size: 10px !important;
        display: block;
    }

    ul.konkurs_files {
        columns: 2; 
        -webkit-columns: 2; 
        -moz-columns: 2;
    }

    article-section table td span.celev_order {
        font-size: 12px;
    }

}



@media only screen and (max-width : 700px) {
    .parametrs {
        grid-template-columns: repeat(2,1fr);
    } 
    
    
    .mesta {
        grid-template-columns: repeat(3,0fr);
        gap: 10px;
    } 

    .mesta .mesto {
        display: flex;
        padding: 0px;
        text-align: left;
    }

    .mesta .mesto span{
        top: unset;
        width: auto;
        color: #fff;
        background: #4d90e0;
        align-items: center;
        border-radius: 10px;
        font-size: 14px;
        line-height: 100%;
        padding: 5px 5px;
        text-align: center;
        left: unset;
        margin-left: unset;
        display: flex;
    }

    .vibor {
        margin-bottom: 10px;
     }

    .article-section table td span.status {
        font-size: 10px !important;
        display: block;
    }

    ul.konkurs_files {
        columns: 1; 
        -webkit-columns: 1; 
        -moz-columns: 1;
    }

    .plan_filter .vibor_form_obuch p, .plan_filter .vibor_form_obuch form, .plan_filter .vibor_form_obuch span{
        display: block;
        margin-right: 0px;
        margin-bottom: 15px;
    }



}