.container-breadcrumbs {
  width: 100%;
  background-color: var(--svetlo-seryy);
  margin-top: -5.5rem;
  padding-top: 6.75rem;
  /*padding-bottom: 6.875rem;*/
  padding-bottom: 5.875rem;
}

#breadcrumbs a span:after{
  content: '/';
}

@media screen and (max-width: 95rem) and (min-width:71.3125rem) {
  .container-breadcrumbs .container{
	max-width:85rem;
  }
}

@media screen and (min-width: 30.0625rem) {
  .container-breadcrumbs {
    margin-bottom: -4.375rem;
  }
}
@media screen and (max-width: 30rem) {
  .container-breadcrumbs {
    margin-bottom: -6.4375rem;
  }
}
.container-breadcrumbs.container-breadcrumbs-black {
  background-color: var(--chernyy);
}
.container-breadcrumbs.container-breadcrumbs-black ul li:not(:last-child) span[itemprop=name] {
  color: #FFFFFF;
}
.container-breadcrumbs.container-breadcrumbs-black ul li:last-child span[itemprop=name] {
  color: rgba(255, 255, 255, 0.3019607843);
}
.container-breadcrumbs.container-breadcrumbs-zero{
  background-color: #000000;
}
.container-breadcrumbs.container-breadcrumbs-zero ul li:not(:last-child) span[itemprop=name] {
  color: #FFFFFF;
}
.container-breadcrumbs.container-breadcrumbs-zero ul li:last-child span[itemprop=name] {
  color: rgba(255, 255, 255, 0.3019607843);
}
@media screen and (max-width: 95rem) and (min-width: 42.0625rem) {
  .container-breadcrumbs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 42rem) {
  .container-breadcrumbs {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.container-breadcrumbs ul {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  gap: 0.2rem;
}
.container-breadcrumbs ul span[itemprop=name] {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}
.container-breadcrumbs ul li a:hover ,
.container-breadcrumbs ul li a:hover span,
.container-breadcrumbs.container-breadcrumbs-black ul li:not(:last-child) a:hover span[itemprop=name],
.container-breadcrumbs.container-breadcrumbs-zero ul li:not(:last-child) a:hover span[itemprop=name]{
  color: var(--oranzhevyy);
}
.container-breadcrumbs ul{
    flex-wrap: wrap;
}
.container-breadcrumbs ul li:last-child span[itemprop=name]{
    word-break: break-all;
    white-space: normal;
}
.container-breadcrumbs ul li:last-child span[itemprop=name] {
  color: rgba(0, 0, 0, 0.6);
}/*# sourceMappingURL=breadcrumbs.css.map */