#popup-cookie {position:absolute; top:50px; left:600px; z-index: 1000; display: none;}
#popup-cookie > a{border: 2px solid #333; border-bottom: 0;}
.clfix {display: flex; width: 100%; height: 50px; position: absolute; bottom: -50px; background: #333; margin: 0;}
.clfix li{flex: 1;}
.clfix li:last-child{border-left:1px solid #eee}
.clfix li a {display: block; height: 100%; line-height: 50px; text-decoration: none; font-size: 18px; color: #fff; text-align: center;}

@media all and (max-width:640px){
	#popup-cookie {width: 90%; left: 5%; top: 1%;}
	#popup-cookie a img {width: 100% !important; height:100%; }

}