.cookie-agreement {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    padding: 20px;
    width: 288px;
    background: #3fab3c;
    z-index: 9999999;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
}

.cookie-agreement__content {
    display: block;
    margin-bottom: 10px;
    opacity: .8;
}

.cookie-agreement__btn {
    display: block;
    background-color: transparent;
    border: 1px solid #fff;
    height: 35px;
    width: 80px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.cookie-agreement__btn:hover {
    background: #ffffff;
    color: #057190;
}

.cookie-agreement__link {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-agreement__link:hover {
    text-decoration: none;
    color: #ffffff;
}

.cookie-agreement__close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVQYlX3QSwqAUAgFUGupfbZdtI/iNCmw8iU4kSPiDWyYEI2esQZGHA08Y8dwD248VgiRtzOeMnrDjB8I0Udd3Wfyc/qoTlfPPHALfXBcgVcox7Scl70p9/0NaJAAAAAASUVORK5CYII=');
}
