
        :root {
            --primary-blue: #1a5276;
            --secondary-blue: #112e60;
            --accent-orange: #e67e22;
            --light-gray: #f8f9fa;
            --dark-gray: #343a40;
        }
        body {
            font-family: "Montserrat", sans-serif;
        }

        .bg-primary-blue {
            background-color: var(--primary-blue);
        }

        .bg-secondary-blue {
            background-color: var(--secondary-blue);
        }

        .text-orange {
            color: var(--accent-orange);
        }

        .btn-orange {
            background-color: var(--accent-orange);
            color: white;
            border: none;
        }

        .btn-orange:hover {
            background-color: #d35400;
            color: white;
        }
        .btn-2color {
background-image: linear-gradient(0.5turn,rgba(17,46,96,1) 68%,rgba(223,114,70,1) 100%);
        }

        .navbar-brand img {
            height: 60px;
        }

        .hero-section {
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://www.kavgolovo.center/wp-content/uploads/2023/05/hero-bg.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
        }

        .card-hover {
            transition: transform 0.3s, box-shadow 0.3s;
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .card-hover:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.2);
        }

        .section-title {
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 30px;
        }

        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--accent-orange);
        }

        .contact-info i {
            color: var(--accent-orange);
            font-size: 1.2rem;
            margin-right: 10px;
        }

        .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: var(--secondary-blue);
            color: white;
            margin-right: 10px;
            transition: all 0.3s;
        }

        .social-icon:hover {
            background-color: var(--accent-orange);
            transform: translateY(-3px);
        }

.container-wrapper {
            display: flex;
            flex-wrap: wrap;
        }
        .main-col {
            width: 70%;
            padding-right: 15px;
        }
        .side-col {
            width: 30%;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .big-box, .small-box {
            background: rgb(21,47,96);
background: linear-gradient(180deg,rgba(21,47,96,1) 42%,rgba(223,114,70,1) 95%);
border-radius: 10px;
            padding: 4px;
            border-radius: 5px;
        }
        .big-box {
            height: 100%;
        }
video { border-radius:4px }
.small-box{ position:relative} .small-box span{ position:absolute; z-index:2; bottom:8px; color:#fff; font-size:22px; text-align:center; width:100%;left:0}
.small-box img{ border-radius:4px; width:100%; height: 100%;  }
.navbar-top .navbar-nav{ flex-direction: row; }.navbar-top { font-size:14px; color:#fff}
#navbarNav a{ font-size:16px }
.display-4{ font-size:2.5rem }
.navbar-top a:hover{ text-decoration: underline;transition: transition: 0.3s ease; }

.hover-underline {
        color: inherit; white-space: nowrap;
        transition: color 0.3s ease;
    }
    
    .hover-underline::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #e67e22;
        transition: width 0.3s ease;
    }
    
    .hover-underline:hover {
        color: #e67e22 !important;
    }
    
    .hover-underline:hover::after {
        width: 100%;
    }
    
    .nav-link img {
        transition: transform 0.3s ease;
    }
    
    .nav-link:hover img {
        transform: scale(1.1);
    }
.navbar-brand .fst-italic{ font-size:15px;} 
/* Скролл для мобильного меню */
    .mobile-menu-scroll {
        -webkit-overflow-scrolling: touch; /* Плавный скролл на iOS */
        scrollbar-width: thin; /* Тонкий скроллбар для Firefox */
    }
    
    .mobile-menu-scroll::-webkit-scrollbar {
        width: 5px;
    }
    
    .mobile-menu-scroll::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.2);
        border-radius: 10px;
    }
.pages,footer,.clear,h1,h2,h3{clear:both}
.pages img{padding:.5rem}
nav a{ color:#112e60;font-size: 13px; }
footer a{color:#fff}    
.fixed-footer {
            position: fixed;z-index:100;
            bottom: 0;
            width: 100%;
            height: 60px;
        }
@media (max-width:1400px) {
#navbarNav a{ font-size:1vw }
.navbar-brand .fst-italic{ font-size:12px;} 
.navbar-brand .fw-bold{ font-size:15px;} 
.topling{ font-size:12px!important;}
.topling a{ font-size:12px!important;}
.topling li{ padding:.3rem!important;}
}

        @media (max-width: 767.98px) {
            .container-wrapper {
                flex-direction: column;
            }
            .main-col, .side-col {
                width: 100%;
                padding-right: 0;
            }
            .main-col {
                margin-bottom: 15px;
            }
.navbar-brand{ font-size:14px; }
.navbar-brand .fst-italic{ font-size:12px;}
.navbar-brand img { height: 50px;}
#navbarNav a{ font-size:13px!important }
        }
@media (min-width:1400px) {
.container{ max-width: 1900px; }
}
