.popup_container {
  position: fixed;
  z-index: 999999999999999999999999999999999999999 !important;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.85);
}

  .popup_container .popup_content {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 12px;
    padding: 48px 12px 64px 12px;
    text-align: center;
  }

    .popup_container .popup_content h3 {
      margin: 0;
    }

    .popup_container .popup_content a {
      display: block;
      width: 70%;
      margin: auto;
      background: #df4426;
      border-radius: 8px;
      padding: 12px;
      font-size: 1.15em;
      font-weight: 700;
      color: #fff;
    }
    .popup_container .popup_content a:hover {
      background: #000;
      color: #fff;
    }

@media screen and (max-width: 1025px) {

.popup_container {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.85);
}

  .popup_container .popup_content {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 280px;

    padding: 24px 12px 36px 12px;

    text-align: center;
  }

    .popup_container .popup_content h3 {
    }

    .popup_container .popup_content a {
    }
    .popup_container .popup_content a:hover {
    }


}




@media screen and (min-width: 1024px) {
  select.changeCity {
    width: auto;
    height: 32px;
    margin-right: 24px;
    margin-bottom: 4px;
    background: #000;
    border: 1px solid #000;
    border-radius: 6px;
    -webkit-appearance: none;
    background-image: url('../images/icons/ic_select_dark.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding: 0 32px 0 8px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
  }
    select.changeCity option {
      color: #fff !important;
    }
}

@media screen and (max-width: 1024px) {

  select.changeCity {
    width: 100%;
    height: 48px;
    margin-bottom: 24px;
    background: #000;
    border: 1px solid #fff;
    border-radius: 6px;

    -webkit-appearance: none;
    background-image: url('../images/icons/ic_select_dark.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding: 0 12px 0 8px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
  }
    select.changeCity option {
      
    }
}













@media screen and (max-width: 1025px) {

  .win_hide { display: none !important; }

  #navmenu-page.win {
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    display: flex;
    box-sizing: border-box;
    overflow: scroll;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0 16px;
  }


  .win .header {
    display: grid;
    grid-template-columns: 1fr 32px;
    grid-column-gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
  }

    .win .logo {

    }
      .win .logo img {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 40px;
        object-fit: contain;
        object-position: left center;
      }


    .win .close_win2 {
      display: flex;
      align-items: center;
      justify-content: center;
    }
      .win .close_win2 img {
        position: relative;
        bottom: 1px;
        right: 2px;
        width: 28px;
      }



  #navmenu-page .body {
    padding-top: 16px;
    margin-bottom: 32px;

  }





    .win .search {
      position: relative;
      /*left: calc(50% - 100px);*/
      width: 100%;
      height: 44px;
      margin-bottom: 16px;
      border-radius: 8px;
      border: 1px solid #aaa;
    }
      .win .search input {
        width: 100%;
      }



    .win_categories_grid {
      display: grid;
      max-width: 100%;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 8px;
      grid-row-gap: 12px;
      align-items: start;
      justify-content: center;
      margin-bottom: 0;
      text-align: center;
    }
      .win_categories_grid a.item {
        display: grid;
        background: #fff;
        border: 1px solid #efefef;
        border-radius: 12px;
      }
      .win_categories_grid a.item:hover {
        background: #df4426;
        color: #fff;
      }

        .win_categories_grid a.item img.photo {
          box-sizing: border-box;
          width: 100%;
          height: 96px;
          margin: 0 auto;
          object-fit: cover;
          border-radius: 8px;
          padding: 0px;
        }
        .win_categories_grid a.item span.cat {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          line-height: 1.15;
          font-size: 11px;
          font-weight: 500;
        }

    .win .nav_list {
      position: relative;
      display: grid;
      box-sizing: border-box;
      grid-template-columns: 1fr;
      grid-column-gap: 8px;
      grid-row-gap: 8px;
      align-items: start;
      margin-bottom: 16px;
    }
      .win .nav_list .item {
        display: grid;
        align-items: center;
        grid-column-gap: 8px;
        box-sizing: border-box;
        height: 48px;
        background: #fff;
        border: 1px solid #efefef;
        border-radius: 8px;
        text-align: left;
        padding: 0px 8px;
      }
      .win .nav_list .item:first-child {
        background: #efefef;
      }
      .win .nav_list .item:hover {
        background: #df4426;
        color: #fff;
      }


      .win .nav_list .item.r2 {
        grid-template-columns: 32px auto 32px;
      }
      .win .nav_list .item.r22 {
        grid-template-columns: 32px auto 48px;
      }
      .win .nav_list .item.r3 {
        grid-template-columns: 32px auto 32px;
      }

        .win .nav_list img.photo {
          width: 100%;
        }
        .win .nav_list span {
          display: ;

          line-height: 1.35;
          font-size: 14px;
          font-weight: 500;
          color: ;
        }
        .win .nav_list span.cat {
          margin-left: 12px;
        }

        .win .nav_list .userBalance {
          display: flex;
          align-items: center;
          justify-content: center;
          background: #df4426;
          border-radius: 6px;
          padding-top: 1px;
          font-weight: 700;
          color: #fff;


        }

        .win .nav_list img {
          width: 100%;
          height: 32px;
          object-fit: cover;
          border-radius: 12px;
        }


  .bottom_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: ;
    height: 44px;
    margin: 0 auto;
    background: #df4426;
    border-radius: 8px;

    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }


}







ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}












