 .form_choose_razdel {
    display: none;
}


/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    width: fit-content;
    overflow: visible !important;
}

.tabcontent.active {
    display: block;
}

.nodisplay {
  display: none;
} 

span.ovz {
  color: #888484;
  display: block;
}

/* сами кнопы демо */

.btn {
    display: inline-block;
    margin: 5px;
    padding: 0.5rem 1rem;
    outline: 0px none;
    border: medium none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #26A69A;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: .8em;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.btn:hover {
    background-color: #2bbbad;
    color: #f5f5f5;
}
/* Стили модального окна и содержания 
-------------------------------------------------------------------------------*/

/* слой затемнения */

.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/* активируем модальное окно */

.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */

.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */

.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */

.dm-modal {
    display: inline-block;
    padding: 20px;
    max-width: 60em;
    background: #e4eaec;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #000000;
    text-align: left;
    min-width: 200px;
}
/* изображения в модальном окне */
.dm-modal h3 {
    margin-top: 0px;
}

.dm-modal img {
    width: 100%;
    height: auto;
}
/* миниатюры изображений */

.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}
/* миниатюра справа */

.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* миниатюра слева */

.pl-left {
    float: left;
    margin: 5px 15px 5px 0;
}
/* встраиваемое видео в модальном окне */

.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* рисуем кнопарь закрытия */

