.title h1{
    font-size: 26px;
    font-weight: 600;
    color:#1D2126;
    margin-bottom: 14px;
}
.catalogue-compilation { 
    margin-bottom: 7px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-overflow-scrolling: touch;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    overflow: hidden;
    position: relative;
}
@media (max-width: 1025px) {
    .catalogue-compilation {
        overflow: auto;
        white-space: nowrap;
    }
    .catalogue-compilation::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none
    }
    .show-compilation{
        display: none!important;
    }
}
.catalogue-compilation .compilation {
    display: inline-block;
    background: #E8ECF5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin: 0 10px 11px 0;
    -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;
}
.catalogue-compilation .compilation a {
    display: table;
    height: 32px;
    font-family: 'Gilroy';
    font-size: 14px;
    padding: 0 15px;
    line-height: 32px;
    text-decoration: none;
    color: #1D2126;
    white-space: nowrap;
}
.catalogue-compilation.active .compilation,
.catalogue-compilation.active a {
    pointer-events: none;
}
@media (min-width: 1024px) {
    .catalogue-compilation.show{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        padding-right: 95px;
    }
    .catalogue-compilation {
        margin-bottom: 18px;
        overflow: auto;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: -moz-scrollbars-none;
        overflow: auto;
    }
    .catalogue-compilation::-webkit-scrollbar { width: 0; height: 0; display: none; }
    .show-compilation{
        position: absolute;
        top: 0px;
        right: 0;
        height: 31px;
        line-height: 30px;
        width: 72px;
        text-align: right;
        margin-right: 20px;
    }
    .show-compilation:before {
        content: "";
        position: absolute;
        top: -1px;
        right: -20px;
        bottom: -1px;
        left: 0;
        background: linear-gradient(270deg,#fff 60%,hsla(0,0%,100%,0));

    }
    .show-compilation span{
        position: relative;
        cursor: pointer;
        border-bottom: 1px dashed #66c736;
        color:#66c736;
        font-family: 'Gilroy';
        font-size: 14px;
    }
    .catalogue-compilation .show-compilation .less{
        display: none;
    }
    .catalogue-compilation.show .show-compilation .less{
        display: initial;
    }
    .catalogue-compilation.show .show-compilation .more{
        display: none;
    }
}
.sort{
    margin-bottom: 18px;
}
.sort-decor{
    padding: 5px;
    margin-right: 12px;
}
.b-sort__list {
    padding-left: 0;
    list-style-type: none;
    display: inline;
}
.b-sort__item {
    display: inline-block;
    padding: 6px 13px;
}

.b-sort__item.b-active{
    background: #E8ECF5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.b-sort__item.asc .icon{
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media(max-width:1024px){
    .mobile-filter{
        cursor: pointer;
        display: block!important;
        margin-left: auto;
        padding: 10px 0;
        color:#1F2131;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
    }
}

.new-sort{
    margin-bottom: 30px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.drop-selected{
    max-width: 216px;
    border: 1px solid #DFDFEC;
    position: relative;
    width: 100%;
}
.drop-value{
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer
}
.drop-value span{
    margin-right: 4px;
}
.drop-value svg.icon-sort{
    position: absolute;
    top: 11px;
    left: 14px;
}
.drop-value svg.icon-arrow-down-2{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 9px;
    height: 6px;
    fill: #494949;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.drop-dropout{
    display: none;
    background: #fff;
    position: absolute;
    top: 41px;
    left:-1px;
    right: -1px;
    z-index: 10;
    width: calc(100% + 3px);
    font-size: 14px;
    padding: 0px 0px;
    overflow: hidden;
    border: 1px solid #DFDFEC;
}
.drop-dropout div{
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.drop-dropout div svg{
    width: 11px;
    height: 11px;
    margin-left: 10px;
}
.drop-dropout div:not(:first-child){
    border-top:1px solid #DFDFEC;
}
.drop-dropout div:hover{
    background: #DFDFEC;
    color:#fff;
}
.drop-dropout div:hover svg{
    fill:#fff;
}
.drop-value.active svg.icon-arrow-down-2{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.drop-value.active ~ .drop-dropout{
    display: block
}
.drop-value:not(.select) ~ .drop-dropout .clear{
    display: none
}
.drop-dropout .active{
    background: #66c736;
    color:#fff;
    cursor: default;
}
.drop-value.active:not(.select) ~ .drop-dropout div:nth-child(2){
    border-top:none;
}























