#cookie-agreement
{
    top: auto;
    bottom: 0;
    background: #e6e6e6;
    color: #000;
    z-index: 999999;
    position: fixed;
    left: 0;
    right: 0;
    padding: 15px 4.6rem 15px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    vertical-align: baseline;
    font-size:14px;
    font-family: PTSansRegular, Tahoma, "Geneva CY", sans-serif;
}

#cookie-agreement .container
{
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
}

#cookie-agreement .container .btn-orange
{
    display: inline-block;
    width:120px;
    padding:6px 0;
    font-size:14px;
    margin:0 0 0 12px;
}
