.cookiesInfo {
	overflow: hidden;
    padding: 20px 0;
    background: #aaa;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
	display: none;
}