#page_17962 .navig_bg{
  display: none;
}
@media only screen and (min-width : 1024px) {
  .countdown-container {
    min-width: 941px;
    height: 140px;
    background:transparent url('../images/banners/timer_28.07.2022.jpg?version=2') top center no-repeat !important;
  }

  .flip-clock-wrapper {
      width: 500px;
      top: 63px;
      left: 257px;
  }

  body {
    min-width: 960px;
    background:transparent url('../images/new_images/header_bg_2023.png?version=2') top center no-repeat !important;
  }

  body.contentD, body.chgp {
    min-width: unset !important;
    background: unset !important;
    background-color: #fff !important;
  }

  .header_contact {
    margin-top: 15px;
    text-align: right;
    float: left;
    margin-right: 0px;
  }

  .header_contact p{
    line-height: 1.3;
  }  

  .nav_burger, .nav_burger_hide, .show_search {
    display: none;
  }

  .container_12 {
    width: 960px;
  }

  .container_12 .grid_1 {
    width:70px;
  }

  .container_12 .grid_2 {
    width:150px;
  }

  .container_12 .grid_3 {
    width:230px;
  }

  .container_12 .grid_4 {
    width:310px;
  }

  .container_12 .grid_5 {
    width:425px;
  }

  /*.container_12 .grid_5.dop_links {
    width:405px;
  }*/

  .container_12 .grid_6 {
    width:490px;
  }

  .container_12 .grid_6.header_contact {
    width:450px;
  }

  .container_12 .grid_6.abitur {
    /*width:480px;*/
    /*padding: 5px;
    background: #ebfcff;*/
    margin-right: 0px;
  }

  .container_12 .grid_7 {
    width:550px;
  }
/*
  .container_12 .grid_7.dop_inf {
    width:500px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }*/

  .container_12 .grid_8 {
    width:630px;
  }

  .container_12 .grid_9 {
    width:710px;
  }

  .container_12 .grid_10 {
    width:790px;
  }

  .container_12 .grid_11 {
    width:870px;
  }

  .container_12 .grid_12 {
    width:950px;
  }

  .container_12 .grid_12.navig_bg {
    width:100%;
  }

  .text_fullname {
    display: none;
  }

  .nav_burger_input {
    display: none;
  }

  .burger {
    display: none;
  }

  .main_menu_edges {
    width: 960px;
    margin: 0 auto;
    height: 40px;
    /* background: url(../images/main_menu/edges.png) no-repeat; */
    /* padding: 0px 39px; */
    background-image: url(../images/main_menu/menu_abitur_left_bg.png), url(../images/main_menu/menu_abitur_right_bg.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
  }

  .main_menu_gr_bg {
    margin-left: 40px;
    width: 880px;
    height: 40px;
    /* background: url(../images/main_menu/gradient_bg.png) repeat-x; */
    background: url(../images/main_menu/menu_abitur_bg.png) repeat-x;
    z-index: 9999;
  }

  .menu_shadow {
    position: relative;
    width: 960px;
    height: 40px;
    margin-bottom: 20px;
    z-index: 100;

  }

  .menu_shadow:before, .menu_shadow:after {
    position: absolute;
    width: 100px;
    height: 3px;
    content: ' ';
    left: 12px;
    bottom: 7px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.9);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.9);
    z-index: -1;
  }

  .menu_shadow:after {
    left: auto;
    right: 12px;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
  }

  .mail_link {
    display: none;
  }

  .main_menu {
    position: relative;
    font-size: 16px;
    list-style: none;
    display: table-row;
    z-index: 9999;
  }


  #nav, #nav li ul{
      margin:0px;
      padding:0px;
      list-style:none;
  }
  #nav > li{
    display:table-cell;
    text-align:center;
    height:40px;
    vertical-align:middle;
    /*padding: 0 15px 0px 23px;*/
    padding: 0 39px 0px 23px;
    z-index:100;
    margin-left: 50px;
  }
  #nav > li a{
    color:#FFF;
    font-size:16px;
    cursor: pointer;
  }
  #nav > li ul{
    position: absolute;
    text-align: left;
    z-index: 100;
    background:#003b49 url('../images/new_images/menu_bg_230.png') left top no-repeat;
    width: 230px;
  }
  #nav ul{
    display:table-row;
    margin: 0 0 0 0;_margin: 0;
    visibility: hidden; 
    z-index:110;
  }
  #nav li:hover > ul {
    visibility: visible;
    margin-top: 10px; 
  }

  #nav > li > ul{
      margin-left:-13px;
      font-size:80%;
    
  }
  #nav > li:hover > ul{display:block;}
  #nav > li:hover > a{
      color: #e0e721;
  }
  #nav > li li{
      padding:6px 10px 6px 10px;
  }
 
  #nav > li > ul > li:hover > ul{display:block;}

  #nav > li > ul  li:hover{
    background:#30e3ff;
  }
  #nav > li > ul  li a{
    font-size:14px;
  }
  #nav > li > ul  li:hover a{
      color:#004d59;
  }
  #nav > li > ul  li:active{
      background:#00627a;
  }
  #nav > li > ul  li:active a{
      color:#e0e721;
  }
  #nav > li > ul  li{
    border-top:1px dotted #146C77;
    white-space:pre-wrap;
  }
  #nav > li > ul  li.curMMenu > a{
      color:#e0e721;
  }
  #nav > li > ul  li.curMMenu:hover{
      background:none;
  }
  #nav > li > ul  li.curMMenu:hover > a{
      color:#e0e721;
  }
  #nav > li > ul > li > ul{
      margin-left:190px;
      margin-top:-17px;
      width:220px;
  }
  #nav > li a{
      text-decoration: none;
      color:#fff;
      display:block;
  }
  #nav > li.curSubtopic > a{
      color:#e0e721;
  }

  .vibory, .eios {
    float: left;
    width: 50%;
    display: block;
    margin-top: 0px;
  }

  .main_search {
    position: static;
    background-color: #eaf7fc;
    width: auto;
    margin-left: 0px;
    margin-top: 0px;
    float: unset;
    height: 65px;
    color:#00a8ff;
    padding: 5px 10px 5px 10px;
    overflow: hidden;
  }

  .sec_search{
    float: right;
    margin: 0px 10px 0px 0px;
  }
  .sec_search p{
    padding: 0px;
    margin: 0px;
    -webkit-margin-before: 0px;
      -webkit-margin-after: 0px;
  }


  .main_search .search_new {
    display: block;
    margin-left: 3px;
    padding: 0px;
    text-align: left;
    font-size: 9px;
    color: #929191;
    float: left;
  }

  .main_search .inpsearch {
    display: block;
    float: left;
    margin: 0;
    width: 170px;
    height: 20px; 
    background: #FFF;
    margin-top: 12px;
  }

  .main_search .butsearch {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 15px;
    background-image: url('../images/lupa.png?version=4');
    background-repeat: no-repeat;
    background-position: center bottom; 
    background-size: 26px;
    background-color: transparent;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    padding: 0px;
    border: 0px;
  }

/*
  .main_search .butsearch {
    display: block;
    float: left;
    width: 110px;
    height: 25px;
    margin-left: 15px;
    background: url('../images/new_images/main_search_bt.png') right;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    padding: 0px;
  }*/

  .sec_search .search_new {
    width: 237px;
    display: block;
    float: right;
    margin: -15px 0px 0px 0px;
    padding: 0px;
    text-align: left;
    font-size: 9pt;
    color: #929191;
  }
  .sec_search .inpsearch {
    display: block;
    float: left;
    margin: 0;
    width: 205px;
    height: 18px;
    background: #EEEEEE;
    box-shadow: inset 0 0.5px 1px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 0 0.5px 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 0.5px 1px rgba(0, 0, 0, .4);
  }
  .sec_search .butsearch {
    display: block;
    float: right;
    margin: 0px;
    padding: 0px 3px 6px 3px;
    width: 23px;
    height: 22px;
    font-size: 9pt;
    line-height: 9pt;
    font-weight: normal;
    text-align: center;
    color: #fff;
    border: none;
    background: url('../images/new_images/search_bt.png') right;
    cursor: pointer;
  }
  .sec_search .butsearch:hover {
    background: url('../images/new_images/search_bt_hover.png') right;
  }

  .main_search.page_search {
    display: none;
  }

  .container_12.image_banner {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
  }


  .container_12.image_banner img{
    width: 940px;
    max-width: 100%;
  }

  .container_12.image_banner p{
    margin-left: 10px;
  }

  .main_sec_menu{
    float: left;
    width: 100%;
    height: 65px;
    color:#00a8ff;
    font-size: 13px;
    font-weight: bold;
    background: #fff09e;
    padding: 5px 10px 5px 15px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: normal;
  }
