*, 
*:before, 
*:after{
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

img{
	height: auto;
	max-width: 100%;
}
figure {
	position: relative;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus{
	color: #000;
	text-decoration: none;
	outline: none;
}
figure img, 
figure video, 
figure object, 
figure embed {
	display:block;
	max-width: 100%;
}

.clear:before,
.clear:after,
.container:before,
.container:after,
.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}
.clear:after,
.container:after,
.wrapper:after
 {
    clear: both;
}
/* IE6/7 support */
.clear,
.container,
.wrapper {
    *zoom: 1;
}


@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: local('SF Pro Display Regular'), local('SFProDisplay-Regular'),
        url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: local('SF Pro Display Bold'), local('SFProDisplay-Bold'),
        url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}




body{
	font-family: 'SF Pro Display';
	color: #6c738a;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.32px;
	background: #fff url(../img/bg.png) no-repeat center center;
	overflow-x: hidden;
}
h1{
	color: #091337;
	font-family: "SF Pro Display";
	font-size: 44px;
	font-weight: 700;
	line-height: 48px;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
p{
	padding: 0;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}
.wrap{
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 15px;
}
.wrap img{
	display: block;
	margin-bottom: 35px;
}


@media (max-width: 767px){

	body {
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: 0.32px;
		background: #fff url(../img/bg.png) no-repeat center center;
		background-size: cover;
	}
	.wrap img {
		margin-bottom: 20px;
	}
	h1 {
		font-size: 27px;
		line-height: 31px;
	}

}