.head_search {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 30px;
}
.head_search_cover {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 200ms linear;
	z-index: 1;
}
.head_search_field {
	width: 100%;
	height: 30px;
	padding: 0 30px 0 10px;
	border: 1px solid #d1d6dc;
}
.head_search_button {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 30px;
	height: 28px;
	padding: 0;
	border: none;
	background: none !important;
}
.head_search_button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 17px;
	height: 17px;
	margin: -8px 0 0 -8px;
	background: url(/_/common/img/sprite.png) -441px -50px no-repeat;
}
.head_search_tips {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: -1px 0 0;
	padding: 20px;
	text-align: left;
	background: #fff;
	border: 1px solid #d1d6dc;
	box-sizing: border-box;
}
.search_tips_group + .search_tips_group {
	margin: 30px 0 0;
}
.search_tips_title {
	display: inline-block;
	color: #103a71;
	font-size: 16px;
	font-weight: 700;
}
.search_tips_all {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #0663a4;
	font-size: 13px;
}
.search_tips_all:hover {
	color: #ceb196;
}
.search_tips_list {
	margin: 15px 0 0;
}
.search_tips_item {
	display: table;
	width: 100%;
	margin: 0 0 10px;
	color: #103a71;
	text-decoration: none;
}
._brand .search_tips_item {
	margin: 0 0 15px;
}
.search_tips_item:hover {
	color: #ceb196;
}
.search_tips_item_image {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
}
._offer .search_tips_item_image {
	height: 80px;
	padding: 5px;
	border: 1px solid #d8d8d8;
}
.search_tips_item_title {
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
	font-size: 16px;
}
.search_tips_item_image + .search_tips_item_title {
	padding: 0 0 0 15px;
}

@media (max-width: 1279px) {
	.head_col._1 {
		vertical-align: top;
	}
	.head_logo {
		display: block;
		max-width: 380px;
	}
	.head_sitegroup {
		max-width: none;
		margin: 0;
		padding: 0 0 0 2px;
		font-size: 16px;
	}
}

@media (max-width: 1023px) {
	.head {
		padding: 15px 0;
		height: 130px;
	}
	.head_cols {
		height: 100px;
	}
	.head_logo {
		top: -5px;
		bottom: auto;
	}
	.head_col:nth-child(2) {
		display: block;
	}
	.head_other > .clear {
		display: none;
	}
	.head_mob_btn.not_empty::after {
		bottom: 19px;
	}
	.head_search {
		z-index: 1;
		height: 40px;
		transition: all 200ms linear;
	}
	.head_search_field {
		height: 40px;
	}
	.head_search_button {
		top: 5px;
	}
	.head_search_cover {
		width: 100%;
	}
	.head_search.shown {
		width: 100%;
	}
}

@media (min-width: 375px) {
	.head_search_cover {
		right: 170px;
	}
}

@media (min-width: 1024px) {
	.head_col:nth-child(2) {
		display: table-cell;
	}
	.head_search {
		position: relative;
		display: block;
		width: 150px;
		height: 40px;
		z-index: 1;
	}
	.head_search_cover {
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
	}
	.head_search_field {
		height: 40px;
	}
	.head_search_button {
		height: 36px;
	}
	.head_search_cover.full {
		right: 0;
		width: 420px;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.head_sites {
		position: relative;
		height: 44px;
		padding: 0 0 0 20px;
	}
	.head_sites_list {
		padding: 0 20px 0 0;
	}
	.head_popup_site {
		font-size: 14px;
	}
	.head_popup_site:first-child {
		position: absolute;
		top: 0;
		left: 0;
		margin: 4px 0 0;
	}
}

@media (min-width: 1280px) {
	.head_search_cover.full {
		width: 440px;
	}
}

@media (min-width: 1440px) {
	.head_search {
		width: 100%;
	}
	.head_search_cover {
		width: 100%;
	}
	.head_search_cover.full {
		width: 550px;
	}
}

@media (min-width: 1600px) {
	.head_search_cover.full {
		width: 100%;
	}
}