/*плашка cookies*/
.warning--cookie {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 24px;
    background-color: #f27a19;
    color: #ffffff;
    flex-direction: column;
    gap: 8px;
}

.warning--active {
    display: flex;
}

.warning__text a {
    text-decoration: underline;
    color: #009294;
}
/*конец плашки*/
