body{
	margin: 0;
	padding: 0;
	font-family: "Arial";
	height: 100vh;
	background-color: #2B2B2B;
	overflow: hidden;
}

.load{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #eee;
	z-index: 10000;
}

.load_bord{
	position: relative;
	width: 280px;
	height: 30px;
	border-radius: 10px;
	border: 2px solid #2299DD;
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}

.load_prog{
	position: relative;
	left: 0;
	background-color: #2299DD;
	border-radius: 5px;
	width: 0px;
	height: 20px;
	transition: .5s;
}

.load_proc{
	position: absolute;
	right: 0;
	color: #2299DD;
	bottom: -25px;
}

.title{
	display: none;
	position: fixed;
	font-size: 100px;
	color: #000;
	z-index: 100;
	text-align: center;
	margin-top: 200px;
}

.foto{
	position: fixed;
	top: 0;left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #2B2B2B;
	z-index: 10;
}

.wrapp{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #E3E3E3;
	z-index: 20;
	opacity: 0;
	color: white;
	font-size: 20px;
	text-align: center;
	color: #000;
}

.wrapp img{
	width: 180px;
	margin-bottom: 20px;
}

section{
	position: fixed;
}

.s_1{
	position: fixed;
	top: 30%;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	padding-left: 200px;
	padding-right: 200px;
}

.bl{
	position: absolute;
	z-index: 100;
}

.bl_title{
	font-size: 26px;
	color: #fff;
	width: 500px;
}

.bl_text{
	margin-top: 20px;
	color: #fff;
	width: 500px;
	font-size: 18px
}

.bl_1{
	display: none;
}

.bl_2{
	display: none;
	right: 500px;
}

.scroll_icon{
	position: fixed;
	bottom: 20px;
	z-index: 1000;
	width: 100%;
	display: flex;
	justify-content: center;
	transition: .5s;
}

.scroll_icon img{
	height: 100px;
}