.cookie-popup {
    background: url('../img/cookie.png') no-repeat;
    height: 100px;
    width: 100px;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    display: none;
}

.cookie-popup .cookie-popup__message {
    background: #ffffff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    position: absolute;
    right: -208px;
    width: 200px;
    top: -200px;
    padding: 20px 20px 0;
    text-align: center;
    display: none;
}
