/*@bg_light_gamma;*/
/*@bg_dark_gamma;*/
/*1020px;*/
.l-global-section_main {
  min-height: 100vh;
  font-size: 21px;
  padding-top: 15vh;
}
.l-wrapper {
  width: 860px;
  min-width: 0;
}
h1.b-title {
  background: url('../../project/foodandmood/img//404.svg') no-repeat 50% 0;
  padding-top: 80px;
  text-align: center;
}
.b-form__item_search .b-form__item-input,
.b-form__item_search .b-form__item-submit {
  height: 48px;
  font-size: 26px;
  line-height: 48px;
}
@media (max-width: 800px) {
  .l-wrapper {
    width: 100%;
  }
  .b-form__item_search {
    padding-right: 48px !important;
  }
  .b-form__item_search .b-form__item-submit {
    width: 48px !important;
    margin-right: -48px !important;
  }
}
