.testimonials-section {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59,130,246,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.testimonials-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(139,92,246,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.testimonials-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.testimonials-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 60px;
    background: linear-gradient(135deg, #1e293b, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.5px;
}

.testimonials-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 0 30px;
}

.testimonials-slider {
    display: flex;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.testimonial-card {
    flex: 0 0 calc(33.333% - 20px);
    background: white;
    border-radius: 28px;
    padding: 32px 28px;
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.1);
    transition: all 0.35s ease;
    border: 1px solid rgba(59,130,246,0.1);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 45px -15px rgba(59,130,246,0.2);
    border-color: rgba(59,130,246,0.2);
}

.testimonial-quote {
    margin-bottom: 24px;
}

.testimonial-quote i {
    color: #3b82f6;
    font-size: 2rem;
    opacity: 0.5;
    margin-bottom: 16px;
    display: block;
}

.testimonial-quote p {
    font-size: 1rem;
    line-height: 1.6;
    color: #334155;
    font-style: italic;
    margin: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
    margin-top: 8px;
}

.author-avatar i {
    font-size: 2.5rem;
    color: #3b82f6;
    opacity: 0.8;
}

.author-name {
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    font-size: 1rem;
}

.author-title {
    font-size: 0.8rem;
    color: #64748b;
    margin: 4px 0 0;
}

/* Навигационные кнопки */
.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
    z-index: 10;
    color: #3b82f6;
    font-size: 1.2rem;
}

.testimonial-nav:hover {
    background: #3b82f6;
    color: white;
    box-shadow: 0 12px 25px rgba(59,130,246,0.3);
    transform: translateY(-50%) scale(1.05);
}

.testimonial-nav.prev {
    left: -20px;
}

.testimonial-nav.next {
    right: -20px;
}

/* Dots/индикаторы */
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 35px;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    width: 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

.testimonial-dot:hover:not(.active) {
    background: #94a3b8;
    transform: scale(1.2);
}

/* Адаптивность */
@media (max-width: 1024px) {
    .testimonial-card {
        flex: 0 0 calc(50% - 15px);
    }
    
    .testimonials-title {
        font-size: 2rem;
    }
    
    .testimonial-nav.prev {
        left: 5px;
    }
    
    .testimonial-nav.next {
        right: 5px;
    }
    
    .testimonial-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonial-card {
        flex: 0 0 100%;
        padding: 24px 20px;
    }
    
    .testimonials-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    
    .testimonial-nav {
        width: 36px;
        height: 36px;
        top: 40%;
    }
    
    .testimonial-nav.prev {
        left: -8px;
    }
    
    .testimonial-nav.next {
        right: -8px;
    }
}

@media (max-width: 480px) {
    .testimonials-container {
        padding: 0 16px;
    }
    
    .testimonial-card {
        padding: 20px 16px;
    }
    
    .testimonial-quote p {
        font-size: 0.9rem;
    }
    
    .testimonial-nav {
        display: none;
    }
    
    .testimonial-dots {
        margin-top: 25px;
    }
}





 .cookie-banner {
            position: fixed;
            bottom: 10px;
            right: 10px;
            width: 300px;
            background-color: #444;
            color: #fff;
            padding: 20px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            border-radius: 8px;
            box-sizing: border-box;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
        }
        .cookie-banner.show {
            opacity: 1;
        }
        .cookie-banner p {
            margin: 0;
            margin-bottom: 10px;
            font-size: 14px;
        }
        .cookie-banner button {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }
        .cookie-banner button:hover {
            background-color: #0056b3;
        }
* {
    background-size: cover;
    background-position: center center;
}
body {
	margin: 0px;
}
