.premium-search-form {
	position: relative;
}

.premium-header-search .premium-search-form__input {
	background: #fff;
	border: 1px solid #d9dfe5;
	border-radius: 8px;
	box-shadow: none;
	color: #17202a;
	font-size: 14px;
	font-weight: 600;
	height: 48px;
	padding: 0 104px 0 42px;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.premium-header-search .premium-search-form__input::placeholder {
	color: #7c8792;
	opacity: 1;
}

.premium-header-search .premium-search-form__input:focus {
	border-color: #f6c544;
	box-shadow: 0 0 0 3px rgba(246, 197, 68, 0.24);
	outline: none;
}

.premium-header-search .premium-search-form__submit {
	align-items: center;
	background: #f6c544;
	border: 1px solid #f6c544;
	border-radius: 6px;
	color: #17202a;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	padding: 0 13px;
	position: absolute;
	right: 6px;
	top: 6px;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

.premium-header-search .premium-search-form__submit:hover,
.premium-header-search .premium-search-form__submit:focus {
	background: #ffda65;
	border-color: #ffda65;
	outline: none;
	transform: translateY(-1px);
}

.premium-header-search .premium-search-form__live-results {
	background: #fff;
	border: 1px solid #d9dfe5;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(16, 24, 34, 0.16);
	left: 0;
	max-height: 430px;
	overflow-y: auto;
	padding: 8px;
	right: 0;
	top: calc(100% + 8px);
	z-index: 25;
}

.premium-header-search .premium-header-search__content.premium-search-form__live-results:empty {
	display: none;
}

.premium-header-search .premium-search-form__live-results .goods_list {
	border-bottom: 1px solid #edf0f2;
	margin: 0;
	padding: 8px 6px;
}

.premium-header-search .premium-search-form__live-results .goods_list:last-of-type {
	border-bottom: 0;
}

.premium-header-search .premium-search-form__live-results .list_heading {
	color: #7c8792;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.premium-header-search .premium-search-form__live-results .goods_list ul {
	margin: 5px 0 0;
}

.premium-header-search .premium-search-form__live-results .goods_list a {
	border-radius: 5px;
	color: #17202a;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	padding: 7px 8px;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
	width: 100%;
}

.premium-header-search .premium-search-form__live-results .goods_list a:hover,
.premium-header-search .premium-search-form__live-results .goods_list a:focus {
	background: #fff8df;
	color: #17202a;
	outline: none;
}

.premium-header-search .premium-search-form__live-results .all_result {
	border-top: 1px solid #edf0f2;
	margin-top: 5px;
	padding: 9px 6px 3px;
}

.premium-header-search .premium-search-form__live-results .all_result a {
	color: #a87900;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

/*
 * Desktop-поиск в шапке.
 * Блок работает только на экранах шириной от 992px.
 */
@media (min-width: 992px) {
	header.hidden-sm.hidden-xs .premium-header-search {
		flex: 1 1 560px !important;
		max-width: 680px !important;
		min-width: 460px !important;
	}

	header.hidden-sm.hidden-xs .premium-header-search__form {
		background: #151d26 !important;
		border: 1px solid #35414d !important;
		border-radius: 11px !important;
		box-shadow: none !important;
		height: 48px !important;
		padding: 0 82px 0 8px !important;
	}

	header.hidden-sm.hidden-xs .premium-header-search .premium-search-form__input {
		background: #fff !important;
		border: 0 !important;
		border-radius: 8px !important;
		height: 40px !important;
		line-height: 40px !important;
		padding: 0 12px !important;
	}

	header.hidden-sm.hidden-xs .premium-header-search .premium-search-form__submit {
		height: 34px !important;
		min-width: 66px !important;
		padding: 0 14px !important;
		right: 7px !important;
		top: 7px !important;
	}

	header.hidden-sm.hidden-xs .premium-header-search__chips {
		margin-top: 7px !important;
	}
}

.premium-search-page {
	background: #f5f7f9;
	color: #17202a;
	padding: 4px 0 64px;
}

.premium-search-page__header {
	background: #fff;
	border-bottom: 1px solid #e0e5ea;
	margin-bottom: 28px;
	padding: 24px 0 27px;
}

.premium-search-page__title {
	color: #17202a;
	font-size: 31px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
}

.premium-search-page__form {
	background: #fff;
	border: 1px solid #e0e5ea;
	border-radius: 10px;
	margin: 0 0 24px;
	max-width: 790px;
	padding: 18px;
}

.premium-search-form__label {
	color: #596571;
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.premium-search-page__form-control {
	display: flex;
	gap: 8px;
}

.premium-search-page__form .premium-search-form__input {
	border: 1px solid #d9dfe5;
	border-radius: 7px;
	color: #17202a;
	flex: 1 1 auto;
	font-size: 15px;
	height: 46px;
	min-width: 0;
	padding: 0 13px;
}

.premium-search-page__form .premium-search-form__input:focus {
	border-color: #f6c544;
	box-shadow: 0 0 0 3px rgba(246, 197, 68, 0.22);
	outline: none;
}

.premium-search-page__form .premium-search-form__submit {
	background: #f6c544;
	border: 1px solid #f6c544;
	border-radius: 7px;
	color: #17202a;
	font-size: 14px;
	font-weight: 800;
	min-width: 104px;
	padding: 0 18px;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

.premium-search-page__form .premium-search-form__submit:hover,
.premium-search-page__form .premium-search-form__submit:focus {
	background: #ffda65;
	border-color: #ffda65;
	outline: none;
	transform: translateY(-1px);
}

.premium-search-page__results {
	background: #fff;
	border: 1px solid #e0e5ea;
	border-radius: 10px;
	margin: 0;
	overflow: hidden;
}

.premium-search-page__result {
	align-items: flex-start;
	border-bottom: 1px solid #edf0f2;
	display: flex;
	gap: 16px;
	padding: 19px 22px;
}

.premium-search-page__result:last-child {
	border-bottom: 0;
}

.premium-search-page__result-number {
	align-items: center;
	background: #171e26;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 30px;
	font-size: 12px;
	font-weight: 800;
	height: 30px;
	justify-content: center;
}

.premium-search-page__result-content {
	min-width: 0;
}

.premium-search-page__result-link {
	color: #17202a;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.premium-search-page__result-link:hover,
.premium-search-page__result-link:focus {
	color: #a87900;
	outline: none;
	text-decoration: none;
}

.premium-search-page__result-context {
	color: #596571;
	font-size: 14px;
	line-height: 1.6;
	margin: 7px 0 0;
}

.premium-search-page__pagination {
	border-top: 1px solid #e0e5ea;
	margin-top: 22px;
	padding-top: 22px;
}

.premium-search-page .pagination_numbers {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin: 0;
}

.premium-search-page .pagination_numbers li,
.premium-search-page .pagination_numbers a {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	min-width: 36px;
}

.premium-search-page .pagination_numbers a {
	border: 1px solid #d9dfe5;
	color: #596571;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease;
}

.premium-search-page .pagination_numbers li.active a,
.premium-search-page .pagination_numbers a:hover,
.premium-search-page .pagination_numbers a:focus {
	background: #f6c544;
	border-color: #f6c544;
	color: #17202a;
	outline: none;
}

.premium-search-page__empty {
	background: #fff;
	border: 1px solid #e0e5ea;
	border-radius: 10px;
	color: #596571;
	font-size: 15px;
	line-height: 1.6;
	padding: 28px;
}

.premium-search-page__empty p {
	margin: 0;
}

@media (max-width: 991px) {
	.premium-header-search .premium-search-form__input {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.premium-search-page {
		padding-bottom: 42px;
	}

	.premium-search-page__header {
		margin-bottom: 18px;
		padding: 17px 0 20px;
	}

	.premium-search-page__title {
		font-size: 24px;
	}

	.premium-search-page__form {
		border-radius: 8px;
		padding: 14px;
	}

	.premium-search-page__form-control {
		flex-direction: column;
	}

	.premium-search-page__form .premium-search-form__submit {
		height: 44px;
		width: 100%;
	}

	.premium-search-page__result {
		gap: 11px;
		padding: 16px;
	}

	.premium-search-page__result-link {
		font-size: 15px;
	}

	.premium-search-page__result-context {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.premium-header-search .premium-search-form__input,
	.premium-header-search .premium-search-form__submit,
	.premium-header-search .premium-search-form__live-results .goods_list a,
	.premium-search-page__form .premium-search-form__submit,
	.premium-search-page .pagination_numbers a {
		transition: none;
	}
}