
        .header-bg {
            background-color: #008DD9 !important; /* Альтернатива */
        }
        .footer-bg {
            background-color: #008DD9 !important; /* Альтернатива */
        }
        .swiper {
            width: 100%;
            height: 400px;
        }
        @media (max-width: 767px) {
            .swiper {
                height: auto;
            }
        }
        .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
        .category-menu { transition: all 0.3s; }
        .category-menu:hover { background-color: #f3f4f6; }
        .brand-logo { max-height: 80px; transition: transform 0.3s; }
        .brand-logo:hover { transform: scale(1.05); }
        .mission-block { background: linear-gradient(to right, #008DD9, #9cd10b); }
        .group-card { transition: transform 0.2s; }
        .group-card:hover { transform: scale(1.02); }
        .group-image { width: 100%; max-height: 200px; object-fit: cover; }
        .news-card { transition: transform 0.2s; }
        .news-card:hover { transform: scale(1.02); }
        .news-image { width: 100%; max-height: 200px; object-fit: cover; border-radius: 8px; }
        .swiper-button-next, .swiper-button-prev {color: #008DD9;}
        .w-full {color: #9cd10b;}
        .text-xl {color: #9cd10b;}
        .gap-8 {margin-top:50px;}
        .swiper-pagination-clickable{color:red;}
 