@media(min-width:1024px){
    .filter{
        display: block!important;
        z-index: 3;
        position: relative;
    }
}
.category-slider {
    position: relative;
}
.category-slider .scu{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: -moz-scrollbars-none;
    overflow: auto;
    padding-bottom: 15px;

      -webkit-touch-callout: none;
    -webkit-user-select: none;  
    -khtml-user-select: none;   
    -moz-user-select: none;     
    -ms-user-select: none;       
    user-select: none;          
}
.category-slider .scu::-webkit-scrollbar { width: 0; height: 0; display: none; }
.scu.active a{
    pointer-events: none;
}
.scu .slide{
    cursor: pointer
}

.category-slider .slider-arrow{
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -ms-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -o-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -khtml-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    padding: 18px 21px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}
.category-slider .slider-arrow svg{
    width: 9px;
    height: 14px;
}
.category-slider .slider-arrow.left{
    top:50%;
    margin-top: -47px;
    left:25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.category-slider .slider-arrow.right{
    top:50%;
    margin-top: -47px;
    right:25px;
}
.category-slider .slider-arrow:hover svg{
    fill:#66c736
}

.count_products_in{
    color:#8A8A9E;
    font-size: 14px;
    margin-bottom: 21px;
}

.catalogue-filter {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(181, 189, 192, 0.6);
    box-shadow: 0 0 3px rgba(181, 189, 192, 0.6);
    margin: 30px 0 0 0
}
.catalogue-filter:first-child {
    margin: 0
}
.filter-title{
    font-size: 18px;
    margin-bottom: 32px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DFDFEC;
}
.filter-title span{
    display: table;
    margin: 0 auto;
}
.filter-section .section-trigger {
    position: relative;
    min-height: 22px;
    padding: 0px 15px 16px 0px;
    font-size: 17px;
    font-weight: 600;
    color:#380B2F;
    cursor: pointer
}
.filter-section .section-trigger.active+.section-list{
    display: block!important;
    animation: showBlock .4s linear forwards;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFEC;
}
.section-list-inner{
    padding-top: 10px;
    max-height: 400px;
    overflow-y: scroll;
}
@media(min-width:1024px){
    .filter-section .section-trigger.active+.section-list .section-list-inner{
        max-height: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 10px 0;
    }
}
.filter-section .section-trigger svg {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 9px;
    height: 6px;
    fill: #494949;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.filter-section .section-trigger.active svg {
    fill: #5eb829;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.filter-section .section-list {
    display: none;
    padding: 0 0 24px 0;
}
.filter-section .section-list--dark {
    background: #f5f5f5
}
.check-label{
    cursor: pointer
}
.check-label::after{
    content: '';
    clear: both;
    display: table
}
.check-label input{
    float: left;
}
.check-label.disabled {
    display: none!important;
}
.filter-section .section-list label, .filter-section .section-list li {
    display: block;
    position: relative;
    margin: 0px 0 12px 0;
    font-size: 15px;
    color: #380B2F;
}
.filter-section .section-list label:after, .filter-section .section-list li:after {
    display: block;
    content: '';
    clear: both
}
.filter-section .section-list label .label-text, .filter-section .section-list li .label-text {
    top: 2px;
    float: right;
    width: calc(100% - 33px);
    line-height: 20px;
    margin: 0
}
.confirm-filter{
    display: none;
}
.filter-section .confirm-filter{
    position: absolute;
    right: -135px;
    z-index: 5;
    width: 140px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: 0 1px 7px rgb(105 105 105 / 71%);
    box-shadow: 0 1px 7px rgb(105 105 105 / 71%);
    visibility: hidden;
    display: table;
    opacity: 0;
}
.filter-section .confirm-filter.active {
    visibility: visible;
    opacity: 1
}
.filter-section .confirm-filter .green-butn {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0;
    border: 0;
    outline: 0;
    transition: all .2s;
    text-align: center;
    padding-bottom: 3px;
    color: #fff;
    letter-spacing: .05em;
    background: #380B2F;
    
}
.filter-btns .green-butn {
    height: 60px;
    line-height: 60px;
    padding-bottom: 3px;
    font-size: 16px;
    color: #fff;
    letter-spacing: .05em;
    background: #380B2F;
    border-width: 1px;
    border-style: solid;
    border-color: #380B2F;
    border-image: initial;
    text-align: center
}
@media(max-width:1023px){
    .confirm-filter{display: none;}
}
.filter-section .section-list.price-list {
    padding: 0 0 18px 0
}
.filter-section .section-list.price-list label {
    min-height: 0;
    border: 0;
    padding: 0 0 15px 15px
}
.filter-section .section-list.filter-btns {
    padding: 0
}
.filter-btns .green-butn, .filter-btns .reset-butn {
    width: 100%;
    font-size: 14px
}
.filter .checkbox{
    position: relative;
    height: 24px;
    width: 24px;
    border: 1px solid #380B2F;
    -webkit-transition: border .2s;
    -o-transition: border .2s;
    transition: border .2s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    float: left;
    margin-top: -2px;
}
.filter .checkbox svg{
    display: none;
    stroke:#380B2F;
}
.filter .checkbox svg{
    margin: 5px 3px;
}
.filter-section input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    margin-left: 10px;
    margin-top: 25px;
}
.filter-section input[type="checkbox"]:checked+.checkbox svg {
    display: block;
}

