.cookies {
    position: fixed;
    bottom: 0px;
    background-image: linear-gradient(80deg,#e4e4e4 0%,#e4e4e4 100%);
    z-index: 2000;
    width: 100%;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 39%);
}

.cookies {
    font-size: 13px;
    font-weight: 500;
	color: #015a2a;
}
    
.cookies a {
    color: #087038;
}

.cookies-button {
    cursor: pointer;
    text-align: center;
    background-color: #bfbfbf;
    color: #000;
	padding-top: 23px;
    padding-bottom: 14px;
    padding-left: 36px;
    padding-right: 32px;
}

.cookies-button:hover {
    cursor: pointer;
    text-align: center;
    background-color: #909090;
    color: #fff;
	padding-top: 23px;
    padding-bottom: 14px;
    padding-left: 36px;
    padding-right: 32px;
}