body {
  /*.folders-block,*/
}
body .header-phones__popup-body {
  margin-bottom: 10px;
}
body .site-catalog__left {
  display: none;
}
body .site-footer__bottom .site-info__logo {
  margin-bottom: 20px;
}
body .text-block {
  display: none;
}
@media (max-width: 767px) {
  body .header-emails__popup-body {
    display: none;
  }
}
body .site-header .site-modules .search-mobile-btn, body .site-header .site-modules .search-block__advanced-btn {
  display: none;
}
body .site-footer__top {
  justify-content: center;
}
body .site-footer .footer-payments {
  width: auto;
  padding-left: 0;
  padding-top: 0;
}
body .site-footer .footer-payments__links {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 478px) {
  body .site-footer .footer-payments__links {
    justify-content: center;
  }
}