.filter-section .section-list li .confirm-filter {
    position: absolute;
    top: -12px;
    right: -40px;
    z-index: 5;
    width: 140px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: 0 1px 7px rgba(105, 105, 105, 0.71);
    box-shadow: 0 1px 7px rgba(105, 105, 105, 0.71);
    visibility: hidden;
    opacity: 0
}
.filter-section .section-list li .confirm-filter.active {
    visibility: visible;
    opacity: 1
}
.filter-section .section-list li .confirm-filter .green-butn {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background: #66C736;
    padding: 0 20px;
}
@media(max-width:1023px){
    .confirm-filter{display: none;}
}

.category-list{
    padding: 24px 15px 20px;
}
.s-text{
    line-height: 28px;
}

@media(max-width:1023px){
    .category-list{
        margin-bottom: 25px;
        padding-top: 10px;
    }
}
.category-slider .slide {
    width: 175px;
    max-width: 175px;
    flex: 0 0 175px;
    flex-basis: 175px;
    margin-right: 16px;
}
.category-slider .category-inner{
    background: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    padding: 13px 8px;
    width: 100%;
    height: 240px;
    border:1px solid #E8ECF5;
    
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    
    flex-flow: column ;
	-webkit-flex-flow: column ;
	-ms-flex-flow: column ;
}
.category-slider .category-inner picture{
    width: 100%;
}
.category-slider .category-inner img{
    max-height: 131px;
    width: auto;
    display: table;
    pointer-events: none;
    margin: 0 auto
}
.category-slider .name{
    font-size: 13px;
    text-align: center;
    padding: 0 2px 0px 2px;
    line-height: 23px;
    width: 100%;
    height: 100%;
    text-transform: uppercase
}
.category-slider .code{
    color:#9FA2CE;
    width: 100%;
    font-size: 11px;
    text-align: center;
    display: block;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
}
@media(max-width:640px){
    .category-slider .slide {
        width: 33.3333%;
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
        flex-basis: 33.3333%;
    }
}


.price-range {
    /*padding: 17px 15px 20px 15px;*/
}
.price-range:after {
    display: block;
    content: '';
    clear: both
}
.price-range input.text-input {
    float: left;
    width: calc(50% - 4px)
}
.price-range input.text-input:last-child {
    float: right
}
.price-range .rangeValue input{
    position: relative;
    height: 31px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: #EDEDF5;
}
[sliderRange] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
}
[sliderRange] > .rangeBox {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 14px;
}
[sliderRange] > .rangeBox > [inverse-left] {
    position: absolute;
    left: 0;
    top: 4px;
    height: 7px;
    background-color: #CCC;
    margin: 0 7px;
}
[sliderRange] > .rangeBox > [inverse-right] {
    position: absolute;
    right: 0;
    top: 6px;
    height: 2px;
    background-color: #CCC;
}

[sliderRange] > .rangeBox > [range] {
    position: absolute;
    left: 0;
    height: 2px;
    top: 6px;
    background-color: #E1354C;
}
[sliderRange] > .rangeBox > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -14px;
    cursor: pointer;
    border: 2px solid #E1354C;
    border-radius: 50%;
    outline: none;
    background: #fff;
}
[sliderRange] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: 0px;
    width: 100%;
    right: -2px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}
div[sliderRange] > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}
div[sliderRange] > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}
div[sliderRange] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}
div[sliderRange] > input[type=range]:focus {
    outline: none;
}
div[sliderRange] > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}
div[sliderRange] > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}
div[sliderRange] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}
div[sliderRange] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}
div[sliderRange] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}
div[sliderRange] > input[type=range]::-ms-tooltip {
    display: none;
}
[sliderRange] > .rangeBox > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index:3;
    background-color: #1ABC9C;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}
[sliderRange] > .rangeBox > [sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #1ABC9C;
}
[sliderRange] > .rangeBox > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}
[sliderRange]:hover > .rangeBox > [sign] {
    opacity: 1;
}
.rangeValue{
    margin-top: 25px;
}


