body {
	font-family: 'PT Sans', sans-serif;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	color: #000;
}

h3 {
	font-weight: 400;
}

h2 {
	text-align: center;
}

.title {
	padding-top: 100px;
	padding-bottom: 70px;
	text-align: center;
}

.title__main {
	font-size: 32px;
	margin-bottom: 22px;
}

.title__text {
	font-size: 20px;
	width: 780px;
	margin: 0 auto;
}


/*First screen*/

.header {
	background: #fcdb00;
	color: #010101;
	padding-top: 58px;
	padding-bottom: 107px;
}

.menu {
	margin-top: 10px;
	justify-content: space-around;
}

.menu__item {
	margin: 0 57px;
}

.menu__item a {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.offer {
	margin-top: 117px;
}

.offer__title {
	font-size: 32px;
	margin-bottom: 15px;
}

.offer__intro {
	font-size: 20px;
}

.offer__text {
	margin-top: 15px;
	font-size: 16px;
	color: #555555;
	width: 400px;
}

.icons__item {

}

.icons__item a {
	color: #000;
	font-size: 42px;
	margin-right: 38px;
	transition: all 0.3s ease;
}

.icons__item a:hover {
	text-decoration: none;
	color: #ff4800;
}

.ipad {
	display: block;
	margin: 60px auto 0;
}


/*Second screen*/

.feature {
	margin-bottom: 65px;
}

.feature__icon {
	font-size: 50px;
	margin-right: 37px;
	color: #000;
}

.feature__text {
	color: #898989;
}



/*Third screen*/
.yellow {
	color: #fcdb00;
}

.touch {
	background: #010101;
	color: #fff;
}

.form {
	text-align: center;
}

.form__input {
	background: #fff;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	border-radius: 5px;
	width: 580px;
	padding: 14px 14px;
	margin-right: 18px;
	border: 0
}

.form__btn {
	font-family: 'PT Sans', sans-serif;
	background: #fcdb00;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	width: 126px;
	border: 0;
	padding: 14px 0;
	cursor: pointer;
	outline: none;
}



/*Footer*/

.footer {
	background: #000;
	padding: 50px 0;
}

.credits {
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 184px;
	margin: 0 auto;
}


/*Media*/

@media screen and (max-width: 992px) {
	.logo {
		display: block;
		margin: 0 auto;
	}
	.offer {
		text-align: center;
	}
	.offer__text {
		margin: 20px auto;
		width: auto;
	}
	.icons {
		justify-content: center;
	}
	.icons__item:nth-child(3){
		margin-right: 0;
	}
	.form__input {
		margin-right: 0;
		width: 100%;
	}
	.form__btn {
		margin-top: 20px;
		width: 100%;
	}
	.title__text {
		width: auto;
	}
}

@media screen and (max-width: 576px) {
	.ipad {
		width: 100%;
	}
	.menu {
		flex-direction: column;
	}
	.menu__item {
		text-align: center;
		margin-bottom: 10px;
	}
}