.site-header .header-bottom__center {
  display: block !important;
}
.site-header .header-bottom__center #search-app {
  margin-bottom: 20px;
}
.site-header .header-bottom__center #search-result {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  max-height: unset;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1340px) {
  .site-header .header-bottom__center {
    order: 1;
    flex: none !important;
    width: 100% !important;
  }
  .site-header .header-bottom__center #search-app {
    margin: 20px 0 0;
    max-width: 100%;
  }
  .site-header .header-bottom__center .top-folders-wrapper {
    display: none;
  }
}
@media (max-width: 1340px) {
  .site-header .header-bottom__inner {
    flex-wrap: wrap;
  }
}
.site-header .header-contacts__number a {
  white-space: nowrap;
}
.site-folders__list li:nth-child(n+8) {
  display: flex !important;
}
.site-folders__item:nth-child(n+5) {
  display: flex !important;
}
