/* Основные стили */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #f7f9fc;
    color: #333;
    overflow-x: hidden;
}

/* Стили для навбара */
.navbar {
    background-color: #2c3e50;
}

.navbar-brand {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    color: #ecf0f1 !important;
}

.nav-link {
    color: #ecf0f1 !important;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #e94560 !important;
}

/* Стили для хедера */
header {
    position: relative;
    background: linear-gradient(135deg, #6a82fb, #fc5c7d);
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

header h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

header .circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    top: 20%;
    left: 10%;
    z-index: 1;
}

header .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-bottom: 200px solid rgba(255, 255, 255, 0.1);
    bottom: 10%;
    right: 5%;
    z-index: 1;
}

/* О нас */
#about {
    position: relative;
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
}

#about .blob {
    position: absolute;
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #fc5c7d, #6a82fb);
    border-radius: 50%;
    top: -50px;
    left: 20%;
    z-index: 1;
    filter: blur(30px);
}
h2 {
	font-weight: 800;
}
#about h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    color: #333;
    position: relative;
    z-index: 2;
}

#about p {
    font-size: 1.2rem;
    color: #555;
    position: relative;
    z-index: 2;
}

/* Услуги */
#services {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f7f9fc, #e3f2fd);
    overflow: hidden;
}

#services .diamond {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(233, 69, 96, 0.2);
    transform: rotate(45deg);
    bottom: -50px;
    right: 10%;
    z-index: 1;
}

#services h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    color: #2c3e50;
    position: relative;
    z-index: 2;
}

#services p {
    font-size: 1.1rem;
    color: #555;
    position: relative;
    z-index: 2;
}

#services .col-md-4 {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 2;
}

#services .col-md-4:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Контакты */
#contact {
    position: relative;
    padding: 100px 0;
    background-color: #f7f9fc;
}

#contact h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    color: #2c3e50;
    position: relative;
    z-index: 2;
}

#contact .hexagon {
    position: absolute;
    width: 200px;
    height: 115px;
    background: rgba(233, 69, 96, 0.2);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 0;
    left: 5%;
    z-index: 1;
}

#contact form {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

#contact button {
    background-color: #6a82fb;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 1.2rem;
    margin-top: 10px;
    border-radius: 50px;
    transition: background-color 0.4s, transform 0.4s;
}

#contact button:hover {
    background-color: #fc5c7d;
    transform: translateY(-5px);
}

/* Футер */
footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 30px 0;
    position: relative;
}

footer p {
    margin: 0;
    font-size: 1rem;
}

footer a {
    color: #fc5c7d;
    font-weight: 500;
}

footer a:hover {
    color: #6a82fb;
}
/* Основные стили для новых блоков */

/* Блок с командой */
#team {
    position: relative;
    padding: 100px 0;
    background-color: #e3f2fd;
    overflow: hidden;
}

#team .circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(106, 130, 251, 0.2);
    top: -50px;
    right: 5%;
    z-index: 1;
}

#team h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    color: #333;
    position: relative;
    z-index: 2;
}

.team-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 2;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.team-card img {
    width: 100%;
    border-bottom: 5px solid #fc5c7d;
}

.team-card h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 15px 0 5px;
}

.team-card p {
    font-size: 1rem;
    color: #576574;
    margin-bottom: 15px;
}

/* Блок с проектами */
#projects {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #fc5c7d, #f7f9fc);
    overflow: hidden;
}

#projects .hexagon {
    position: absolute;
    width: 200px;
    height: 115px;
    background: rgba(255, 255, 255, 0.2);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    bottom: -50px;
    left: 10%;
    z-index: 1;
}

#projects h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    color: #fff;
    position: relative;
    z-index: 2;
}

.project-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 2;
}

.project-card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.project-card img {
    width: 100%;
    border-bottom: 5px solid #6a82fb;
}

.project-card h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 15px 0 5px;
}

.project-card p {
    font-size: 1rem;
    color: #576574;
    margin-bottom: 15px;
}
/* Основные стили для новых блоков */

/* Блок с отзывами */
#testimonials {
    position: relative;
    padding: 100px 0;
    background-color: #f7f9fc;
    overflow: hidden;
}

#testimonials h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    color: #2c3e50;
    position: relative;
    z-index: 2;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 2;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial-card h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    color: #2c3e50;
}

.testimonial-card p {
    font-size: 1rem;
    color: #576574;
}

/* Блок с партнерами */
#partners {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #6a82fb, #fc5c7d);
    overflow: hidden;
}

#partners h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    color: #fff;
    position: relative;
    z-index: 2;
}

.partner-logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.partner-logo {
    width: 120px;
    margin: 15px;
    transition: transform 0.3s, filter 0.3s;
    border-radius: 50%;
}

.partner-logo:hover {
    transform: scale(1.1);
    filter: brightness(1) invert(0);
}

/* Блок с новостями */
#news {
    position: relative;
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
}

#news h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    color: #2c3e50;
    position: relative;
    z-index: 2;
}

.news-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 2;
}

.news-card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.news-card img {
    width: 100%;
    border-bottom: 5px solid #6a82fb;
}

