.katalog-row {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;

}

.katalog-row .fa-icon {
    font-size: 18px;
    /*background-color: #eb1e28;*/
    background-color: #f05623;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px!important;
    margin-right: 20px;
}

.katalog-row .fa-icon-small {
    font-size: 15px;
    /*background-color: #eb1e28;*/
    background-color: #f05623;
    color: #fff;
    width: 21px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px!important;
    margin-right: 13px;
}

.katalog-header {
    font-size: 19px;
    font-weight: 600;
}

.katalog-header a {
    color: #000000;
}

.katalog-header a:hover {
    color: #f05623;
    text-decoration: none;
}

.img-katalog {
    transition: 1s;
}

.img-katalog:hover {
    transform: scale(1.2);
}

.subcategory-link {
    color: #000000;
    font-size: 15px;
    font-weight: 800;
    line-height: 24px;
}

.subcategory-link:hover {
    color: #f05623;
    text-decoration: none;
}

.category-icon {
    width: 20px;
    height: auto;
    margin-right: 15px;
}

.cat-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 15px;
}

.cat-link {
    color: #000000;
    font-size: 15px;
    font-weight: 800;
    line-height: 24px;
}

.cat-link:hover {
    color: #f05623;
    text-decoration: none;
}

.popular-cat {
    position: relative;
    overflow: hidden;
}

.popular-cat-header {
    position: absolute;
    bottom: 0;
    /*background-color: #88CFCF;*/
    background-color: #f05623;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.popular-cat-image img{
    transition: 1s;
}

.popular-cat-image img:hover{
    transform: scale(1.2);
}

.category .content a:hover {
    color: #f05623;
}