.main_sec_menu.two_links{
    float: left;
    width: 100%;
    height: 65px;
    color:#00a8ff;
    font-size: 13px;
    font-weight: bold;
    background: #fff09e;
    padding: 5px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: normal;
  }
  .main_sec_menu a{
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    display: block;
    float: left;
    width: 135px; 
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-size: 13px;
  }
  .main_sec_menu.two_links a{
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    display: block;
    float: left;
    width: 50%; 
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
  }

  .main_abitur{
    margin: 0px;
    padding: 10px;
    /*background-color: #ebfcff;*/
  }

  .main_abitur a.lang_button{
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    max-width: 100%;
  } 

  .main_abitur a.lang_button img{
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
  } 

  .main_abitur .main_sec_text{
    float: left;
    width: auto;
    max-width: 100%;
    /*min-height: 28px;*/
    color:#00a8ff;
    font-size: 17px;
    font-weight: bold;
    background: #ebfcff;
    padding: 0px;
    margin-left: 0px;
    margin-top: 14px;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .main_abitur .main_sec_text a{
    font-size: 17px;
    display: inline-block;  
    padding: 5px 5px 0px 5px;
    margin: 0px 13px 0px 0px;
    text-align: left;
  }

  .main_abitur .main_sec_text a:last-child{
    margin: 0px;
  }

  .robot {
    position:relative; 
    padding:0px; 
    margin:0px; 
    display: block; 
    height: auto; 
    overflow: hidden; 
    width: inherit;
    max-width: 100%;
    text-align: center;
    background-color: #ebfcff;
  }

  .robot img{
    width: 86%;
    text-align: center;
  }

  .robot h2 {
    position: absolute;
    left: 15px;
    top: 5px;
  }

  .robot_left {
    position: absolute;
    display: block;
    width: 160px;
    height: 45px;
    left: 35px;
    bottom: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 1.25;
    color: #1b4f5b;
    margin: 0px;
  }

  .robot_right {
    position:absolute; 
    display: block; 
    width: 165px; 
    height: 45px; 
    right: 35px; 
    bottom: 15px; 
    text-align: center; 
    font-size: 13px; 
    line-height: 1.25;
    margin: 0px;
  }

  .robot_right a {
    color: #1b4f5b;
  }
  
  .robot_left a {
    color: #ce2021;
  }

  .main_news h2, body.main_page h2{
    /*float: left;*/
    font-size:18px;
    font-weight:bold;
    text-transform: uppercase;
    padding-bottom: 10px;
  }

  .main_news h2:first-child{
    margin-top: 0px;
  }

  .main_news ul {
    padding: 0;
    margin: 0; 
  }
  .main_news li {
      list-style-type: none;
  }
  .main_news_list p{
    font-size: 11px;
    margin: 0;
    padding: 0;
  }
  .main_news_list a{
    font-size: 14px;
  }
  .main_news_list li {
    padding-bottom: 15px;
  }

  .main_slider{
    float: left;
    width: 485px;
  }

  ul.main_slider_menu{
    margin-top: -2px;
    width: inherit;
    background: #ffffff;
  }

  .main_slider_menu li{
    display: block;
    width: 480px;
  }
  .main_slider_menu li.active, .main_slider_menu li.active:hover{
    background: url('../images/slider/objects/small_arrow_dark.png') 0 center no-repeat;
  } 
  .main_slider_menu li:hover{
    background: url('../images/slider/objects/small_arrow_pale.png') 0 center no-repeat;
  }
  .main_slider_menu p{
    display: block;
    width: 440px;
    margin-left: 45px;
    padding: 5px 0 0 0;
    border-top: 2px solid #a9d2d8;
    line-height: 1.4em;
  }

  .main_slider_menu li:first-child{
    border: none; 
  }
  .main_slider_menu a{
    text-decoration: none;
    display: block;
    width: 415px;
    padding: 10px 5px 10px 20px;
    height: auto; 
  }
  .main_slider_menu a:hover{
    background: #f0f5f6;
  } 
  .main_slider_menu a.active{
    background: #ebfcff;
  }
  .main_slider_menu a.active{
    color: #007bd1;
    text-decoration: none;
  }
  .main_slider_menu a.active:hover{
    text-decoration: underline;
  }

  .bx-wrapper img {
    width: 100%;
  }
  

  .main_calenar .secPanItemHead{
    width: 480px;
    padding-left: 0;
    padding-top: 15px;
    background: none;
    margin-top: 25px;
  }
  .main_calenar .secPanItem{
    width: 490px;
    padding-left: 0;
  }
  .main_calenar .secPanItem table.calendar{
    padding-left: 0;
    padding-bottom: 15px;
  }

  table.calendar {
    font-size: 11pt;
  }

  .linkway {
    display: block;
    list-style: none;
    float: left;
    width: 680px;
    margin: 5px 0px 5px 13px;
    padding: 0;
    font-size: 9pt;
    line-height: 9pt;
    color: #9da2a6;
    vertical-align: top;
  }
  .noright .linkway {
    width: 100%;
    max-width: 100%;
  }
  .container_12.mydocs .linkway {
    width: 73%;
  }
  .container_12.text {
    clear: both;
  }
  .linkway li {
    display: block;
    float: left;
  }
  .linkway li:last-child a {
    padding-right: 0px;
    padding-bottom: 2px;
    margin-right: 0px;
    border-right: 0px;
  }
  .linkway a {
    display: block;
    float: left;
    color: #9da2a6;
    padding-right: 5px;
    padding-bottom: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-right: 1px solid #9da2a6;
  }
  .linkway a:link {
    color: #9da2a6;
  }
  .linkway a:active {
    color: #9da2a6;
  }
  .linkway a:visited {
    color: #9da2a6;
  }

  .promo_bg {
      display: block;
  }

  .sidebar {
    width: 240px;
    padding: 0;
    float: right;
    margin-top: 5px;
    margin-bottom: 0px;
    overflow: hidden;
  }

  .sidebar_doprazdels, .sidebar_miniblock, .sidebar_otherrazdel {
    display: block;
  }

  .bx-wrapper .bx-caption {
    width: 235px;
    height: 250px;
  }

  .bx-caption h3 {
    padding: 0px;
    margin: 10px 0px 5px 0px;
    font-size: 17pt;
  }

  .content {
    vertical-align: top;
    width: 690px;
    float: left;
    min-height: 100%;
    display: block;
  }

  h2 {
    padding: 0px;
    margin: 15px 0px 5px 0px;
    font-size: 20pt;
  }


  h3{
    padding: 0px;
    margin: 15px 0px 5px 0px;
    font-size: 17pt;
  }


  h4 {
    padding: 0px;
    margin: 15px 0px 5px 0px;
    font-size: 15pt;
  }

  body, p {
    font-size: 11pt;
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }

  p {
    line-height: 1.5em;
  }

  table, table td, table th{
    font-size: 11pt;
  }


  .content .otdel_inf_sotrud p {
    margin-block-end: 0px;
    margin-bottom: 5px;
  }

  body {
    line-height: normal;
  }

  html, body {
    max-width: 100vw;
  }

  .newsblock {
    padding: 0px;
    margin: 7px 0px 10px 0px;
    width: inherit;
    max-width: 100%;
    display: block;
    float: left;
  }

  .newsnav {
    padding: 5px;
    background: #EDEEF0;
    margin: 0px 0px 0px 0px;
    width: inherit;
    max-width: 100%;
    display: block;
    float: left;
    font-size: 9pt;
    border-top: 1px solid #cccccc
  }
  .newsnav a {
    float: right;
    text-align: right;
    margin-left: 7px;
    width: auto;
  }
  .localNewsArtc2 {
    padding: 0px;
    margin: 5px 0px 5px 0px;
    width: inherit;
    max-width: 100%;
    display: block;
    float: left;
    margin-left: 10px;
  }
  .localNewsArtc {
    padding: 0px;
    margin: 5px 0px 15px 0px;
    width: inherit;
    max-width: 100%;
    display: block;
    float: none;
    overflow: hidden;
  }
  .localNewsArtc dt {
    padding: 2px;
    margin: 0px 0px 0px 0px;
    font-size: 8pt;
    color: #666666;
    display: block;
    width: 100%;
    float: left;
  }
  .localNewsArtc dt span {
    display: block;
    float: left;
    margin-right: 7px;
  }
  .localNewsArtc dt span {
    display: block;
    float: left;
  }
  .localNewsArtc dd{
    padding: 0px;
    font-size: 10pt;
    line-height: 14pt;
    margin-left: 130px;
  }
  .localNewsArtc dd p {
    font-size: 10pt;
  }
  .localNewsArtc  dd.newsname {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 12pt;
    line-height: 15pt;
  }
  .localNewsArtc2  dd.newsname a {
    margin-left: 10px;
  }

  .localNewsArtc  dd.img {
    padding: 0px;
    margin: 3px 3px 3px 0px;
    width: 117px;
    display: block;
    float: left;
  }
  .localNewsArtc  dd.img a {
    text-decoration: none;
  }

  .localNewsArtc dd.img img {
    padding: 0px;
    border: 1px solid #cccccc;
    border-right-color: #999999;
    border-bottom-color: #999999;
    background: #EDEEF0;
    width: 110px;
  }
  .newsgroupC {
    padding: 0px 0px 7px 0px;
    margin: 7px 0px 10px 0px;
    width: 688px;
    display: block;
    float: left;
    border-top: 1px solid #10c1d1;
    background: #F2F3F4;
  }

  .mainArtc {
    padding: 0px;
    margin: 0px 10px 0px 0px;
    width: 329px;
    display: block;
    float: left;
  }
  .newsblockHead {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    width: 319px;
  }
  .newsblockHead h2 {
    padding: 4px 14px 13px 14px;
    margin: 0px;
    display: block;
    float: left;
    width: auto;
    font-size: 9pt;
    color: #fff;
    background: #0194b7 url('../../images/news/secPanShadow.gif') bottom right no-repeat;
  }
  .mainArtc .newsblockHead span a {
    font-size: 9pt;
    color: #fff;
  }
  .mainArtc .newsblockHead span a:hover {
    font-size: 9pt;
    color: #fff;
  }
  .mainArtc .newsblockHead span a:visited {
    font-size: 9pt;
    color: #fff;
  }
  .mainArtc2 .newsblockHead span a {
    font-size: 9pt;
    color: #fff;
  }
  .mainArtc2 .newsblockHead span a:hover {
    font-size: 9pt;
    color: #fff;
  }
  .mainArtc2 .newsblockHead span a:visited {
    font-size: 9pt;
    color: #fff;
  }
  .newsblockHead span {
    padding: 4px 14px 13px 14px;
    margin: 0px;
    display: block;
    float: left;
    width: auto;
    font-size: 9pt;
    color: #fff;
    background: #1ac4e3 url('../../images/news/secPanShadow2.gif') bottom right no-repeat;
  }
  .mainArtc2  dl {
    padding: 0px;
    margin: 0px 0px 0px 10px;
    width: 619px;
    display: block;
    float: left;
  }
  .mainArtc2 dt {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 8pt;
    color: #666666;
    width: 619px;
    display: block;
    float: left;
  }
  .mainArtc  dl {
    padding: 0px;
    margin: 0px 0px 0px 10px;
    width: 319px;
    display: block;
    float: left;
  }
  .mainArtc dt {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 8pt;
    color: #666666;
    width: 319px;
    display: block;
    float: left;
  }
  .mainArtc dt span {
    display: block;
    float: left;
    margin-right: 7px;
  }
  .mainArtc2  dd {
    padding: 0px;
    margin: 0px;
    width: 619px;
    font-size: 10pt;
    line-height: 14pt;
  }
  .mainArtc2 dd.newsname {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    width: 619px;
    font-size: 16pt;
    line-height: 19pt;
  }
  .mainArtc2  dd.img {
    padding: 0px;
    margin: 7px 0px 5px 0px;
    width: 619px;
    display: block;
  }
  .mainArtc  dd {
    padding: 0px;
    margin: 0px;
    width: 319px;
    font-size: 10pt;
    line-height: 14pt;
  }
  .mainArtc dd.newsname {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    width: 319px;
    font-size: 16pt;
    line-height: 19pt;
  }
  .mainArtc  dd.img {
    padding: 0px;
    margin: 7px 0px 5px 0px;
    width: 319px;
    display: block;
  }
  .mainArtc  dd.img a {
    text-decoration: none;
  }
  .mainArtc2  dd.img img {
    padding: 0px;
    margin-right: 15px;
    border: 1px solid #cccccc;
    width: 200px;
    height: 150px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
  }
  .mainArtc  dd.img img {
    padding: 0px;
    border: 1px solid #cccccc;
    width: 200px;
    height: 150px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .secondaryArtc {
    margin: 7px 0px 7px 0px;
    padding: 0px;
    width: 349px;
    display: block;
    float: left;
  }
  .secondaryArtc dt {
    padding: 0px;
    margin: 0px 0px 2px 0px;
    width: 319px;
    display: block;
    float: left;
    font-size: 8pt;
    color: #666666;
  }
  .secondaryArtc dt span {
    display: block;
    float: left;
    margin-right: 7px;
  }
  .secondaryArtc dd {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    display: block;
    float: left;
    font-size: 9pt;
    line-height: 14pt;
    font-style: italic;
  }
  .secondaryArtc dd a {
    font-size: 10pt;
    font-style: normal;
  }
  .secondaryArtc  dd img {
    padding: 5px;
    margin: 3px 5px 3px 0px;
    display: block;
    float: left;
    border: 1px solid #cccccc;
    width: 80px;
  }
  #oldnews {
    alpha(opacity=40);
    opacity: 0.4;
  }
  #oldnews:hover {
    alpha(opacity=60);
    opacity: 0.6;
  }
  .newsblock  .newsdel, .newsgroupC .newsdel {
    font-size: 8pt;
    margin: 0px 0px 0px 0px;
    display: block;
    float: left;
  }
  .newsblock  .newsdel A , .newsgroupC  .newsdel A {
    background: #FF6666;
    color: #fff;
    margin: 0px 0px 1px 0px;
    display: block;
    float: left;
    padding: 0px 3px 0px 2px;
    border: 1px solid #cccccc;
    text-decoration: none;
  }
  .newsblock  .newsch, .newsgroupC  .newsch {
    font-size: 8pt;
    margin: 0px 0px 0px 0px;
    display: block;
    float: left;
  }
  .newsblock  .newsch A, .newsgroupC  .newsch A {
    background: #63BEEB;
    color: #fff;
    margin: 0px 0px 1px 0px;
    display: block;
    float: left;
    padding: 0px 3px 0px 2px;
    border: 1px solid #cccccc;
    text-decoration: none;
  }
  .newsblock  .newsch A:hover, .newsgroupC  .newsch A:hover {
    background: #FFFFCC;
    text-decoration: none;
    color: #000000;
  }
  .newsblock  .newsdel A:hover, .newsgroupC  .newsdel A:hover {
    background: #FFFFCC;
    color: #000000;
    text-decoration: none;
  }
  #news > dl {
    margin: 0 0 15px 0;
  }

  .inf_block {
    margin: 0px 3%;
    padding: 5px;
    background-color: #1fa5bd;
    color: #fff;
    min-height: 60px;
    text-align: center;
    display: table;
    width: 90%;
  }

  .inf_block a{
    text-decoration: none;
    display: table-cell;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    vertical-align: middle;
  }

  table.abiturdocs tr td{
    height: 205px;
  }

  table.abiturdocs.main_page tr td{
    height: 160px;
  }

  table.abiturdocs tr td p{
    width: 205px;
  }

  table.abiturdocs.main_page tr td p{
    width: 160px;
  }

  .abiturdocs img{
    width: 205px;
    max-height: 205px;
  }

  .abiturdocs.main_page img{
    width: 160px;
    max-height: 160px;
  }

  .abiturdocs span{
    width: 195px; 
    height: 45px;
  }

  .abiturdocs.main_page span{
    width: 150px; 
  }

  .abiturdocs td:hover span{
    height: 185px;
  }

  .abiturdocs.main_page td:hover span{
    height: 155px;
  }

  .abiturdocs span{
    font-size: 11pt;
  }


  .abiturdocs.main_page span {
      font-size: 11pt;
  }

  .secPanItem_noright {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 7px;
    font-size: 10pt;
    margin-bottom: 10px;
  }

  .secPanItemHead {
    width: 218px;
    min-height:17px;
    margin-top: 15px;
    padding: 5px 10px 6px 10px;
    font-size: 18px;
  }

  .sidebar_docs .secPanItem {
    width: 320px;
    height:auto;
    font-size: 10pt;
  }

  .secPanItemNoBord {
    width: 240px;
    font-size: 10pt;
    margin-bottom: 10px;
  }

  .navig_bg.text {
    width: 670px;
  }

  .navig_bg p{
    line-height: 1.5em;
    font-size: 16px;
  }

  .navig_bg a{
    margin-right: 10px;
    font-size: 16px;
  }

  .navig_bg p a:last-child{
    margin-right: 0px;
  }

  .navig_bg.text p, .navig_bg.text a{
      font-size: 14px;
  }

  .navig {
    display: inline-block;
    margin: 0px 10px 0px 15px;
    padding: 0px 0px 0px 5px;
  }

  .navig_bg {
      padding: 5px 10px;
      margin: 5px 0px 5px 0px;
  }

  .navig_bg.text p a{
    margin: 3px 3px 3px 2px;
  }

  .navig_bg.text {
      padding: 10px;
      margin: 5px 0px 5px 0px;
  }

  p.navig {
    font-size: 10pt;
    margin: 0px;
    padding: 10px;
  }
  .navig li {
    margin-bottom: 4px;
    font-size: 10pt;
  }

  .navig_noright li{
    display: list-item;
    margin: 0px 15px 5px 0px; 
    padding: 0px;
    font-size: 11pt;
  }

  .content_noright {
    width: 950px;
    float: left;
  }

  .nav_header p, table.navigator tr th p{
    font-size:16px;
  }

  table.navigator tr.inst td p{
    font-size:16px;
  }


  table {
    width: inherit;
    max-width: 100%;
  }

  table tbody{
    display: table-row-group;
    overflow-x: unset;
    overflow-y: unset;
  }

  table thead{
    display: table-header-group;
    overflow-x: unset;
    overflow-y: unset;
  }

  ul {
    font-size: 11pt;
    line-height: 1.5em;
  }

  ol {
    font-size: 11pt;
    line-height: 1.5em;
  }

  ul.intext, ol.intext {
    font-size: 12pt;
    line-height: 1.5em;  
  }

  .midtext {
    font-size: 10pt;
    line-height: 1.5em;
  }

  ul li.midtext, ol li.midtext{
    font-size: 11pt;
  }

  .mtext {
    font-size: 11pt;
    line-height: 1.5em;
  }

  .mtextCenter {
    font-size: 11pt;
    line-height: 1.5em;
  }

  .mtextRight {
    font-size: 11pt;
    line-height: 1.5em;
  }

  .mtextJustify {
    font-size: 11pt;
    line-height: 1.5em;
  }

  .mtext p, .mtextCenter p, .mtextRight p, .mtextJustify p {
    font-size: 11pt;
    line-height: 1.5em;
  }

  .mtext ul, .mtextCenter ul, .mtextRight ul, .mtextJustify ul {
    font-size: 11pt;
    line-height: 1.5em;
  }

  .mtext ol, .mtextCenter ol, .mtextRight ol, .mtextJustify ol {
    font-size: 11pt;
    line-height: 1.5em;
  }

  .intext, .mtext p.intext  {
    font-size: 9pt;
    line-height: 1.5em;
  }

  .intextLeft, .mtext p.intextLeft {
    font-size: 9pt;
    line-height: 1.5em;
  }

  .intextCenter, .mtext p.intextCenter {
    font-size: 9pt;
    line-height: 1.5em;
  }

  .intextRight, .mtext p.intextRight {
    font-size: 9pt;
    line-height: 1.5em;
  }

  .intextJustify, .mtext p.intextJustify {
    font-size: 9pt;
    line-height: 1.5em;
  }

  .intext p, .intextCenter p, .intextRight p, .intextJustify p {
    font-size: 9pt;
    line-height: 1.5em;
  }

  .intext ul, .intextCenter ul, .intextRight ul, .intextJustify ul {
    font-size: 9pt;
    line-height: 1.5em;
  }

  .tabUpText {
    font-size: 10pt;
    line-height: 1.5em;
  }

  table.small, table.small tr td, table.small tr th, table.small thead tr td, table.small tr td p{
    font-size: 9pt;
  }

    /* Style the buttons that are used to open the tab content */
  .tabs button, .tabs a.tablinks {
      padding: 10px 10px;
      font-size: 17px;
      margin: 0px 0px 5px 0px;
      box-sizing: border-box;
  }

  p.newsdate {
    color: #9da2a6;
    font-size: 10pt;
    margin-top: 5px;
  }

  .pages a {
    font-size: 13px;
  }

  .nav_inst_tabs td a{
    font-size:16px;
    width: 230px;
  }

  .imgUnText, .imgUnTextLeft, .imgUnTextRight, .imgUnText_lk {
    margin: 0;
    padding: 2px 0px 5px 0px;
    font-size: 10pt;
    line-height: 1.5em;
  }

  .content_docs {
    width: 620px;
    float: left;
  }
  .content_docs h2{
    margin: 22px 0px 20px 0px;
    font-size: 20px;
    height: 15px;
    line-height: 15px;
  }
  .mydocs_header {
    width: 620px;
    height: 138px;
  }

  .mydocs_logo {
    width: 270px;
    float: left;
    height: 103px;
    margin-top: 35px;
  }
  .mydocs_logo .image{
    height: 76px;
    margin: 0px 17px 0px 0px;
  }

  .mydocs_header_text{
    width: 323px;
    float: right;
    height: 118px;
    margin-top: 19px;
  }
  .mydocs_header_text p{
    font-size: 14px;
    line-height: 19px;
  }
  .mydocs_header_text p.author{
    font-size: 12px;
    width: 290px;
    line-height: 16px;
  }
  .mydocs_uslugi{
    width: 620px;
    height: 265px;
  }
  .mydocs_uslugi .usluga{
    width: 190px;
    height: 40px;
    margin: 0px 20px 42px 0px;
  }

  .mydocs_uslugi .usluga p{
    width: 190px;
    height: 40px;
    line-height: 16px;
  }

  .mydocs_newsblock{
    width: 620px;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
  }

  .mydocs_newsblock .news{
    width: 260px;
    /*height: 310px;
    margin: 0px 49px 30px 0px;*/
    margin: 0px 49px 20px 0px;
  }

  .mydocs_newsblock .news .newsname dd{
    font-size: 16px;
  }

  .mydocs_newsblock .news dd{
    font-size: 13px;
  }

  .content_docs .admMirrowBlock{
    width: 620px;
  }

  .content_docs .questQuest {
    width: 567px;
  }

  .sidebar_docs {
    width: 320px;
    margin-top: 15px;
  }

  .sidebar_docs .contacts{
    width: 320px;
    height: 200px;
    float: unset;
    margin-left: 0px;
  }
  .sidebar_docs .contacts .left, .sidebar_docs .contacts .right{
    height: 200px;
  }
  .sidebar_docs .contacts .left{
    width: 118px;
  }
  .sidebar_docs .contacts .right{
    width: 200px;
  }

  .sidebar_docs .contacts .right .get_usl{
    margin: 3px 0px 0px 0px;
    width: 180px;
    height: 40px;
    padding: 0px;
  }

  .sidebar_docs .contacts .right p.fireline, .sidebar_docs .contacts .right p.freecall{
    font-size: 13px;
    height: 10px;
    line-height: 10px;
    /*margin-top: 23px;*/
  }

  .sidebar_docs .contacts .right p.phone{
    font-size: 20px;
    height: 15px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sidebar_docs .contacts .right p.mail{
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sidebar_docs .contacts .right p.link{
    font-size: 20px;
    margin-bottom: 5px;
  }

  .sidebar_docs .inf{
    padding: 20px 30px;
    margin: 16px 0px 65px 0px;
    min-height: 80px;
  }
  .sidebar_docs .inf.top{
    padding: 20px 30px;
    margin: 16px 0px 32px 0px;
    min-height: 60px;
  }

  .sidebar_docs .inf p{
    font-size: 16px;
  }
  .sidebar_docs .inf.small p{
    font-size: 13px;
  }

  .sidebar_docs .inf{
    width: 100%;
    float: unset;
  }

  .sidebar_docs .contacts .right p{
    text-align: center;
  }

  .sidebar_docs p.link {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 20px;
  }
  .sidebar_docs p.link span{
    padding: 0px;
    margin: 5px 0px 0px 0px;
    font-size: 12px;
    line-height: 15px;
  }
  .sidebar_docs p.link.top{
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
  }
  .sidebar_docs p.link.green a{
    color:#00accd;
  }

  .bordimgNo {
    width: auto;
  }

  .bordimgLeft {
    margin: 4px 10px 4px 0px;
    float: left;
   
  }

  .bordimgRight {
    margin: 4px 0px 4px 8px;
    float: right;
    width: auto;
  }

  .bordimgNo img, .bordimgLeft img, .bordimgRight img {
    /*width: auto;
    height: auto;*/
  }

  .left_image_banner {
    margin-left: 5px;
    padding: 0px;
    border: 0;
  }

  .left_image_banner img{
    margin: 0px;
    padding: 0px;
    border: 0;
  }

  a.doplink {
  	display: none;
  }
  
	  /* Style the tab content */
  .tablinks_text {
    display: block;
    margin-bottom: 0px;
    max-width: 100%;
    color: black;
    cursor: auto;
    /*color: #004a54;*/
    padding: 7px 10px 5px 10px;
    /*border: 1px #ccc dotted;*/
    background-color: #eeeeee;
  }

  .tablinks_text.addmore {
    color: black;
    cursor: pointer;
  }

  .tablinks_text.active {
    margin-bottom: 0px;
    background-color: #0e7383;
    color: white;
  }

  .tablinks_text.forum.active {
    background-color: #294f80;
  }

  .tablinks_text.addmore:after {
    content: "подробнее";
    margin-left: 10px;
    padding: 1px 2px;
    color: #0e7383;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }

  .tablinks_text.forum.addmore:after {
    color: #294f80;
  }

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

	.contentD .tabcontent {
		display: block;
	}

	.nodisplay {
	  display: none;
	}

}








/* 1000px */
@media only screen and (max-width : 1023px) {
  .countdown-container {
    min-width: 941px;
    height: 140px;
    background:transparent url('../images/banners/timer_28.07.2022.jpg?version=1') top center no-repeat !important;
  }

  .flip-clock-wrapper {
      width: 500px;
      top: 63px;
      left: 257px;
  }

  body.contentD, body.chgp, body.chgp {
    min-width: unset;
    background: unset;
    background-color: #fff;
  }

  img {
    max-width: 100%;
  }

  img.fonimg, img.bordimg, img.nobordimg {
    width: 98% !important;
    height: auto;
    text-align: center;
  }

  .main_menu_edges {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    height: auto;
    background-image: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    position: static;
  }

  .main_menu_gr_bg {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    max-width: 100%;
    width: auto;
    height: auto;
    background-image: none;
    z-index: 9999;
    position: static;
  }  

  .menu_shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    margin-bottom: 20px;
    z-index: 100;
    box-shadow: none;
    -webkit-transform: none;
    -webkit-box-shadow: none;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background: #003b49 url(../images/new_images/menu_bg_230.png) left top repeat-x;
  } 

  .menu_shadow {
    display: none;
  } 

  .mail_link {
    display: block;
    position: absolute;
    top: 20px;
    left: 40px;    
  }

  .mail_link  a{
    font-size: 28px;
    color: white;
    text-decoration: underline;    
  }


  /*#nav > li ul {
    position: absolute;
    text-align: left;
    z-index: 100;
    background: #003b49 url(../images/new_images/menu_bg_230.png) left top no-repeat;
    width: 230px;
  }*/

  .main_menu {
    position: static;
    font-size: 16px;
    list-style: none;
    display: block;
    z-index: 9999;
    max-width: 100%;

  }

  ul#nav{
    margin: 0px 0px 20px 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    min-width: 370px;
    display: block;
  }
  
  #nav, #nav li ul{
    margin:0px;
    padding:0px;
  }
  
  #nav > li{
    display:block;
    text-align:left;
    height:auto;
    vertical-align:middle;
    padding: 0px 0px 0px 55px;
    z-index:100;
    margin-left: 30px;
    list-style: none;
    margin-bottom: 55px;
    color: #e0e721;
    line-height: 42px;
    background-image: url('../images/icons/go_right_yellow.png?version=1');
    background-repeat: no-repeat;
    background-position: 5px 6px;
    background-size: 20px;
  }

  #nav > a.doplink{
    text-align:left;
    height:auto;
    vertical-align:middle;
    padding: 0px 0px 0px 55px;
    z-index:100;
    margin-left: 30px;
    list-style: none;
    margin-bottom: 55px;
    color: #50a5b0;
    line-height: 42px;
    background-repeat: no-repeat;
    background-position: 5px 6px;
    background-size: 30px;
    display: list-item;
    font-size: 56px;
    text-decoration: none;
  }

   #nav > a.doplink.mail{
    background-image: url('../images/icons/email_icon.png?version=2');
  }

   #nav > a.doplink.signup{
    background-image: url('../images/icons/login_icon.png?version=2');
  }

  #nav > li.was_shown{
    background-image: url('../images/icons/go_down_yellow.png?version=1');
    background-repeat: no-repeat;
    background-position: 0px 10px;
    background-size: 35px;
  }
  
  #nav > li:first-child{
    margin-top: 90px;
  }
  
  #nav > li a{
    color:#e0e721;
    font-size:56px;
    cursor: pointer;
    text-decoration: none;
    pointer-events: none;
  }

  #nav > li ul{
    position: static;
    text-align: left;
    z-index: 100;
    background-color: transparent;
    background-image: none;
    width: 90%;
    max-width: 100%;
    margin: 15px 0px 15px 30px;
    display: none;
  }

  #nav > li.curSubtopic ul{
    display: block;
  }

  #nav > li ul li{
    padding: 0px;
    margin: 35px 0px;
    line-height: normal;
  }

  #nav > li ul li, #nav > li ul li a{
    color: #fff;
    font-size:42px;
    pointer-events: auto;
  }

  #nav > li ul li.curMMenu a{
    color: #e0e721;
  }


  .nav_burger {
    background-color: transparent;
    background-image: url('../images/icons/mobile_menu_icon_green2.png?version=6');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 78px;
    height: 78px;
    width: 78px;
    padding: 0x;
    display: block;
    margin: 0px;
    cursor: pointer;
    position: absolute;
    top: 60px;
    left: 25px;
  }


  .nav_burger_hide {
    height: 50px;
    width: 50px;
    padding: 0x;
    display: none;
    margin: 0px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 100px;
    font-size: 26px;
    color: #fff;
    z-index: 200;
    background-color: transparent;
    background-image: url('../images/icons/close_icon.png?version=1');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100px;
  }

  .nav_burger_input {
    display: none;
  }

  .show_search {
    background-color: transparent;
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../images/lupa.png?version=4');
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: 70px;
    background-color: transparent;
    cursor: pointer;
    margin: 0px;
    padding: 20px;
    border: 0px;
    position: absolute;
    top: 50px;
    right: 35px; 
  }

  .main_search {
    /*position: absolute;
    top: 40px;
    right: 30px;*/
    margin-top: 0px;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    display: none;
    padding: 0px;
    margin-left: 30px;
    margin-top: 0px;
    height: 80px;
  }

  .main_search .search_new {
    float: left;
    margin-top: 10px;
  }

  .main_search .inpsearch {
    display: block;
    float: left;
    margin: 0;
    margin-left: 25px;
    width: 630px;
    height: 40px; 
    padding: 5px 10px;
    background: #FFF;
    margin-top: 5px;
    border: 0px;
    font-size: 34px;
    min-height: 40px;

  }

  .main_search .butsearch {
    display: block;
    float: left;
    width: 150px;
    height: 55px;
    margin-left: 90px;
    background-image: url('../images/new_images/main_search_bt_mobile.png?version=1');
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: 100%;
    background-color: transparent;
    cursor: pointer;
    margin-top: 0px;
    text-align: center;
    padding: 0px;
    border: 0px;
  }

  .sec_search{
    display: none;
  }

  body {
    width: 1024px;
    background-image: none;
    position: relative;
    margin: 0 auto;
    padding: 0 auto;
    /*overflow: hidden;*/
    -webkit-text-size-adjust: 100%;
  }

  .container_12 {
    width: 1024px;
    height: auto;
    overflow-x: hidden;
  }

  .container_12 .grid_12 {
    width: 100%;
    max-width: 100%;
    padding: 0px 10px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .container_12.image_banner {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container_12.image_banner img{
    width: 100%;
    max-width: 100%;
  }

  .container_12.image_banner p{
    margin: 0px;
  }

  .header_logo {
    margin: 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 200px;
    display: block;
    background:transparent url('../images/new_images/header_mobile_2.png?version=19') top left no-repeat !important;
  }

  a#up {
    margin-left: 120px;
    height: 200px;
  }

  .header_contact, img.logo_fullname, img#logo {
    display: none;
  }

  .text_fullname {
    display: inline-block;
    font-size: 42px;
    color: #004c59;
    width: 750px;
    margin-left: 20px;
    margin-top: 30px;
    line-height: normal;
  }
  
  .container_12 .grid_5.dop_links {
    width: 1024px;
    /* float: none; */
    overflow: hidden;
    height: auto;
    margin-left: 0px;

  }

  .container_12 .grid_7.dop_inf {
    width:500px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    left: 0px;
    display: none;
  }

