.side-filter {
    width: 216px;
    flex-shrink: 0;
		overflow-x: hidden;
}

.side-filter__section--links-mobile {
    display: none;
}

.side-filter__section:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--grey-400);
}

.side-filter__title {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.75px;
    color: #000;
    width: 100%;
    margin-bottom: 14px;
}

.side-filter__title--collapse.collapsed::after {
    transform: rotate(180deg);
}

.side-filter__title--collapse::after {
    content: url("/local/templates/b2bcabinet_v2.0/images/arrow-down.svg");
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 0;
}

.side-filter__link {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    color: var(--primary);
}

.side-filter__link:not(:last-child) {
    margin-bottom: 12px;
}

.side-filter__link--current {
    color: #676767;
    cursor: default;
}

.side-filter__collapse:not(:last-child) {
    margin-bottom: 16px;
}

.side-filter__option {
    display: flex;
    align-items: center;
    padding: 4px 0;
    gap: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #000;
}

.side-filter__option input {
    --form-check-input-border: calc(var(--border-width) * 2) solid #BDBCDB;
    flex-shrink: 0;
}

.side-filter__mobile-title {
    display: none;
}

.side-filter__close {
    width: 24px;
    height: 24px;
}

.side-filter__buttons {
    display: none;
}

@media (max-width: 768px) {
    .side-filter {
        z-index: 9999;
        position: fixed;
        overflow-y: auto;
        padding: 50px 24px 187px;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        transition: 0.3s ease-in-out transform;
    }

    .side-filter:not(.active) {
        transform: translate(100%, 0);
    }

    .side-filter__mobile-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 23.44px;
        margin-bottom: 40px;
    }

    .side-filter__buttons {
        z-index: 901;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        gap: 12px;
        box-shadow: 0px 0px 12px 0px rgba(199, 199, 199, 0.2509803922);
        background-color: #fff;
        padding: 24px;
    }

    .side-filter__button {
        width: 100%;
    }

    .side-filter__section--links {
        display: none;
    }

    .side-filter__section--links-mobile {
        display: block;
    }

    .side-filter__link {
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
        color: #000;
    }

    .side-filter__link input:checked + label {
        color: var(--primary);
    }

    .side-filter__link:not(:last-child) {
        margin-bottom: 16px;
    }
}

/*# sourceMappingURL=side-filter.css.map */


/* a[href^="/used"]{
	display: none;
}

a[href^="/vacancies"]{
	display: none;
} */