#sky_cookie {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
    background: black;
    color: white;
}
#sky_cookie p {
    float: left;
    color: white;
    padding-top: 4px;
    font-size: 13px;
}
#sky_cookie a{
    color:white;
}
#souhlas{
    float: right;
    position: relative;
    top: 10px;
    right: 10px;
    background: #8dbc00;
    padding: 10px;
    cursor: pointer;
    border-radius: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
@media screen and (max-width: 1120px){
#souhlas {
    float: unset;
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 175px;
    height: 36px;
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #8dbc00;
    padding: 10px;
    cursor: pointer;
    border-radius: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -25px;
}
#sky_cookie p {
    float: unset;
    color: white;
    padding-top: 4px;
    font-size: 13px;
    text-align: center;
}
}