.left_menu .finder__sections-filter{
	box-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
}

.left_menu .finder__sections-filter .section{
	width: 100%;
    border-bottom: 0px;
    border-radius: 5px;
    background: #F2F6FD;
    padding-right: 8px;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 20px;
    padding: 0px 10px 0px 0px !important;
}

.left_menu .finder__sections-filter .section:last-child{
	border-bottom: 0;
}

.left_menu .finder__sections-filter .section .img-wrap{
	width: 54px;
}
.left_menu .finder__sections-filter .section .img-wrap img{
	mix-blend-mode: multiply;
}

.left_menu .finder__sections-filter .section .section-title{
	color: #000;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	text-transform: uppercase;
}

.left_menu .finder__sections-filter .section .section-title:hover{
	color: #37363B;
	text-decoration:none;
}

.left_menu .finder__sections-filter .section.active .section-title{
	color: #192F7C;
}


.left_menu .category_btn,
.left_menu .finder__sections-close{
	display: none !important;
}

.left_menu .category_btn_angle{
	position: absolute;
	right: 26px;
	top: 62px;
}
.left_menu .finder__sections-filter .section .section-title:hover {
    color: #192F7C;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; 
}
.left_menu .link{
	margin-left: 0 ;
}
.bx--title{
	color: #192F7C;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%
}

@media (max-width: 991px) {
	.finder__filter-wrap.col-12.col-lg-12.col-xl-9 {
		margin-top: 40px;
	}
	.left_menu .bx-filter-horizontal .bx-filter-title {
		display: none!important;
	}
	.left_menu .l-section--shadow .l-section__wrap-main {
		box-shadow: none;
	}
	.left_menu .category_btn {
		display: block;
		/*padding: 0 10px;*/
		*padding: 0;
	}
	.left_menu .category_btn a {
		display: block;
		background: #FFFFFF;
		border: 1px solid #BDBDBD;
		font-family: Montserrat;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 170.19%;
		text-transform: uppercase;
		color: #3F47CC;
		text-align: center;
		padding: 12px 25px;
	}

	.left_menu .category_btn a:hover {
		color: #3F47CC;
    	text-decoration: none;
	}

	.left_menu .finder__sections-filter {
		position: absolute;
		top: -30px;
		left: 0;
		width: 100%;
		z-index: 1000;
		background: #fff;
		box-shadow: none;
		padding: 50px 0 0 0;
		display: none;
	}
	.left_menu .finder__sections-filter.active {
		display: block;
	}
	.left_menu .finder__sections-close {
		display: block;
		width: 12px;
		height: 12px;
		background-image: url(/images/icons/close.png);
		position: absolute;
		top: 15px;
		right: 20px;
	}
	.left_menu .finder__sections-filter .section {
		width: 100%;
		border: none;
		padding: 15px !important;
		margin: 0 !important;
	}
	
	.left_menu .finder__sections-filter .section.active {
		background: #F2F2F2;
	}
	.left_menu .finder__sections-filter .section .section-title {
		font-family: Montserrat;
		font-weight: 600;
		font-size: 16px;
		line-height: 131.19%;
		color: #000000;
	}

	.left_menu .finder__sections-filter .section.active .section-title{
		color: #000000;
	}
}

@media (max-width: 991px) {
	.left_menu .finder__sections-filter .section .section-title {
		font-size: 12px;
		line-height: 16px;
	}
	.left_menu .finder__sections-close{
		display: none !important;
	}
}
@media (max-width: 600px) {
	.left_menu .finder__sections-filter{
		top: -15px !important;
		padding: 30px 0 0 0 !important;
	}
	.bx--title {
		font-size: 24px;
	}
}