.butn{
    width: 100%;
    background: transparent;
    font:14px 'Gilroy';
    width: 100%;
    line-height: 40px;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer
}
.butn.blue{
    background: #E8ECF5;
}
.butn.blue:hover{
    background: #66C736;
    color:#fff;
}
.butn.green{
    background: #66C736;
    border: 1px solid #66C736;
    color:#fff;
}
.butn.green:hover{
    background: transparent;
    border: 1px solid #66C736;
    color:#66C736
}
.filter-actions .butn{
    margin-bottom: 11px;
}
.seo-text-down{
    margin-top: 50px;
}

.pagination {
    padding: 40px 0 0;
    font-size: 12px;
    clear: both;
    margin-bottom: 60px;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li:not(.left):not(.right):not(.more-load) {
    border: 1px solid #DFDFEC;
    background: #DFDFEC;
}
.pagination li:not(.more-load) a, .pagination li:not(.more-load) > span {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 4px; 
    display: block;
    color: #5C5D80;
    width: 36px;
    height: 36px;
    line-height: 13px;
    text-align: center;
}
.pagination li.left,
.pagination li.right{
    width: auto;
    border: 1px solid #DFDFEC;
    padding: 0px 15px; 
    color:#000;
}
.pagination li.left a,
.pagination li.right a,
.pagination li.left span,
.pagination li.right span{
    width: auto;
    color:#000;
}
.pagination li.current span {
    background: #4C1052;
    cursor: default;
    pointer-events: none;
}
.pagination li.current{
    border: 1px solid #4C1052;
}
.pagination .disabled{
    opacity: .6
}
.pagination li.current span{
    color:#fff;
}
.more-load{
    margin-right: 60px;
}
.more-load button{
    width: 195px;
    display: inline-table;
    font-size: 17px;
    font-weight: 700;
    max-width: 135px;
    height: 36px;
    border: 1px solid #E1354C;
    color: #E1354C;
    line-height: 36px;
    background: transparent;
}
@media(max-width:1023px){
    
    .mobile-filter-close{
        display: block!important;
        position: absolute;
        top: 20px;
        cursor: pointer;
        right: 15px;
    }
}
.pagination .left svg{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination a span.icon svg{ 
    stroke: #9FA2CE;
}
.pagination a:hover span svg{
    stroke: #66C736;
}
@media(min-width:741px){ 
    .pagination{
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
}

@media(max-width:740px){
    .more-load{
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        margin-right: 0px;
    }
    .more-load button{
        display: table;
        margin: 0 auto 20px auto;
        height: 34px;
    }
    .pagination li:not(.more-load) a, 
    .pagination li:not(.more-load) > span { 
        height: 32px;
        font-size: 14px;
    }
    .pagination li.left, 
    .pagination li.right{
        padding: 0px 8px;
    }
    .pagination li:nth-child(5){
        display: none
    }
    .pagination li:nth-child(7){
        display: none
    }
    .pagination ul{
        display: table;
        margin: 0 auto;
    }
    .mobile-filter span{
        margin-left: 8px; 
    }
}




.catalogue-compilation .compilation:hover{
    background: #66C736;
    color:#fff;
}
.catalogue-compilation .compilation:hover a{
    color:#fff;
}
.catalogue-compilation .compilation.active{
    background: #66C736;
}
.catalogue-compilation .compilation.active a{
    color: #fff;
}
.filter.active {
    display: flex!important;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    background: #fff;
    z-index: 61;
    left: 0px;
    padding: 20px 15px;
    flex-wrap: wrap;
    flex-direction: row;
}

@media(max-width:1023px){
    .smartfilter{
        width: 100%;
        height: 100%;
    }
    .filter-list{
        height: calc(100% - 130px); 
        width: 100%;
        overflow-y: scroll;
        padding: 6px;
    }
    .filter-title{
        width: 100%;
    }
    .filter-actions{
        width: 100%;
        align-content: flex-end;
        height: 120px;
    }
    .filter-section .confirm-filter{
        display: none
    }
    .filter-btns .green-butn{
        margin-top: 10px;
        text-align: center
    }
    
}
@media (max-width: 540px){
.category-slider .slide {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    flex-basis: 50%;
}
[sliderRange] > .rangeBox > [thumb] {
    top: -4px;
    height: 20px;
    width: 20px;
}
}
@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
.scu::-webkit-scrollbar-track {
    background-color: #D9D9D9;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    width: 2px;
    height: 2px;
}
.scu::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background: #D9D9D9;
    border-radius: 50px;
}
.scu::-webkit-scrollbar-track-piece {
    width: 0.1rem;
}
.scu::-webkit-scrollbar-thumb {
    width: 3px;
    height: 3px;
    background: #404040;
    border-radius: 50px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
}*/