.aside-item__wrapp{
    font-size: 13px;
}
.aside-item__wrapp[data-filter="folders"]{
    font-size: 12px;
}
.aside-item__wrapp[data-filter="folders"] .custom-control{
    min-height: 1.2rem;
}
.aside-filter .custom-control-indicator {
    background-color: #fff;
    border: 1px solid #ababab;
    top: 50%;
    margin-top: -8px;
}
.aside-filter .custom-control-input:checked ~ .custom-control-indicator{
    border: 1px solid #498cda;
}
.aside-filter{
    background-color: #e9edf0;
    width: 280px;
    min-height: 100vh;
    overflow-x: hidden;
}
/* добавил чтоб проще было */
.aside-filter-debug {
    background-color: #e9edf0;
    width: 980px;
    min-height: 100vh;
    overflow-x: hidden;
}

.lfilter-debug {
    width: 780px !important;
}

.aside-force-overflow{
    min-height: calc(100vh - 108px);
    padding-bottom: 150px;
}
.aside-item__wrapp{
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #a0a0a0;
}
.clients_new__filter-form .aside-sub-item__wrapp li {
    border-bottom: 1px solid #d4d4d4;
    /* padding-bottom: 0.5rem; */
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.aside-sub-item__wrapp li label {
    padding-top: 0;
    padding-bottom: 0;
}
.custom-checkbox {
    flex-grow: 1
}

.aside-sub-item__wrapp li .big-arrow-toggler {
    padding-top: 0;
    padding-bottom: 0;
    flex-grow: 10;
}
#tr .aside-filter .left-filter-item.aside-item__wrapp {
    padding-bottom: 0;
}
#tr
#tr .aside-filter .left-filter-item.aside-item__wrapp h6 {
    padding-top: 14px;
    padding-bottom: 14px;
}
.aside-sub-item__wrapp li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

li.aside-list____active{
    border-bottom: none;
    padding-bottom: 0;
}

.aside-sub-item__w-icon{
    max-width: 88%;
}
.filter-apply__btn-wrapp{
    display: none;
}

.settings-icon{
    background-image: url(/web/svg/settings.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}
@media only screen and (max-width: 1300px) {
    .aside-filter {
        width: 280px;
    }
}
@media only screen and (max-width: 1199px){
    .aside-filter{
        width: 100%;
    }
    .aside-filter{
        position: absolute;
        top: 0;
        z-index: 1035;
        z-index: 10000;
    }
    .aside-force-overflow{
        padding-bottom: 400px;
    }
    .filter-apply__btn-wrapp{
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #fff;
        z-index: 1040;
        box-shadow: 0px -3px 8px rgba(0, 0, 0, .1);
    }
}

.new-toggler-survey .default-toggler__parent {
    cursor: pointer;
}

.position-correction {
    position: relative;
    bottom: 2px;
    right: 0;
}


.subscribe-modal .close {
    background-image: url('../../web/img/close_modal.svg');
}