.filter-button{
    display: none;
}

.bx-filter .bx-filter-select-container {
    border-radius: 20px;
    background-color: #ffffff;
    border: 2px solid #000000;
    max-width: 306px;
    overflow: hidden;
    height: 50px;
}

.catalog-filter {
    margin-left: 30px;
}

.bx-filter .bx-filter-select-block {
    padding: 0 18px 0 30px;
    height: 50px;
    position: relative;
}

.bx-filter .bx-filter-select-text {
    height: 50px;
    font-size: 16px;
    line-height: 37px;
    color: #000000;
    font-weight: 500;
    padding-top: 5px;
}

.bx-filter .bx-filter-select-text:not(.catalog-filter__item-name--price) {
    cursor: pointer;
}

.bx-filter .bx-filter-select-arrow {
    background: none;
    width: 14px;
    height: 14px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    top: 14px;
    right: 20px;
    transform: rotate(45deg);
    position: absolute;
    transition: transform 0.2s;
    cursor: pointer;
}

.js-open .bx-filter-select-arrow {
    top: 20px;
    transform: rotate(225deg);
    transition: transform 0.2s;
}

.bx-filter-param-label.disabled {
    opacity: 0.7;
    cursor: default;
}

.bx-filter-param-label {
    cursor: pointer;
}

.bx-filter-param-label.selected {
    color: #fd751e;
    cursor: default;
}

.bx-filter-select-popup ul {
    margin: 0;
    list-style: none;
    padding: 5px 20px;
}

.bx-filter-param-label:hover {
    color: #fd751e;
}

.catalog-filter__item-value {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    background: white;
    z-index: 10;
    box-shadow: 0 0 10px #80808042;
    border-radius: 10px;
}

.js-open .bx-filter-select-block {
    overflow: visible;
    height: auto;
}

.bx-filter-block .catalog-filter__item {
    padding: 0;
    width: 100%;
    margin: 0;
}

.js-open .bx-filter-select-container {
    overflow: visible;
}

.catalog-filter__item-value label {
    font-size: 14px;
}

.catalog-filter__item-value li {
    list-style: none;
    font-weight: bold;
}

.catalog-filter__item-value ul {
    padding: 10px 31px;
    max-height: 300px;
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
}

.catalog-filter__submit-price {
    font-size: 15px;
    color: #fd6c1e;
    font-weight: 700;
    margin-left: 5px;
    height: 100%;
    display: flex;
    margin: auto 0 auto 5px;
    cursor: pointer;
}

.bx-filter-parameters-box.col-lg-4 {
    max-width: 305px;
    width: 100%;
    margin-right: 30px;
}

#modef{
    display: none !important;
}

#del_filter{
    height: 50px;
    width: 305px;
    margin: 0 35px 0 auto;
    color: #fd6c1e;
}

.filter-search-input{
    border-radius: 20px;
    background-color: #ffffff;
    border: 2px solid #000000;
    overflow: hidden;
    height: 50px;
    max-width: 305px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 17px 0 27px;
    margin-left: 30px;
}
.filter-search-input.with-clear-btn{
    margin: -50px 0 0 30px;
}
.filter-search-input input{
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    outline: none;
    width: 100%;
}
.filter-search-input .search-icon{
    min-width: 22px;
    height: 22px;
    cursor: pointer;
    outline: none;
    border: 0;
    background: transparent;
    margin-left: 15px;
}
.filter-search-input .search-icon img{
    width: 100%;
    height: 100%;
    display: block;
}

.bx-filter-parameters-box-container-block input {
    border: none;
    outline: none;
    width: 75px;
    height: 27px;
    /*background-color: #e8e8e8;*/
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px;
    margin: 0 2px;
    font-size: 15px;
}

.bx-filter-parameters-box-container-block {
    height: auto;
    display: flex;
    align-items: center;
    padding-bottom: 3px;
}

.catalog-filter__item-name--price {
    margin-right: 10px;
}

span.catalog-filter__separator {
    display: flex;
    margin: auto 3px;
    font-weight: 500;
}

.bx-filter-input-container {
    display: flex;
    height: 100%;
    align-items: center;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: none;
    display: none;
}

.breadcrumb {
    background: none;
}

@media (max-width: 560px) {
    .filter-button{
        /*background-color: #fd6c1e;*/
        /*border-color: #fd6c1e;*/
        /*color: #fd6c1e;*/
        color: #000;
        text-align: center;
        text-transform: lowercase;
        padding: 0;
        font-size: 12px;
        line-height: normal;
        border-radius: 21px;
        margin-bottom: 15px;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }
    .filter-button.active{
        color: #fd6c1e;
    }
    .filter-button .arrow{
        width: 27px;
        height: 20px;
        background: url("images/icon_ftr-orange-27.png") center 2px no-repeat;
        margin: 0 15px 0 10px;
    }
    .car-filter__name[data-id="new"],
    .car-filter__name.car-filter__name--change-type,
    .car-filter__name.car-filter__name--change-brand {
        display: none;
    }
    .bx-filter{
        display: none;
    }
    .bx-filter .bx-filter-select-container,
    .bx-filter .bx-filter-select-block,
    .bx-filter .bx-filter-select-text {
        height: 30px;
        padding-top: 0;
        font-size: 12px;
        width: 100%;
        line-height: 28px;
    }

    .filter-search-input{
        border: 1px solid #000000;
        height: 28px;
        width: 100%;
        max-width: none;
        margin: 0 !important;
        padding: 0 8px 0 13px;
    }
    .filter-search-input input{
        font-size: 12px;
        min-width: 90%;
    }
    .filter-search-input .search-icon{
        min-width: 18px;
        height: 18px;
        margin-left: auto;
        margin-right: 5px;
    }

    .bx-filter .bx-filter-select-container {
    	border: 1px solid #000000;
    }

    .bx-filter .bx-filter-select-text {
        width: auto;
    }

    .bx-filter .bx-filter-select-arrow {
        width: 8px;
        height: 8px;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        top: 7px;
        right: 15px;
    }

    .bx-filter .bx-filter-select-block {
        padding: 0 15px;
    }

    .bx-filter-parameters-box-container-block {
    	padding-bottom: 0;
    }

    .bx-filter-parameters-box.col-lg-4 {
    	margin-right: 0;
    	max-width: inherit;
    }

    .js-open .bx-filter-select-arrow {
		top: 12px;
		right: 14px;
		width: 8px;
		height: 8px;
    }

    .bx-filter-block {
        height: 45px !important;
    }

    .catalog-filter__item  {
        padding: 0;
    }

    .catalog-filter__item-value {
        top: 33px;
    }

    .catalog-filter__item-value label {
        font-size: 12px;
    }

    .catalog-filter__item-value li {
        margin: 0;
        line-height: 2;
    }
    
    .catalog-filter {
        margin-left: 0;
    }

    .bx-filter-parameters-box-container-block input {
        width: 63px;
        height: 17px;
        font-size: 12px;
        padding: 0 4px;
        line-height: 1;
    }

    .catalog-filter__submit-price {
        font-size: 12px;
        margin-left: auto;
        margin-right: -6px;
    }

    .bx-filter .bx-filter-select-container {
	    max-width: 100%;
	}

    #del_filter{
        margin: 0 auto;
    }
}