body {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-family: "Ubuntu", "Helvetica", Arial, sans-serif;
}

.header {
	background: rgb(78, 191, 254);
	background: linear-gradient(120deg, rgba(78, 191, 254, 1) 0%, rgba(55, 143, 217, 1) 81%);
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 150px;
}

.dekstop {
	display: block;
	margin-top: 72px;
	margin-bottom: 0px;
	width: 520px;
}

.container {
	width: 1171px;
	margin: 0 auto;
}

.wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.offer {
	width: 562px;
}

.title {
	font-size: 37px;
	width: 564px;
}

.intro {
	margin-bottom: 43px;
	width: 404px;
}

.btn {
	background: #ffd429;
	color: #2e2a1b;
	border-radius: 0px;
	display: block;
	width: 230px;
	padding: 20px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.p {
	line-height: 1.6px;
}

.section-title {
	font-size: 30px;
	text-align: center;
	padding-bottom: 50px;
}

.goal {
	padding-top: 100px;
	padding-bottom: 110px;
	text-align: center;
}

.icons {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	font-size: 19px;
}

.icon {
	background: url('../img/icons8-time.jpg') no-repeat top center;
}

.icon2 {
	background: url('../img/icons8-beach.jpg') no-repeat top center;
}

.icon3 {
	background: url('../img/icons8-launch.jpg') no-repeat top center;
}

.icon-title {
	padding-top: 70px;
	text-align: center;
}

.icon-text {
	/*margin: 20px;*/
	align-items: center;
}

.mail {
	background: #ecf3f8;
	padding-top: 90px;
	m padding-bottom: 100px;
}

.input {
	width: 340px;
	border: 1px solid #7a7676;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	border-radius: 0px;
	height: 47px;
	padding-left: 28px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.btn-form {
	width: 370px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 90px;*/
	border: 0px;
	cursor: pointer;
}

.form {
	margin-top: 60px;
	margin-bottom: 15px;
	padding-bottom: 100px;
}

.credits {
	color: #ffffff;
	font-size: 15px;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

.footer {
	background: #164d7a;
	color: #164d7a;
	margin: 0px;
}


/*Responsive*/
/* 992px - 1200px */
@media screen and (max-width: 1200px) {
	.container {
		width: 960px;
	}

	.offer {
		width: 100%;
	}

	.intro {
		width: auto;
	}

	.icons {
		flex-direction: column;
	}

	.icon {
		width: auto;
		margin-bottom: 30px;
	}

}

/* 768px - 992px */
@media screen and (max-width: 992px) {
	.container {
		width: 720px;
	}

	.wrapper {
		flex-direction: column;
	}

	.dekstop {
		width: 100%;
		margin-left: auto;
		margin-right: auto;

	}

	.btn {
		margin-left: 0px;
		margin-top: 20px;
		width: 100%;
	}

	.input {
		width: 100%;
	}
}

/* 576px - 768px */
@media screen and (max-width: 768px) {
	.container {
		width: 540px;
	}
}

/* 0px - 576px */
@media screen and (max-width: 576px) {
	.container {
		width: 90%;
	}
}