.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e6e6e6;
    padding: 20px 0;
    z-index: 4;
    display: none;
}
.cookies__text {
     color: #191919;
     font-size: 14px;
     padding-right: 50px;
     text-align: center;
     padding-left: 20px;
     line-height: 1.4;}
.cookies__text a {
    color: #191919;
    font-weight: bold;
}

.cookies__img {
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
    background: #669966;
    padding: 7px;
}
.cookies__img img {
    width: 30px;
    height: 30px;
}
.cookies.no-cookies {
    display: block;
}
.cookies.no-display {
    display: none;
}
