.search__header {
	position: relative;
	padding: 5px 10px;
	background: #fff;
	margin-bottom: 4px;
}
.search .breadcrumbs {
	display: inline-block;
	min-width: 250px;
	padding: 0;
	padding-right: 10px;
	background: transparent;
}
.search h1 {
	font-size: 1.8rem;
	line-height: 1;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	color: #2c2c2c;
	text-transform: uppercase;
}
.search__body {

}

.moto_animate {
	background: #fff;
	border: 1px solid #c4c4c4;
	height: 30px;
	/*width: 770px;*/
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 991px) {
	.moto_animate {
		display: none;
	}
}
.moto_animate .moto {
	position: absolute;
	top: -1px;
	left: 0;
	height: 31px;
	width: 66px;
	display: block;
	background: url(../img/moto_anim.png);
	z-index: 2;
}
.moto_animate .moto_gradient {
	background-image: -moz-linear-gradient( 0deg, rgba(71,71,71,1) 0%, rgba(71,71,71,.5) 70%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(71,71,71,1) 0%, rgba(71,71,71,.5) 70%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(71,71,71,1) 0%, rgba(71,71,71,.5) 70%, rgba(255,255,255,0) 100%);
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	height: 32px;
	display: block;
	width: 0;
	overflow: hidden;
}
.moto_animate .moto_text {
	color: #ea443a;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
	width: 770px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 18px;
	font-size: 2.2rem;
}

.search_form {
	background: #fff;
	padding: 10px;
	margin-bottom: 4px;
}
.search_form input[type='text'] {
	width: calc(100% - 140px);
	float: left;
	margin-bottom: 4px;
}
.search_form input::-webkit-input-placeholder {
	color: #888;
}
.search_form input::-moz-placeholder {
	color: #888;
}
.search_form input:-ms-input-placeholder {
	color: #888;
}
.search_form ::-webkit-input-placeholder {
	color: #888;
}
.search_form ::-moz-placeholder {
	color: #888;
}
.search_form :-ms-input-placeholder {
	color: #888;
}
.search_form .button {
	padding: 9px 10px;
	width: 140px;
	float: left;
}

.search_small_img {
	text-align: center;
}
.search_small_img a {
	text-decoration: none !important;
	border: 0 !important;
	line-height: 1 !important;
}
.search_small_img img {
	max-width: 100px;
	height: 30px;
	object-fit: contain;
}

.product_details__inner {
	background: #fff;
	padding: 10px;
	margin-bottom: 4px;
}
@media (max-width: 767px){
	.product_details__inner {
		overflow-x: auto;
	}
}
.product_details table {
	width: 100%;
	border-collapse: collapse;
}
.product_details th {
	font-size: 1.1rem;
	line-height: 1.3;
	color: #868686;
	padding: 5px;
	font-weight: 400;
	vertical-align: bottom;
	text-align: left;
}
/*.product_details tbody tr {*/
	/*border: 1px solid #e5e5e5;*/
/*}*/
.product_details tbody tr:hover {
	background: #f5f5f5;
}
.product_details td {
	font-size: 1.2rem;
	padding: 5px 5px;
	border: 1px solid #e5e5e5;
}
.product_details td a {
	color: #22a0ef;
	border-bottom: 1px dotted #22a0ef;
	text-decoration: none;
	line-height: 1.2;
}
.product_details td a:hover {
	border-bottom-color: transparent;
	color: #7e7e7e;
}
@media (min-width: 768px) {
	.product_details .col3, .product_details .col4, .product_details .col5, .product_details .col6, .product_details .col7, .product_details .col8 {
		min-width: 70px;
	}
}
/*.product_details .pagination #id_prev {*/
	/*float: left;*/
/*}*/
/*.product_details .pagination #id_next {*/
	/*float: right;*/
/*}*/
.product_details .pagination .page_link,
.product_details .pagination .current {
	display: inline-block;
	min-width: 24px;
	height: 24px;
	margin: 0 2px;
	padding: 0 8px;
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 24px;
	background: #fff;
	color: #1f5ead;
	text-decoration: none;
}
.product_details .pagination .current {
	color: #ed4233;
}

