html, body, div, h1{
	padding:0;
	margin:0;
}
html, body{
	font-family: 'PT Sans', sans-serif;
	line-height:1.2;
	color:rgba(0, 0, 0, 0.8);
	font-size:20px;
}
h1{
	font-family: 'PT Sans Caption', sans-serif;
	color:#27AAE1;
	font-size:34px;
	line-height: 40px;
	text-align:center;
	margin-bottom:23px;
}

.blur{
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	background-image:url(../img/1920х1200.jpg);
	filter:blur(3px);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.wrapper{
	width:100%;
	min-width:320px;
	min-height:100vh;
	z-index:999;
	position:absolute;
	padding:20px;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.white{
	background:#ffffff;
	width:800px;
	margin:0 auto;
	box-shadow:-10px 10px 30px rgba(0, 0, 0, 0.25);
}
.content{
	width:800px;
	margin:0 auto;
	padding:90px 130px 100px 130px;
	box-sizing:border-box;
}
.content p{
	text-align:left;
	margin-bottom: 20px;
}

.color_blue {
	color: #27AAE1;
}

.content .button{
	background:#27AAE1;
	border-radius:8px;
	width:375px;
	height:80px;
	margin:32px auto 0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	text-align:center;
	box-sizing:border-box;
}
.content .button:hover{
	background:#2298ca;
}

ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

li{
color: #27AAE1;	
}

li span {
	color:rgba(0, 0, 0, 0.8);
}



@media screen and (max-width:1024px){
	.white{
		width:600px;
	}
	.content{
		width:600px;
	}
	
	
}
@media screen and (max-width:768px){
	html, body{
		font-size:18px;
	}
	.blur{
		background-image:url(../img/768х1024.jpg);
	}

	.wrapper{
		padding-left:10%;
		padding-right:10%;
	}
	.white{
		width:100%;
	}
	.content{
		width:100%;
		padding:90px 75px 100px 75px;
	}
	
	.content .button{
		width:100%;
		max-width:380px;
		height:60px;
	}
}

@media screen and (max-width:520px){
	html, body{
		font-size:14px;
	}
	
	h1{
		font-size:20px;
		line-height: 1.2;
		margin-bottom:20px;
	}
	.content .button{
		border-radius: 4px;
		height:45px;
		text-align:center;
		margin-top:35px;
		font-size:14px;
	}
	
}

@media screen and (max-width:420px){
	
	.wrapper{
		padding:20px 0;
	}
	.white{
		width:300px;
	}
	.content{
		width:300px;
		padding:50px 25px;
	}

}
