body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

div, p, input, button, form, span, a, ul, li {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	margin: 0;
}

p {
	line-height: 1.5em;
	font-size: 15px;
}

.container {
	width: 1170px;
	margin: 0 auto;
}

.head {
	background: rgba(78,192,254,1);
	background: -moz-linear-gradient(-45deg, rgba(78,192,254,1) 0%, rgba(55,144,217,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(78,192,254,1)), color-stop(100%, rgba(55,144,217,1)));
	background: -webkit-linear-gradient(-45deg, rgba(78,192,254,1) 0%, rgba(55,144,217,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(78,192,254,1) 0%, rgba(55,144,217,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(78,192,254,1) 0%, rgba(55,144,217,1) 100%);
	background: linear-gradient(135deg, rgba(78,192,254,1) 0%, rgba(55,144,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ec0fe', endColorstr='#3790d9', GradientType=1 );
	padding-top: 61px;
	padding-bottom: 142px;
	color: #fff;
}

.wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.offer {
	margin-top: 144px;
}

.title {
	font-size: 37px;
	width: 614px;
	line-height: 1.4em;
}
	
.title span {
	font-size: 59px;
	line-height: 1.5em;
}

.about {
	margin-top: 43px;
	width: 400px;
	font-size: 16px;
}

.btn {
	width: 222px;
}

.btn, .bt {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	margin-top: 39px;
	background: #ffd429;
	color: #000;
	display: block;
	text-decoration: none;
	text-align: center;
	transition: all 0.4s ease;
} 

.btn p {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bt p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.desktop {
	margin-top: 92px;
}

.btn:hover, .bt:hover {
	background: #c6a72e;
}

.result {
	background: #fff;
	padding-top: 106px;
	padding-bottom: 118px;
}

.future {
	text-align: center;
	font-size: 30px;
}

.futres {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

.skill {
	text-align: center;
	height: 161px;
}

.skill h3 {
	margin-top: 92px;
	font-size: 19px;
}

.skill p {
	margin-top: 21px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

.skill1 {
	background: url(../img/icon1.jpg) no-repeat center top;
}

.skill2 {
	background: url(../img/icon2.jpg) no-repeat center top;
}

.skill3 {
	background: url(../img/icon3.jpg) no-repeat center top;
}

.skill1, .skill2, .skill3 {
	width: 289px;
}

.formeticket {
	background: #ecf3f8;
	padding-top: 102px;
	padding-bottom: 102px
}

.eticket {
	text-align: center;
	padding-top: 105px;
	padding-bottom: 62px;
	font-size: 30px;
}

.in1 {
	margin-top: 55px;
}

.inputs, .in1 {
	display: block;
	width: 342px;
	height: 46px;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	margin: 0 auto;
	padding-left: 24px;
	font-size: 15px;
}

.inputs {
	margin-top: 15px;
}

.bt {
	border: none;
	width: 342px;
	margin: 15px auto;
}

.footer {
	background: #164d7a;
	padding-top: 62px;
	padding-bottom: 62px;
}

.foottext {
	margin: 0;
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width: 1200px) {
	.container {
		width: 960px;
	}
	.wrapper {
		flex-direction: column;
	}

	.offer {
		width: 100%;
		text-align: center;
	}

	.about {
		width: 80%;
		text-align: center;
	}
}

@media screen and (max-width: 992px) {
	.container {
		width: 720px;
	}

	.wrapper {
		flex-direction: column;
	}

	.offer {
		width: 100%;
		text-align: center;
	}

	.about {
		width: 80%;
		text-align: center;
	}

	.skill1, .skill2, .skill3 {
	width: 200px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		width: 540px;
	}

	.wrapper {
		flex-direction: column;
	}

	.title {
		width: 100%;
	}

	.about {
		width: 100%;
	}

	.futres {
		flex-direction: column;
	}

	.skill2, .skill3 {
		margin-top: 100px;
	}

	.skill {
		width: 100%;
		padding: auto;
	}
}

@media screen and (max-width: 576px) {
	.container {
		width: 95%;
	}

	.wrapper {
		flex-direction: column;
	}

	.title {
		width: 100%;
	}

	.about {
		width: 100%;
	}

	.futres {
		flex-direction: column;
	}

	.skill2, .skill3 {
		margin-top: 100px;
	}

	.skill {
		width: 100%;
		padding: auto;
	}

	.desktop {
		width: 300px;
		height: 300px;
	}

	.inputs, .in1, .bt {
		width: 270px;
		margin: 0 auto;
	}

	.inputs, .bt {
		margin-top: 15px;
	}
}

