*{
	margin: 0;
	padding: 0;
}


@font-face {
	font-family: 'Gilroy Regular';
	src: url('../fonts/Gilroy-Regular.eot');
	src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Regular.woff') format('woff'),
	url('../fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy Medium';
	src: url('../fonts/Gilroy-Medium.eot');
	src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Medium.woff') format('woff'),
	url('../fonts/Gilroy-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy Bold';
	src: url('../fonts/Gilroy-Bold.eot');
	src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Bold.woff') format('woff'),
	url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy Black';
	src: url('../fonts/Gilroy-Black.eot');
	src: url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Black.woff') format('woff'),
	url('../fonts/Gilroy-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body{
	background: #151515;
	font-family: Gilroy Regular;
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;   
}
a{
	text-decoration: none;
}


.box{
	display: flex;
	flex-direction: column;
    align-items: center;
    margin-top: 15%;
}
.logo{
	background-image: url(../img/g10.svg);
	width: 120px;
	height: 104px;
	background-size: cover;
	margin-bottom: 30px;
}
.info{
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
	line-height: 45px;
	font-size: 30px;
	letter-spacing: 0.5px;
}
.info span{
	font-size: 14px;
}
.social{
	font-size: 14px;
}
.social a{
	color: #fff;
}
.social a:hover{
	color: #e781a9;
	transition: 0.3s;
}
.social a:nth-child(2){
	margin: 0 30px;
}
.social a:nth-child(3){
	margin: 0 30px 0 0;
}
