.b-cookies {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 22;
}

.b-cookies-text >a {
    font-weight: bold;
}

@media (min-width:1200px) {
    .b-cookies {
        width: 90%;
    }
}

.b-cookies-content {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
}

.b-cookies-text {
    font-family: Gotham,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    margin-right: 35px;
    width: 100%;
}