.ui-autocomplete-category {
	font-weight: bold;
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
}
.event_search {
	height: 51px;
	margin-right: 20px;
	width: 100%;
	display: flex;
	justify-content: end;
}
.search {
	background-image: url(https://nmonews.ru/local/templates/kst_platform/images/SearchBtn.svg);
	height: 51px;
	width: 51px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	border: none;
}
.search:hover {
	background-image: url(https://nmonews.ru/local/templates/kst_platform/images/SearchBtnHover.svg);
	cursor: pointer;
}
.search:active, .search:focus {
	width: 100%;
	background-position: right center;
	padding-right: 52px;
	transition: width 2s;
	border: 2px solid #D3DCE2;
}
.search:not(:focus) {
	cursor: pointer;
}
.search:not(:focus)::placeholder {
	opacity: 0;
}
.ui-widget {
	width: 100%;
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}
.ui-widget ul {
	/* display: flex; */
	/* width: 100%; */
	/* justify-content: start; */
	/* flex-wrap: column; */
}
.ui-widget li {
	flex-shrink: 0;
	margin-right: auto;
	display: block;
    width: 100%;
}
a.btnLogin__NMO p {
	white-space: nowrap;
}