.catalog-tf{
    transform-style: unset!important;
    transform: none!important;
    z-index: 9;
    padding: 60px 0;
}
.catalog-sp{
    padding: 0 0 60px 0;
}
.catalog-sp .catalog-sp-wrapper, .catalog-tf .catalog-tf-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.catalog-sp .catalog-sp-wrapper #catproducts{
    width: 100%;
}
.catalog-tf .catalog-title-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 320px;
    flex-basis: 320px;
    flex-grow: 0;
    flex-shrink: 0;
}
.catalog-filter-select-wrapper .categories ul.cat-cat-list {
    column-count: 1;
    width: 100%;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.catalog-filter-select-wrapper .categories ul.cat-cat-list li{
    display: flex;
    box-sizing: border-box;
    position: relative;
}
.catalog-filter-select-wrapper .categories ul.cat-cat-list li a{
    display: flex;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    color: #201E1E;
    margin-bottom: 15px;
}
.catalog-filter-select-wrapper .categories ul.cat-cat-list li a:last-of-type {
    margin: 0;
}
.catalog-filter-select-wrapper .categories ul.cat-cat-list li a:after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    width: 11px;
    height: 100%;
    background-image: url(../images/icons/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(270deg);
}

.catalog-tf #catalog-filters-wrapper{
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.catalog-tf #catalog-filters-wrapper .catalog-form-close-wrapper{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    width: 100%;
}
.catalog-tf #catalog-filters-wrapper form{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.close-sidebar-wrapper {
    width: 26.664%;
    height: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-sidebar-wrapper .close-sidebar {
    width: 60px;
    height: 60px;
    background: #F8F9F8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#close-filter-sidebar {
    display: none;
}
.filter-btn-wrapper {
    display: none;
}
.filter-btn-wrapper #filter-btn {
    justify-content: flex-start;
    gap: 20px;
    font-size: 18px;
}
.catalog-filter-select-wrapper {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.catalog-filter-select{
    padding: 12px 20px;
    background: #75ba02;
    border: 0.8px solid #75ba02;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;

}
.catalog-filter-select>span{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.catalog-filter-select>span:after {
    content: "";
    display: inline-block;
    margin-left: 7px;
    width: 11px;
    height: 100%;
    background-image: url(../images/icons/filter-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.catalog-filter-select.active>span:after {
    transform: rotate(180deg);
}

.catalog-filter-select-wrapper #fcsearch{
    border: 0.8px solid #75ba02;
    padding: 12px;
}
.catalog-filter-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    border: 0.5px solid #75ba02;
    box-sizing: border-box;
    padding: 15px;
    z-index: 12;
    min-width: 230px;
    overflow: auto;
    max-height: 400px;
}

.catalog-filter-items label{
    margin: 0 0 15px 0;
    font-size: 14px;
}
.catalog-filter-items label:last-child{
    margin: 0;
}
.range-inputs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
}
.range-inputs input{
    width: 70px;
    height: 30px;
    padding: 10px;
}
#slider-range{
    height: 6px;
    background: rgba(233, 230, 230, 0.6);
    border: none;
    width: 100%;
}
#slider-range .ui-slider-handle {
    height: 6px;
    background: #EA4174;
    border: none;
    top:0;
    border-radius: 0;
}
@media (max-width: 1300px) {
    .categories-list {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .categories-list{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .category-wrapper {
        margin-bottom: 25px;
    }
    .category-wrapper .category-title-wrapper {
        padding:8px 15px;
    }
    .category-wrapper .category-title-wrapper h2 {
        font-size: 16px;
    }
    .catalog-sp .catalog-sp-wrapper {
        flex-direction: column;
    }
    .catalog-tf .catalog-tf-wrapper {
        flex-direction: column;
        padding: 40px 0 40px 0;
    }
    .catalog-tf {
        padding: 0;
        z-index: 98;
    }
    .catalog-tf .catalog-title-wrapper {
        width: 100%;
        flex-basis: 100%;
    }
    .catalog-sp #catproducts, .catalog-tf #catalog-filters-wrapper {
        width: 100%;
        flex-basis: 100%;
    }
    .catalog-tf #catalog-filters-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,.5);
        overflow: scroll;
        z-index: 15;
        display: none;
    }
    .catalog-tf #catalog-filters-wrapper .catalog-form-close-wrapper{
        min-height: 100%;
        height: 100%;
        align-items: flex-end;
    }
    .catalog-tf #catalog-filters-wrapper form{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        background: #F8F9F8;
        width: 73.333%;
        min-height: calc(100% - 0px);
        padding: 20px;
        margin: 0;
        gap: 0;
    }
    .filter-btn-wrapper {
        display: flex;
    }
    #close-filter-sidebar {
        display: flex;
    }

    .catalog-filter-select-wrapper {
        padding: 15px 0;
        border-bottom: 1px solid rgba(32, 30, 30, 0.06);
        width: 100%;
        margin: 0;
    }

    .catalog-filter-select>span {
        font-size: 16px;
    }
    .catalog-filter-wrapper {
        position: relative;
        border: none;
        max-height: 100%;
    }
}
.list-wrapper .single-item {
    background: #F3F4F6;
    border-radius: 8px;
}
.list-wrapper .single-item .data-wrapper {
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.list-wrapper .single-item  h3 {
    font-size: 20px;
    margin: 0;
}
.list-wrapper .single-item .participants-wrapper {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
.list-wrapper .single-item .participants-wrapper span{
    padding: 4px 6px;
    background: #FFFFFF;
    border: 0.8px solid #75ba02;
    border-radius: 16px;
}

@media (max-width: 1330px) {

}
@media (max-width: 768px) {

}

.title-filter-wrapper {
    display: flex;
    flex-direction: column;
}
.filter-line-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    margin: 0 0 40px 0;
}
.filter-line-wrapper .filter-tabs-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: hidden;
}
.filter-line-wrapper .filter-tabs-wrapper::-webkit-scrollbar {
    height: 3px;
}
.filter-line-wrapper .filter-tabs-wrapper::-webkit-scrollbar-track {
    background: rgba(196, 196, 196, 0.6);
}
.filter-line-wrapper .filter-tabs-wrapper::-webkit-scrollbar-thumb {
    background: #EA4174;
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab, .filter-line-wrapper .filter-tabs-wrapper .filter-tab a{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #201E1E;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    text-decoration: none;
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab {
    margin-right: 30px;
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab:last-child{
    margin-right: 0;
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab.active{
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab a{
    display: flex;
    padding-bottom: 10px;
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab.active a{
    border-bottom: 3px solid #EA4174;
    padding-bottom: 7px;
    font-weight: 700;
}
.filter-line-wrapper .filter-btn{
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #201E1E;
    border: 1px solid rgba(15, 14, 14, 0.9);
    box-sizing: border-box;
    padding: 8px 50px;
    text-decoration: none;
}
.filter-line-wrapper .filter-btn:hover{
    color: #ffffff;
    background: #0F0E0E;
    transition-duration: 0.4s;
}
.filter-line-wrapper .section-title {
    margin-bottom: 0;
    font-size: 30px;
}

@media (max-width: 1330px) {

}
@media (max-width: 768px) {
    .title-filter-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
    .filter-line-wrapper {
        margin: 0 0 20px 0;
    }
    .filter-line-wrapper .filter-tabs-wrapper {
        display: none;
    }
    .filter-line-wrapper .filter-tabs-wrapper .filter-tab, .filter-line-wrapper .filter-tabs-wrapper .filter-tab a{
        font-size: 13px;
        line-height: 15px;
    }
    .filter-line-wrapper .filter-tabs-wrapper .filter-tab.active a{
        border: none;
    }
    .filter-line-wrapper .filter-btn {
        padding: 0;
        font-size: 14px;
        line-height: 16px;
        color: #EA4174;
        border: none;
    }
    .filter-line-wrapper .section-title {
        font-size: 20px;
    }
} 