﻿#preloader .preloader .waviy span:nth-child(2) {
    animation-delay: 0.2s;
}

#preloader .preloader .waviy span:nth-child(3) {
    animation-delay: 0.3s;
}

#preloader .preloader .waviy span:nth-child(4) {
    animation-delay: 0.4s;
}

#preloader .preloader .waviy span:nth-child(5) {
    animation-delay: 0.5s;
}

#preloader .preloader .waviy span:nth-child(6) {
    animation-delay: 0.6s;
}

#preloader .preloader .waviy span:nth-child(7) {
    animation-delay: 0.7s;
}

#preloader .preloader .waviy span:nth-child(8) {
    animation-delay: 0.8s;
}

#preloader .preloader .waviy span:nth-child(9) {
    animation-delay: 0.9s;
}

#preloader .preloader .waviy span:nth-child(10) {
    animation-delay: 1.0s;
}

#preloader .preloader .waviy span:nth-child(11) {
    animation-delay: 1.1s;
}

#preloader .preloader .waviy span:nth-child(12) {
    animation-delay: 1.2s;
}

.d-end {
    display: flex;
    justify-content: flex-end;
}

.cookie-consent-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.65);
}

.cookie-consent-content {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.cookie-consent-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 0.5rem 1rem;
}