

/* Start:/local/templates/2022/components/bitrix/search.page/defaul/style.css?1696946094579*/
a.search-page-params {
	border-bottom: 1px dashed var(--accent);
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}

select{
	margin: 5%;
	font-size: 14px; 
	border: none;
	color: var(--text); 
	background-color: white;
	height:40px; 
	width: 200px;
	/* width: 100%; */
	line-height:32px; 
	margin: 0; 
	border: 2px solid var(--text);
	border-radius: 4px;
	transition: all 0.23s ease-in-out 0s;
	font-weight: 600;
	text-align: center;
}
select:hover{
	cursor:pointer;
	border: 2px solid var(--red);
	color: var(--red);
}


/* End */
/* /local/templates/2022/components/bitrix/search.page/defaul/style.css?1696946094579 */
