body{
	overflow-x: hidden;
	background: white;
}
*{
	margin: 0;
	padding: 0;
}
.header{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;

	background: linear-gradient(180deg, #FFFFFF 20.81%, rgba(255, 255, 255, 0) 100%), url(../img/bg2.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.logo-wrap{
	font-family: Roboto;
	font-size: 35px;
	line-height: 110%;
	color: #FFFFFF;
}
.logo-menu-wrap{
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.logo a{
	display: block;
	width: 207px;
	height: 46px;
	background: url(../img/icon.png);
	background-size: cover;
	transition: 1s;
	margin-left: 71px;
}
.menu{
	display: flex;
	align-items: center;
}
.menu a{
	margin-left: 22px;
	margin-right: 22px;
	text-decoration: none;
	font-family: Roboto;
	font-size: 17px;
	line-height: 110%;
	color: #000000;
	transition: .5s
}
.menu a:hover{
	color: #B5B5B5;
	transition: .5s;
}
.phone{
	display: flex;
	align-items: center;
}
.phone a{
	text-decoration: none;
	font-family: Roboto;
	font-size: 17px;
	line-height: 110%;
	color: #000000;
	transition: .5s;
}
.button a{
	margin-right: 71px;
	width: 205px;
	height: 48px;
	background: #D68F44;
	border-radius: 500px;
	text-decoration: none;
	font-family: Roboto;
	font-size: 14px;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 1s;
}
.header h1{
	margin-top: 98px;
	font-family: Roboto;
	font-size: 45px;
	line-height: 110%;
	color: #000000;
}
.header h2{
	margin-top: 42px;
	font-family: Roboto;
	font-size: 25px;
	line-height: 110%;
	color: #000000;
}
.presentation{
	text-decoration: none;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.presentation h3{
	padding: 18px;
	font-family: Roboto;
	font-size: 17px;
	line-height: 110%;
	color: #333333;
}