.search-select-block *{
	box-sizing: border-box;
}
.search-select-block{
	display: inline-block;
	font-size: inherit;
	position: relative;
	white-space: normal;
	text-overflow: ellipsis;
}
.search-pole{
	padding-right: 35px !important;
	background-position: 99% 50%;
	background-size: auto 80%;
	background-repeat: no-repeat;
}
.not-selected{
	background-image: url("/zakaz/libs/search-select-pole/not-selected.png");
}
.selected{
	background-image: url("/zakaz/libs/search-select-pole/selected.png");
}
.result-list{
	display: none;
	word-break: break-all;
	white-space: normal;
	overflow: auto;
	padding: 0;
	z-index: 10;
}
.result-list-absolute{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.result-list, .result-list li{
	list-style: none;
	margin: 0;
	cursor: pointer;
}
.result-list li, .search-pole{
	background-color: #fff;
	border: 1px solid rgb(150, 150, 150);
}
.result-list li{
	border-top: none !important;
	padding: 5px 8px;
	font-weight: 500;
}
.result-list li:hover{
	color: #fff;
	background: rgb(0, 0, 255);
}
.not-result{
	font-weight: 600 !important;
	cursor: default !important;
}
.not-result:hover{
	color: #000 !important;
	background: #fff !important;
}