.bread {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #434343;
    margin-top:30px;
    margin-bottom:30px;
}

.cat-filter {
    padding:11px;
    margin-bottom:0px;
}
.c-f-t {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    background:url('../images/up.png') no-repeat;
    background-position:right 7px top 9px;
    cursor:pointer;

    color: #434343;
    margin-bottom:15px;
    background: #F3F3F3;
    padding:8px;
}

.catim {
    float:left;
    margin-right:20px;
    margin-bottom:170px;
}
.catdesc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #434343;
    margin-top:-20px;
}
.catdesc h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: #D80912;
    margin-bottom:20px;
}
.catdesc .button-red {
    margin-top:20px;
}
.catdesc2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #434343;
    margin-top:30px;
    display:none;
}

.sorter {
    background: #F3F3F3;
    padding:8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 20px;
    color: #434343;
    margin-top:60px;
    margin-bottom:30px;
}
.sorter select {
    border: 1px solid #434343;
    background:none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding:10px;
    color: #434343;
}
.right {
    text-align:right;
}
@media screen and (max-width: 991px) {
    .right {
        text-align:left;
        margin-top:10px;
    }
}

.catfoot {
    background:url('../images/catfoot.png') no-repeat;
    background-size:cover;
    background-position:top center;
    padding-top:60px;
    padding-bottom:40px;
    margin-top:40px;
}
.c-f-t2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 41px;
    color: #FFFFFF;
    margin-bottom:10px;
}
.catfoot ul {
    margin:0;
    padding:0;
    list-style-type: none;
}
.catfoot ul li {
    display:block;
}
.catfoot ul li a {
    display:block;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF !important;
    background:url('../images/arrow2.png') no-repeat;
    background-position:left 0px top 5px;
    padding-left:17px;
    margin-bottom:9px;
    max-width:300px;
}
.catfoot ul li ul {
    margin-left:17px;
}
.catfoot ul li ul li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background:none;
    padding-left:0px;
}

footer {
    margin-top:0px;
}

@media screen and (max-width: 991px) {
    .catfoot {
        background:#889397;
    }
}
