body .site-folders .shop-folders > li {
  display: flex;
  flex-direction: column;
}
body .site-folders .shop-folders > li .first-level-link {
  position: relative;
  order: 9;
  max-width: 60px;
}
body .site-folders .shop-folders > li .first-level-link span {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
body .site-footer__bottom_in {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body .top-slider .top-slider-arrows {
    display: flex;
  }
  body .top-slider .top-slider-arrows__in {
    top: auto;
    bottom: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  body .site-main {
    padding-top: 30px;
  }
  body .site-path {
    display: flex;
    flex-wrap: wrap;
  }
}
