.wrapItemsContainer {
    width: calc(100% - 350px);
    padding-right: 30px;
}

.wrapCatPage h1.nameCatWrap {
    text-align: left;
    font-size: 33px;
    font-weight: 400;
    font-family: 'ProximaNovaRegular';
    padding-bottom: 40px;
    padding-top: 20px;
}

.filterBlock {
    width: 350px;
}

.bx-section-desc {
    display: none;
}

.column4 {
    grid-column: span 4;
}

.gridItems {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    grid-gap: 40px;
    margin-bottom: 40px;
}

.gridItems .product-item-amount {
    display: none;
}

.btn.btn-default.show-more {
    background-color: transparent;
    color: #FF7C1C;
    line-height: 1;
    margin-left: 20px;
    border: 1px solid #FF7C1C;
    outline: none;
    padding: 9px 65px;
    font-size: 17px;
}

.catalog-showcount-opener span {
    background: #FF540D;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-family: 'ProximaNovaRegular';
    margin: 0 10px 0 0;
}

.sortgroup {
    padding: 0 20px 0 0;
    cursor: pointer;
}

.catalog-showcount-variant {
    width: 31px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    cursor: pointer;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    font-family: 'ProximaNovaRegular';
}

.catalog-top-sidebar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 46px;
}

.catalog-sort-block__variants {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.wrapRightInfoSL {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-showcount-variants {
    display: flex;
}

.catalog-showcount-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-showcount-block {
    display: flex;
}

.sortgroup .catalog-sort-variant:nth-child(2) {
    display: none;
}

.sortgroup:hover .catalog-sort-variant {
    color: #ff761a;
}

.viewsBlock a,
.viewsBlock a:hover {
    color: transparent;
    padding: 0 10px 0 0;
}

.viewsBlock a:hover svg path {
    fill: #ff7c1c;
}

.viewsBlock a:hover svg line {
    stroke: #ff7c1c;
}

.viewsBlock {
    padding-left: 20px;
}

.item .lines .option {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    overflow: hidden;
}