.cookie-b {
    position: fixed;
    bottom: 12px;
    left: 12px;
    border-radius: 10px;
    width: 400px;
    background: #f5f5f5;
    color: #222222;
    font-size: 13px;
    line-height: 20px;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.cookie-b * {
    box-sizing: border-box;
}

.cookie-b .container {
    position: relative
}

.cookie-b__text {
}

.cookie-b__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cookie-b__links {
    color: #1569bc;
    text-decoration: none !important;
    border-bottom: 1px solid #1569bc;
}

.cookie-b__links:hover {
    color: #125fa9;
    border-bottom: 1px solid #125fa9;
}

.cookie-b__close {
    position: absolute;
    right: 22px;
    top: 22px;
    cursor: pointer
}

.cookie-b__close img {
    display: block;
    width: 15px;
    height: 15px;
}
@media (max-width:400px){
    .cookie-b{max-width: 94%;}
}