.page-title {
	display: flex;
	flex-wrap: wrap;
}
.bx-breadcrumb {
	width: 100%;
}
.header-title-holder {}
.b-search-title {
	margin: 33px 0 49px auto;
}
.b-search-title_form {
	position: relative;
}
.b-search-title_input {
	width: 420px;
	padding: 9px 20px 7px 20px;
	border: 1px solid #cacad1;
	border-radius: 4px;
	font-size: 16px;
}
.b-search-title_submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 36px;
	font-size: 0;
	background: transparent;
	border: none;
	background-image: url('images/search.png');
	background-repeat: no-repeat;
	background-size: 18px 17px;
	background-position: center;
}
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
	background: #fff;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display: flex;
	align-items: center;
}

table.title-search-result .title-search-picture {
	display: flex;
	justify-content: center;
	width: 75px;
	margin: 0 10px 0 0;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color: var(--site-primory-color);
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#f3f3f3;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#00004D;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}
@media (max-width: 830px) {
	.header-title-holder {
		width: 100%;
	}
	.b-search-title {
		width: 100%;
		margin: 0 0 12px;
	}
	.b-search-title_input {
		width: 100%;
	}
}
@media (max-width: 761px) {
	.header-title-holder h1 {
		margin-bottom: 14px;
	}
	.b-search-title_input {
		padding: 6px 40px 4px 10px;
		font-size: 14px;
	}
	.b-search-title_submit {
		width: 57px;
		height: 28px;
		background-size: 14px 13px;
	}
}
