div.title-search-result {
	
	display:none;
	overflow:hidden;
	z-index:9999;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	min-width:50%;
}

table.title-search-result th {
	background-color:#F7F7F7;

	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;
}

#title-search{position: fixed;
    z-index: 9999999999;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #fff; display:none;}
#title-search.active{display:block;}
#title-search form{gap:20px; display: flex;
    padding: 20px; align-items: center;}
	
	#title-search .btn{box-sizing:border-box;}
	.svg-close.close-icons{cursor:pointer;}
	
	/* Затемнение для поиска */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
    cursor: pointer;
}

.search-overlay.active {
    display: block;
}

/* Обновляем z-index для поиска, чтобы он был поверх затемнения */
#title-search {
    position: fixed;
    z-index: 9999999999;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    display: none;
}

#title-search.active {
    display: block;
}