.nbSearchRes {box-shadow: 0px 0px 4.9px 0.1px rgb(0 0 0 / 33%); background: #fff;}
.nbSearchRes__item {padding: 0.5rem; display: block; color: #000; text-decoration: none !important; font-size: 0.8125rem; padding: 0.5rem 1rem; font-weight: 300;}
.nbSearchRes__item:hover {background: #e31f24; color: #fff;}
.nbSearchRes__item b {font-weight: normal;}


.nbSearch {}
.nbSearch__input {color: #898989; font-size: 0.875rem; padding: .375rem 1rem;}
.nbSearch__input::placeholder {color: #898989;}
.nbSearch__btn {}
.nbSearch__btn:before {content: ''; display: block; width: 1.3125rem; height: 1.3125rem; background: url(images/icon-search.svg) center center no-repeat; background-size: contain;}

.title-search-result {z-index: 1000;}



/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 
	.title-search-result {z-index: 1000;}
}
