.filter {
	width: 335px;
	border-radius: 20px;
	background: rgb(255, 255, 255);
	/* padding: 26px; */
}

.filter-paddings {
	padding: 26px;
	
}

.filter-block {
	
	
}

.filter-block .header {
	color: rgb(0, 9, 26);
	font-size: 17px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 1%;
	text-align: left;
}


.filter-block .filter-checkbox .form-check-label {
	color: rgb(0, 9, 26);
	font-size: 16px;
	font-weight: 500;
	line-height: 136%;
	letter-spacing: 0%;
	text-align: left;
	padding-left: 6px;
	cursor: pointer;
	transition: .1s;
}

.filter-block .filter-checkbox .form-check-input {
	box-sizing: border-box;
	border: 1px solid rgba(41, 68, 122, 0.05);
	border-radius: 5px;
	background: rgba(41, 68, 122, 0.05);
	border: 1px solid rgba(41, 68, 122, 0.05);
	width: 21px;
	height: 21px;
	cursor: pointer;
	transform: translateY(-3.8px);
}



.filter-block .filter-checkbox .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect rx='4.75' width='20.5' height='20.5' transform='translate(0.25 0.25)' fill='%23172B36'/%3E%3Cpath d='M6 10.27L8.86 13.39L15 7.59' stroke='%23FFFFFF' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat;
	border: transparent;
	
} 
.filter-block .filter-checkbox .form-check-input:not(:checked) {
	border: 1px solid rgba(41, 68, 122, 0.05);
	background-color: rgba(41, 68, 122, 0.05);
	box-shadow: none;
}
.filter-block .filter-checkbox .form-check-input:focus {
    outline: 0!important;
    box-shadow: none!important;
	border: none!important;
}
.filter-block .filter-checkbox .form-check-input:not(:checked):focus {
	border: 1px solid rgba(41, 68, 122, 0.05)!important;
}


.filter-checkbox {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px!important;
	
}

.collapse-categories-btn {
	color: rgb(0, 173, 92);
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: left;
	cursor: pointer;
	transition: .1s;
	
}
.collapse-categories-btn:hover {
	color: rgb(0, 204, 109);
}

.collapsing {
	width: 100%;
}



.search-category input {
	width: 100%;
	padding: 10px 40px 10px 28px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 51, 153, 0.15);
	border-radius: 8px;
	background: rgb(255, 255, 255);
	transition: .1s;
	color: rgb(0, 9, 26);
	font-size: 17px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -1%;
	text-align: left;
	outline: none;
}

.search-category input::placeholder {
	color: rgba(20, 41, 82, 0.35);
}




.search-category input:focus {
	border: 1px solid rgb(50, 79, 93);
}


.search-category {
	position: relative;
}

.cross-clear-flag .cross {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	cursor: pointer;
}
.cross-clear-flag .cross svg path, .cross-clear-flag .cross svg {
	transition: .1s;
}

.cross-clear-flag .cross:hover svg path {
	stroke: rgb(0, 85, 255);
	stroke-opacity: 1;
}

.cross-clear-flag .cross:hover svg{
	transform: scale(1.1);
}


.filter-radio .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect rx='10.25' width='20.5' height='20.5' transform='translate(0.25 0.25)' fill='%23172B36'/%3E%3Cpath d='M6 10.27L8.86 13.39L15 7.59' stroke='%23FFFFFF' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat;
	border: none;
}

.filter-radio .form-check-input:not(:checked):focus {
	border: 1px solid rgba(41, 68, 122, 0.05)!important;
}

.filter-radio .form-check-input {
	width: 21px;
	height: 21px;
	margin-top: 1px;
	cursor: pointer;
   
	border-radius: 999px;
	background: rgba(41, 68, 122, 0.05);
	border: 1px solid rgba(41, 68, 122, 0.05);
	transform: translateY(-0.6px);
}

.filter-radio .form-check-input.form-check-input:focus {
	border: none;
    outline: 0;
    box-shadow: none;
}
.filter-radio .form-check-input.form-check-input:checked:active {
	border: none!important;
}

