.navigation-container {
            background-color: #f8f9fa;
            padding: 10px 0;
            border-bottom: 1px solid #dee2e6;
            position: relative;
        }

        .logo-section {
            position: absolute;
            left: 15px;
            top: 10px;
            display: flex;
            align-items: center;
            z-index: 10;
        }

        .logo-section img {
            height: 50px;
            margin-right: 10px;
        }

        .logo-text {
            font-size: 12px;
            font-weight: bold;
            color: #333;
            line-height: 1.1;
        }

        .center-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            padding-top: 10px;
        }

        .branches-indicators {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
            justify-content: center;
        }

        .branch-indicator {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: #ff6b6b;
            border-radius: 50%;
            margin-right: 8px;
        }

        .branch-name {
            font-size: 14px;
            color: #555;
            margin-right: 15px;
        }

        	.branch-item {
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
	font-family: 'point', sans-serif !important;
	font-size: calc(0.1rem + 1vw)!important;
}

.branch-item i {
    
    color: var(--bs-danger);
}	
	

        .nav-links {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nav-links a {
            color: #000 !important;
            font-weight: 500;
            padding: 10px 15px;
            text-decoration: none;
	font-family: 'point', sans-serif !important;
        }

        .nav-links a:hover {
            color: #fff;
        }	
		
         /* навигатор разделы */
      
    .navbar {
    padding-top: 0px;
	padding-bottom: 0px;
	background-color: #3e4a59; /* как на скрине */
    color: #fff;
}

.nav-link {
            color: #fff;
	font-size: 16px !important;
	font-family: 'point', sans-serif !important;
        }
.nav-link:hover {
color: #ccc;
}

    .nav-icon {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
    }

    .dropdown-menu {
      font-size: 14px;
    }		



.navbar-toggler {
  border-color: rgba(255,255,255,.3);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
	
/*hero-section */
	   .hero-section {
            background-color: #212121;
            color: #fff;
            padding: 60px 0;
            min-height: 400px;
            display: flex;
            align-items: center;
        }

        .hero-content {
            max-width: 600px;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: bold;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .hero-subtitle {
            font-size: 1.2rem;
            color: #69c917;
            margin-bottom: 20px;
        }

        .hero-description {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        .hero-btn {
            background-color: #69c917;
            color: #000;
            padding: 12px 30px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: bold;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .hero-btn:hover {
            background-color: #3fd085;
            color: #000;
        }

        .hero-image {
            text-align: center;
        }

        .hero-image img {
            max-width: 100%;
            height: auto;
        }

/* подвал */
         footer {
            background-color: black;
            color: white;
            padding: 40px 0;
            margin-top: auto; /* Отодвигает футер вниз */
        }
        .footer-link {
            color: white;
            text-decoration: none;
        }
        .footer-link:hover {
            color: #ccc;
        }
        .footer-column h5 {
            font-weight: bold;
            margin-bottom: 20px;
        }
        .footer-bottom {
            border-top: 1px solid #333;
            margin-top: 20px;
            padding-top: 20px;
            display: flex;
            justify-content: space-between;
        }
        .submit-btn {
            background-color: white;
            color: black;
            border: none;
            padding: 8px 20px;
            border-radius: 4px;
            font-weight: bold;
        }
		















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
