.mainText {
	font-size: 22px;
	margin: 40px 0 5px 0;
	color: #030303;
}

.secondText {
	font-size: 14px;
	margin: 0;
	color: #030303;
	margin-bottom: 25px;
}

.formInput {
	background: #f1f1f1;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	width: 300px;
	margin: 15px auto 0 auto;
}
.formInput input {
	flex: .7;
	background: #f1f1f1;
	border: none;
	outline: none;
	font-size: 15px;
}

.form {
	font-family: 'Muller',Arial,sans-serif;
	display: flex;
	align-items: center;
}

.form {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: auto;
}

.form .marafon {
	/*margin: auto;*/
}

.form .content {
	/*margin-right: 34vh;*/
	width: 300px;
}

.form .content .politic {
	padding: 20px 5px 0;
	display: block;	
}

@media (max-width:770px) {
	.form {
		display: block;
		width: 100%;
		text-align: center;
	}

	.form .content {
		margin: 0 auto;
	}
}

.send {
	border: none;
	color: #fff;
	background: #385ec6 !important;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
	transition: .4s;
	outline: none;
}

.send:hover {
	box-shadow: 0 0 25px 5px rgba(5, 140, 221, 1);
}

footer {
	padding: 60px 10px 20px;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 1.8;
}
