.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: 420px;
    background: #333;
    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: #22a383;
      border-radius: 8px;
      padding: 12px;
      font-weight: 500;
    }
    .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;
    background: transparent;
    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 32px 0 8px;
    font-size: 1em;
    color: #fff;
  }
    select.changeCity option {
      color: #000;
    }
}

@media screen and (max-width: 1024px) {

  select.changeCity {
    width: 100%;
    height: 40px;
    margin-bottom: 24px;
    background: transparent;
    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;
    color: #fff;
  }
    select.changeCity option {
      color: #000;
    }
}






ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}







.main_top {
  position: relative;
  z-index: 9;
  top: 0;
  width: 100%;
  background: #222227;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  padding: 0 0 0 0;
}
.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;
    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 {
      height: 80px;
    }




  header .menu .first_row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: ;
  }
    header .menu .first_row i {
      left: -8px;
      width: 28px;
      height: 28px;
    }
    header .menu .first_row span {
      letter-spacing: 1px;
      font-size: 1.15em;
      font-weight: 600;
    }

  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: #;
      border: 1px solid #777;
      border-radius: 6px;
      padding: 6px 12px;
      font-size: .9em;
      font-weight: 500;
      color: #fff;
    }
    header .menu .second_row a.activeee {
      background: #22a383;
      border: 1px solid #22a383;
      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: #fff;
  }
  .auth_block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1em;
  }

  .auth_block span {
    text-align: right;
    line-height: 1.3;
    font-size: .9em;
    font-weight: 600;
    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;
  }

}





















/* 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;
  }


    .scrollTop {
      position: fixed;
      z-index: 99999999;
      top: 0;
      padding: 0px .0em !important;
      background: #222222;
      box-shadow: 0 10px 20px rgba(0,0,0,.1);
      color: #000 !important;
      transition: .2s;
    }

    nav.desktop .tab_bar_desktop {
      position: sticky;
      z-index: 9;
      top: 11110;
      display: flex;
      align-items: center;
      width: 100%;
      background: #;
      padding: 12px 0;
      overflow: auto;
      transition: all .15s;
    }

      nav.desktop .tab_bar_desktop a.nav_item {
        flex: 0 0 auto;
        display: inline-flex;
        height: 32px;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        background: #;
        border: 1px solid #;
        border-radius: 8px;
        padding: 0 8px;
        font-size: .9em;
        font-weight: 500;
        color: #fff;
      }
        nav.desktop .tab_bar_desktop a.nav_item.tab_active {
          border: 0px solid #22a383 !important;
        }

        nav.desktop .tab_bar_desktop a.nav_item img {
          position: relative;
          top: 0;
          left: 0px;
          width: 18px;
          height: 18px;
          margin-right: 4px;
          border-radius: 1111px;
        }

      nav.desktop .tab_bar_desktop a.nav_item:hover {
        background: #22a383;
        border: 0px solid #22a383;
        color: #fff;
      }


    nav.desktop .basket {
      position: relative;
      z-index: 999;
      display: inline-flex;
      width: ;
      height: 40px;
      align-items: center;
      background: #22a383;
      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;
        border-radius: 3200px;
      }
        nav.desktop .basket .icon img {
          position: relative;
          display: block;
          margin: auto;
          width: 20px;
        }
}

@media screen and (max-width: 600px) {
  nav.desktop { display: none; }
}
/* ----- */






































.win_hide { display: none !important; }

@media screen and (max-width: 1025px) {

  #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: #222227;
    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: 32px;
        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: 40px;
      margin-bottom: 24px;
      background: transparent;
      border: 1px solid #fff;
      border-radius: 8px;
    }
      .win .search input {
        width: 100%;
        background: transparent;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
      }
      .win .search input:hover {
        background: transparent;
      }
      .win .search input::placeholder {
        color: #fff;
      }




    .win .nav_list {
      position: relative;
      display: grid;
      box-sizing: border-box;
      grid-template-columns: 1fr;
      grid-column-gap: 8px;
      grid-row-gap: 16px;
      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: #;
        border: 1px solid #444447;
        border-radius: 8px;
        text-align: left;
        padding: 0px 8px;
        color: #fff;
      }
      .win .nav_list .item:first-child {
        background: #;
      }
      .win .nav_list .item:hover {
        background: #22a383;
        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: #22a383;
          border-radius: 12px;
          font-weight: 700;
          color: #fff;


        }

        .win .nav_list img {
          width: 100%;
          height: 32px;
          object-fit: cover;
          border-radius: 12px;
        }






    .win_categories_grid {
      display: grid;
      max-width: 100%;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 16px;
      grid-row-gap: 12px;
      align-items: start;
      justify-content: center;
      margin-bottom: 96px;
      text-align: center;
    }
      .win_categories_grid a.item {
        position: relative;
        display: grid;
        height: 128px;
        overflow: hidden;
        border: 1px solid #444447;
        border-radius: 8px;
      }
        .win_categories_grid a.item img.photo {
          width: 100%;
          height: 128px;
          margin: 0 auto;
          object-fit: cover;
          border-radius: 8px;
          padding: ;
        }
        .win_categories_grid a.item span.cat {
          position: absolute;
          bottom: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 32px;
          background: rgba(0,0,0,.75);
          border-radius: 0px;
          font-size: 14px;
          font-weight: 500;
          color: #fff;
        }


  .bottom_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: ;
    height: 44px;
    margin: 0 auto;
    background: #22a383;
    border-radius: 8px;

    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }


}














/* 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: 56px;
    background: #222229;
    padding: 0;
  }
    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 .logo {
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
      nav.mobile .logo img {
        position: ;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        max-height: 40px;
        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: #22a383;
      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: 55px;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-top: 12px;
    background: #222229;
    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: #222229;
      border-radius: 8px;
      padding: 0 12px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
    }
    .tab_bar_mobile .nav_item_indent {
      opacity: 0;
    }

    .tab_bar_mobile a.nav_item.tab_active {

    }

}