.search_fancybox .fancybox-slide--html{
    padding: 0;    
}

.search_fancybox.fancybox-is-open .fancybox-bg{
    background: rgba(0, 34, 58, 0.95);
    backdrop-filter: blur(20px);
} 

#box_search{
    display: none;
}

.search_fancybox #box_search{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: 0;
    padding: 121px 18px;    
}

.search_fancybox .fancybox-slide--html .fancybox-close-small{
    padding: 0;
    color: #fff;
    top: 26px;
    right: 26px;
    opacity: 1;
    width: 32px;
    height: 32px;
}

#title-search{
    max-width: 1198px;
    margin: 0 auto;        
}

#title-search form{
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

#title-search-input{
    border: 0;
    outline: none;
    background: none;
    width: 100%;
    padding: 7px 20px;
    font-family: 'Ubuntu',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #00223A;
    height: 70px;
}

#title-search form button{
    padding: 0;
    border: 0;    
    outline: 0;
    background: #0170C1;
    border-radius: 10px;
    padding: 13px;
    margin-right: 6px;
}

div.title-search-result {
    background: #FFFFFF;
    border-radius: 15px;	
	display:none;
	overflow:hidden;
	z-index:99999;
    top: 211px!important;
}

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;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;	
}

table.title-search-result td.title-search-item {
	padding: 9px 20px;
}

table.title-search-result td.title-search-item a {	
	text-decoration: none;	
	vertical-align:top;
	display:block;
    font-family: 'Ubuntu',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #8B8B8B
    
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#00223A;
	font-weight:500;
}

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:#EDF5F6;
}

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: 9px 20px;
}

table.title-search-result td.title-search-all a
{
	font-family: 'Ubuntu',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #0170C1;
    text-decoration: none;
}

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


@media(max-width:992px){

    .search_fancybox #box_search{        
        padding: 61px 18px 24px;    
    }
    
    .search_fancybox .fancybox-slide--html .fancybox-close-small{
        right: 18px;
        top: 18px; 
    }
    
    #title-search form{
        border-radius: 10px;
    }
    
    #title-search-input{
        height: 40px;
        font-size: 14px;
        line-height: 16px;
    }
    
    #title-search form button{
        padding: 5px 7px;
    }
    
    #title-search form button svg{
        width: 18px;
        height: 18px;
    }
    
    div.title-search-result{
        top: 109px!important;
    }
    
    table.title-search-result td.title-search-item a,
    table.title-search-result td.title-search-all a{
        font-size: 14px;
        line-height: 16px;
    }
    
    
    
    
}