.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(100,95,96,.9);
    padding: 20px;
    z-index: 100;
    font-size: 14px;
    color: #ffffff;
}

.cookie-bar .inner {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 2;
}

.cookie-bar p{
    margin-right: 110px;
    margin-bottom: 0
}

.cookie-bar a{
    color: #ffffff;
}

.cookie-bar a.btnMore{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

@media screen and (max-width: 690px) {
    .cookie-bar p {
        font-size: 12px;
        line-height: 120%;
        margin-right: 0;
        padding-bottom: 50px
    }

    .cookie-bar a.btnMore {
        top: auto;
        bottom: 10px;
        right: auto;
        left: 50%;
        width: 80px;
        margin-left: -40px
    }

    .cookie-bar .inner {
    }
}