

/* Start:/tools/css/bim-models.css?17758146641653*/
.b-content > .b-wrapper {
  display: flex;
  max-width: 1264px;
  width: unset;
  gap: 20px;
  padding: 0 20px;
  > .b-main {
    width: unset;
    padding-left: unset;
    flex-grow: 1;
  }

  > .b-sidebar {
    width: unset;
  }
}

@media (max-width: 1000px) {
  .b-content > .b-wrapper {
    flex-direction: column;
  }
}

/* breadcrumbs */
.b-bread ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-bread ul {
  z-index: 3;
  display: flex;
  align-items: center;
}
@media (max-width: 1350px) {
  .b-bread ul {
    top: 120px;
    transform: none;
    left: 16px;
    right: 16px;
    overflow: auto;
  }
}
@media (max-width: 575px) {
  .b-bread ul {
    top: 100px;
  }
}
.b-bread ul::-webkit-scrollbar {
  height: 0;
}
.b-bread ul li {
  padding-right: 17px;
  position: relative;
}
@media (max-width: 1350px) {
  .b-bread ul li:first-child {
    margin-left: 16px;
  }
}
.b-bread ul li:last-child {
  padding-right: 0;
}
@media (max-width: 1350px) {
  .b-bread ul li:last-child {
    margin-right: 16px;
  }
}
.b-bread ul li:last-child:after {
  content: none;
}
.b-bread ul li:after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  color: #64748B;
  font-weight: 400;
}
.b-bread ul li span {
  color: #64748B;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
@media (max-width: 1350px) {
  .b-bread ul li span {
    white-space: nowrap;
  }
}
.b-bread ul li a {
  color: #64748B;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
  text-decoration: underline;
}
@media (max-width: 1350px) {
  .b-bread ul li a {
    white-space: nowrap;
  }
}
/* End */
/* /tools/css/bim-models.css?17758146641653 */
