/**form**/
.selectform{
	display: flex;
}
.selectf{
	width: 350px;
	height: 49px;
	text-indent: 23px;
	background: #e3e7ec;
	color: #5b5b5b;
	border: none;
}
.selectf:hover{
	background: white;
}
.selects{
	margin-left: 5px;
	margin-right: 5px;
	width: 350px;
	height: 49px;
	text-indent: 23px;
	background: #e3e7ec;
	color: #5b5b5b;
	border: none;
}
.selects:hover{
	background: white;
}
