body{
	font-family:calibri;
	font-size:16px;
	line-height:2;
	background: linear-gradient(black,#747474);
}

.header{
	width:100%;
	position:fixed;
	margin:0 auto;
	
	background-color:black;
	
	border:2px;
	border-style:solid;
	border-color:white;
	
	font-weight:600;
	
	padding:3px 10px;
	
	display:flex;

	z-index: 100;
}

.logo{
	font-family:haettenschweiler;
	font-size:30px;
	font-weight:500;
	position:relative;
	margin:0 15px 0 6px;
	color:white;
}

.nav{
	text-transform:uppercase;
}

a{
	text-decoration:none;
}


.a{
	display:inline-block;
	color:white;
	margin:13px 15px;
	
	transition:0.1s linear;
}

.a:hover{
	color:grey;
}

.cont{
	width:100%;
	margin:0 auto;
}

.intro{
	width:100%;
	height:100vh;

	background-image: url("рассвет.jpg");
	background-repeat: no-repeat;
	background-size: cover;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.title{
	font-family: montserrat;
	font-size: 90px;
	color: white;
	text-align: center;
}

.block{
	max-width: 60%;

	border:2px;
	border-style:solid;
	border-color:white;
	border-radius: 15px;

	margin: 0 auto;
	margin-top: 10px; 
	margin-bottom: 10px;

	overflow: hidden;

	z-index: 1;

	position: relative;
}

img{
	width: 100%;
}

.contain{
	position: absolute;
	display: inline-block;

	background-color: black;
	width: 100%;
	height: 30%;

	font-size: 30px;
	bottom: 0;
	left: 0;

	margin: 0 auto;

	z-index: 2;
	opacity: 90%;
}

.text{
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	color:white;
	opacity: 100%;
}

footer{
	width: 100%;
	background-color: #404040;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
}

.supp_block{
	width: 40%;
}

.supp{
	font-size: 17px;
	color: #cbcbcb;
	display: inline-block;
}

.social{

}

.asocial{
	color: #cbcbcb;
}