.filter_main_box {

	width: 100%;
	margin-top: 100px;
	display: flex;
}

.filter_side {

min-height: 300px;
flex: 1;
}

.filter_content {

flex: 5;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}

.filter_title {

	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-content: end;


}

.filter_title h2 {
	
	font-family: 'Assistant', sans-serif;
	align-self: center;
	font-size: 36px;

}

.filter_item {
	width: 300px;
	height: 350px;

	margin:  10px;
	text-align: center;
}

.filter_item>a>img {
	max-width:100%;
	max-height:100%;
}

.filter_item>a {
	max-width:100%;
	max-height:100%;
	text-decoration: none;
	color: #000;
}

.filter_item>a>h3 {
	font-size: 18px;
	font-family: 'Assistant', sans-serif;
}

.filter_side .form-check-label {
	margin-left: 20px;
	font-family: 'Assistant', sans-serif;
}





.filter_group {

	margin-top: 20px;
	position: relative;
	padding-bottom: 10px;
	padding-right: 10px;
	
}

.filter_group_up {
	border: 1px solid black;
}

.filter_group_down {
	border: none;
}

.filter_group_down>div {
	display: none;
}



.filter_group>h3 {
	position: absolute;
	line-height: 20px;
	font-size: 20px;
	background-color: white;
	top: -10px;
	left: 30px;
	padding: 0 5px;
}

.filter_group>i {
	position: absolute;
	line-height: 20px;
	font-size:15px;
	background-color: white;
	top: -8px;
	left: 10px;
	padding: 0 5px;
}


.hheader {
   
   height: 400px;
   width: 100%;
   background-size: cover;
   background-position: center left;
}

.hheader h2 {
   /* text-shadow: 5px 5px red */
   -webkit-text-stroke: 0.5px rgb(77, 77, 77);
}



@media (max-width: 576px) { 
	/*.filter_main_box {
		flex-direction: column;
	}*/

	.filter_item {
	width: 200px;
	height: 250px;
	}

	.filter_group> div:first-of-type {
		margin-top: 40px!important;
	}
	


}

}


@media (max-width: 768px) { 
	.filter_side {
		flex: 2;
	}

}


@media (max-width: 992px) { 
	.filter_side {
		flex: 2;
	}

}


@media (max-width: 1200px) {


 }
