/* [78331] Сверстать новый спотлайт-поиск */
#sfac_cont {
	position: relative;
	font-size: 14px;
}
#sfac {
	z-index: 200;
	height: auto;
	display: none;
	position: absolute;
	width: 100%;
	padding: 6px 0;
	top: 9px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-top: none !important;
	border-radius: 10px;
	box-shadow: 0 0 10px black;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.nspotlight {
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 2px;
	z-index: 1000;
	display: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 0 0 3px 3px;
	width: calc(100% + 90px);
}
.nspotlight__items {
	padding: 10px 0 0 0;
}
.nspotlight__items li {
	padding: 0;
}
.nspotlight__item {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 20px;
	cursor: pointer;
}
.nspotlight__item:hover,
.sfacSelected .nspotlight__item {
	background: #f5f5f5;
}
.nspotlight__details {
	flex-grow: 2;
	padding-right: 30px;
}
.nspotlight__img {
	width: 65px;
	display: flex;
	padding-right: 13px;
	flex-shrink: 0;
}
.nspotlight__cover {
	line-height: 0;
	font-size: 0;
	display: inline-block;
	background-size: 100% !important;
	padding: 0;
	position: relative;
}
.nspotlight__cover img {
	display: block;
	border: 1px solid #cecdcc;
	word-wrap: break-word;
}
.nspotlight__cover_copyright {
	width: 50px;
	height: 50px;
	display: flex;
}
.nspotlight__cover_copyright img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.nspotlight__cover_multiple {
	position: relative;
	display: flex;
}
.nspotlight__cover_3 {
	position: absolute;
	top: -5px;
	left: 10px;
}
.nspotlight__cover_2 {
	left: 5px;
	z-index: 1;
}
.nspotlight__cover_1 {
	left: 0px;
	bottom: -5px;
	z-index: 2;
	position: absolute;
}
.nspotlight__cover_author {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #bcbcbd;
}
.nspotlight__hint {
	font-size: 14px;
	line-height: 18px;
	color: #9d9c9f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nspotlight__title,
.nspotlight__title:hover {
	color: #3b393f;
}
.nspotlight__title {
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.nspotlight__title_purchased,
.nspotlight__title_purchased:hover {
	color: #0e920e;
}
.nspotlight__buttons {
	text-align: right;
}
.nspotlight__read {
	display: inline-block;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #0e920e;
	box-shadow: inset 0 0 0 1px #0e920e;
	padding: 0 23px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	border-radius: 3px;
	vertical-align: middle;
}
.nspotlight__read:hover {
	background: #e1efe1;
	color: #0e920e;
}
.nspotlight__item_showall {
	min-height: 60px;
}
.nspotlight__showall {
	font-size: 16px;
	color: #106edc;
	text-decoration: none;
}
.nspotlight_small {
	margin-right: 0;
}
.nspotlight_small .nspotlight__item {
	padding: 0 15px;
	min-height: 50px;
}
.nspotlight_small .nspotlight__details {
	padding: 5px 0;
}
.nspotlight_small .nspotlight__img {
	display: none;
}
.nspotlight_small .nspotlight__item_showall {
	min-height: 40px;
}
.nspotlight_small .nspotlight__showall {
	line-height: 40px;
}
/* библиотекарю и негибриду не показываем новую логику с кнопками Читать */
#sfac_cont.sfac_cont__has-buttons .nspotlight_fix {
	width: 680px;
}
#sfac_cont.sfac_cont__has-buttons .nspotlight__item {
	padding: 10px 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
}
#sfac_cont.sfac_cont__has-buttons .nspotlight__details {
	position: relative;
	padding: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 50px;
}
#sfac_cont.sfac_cont__has-buttons .nspotlight__hint_cont,
#sfac_cont.sfac_cont__has-buttons .nspotlight__title_cont {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
#sfac_cont.sfac_cont__has-buttons .nspotlight__hint_cont {
	top: 4px;
}
#sfac_cont.sfac_cont__has-buttons .nspotlight__title_cont {
	top: 24px;
}
#sfac_cont.sfac_cont__has-buttons .nspotlight__hint,
#sfac_cont.sfac_cont__has-buttons .nspotlight__title {
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#sfac_cont.sfac_cont__has-buttons .nspotlight__img {
	width: 60px;
	padding-right: 10px;
}
#sfac_cont.sfac_cont__has-buttons .nspotlight__item_showall:hover {
	opacity: 0.8;
}
/* [165301] [WWW, PDA] Нулевой поиск */
#sfac_cont .last-search .nspotlight__item {
	min-height: 40px;
	padding: 0 10px;
}
#sfac_cont .last-search .nspotlight__title {
	font-size: 16px;
	line-height: 18px;
}
#sfac_cont .last-search .nspotlight__details {
	height: auto;
	padding: 10px 0;
}
.last-search__info {
	display: flex;
	font-size: 14px;
	line-height: 22px;
	padding: 15px 10px 0px 10px;
	justify-content: space-between;
}
.last-search__title {
	color: #9d9c9f;
}
.last-search__clear {
	text-decoration: none;
}
/* [172344] [WWW] Вёрстка цен для книг в результатах спотлайт-поиска */
.nspotlight__item_price .nspotlight__read {
	min-width: 140px;
}
.nspotlight__item_price .price {
	display: block;
	height: 40px;
}
.nspotlight__item_price .new-price {
	display: block;
	line-height: 18px;
	font-size: 16px;
	margin-top: 4px;
}
.nspotlight__item_price .old-price {
	display: inline-block;
	font-weight: normal;
	color: #767579;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	padding: 0 3px;
}
.nspotlight__item_price .old-price::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ff001f;
	left: 0;
	bottom: 0;
	position: absolute;
	transform: matrix(-5, 1, 1, 1, 0, -6);
}