.b-cookie-policy {
    background: rgba(0,0,0,.9);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 200001;
    color: white;
    font-size: 12px;
    line-height: 18px;
}
.b-cookie-policy__wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 15px 30px 5px 10px;
}
.b-cookie-policy__title {
    margin-bottom: 5px;
}
.b-cookie-policy__close {
    position: absolute;
    top: 15px;
    right: 10px;
    background: url('close.png') 0 0 no-repeat;
    width: 10px;
    height: 10px;
    display: block;
}
.b-cookie-policy__link {
    color: white;
    text-decoration: underline;
}