.cookie-notice {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    position: fixed;
    z-index: 2147483648;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.79);
    color: #fff;
    font-size: 14px;
    font-weight:300;
    line-height: 21px;
    padding: 22px 20px 18px 20px;

    min-height: 140px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cookie-notice .cookie-notice-content {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.cookie-notice.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.cookie-notice .close-notice {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    width:130px;
    margin: 21px auto 0 auto;
}

.cookie-notice p {
    margin: 0;
    padding: 0;
}


.cookie-notice .link-block__btn.cookie-link {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    text-decoration: underline !important;
    border: none;
    vertical-align: middle;
}
.cookie-notice .link-block__btn.cookie-link:hover{
    text-decoration: none !important;
}

.cookie-notice .centered {
    margin: 0 auto;
    width: 100%;
    max-width: 836px;
}

@media screen and (max-width: 550px) {
    .cookie-notice {
        min-height:180px;
        height:180px;
    }
}

@media screen and (max-width: 400px) {
    .cookie-notice {
        min-height:200px;
        height:200px;
    }
}