.filter-radio .form-check-label {
	color: rgb(0, 9, 26);
	font-size: 17px;
	font-weight: 500;
	line-height: 136%;
	letter-spacing: 0%;
	text-align: left;
	margin-left: 10px;
	cursor: pointer;
}


.filter-radio {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px!important;
	
}


.filter-radio .form-check-input.form-check-input:active {
	border: 1px solid rgba(41, 68, 122, 0.05);
    outline: 0;
    box-shadow: none;
}

.input-range-block {
	position: relative;
	
	
}
.form-check-input:active {
    filter: none;
}

.input-range-block input {
	box-sizing: border-box;
	border: 1px solid rgba(0, 51, 153, 0.15);
	border-radius: 8px;
	background: rgb(255, 255, 255);
	
	color: rgb(0, 9, 26);
	font-size: 15px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -1%;
	text-align: left;
	outline: none;
	width: 100%;
	
	padding: 9.5px 16px 9.5px 38px;
	
}
.input-range-block input::placeholder {
	color: rgba(20, 41, 82, 0.35);
	
	
	
}
.input-range-block .prefix {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* bottom: 0px; */
	left: 16px;
	
	color: rgba(20, 41, 82, 0.35);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1%;
	text-align: left;
	pointer-events: none;
	
}

.cross.half-input {
	right: 3px;
	display: none!important;
}




.search-block {
	min-width: 160px;
	border-radius: 10px;
	background: rgb(23, 43, 54);
	padding: 1px;
	position: relative;
	z-index: 2;
}

.search-query {
	position: relative;
	z-index: 2;
	border-radius: 8px;
	background: rgb(255, 255, 255);
	outline: none;
	border: none;
	height: 42px;
	width: 100%;
	
	color: rgb(0, 9, 26);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;
	
	padding: 11px 45px 11px 16px;
	height: 44px;
}


.search-query::placeholder {
	color: rgba(20, 41, 82, 0.5);
}


.search-btn {
	height: 100%;
	width: 80px;
	position: relative;
	border-radius: 8px;
	cursor: pointer;
	transition: .2s;
}



.search-btn .search-ico {
	transition: .2s;
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 16px;
	height: 16px;
	
	
	transform: translate(-50%, -50%);
}




.search-btn:hover {
	background: rgb(50, 79, 93);
}
.search-btn:hover .search-ico {
	transform: translate(-50%, -50%) scale(1.1);
	transform-origin: center center;
	
}


.clear-search-row {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 4;
	transition: .1s;
	cursor: pointer;
}

.search-with-history-block {
	position: relative;
}
.search-history-block {
	position: absolute;
	top: calc(44px + 6px);
	left: 0px;
	width: 100%;
	background: white;
	z-index: 1;
	
	border-radius: 14px;
	box-shadow: 0px 14px 26px 0px rgba(12, 0, 61, 0.08);
	padding: 16px 22px 16px 22px;
}


.history-item {
	padding: 15px 40px 15px 18px;
	border-radius: 10px;
	background: rgb(255, 255, 255);
	cursor: pointer;
	transition: .2s;
	
	color: rgb(0, 9, 26);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;
	
	position: relative;
	
}
.history-item .remove-item {
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
	transition: .2s;
	
}

.history-item:hover {
	background: #f7f6f9;
}



.remove-block {
	position: relative;
	width: 15px;
	height: 15px;
}

.remove-cross-hover {
	opacity: 0;
}

.remove-block {
	opacity: 0;
}


.history-item:hover .remove-block {
	opacity: 1;
}

.remove-cross, .remove-cross-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .2s;
}


.history-item .remove-block:hover .remove-cross {
	opacity: 0;
}

.history-item .remove-block:hover .remove-cross-hover {
	opacity: 1;
}

.history-header {
	padding: 0px 18px;
}

.history-search-header {
	color: rgb(0, 9, 26);
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: left;
}

.history-search-remove-all {
	color: rgb(0, 173, 92);
	font-size: 15px;
	font-weight: 600;
	line-height: 170%;
	letter-spacing: 0%;
	text-align: left;
	cursor: pointer;
	transition: .2s;
}
.history-search-remove-all:hover {
	opacity: .8;
}

.search-history-hr {
	height: 1px;
	background: rgba(23, 9, 83, 0.1);
}

