/* Прячет поле поиска */
.head .container .search {
    display: none;
}

.logo2 img {
    -webkit-filter: grayscale(100%);
    filter: gray;
    transition: .3s all;
}
.logo2 img:hover {
    -webkit-filter: grayscale(0%);
    filter: none;
}

/* Правки в меню */
.top_menu ul ul li a {line-height: 10px;}

.top_menu ul li a {
    padding-top: 7px;
    margin-bottom: 2px;
    padding-right: 2px;
    line-height: 1.1em;
    font-size: 15px;
}
.top_menu ul li.current, .top_menu ul li.act, .top_menu ul li.act ul {background: #1a6093;}
.top_menu ul li.current a, .top_menu ul li.act a {color: #fff;}
.top_menu ul li.current a:hover, .top_menu ul li.act a:hover {color: #f5821f;}

.top_menu ul li.current  a {color: #fff;}
.top_menu ul li.current  a:hover {color: #f5821f;}
.top_menu ul li.current ul  {background: #1a6093;}

/* Новости на главной */
.b-pub-main a.all:hover {color: #f5821f;}
.b-pub-main .b_anonce_main .title:hover {color: #0059be;}
.b-pub-main .b_anonce_main .title {line-height: 1.2em; margin-bottom: 3px;}

/* Публикации на главной */
.b-pub-m h2 a {display: inline-block; margin-bottom: 5px;}
.b-pub-list-main .b-item-news .title:hover {color: #0059be;}
.b-pub-list-main .b-item-news .title {line-height: 1.2em;}
.b-pub-m {margin-top: 40px;}
.b-pub-list-main .b-item-news:nth-child(3) {margin-bottom: 0px;}

/* Список публикации (новостей) */
.b-pub-list-content .b-item-news-in .b-inf {line-height: 1.3em;}
.b-pub-list-content .b-item-news-in .title:hover {color: #0059be;}

/* Подсветка ссылок в хлебных крошках */
.breadcrumb > li > a:hover {color: #0059be;}