.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #cfd8dc;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}
.close:after {
    display: block;
    border: 2px solid #cfd8dc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* кнопка закрытия при наведении */

.close:hover:after {
    border-color: #fff;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* варианты фонвой заливки модального блока */

.green {
    background: #388e3c!important;
}
.cyan {
    background: #0097a7!important;
}
.teal {
    background: #00796b!important;
}
/* движуха при появлении блоков с содержанием */

@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}



h2.obr_progr {
    background: linear-gradient(to right, #138295, #00b9d0);
    color: #fff;
    padding: 7px 10px;
    margin-bottom: 25px;
}

div.about_progr {
    float: none;
    display: block;
    margin: 15px 0px 25px 0px;
    padding: 0px;
    max-width: 100%;
    overflow-x: hidden;
    height: auto;
}

div.progr_contacts {
    float: right;
    display: block;
    border-left: 1px solid #138396;
    overflow: auto;
    height: auto;
}

div.progr_contacts h3{
    margin: 0px 0px 15px 0px;
    color: #3d6883;
}

div.progr_contacts p{
    line-height: 1.25em;
}


div.progr_menu {
    float: none;
    display: block;
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 15px 10px;
    max-width: 100%;
    overflow: hidden;
    height: auto;
    border-bottom: 2px solid #3d6883;
}

div.progr_menu .link{
    float: left;
    display: block;
    margin: 0px 15px 0px 0px;
    padding: 5px;
    /*background-color: #e0e721;*/
}

div.progr_menu .link a{
    text-decoration: none;
    color: #138396;
    font-weight: bold;
}

div.progr_menu .link a.active{
    text-decoration: none;
    color: white;
    background-color: #107788;
    padding: 5px 10px;
    font-weight: normal;
}

div.about_progr .gr_items{
    float: none;
    display: block;
    margin: 0px;
    padding: px;
    max-width: 100%;
    overflow-x: auto;

}

div.about_progr .item{
    float: left;
    display: block;
    max-width: 100%;
    overflow-x: hidden;
    height: auto;
    background: url('../images/slider/objects/small_arrow_pale.png') 0px 5px no-repeat;
}

div.about_progr .item:nth-child(3n+3) {
    margin-right: 0px;
}

div.about_progr .item span{
    float: none;
    display: block;
    color: #3d6883;
}

div.about_progr .item p{
    float: none;
    display: block;
}


table.progr_docs {
    width: 100%;
    border-left: 0px; 
    border-right: 0px; 
    /*border-top: 2px solid #3d6883;*/
    border-bottom: 2px solid #3d6883;
}

table.progr_docs tr.gr_year td{
    border-top: 2px solid #3d6883;
}

table.progr_docs tr.gr_year:first-child td{
    border-top: 0px;
}


table.progr_docs tr td.year, table.progr_docs tr td.year p{
    font-size: 26px;
    color: #138396;
    text-align: center;
}

table.progr_docs tr td.form{
    border-right: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    text-align: center;
    padding: 7px;

}

table.progr_docs tr.gr_year td.docs, table.progr_docs tr.gr_year td.form{
    border-bottom: 1px dotted #ccc;
}

table.progr_docs tr.gr_year.allrows1 td.docs, table.progr_docs tr.gr_year.allrows1 td.form{
    border-bottom: 0px;
}

table.progr_docs tr td.docs {
    text-align: left;
    padding: 7px;
}

table.progr_docs tr td.metod_docs {
    text-align: center;
    padding: 7px;
    border-right: 1px dotted #ccc;
}


h4.dp_podr{
    margin: 3px 0px;
    padding: 0px;
    text-align: center;
}

h4.podr {
    color: #138396;
    font-weight: bold;
}

h4.podr a{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #138396;
}

h4.descr{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

img.inst {
    margin: 0px 5px 0px 0px;
    float: left;
    padding: 0px;
    border: 0px;
    vertical-align: middle;
}

img.progr {
    margin: 0px 15px 0px 0px;
    float: left;
    padding: 0px;
    border: 0px;
    vertical-align: middle;
}


.opisanie {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    height: auto;
    position: relative;
    min-height: 30px;
    width: 100%;
    max-width: 100%;
}

a.edit_opisanie{
    padding: 5px 5px 5px 25px;
    margin: 0px;
    position: absolute;
    display: block;
    text-decoration: none;
    top: 10px;
    right: 10px;
    color: #969595;
    background: url('/images/icons/icon_txt.gif') 5px 5px no-repeat;
    border: 1px dotted #969595;
}

a.edit_opisanie.add{
    padding: 5px 5px 5px 25px;
    position: relative;
    top: auto;
    right: auto;
}

a.edit_opisanie:hover{
    text-decoration: underline;
}

.opisanie_module a.edit_opisanie {
    position: relative;
    left: unset;
    right: unset;
    margin: 0px 0px 20px 0px;
}



a.nofile {
    color: #ccc;
    font-weight: bold;
}

td.anofile {
    background-color: red;
    color: white;
}

td.anofile span.ovz {
    color: white;
}


.modules {
    display: block;
    padding: 15px 10px 15px 10px;
    margin: 0px 0px 0px 0px;
    border-bottom: 2px solid #3d6883;
    background-color: #f9f7f7;
    overflow: hidden;
}

.modules h3{
    display: block;
    color: #9da2a6;
    text-align: center;
}

.modules .links{
    margin: 0px;
    padding: 0px;
    display: list-item;
    width: inherit;
    max-width: 100%;
    text-align: center;
}

.modules .links p {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /* float: left; */
    list-style-type: none;
}

.modules .links p a {
    padding: 0px 0px 0px 5px;
    text-decoration: none;
    color: #138396;
    display: inline-block;
}

.modules .links p a.active {
    color: #fff;
    background-color: #107788;
    padding: 5px 10px;
}

.modules .links img {
   display: inline-block;
   margin-right: 10px;
}

form.all_vibor{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
div.filter {
    display: inline-block;
    width: 23%;
    max-width: 26%;
    margin-right: 1.8%;
    min-height: 25px;
}
div.filter:last-child {
    margin-right: 0px;
}

div.filter_btn {
    display: block;
    width: 13%;
    margin: 0px;
    text-align: right;
}

div.filter select, div.filter p{
    width: 99%;
    max-width: 100%;
}

table.navigator tr td, table.navigator tr td p {
    text-align: center;
}

table.navigator tr td.left , table.navigator.left tr td p.left {
    text-align: left;
}

table.navigator tr:nth-child(even) {
    background: #eeeeef;
}

table.navigator tr:nth-child(odd) {
    background: #fff;
}

table.navigator tr.vid {
    background: #c4e6eb;
}

div.prep {
    width: 100%;
    display: block;
    overflow-x: hidden;
    height: auto;
}

div.prep:last-child {
    margin: 0px 0px 0px 0px;
}

div.prep h3 {
    margin: 0px 0px 15px 0px;
}

div.prep .img{
    width: auto;
    padding: 0px;
    margin: 0px 15px 15px 0px;
    display: inline-block;
    float: left;
    height: auto;
}

img.prep_photo {
    max-width: 150px;
    width: 150px;
    height: auto;
}

div.prep p span{
    margin: 0px 45px 0px 0px;
    display: inline-block;
}

table.navigator_obr {
    border: 1px solid #7be2ea;
    width: 100%;
    border-spacing: 0px;
}

table.navigator_obr tr th {
    background-color: #fdf19c;
    padding: 2px 4px;
    font-weight: bold;
    border: 1px solid #bcd8db;
}

table.navigator_obr tr td {
    border: 1px solid #bcd8db;
}

table.navigator_obr tr.tr_odd {
    background: #fff;
}

table.navigator_obr tr.tr_even {
    background: #eeeeef;
}



@media only screen and (min-width : 1024px) {
    .email {
        font-size: 8.5pt;
    }

    table.smallwide tr td.toosmall p, table.smallwide tr td.toosmall {
        font-size: 8pt;
        line-height: 1.25;
    }

    table.smallwide tr td, table.smallwide tr td p, table.smallwide tr th p, table.smallwide tr th {
        font-size: 9pt;
      line-height: 1.25;
    }

    td.fs8 p{
        font-size: 11px !important;
        line-height: 1 !important;
    }

    a.dopssilka {
        font-size: 16px;
        margin-right: 5px;
    }

    a.dopssilka.active {
        color:green;
        font-weight:bold;
        text-decoration:none;
        font-size: 18px;
    }

    span.ovz {
        font-size: 7pt;
        margin-top: 10px;
    }

    div.about_progr .item span{
        margin: 0px 0px 7px 0px;
        padding: 0px;
        font-size: 17px;
    }

    div.about_progr .item p{
        margin: 0px;
        padding: 0px;
        font-size: 20px;
        line-height: 1.25em;
    }

    div.about_progr .item{
        margin: 0px 25px 10px 0px;
        padding: 7px 7px 7px 37px;
        width: 251px;
    }

    div.progr_contacts {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 10px;
        width: 290px;
    }

    h4.podr {
        margin: 0px 0px 10px 0px;
        padding: 0px;
        line-height: normal;
        font-size: 18px;
    }

    p.fio {
        font-size: 12pt;
    }

    .modules h3{
        padding: 0px 5px;
        margin: 0px 0px 5px 0px;
        font-size: 17px;
    }

    .modules .links p {
        margin: 0px 10px 20px 0px;
        padding: 0px 5px;
        font-size: 15px;
        line-height: normal;
        width: 210px;
    }

    table.progr_docs tr td, table.progr_docs tr td p{
        font-size: 16px;
    }

    div.prep {
        margin: 0px 0px 15px 0px;
        border-bottom: 1px dotted #ccc;
        padding: 5px 10px;
    }

    div.prep p span:last-child{
        margin: 0px 0px 0px 0px;
    }

    table {
        border-collapse: collapse;
    }

    table thead{
        position: -webkit-sticky;
        position: sticky;
        top: -1px;
    }

    th {
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }
}


@media only screen and (max-width : 1023px) {
    .email {
        font-size: 24px;
    }

    table.smallwide tr td.toosmall p, table.smallwide tr td.toosmall {
        font-size: 24px;
        line-height: 1.25;
    }

    table.smallwide tr td, table.smallwide tr td p, table.smallwide tr th p, table.smallwide tr th {
        font-size: 24px;
        line-height: 1.25;
    }

    td.fs8 p{
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    a.dopssilka {
        font-size: 26px;
        margin-right: 15px;
    }

    a.dopssilka.active {
        color:green;
        font-weight:bold;
        text-decoration:none;
        font-size: 28px;
    }

    span.ovz {
        font-size: 18px;
        margin-top: 10px;
    }

    div.about_progr .item span{
        margin: 0px 0px 15px 0px;
        padding: 0px;
        font-size: 32px;
        line-height: 1.2;
    }

    div.about_progr .item p{
        margin: 0px;
        padding: 0px;
        font-size: 26px;
        line-height: 1.3em;
    }

    div.about_progr .item{
        margin: 0px 25px 35px 0px;
        padding: 7px 7px 7px 37px;
        width: 300px;
    }

    div.progr_contacts {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 10px;
        width: 340px;
    }

    h4.podr {
        margin: 0px 0px 15px 0px;
        padding: 0px;
        line-height: 1.4;
        font-size: 26px;
    }

    p.fio {
        font-size: 26px;
    }

    .modules h3{
        padding: 0px 5px;
        margin: 0px 0px 10px 0px;
        font-size: 24px;
    }

    .modules .links p {
        margin: 0px 0px 40px 0px;
        padding: 0px 15px;
        font-size: 24px;
        line-height: normal;
        width: 30%;
    }

    table.progr_docs tr td, table.progr_docs tr td p{
        font-size: 26px;
    }

    div.prep {
        margin: 0px 0px 45px 0px;
        border-bottom: 3px dotted #ccc;
        padding: 5px 20px;
    }

    div.prep p span:last-child{
        margin: 0px 0px 0px 0px;
    }


}