.filter-start-search-btn {
	width: 100%;
	height: 44px;
	border-radius: 8px;
	background: rgb(23, 43, 54);
	position: relative;
	transition: .1s;
	cursor: pointer;
	
}
.filter-start-search-btn:hover {
	background: rgb(50, 79, 93);
	
}


.filter-start-search-btn .label {
	color: rgb(255, 255, 255);
	font-size: 15px;
	font-weight: 600; 
	line-height: 130%;
	letter-spacing: 1%;
	text-align: center;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}



.clear-filters-btn {
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 51, 153, 0.15);
	border-radius: 8px;
	background: rgb(255, 255, 255);
	
	position: relative;
	transition: .1s;
	cursor: pointer;
	
	
}


.clear-filters-btn:hover {
	border: 1px solid rgb(0, 173, 92);
}
.clear-filters-btn:hover .label {
	color: rgb(0, 173, 92);
}

.clear-filters-btn .label {
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	
	color: rgba(0, 8, 26, 0.8);
	font-size: 15px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 1%;
	text-align: center;
	transition: .1s;
	
}

.collapse-scroller {
	max-height: 440px;
	overflow-y: auto;
}

.collapse-scroller::-webkit-scrollbar {
	width: 4px;
}

.collapse-scroller::-webkit-scrollbar-thumb {
	background: rgba(0, 34, 102, 0.1);
	border-radius: 999px;
}

.collapse-scroller::-webkit-scrollbar-track {
	background: transparent;
}

.collapse-scroller::-webkit-scrollbar-button {
	display: none!important;
	height: 0!important;
	width: 0!important;
}
.collapse-scroller::-webkit-scrollbar-button:single-button {
	display: none !important;
}


.filter-block .filter-checkbox:hover .form-check-label {
	color: rgb(0, 173, 92);
}

#filter-buttons {
	position: sticky;
	bottom: 0px;
}

.filter-buttons {
	background: rgb(255, 255, 255);
	padding: 26px;
	padding-top: 10px;
	border-radius: 20px;
}



#filter-priview:empty {
	/* display: none; */
	margin-top: 20px!important;
}



.prefilter .label {
	color: rgba(0, 17, 51, 0.55);
	font-size: 15px;
	font-weight: 500;
	line-height: 136%;
	text-align: center;
}
.prefilter .value {
	color: rgb(0, 9, 26);
	font-size: 15px;
	font-weight: 500;
	line-height: 136%;
	text-align: center;
}
.prefilter {
	border-radius: 999px;
	background: rgb(255, 255, 255);
	padding: 6.5px 8px 7.5px 18px;
}

.prefilter .cross-ico {
	margin-top: 0px;
	cursor: pointer;
}
.prefilter .cross-ico:hover svg {
	transform: scale(1.1);
}
.prefilter .cross-ico svg {
	transition: .1s;
}

.prefilter-clear {
	box-sizing: border-box;
	border: 1px solid rgba(41, 68, 122, 0.05);
	border-radius: 999px;
	background: rgba(0, 85, 255, 0.08);
	
	color: rgb(0, 9, 26);
	font-size: 15px;
	font-weight: 500;
	line-height: 136%;
	letter-spacing: 0%;
	text-align: center;
	
	padding: 9px 18px;
	cursor: pointer;
	transition: .1s;
}

.prefilter-clear:hover {
	background: rgb(23, 43, 54);
	color: rgb(255, 255, 255);
}


#sort {
	width: 300px;
}



.defailt-interface-elements-area {
    .default-select:not([data-selected-key=""]) .select-body {
        border: 1px solid rgba(0, 51, 153, 0.15);
    }
}



.nothing-found {
    color: rgb(0, 9, 26);
    font-size: 16px;
    font-weight: 500;
    line-height: 136%;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 6px;
    cursor: pointer;
    transition: .1s;
}




.open-main-mobile-btn {
	width: 44px;
	height: 44px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid rgba(0, 34, 102, 0.1);
	border-radius: 8px;
	
	
}
.open-main-mobile-btn .ico {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}
.open-main-mobile-btn .ico svg {
	display: inline-block;
	margin-top: -2px;
}

.lot-card-margin {
	margin-bottom: 14px;
}

