.panel_cookie {
    position: fixed;

    z-index: 100002;
    background: rgba(58,59,61,.8);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.8);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.8);
    padding: 15px 0;
}

.panel_cookie input {
    border: none;
    color: #fff;
    font-size: 30px;
    height: 53px !important;
    width: 53px !important;
    line-height: 53px;
    background: url("close.png") no-repeat 50% #4a86cf;
    display: block;
    float: right;
    padding: 0;
    margin: 18px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

div.tresc {
    float: left;
    margin: 0 0 0 3%;
    max-width: 80%;
    width: auto;
}
.panel_cookie p {
    color: #fff;
}
.gora{top:0;width: 100%;    left: 0;}
.dol{bottom:0;width: 100%;    left: 0;}
.srodek{margin: auto;
    width: 26%;
    border-radius: 10px;
    top: 37%;
    left: 37%;
    border:1px white solid;
}
