@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: 100px!important;
    width: 100%!important;
  }
  .intro .container {
    padding: 0 40px!important;
  }
}
@media (min-width:768px) and (max-width:992px) {
  .breadcrumb__block{
    padding-bottom: 35px!important;
    width: 100%!important;
  }
  .intro .container {
    padding: 0 40px!important;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb__block{
    width: 284px;
    padding-bottom: 76px;
  }
  .intro {
    background-position: left calc(50% - 94px) top 80px;
  }
  .intro .container {
    padding: 0 18px 0;
  }
}




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

}

nav.breadcrumb {
  margin-bottom: 0;
  height: 50px;
  position: relative;
}
nav.breadcrumb {
  background-color: transparent;
}
.breadcrumb {
   padding: 0 15px;
   margin-bottom: 20px;
   list-style: none;
   background-color: #f5f5f5;
   border-radius: 4px;
 }
nav.breadcrumb ul.list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.breadcrumb ul.list {
  position: absolute;
  width: 97%;
  border-radius: 0;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 400;
}
nav.breadcrumb .list {
  list-style: none;
  padding: 0;
}
nav.breadcrumb ul.list .home_item {
  margin-left: 0;
}
nav.breadcrumb .list__item {
  display: inline;
}
nav.breadcrumb ul.list a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.glyphicon {
  position: relative;
  top: 1px;
  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';
  margin: 0 10px;
}
nav.breadcrumb ul.list .home_item::before {
  display: none;
}