.main_sec_menu{
    float: left;
    width: auto;
    max-width: 100%;
    /* height: 100px; */
    color: #00a8ff;
    font-size: 13px;
    font-weight: bold;
    background: #fff09e;
    padding: 0px;
    margin-left: 0px;
    margin-top: 5px;
    overflow: hidden;
    display: table;
    text-align: center;
  }
  .main_sec_menu img{
    width: 100%;
  }
  .main_sec_menu.two_links{
    float: left;
    width: 100%;
    height: 65px;
    color:#00a8ff;
    font-size: 13px;
    font-weight: bold;
    background: #fff09e;
    padding: 5px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: normal;
  }
  .main_sec_menu a{
    display: table-cell;
    vertical-align: middle;
    display: table-cell;
    /*float: left;*/
    width: 33%;
    padding: 15px 15px 15px 15px;
    text-align: center;
    font-size: 32px;
  }
  .main_sec_menu.two_links a{
    display: table-cell;
    vertical-align: middle;
    display: table-cell;
    /*float: left;*/
    width: 50%;
    padding: 15px 15px 15px 15px;
    text-align: center;
    font-size: 32px !important;
  }

  a.press_service {
    display: none;
  }

  .grid_12.main_news {
    margin: 15px 0px 15px 0px;
    padding: 0px 20px;
    max-width: 100%;
    width: in;
    box-sizing: border-box;
  }

  body.main_page h2{
    /*float: left;*/
    font-size:45px;
    font-weight:bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 35px 0px 10px 0px;
  }

  .main_news h2:first-child{
    /*margin-top: 15px;*/
  }

  .grid_12.main_news .grid_5, .grid_12.main_news .grid_6 {
    margin: 0px;
    padding: 0px 0px;
    max-width: 100%;
    width: initial;
  }

  .container_12 .grid_12.main_news .push_1_2 {
    left: 0px;
  }

  .main_news ul {
    padding: 0;
    margin: 0;
    /*max-width: 100%;*/ 
  }
  .main_news ul li {
    list-style-type: none;
    width: initial;
    padding-bottom: 15px;
  }
  .main_news_list p{
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  .main_news_list li a{
    font-size: 18px;
  }

  .main_abitur{
    margin: 0px;
    padding: 5px 20px;
  }

  .grid_12.main_abitur{
    /*width: 984px;*/
  }

  .main_abitur a.lang_button{
    margin: 0px;
    padding: 0px;
    display: none;
    width: 100%;
    max-width: 100%;
  } 

  .main_abitur a.lang_button.show{
    display: block;
  } 

  .main_abitur a.lang_button img{
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
  } 

  .main_abitur .main_sec_text{
    float: left;
    width: inherit;
    min-height: 40px;
    color:#00a8ff;
    font-weight: bold;
    background: #ebfcff;
    padding: 0px;
    margin-left: 0px;
    margin-top: 10px;
    overflow: hidden;
  }
  .main_abitur .main_sec_text a{
    vertical-align: middle;
    font-size: 36px;
    display: block;
    float: left;
    width: auto;
    padding: 15px 20px 15px 20px;
    text-align: left;
  }

  .robot {
    position:relative; 
    padding:0px; 
    margin:0px; 
    display: block; 
    height: auto; 
    overflow: hidden; 
    width: 100%;
  }

  .robot img{
    width: 100%;
    max-width: 100%;
    background-color: #ebfcff;
  }

  .robot_left {
    position: absolute;
    display: block;
    width: 390px;
    height: 105px;
    left: 7px;
    bottom: 25px;
    text-align: center;
    font-size: 31px;
    line-height: 1.25;
    color: #1b4f5b;
  }

  .robot_right {
    position:absolute; 
    display: block; 
    width: 380px; 
    height: 115px; 
    right: 10px; 
    bottom: 40px; 
    text-align: center; 
    font-size: 35px; 
    line-height: 1.25;
  }

  .robot_left a, .robot_right a {
    color: #1b4f5b;
  }

  .main_slider{
    float: left;
    width: 100%;
    max-width: 100%;
  }
  
  ul.main_slider_menu{
    margin-top: -2px;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    display: none;
  }

  .main_slider_menu li{
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .main_slider_menu li.active, .main_slider_menu li.active:hover{
    background: url('../images/slider/objects/small_arrow_dark.png') 0 center no-repeat;
  } 
  .main_slider_menu li:hover{
    background: url('../images/slider/objects/small_arrow_pale.png') 0 center no-repeat;
  }
  .main_slider_menu p{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 45px;
    padding: 10px 0 10px 0;
    border-top: 2px solid #a9d2d8;
  }

  .main_slider_menu li:first-child{
    border: none; 
  }
  .main_slider_menu a{
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px 5px 10px 20px;
    height: auto; 
  }
  .main_slider_menu a:hover{
    background: #f0f5f6;
  } 
  .main_slider_menu a.active{
    background: #ebfcff;
  }
  .main_slider_menu a.active{
    color: #007bd1;
    text-decoration: none;
  }
  .main_slider_menu a.active:hover{
    text-decoration: underline;
  }
  .main_slider_menu a.line_color {
  }

  .main_slider .bx-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    width: 50%;
    height: 90%;
    padding-left: 80px;
  }

  .main_slider .bx-wrapper .bx-caption .date {
    color: yellow;
    font-weight: bold;
    font-size: 34px;
    width: initial;
  }

  .bx-wrapper .bx-caption h3 {
    font-weight: normal;
    font-size: 36px;
    padding-left: 20px;
    padding-top: 5px;
    width: initial;
  }

  .bx-wrapper .bx-caption a {
    color: yellow;
    position: absolute;
    bottom: 60px;
    left: 60px;
    font-size: 24px;
  }


  .main_calendar {
  }
  .main_calenar .secPanItemHead{
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    background: none;
    margin-top: 25px;
  }
  .main_calenar .secPanItem{
    width: 100%;
    padding-left: 0;
  }
  .main_calenar .secPanItem table.calendar{
    padding-left: 0;
    padding-bottom: 15px;
  }

  table.calendar {
    font-size: 28px;
  }

  .slider {
    display: none;
  }

  .linkway {
    display: none;
  }

  .promo_bg {
      display: none;
  }

  .sidebar {
    width: 100%;
    max-width: 100%;
    padding: 0;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
  }  

  .sidebar_doprazdels, .sidebar_miniblock, .sidebar_otherrazdel, .dblink_all {
    display: none;
  }

  .content {
    vertical-align: top;
    width: auto;
    max-width: 100%;
    float: none;
    min-height: 100%;
    display: block;
    padding: 0;
    margin: 0 2px;
  }

  h1 {
    padding: 0px;
    margin: 15px 0px 15px 0px;
    font-size: 41px;
  }

  h2 {
    padding: 0px;
    margin: 15px 0px 10px 0px;
    font-size: 38px;
  }


  h3{
    padding: 0px;
    margin: 15px 0px 10px 0px;
    font-size: 35px;
  }


  h4 {
    padding: 0px;
    margin: 15px 0px 0px 0px;
    font-size: 32px;
    /*font-weight: bold;*/
  }

  select, input, button {
    font-size: 30px;
    border: 2px solid #ccc;
    width: auto;
    max-width: 100%;
  }

  select, input[type="text"], input[type="email"], button {
    font-size: 32px;
    min-height: 70px;
    padding: 5px 10px;
    width: auto;
    max-width: 100%;
  }

  body{
    font-size: 32px;
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
  }


  p, .bordimgNo p.intext, .bordimgLeft p.intext, .bordimgRight p.intext {
    font-size: 32px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 1.4;
  }

  html, body {
    max-width: 100vw;
  }

  .newsblock {
    padding: 0px;
    margin: 7px 0px 10px 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    float: left;
  }

  .newsnav {
    padding: 5px;
    background: #EDEEF0;
    margin: 0px 0px 0px 0px;
    width: inherit;
    max-width: 100%;
    display: block;
    float: left;
    font-size: 30px;
    border-top: 1px solid #cccccc
  }
  .newsnav a {
    float: right;
    text-align: right;
    margin-left: 7px;
    width: auto;
  }
  .localNewsArtc2 {
    padding: 0px;
    margin: 5px 0px 30px 0px;
    width: inherit;
    max-width: 100%;
    display: block;
    float: left;
    margin-left: 10px;
  }
  .localNewsArtc {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    float: left;
  }
  .localNewsArtc dt {
    padding: 2px;
    margin: 0px 0px 5px 0px;
    font-size: 32px;
    color: #666666;
    display: block;
    width: 100%;
    float: left;
  }
  .localNewsArtc dt span {
    display: block;
    float: left;
    margin-right: 7px;
  }
  .localNewsArtc dt span {
    display: block;
    float: left;
  }
  .localNewsArtc dd {
    padding: 0px;
    font-size: 32px;
    line-height: 1.4;
    margin-left: 130px;
  }
  .localNewsArtc.all dd {
    display: none;
  }
  .localNewsArtc  dd.newsname {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 34px;
    line-height: 1.4;
  }
  .localNewsArtc.all  dd.newsname {
    display: block;
  }
  .localNewsArtc2  dd.newsname a {
    margin-left: 10px;
  }

  .localNewsArtc  dd.img {
    padding: 0px;
    margin: 0px 30px 0px 0px;
    width: 30%;
    display: block;
    float: left;
  }
  .localNewsArtc  dd.img a {
    text-decoration: none;
  }

  .localNewsArtc dd.img img {
    padding: 0px;
    border: 1px solid #cccccc;
    border-right-color: #999999;
    border-bottom-color: #999999;
    background: #EDEEF0;
    width: 100%;
  }
  .newsgroupC {
    padding: 0px 0px 7px 0px;
    margin: 7px 0px 10px 0px;
    width: initial;
    max-width: 100%;
    display: block;
    float: left;
    border-top: 1px solid #10c1d1;
    background: #F2F3F4;
  }

  .mainArtc {
    padding: 0px;
    margin: 0px 10px 0px 0px;
    width: 50%;
    display: block;
    float: left;
  }
  .newsblockHead {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    width: initial;
    max-width: 100%;
  }
  .newsblockHead h2 {
    padding: 4px 14px 13px 14px;
    margin: 0px;
    display: block;
    float: left;
    width: auto;
    font-size: 26px;
    color: #fff;
    background: #0194b7 url('../../images/news/secPanShadow.gif') bottom right no-repeat;
  }
  .mainArtc .newsblockHead span a {
    font-size: 30px;
    color: #fff;
  }
  .mainArtc .newsblockHead span a:hover {
    color: #fff;
  }
  .mainArtc .newsblockHead span a:visited {
    color: #fff;
  }
  .mainArtc2 .newsblockHead span a {
    font-size: 32px;
    color: #fff;
  }
  .mainArtc2 .newsblockHead span a:hover {
    color: #fff;
  }
  .mainArtc2 .newsblockHead span a:visited {
    color: #fff;
  }
  .newsblockHead span {
    padding: 4px 14px 13px 14px;
    margin: 0px;
    display: block;
    float: left;
    width: auto;
    font-size: 32px;
    color: #fff;
    background: #1ac4e3 url('../../images/news/secPanShadow2.gif') bottom right no-repeat;
  }
  .mainArtc2  dl {
    padding: 0px;
    margin: 0px 0px 0px 10px;
    width: initial;
    max-width: 100%;
    display: block;
    float: left;
  }
  .mainArtc2 dt {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 32px;
    color: #666666;
    width: initial;
    max-width: 100%;
    display: block;
    float: left;
  }
  .mainArtc  dl {
    padding: 0px;
    margin: 0px 0px 0px 10px;
    width: 50%;
    display: block;
    float: left;
  }
  .mainArtc dt {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 32px;
    color: #666666;
    width: 50%;
    display: block;
    float: left;
  }
  .mainArtc dt span {
    display: block;
    float: left;
    margin-right: 7px;
  }
  .mainArtc2  dd {
    padding: 0px;
    margin: 0px;
    width: initial;
    max-width: 100%;
    font-size: 32px;
    line-height: 1.4;
  }
  .mainArtc2 dd.newsname {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    width: initial;
    max-width: 100%;
    font-size: 34px;
    line-height: 1.4;
  }
  .mainArtc2  dd.img {
    padding: 0px;
    margin: 7px 30px 0px 0px;
    width: initial;
    max-width: 100%;
    display: block;
  }
  .mainArtc  dd {
    padding: 0px;
    margin: 0px;
    width: initial;
    max-width: 100%;
    font-size: 26px;
    line-height: 1.4;
  }
  .mainArtc dd.newsname {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    width: initial;
    font-size: 36px;
    line-height: 1.4;
  }
  .mainArtc  dd.img {
    padding: 0px;
    margin: 7px 30px 0px 0px;
    width: initial;
    display: block;
  }
  .mainArtc  dd.img a {
    text-decoration: none;
  }
  .mainArtc2  dd.img img {
    padding: 0px;
    margin-right: 15px;
    border: 1px solid #cccccc;
    width: 100%;
    height: auto;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
  }
  .mainArtc  dd.img img {
    padding: 0px;
    border: 1px solid #cccccc;
    width: 100%;
    height: auto;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .secondaryArtc {
    margin: 7px 0px 7px 0px;
    padding: 0px;
    width: 349px;
    display: block;
    float: left;
  }
  .secondaryArtc dt {
    padding: 0px;
    margin: 0px 0px 2px 0px;
    width: 319px;
    display: block;
    float: left;
    font-size: 24px;
    color: #666666;
  }
  .secondaryArtc dt span {
    display: block;
    float: left;
    margin-right: 7px;
  }
  .secondaryArtc dd {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    display: block;
    float: left;
    font-size: 32px;
    line-height: 14pt;
    font-style: italic;
  }
  .secondaryArtc dd a {
    font-size: 22px;
    font-style: normal;
  }
  .secondaryArtc  dd img {
    padding: 5px;
    margin: 3px 5px 3px 0px;
    display: block;
    float: left;
    border: 1px solid #cccccc;
    width: 80px;
  }
  #oldnews {
    alpha(opacity=40);
    opacity: 0.4;
  }
  #oldnews:hover {
    alpha(opacity=60);
    opacity: 0.6;
  }
  .newsblock  .newsdel, .newsgroupC .newsdel {
    font-size: 30px;
    margin: 0px 0px 0px 0px;
    display: block;
    float: left;
  }
  .newsblock  .newsdel A , .newsgroupC  .newsdel A {
    background: #FF6666;
    color: #fff;
    margin: 0px 0px 1px 0px;
    display: block;
    float: left;
    padding: 0px 3px 0px 2px;
    border: 1px solid #cccccc;
    text-decoration: none;
  }
  .newsblock  .newsch, .newsgroupC  .newsch {
    font-size: 27px;
    margin: 0px 0px 0px 0px;
    display: block;
    float: left;
  }
  .newsblock  .newsch A, .newsgroupC  .newsch A {
    background: #63BEEB;
    color: #fff;
    margin: 0px 0px 1px 0px;
    display: block;
    float: left;
    padding: 0px 3px 0px 2px;
    border: 1px solid #cccccc;
    text-decoration: none;
  }
  .newsblock  .newsch A:hover, .newsgroupC  .newsch A:hover {
    background: #FFFFCC;
    text-decoration: none;
    color: #000000;
  }
  .newsblock  .newsdel A:hover, .newsgroupC  .newsdel A:hover {
    background: #FFFFCC;
    color: #000000;
    text-decoration: none;
  }
  #news > dl {
    margin: 0 0 15px 0;
  }

  .navig_bg.text {
    width: initial;
  }

  .navig_bg p{
    line-height: 1.4;
    font-size: 32px;
  }


  .navig_bg a{
    margin-right: 10px;
    font-size: 32px;
    line-height: 1.4;
  }

  .navig_bg.text p, .navig_bg.text p a{
    line-height: 1.4;
    font-size: 32px;
  }

  .navig_bg p a{
    margin: 3px 7px 3px 2px;
  }

  table.abiturdocs.main_page {
    padding: 15px 0px 0px 0px;
  }

  table.abiturdocs tr td{
    height: 300px;
  }

  table.abiturdocs.main_page tr td{
    height: 165px;
  }

  table.abiturdocs tr td p{
    width: 300px;
  }

  table.abiturdocs.main_page tr td p{
    width: 170px;
  }

  .abiturdocs img{
    width: 300px;
    max-height: 300px;
  }

  .abiturdocs.main_page img{
    width: 160px;
    max-height: 165px;
  }

  .abiturdocs span{
    width: 280px; 
    height: 80px;
  }

  .abiturdocs.main_page span{
    width: 160px; 
    height: 165px;
  }

  .abiturdocs td:hover span{
    height: 280px;
  }

  .abiturdocs.main_page td:hover span{
    height: 155px;
  }

  .abiturdocs span{
    font-size: 30px;
  }

  .abiturdocs.main_page span {
      font-size: 20px;
      /*font-size: smaller;*/
  }

  table.navigator p, table.konkurs_list p{
    font-size: 30px;
  }

  .secPanItem_noright {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 15px;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .secPanItemHead {
    width: auto;
    min-height:17px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 20px 10px 6px 10px;
    font-size: 33px;
  }

  .sidebar_docs .secPanItem {
    width: auto;
    height:auto;
    font-size: 28px;
  }

  .secPanItemNoBord {
    width: auto;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .navig {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 5px;
  }

  .navig_bg {
      padding: 10px 5px;
      margin: 5px 0px 10px 0px;
  }

  .navig_bg.text {
      padding: 10px;
      margin: 5px 0px 5px 0px;
  }

  p.navig {
    /*font-size: 18px;*/
    margin: 0px;
    padding: 10px;
  }
  .navig li {
    margin-bottom: 15px;
    margin-right: 25px;
    font-size: 30px;
    display: inline-block;
  }

  .navig_noright li{
    display: list-item;
    margin: 0px 15px 15px 0px; 
    padding: 0px;
    font-size: 30px;
  }

  .content_noright {
    width: initial;
    max-width: 100%;
    float: none;
  }

  .vibory, .eios {
    display: none;
  }

  .nav_header p, table.navigator tr th p, table.navigator tr th{
    font-size:30px;
  }
  
  table.navigator tr.inst td p{
    font-size:30px;
  }

  table {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
  }

  table thead, table tbody{
    /*display: block;*/
    overflow-x: scroll;
    overflow-y: auto;
    /*overflow-x: hidden;*/
  }

  table tr td, table tr th {
    padding: 5px 0px;
  }

  table p, table.small, table.small tr td, table.small tr th, table.small thead tr td, table.small tr td p{
    font-size: 23px;
  }

  table p:last-child, p:last-child {
    margin-bottom: 0px;
  }

  ul, ol, .midtext, .mtext{
    font-size: 30px;
    line-height: 1.5em;
  }


  ul li, ol li{
    margin-bottom: 5px;
  }

  .mtextCenter {
    text-align: center;
  }

  .mtextRight {
    text-align: right;
  }

  .mtextJustify {
    text-align: justify;
  }


  .intext, .intextLeft, .intextCenter, .intextRight, .intextJustify, p.intext  {
    font-size: 24px;
    line-height: 1.4;
  }

  .intextLeft{
    text-align: left;
  }

  .intextCenter{
    text-align: center;
  }

  .intextRight {
    text-align: right;
  }

  .intextJustify {
    text-align: justify;
  }


  .intext ul, .intextCenter ul, .intextRight ul, .intextJustify ul {
    font-size: 30px;
    line-height: 1.4;
  }

  .tabUpText {
    font-size: 24px;
    line-height: 1.5em;
  }


  /* Style the buttons that are used to open the tab content */
  .tabs button, .tabs a.tablinks {
      padding: 10px 10px;
      font-size: 30px;
      margin: 0px 0px 15px 0px;
      box-sizing: border-box;
  }

  p.newsdate {
    color: #9da2a6;
    font-size: 27px;
    margin-top: 5px;
  }

  .pages a {
    font-size: 25x;
  }

  .nav_inst_tabs td a{
    font-size:30px;
    width: 50%;
  }

  .imgUnText, .imgUnTextLeft, .imgUnTextRight, .imgUnText_lk {
    margin: 0;
    padding: 7px 0px 7px 0px;
    font-size: 30px;
    line-height: 1.4;
  }

  .content_docs {
    width: 100%;
    float: unset;
    max-width: 100%;
  }
  .content_docs h2, .sidebar_docs h4{
    margin: 30px 0px 30px 0px;
    font-size: 36px;
    height: auto;
    line-height: 1.2;
  }
  .mydocs_header {
    width: 100%;
    height: auto;
    overflow-x: hidden;
  }

  .mydocs_logo {
    width: 50%;
    float: left;
    height: 110px;
    margin-top: 35px;
  }
  .mydocs_logo .image{
    height: 110px;
    margin: 0px 17px 0px 0px;
  }

  .mydocs_logo .image img {
    height: 110px;
    width: auto;
  }

  .mydocs_header_text{
    width: 45%;
    float: right;
    height: auto;
    margin-top: 19px;
  }
  .mydocs_header_text p{
    font-size: 27px;
    line-height: 1.2;
  }
  .mydocs_header_text p.author{
    font-size: 20px;
    width: 290px;
    line-height: 1.4;
  }
  .mydocs_uslugi{
    width: 100%;
    height: auto;
    overflow-x: hidden;
  }
  .mydocs_uslugi .usluga{
    width: 31%;
    height: 100px;
    margin: 0px 3% 42px 0px;
  }

  .mydocs_uslugi .usluga p{
    width: inherit;
    height: auto;
    line-height: 1.2;
  }

  .mydocs_newsblock{
    width: 100%;
    min-height: 40px;
    display: inline-flex;
    flex-flow: wrap;
  }

  .mydocs_newsblock .news{
    width: 40%;
    /*height: 310px;*/
    margin: 0px 5% 30px 0px;
  }

  .mydocs_newsblock .news .newsname dd{
    font-size: 30px;
  }
  .mydocs_newsblock .news dd{
    font-size: 25px;
  }

  .content_docs .admMirrowBlock{
    width: 620px;
  }

  .content_docs .questQuest {
    width: 567px;
  }

  .sidebar_docs {
    width: 100%;
    margin-top: 26px;
  }

  .sidebar_docs .contacts{
    width: 45%;
    height: auto;
    margin-right: 5%;
    float: left;
  }
  .sidebar_docs .contacts .left, .sidebar_docs .contacts .right{
    height: auto;
  }
  .sidebar_docs .contacts .left{
    width: auto;
    display: none;
  }
  .sidebar_docs .contacts .right{
    width: 100%;
  }

  .sidebar_docs .contacts .right .get_usl{
    margin: 30px 0px 0px 0px;
    width: 300px;
    height: auto;
    padding: 10px 5px;
  }

   .sidebar_docs .contacts .right p.fireline, .sidebar_docs .contacts .right p.freecall{
    font-size: 30px;
    height: auto;
    line-height: 1.2;
    margin-top: 23px;
  }

  .sidebar_docs .contacts .right p.phone{
    font-size: 30px;
    height: auto;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sidebar_docs .contacts .right p.link{
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 5px;
  }

  .sidebar_docs .inf{
    padding: 20px 30px;
    margin: 16px 0px 65px 0px;
    min-height: 80px;
  }

  .sidebar_docs .inf p{
    font-size: 30px;
  }
  .sidebar_docs .inf.small p{
    font-size: 24px;
  }

  .sidebar_docs .inf{
    width: 50%;
    float: left;
    clear: unset;
  }

  .sidebar_docs .contacts .right p{
    text-align: left;
  }

  .sidebar_docs p.link {
    padding: 0px;
    margin: 0px 0px 20px 20px;
    font-size: 30px;
  }
  .sidebar_docs p.link span{
    padding: 0px;
    margin: 5px 0px 0px 0px;
    font-size: 25px;
    line-height: 1.2;
  }

  div.bordimgNo, div.bordimgLeft, div.bordimgRight {
    margin: 10px 0px 15px 0px;
    float: none;
    width: 100%;
  } 

  img.bordimgNo {
    width: 100%;
    height: auto;
  }

  img.bordimgLeft {
    float: left;
    margin-right: 20px;
  }

  img.bordimgRight {
    float: right;
    margin-left: 20px;
  }


  .left_image_banner {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border: 0;
    display: block;
    width: 100%;
  }

  .left_image_banner img{
    margin: 0px;
    padding: 0px;
    border: 0;
    max-width: 100%;
    width: 100%;
  }

  .left_image_banner a.links2 {
    width: 49%;
  }

  .left_image_banner a.links2 img {
    /*width: 49% !important;*/
  }
  
  /* Style the tab content */
	.tablinks_text {
		display: block;
		margin-bottom: 25px;
		max-width: 100%;
		color: black;
		/*color: #004a54;*/
		cursor: auto;
		padding: 7px 10px 5px 10px;
		/*border: 1px #ccc dotted;*/
		background-color: #eeeeee;
	}


	.tablinks_text.addmore {
		color: black;
		cursor: pointer;
	}
	
	.tablinks_text.active {
		margin-bottom: 0px;
		background-color: #0e7383;
		color: white;
	}

  .tablinks_text.forum.active {
    background-color: #294f80;
  }

	.tablinks_text.addmore:after {
		content: "подробнее";
		margin-left: 10px;
		padding: 1px 2px;
		color: #0e7383;
		font-size: 24px;
		text-decoration: underline;
	}
	
	.tablinks_text.addmore.active:after {
		content: "";
		margin-left: 0px;
		padding: 0px;
	}

	.tabcontent {
		display: none;
		padding: 6px 12px;
		/*border: 1px solid #ccc;*/
		border-top: none;
		width: fit-content;
		overflow: visible !important;
		background-color: #f3f3f3;
		margin-bottom: 25px;
	}

	.contentD .tabcontent {
		display: block;
	}

	.nodisplay {
	  display: none;
	}

}  