.ls-datalist {
	position: absolute;
	left: 0;
	right: 0;
	background-color: #ffffff;
    padding: 0.2rem 0.5rem;
    margin: 0.2rem 0.5rem;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	font-size: 14px;
	line-height: 20px;
	color: #8b8b8b;
	z-index: 1000;
}
.ls-datalist>li {
	list-style-type: none;
	padding-bottom: 0.5rem;
	cursor: pointer;
}
.ls-datalist>li:hover {
	color: #0D6EFD;
}
/*медиа*/
@media (min-width:1024px) {
	.ls-datalist {
		font-size: 16px;
		line-height: 22px
	}
}