a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
.leaving-search__field .search-submit{
	background: var(--color-secondary-2);
	/* padding: 0.3rem 1.2rem!important; */
	font-weight: var(--font-body-s-weight-m);
	color: var(--text-primary-color);
	font-size: var(--font-body-s-size);
	padding: 0.5rem 1rem;
	cursor: pointer;
}
.leaving-search__field input, .leaving-search__field input::placeholder {
	
}

.leaving-search__field .search-submit:hover{
	
}
.close-search-button {
	/* display: none; */
}