.header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1000;
}
.header__nav ul {
  margin: 0;
}
.header__moto p {
  margin: 0;
}
/* .index-catalog__item:last-child .index-catalog__item-img {
  height: 200px;
  right: 30px;
  left: unset;
  max-width: 327px;
}
.index-catalog__item:last-child {
  /* border-left: 1px solid #e1e1e1; */
  /* grid-column: span 2;
}
@media (max-width: 1300px) {
  .index-catalog__item:last-child {
    border-left: none;
    grid-column: span 1;
    /* border-top: 1px solid #e1e1e1 !important; */
  /* }
  .index-catalog__item:last-child .index-catalog__item-img {
    height: 140px;
    right: unset;
    left: 0;
    top: 0;
    max-width: 170px;
  }
  .index-catalog__item::before{
    z-index: 3;
  }
} */ 
@media screen and (max-width: 992px) {
  .body-wrapper {
    overflow: clip;
  }
}
