@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.breadcrumbs {
  display: flex; }

.breadcrumbs__item {
  display: flex;
  align-items: center;
  color: #888888;
  font-size: 12px; }
  .breadcrumbs__item_is-selected {
    color: #00438E; }
  .breadcrumbs__item:after {
    content: '';
    display: flex;
    background-repeat: no-repeat;
    background: url("/public/img/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 5px;
    height: 8px;
    margin: 0 10px; }
  .breadcrumbs__item:last-child:after {
    content: none; }
