input[name="terres"] {
    display: none;
}

.credit-button {
	border: 0px;
	background-color: #44c767;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 13px;
	text-decoration: none;
	margin: 0 0 20px 0;
}

.credit-button:hover {
	background-color: #2a82bd;
}

.credit-button:active {
	position: relative;
	top: 1px;
}


p {
	margin: 9px 0 !important;
}

h1 {
	margin: 20px 0px 10px 0px !important;
}


.cat_btn{					
	padding: 0 25px;
	border-radius: 500px;
	background: #1e87f0;
	color: #ffffff;
	font-size: 15px;
	cursor: pointer;				
	}
.cat_btn:hover {
	  filter: brightness(1.15); /* светлее. Для темнее: brightness(0.85) */
}



