#title-search {
	position: relative;
}
#title-search form {
	width: 100%;
	height: 46px;
	position: relative;
	border-radius: 4px;
}

#title-search form input[type=submit]{
	height: 100%;
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	margin: auto 2px;
	background: #d0080a url(/bitrix/templates/pgsnew_v2_0/images/search.svg) no-repeat center center;
	-webkit-background-size: 16px 19px;
	background-size: 16px 19px;
	outline: none;
	border: none;
	width: 46px;
	border-radius: 4px;
	cursor: pointer;
	color: transparent;
	transition: all 0.3s;
}
#title-search form input[type=submit]:hover {
	background-color: #0055a3;
}
#title-search form > * {
	display: block;
}
#title-search form input[type=text] {
	font-size: 16px;
	color: black;
	outline: none;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	padding: 0 55px 0 15px;
	border: 1px solid #D0D0D0;
	line-height: 46px;
}

#title-search form input[type=text]::placeholder {
	font-size: 12px;
}

/* new RESULTS */
#title-search-result
{
	position: absolute;
	z-index: 1;
	background: white;
	width: calc(100% - 100px);
	/*margin: 0 auto;*/
	margin: 0 15px;
	left: 0;
	border: 1px solid #cccccc;
	border-top: none;
	display: none;
}
#title-search-result ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*#title-search-result > ul:first-child {
	width: 120px;
}*/
#title-search-result > ul:last-child {
	/*width: calc(100% - 120px);*/
	width: 100%;
}
#title-search-result ul ul {
	max-height: 300px;
	overflow-y: scroll;
}
#title-search-result input[type=radio] {
	display: none;
}
#title-search-result > ul:last-child > li > input[type=radio]:not(:checked) + ul {
	display: none;
}
#title-search-result ul ul li {
}
#title-search-result ul ul li:not(:last-child) {
	margin-bottom: 5px;
}
#title-search-result ul ul li a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#title-search-result ul ul li:hover {
	background: #004288;
}
#title-search-result ul ul li:hover a {
	color: white;
}
#title-search-result ul ul li a b {
	color: #d0080a;
}

#title-search-result.loading {
	min-height: 70px;
}
#title-search-result .preloader {
	width: 50px;
	height: 50px;
}

#title-search-result .preloader div:before {
	background-color: #004288;
}
/* RESULTS */
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

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;
	color:black;
	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;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	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:#fff2be;
}

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:#808080;
}

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;
}

.suggestions-wrp .suggestions > div {
	cursor: pointer;
	padding: 0 10px;
}

.suggestions-wrp .suggestions > div:hover {
	background: #004288;
	color: white;
}

.suggestions-wrp .suggestions-title {
	padding: 0 10px;
	font-weight: bold;
}
.suggestions-wrp .suggestions {
	padding: 0 0 10px 0;
}