*{
	font-family: 'Roboto', sans-serif;
}
#reconst{
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
#reconst_two{
	background-image: url(../img/bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
.logo{
	padding: 10px;
}
.cap{
	font-size: 69px;
	color: #fff;
	text-align: center;
}
.h_cap{
	padding-top: 100px;
}
.line{
	display: block;
	background-image: url(../img/line_bot.png);
	background-size: contain;
	height: 20px;
    background-repeat: no-repeat;
}
.info_text{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: 200;
}
.adress{
	color: #fff;
	font-size: 16px;
	font-weight: 100;

}
.contakt{
	line-height: 15px;
}
.contakt>p,.contakt>a{
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}
.contakt>a{
	border-bottom: 1px solid #fff;
}
.h_cont{
	padding-top: 100px;
}