#header{width:100%; position:absolute; padding:20px 60px; box-sizing:border-box; top:0; display:flex; justify-content:space-between;}
#header .logo{font-size:32px; color:#222; place-self:center;}
.wrap #header .logo a{color:#fff;}
#header .menu{color:#222; gap:40px; display:flex;}
#header .menu li{font-size:18px; place-self:Center;}
.wrap #header .menu li a{color:#fff;}
#header .menu li:last-child a{display:block; padding:8px 16px; border:1px solid #222; border-radius:50px}
.wrap #header .menu li:last-child a{border:1px solid #fff;}

#footer{width:100%; padding:20px 60px; box-sizing:border-box; background:#010102; color:#444; text-align:Center;}



@media screen and (max-width: 1439px){
	#header{width:100%; position:absolute; padding:20px 3%; box-sizing:border-box; top:0; display:flex; justify-content:space-between;}
	#header .logo{font-size:32px; color:#222; place-self:center;}
	.wrap #header .logo a{color:#fff;}
	#header .menu{color:#222; gap:40px; display:flex;}
	#header .menu li{font-size:18px; place-self:Center;}
	.wrap #header .menu li a{color:#fff;}
	#header .menu li:last-child a{display:block; padding:8px 16px; border:1px solid #222; border-radius:50px}
	.wrap #header .menu li:last-child a{border:1px solid #fff;}
	
	#footer{width:100%; padding:20px 60px; box-sizing:border-box; background:#010102; color:#444; text-align:Center;}
}

@media screen and (max-width: 767px){
	#header{width:100%; position:absolute; padding:20px 3%; box-sizing:border-box; top:0; display:flex; justify-content:space-between;}
	#header .logo{font-size:20px; color:#222; place-self:center;}
	.wrap #header .logo a{color:#fff;}
	#header .menu{color:#222; gap:20px; display:flex;}
	#header .menu li{font-size:14px; place-self:Center;}
	.wrap #header .menu li a{color:#fff;}
	#header .menu li:last-child a{display:block; padding:8px 8px; border:1px solid #222; border-radius:50px}
	.wrap #header .menu li:last-child a{border:1px solid #fff;}
	
	#footer{width:100%; padding:12px 3%; box-sizing:border-box; background:#010102; color:#444; text-align:Center;}
}