
        .breadcrumbs {
            list-style: none;
            padding: 16px 24px;
            margin: 0;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.75rem;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            font-size: 0.95rem;
            color: #5f6368;
        }

        .breadcrumbs li {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            line-height: 1.5;
        }

        .breadcrumbs li:not(:last-child)::after {
            content: '/';
            display: block;
            color: #d3d3d3;
            margin-left: 0.8rem;
            font-weight: 300;
        }

        .breadcrumbs a {
            color: #7cc440;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.15s ease;
            padding: 4px 8px;
            border-radius: 6px;
            font-weight: 400;
        }

        .breadcrumbs a:hover {
            background: rgba(124, 196, 64, 0.05);
/*            transform: translateY(-1px);*/
        }

        .breadcrumbs .active {
            color: #2f3439;
            font-weight: 400;
            padding: 4px 8px;
            opacity: 0.9;
        }

        .icon-home {
            fill: #7cc440;
            transition: fill 0.2s ease;
            width: 18px;
            height: 18px;
            opacity: 0.9;
        }

        .breadcrumbs a:hover .icon-home {
            opacity: 1;
            transform: scale(1.05);
        }

        /* Адаптация для мобильных */
        @media (max-width: 480px) {
            .breadcrumbs {
                padding: 12px 16px;
                font-size: 0.88rem;
                gap: 0.5rem;
            }
            
            .breadcrumbs li::after {
                margin-left: 0.6rem;
            }
            
            .breadcrumbs a {
                padding: 3px 6px;
            }
            
            .icon-home {
                width: 16px;
                height: 16px;
            }
        }
    





















.bc {
/*  display: flex;*/
  align-items: center;
  margin: 0.7em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: calc(0.7em + 10px);
  margin-bottom: 0px;
}

@media (min-width: 0px) {
  .bc {
  	margin-left: calc(0.7em + 0px);
  	margin-bottom: 15px;
  }
}

.bc > a {
  color: #2c2c2c;
  display: inline-block;
}

.edctss {
  display: inline-block;margin-bottom: 1px;
  width: 5px;height: 5px;background: #7cc440;border-radius: 20px;margin-left: 5px;margin-right: 5px;min-width: 5px;
}

.edctss1 {
  padding-left: 3px;padding-right: 3px;font-weight: 550;font-size: 12px;
}

.bc_el {
  font-size: 12px;font-weight: 550;
}