.cookie-line {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #bf2121;
    color: #FFF;
    padding: 8px 0 45px;
    font-size: 12px;
    line-height: 1.2;
    height: auto;
}

.cookie-line__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-line__text a {
    color: #FFF;
    font-weight: 600;
    text-decoration: underline;
}
.cookie-line__text a:hover,
.cookie-line__text a:focus,
.cookie-line__text a:active {
    color: inherit;
    opacity: 0.8;
}

.cookie-line__button {
    padding-left: 5px;
}
.cookie-line__button .btn:hover,
.cookie-line__button .btn:focus,
.cookie-line__button .btn:active {
    background-color: #ad2323;
}

@media (min-width: 1220px) {
    .cookie-line {
        padding: 23px 0 50px;
        font-size: 16px;
        line-height: 19px;
    }
}
