body{
    width: auto;
    min-width: 900px;
    height: auto;
    padding: 5px;
}

/* Шапка сайта*/

#hb_header{
    width: auto;
    min-width: 900px;
    min-height: 200px;
    max-height: 350px;
    height: auto;
    background-color: darkcyan;
    background-size: 100% 100%;
    border-radius: 4px 4px 4px 4px;
}

#hb_slider{
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    width: 30%;
    height: 190px;
}

#hb_slider div{
    width: 250px;
    height: 180px;
}

#hb_center_head{
    float: left;
    color: white;
    font-size: 72px;
    width: 45%;
    text-align: center;
    padding-top: 20px;
}

#hb_name_info{
    padding-top: 20px;
    font-size: 24px;
}

#hb_informer{
    float: right;
    width: 20%;
    height: auto;
    height: 200px;
}

#hb_iks{
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    width: 120px;
    height: 45px;
    background: cadetblue;
    border-radius: 5px 5px 5px 5px;
    border: 3px double green;
}

#hb_metrika{
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    width: 120px;
    height: 45px;
    background: cadetblue;
    border-radius: 5px 5px 5px 5px;
    border: 3px double darkgreen;
}

#hb_metrika a img{
    margin-top: 7px;
    margin-left: 16px;
}

#hb_iks a img{
    margin-top: 7px;
    margin-left: 16px;
}

/* Центральный блок контента и сайдбара*/

#hb_content{
    float: left;
    width: 100%;
    min-width: 900px;
    height: auto;
    min-height: 150px;
    border-radius: 4px 4px 4px 4px;
    background-color: darkolivegreen;
    background-size: cover;
    background-position: right;
}

#hb_left_sidebar{
    float:left;
    width: 20%;
    height: 100%;
    margin: 5px;
    background-color: darkgray;
    border-radius: 5px 5px 5px 5px;
}

#hb_left_sidebar p{
    text-align: center;
    font-size: 20px;
}

#hb_content_line{
    float: left;
    width: 55%;
    height: auto;
    margin: 10px;
    background-color:azure;
    border-radius: 4px 4px 4px 4px;
}

#hb_breadcrumbs{
    padding: 5px;
    width: 100%;
    height: auto;
}

#hb_breadcrumbs ul{
    margin: 0;
    padding: 4px;
}

#hb_breadcrumbs ul li{
    display: inline;
}

#hb_text{
    padding: 15px;
}

#hb_text div div p img{
    width: 100%;
}

.icons{
    display: none ;
}

.pager.pagenav{
    margin: 15px;
    padding: 15px;
    text-align: center;
}

.pager.pagenav li{
    display: inline;
    border: 1px solid black;
    border-radius: 10px 10px 10px 10px;
    font-size: 20px;
    padding: 10px;
    margin: 10px;
}

.pager.pagenav li:hover{
    background-color: grey;
    opacity: 0.5;
}

.pager.pagenav li a{
    text-decoration: none;
}

.page-header h2{
    text-align: center;
}

.tooltip{
    display: none!important;
}

.article-info.muted{
    display: ;
}

#hb_right_sidebar{
    float: right;
    width: 20%;
    height: 100%;
    margin: 5px;
    background-color: darkgray;
    border-radius: 5px 5px 5px 5px;
}

#hb_right_sidebar p{
    text-align: center;
    font-size: 20px;
}

.p-paginations span{
    margin: 5px;
}

/* Меню полезных ссылок и всякой всячины */

#hb_menu_good{
    float: left;
    width: 100%;
    height: auto;
    height: 90px;
    background-color: darkcyan;
    border-radius: 4px 4px 4px 4px;
}

#hb_menu_good ul{
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 5px;
}

#hb_menu_good ul li{
    display: inline;
    padding: 4px;
}

#hb_menu_good ul li:hover{
    opacity: 0.5;
}

#hb_menu_good ul li a{
    text-decoration: none;
}

#hb_menu_good ul li a img{
    border-radius: 4px 4px 4px 4px;
}

/* Блог категорий сайта*/

#hb_block_categorij{
    float: left;
    width: 100%;
    height: auto;
    min-height: 100px;
    text-align: center;
    background-color: darkolivegreen;
    border-radius: 4px 4px 4px 4px;
}

#module_effect_contents_105 div{
    
}

/* Подвал сайта */

#hb_footer{
    float: left;
    width: 100%;
    min-width: 900px;
    border-radius: 4px 4px 4px 4px;
    height: auto;
    min-height: 100px;
    background-color: darkcyan;
}

#hb_footer_links{
    float: left;
    width: 52%;
    min-height: 140px;
    height: auto;
}

#hb_footer_links ul{
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 5px;
}

#hb_footer_links li{
    display: inline;
    padding: 3px;
}

#hb_footer_links ul li:hover{
    opacity: 0.5;
}

#hb_footer_links ul li a{
    text-decoration: none;
}

#hb_footer_links ul li a img{
    border-radius: 4px 4px 4px 4px;
}

#hb_menu_footer{
    float: left;
    width: 48%;
    min-height: 100px;
    height: auto;
}

#hb_foot_text{
    float: left;
    width: 99%;
    height: auto;
    min-height: 30px;
    border: 1px solid green;
    margin: 2px;
}

#hb_foot_text p{
    text-align: center;
    margin: 0;
    margin-top: 5px;
}

#hb_menu_footer ul{
    padding: 0;
    text-align: center;
}

#hb_menu_footer ul li{
    display: inline;
    list-style: none;
    margin: 5px;
}

#hb_menu_footer ul li a{
    text-decoration: none;;
}

#hb_menu_footer ul li a img{
    border-radius: 4px 4px 4px 4px;
}

#hb_menu_footer ul li a:hover{
    opacity: 0.6;
}

/* Низ подвала сайта */

footer{
    float: left;
    width: 100%;
    height: 20px;
    background-color: black;
}

footer p{
    margin: 0;
    padding: 0;
    float:right;
    padding-right: 20px;
    font-size: 16px;
    color: white;
}