.main_top {
  position: relative;
  z-index: 9;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  padding: 0 0 0 0;
}
@media screen and (min-width: 1025px) {
  div.banners { top: -48px; }
}



@media screen and (max-width: 1200px) {
  .main_top {
    background: #fff !important;
    padding-bottom: 0px !important;
  }
}





.header_bg2 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 150px;
  background: url( '/images/demo/photo01.jpg' );
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: ;
}
@media screen and (max-width: 1025px) {
  .header_bg2 {
    height: 64px;
  }
}














header {
  position: relative;
  z-index: 9999999;
}


header .container {
  display: grid;
  grid-template-columns: auto 5fr auto auto;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  align-items: center;
  margin: auto;
  padding-top: 12px;
  transition: .2s;
}

header a[href="#"] {
  color: #000;
}

header .container > div {
  background: ;
}

header .logo {
  position: relative;
  left: -2px;
  margin-right: 16px;
}
  header .logo img {
    width: 128px;
  }




header .menu .first_row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
  header .menu .first_row i {
    left: -8px;
    width: 28px;
    height: 28px;
  }
  header .menu .first_row span {
    font-size: 1.00em;
    font-weight: 700;
  }

header .menu .second_row {
  display: flex;
  align-items: center;
  margin: 8px auto 0 auto;
}
  header .menu .second_row a {
    display: block;
    margin-right: 1.5%;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: .9em;
    font-weight: 500;
    color: #000;
  }
  header .menu .second_row a.activeee {
    background: #df4426;
    color: #fff;
  }









.tab_bar_desktop {
  position: sticky;
  z-index: 9;
  top: 11110;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 12px 0;
  overflow: auto;
  transition: all .15s;
}

  .tab_bar_desktop a.nav_item {
    flex: 0 0 auto;
    display: inline-flex;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    background: #;
    border: 1px solid #;
    border-radius: 8px;
    padding: 0 8px;
    font-size: .9em;
    font-weight: 500;
    color: #000;
  }
    .tab_bar_desktop a.nav_item.tab_active {
      border: 0px solid #df4426 !important;
    }

    .tab_bar_desktop a.nav_item img {
      position: relative;
      top: 0;
      left: 0px;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      border-radius: 1111px;
    }

  .tab_bar_desktop a.nav_item:hover {
    background: #df4426;
    border: 0px solid #df4426;
    color: #fff;
  }

















header .profile.active {
    background: #1cad23 !important;
}
.policy.error {
    border: 0 !important;
    font-size: 12px !important;
    color: red !important;
}
.loaderImg img {
    height: 32px;
}
.error.hide {
    border: 0 !important;
    color: red;
    font-size: 14px;
    font-weight: 600;
}
span.bInfo {
}



header .auth {
  min-width: 180px;
}
header .menu {
  line-height: 1em;
}


header .auth > a {
  float: right;
  text-align: right;
}




  .auth {
    position: relative;
  }
  .auth a {
    color: #000;
  }
  .auth_block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1em;
  }

  .auth_block span {
    text-align: right;
    font-size: .9em;
    font-weight: 500;
    margin: 0 10px;
  }
  .auth_block .icon.rounded {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 3200px;
  }
    .auth_block .icon.rounded img {
      margin: auto;
      width: 20px;
      padding: 12px;
    }


@media screen and (max-width: 600px) {

  header .container {
    display: none;
  }

}






























.scrollTop {
  position: fixed;
  z-index: 99999999;
  top: 0;
  padding: 0px .0em !important;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
  color: #000 !important;
  transition: .2s;
}



/* Nav Desktop */
@media screen and (min-width: 1024px) {

nav.mobile { display: none; }

nav.desktop {
  width: 100%;
  margin-bottom: 32px;
}

  nav.desktop > div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    margin: auto;
    transition: .2s;
  }


    nav.desktop .basket {
      position: relative;
      z-index: 999;
      display: inline-flex;
      width: ;
      height: 40px;
      align-items: center;
      background: #000;
      border-radius: 8px;
      padding: 0 12px;
      color: #fff;
    }

      nav.desktop .basket span {
        position: relative;
        top: 1px;
        margin-right: 8px;
        font-size: 1em;
        font-weight: 500;
      }

      nav.desktop .basket .icon {
        display: block;
        background: #000;
        border-radius: 3200px;
      }
        nav.desktop .basket .icon img {
          position: relative;
          display: block;
          margin: auto;
          width: 24px;
        }
}

