@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300,300italic&subset=latin,cyrillic);

/*------*/
/*кнопки*/
/*------*/
.button_1 {
    display: inline-block !important;
    text-decoration: none !important;
    background-color: #ffebd0 !important;
    color: #003489 !important;
    border: 2px solid #003489 !important;
    border-radius: 10px !important;
width: 90%;
font-family: Georgia;
font-style: italic;
font-weight: bold;
    font-size: 13px !important;
    padding: 3px 5px !important; 
    transition: all 1.0s ease !important;}
.button_1:hover{
    text-decoration: none !important; 
    background-color: #003489 !important;
    color: #ffffff !important;
    border-color: #ffebd0 !important;}

.button_2 {
    display: inline-block !important;
    text-decoration: none !important;
    background-color: #ffebd0 !important;
    color: #2d0000 !important;
    border: 2px solid #2d0000 !important;
    border-radius: 10px !important;
width: 90%;
font-family: Georgia;
font-style: italic;
font-weight: bold;
    font-size: 13px !important;
    padding: 3px 5px !important; 
    transition: all 1.0s ease !important;}
.button_2:hover{
    text-decoration: none !important; 
    background-color: #7d686a !important;
    color: #ffffff !important;
    border-color: #ffebd0 !important;}

/*----------------*/
/* Общие правила  */
/*----------------*/

* {margin: 0; padding: 0px; outline: 0;}
a, img {border: 0px;}

a:link {color: #004E88; }
a:visited {color: #002F52; }
a:hover {text-decoration: underline; color: #005C9C; }

body {background: #ffebcd; width: 100%; height: 100%; font-family:'Open Sans', sans-serif; overflow-y: scroll;}

ul {list-style-position: inside; list-style-type: square; }
ul ul {margin-left: 1.6em; list-style-type: square; }

hr {color: #777; background-color: #777; border: 0; height: 2px; /* высота 1px IE, Firefox, Opera, Safari */ clear:both;}

table {border-collapse: collapse; border-color: #444; }
iframe {max-width: 100%; }


/*---------------------*/
/* Глобальная разметка */
/*---------------------*/

body, #layout {font-size: 1em;  font-family: georgia; font-style: italic;/* Важно! Отправная точка для изменения размера текста на всём сайте*/}

#layout {width: 100%; margin: 0 auto; background: #FFEBCD; overflow: hidden; min-width: 970px; max-width: 1400px; box-shadow: 0 0 50px #bbb;}
   #layout > div.wrapper {padding: 0; }
.wrapper {padding: 0 10px; overflow: hidden;}


/* Задаёт ширину боковой колонки */
.column-width {width: 25%; max-width: 280px; }

#scroll_up {display: none; position: fixed;bottom: 50px;right: 90px; min-width: 32px; height: 50px; border-radius: 4px;background: url(sm_full.aspx?guid=18283) 10px 50% no-repeat;line-height: 50px; t; padding: 0 15px 0 0; opacity: 0.6;}

#scroll_up:hover {opacity: 1; background-color: #fff; box-shadow: 0 0 50px #ccc; color: black !important; text_decoration: none !important;}

/*------*/
/* Лого */
/*------*/

#header {clear: both; background: rgba(0, 0, 0, 0) url("http://cenue.minsk.edu.by/ru/sm_full.aspx?guid=18333") repeat scroll 0 -100px;}
#header > .wrapper {padding: 0; /* add -> */ height: 470px; position: relative; /* <- add */  }

   #top_bar {height: 18px; line-height: 15px; padding: 2px 5px; font-size: 14px;
text-align: right; }
      #top_bar > div {display: block; height: 18px; line-height: 15px; }

   #logo { height: 150px; }
      #logo_image {float: left; text-align: center; }
          #logo_image img {width: auto; height: 140px; max-height: 140px; margin: 5px 0;}

#logo_block {
height: 150px;
width: 100%;

 }

 #logo_block_content {
/*mod*/
padding: 100px 0;
font-weight: 800;
font-size: 35px;
text-shadow: 1px 1px 20px black;
text-align: center;
line-height: initial;
 display: block; }

          #logo_block p {margin-bottom: 1em; color: #fff; text-shadow: 1px 1px 2px black;}
/* add */
#logo_block a{ text-decoration: none; color: white; text-align: center;}


/*-------------------------------*/
/* Главное горизонтальное меню (+ выпадающее ????) */
/*-------------------------------*/

#h_menu {clear: both; width: 100%; text-align: center; height: 2.0em; line-height: 2.0em; position: absolute; bottom: 65px;}

       #h_menu ul {list-style-type: none; display: inline-block; } /*inline-BLOCK*/
#h_menu ul li {display: inline-block; color: #000; position: relative; float: left;}
#h_menu li:hover {color: #fafafa; }
#h_menu ul li a, #h_menu li span {display:block; padding: 0 0.8em; text-decoration: none; min-width: 32px; 
                border: 1px solid rgba(0,0,0,0); color: #fff; text-shadow: 1px 1px 2px black; box-sizing: border-box; font-size: 18px; font-weight: bold; margin: 0.6px;}

      #h_menu li.parent_active, .menu_active, .home-icon-active, #h_menu ul li a:hover {color: #fff2dc; border: 1px solid #fff2dc; position:relative;}







/*--------------*/
/* Выбор языков */
/*--------------*/

   #lng {height: 22px; line-height: 22px; float: left;}
   #lng > span, #lng > a {display: block; float: left; padding: 0 0.3em; margin-left: 1px; border: 1px solid rgba(0,0,0,0);}
       #lng > span:hover, #lng > a:hover {color: #fafafa; border: 1px solid #fafafa; box-sizing: border-box;}
       #lng > span span {margin: 0 0.6em; }
       #lng img {height: 16px; width: auto; display: block; float: left; margin: 3px 0;}

.lng_active {border: 1px solid #fafafa !important; box-sizing: border-box;}


/*---------------*/
/* Размер шрифта */
/*---------------*/

#font_size_changer {float: right; margin-top: -9px;}
#font_size_changer a {display: inline-block; width: 2.2em; text-align: center; font-size: 14px; cursor: pointer; float: left; text-decoration: none; font-weight: bold; color: black; /*color: white; text-shadow: 1px 1px 2px black;*/ border: 1px solid rgba(0,0,0,0); box-sizing: border-box;}
#font_size_changer a:hover {color: #fafafa; border: 1px solid #fafafa; box-sizing: border-box;}
.fs_active {/*background-color: #A0CCEC;*/ /* changed */ }


/*-------------*/
/* RSS ссылка / карта сайта  */
/*-------------*/
#rss_top_link, #site_map_link, #date_time {margin-right: 50px; overflow: hidden; color: white; text-shadow: 1px 1px 2px black;}
   #rss_top_link a, #site_map_link a {overflow: hidden; width: 3em; text-align: center; text-decoration: none; color: white; text-shadow: 1px 1px 2px black;}
#site_map_link a {width: auto; padding: 0 0.5em; border: 1px solid rgba(0,0,0,0) }
   #rss_top_link a:hover, #site_map_link a:hover {border: 1px solid #fafafa; box-sizing: border-box;color: #fff; }


/*-------------------*/
/* Центральная часть */
/*-------------------*/

#body {clear:both;}
#body > .wrapper {padding: 0;}
   #aside {float: left; }
   #aside > .wrapper {padding: 10px 0 0 30px;}
      .aside_box {clear:both; border-radius: 3px; overflow: hidden; margin: 10px 0 20px; font-size: 14px;}
      /*.aside_box > .wrapper {padding: 10px 10px 20px; } */
          .aside_box > h3 {margin: 0; font-size: 14px; color: #black; }
          .aside_box img {max-width: 220px; }

   #content {margin-left: auto; overflow: hidden;}
#content > .wrapper {padding: 20px 30px 30px 10px; }
      .content_box {clear: both; margin: 0px 0 20px; border-radius: 5px; overflow-y: hidden;} 


#region_2_default {min-height: 500px; background-size: 400px 600px; border-radius: 5px 0 0 0; }

    #region_2_default .content_box {padding: 0 10px 2em 20px;}

#breadcrumbs {float: left; margin: 0 3px; text-align: center; font-size: 14px; cursor: pointer; float: left; text-decoration: none; color: black; box-sizing: border-box;}
#breadcrumbs a{color: black; }


/*--------*/
/* Подвал */
/*--------*/
#footer {clear: both; overflow: hidden; }
   #footer > .wrapper {padding: 1em 30px 1em; overflow: hidden;}

#footer_line {clear: both; background: rgba(0, 0, 0, 0) url("http://cenue.minsk.edu.by/ru/sm_full.aspx?guid=18273"); height: 20px; line-height: 20px;}

#footer_block {font-size: 14px; position: relative;}
#footer_block_content {margin: auto; float: left;}
#footer_block img { position: absolute; right: 0;}

/*----------------------------------------------------------------*/
/* Содержание блоков с информацией (новости, план 6-го дня и т.п.) */
/*----------------------------------------------------------------*/

.content_box h1, .content_box p {margin-bottom: 1em; }
.content_box h2 {margin-bottom: 0.3em;}
.content_box h3 {margin-bottom: 0.8em;}


.post {margin-bottom: 1em; }

.post ul, .post ol {padding-left: 2em; margin: 0.5em 0 1em; }
h1, .post h1 {font-size: 1.8em; margin: 0 0 1em; }
.post_content {margin-bottom: 2em;}

.post img {max-width: 100%; margin: 0 0.5em; }

.post h2 {font-size: 1.5em; margin: 0.5em 0 1em; }
.post h3 {font-size: 1.2em; margin: 0.5em 0 1em; }

.news-post h3 {margin: 0; font-size: 1em; margin: 0 0 0.2em; color: #333;}
.news-post h1 {margin: 0 0 0.5em;}

.excerpt {clear: both; border-bottom: solid 1px black; padding: 0.5em 0.5em 1.4em; margin: 0 0 1em; overflow: hidden; }
.excerpt:last-child {border-bottom: none; }


/* Эскизы-превью в архивах новостей, записях, горячих новостях, отчетах и т.п. */
.excerpt_preview {display: inline-block; float:left; min-height: 70px; width: 100px; padding: 2px; margin-right: 15px; }
   .excerpt_preview img {min-width: 0; max-width: 100px; height: auto; display: block; margin: 0 auto;}

.excerpt_content {margin-left: auto; overflow: hidden; }
   .excerpt_content h3 {margin: 0; font-size: 1.1em; }
   .excerpt_content h2 {margin-bottom: 0.5em; font-size: 1.3em;}

.news .excerpt_content ul {list-style-type: square; padding-left: 2em; font-size: 1.5em; }

.anno {color: #165686; font-weight: bold; margin-bottom: 1.6em;}

.date {display: block; font-size: 14px; color: #165686; font-weight: bold;}
.title, .name, .nazv  {display: block; clear: both; font-weight: bold;}

ul.no-list {list-style-type: none; padding-left: 0; font-size: 14px;}
ul.rss {list-style-type: none; }
.rss li {margin: 0 0 1em; border-bottom: solid 1px black; padding: 0 0 1.4em; }
.rss .title {margin-bottom: 0.5em; font-weight: 1.6em; font-weight: bold; }

.own_product, .pay_service {display: inline-block; margin-right: 30px;}

.adm_procedure li, .hyperlinks li {margin-bottom: 1em; overflow: hidden; border-bottom: solid 1px black; padding: 0 0 1em;}
.adm_procedure li:last-child, .hyperlinks li:last-child {border-bottom: none; }

.show-hide, .read_more {display: block; clear: both; margin: 1em 0 1em; text-decoration: none; }
.show-hide:hover, .read_more:hover {text-decoration: underline;}

.spoiler {border-top: dotted 1px #bbb; padding: 1em 0 2em;}
   .spoiler .show-hide {float: right;}

.banners {text-align: center;}
   .banners a {display: inline-block; margin: 5px; }

.off-banners {}
.off-banners img {max-height: 50px; width: auto;}


.link-button {display: inline-block; line-height: 1.8em; height: 1.8em; padding: 0 1em; border-radius: 3px; text-decoration: none; margin-bottom: 1em; }
.link-button:hover {cursor: pointer;}

.section_menu {line-height: 1.4em; }
.section_menu a:link, .section a:visited {text-decoration: none; }
.section_menu a:hover {text-decoration: underline; }

.section_menu a img.icon-img-menu {display: none;}

.poll {text-align: center; padding-bottom: 0 !important;}
    .poll h4 {}
    .poll ul {list-style-type: none; text-align: left; line-height: 1.5em; margin: 1em 0; }
    .poll input {margin-right: 0.8em;}
    .poll .link-button {background-color: #fff; margin-bottom: 1.2em; }
    .poll_voted_text {text-align: center; margin: 0.6em 0 2em;}

.poll-result {clear:both; overflow: hidden; padding: 1em 0 2em; margin-bottom: 2em; border-bottom: dotted 1px black; }
.poll-result img {float: left; margin-right: 20px; border-radius: 100px; }
.poll-result .summary {clear: both; }
.poll-result-stats {list-style-type: none; line-height: 1.5em; margin-bottom: 2em; padding-left: 0 !important; }
    .poll-result-stats .title {display: inline; font-weight: normal; }
    .poll-result-stats li { height: 1.5em; line-height: 1.5em; padding: 0.2em 0; }

#copyright {float: right; margin-top: 65px;}

.pos {display: inline-block; width: 1.5em; height: 1.5em; float: left; margin-right: 0.5em; border-radius: 1.5em; }

.some_links {background: none; line-height: 1.5em; margin-top: 3em; }
.some_links a, .some_links span {clear:both; display: block; margin-bottom: 0.8em;}

.counter_cy {margin-top: 2em; font-size: 14px; float: right;}


pre {overflow-wrap: break-word; word-wrap: break-word; width: 100%; border: solid 2px #ccc; padding: 0.5em; box-sizing: border-box; }

/* ----------------- */
/*  Формы обращения  */
/* ----------------- */

.form_structure {list-style-type: none; }
.form_structure li {clear: both; display: block; margin-bottom: 1em; width: 100%; float: left; }
.form_structure .info_field {display: block; float: left; width: 220px; margin-right: 10px; }
.form_structure .input_field {display: block; float: left; width: 420px; }
.form_structure input[type="button"] {border: none; font-size: 14px; }

.form_structure input[type="text"], .form_structure textarea, .form_structure select {width: 100%; max-width: 100%; box-sizing: border-box; border: solid 1px black; border-radius: 3px; padding: 0.3em; font-size: 1em; }

.form_structure select {cursor: pointer; background: #fff;}


.form_structure input[type="text"]:valid, .form_structure textarea:valid {background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA1ElEQVQ4T6WT4Q3CIBSEj+B/beIAjtAmDqAjuEGZxFHoKA6gqW7gAE3KAoiBFIIIlCo/gfve8e5B8Ociv+h5P9asqe5auxjAb0NLFDiArt1v2SKAJ7bGu2JARAwF9SgCpMSgq4MBTBfOitKTbY71mBOzphIkuCAUpUcLmRObFPh1EARYe3EaCF6ynrrtjvSbtW1d2W4SnSmkvIQQABt/RmJiNwcJSLayc+CaFXdiogpt+84+YgydzImjo2whgHrmKn89wbfF+3EHQPjdTn26oknM/dg3BfKDm4nsiKYAAAAASUVORK5CYII='); background-position: right 5px center; background-repeat: no-repeat; }

.form_structure input[type="text"]:focus, .form_structure textarea:focus, .form_structure select:focus {border: solid 2px #165686; background-color: #E2F3FF; font-weight: bold; }

.form_structure input[type="text"]:focus:valid, .form_structure textarea:focus:valid {background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA1klEQVQ4T6WTMRKCMBBF/55AGnqPwBH0CBbMWOo5KLRBj6E9jUfwCHoDe5qUgsU6m3GdkAkQNCWT//L5+5fw56Ff9GleZnVV3EQ7GZDm5YaITsx8rqtiOwmgYnUtkGiALxYIA/coQJ/41bYLC/hc2DHzSsNRm0Nic9kbci8wswGwVMiY2E4hzQ+GCDMnGAsBkEna7pjln8W2vKzfxUEG0NWHEFEyJv72IASJEXeK1AcJ2XbhnTH6kDFxsMoKAeHhBxbam2CRkvVxjmdj3LT7li6qiUMb+wYA3IxQS8gWoAAAAABJRU5ErkJggg=='); }


#pmgimg {float: left; margin-right: 1em; width: 200px; height: 50px; }
#pmgimg img {width: 200px; height: 50px; }
#pmgtext {width: auto; }

#pin_reload {background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAuZJREFUeNqkU9tLVGEQn3Pb21HX1V1dV0hbL2mBUadwS7qR+FARJXSh3oOgP6GH3noK6rGX7GHtwaKCwCQiiMUoYgsltXDX9dKalz3pupdzvu/cmuOaGQU9dGC+73zfzPxm5jfzMZZlwf98vL0c61u6i5v0F30c5SaKgJLHYLJpGFTXddA17ReAYRgxsCzpQk9IIqSUEc8x8OjVPJw9WtcgZ2kgnVHp7IKSNw2YQPW3nxFYe0G0KKIO9Q/OxhnLhEJOA0IMsCNp1GREgattCXoaTh4I7HLwVg8GC/8GoBESAkPrOtVZI2WWiuBy4p2qoTOFhy9TuXdji+V5hTSvympTzz7/HgaM85ZpVmI5GxlQ2tsYdDVnV4rA8xY8GJyMCw68JwTQKD6bzr54HptRVErD8lKheZvf2YE+hwzkYZ0DSkhXtchXUaLBaEpO4vnt/SfjpRwRhGXZD0hgcDSRkdpDFfX+cp6gzRHUPiuVoKotHAseHetPppZXDV2/htFvo8SVfB5yKyt2loNTqWUH2tSjbRh99qNsZlBQdGtN0631f7OIpQhCFPsRxRLsFscKa2tRjufFgm5VCLBuJ262karq++UcqTAYzhnwizQ9lzmBkQcFpxM25sOWSDDorZRVEzjQiugzubULr2e/ZiZkEKZ82+sVZP8w1rxXxUxQB8d7D0q4R/w7m5rQBubS8nc8D9u6EgClsekvM6OuSjGR5sSpcHfEXV7r60EuJEwVkkUWdp/rlhIKC6bogcTYdAJ9HtvTuA6Ada6q+eJAfGDoo8frTs67vAmzM5Kru3imHMmDLOeAkRwHvioPjESfxmmhMIwlzOeHbpQ4yPVfArambYrsOK18uqe0e1vDZUK40UHqgpY9TKZDADdrwYIJ0H71sjR6p892+6wvjkcZ+zUyDGNf2KwGGLevGgJtIpSFBIauGVDTcQWqW1r/eGby5IT55tb1rQA4e+BBcaMw/3jF9ovTbfp+CDAAIqquPExvnOoAAAAASUVORK5CYII=') 0 50% no-repeat; display: inline-block; padding-left: 20px; margin-bottom: 0.6em;}


.feedback_anno {clear: both; border-top: solid 1px black; margin-top: 2em; padding-top: 1em; text-align: justify; }




/*-------------------*/
/* Фото-видео эскизы */
/*-------------------*/

.thumbs {clear:both; list-style-type: none; padding: 1em 1em 2em; border-top: solid 2px #BEDBF1; margin-top: 1em; }
.thumbs li {display: inline-block; }
.thumbs_box {}
.thumbs_box h3 {float: left; font-size: 1em; padding: 0 1em; background: #BEDBF1; border-radius: 3px 3px 0 0; line-height: 1.6em; margin-bottom: 0; }
.thumbs a img {border: solid 3px #fff; width: 120px; height: 90px; transition: all 0.2s ease-in .1s; }
.thumbs a:hover {z-index: 999; }
.thumbs a:hover img {transform: scale(1.2); }

.thumbs-random {padding: 1em 0 2em; border-top: none;}

/*----------------*/
/* Гостевая книга */
/*----------------*/

.guestbook_form {overflow: hidden; margin-bottom: 2em; padding-bottom: 1em; border-bottom: solid 1px black; }

ul.guestbook {   list-style-type: none;}
.guestbook_post {margin-bottom: 1.5em; list-style-type: none;}

.message { }
.answer{ margin-left: 30px;  font-style: oblique;  padding: 1em;  color: #777; }

.site_search {margin: -6px; /* компенсируем padding 6px в стилях Яндекс.Поиска */}
.ya-site-form__input-text {width: 250px !important; opacity: 0.2; line-height: 24px; box-sizing: border-box; border-right: none !important; padding: 0 4px; height: 30px;}
.ya-site-form__input-text:focus {width: 250px; opacity: 0.8; line-height: 24px; box-sizing: border-box; border-right: none !important; padding: 0 4px; height: 30px;}
.ya-site-form__input-text:hover {opacity: 0.8;}
.ya-site-form__submit {
    opacity: 0.2;
    display: block;
    text-indent: -9999px;
    background: url(sm.aspx?guid=18353) 50% no-repeat;
    width: 30px !important; line-height: 24px;
    margin: 0 !important;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    border-left: none;
    height: 30px;
}

.ya-site-form__submit:hover {
    opacity: 0.8;
    cursor: pointer;
}


/*------------------------------------*/
/* Вкладки на главной: (edu_by theme) */
/*------------------------------------*/


.ajax__tab_default .ajax__tab_tab {border-right: 1px solid black; padding: 4px 1em 0; margin-right: 0 !important; text-align: left !important; cursor: pointer; display: -moz-inline-box; display: inline-block; line-height: 1.2em; overflow: auto; }

.edu_by .ajax__tab_header {font-size: 1em;}

.edu_by .ajax__tab_header .ajax__tab_outer {border-radius: 3px 3px 0 0; margin-right:1px; border: 1px solid rgba(0,0,0,0);}

.edu_by .ajax__tab_header .ajax__tab_inner {}
.edu_by .ajax__tab_header .ajax__tab_tab {font-size: 14px;}
.edu_by .ajax__tab_hover .ajax__tab_outer, .link-button:hover {box-sizing: border-box; color: black; text-decoration: underline; }

.edu_by .ajax__tab_hover .ajax__tab_inner {}
.edu_by .ajax__tab_hover .ajax__tab_tab {}
.edu_by .ajax__tab_active .ajax__tab_outer {box-sizing: border-box; color: black; text-decoration: none;}

.edu_by .ajax__tab_active .ajax__tab_inner {}


.edu_by .ajax__tab_body {font-size: 1em; padding: 10px; background-size: 300px 450px;}

#content .ajax__tab_body h1 {font-size: 1.3em; text-align: right; padding-bottom: 0.3em; margin: 0 auto 0.5em; border-bottom: solid 1px black; }

.ajax__tab_inner {overflow-wrap: break-word;}



/*---------*/
/* Вкладки */
/*---------*/

#tabs .ui-tabs-nav {padding: 0; list-style-type: none; } 

.ui-tabs-nav li {float:left; margin-right: 1px;}

.ui-tabs-nav li a {display:block; padding: 0 1em; text-decoration: none; color: #000; background: #BEDBF1; height: 1.4em; line-height: 1.4em; border-radius: 3px 3px 0 0; margin-top: 0.2em;}

.ui-tabs-nav li a:hover {background: #288AC8; color: #fff; }

.ui-tabs-panel {clear:both; font-size: 1em; border-top: 2px solid #165686; padding: 0.5em; }
   .ui-tabs-panel h1 {font-size: 1.4em; }

li.ui-tabs-active {}

.ui-tabs-nav li.ui-tabs-active a {color: #fff; background: #165686; height: 1.6em; line-height: 1.6em; margin-top: 0; }



/*----------------*/
/* mini-Framework */
/*----------------*/
.w25 {width: 25%;}    .w30 {width: 30%;}    .w50 {width: 50%;}
.w70 {width: 70%;}    .w75 {width: 75%;}
.op50 {opacity: 0.5; }
.leftimg {margin-right: 0.8em; margin-bottom: 0.8em; }
.rightimg {margin-left: 0.8em; margin-bottom: 0.8em; }

.fleft, .leftimg {float:left;}    .fright, .rightimg {float: right;}
.text-center {text-align: center;}
.v-align-middle {line-height: initial; display: inline-block; vertical-align: middle;}
.clear {clear: both;}
.active {font-weight: bold; color: #000}



/* Красивые таблицы в содержании */
.content_box .tbl{ margin: 0.5em auto; vertical-align: middle; }
.content_box .tbl thead {background-color: #BEDBF1; }
.content_box .tbl td{border:1px solid #165686; padding: 5px; }
.content_box .tbl tr:nth-of-type(even){background-color: #E2F3FF;}
.content_box .tbl tr:hover{background:#F7F1C8;}
.content_box .tbl caption {margin-bottom: 5px;}


/*--------------*/
/* Меню раздела */
/*--------------*/
.section_menu {line-height: 1.4em; padding: 0 0.4em; }
.section_menu .active > span{background:"}

.section_menu a:link, .section a:visited {text-decoration: none; }
.section_menu a:hover {text-decoration: underline; }

.section_menu a img.icon-img-menu {display: none;}

.section_menu ul ul {margin-left: 1.3em;}

.section_menu .level_0 {list-style-type: none; }
.section_menu li:not(.parent_active) ul {display: none;}
.section_menu li.active ul {display: block; }

.popular .level_0 {list-style-type: square;}
