.search_result_blocks {
	margin-bottom: 40px;
}
.search_result_block {
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
.search_result_block.no-padd {
	padding-left: 0;
}
.search_result_block--num {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b85df+0,06b4e0+100 */
	background: #5b85df; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #5b85df 0%, #06b4e0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #5b85df 0%,#06b4e0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #5b85df 0%,#06b4e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b85df', endColorstr='#06b4e0',GradientType=1 );
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.search_result_block--content {
	display: flex;
}
.search_result_block__icon {
	flex: 0 0 80px;
	margin-right: 20px;
}
.search_result_block__text {
	flex-grow: 1;
} 
.suppressspamers {
display:none;
}