.prefilter-area {
	margin-bottom: 8px!important;
	padding-right: 8px;
}

.scrollable-x {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.scrollable-x::-webkit-scrollbar {
	display: none;
}












@media (max-width: 924px) {
	.filter-col-2 {
		padding-left: 0px!important;
	}
	.filter-paddings {
		padding: 0px;
	}
	.filter-block .header {
		font-size: 15px;
	}
	.filter-block .filter-checkbox .form-check-label {
		font-size: 14px;
	}
	.collapse-categories-btn {
		font-size: 14px;
	}
	.search-category input {
		font-size: 15px;
		padding: 10px 20px 10px 14px;
	}
	.filter-block .filter-checkbox .form-check-input {
		width: 17px;
		height: 17px;
		transform: translateY(1.4px);
	}
	.filter-radio .form-check-input {
		width: 17px;
		height: 17px;
		transform: translateY(1.4px);
	}
	.filter-radio .form-check-label {
		font-size: 14px!important;
		margin-left: 6px;
	}
	.filter-radio {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.filter-checkbox {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.filter-buttons {
		padding: 20px 0px 20px 0px;
		border-radius: 0px;
	}
	#filters-modal {
		.modal-content {
			padding-top: 24px;
			padding-bottom: 25px;
		}
		.top-28 {
			margin-top: 15px!important;
		}
		.top-10 {
			margin-top: 5px!important;
		}
		.top-12 {
			margin-top: 6px!important;
		}
	}
	.search-query {
		color: rgb(0, 9, 26);
		font-size: 16px;
		font-weight: 500;
		line-height: 19px;
		background: rgb(255, 255, 255);
		border: 1px solid rgba(0, 34, 102, 0.1);
		padding-left: 35px;
	}
	.search-query::placeholder {
		color: rgba(20, 41, 82, 0.5);
	}
	.mobile-search {
		position: relative;
	}
	.search-ico {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 12px;
		z-index: 3;
	}
	#search-and-sort-catalog-params {
		/* padding: 9px 12px 14px 12px; */
		padding: 14px 0px 14px 0px;
		background: rgb(255, 255, 255);
		
	}
	.main-content {
		margin-top: 0px;
	}
	.lot-card-margin {
		margin-bottom: 10px;
	}
	.card-list {
		margin-top: 10px!important;
	}
	.sub-header-mobile-block {
		height: 38px;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.sub-header-btn {
		position: relative;
		width: 38px;
		height: 38px;
		border: 1px solid rgb(243, 244, 247);
		border-radius: 8px;
		background: rgb(243, 244, 247);
	}
	.sub-header-btn .label {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		
	}
	.sub-header-btn .label svg {
		display: block;
	}
	#filter-priview .row {
		flex-wrap: nowrap !important;
	}
	.prefilter {
		border-radius: 999px;
		background: rgba(43, 72, 130, 0.05);
		padding: 4px 6px 4px 14px;
	}
	.prefilter .label {
		color: rgba(0, 17, 51, 0.55);
		font-size: 14px;
		font-weight: 500;
		line-height: 120%;
	}
	.prefilter .value {
		color: rgb(0, 9, 26);
		font-size: 14px;
		font-weight: 500;
		line-height: 120%;
	}
	.prefilter-area {
		margin-bottom: 0px!important;
		padding-right: 6px;
	}
	.prefilter-clear {
		font-size: 14px;
		padding: 8.5px 18px;
		height: 38px;
		margin-right: 12px;
	}
	.container-lg-catalog {
		padding-left: 0px;
		padding-right: 0px;
	}
	.mobile-sort-dropdown {
		transform: translate3d(60px, 119px, 0px)!important;
		padding: 8px 8px 10px 8px;
        border-radius: 8px;
        box-shadow: 0px 6px 26px 0px rgba(0, 17, 51, 0.12);
        background: rgb(255, 255, 255);
	}
	
	.mobile-sort-dropdown .item {
        padding: 6px 10px 6px 10px;
        color: rgb(0, 9, 26);
        font-size: 14px;
        font-weight: 500;
        line-height: 130%;
        text-align: left;
        transition: .1s;
    }
	.clear-search-row {
		right: 5px;
		z-index: 3;
	}
	
}