﻿.search__form{
	position: relative;
	margin-bottom: 5px;
}

.search__field{
	width: 100%;
	padding: 6px 40px 6px 12px;
	line-height: 20px;
	background-color: #fff;
	border: none;
	box-shadow:none;
	outline: none;
	box-sizing: border-box;
}

.search__btn{
	cursor: pointer;
	width: 40px;
	height: 40px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin:0;
	outline:none;
	background: none;
}

.search__btn:hover{
	border: none;
	background: none;
}

.search__btn .icon{
	fill: #fff;
    width: 20px;
	height:100%;
    transform: scaleX(-1);
}

.search__btn:hover{
	background-position: -3px -48px;
}

.search-autocomplete__list{
	list-style: none;
	padding: 0;
	margin: 0;
}

.search-autocomplete__item {
	padding: 5px 12px;
	margin:0;
}

.search-autocomplete__link{
	display:flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
}

.search-autocomplete__name{
	width:calc(100% - 60px);
}

.search-autocomplete__photo{
	background-color: #fff; 
	width: 50px;
	height: 50px;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-autocomplete__photo_none{
	background:#fff url(/lib/alma/i/no-photo.svg) no-repeat 50% 50%;
	background-size: 30px 30px; 
}

.search-autocomplete__img{
	max-width:100%;
	max-height:100%;
}

.search-classic__item{
	margin-bottom: 17px;
}