@import url("//static.parastorage.com/unpkg/@wix/wix-fonts@1.9.0/madefor.css");

body * {
  font-family: Madefor, helvetica-neue-latin, helvetica-neue-cyrillic, Helvetica, Arial, sans-serif !important;
}

body header[data-hook="new-header"] {
  height: 48px !important;
}

.page-container.hero .section-hero.layout-center.short {
  height: 300px;
}

.page-container.hero .section-hero.layout-compact.short {
  min-height: 0;
  padding: 15px 0;
}

.page-container.hero .section-hero.layout-center .hero-content .title-block .title {
  margin-bottom: 20px;
}

.page-container.hero .section-hero.layout-compact.short .hero-content .title-block .title {
  font-size: 16px;
  font-weight: 400;
}

.section-hero.layout-compact .hero-content .search-wrapper {
  height: max-content !important;
}

.section-hero.layout-compact .hero-content .search-wrapper .search-container .search-box {
  margin-bottom: 0px !important;
}

.section-hero.layout-compact .hero-content .search-wrapper .search-container .search-box .search-bar input {
  height: 40px !important;
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .page-container.hero .section-hero.layout-compact.short .hero-content {
    padding: 0 25px;
  }
  
  .page-container.hero .section-hero.layout-compact.short .hero-content .title-block {
    margin-bottom: 10px
  }
}