.news-card h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 15px 0 5px;
}

.news-card p {
    font-size: 1rem;
    color: #576574;
    margin-bottom: 15px;
}

.news-card a {
    color: #6a82fb;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}

.news-card a:hover {
    color: #fc5c7d;
}
/* Основные стили для новых блоков */

/* Блок со статистикой */
#statistics {
    position: relative;
    padding: 100px 0;
    background: #7380f3;
    overflow: hidden;
    color: #fff;
}

#statistics h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    color: #fff;
    position: relative;
    z-index: 2;
}

.stat-item {
    text-align: center;
    margin: 20px 0;
    position: relative;
    z-index: 2;
}

.stat-item h3 {
    font-size: 3rem;
    font-weight: 700;
    margin: 10px 0;
    color: #fff;
}

.stat-item p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #f0f0f0;
}

/* Блок подписки на новости */
#newsletter {
    position: relative;
    padding: 100px 0;
    background-color: #f7f9fc;
    overflow: hidden;
}

#newsletter h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    position: relative;
    z-index: 2;
}

.newsletter-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 12px 20px;
    border: 2px solid #dfe6e9;
    border-radius: 5px;
    font-size: 1.1rem;
    margin-right: 10px;
    transition: border-color 0.3s;
}

.newsletter-form input[type="email"]:focus {
    border-color: #6a82fb;
}

.newsletter-form button {
    background-color: #6a82fb;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 1.1rem;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
}

.newsletter-form button:hover {
    background-color: #fc5c7d;
    transform: translateY(-5px);
}
/* Стили для социальных иконок в футере */
.social-icons a {
    color: #fff;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #dfe6e9;
}
.hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.btn-hero {
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 1.2rem;
    border-radius: 30px;
    transition: background-color 0.3s, transform 0.3s;
}

.btn-hero:hover {
    background-color: #fc5c7d;
    transform: translateY(-5px);
}
.btn-primary {
    padding: 10px 25px;
    font-size: 1rem;
    border-radius: 30px;
    transition: background-color 0.3s, transform 0.3s;
}

.btn-primary:hover {
    background-color: #fc5c7d;
    transform: translateY(-5px);
}
.process-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.process-step {
    min-height: 250px; /* Уменьшенная минимальная высота */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.text-primary {
    color: #007bff; /* Основной цвет для иконок */
}
.testimonial-card {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}
.carousel-control-prev, .carousel-control-next {
	z-index: 299;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
}
.newsletter-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
}

.newsletter-form {
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-form input {
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}

.newsletter-form button {
    padding: 10px 30px;
    border-radius: 30px;
    transition: background-color 0.3s, transform 0.3s;
}

.newsletter-form button:hover {
    background-color: #fc5c7d;
    transform: translateY(-5px);
}
.news-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.news-card h4 {
    margin-top: 15px;
}

.news-card small {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #888;
}
.section-header {
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 40vh;
}
.subheading {
    font-size: 1.5rem; /* Увеличенный размер шрифта */
    font-weight: 500; /* Полужирный текст для акцента */
    margin-top: 15px;
    color: #fff; /* Белый цвет текста для контраста */
}
/* Градиентный фон */
.gradient-bg {
    background: linear-gradient(135deg, #b96eb8, #7380f3);
}

/* Анимированные фигуры */
.animated-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: 10%;
    left: 5%;
    animation: float 6s infinite;
}

.animated-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 100px solid rgba(255, 255, 255, 0.1);
    bottom: 15%;
    right: 10%;
    animation: float 8s infinite;
}

.animated-blob {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    bottom: 10%;
    left: 20%;
    animation: float 10s infinite;
}

.animated-square {
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    top: 30%;
    right: 15%;
    animation: float 7s infinite;
}

/* Анимация "плавание" */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
/* Верхнее меню */
.top-bar {
    background-color: #2c3e50;
}

.top-bar .social-icons a {
    color: #ecf0f1;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.top-bar .social-icons a:hover {
    color: #e94560;
}

/* Основное меню */
.navbar {
    background-color: #2c3e50 !important;
    border-bottom: 2px solid #e94560;
}

.navbar-brand {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    color: #ecf0f1 !important;
}

.navbar-nav .nav-link {
    color: #ecf0f1 !important;
    font-size: 1.1rem;
    text-transform: uppercase;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #e94560 !important;
}

.btn-light {
    background-color: #e94560 !important;
    color: #fff;
    border: none;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 30px;
    transition: background-color 0.3s, transform 0.3s;
}

.btn-light:hover {
    background-color: #6a82fb !important;
    transform: translateY(-3px);
}
.cookie-consent {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #2c3e50;
            color: #ecf0f1;
            padding: 15px;
            text-align: center;
            z-index: 9999;
            transition: transform 0.3s ease-in-out;
        }
        .cookie-consent p {
            margin: 0;
            padding: 0 10px;
        }
        .cookie-consent a {
            color: #fc5c7d;
            text-decoration: underline;
        }
        .cookie-consent button {
            margin-left: 10px;
            background-color: #6a82fb;
            color: #fff;
        }