/*** Блок для категорий ***/

.cat-block {
    margin-bottom: 20px;
    width: 100%;
}

.cat-block img {
    margin-top: -8px;
}

.cat-header {
    margin-bottom: 15px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cat-header.active {
    color: #ff8500;
}

.cat-header.active .cat-title {
    color: #ff8500;
}

.cat-header-icon,
.cat-header-text {
    float: left;
}

.cat-header-icon {
    width: 12%;
}

.cat-header-text {
    width: 88%;
}

.cat-header-icon object {
    margin-top: 3px;
    width: 70%;
}

.cat-header-icon i {
    margin-top: 5px;
    font-size: 18pt;
}

.cat-links {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cat-links li {
    line-height: 1.77;
}

.cat-links li > a {
    font-size: 14pt;
    text-decoration: underline;
    margin-right: 5px;
    color: #000;
    padding: 5px;
}

.cat-links li > a:hover {
    color: inherit;
}

.cat-links li ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 33px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 9999;
}

.cat-links li:hover ul {
    display: block;
}

.cat-links li ul li a {
    display: block;
    width: 100%;
    font-size: 11pt;
    padding: 5px 10px 5px;
    background-color: #eee;
    color: #000;
}

.cat-links li ul li a:hover {
    background-color: #ff8500;
    color: #fff;
    text-decoration: none;
}

.cat-new {
    background: #ff4800;
    color: #fff;
    border-radius: 5px;
    text-transform: lowercase;
    font-size: 9pt;
    padding: 2px 5px;
}

.cat-content a {
    color: #000;
}

.cat-content a:hover {
    text-decoration: none;
}

.cat-content-tooltip {
    min-width: 200px;
    text-align: center;
}

.cat-content-tooltip ul {
    margin-left: 0;
}