.block-pagination {
    margin-bottom: 2rem
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

.block-pagination.block-pagination_right .pagination {
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination_center {
    -ms-flex-pack: center;
    justify-content: center
}

.pagination_right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pagination .pagination__button {
    width: 2rem;
    height: 2rem;
    margin-right: .25rem;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center
}

.pagination .pagination__button.active, .pagination .pagination__button:not(.pagination__button_disabled):hover {
    text-decoration: underline;
    background: #fafafa
}

.pagination .pagination__button_disabled {
    cursor: default
}

.pagination__link {
    display: block
}

.filter__reset-button {
    text-align: center
}

.filter-block {
    margin-bottom: 1rem;
    margin-right: 1rem;
    padding: 1rem 0;
}

.filter-block_bg {
    background-color: #f9f9f9
}



.filter__opener.opened .filter__title {
    display: inline-block
}

.filter-wrap__items {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.5rem;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filter-item {
    position: relative;
    width: 100%;
    margin: 0 .5rem 1rem
}

.filter-item .checkbox-container .checkbox-container__title {
    font-size: .75rem
}

.filter-item__title {
    position: relative;
    margin-bottom: .25rem;
    padding: .5rem 1.75rem .5rem .5rem;
    background-color: #fff;
    border: .0625rem solid #ccc;
    color: #949494;
    font-size: .875rem;
    line-height: .875rem;
    font-weight: 600;
    cursor: pointer
}

.filter-item__lock {
    position: absolute;
    top: calc(50% - .5625rem);
    right: .5rem;
    color: #cc3647;
    font-size: 1.125rem
}

.filter-item__wrap {
    position: relative;
    width: 100%;
    padding: .5rem .25rem .5rem .5rem;
    background: #fff;
    border: .0625rem solid #ccc;
    overflow-y: auto
}

.filter-item__wrap .list-check {
    display: block;
    max-height: 30rem;
    overflow-x: hidden;
    overflow-y: auto
}

.filter-item__wrap .list-check::-webkit-scrollbar {
    width: .25rem
}

.filter-item__wrap .list-check::-webkit-scrollbar-track {
    background: #eee
}

.filter-item__wrap .list-check::-webkit-scrollbar-thumb {
    height: 3rem;
    background: #ebafb5
}

.filter-item__wrap .list-check::-webkit-scrollbar-thumb:hover {
    background: #cc3647
}

.filter-item__wrap .list-check__item:not(:last-child) {
    margin-bottom: .25rem
}


.filter-item__title.opened .filter-item__lock {
    transform: rotate(180deg)
}

.filter__reset-button {
    text-decoration: none;
    width: 120px;
    padding: .5rem 1rem;
    border: .0625rem solid #949494;
    background-color: #949494;
    color: #fff;
    border-radius: .125rem;
    transition: all .35s;
    font-size: 1rem;
    line-height: 1rem
}

.filter__reset-button:hover {
    background-color: #fff;
    color: #949494
}

.filter__submit-button {
    width: 120px;
    padding: .5rem 1rem;
    border: .0625rem solid #cc3647;
    background-color: #cc3647;
    color: #fff;
    border-radius: .125rem;
    transition: all .35s;
    font-size: 1rem;
    line-height: 1rem
}

.filter__submit-button:hover {
    background-color: #fff;
    color: #cc3647
}

@media screen and (max-width: 1024px) {
    .filter-item {
        width: calc(100% / 3 - 1rem)
    }
}
@media screen and (max-width: 812px) {
    .filter__opener {
        display: block
    }

    .list-product__item {
        width: calc(100% / 2 - 1rem)
    }
    .sidebar_left{display: none}
}

@media screen and (max-width: 756px) {
    .filter-item {
        width: calc(100% / 2 - 1rem)
    }
}
@media screen and (max-width: 480px) {
    .filter-item {
        width: calc(100% - 1rem)
    }
}