/**
 * Created by Constantine Zykov, iweb@inbox.ru, 23.09.2021
 */
.cookie-alert__container {
    position: fixed;
    bottom: 0;
    z-index: 2050;
    display: none;
    width: 100%;
    box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.5);
}

.cookie-alert__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.cookie-alert__container .alert {
    margin-bottom: 0;
}