.search .highlight {
	background-color: yellow;
}
.search_tags {
	padding: 10px;
	background: #fff;
	line-height: 22px;
}
.search_tags a {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	border-radius: 2px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	color: #22a0ef;
	text-decoration: none;
	font-size: 1.2rem;
	margin: 0 0 6px;
}

.autocomplete-suggestions {
	overflow: auto;
	border: 1px solid #999;
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
}
.autocomplete-suggestion {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eaeaeb;
	padding: 5px;
	/*width: 180px;*/
	/*white-space: nowrap;*/
}
.autocomplete-suggestion__img {
	display: none;
}
@media (min-width: 1200px){
	.autocomplete-suggestions {
		min-width: 330px;
	}
	.autocomplete-suggestion {
		padding: 10px 15px 10px 65px;
		min-height: 50px;
	}
	.autocomplete-suggestion__img {
		position: absolute;
		top: 0;
		left: 10px;
		display: inline-block;
		width: 40px;
		height: 40px;
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
		bottom: 0;
		margin: auto 0;
	}
}
@media (max-width: 991px){
	.autocomplete-suggestions {
		max-height: 150px !important;
	}
}
.autocomplete-selected {
	background: #f0f0f0;
}
.autocomplete-suggestions strong {
	font-weight: normal;
	color: #39f;
}
.autocomplete-group {
	padding: 2px 5px;
}
.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
}

.autocomplete-address {
	border: 1px solid #dedede;
	box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2);
}
.autocomplete-address:before {
	content: 'Выберите вариант из списка или продолжите ввод';
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 10px;
	color: #777;
	border-bottom: 1px solid #eaeaeb;
}
.autocomplete-address .autocomplete-suggestion {
	padding: 10px;
	min-height: 0;
	font-size: 1.3rem;
	line-height: 1.1;
	cursor: pointer;
	transition: background 150ms ease;
	color: #2f2f2f;
}
.autocomplete-address .autocomplete-suggestion {
	color: #2f2f2f;
}
.autocomplete-address .autocomplete-suggestion strong {
	color: #2f2f2f;
}

.stock-list {
	position: relative;
}
.stock-list__toggle {
	position: relative;
	background-color: #fff !important;
	color: #7e7e7e !important;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	border: 1px solid #CDD1D6;
	text-align: left;
	width: 100%;
	padding: 4px 20px 4px 10px;
	outline: 0;
	border-radius: 4px;
	font-family: monospace;
}
.stock-list__toggle:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: 6px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	transform: rotate(45deg);
}
.stock-list.open .stock-list__toggle {
	border-radius: 4px 4px 0 0;
}
.stock-list.open .stock-list__toggle:after {
	transform: rotate(225deg);
	top: 10px;
}
.stock-list__toggle:hover {
	background-color: #ececf3 !important;
}
.stock-list__drop {
	z-index: 2;
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #CDD1D6;
	box-shadow: 0 3px 7px -3px rgba(23,42,63,.24);
	padding: 10px;
	background-color: #fff;
}
.stock-list__stock {
	padding: 5px 0;
	color: #7e7e7e;
}
.stock-list__stock:first-child {
	padding-top: 0;
}
.stock-list__stock:last-child {
	padding-bottom: 0;
}
.stock-list__stock:not(:last-child) {
	border-bottom: 1px solid #CDD1D6;
}
.stock-list__head {
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #505050;
	white-space: nowrap;
}
.stock-list__item {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	font-family: monospace;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
	white-space: nowrap;
	padding-left: 20px;
}
.stock-list__item:not(:last-child) {
	margin-bottom: 5px;
}
.stock-list__label {
	/*text-align: right;*/
	flex-shrink: 0;
	/*width: 130px;*/
}
.stock-list__value {
	font-weight: 700;
	flex: 1;
}