html{ font-size: 16px; overflow-x: hidden; max-width: 100vw; }
body{ max-width: 100vw; margin:0; color: #fff; stroke: #fff; background-color: #08489f;font-family: "OsnovaPro"; overflow-x: hidden; text-align: center; font-size: 18px;}
body.no-scroll{ overflow: hidden; }
img{ border:0; max-width: 100%; }
input::-moz-focus-inner, select::-moz-focus-inner{ border:0; }
input{ padding:0; margin:0; border:0; }
button{ border: 0; background-color: transparent; }
a{ text-decoration: none; color: inherit; }
a:hover, a:visited{ text-decoration: none; cursor: pointer; opacity: 0.8;}
:focus, :active{ outline: none; }
ul, ol{ margin: 0; padding: 0; list-style: none; }
li{list-style: none;}
hr{ border-top: 1px solid #8eacb7; margin-top: 20px; margin-bottom: 20px; }
header{
	position: relative;
}
header .banner{
	height: 45vh;
	min-height: 480px;
	background-image: url('/images/1.svg');
	background-repeat: no-repeat;
	background-position: bottom center;	
	background-size: auto 100% !important;
	position: relative;
	z-index: 2;
}
header .bg{
	background-image: url('/images/body.png');
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.wrapper{
	max-width: 420px;
	margin: 0 auto;
	padding: 0 15px;
}
.wrapper img{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
header .slogan{
	color: #fff;
	font-weight: bold;
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	text-align: center;	
}
header .banner .text{
	position: absolute;
	color: #fff;
	text-align: right;
	width: 30%;
	right: 3%;
	font-size: 5px;	
	text-transform: uppercase;
	top: 150px;
	display: none;
}
header .banner span{
	color: #014c9b;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1%;	
	text-transform: uppercase;
	font-size: 4px;
	display: none;
}
header .banner .text p{
	font-weight: bold;
	font-size: 9px;	
	display: none;
}
.desc{
	padding: 19px 0;
	color: #fff;
	background-color: #7a6feb;
}
.title{
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-family: OsnovaProMedium;
}
.wrapper ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrapper ul li{
	padding: 0 10px;

}
.www{
	display: block !important;
}
.www a{
	background-color: #2e1b6e;
	display: block;
	color: #fff;
	line-height: 68px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
footer{
	padding: 20px 0;
}
footer img{
	max-width: 200px;
}

@media only screen and (min-width: 560px) {
	body{
		min-width: 320px;
	}
	header .banner{
		background-size: auto 180%;
	}
	header .logo img{
		margin: 20px auto 0 -20%;
	}
	.title{
		margin: 30px 0 10px;
		text-transform: uppercase;
	}
	.www a{
		line-height: 50px;
	}
}
@media only screen and (min-height: 350px) {
	header .banner{
		background-size: auto 180%;
		min-height: 300px;
	}
	header .slogan{
		font-size: 16px;
	}
}
header .logo img{
	max-width: 60%;
}
@media only screen and (max-width: 559px) {
	header .banner{
		background-image: url('/images/bg_mobile.png');
		/*min-height: 57vh;*/
	}
	header .slogan, header .banner .text p, header .banner span, header .banner .text, header .banner .logo{
		display: block;
	}
	header .logo img{
		max-width: 200px;
	}
}
