@font-face {
	font-family: 'DINPro Light';
	font-style: normal;
	font-weight: normal;
	src: local('DINPro Light'), url('fonts/DINPro-Light tr.woff') format('woff');
}
		
@font-face {
	font-family: 'DINPro Medium';
	font-style: normal;
	font-weight: normal;
	src: local('DINPro Medium'), url('fonts/DINPro-Medium tr.woff') format('woff');
}
	
@font-face {
	font-family: 'DINPro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('DINPro Bold'), url('fonts/DINPro-Bold tr.woff') format('woff');
}
	
@font-face {
	font-family: 'DINPro Black';
	font-style: normal;
	font-weight: normal;
	src: local('DINPro Black'), url('fonts/DINPro-Black tr.woff') format('woff');
}

html, body, * {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'DINPro Light';
	font-weight: normal;
	color: #fff;
	background: #404040;
}

p {
	margin-bottom: 10px;
}

a {
	color: #E37226;
	font-family: 'DINPRO Bold';
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #E37226;
	padding-bottom: 2px;
}

a:hover {
	color: #fff
}

.wrapper {
	position: relative;

	background-image: url(img/20200305194935_1.jpg);
	background-position: 240px center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

	width: 100%;
	height: 100%;
}

.wrapper:before {
	content: "";
	position: absolute;
	left: 0; 
	right: 0;
	top: 0; 
	bottom: 0;
	background: rgba(29, 29, 29, .9);
}

.side {
	display: flex;
	align-items: center;
	justify-content: center;

	background: #161616;
	width: 100%;
	max-width: 550px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.message {
	letter-spacing: 1px;
	line-height: 22px;
	font-size: 14px;

	padding: 50px;
}

.message svg {
	display: block;
	fill: #fff;
	width: 70px;
	height: auto;
	margin: auto;
	margin-bottom: 15px;
}

.message svg path {
	width: 10px;
}