* {
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-family: "Lato", sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

.wrapper {
	background: #FFFFFF;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.section {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 250px 150px 350px 150px;
	max-width: 85% ;
}

.text {
	font-weight: bold;
	font-size: 52px;
	margin-bottom: 40px;
}

.logo {
	display: flex;
	flex-direction: column;
}
.logo p{
	margin-left: 5px;
}

h1 {
	font-size: 185px;
	font-family: "Roboto", sans-serif;
	line-height: 1em
}

.form-wrapper {
	display: flex;
	flex-direction: column;
}
.form {
	display: flex;
	margin-top: 16px;
}
.email {
	width: 440px;
	height: 58px;
	font-size: 14px;
	color: #BBBBBB;
	border: 1px solid #000000;
	padding-left: 30px;
	margin-right: 30px;
}

.email:focus {
	color:#000000;
	font-size: 18px;
	border: 1px solid #000000;	
}

.has-error{
	font-size: 24px;
	color: #DA0404;
}
.error{
	font-size: 24px;
	color:  #000000;
}
.submit {
	background-color: #000000;
	color: #FFFFFF;
	width: 178px;
	height: 60px;

}
.submit:active{
	outline:none;
}

.footer-line {
	display: flex;
	justify-content: space-around;
	margin-bottom: 60зx;
}

span{
	font-weight: bold;
}

	
	/* Настольные компьютеры и ноутбуки ----------- */
@media (max-width: 1600px) {
	.section {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 220px 150px 220px 150px;
		max-width: 1400px;
	}
	
	.text {
		font-weight: bold;
		font-size: 32px;
		margin-bottom: 20px;
	}
	
	h1 {
		font-size: 125px;
		font-family: "Roboto", sans-serif;
	}		
	.email {
		width: 300px;
		height: 38px;
		font-size: 12px;;
		color: #BBBBBB;
		border: 1px solid #000000;		
	}
	
	.email:focus {
		font-size: 14px;
		border: 1px solid #000000;	
	}

	.submit{	
		width: 138px;
		height: 38px;
		font-size: 18px;
	}
	
	span{
		font-size: 20px;
	}

	p {
		font-size: 20px;
	}

}
	

@media (max-width: 992px) {
	.wrapper {	
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.section {	
		padding: 60px 30px 30px 30px;	
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 16px;
	}
	
	p {
		font-size: 16px;
	}

	h1 {
		font-size: 98px;
		font-family: "Roboto", sans-serif;
		line-height: 0.9em
	}
	.text {
		font-weight: bold;
		font-size: 24px;
		margin-top: 220px;
		margin-bottom: 40px;
	}
	.has-error{
		font-size: 16px;
		color: #DA0404;
	}
	.error {
		font-size: 16px;
	}
	.form {		
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 16px;	
	}	
	.email{
		width: 312px;
		height: 34px;
		font-size: 12px;
		margin:0;
		margin-bottom: 18px;
	}
	.submit {	
		width: 344px;
		height: 36px;
		font-size: 16px;
	}
	
	.footer-line {
		display: flex;
		flex-direction: column;	
		align-items: flex-start;
		margin-top: 209px;
		font-size: 12px;
		margin-right: 60px;
	}
	.footer-line p{
		font-size: 12px;
		margin-bottom: 17px;
	}
	.footer-line span{
		font-size: 12px;
	}
}