
.mainpagedesc ul {
    list-style: none;
    margin: 0;
    padding: 0 0 .75em 0;
}
.mainpagedesc ul li {
    position: relative;
    margin: 0;
    padding: 0 0 .25em 1.5em;
}
.mainpagedesc ul li:before {
    content: '';
    position: absolute;
    top: .8em;
    left: 0;
    width: 1em;
    height: 1px;
}
.subcategories {
    list-style: none;
    margin: 0 -20px 0 0 !important;
    padding: 0 !important;
}
.subcategories li {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 0 20px 20px 0 !important;
    margin: 0 !important;
}
.subcategories li a {
    position: relative;
    display: block;
    height: 240px;
    overflow: hidden;
    background: #F8F8F8;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.cat_hover {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 40px;
    bottom: 0;
    background: #1F3E85;
    z-index: 23;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a:hover .cat_hover {
    left: 0;
}
.cat_name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    padding: 0 20px;
    display: block;
    color: #474747;
    text-align: center;
    z-index: 25;
}
a:hover .cat_name {
    color: #FFF;
}
.cat_img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 20;
    transition: all 250ms ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainpagedesc ul.cersanit_features {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}
.mainpagedesc ul.cersanit_features>li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px 0;
    padding: 0 5px;
    width: 20%;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}
.mainpagedesc ul.cersanit_features>li img {
    display: block;
    width: 80px;
    height: 80px;
    max-height: 80px;
    margin: 0 auto 10px auto;
}
.cersanit_features>li:before {
    display: none;
}
.cersanit_features strong, .cersanit_features .like_strong {
    display: block;
}
@media screen and (max-width:780px) {
    .subcategories li {
        width: 33.333333%;
    }
    .mainpagedesc ul.cersanit_features>li {
        width: 33.333333%;
    }
}
@media screen and (max-width:560px) {
    .subcategories li {
        width: 50%;
    }
}
@media screen and (max-width:500px) {
    .mainpagedesc ul.cersanit_features>li {
        width: 50%;
    }
}
@media screen and (max-width:450px) {
    .subcategories li a {
        height: 150px;
    }
}
@media screen and (max-width:380px) {
    .mainpagedesc ul.cersanit_features>li {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width:1048px) {
    .subcategories li a {
        height: 180px;
    }
}