/* Banner fix */
.html_module {
  padding: 0;
  background: transparent;
  border-radius: 0;
}
#content > *:first-child:is(section) {
    margin-top: 0;
}

@media (max-width: 1100px) {
    p.btn.home_catalog_link {
        display: none !important;
    }
}