.button_search_main  {
	display: inline-block;
	cursor: pointer;
	font-size: 2rem; 
	padding: 5px;
	border: 2px solid white;
	background: #3399FF;
	color: white;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.button_search_main:hover {
	background: #61B329;
}


.sub_butn_sq  {
	display: inline-block;
	cursor: pointer;
	font-size: 1.5rem; 
	padding: 5px;
	background: #3399FF;
	color: white;
	border: 2px solid white;
}

.sub_butn_sq:hover {
	background: #61B329;
}

.pub_butn_pop  {
	display: inline-block;
	cursor: pointer;
	font-size: 1.5rem; 
	padding: 5px;
	background: #3399FF;
	color: white;
	border: 2px solid white;
	border-radius: 5px;
	margin-right: 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pub_butn_pop:hover {
	background: #61B329;
}


.sub_butn_page  {
	background: white;
	display: inline-block;
	cursor: pointer;
	font-size: 1.5rem; 
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 3px solid #61B329;
	border-radius: 5px;
	color:#61B329;
}

.sub_butn_page:hover {
	background: #61B329;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
