.prefilter__content{
	margin-bottom: 24px;
	margin-top: 24px;	
}

.prefilter__headers{
	display: flex;
}
.prefilter__row{
	margin-right:20px;
}
.prefilter__title{
	background-color: #0061b2;
	text-decoration: none;
	border-radius: 4px;
	font-size: 13px;
	display: block;
	color: #fff;
	line-height: 46px;
	transition: all 0.2s ease-in-out;
	height: 46px;
	font-family: "roboto_ltregular" ,sans-serif, arial;
	cursor: pointer;
	min-width:150px;
	text-align: center;
}
.prefilter__title.active{
	text-decoration: underline;
}
.prefilter__lines{
	display: none;	
}
.prefilter__lines.active {
	display: flex;
	margin: 0 -10px;
}
.prefilter__line{
	border-radius: 4px;		
	border: 1px solid rgb(231, 232, 234);
	margin: 0 10px;
}
.prefilter__line a{
	color: #000000;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	padding: 12px 24px;
	font-size: 13px;
}
.prefilter__line a:hover{
	color: #006ac2;
}