/**/
#siteWhite{
	background: #fff;
	color: var(--blakc);
}
#siteWhite header{
	backdrop-filter: blur(44px);
	box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.05);
	background: #000;
}
#siteWhite footer{
	background: #000;
	padding-top: 64px;
}
@media(max-width: 736px){
	/*#siteWhite header {
		padding: 0 3vw;
		height: 60px;
		width: 84vw;
		margin: 45px auto auto;
		border-radius: 126px;
		position: relative;
		z-index:10;
	}
	#siteWhite header.active nav {
		left: -5vw;
	}*/
}