#cookiesBar {
	border-top: 1px solid #9acfea;
    border-bottom: 1px solid #9acfea;
    color: #414141;
    font: 400 normal font-size: 1.1rem Arial, sans-serif;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #d5ebf6;
}

#cookiesBar p {
    margin: 2px 0;
    line-height: 1;
}

#cookiesBarWrap {
    width: 840px;
    margin: 0 auto;
    position: relative;
}


#cookiesBarClose {
    display: block;
    float: right;
    margin-top: 0px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.3rem;
    background: #2c2c7c;
}
#cookiesBarClose:hover {
    background: #27278d;    
}


@media (max-width: 767px) {
    #cookiesBarClose {
        float: none;
        margin-top: 20px;
        text-align: center;
    }
}
