

/* Start:/local/templates/luzar/components/bitrix/search.title/top_material/style.css?16890682901378*/
div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:205;
}

/* csutom */
.s-filters__results {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 1.1rem 0 0.9rem;
	background: #F9F9F9;
	border: 0.1rem solid #F5F5F5;
	box-shadow: 0 0.6rem 2rem #0000000d;
	border-radius: 0.5rem;
	transition: .3s ease;
	transform: translateY(1rem);
	opacity: 0;
	pointer-events: none;
	z-index: 2;
}


.title-search-result .s-filters__results {
	opacity: 1;
	position: relative;
	pointer-events: auto;
}


.s-filters__results-list {
	display: flex;
	flex-direction: column;
	max-height: 400px;
	overflow-y: auto;
}


.s-filters__results-link {
	display: inline-block;
	padding: 1rem 1rem;
	font-weight: 500;
	color: white;
	font-size: 1.6rem;
	background-color: #204a8f;
	width: 100%;
	text-align: center;
}
.s-filters__results-item {
	display: flex;
	align-items: center;
	padding: 0.5rem 1rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.2;
}
.s-filters__results-title {
	font-weight: 500;
	font-size: 1.4rem;
	color: #204a8f;
	line-height: 1.2;
	padding: 0.5rem 1rem;
}
.s-filters__results-title b,
.s-filters__results-name b {
	font-weight: normal;
}
.s-filters__results-title:hover,
.s-filters__results-item:hover {
	background-color: #1b3f7a;
	color: white;
}


@media (max-width: 799.98px) {
	.s-filters__results-list {
		max-height: 300px;
	}
}

/* End */
/* /local/templates/luzar/components/bitrix/search.title/top_material/style.css?16890682901378 */
