#main, #shadow{
    min-height: 0;
}

#catalog_box {
    padding: 22px 30px;
    position: relative;
}

.header_wrapper{
    min-height: 96px;
    line-height: 96px;
}

.catalog-box{
    width: 250px;
    margin: 24px 77px 0 0;
}

.catalog_all-wrapper{
    width: 1000px;
    margin: 0 auto 20px;
}

.catalog-icons{
    width: 34px;
    height: 34px;
    background: url(../images/catalog_icons.png) no-repeat;
}

#catalog_box .catalog-icons {
    position: relative;
    left: -4px;
    top: 3px;
}

.leisure-icon {
    background-position: 0 0;
}

.health-icon {
    background-position: -34px 0;
}

.education-icon {
    background-position: -68px 0;
}

.sport-icon {
    background-position: -102px 0;
}

.auto_moto-icon {
    background-position: -136px 0;
}

.repair-icon {
    background-position: 0 -34px;
}

.shopping-icon {
    background-position: -34px -34px;
}

.beauty-icon {
    background-position: -68px -34px;
}

.transport-icon {
    background-position: -102px -34px;
}

.business-icon {
    background-position: -136px -34px;
}

.state-icon {
    background-position: 0 -68px;
}

.zoo-icon {
    background-position: -34px -68px;
}

.real_estate_and_construction-icon {
    background-position: -68px -68px;
}

.tourism-icon {
    background-position: -102px -68px;
}

.catalog-icons.none{
    display: block !important;
    background: #de353c;
    border-radius: 50%;
}

.catalog_box-inner{
    width: 216px;
}

.catalog_category-link{
    margin: 5px 0;
}

#catalog_box a.catalog_category-link0:hover {
    color: #2c2c2c !important;
}

.more_show{
    margin: 30px 0 0 0;
    width: 35px;
    height: 35px;
    background-position: 0 -272px;
    cursor: pointer;
}

.more_show_red{
    margin: 30px 0 0 0;
    width: 35px;
    height: 35px;
    background-position: -35px -272px;
    cursor: pointer;
}

.catalog-more{
    color : #2c2c2c !important;
    border-bottom: 1px dashed #2c2c2c;
}

.catalog-more:hover{
    color: #de353c !important;
    border-color: #de353c !important;
}