@media screen and (max-width: 600px) {
  nav.desktop { display: none; }
}
/* ----- */




























/* Nav Mobile */
@media screen and (min-width: 1024px) { nav.mobile { display: none; } }
@media screen and (max-width: 1024px) {

  nav.mobile {
    position: sticky;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 64px;
    background: rgba(255,255,255,1.95);
    padding: 0;
    background:
  }
    nav.mobile > div {
      display: grid;
      width: 100%;
      height: 100%;
      grid-template-columns: 1fr auto auto 32px;
      grid-column-gap: 16px;
      align-items: center;
      justify-content: center;
      padding: 0;
    }

    nav.mobile .branch_name {
      position: absolute;
      bottom: -0px;
      background: #333;
      border-radius: 4px;
      padding: 2px 6px;
      font-size: .7em;
      font-weight: 700;
      color: #fff;
    }

    nav.mobile .logo {
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
      nav.mobile .logo img {
        position: relative;
        top: -8px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        max-height: 28px;
        object-fit: contain;
        object-position: left;
      }


      nav.mobile .icon {
        position: relative;
        display: flex;
        align-items: center;
        background: ;
      }
        .icon img {
          width: 28px;
        }




    nav.mobile .basket {
      position: relative;
      z-index: 999;
      display: inline-flex;
      width: ;
      height: 40px;
      align-items: center;
      background: #000;
      border-radius: 8px;
      padding: 0 12px;
      color: #fff;
    }

    nav.mobile .basket .icon.rounded {
      background: transparent;
      margin-right: 8px;
    }
      nav.mobile .basket .icon.rounded img {
        position: relative;
        display: block;
        margin: auto;
        width: 20px;
        padding: 0px;
      }
    nav.mobile .basket span {
      position: relative;
      top: 2px;
      left: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 0 auto;
      font-size: 1em;
      font-weight: 600;
      color: #fff !important;
    }




    nav.mobile .profile {
      background: #;
      border-radius: 12px;
      color: #fff;
    }

    nav.mobile .profile.active:after {
      content: '✓';
      position: absolute;
      top: -4px;
      right: -4px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 12px;
      height: 12px;
      background: green;
      border-radius: 999px;
      padding: 2px;
      font-size: 10px;
      color: #fff;
    }

      nav.mobile .profile .icon.rounded img {
        position: relative;
        display: block;
        margin: auto;
        width: 20px;
        padding: 0px;
      }


}
/* ----- */




















@media screen and (min-width: 1024px) { .tab_bar_mobile {display: none !important;} }
@media screen and (max-width: 1024px) {

  .tab_bar_desktop {display: ;}

  .tab_bar_mobile::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 12px;
      height: 0px;
  }

  .tab_bar_mobile {
    position: sticky;
    z-index: 3 !important;
    top: 64px;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-top: 12px;
    background: #fff;
    text-align: left;
    overflow: auto;
  }
    .tab_bar_mobile a.nav_item:first-child {
      margin-left: 16px;
    }
    .tab_bar_mobile a.nav_item {
      position: relative;
      flex: 0 0 auto;
      display: inline-flex;
      height: 32px;
      align-items: center;
      justify-content: center;
      margin-right: 8px;
      background: #efefef;
      border-radius: 8px;
      padding: 0 12px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      color: #000;
    }
    .tab_bar_mobile .nav_item_indent {
      opacity: 0;
    }

    .tab_bar_mobile a.nav_item.tab_active {

    }

}


















.tabs_grid { display: ; }
@media screen and (min-width: 1025px) {
  .tabs_grid {
    position: sticky;
    z-index: 9 !important;
    top: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 8px 0;
    overflow: auto;
  }
    .tabs_grid a.item:first-child {
      margin-left: 0px;
    }
    .tabs_grid a.item {
      flex: 0 0 auto;
      display: inline-flex;
      height: 32px;
      align-items: center;
      justify-content: center;
      margin-right: 8px;
      background: #000;
      border-radius: 12px;
      padding: 0 16px;
      font-weight: 700;
      color: #fff;
    }
    .tabs_grid a.item:hover {
      background: #ff0000;
    }
}

@media screen and (max-width: 1025px) {
  .tabs_grid {
    position: sticky;
    z-index: 3 !important;
    top: 56px;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #fff;
    text-align: left;
    overflow: auto;
  }
    .tabs_grid a.item:first-child {
      margin-left: 0;
    }
    .tabs_grid a.item {
      position: relative;
      flex: 0 0 auto;
      display: inline-flex;
      height: 32px;
      align-items: center;
      justify-content: center;
      margin-right: 8px;
      background: #000;
      border-radius: 12px;
      padding: 0 16px;

      font-size: 14px;
      font-weight: 700;
      color: #fff;
    }
}