#category .home-category .title_block {
    display: none;
}

.home-category .category-info .category-name {
    margin-bottom: 0;
    transition: all 0.3s ease;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 800;
}

.home-category .home-category-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.home-category .home-category-wrapper .category-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-category .home-category-wrapper .category-item:hover img {
    -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
}
.home-category .home-category-wrapper .category-image {
    width: 100%;
}
.home-category .home-category-wrapper .category-item .home-category-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.home-category .category-item {
    position: relative;
    transition: all .2s linear;
    padding: 0;
}

.home-category .category-item:hover .category-name {
    color: #fc5b16;
}

.home-category .category-item .category-info {
    align-items: center;
    justify-content: space-between;
    display: flex;
    transition: all .2s linear;
    width: 100%;
}
.home-category .category-item .category-info span {
    color: #FC5B16;
    font-weight: 600;
}
.home-category .horizontal-dots {
    justify-content: center;
    display: flex;
}

.home-category .horizontal-dots {
    margin-top: 20px;
}

.home-category .horizontal-dots li {
    margin: 0 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.home-category .horizontal-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    border: 0;
    position: relative;
}

.home-category .horizontal-dots li button:before {
    font-family: 'slick';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 35px;
    content: '';
    opacity: .25;
    color: transparent;
    background: #3a3a3a;
}

.home-category .horizontal-dots li.slick-active button:before {
    opacity: .75;
}

.home-category .category-item .img-responsive {
    transition: all 0.5s ease;
    max-width: 100%;
}

.home-category .category-item .category-info .views {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.home-category .category-item .category-info .views span{
    color: #3a3a3a;
    font-size: 16px;
}

.home-category .category-item .category-info .views .fl-outicons-right-arrow30 {
    color: #3a3a3a;
    font-size: 18px;
    margin-top: 10px;
}

@media screen and (min-width: 1881px) {
    .home-category .category-item .category-info {
        margin-top: 31px;
    }
    .home-category .category-item .category-info span {
        font-size: 12px;
    }
    .home-category .category-info .category-name {
        font-size: 24px;
    }
    .home-category .home-category-wrapper .category-item .home-category-content {
        padding: 0 15px;
    }
}
@media screen and (min-width: 577px) and (max-width: 1880px) {
    .home-category .category-item .category-info {
        margin-top: calc(15px + (31 - 15) * ((100vw - 577px) / (1880 - 577)));
    }
    .home-category .home-category-wrapper .category-item .home-category-content {
        padding: 0 calc(5px + (15 - 5) * ((100vw - 577px) / (1880 - 577)));
    }
    .home-category .category-item .category-info span {
        font-size: calc(9px + (12 - 9) * ((100vw - 577px) / (1880 - 577)));
    }
    .home-category .category-info .category-name {
        font-size: calc(11px + (24 - 11) * ((100vw - 577px) / (1880 - 577)));
    }
}
@media screen and (min-width: 577px) {
    .home-category .home-category-wrapper .category-item {
        flex: 0 0 33.333333333%;
    }
}
@media screen and (max-width: 576px) {
    .home-category .category-item .category-info {
        margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (576 - 320)));
    }
    .home-category .home-category-wrapper .category-item {
        flex: 0 0 100%;
    }
    .home-category .home-category-wrapper .category-item:not(:last-child) {
        margin-bottom: calc(30px + (100 - 30) * ((100vw - 320px) / (1880 - 320)));
    }
    .home-category .home-category-wrapper .category-item .home-category-content {
        padding: 0 10px;
    }
    .home-category .category-item .category-info span {
        font-size: calc(9px + (12 - 9) * ((100vw - 320px) / (576 - 320)));
    }
    .home-category .category-info .category-name {
        font-size: calc(11px + (24 - 11) * ((100vw - 320px) / (576 - 320)));
    }
}