@media screen and (max-width: 768px) {
  /* line 1, styles.scss */
  .header {
    padding-bottom: 10px; } }
/* line 5, styles.scss */
.header_notice {
  background: red;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0; }
/* line 14, styles.scss */
.header_top {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 20px; }
  /* line 21, styles.scss */
  .header_top a {
    text-decoration: none;
    color: inherit; }
    /* line 24, styles.scss */
    .header_top a:hover {
      color: #FF4F00; }
      /* line 27, styles.scss */
      .header_top a:hover svg path {
        fill: #FF4F00; }
  /* line 34, styles.scss */
  .header_top_menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    /* line 39, styles.scss */
    .header_top_menu ul li {
      display: inline-block;
      margin-right: 25px; }
      /* line 42, styles.scss */
      .header_top_menu ul li:last-child {
        margin: 0; }
  /* line 48, styles.scss */
  .header_top_contacts {
    display: flex;
    align-items: center;
    justify-content: end; }
    /* line 52, styles.scss */
    .header_top_contacts a {
      display: flex;
      margin-left: 25px; }
  @media screen and (max-width: 768px) {
    /* line 14, styles.scss */
    .header_top {
      display: none; } }
/* line 61, styles.scss */
.header_center {
  display: flex;
  align-items: center;
  padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    /* line 61, styles.scss */
    .header_center {
      padding-top: 10px;
      padding-bottom: 10px; } }
  /* line 69, styles.scss */
  .header_center_burger {
    display: none; }
    @media screen and (max-width: 768px) {
      /* line 69, styles.scss */
      .header_center_burger {
        display: block; } }
  /* line 75, styles.scss */
  .header_center_logo {
    min-width: 170px; }
    @media screen and (max-width: 768px) {
      /* line 75, styles.scss */
      .header_center_logo {
        min-width: auto;
        width: 140px;
        margin-left: 25px;
        margin-top: -10px; } }
    @media screen and (max-width: 640px) {
      /* line 75, styles.scss */
      .header_center_logo {
        margin-left: 15px; } }
    /* line 86, styles.scss */
    .header_center_logo .header__logo {
      width: 170px;
      height: 70px; }
      @media screen and (max-width: 640px) {
        /* line 86, styles.scss */
        .header_center_logo .header__logo {
          height: 40px;
          width: 100px; } }
  /* line 95, styles.scss */
  .header_center_menu {
    margin: 0 25px;
    position: relative; }
    @media screen and (max-width: 768px) {
      /* line 95, styles.scss */
      .header_center_menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: #fff;
        margin: 0; } }
    @media screen and (min-width: 767px) {
      /* line 110, styles.scss */
      .header_center_menu:hover .header_center_menu_wrapper {
        display: block; } }
    /* line 116, styles.scss */
    .header_center_menu.activex {
      display: block; }
    /* line 119, styles.scss */
    .header_center_menu_button {
      display: flex;
      align-items: center;
      background: #0f0701;
      color: #fff;
      border-radius: 12px;
      padding: 12px 16px;
      line-height: 1;
      cursor: pointer; }
      /* line 128, styles.scss */
      .header_center_menu_button svg {
        margin-right: 10px; }
      @media screen and (max-width: 768px) {
        /* line 119, styles.scss */
        .header_center_menu_button {
          display: none; } }
    /* line 135, styles.scss */
    .header_center_menu_wrapper {
      position: absolute;
      padding-top: 10px;
      display: none; }
      @media screen and (max-width: 768px) {
        /* line 135, styles.scss */
        .header_center_menu_wrapper {
          display: block;
          width: 100%;
          padding: 0;
          height: calc(100dvh - 40px);
          margin-top: 40px;
          overflow-y: auto;
          padding-bottom: 54px; } }
      /* line 148, styles.scss */
      .header_center_menu_wrapper_head {
        display: none; }
        @media screen and (max-width: 768px) {
          /* line 148, styles.scss */
          .header_center_menu_wrapper_head {
            position: fixed;
            top: 0;
            z-index: 1111;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 0 10px;
            font-weight: bold;
            border-bottom: 1px solid #efefef; } }
      /* line 164, styles.scss */
      .header_center_menu_wrapper ul {
        list-style: none;
        padding: 0;
        margin: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        position: relative; }
        @media screen and (max-width: 768px) {
          /* line 164, styles.scss */
          .header_center_menu_wrapper ul {
            box-shadow: none; } }
        /* line 173, styles.scss */
        .header_center_menu_wrapper ul.subcoll {
          position: absolute;
          left: 100%;
          top: 0;
          background: #fff;
          display: none; }
          @media screen and (max-width: 768px) {
            /* line 173, styles.scss */
            .header_center_menu_wrapper ul.subcoll {
              left: 0;
              padding-top: 5px;
              position: relative; } }
          @media screen and (max-width: 768px) {
            /* line 184, styles.scss */
            .header_center_menu_wrapper ul.subcoll li {
              padding: 3px 10px;
              border: none; } }
        /* line 192, styles.scss */
        .header_center_menu_wrapper ul > li {
          width: 230px;
          padding: 5px 10px;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: start; }
          @media screen and (max-width: 768px) {
            /* line 192, styles.scss */
            .header_center_menu_wrapper ul > li {
              width: 100%;
              padding: 10px 10px;
              display: block;
              border-bottom: 1px solid #efefef; } }
          /* line 205, styles.scss */
          .header_center_menu_wrapper ul > li.header_catering {
            position: initial; }
            /* line 207, styles.scss */
            .header_center_menu_wrapper ul > li.header_catering ul {
              min-height: 100%; }
              @media screen and (min-width: 767px) {
                /* line 207, styles.scss */
                .header_center_menu_wrapper ul > li.header_catering ul {
                  max-height: calc(100dvh - 200px);
                  overflow-y: auto; } }
            @media screen and (max-width: 768px) {
              /* line 205, styles.scss */
              .header_center_menu_wrapper ul > li.header_catering {
                position: relative; } }
          @media screen and (min-width: 767px) {
            /* line 219, styles.scss */
            .header_center_menu_wrapper ul > li:hover .subcoll {
              display: block; } }
          /* line 225, styles.scss */
          .header_center_menu_wrapper ul > li .menu_toggle_icon {
            margin-left: auto;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media screen and (max-width: 768px) {
              /* line 225, styles.scss */
              .header_center_menu_wrapper ul > li .menu_toggle_icon {
                padding: 10px;
                position: absolute;
                right: 0;
                top: 0;
                height: 41px;
                width: 40px; } }
            @media screen and (max-width: 768px) {
              /* line 238, styles.scss */
              .header_center_menu_wrapper ul > li .menu_toggle_icon svg {
                transform: rotate(90deg); } }
          /* line 244, styles.scss */
          .header_center_menu_wrapper ul > li a {
            display: flex;
            align-items: center;
            font-size: 14px;
            text-decoration: none;
            color: inherit; }
            /* line 250, styles.scss */
            .header_center_menu_wrapper ul > li a > svg {
              margin-right: 10px;
              min-width: 14px;
              width: 14px;
              height: 14px; }
          /* line 258, styles.scss */
          .header_center_menu_wrapper ul > li.activex .subcoll {
            display: block; }
          /* line 262, styles.scss */
          .header_center_menu_wrapper ul > li.activex .menu_toggle_icon svg {
            transform: rotate(-90deg); }
        /* line 268, styles.scss */
        .header_center_menu_wrapper ul.mobile_info {
          display: none; }
          @media screen and (max-width: 768px) {
            /* line 268, styles.scss */
            .header_center_menu_wrapper ul.mobile_info {
              display: block; } }
      /* line 275, styles.scss */
      .header_center_menu_wrapper > ul {
        background: #fff; }
  /* line 281, styles.scss */
  .header_center_search {
    width: 100%; }
    @media screen and (max-width: 768px) {
      /* line 281, styles.scss */
      .header_center_search {
        display: none;
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        padding: 10px;
        background: #fff;
        box-shadow: 0 18px 20px rgba(0, 0, 0, 0.2);
        border-top: 1px solid #efefef; } }
    /* line 294, styles.scss */
    .header_center_search.activex {
      display: block; }
    /* line 298, styles.scss */
    .header_center_search_wrapper_form {
      position: relative; }
      /* line 300, styles.scss */
      .header_center_search_wrapper_form_button {
        position: absolute;
        height: 100%;
        width: 48px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0; }
      /* line 310, styles.scss */
      .header_center_search_wrapper_form_close {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        width: 44px;
        justify-content: center; }
      /* line 320, styles.scss */
      .header_center_search_wrapper_form_input {
        width: 100%;
        padding: 11px 24px 11px 48px;
        font-size: 16px;
        line-height: 1;
        border: 2px solid #0f0701;
        border-radius: 12px; }
        @media screen and (max-width: 768px) {
          /* line 320, styles.scss */
          .header_center_search_wrapper_form_input {
            padding: 11px 48px; } }
  /* line 334, styles.scss */
  .header_center_cart {
    margin-left: auto;
    display: flex;
    align-items: center; }
    /* line 338, styles.scss */
    .header_center_cart a {
      margin-left: 25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 14px;
      text-decoration: none;
      color: inherit;
      position: relative; }
      @media screen and (max-width: 640px) {
        /* line 338, styles.scss */
        .header_center_cart a {
          margin-left: 15px; } }
      /* line 350, styles.scss */
      .header_center_cart a.header_login {
        display: flex;
        align-items: center;
        background: #0f0701;
        color: #fff;
        border-radius: 12px;
        padding: 15px 24px;
        line-height: 1;
        cursor: pointer; }
        /* line 359, styles.scss */
        .header_center_cart a.header_login.login_link {
          min-width: 120px; }
          @media screen and (max-width: 768px) {
            /* line 359, styles.scss */
            .header_center_cart a.header_login.login_link {
              padding: 10px 8px;
              min-width: 90px; } }
        @media screen and (max-width: 768px) {
          /* line 350, styles.scss */
          .header_center_cart a.header_login {
            padding: 10px 14px; } }
        /* line 369, styles.scss */
        .header_center_cart a.header_login:hover {
          color: #fff; }
      @media screen and (max-width: 768px) {
        /* line 373, styles.scss */
        .header_center_cart a.header_center_cart_link {
          display: none; } }
      /* line 378, styles.scss */
      .header_center_cart a.header_center_cart_link_mobile {
        display: none; }
        @media screen and (max-width: 768px) {
          /* line 378, styles.scss */
          .header_center_cart a.header_center_cart_link_mobile {
            display: block; } }
    /* line 385, styles.scss */
    .header_center_cart_amount {
      position: absolute;
      background: #FF4F00;
      width: 18px;
      height: 18px;
      border-radius: 9px;
      color: #fff;
      font-size: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0px;
      left: 50%; }
/* line 401, styles.scss */
.header_bottom {
  padding-bottom: 15px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    /* line 401, styles.scss */
    .header_bottom {
      padding-bottom: 0; } }
  /* line 410, styles.scss */
  .header_bottom_action {
    display: flex;
    align-items: center;
    justify-content: start; }
    /* line 414, styles.scss */
    .header_bottom_action a {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: inherit;
      margin-right: 15px; }
      @media screen and (max-width: 768px) {
        /* line 420, styles.scss */
        .header_bottom_action a:first-child {
          display: none; } }
      /* line 425, styles.scss */
      .header_bottom_action a svg {
        margin-right: 5px; }
  /* line 430, styles.scss */
  .header_bottom_links {
    display: flex;
    align-items: center; }
    /* line 433, styles.scss */
    .header_bottom_links a {
      text-decoration: none;
      color: inherit; }
      /* line 436, styles.scss */
      .header_bottom_links a.header_bottom_links_black {
        display: flex;
        align-items: center;
        background: #0f0701;
        color: #fff;
        border-radius: 12px;
        padding: 8px 24px;
        line-height: 1;
        cursor: pointer;
        margin-left: 25px; }
        @media screen and (max-width: 768px) {
          /* line 436, styles.scss */
          .header_bottom_links a.header_bottom_links_black {
            padding: 10px 14px; } }
      @media screen and (max-width: 768px) {
        /* line 450, styles.scss */
        .header_bottom_links a.header_bottom_links_small {
          display: none; } }

/* line 459, styles.scss */
.bottom_panel {
  z-index: 999999999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 768px) {
    /* line 459, styles.scss */
    .bottom_panel {
      display: block; } }
  /* line 473, styles.scss */
  .bottom_panel_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    text-align: center; }
    /* line 478, styles.scss */
    .bottom_panel_wrapper .bootm_panel_item {
      width: 100%; }
      /* line 480, styles.scss */
      .bottom_panel_wrapper .bootm_panel_item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        text-decoration: none;
        color: inherit; }
      /* line 489, styles.scss */
      .bottom_panel_wrapper .bootm_panel_item_icon {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        position: relative; }
        /* line 495, styles.scss */
        .bottom_panel_wrapper .bootm_panel_item_icon .bottom_cart_amount {
          position: absolute;
          background: #FF4F00;
          width: 18px;
          height: 18px;
          border-radius: 9px;
          color: #fff;
          font-size: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          top: 0px;
          left: 50%; }

/* line 513, styles.scss */
.labels {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start; }
  /* line 522, styles.scss */
  .labels_item {
    display: inline-block;
    padding: 4px 10px 6px;
    line-height: 1;
    font-size: 14px;
    border-radius: 8px 0 8px 0;
    color: #fff; }
    /* line 529, styles.scss */
    .labels_item_icon {
      position: absolute;
      right: 5px;
      top: 5px; }
      /* line 533, styles.scss */
      .labels_item_icon.label_sale {
        display: inline-block;
        padding: 4px 10px 6px;
        line-height: 1;
        font-size: 14px;
        border-radius: 0 8px 0 8px;
        color: #fff;
        top: 0;
        right: 0;
        background: #ff4f00; }
      /* line 544, styles.scss */
      .labels_item_icon.label_preorder {
        display: inline-block;
        padding: 4px 10px 6px;
        line-height: 1;
        font-size: 14px;
        border-radius: 0 8px 0 8px;
        color: #fff;
        top: 0;
        right: 0;
        background: #8a2be2; }
      /* line 555, styles.scss */
      .labels_item_icon.label_new {
        display: inline-block;
        padding: 2px 10px;
        line-height: 1;
        font-size: 14px;
        border-radius: 0 8px 0 8px;
        top: 0;
        right: 0;
        background: #075707; }
      /* line 566, styles.scss */
      .labels_item_icon img {
        max-height: 16px; }
  /* line 571, styles.scss */
  .labels .label_new {
    background: #075707; }
  /* line 574, styles.scss */
  .labels .label_sale {
    background: #ff4f00; }
  /* line 577, styles.scss */
  .labels .label_preorder {
    background: #8a2be2; }
  /* line 580, styles.scss */
  .labels .label_available {
    background: #bcbcbc; }

/* line 585, styles.scss */
.gallery-wrapper .labels_item {
  font-size: 16px; }
/* line 588, styles.scss */
.gallery-wrapper .labels_item_icon.label_sale {
  padding: 5px 10px;
  font-size: 16px; }
/* line 592, styles.scss */
.gallery-wrapper .labels_item_icon.label_preorder {
  padding: 5px 10px;
  font-size: 16px; }
/* line 596, styles.scss */
.gallery-wrapper .labels_item_icon.label_new {
  padding: 3px 10px; }

/* line 600, styles.scss */
.molbert_cookie {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: 300px;
  background: #fff;
  font-size: 14px;
  line-height: 1.1;
  margin-left: -150px;
  border-radius: 12px;
  padding: 12px 16px;
  border: 1px solid #0f0701;
  color: #0f0701;
  box-shadow: 3px 4px 10px #0000006e;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    /* line 600, styles.scss */
    .molbert_cookie {
      bottom: 80px; } }
  @media screen and (max-width: 480px) {
    /* line 600, styles.scss */
    .molbert_cookie {
      width: calc(100vw - 120px);
      left: 50%;
      margin: 0;
      transform: translate(-50%, 0); } }
  /* line 625, styles.scss */
  .molbert_cookie.activex {
    display: block; }
  /* line 628, styles.scss */
  .molbert_cookie_wrapper {
    display: flex;
    align-items: center;
    justify-content: start; }
    @media screen and (max-width: 480px) {
      /* line 628, styles.scss */
      .molbert_cookie_wrapper {
        flex-direction: column; } }
  @media screen and (max-width: 480px) {
    /* line 636, styles.scss */
    .molbert_cookie_content {
      text-align: center; } }
  /* line 641, styles.scss */
  .molbert_cookie_button {
    border-radius: 15px;
    background: #0f0701;
    display: flex;
    min-width: 100px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: auto;
    cursor: pointer;
    height: 40px; }
    @media screen and (max-width: 480px) {
      /* line 641, styles.scss */
      .molbert_cookie_button {
        margin-left: 0;
        margin-top: 15px; } }

/* line 659, styles.scss */
.checkbox_field {
  display: flex;
  align-items: center;
  gap: 10px; }
