        #map {
            width: 100%;
            height: 450px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .ymaps-2-1-79-image  {
            border-radius: 50%;
    		border: solid 2px #00a183;
        }



        .section-title {
            font-weight: 700;
            color: #343a40;
            margin-bottom: 2rem;
        }
        .breadcrumb-item a {
            color: #00a884;
        }
        .breadcrumb-item.active {
            color: #495057;
        }
        .map-container {
            width: 100%;
            background-color: #f8f9fa;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 2rem;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .form-control {
            padding: 0.75rem;
            border: 1px solid #dee2e6;
            border-radius: 4px;
        }
        .btn-primary {
            background-color: #00a884;
            border-color: #00a884;
            padding: 0.75rem 1.5rem;
            font-weight: 600;
        }
        .btn-primary:hover {
            background-color: #008c70;
            border-color: #008c70;
        }
        .info-label {
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        .requisites-section {
            margin-top: 2rem;
        }