.inside {
	padding: 20px 50px;
	text-align: justify;
}
.inside h2 {
	text-align: left;
}
@media only screen and (max-width: 640px) {
	.inside {
		padding: 10px 10px;
	}
}

.clear {
	clear: both;
}

/*----- MAIN -----*/
#main {
	width: 100%;
	height: auto;
	padding: 120px 0;
	float: left;
	background-size: cover;
	background-position: center center;
	background-color: #d5d5d5;
}
#main-inside {
	width: 75%;
	margin: 0 auto;
}
#main h1 {
	font-size: 48px;
	line-height: 120%;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	margin: 0 0 10px 0;
}
.main-text {
	font-size: 18px;
	line-height: 140%;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
}

/*----- MAIN MOBILE -----*/
@media only screen and (max-width: 640px) {
	#main {
		padding: 40px 0;
	}
	#main-inside {
		width: 100%;
	}
}
	
/*----- SECOND -----*/
#second {
	margin-top: 20px;
}

/*----- FOURTH -----*/
#social-block {
	font-size: 20px;
	letter-spacing: 5px;
	margin: 10px 0 0 0;
}
#social-block a {
	color: #333;
}

/*----- FOOTER -----*/
.footer p {
	text-align: center;
	margin-bottom: 30px;
	font-size: 10pt;
}

.custom-form input,
.custom-form textarea {
	border-radius: 0px;
}

.g-recaptcha {
	margin: 5px 0;
}

.flags img {
	height: 25px;
}

#contact {
	margin-bottom: 30px;
}