@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

@media (min-width:992px) {
  .breadcrumb__block{
    padding-bottom: 0px!important;
    width: 100%!important;
  }
  .intro .container {
    padding: 0 40px!important;
  }
}
@media (min-width:768px) and (max-width:992px) {
  .breadcrumb__block{
    padding-bottom: 0px!important;
    width: 100%!important;
  }
}
@media screen and (max-width:767px) {
  .breadcrumb__block{
    width: 100%!important;
    padding-bottom: 0px!important;
  }
  .intro .container {
    padding: 0 20px!important;
  }
}

nav.breadcrumb {
  z-index: 9999;
  display: block

}

nav.breadcrumb {
  margin-bottom: 0;
  position: relative;
}
nav.breadcrumb {
  background-color: transparent;
}
.breadcrumb {
   margin-bottom: 0px;
   list-style: none;
   background-color: #f5f5f5;
 }
nav.breadcrumb .list {
  width: 100%;
  border-radius: 0;
  padding: 15px 0 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
nav.breadcrumb .list__item {
  position: relative;
  padding-right: 25px;
  padding-top: 5px;
}
nav.breadcrumb ul.list .home_item {
  margin-left: 0;
  flex-shrink: 0;
}
nav.breadcrumb ul.list a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.glyphicon {
  position: relative;
  top: 0;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-home::before {
  content: "\e021";
}
nav.breadcrumb .list__item::before {
  content: '\203A';
  position: absolute;
  right: 10px;
  bottom: 1px;
}
nav.breadcrumb .list__item:last-child::before {
  display: none;
}
.home_item_text {
  vertical-align: text-top;
}
