#politykacookiesbp{
    max-width: 330px;
    left: auto !important;
    bottom: 30px !important;
    height: auto !important;
    padding: 30px !important;
    box-sizing: border-box;
    border: none !important;
    border-style: none !important;
    background: rgba(0,0,0,0.8) !important;
    position: fixed !important;
    z-index: 16777270;
    box-shadow: 0 0 40px #444;
    text-align: center;
    color: #f4f4f4;
    font-size: 0.7rem;
    line-height: 1.5;

}

#politykacookiesbp h2{
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.6;
}


#politykacookiesbp a{
    color:#ddd;
    text-decoration:underline;

}

#politykacookiesbp p{
    margin-top: .3em;
}


#plotykaakceptacja{
    background: #fff;
    color: #000;
    padding: 8px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
}


#plotykaakceptacja:hover,
#plotykaakceptacja:focus{
    background:var(--kolor2);
    text-decoration:none;
    color:#fff;
}





