body{
	position: relative;
	background-color: #171717;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat';
	color: #fff;
}
a{
	text-decoration:none ;
	color: #fff;
}
.l_top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99999;
}
.l_mid{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -99998;
}
.l_bot{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -99997;
}
.container{
	padding: 20px;
	max-width: 600px;
	margin: auto;

}
h1{
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 110%;
	opacity: 0%;
}
h2{
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	opacity: 0%;
}
p{
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	opacity: 0%;
}
p.big{
	font-weight: 400;
	font-size: 20px;
	line-height: 110%;
}

.links_flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 600px;
	opacity: 0%;
}
.dq_cont{
	display: flex;
	padding: 10px;
	align-items: center;
	border: 1px solid #FFFFFF;
	max-width: 600px;
	opacity: 0%;

}

.num_mail_flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	opacity: 0%;
}
.nav_flex{
	display: flex;
	align-items: center;
	opacity: 0%;
}

.mb50{
	margin-bottom: 50px;
}
.mb30{
	margin-bottom: 30px;
}
.mb20{
	margin-bottom: 20px;
}
.mr15{
	margin-right: 15px;
}


.vis{
	transition: all 1s;
	opacity: 100%;
}


.lineanim{
	width: 0;
}
.l_act{
	transition: all 1s;
	width: 100%;
}

