
.cookies-prepinac {
    width: 39px;
    height: 22px;
    transition: all ease 0.7s;        
}

.cookies-prepinac1 {
    background: url("../cookies/img/bcg_prepinac1.png") 0px 0px no-repeat;
}

.cookies-prepinac2 {
    background: url("../cookies/img/bcg_prepinac2.png") 0px 0px no-repeat;
    cursor: pointer;
}

.cookies-prepinac3 {
    background: url("../cookies/img/bcg_prepinac3.png") 0px 0px no-repeat;
    cursor: pointer;
}

.cookies-zavrit {
    width: 30px;
    height: 30px;
    background: url("../cookies/img/bcg_zavrit.png") 0px 0px no-repeat;
    transition: all ease 0.7s;  
    cursor: pointer;
}

.cookies-zavrit:hover {
    transform: rotate(180deg);  
}

#cookies-div-zluta {
    background: #801010;
    float: left;
    color: #ffffff;
    font-size: 1em;    
    padding: 40px 0px 20px 0px;
    position: fixed;
    left: 0px;
    bottom: 0px;    
    width: 100%;
    opacity: 0.95;
    z-index: 100;
}

#cookies-div-zluta h3 {
    color: white;
    font-size: 1.2em;
    margin: 0px 0px 10px 0px;
    padding: 0px;    
    background: none;
}

#cookies-div-zluta1 {
    float: left;
    max-width: 1000px;
    min-width: 660px;
    margin: 0px 20px 20px 20px;
}

#cookies-div-zluta2 {
    float: left;
    margin: 20px 20px 20px 20px;
}

.cookies-button1 {
    color: #801010;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
    transition: all ease 0.7s; 
    border-radius: 5px;
    background: white;
    border: none;
    float: left;
    margin: 0px 10px 0px 10px;
}

.cookies-button1:hover {
    color: white;
    background: #2db123;
}

.cookies-button2 {
    color: white;
    padding: 10px 43px 10px 15px;
    cursor: pointer;
    transition: all ease 0.7s; 
    border-radius: 5px;
    background: url("../cookies/img/bcg_fajfka.png") right center no-repeat #2db123;
    border: none;
    float: left;
    margin: 0px 10px 0px 10px;  
}

.cookies-button3 {
    color: #ffffff;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
    transition: all ease 0.7s; 
    border-radius: 5px;
    background: #2db123;
    border: none;
    float: right;
    margin: 0px 10px 0px 10px;
}

#cookies-div-bila {
    width: 100%;
    position: fixed;
    background: white;
    left: 0px;
    bottom: 0px;
    color: #71706f;
    padding: 40px 0px 40px 0px;
    display: none;
    opacity: 0.95;
    z-index: 100;
    overflow-y: auto;
}

#cookies-div-bila h2 {
    font-size: 1.5em;
    color: #801010;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background: none;
}

#cookies-div-bila h3 {
    font-size: 1.2em;
    color: #801010;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background: none;
}

#cookies-ikona {
    width: 22px;
    height: 22px;
    padding: 10px;
    background: url("../cookies/img/bcg_ikona1.png") center center no-repeat white;
Background-size: 22px 22px;
    border-radius: 100px;
    box-shadow: 0px 0px 20px #000000;
    cursor: pointer;
    transition: all ease 0.7s; 
    position: fixed;
    left: 20px;
    bottom: 20px;
}

#cookies-ikona:hover {
    transform: rotate(360deg);  
}

.cookies-div-main {
    width: 80%;
    margin: auto;
}

