.otherproducts {
    border-top: 1px solid #e2e2e2;
    padding: 40px 0;
}

.otherproducts .title {
    font-size: 20px;
    padding-bottom: 40px;
}

.otherproducts .products {
    display: flex;
    flex-wrap: wrap;
}

.otherproducts .products .product {
    width: 266px;
}

.goback-url {
    color: #3b2b99;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.goback-url:before {
    content: ' ';
    color: #000;
    font-size: 16px;
    background: url(../images/li-crumb.png) 0 0 no-repeat;
    width: 15px;
    height: 10px;
    display: inline-block;

}

.catalog-product.item:first-child {
    padding-top: 0 !important;
}

.catalog-product.item .image img {
    border-radius: 25px;
}

.catalog-product.item .price {
    font-size: 22px;
    font-weight: bold;
    color: #009fe3;
}

.catalog-product.item .char-label {
    width: 160px;
}

.catalog-product.item .btn {
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    border-radius: 6px;
}

.h1-catalog {
    font-size: 26px;
}

#filters-col {

}

.filters-frame {
    border: 1px solid #dbe0e5;
    border-radius: 25px;
}

#filters-col .ordering-wrapper {
    padding: 35px 15px 20px;
    border-bottom: 1px solid #dbe0e5;
}