nav ul, nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}




.win_hide { display: none !important; }
/* Mobile Nav Menu */
@media screen and (max-width: 1024px) {

  #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: 36px;
        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: 24px;
      background: transparent;
      border: 1px solid #ccc;
      border-radius: 8px;
    }
      .win .search input {
        width: 100%;
        background: transparent;
        padding-left: 12px;
        font-size: 15px;
        font-weight: 500;
        color: #000;
      }
      .win .search input:hover {
        background: transparent;
      }
      .win .search input::placeholder {
        color: #aaa;
      }

      .win .search button img {
        top: 1px;
        margin-right: 14px;
      }



    .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:active {
        background: #b9b9b7;
        color: #fff;
      }

        .win_categories_grid a.item img.photo {
          box-sizing: border-box;
          width: 100%;
          height: 72px;
          margin: 0 auto;
          border-radius: 12px;
          object-fit: contain;
          padding: 0px;
        }
        .win_categories_grid a.item span.cat {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          padding: 0 6px;
          line-height: 1.15;
          font-size: 12px;
          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: #b9b9b7;
        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: #b9b9b7;
          border-radius: 4px;
          font-weight: 700;
          color: #fff;


        }

        .win .nav_list img {
          width: 100%;
          height: 32px;
          object-fit: cover;
          border-radius: 12px;
        }

}
/* ----- */








@media screen and (max-width: 1025px) {
  aside, .top_bar, nav.desktop { display: none; }
}

@media screen and (min-width: 1025px) {
  /* Aside - Theme 01 */
  aside {
    position: relative;
    z-index: 9;
    display: table-cell;
    width: 120px;
  }
    aside > div {
      position: fixed;
      top: 0;
      box-sizing: border-box;
      width: 120px;
      height: 100%;
      margin: 0;
      background: #fff;
      /*box-shadow: 0 0 12px rgba(0,0,0,.2);*/
      border: 1px solid #efefef;
      padding: 0;
      overflow: auto;
    }

      aside .logo {
        display: block;
      }

        aside .logo img {
          position: relative;
          display: block;
          width: 100%;
          max-width: 96px;
          margin: 1em auto;
        }


      aside .categories_grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 0px;
        align-items: center;
        justify-content: center;
      }

        aside .categories_grid .cat_item {
          display: block;
          box-sizing: border-box;
          width: 100%;
          padding: 8px 4px;
          text-align: center;
        }
        aside .categories_grid .cat_item:hover {
          background: #f5f5f5;
        }

        aside .categories_grid .cat_item.activeee,
        aside .categories_grid .cat_item.activeee:hover {
          background: #b9b9b7;
        }
        aside .categories_grid .cat_item.activeee label,
        aside .categories_grid .cat_item.activeee:hover label {
          color: #fff;
        }

          aside .categories_grid .cat_item img {
            width: 100%;
            max-width: 80%;
            height: 64px;
            object-fit: cover;
            background: ;
            border-radius: 6px;
          }
          aside .categories_grid .cat_item label {
            display: block;
            line-height: 1.2 !important;
            font-size: 14px;
            font-weight: 500;
            color: #000;
          }
/* --- */






  .top_bar {
    display: none;
    background: #;
    padding: 8px 0;
  }

    .top_bar .container {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-column-gap: 16px;
      align-items: center;
      justify-content: ;
      margin: 0 auto;
    }

      .top_bar .search {
        height: auto;
        border-radius: 8px;
        background: #fff;
        padding: 4px 0;
      }
        .top_bar .search img {
          width: 16px;
          height: 16px;
        }

      .top_bar .contacts {
        display: flex;
        align-items: center;
      }

        .top_bar .item {
          display: inline-flex;
          align-items: center;
          margin-right: 2em;
        }
          .top_bar .contact_icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            margin-right: 8px;
            background: #;
            border-radius: 999em;
          }
            .top_bar .contact_icon i {
              width: 20px;
              height: 20px;
              background: #000;
            }

          .top_bar a,
          .top_bar span {
            font-size: .85em;
            font-weight: ;
            color: #000;
          }














  nav.desktop {
    position: ;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
    nav.desktop a[href="#"] {
      color: #000;
    }

    nav.desktop .container {
      display: grid;
      grid-template-columns: 1.5fr auto auto;
      grid-column-gap: 4em;
      grid-row-gap: 16px;
      align-items: center;
      width: ;
      margin: auto;
      padding: 14px 0;
      transition: .2s;
    }
    nav.desktop.scrollTop .container {
      padding: 0px 0;
    }

      nav.desktop .container > div {
        display: block;
        align-items: center;
      }

        nav.desktop .menu {
          display: block;
          align-items: center;
        }
          nav.desktop .menu a.item {
            display: inline-block;
            background: #;
            margin-right: 1%;

            padding: 4px 8px;
            text-transform: uppercase;
            font-size: .9em;
            font-weight: 600;
            color: #000;
          }
          nav.desktop .menu a.item:hover {
            color: #777;
          }
          nav.desktop .menu a.item.activeee {
            background: #efefef;
            border-radius: 6px;
            color: #;
          }

          nav.desktop .menu .item {
            position: relative;
            display: inline-block;
            margin-right: 8px;
            text-transform: uppercase;
          }

            nav.desktop .menu .item > a {
              display: block;
              border-radius: 12px;
              padding: 6px 8px;
              text-align: center;
              font-size: .9em;
              font-weight: 600;
              color: #000;
            }

            nav.desktop .menu .item:nth-child(1) > a {
              padding-right: 32px;
              text-align: left;
            }

            nav.desktop .menu .item img.arrow {
              position: absolute;
              top: 8px;
              right: 8px;
              width: 16px;
            }

          nav.desktop .item a.activeee {
            background: #b9b9b7;
            font-weight: 700;
            color: #fff;
          }

        nav.desktop .info_section {
          display: block !important;
          justify-content: center;
          background: #f5f5f5;
          border-radius: 8px;
          padding: 8px 12px;

        }
          nav.desktop .info_section .item {
            display: flex;
            align-items: center;

          }
          nav.desktop .info_section .item:first-child {
            margin-right: 0;
          }

             nav.desktop .info_section .contact_icon {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 24px;
              height: 24px;
              margin-right: 12px;
              background: #;
              border-radius: 999em;
            }
               nav.desktop .info_section .contact_icon i {
                width: 24px;
                height: 24px;
                background: #000;
              }

            nav.desktop .info_section a,
            nav.desktop .info_section span {
              font-size: ;
              font-weight: 500;
              color: #000;
            }


      nav.desktop .auth_basket_block {
        display: flex !important;
        align-items: center;
      }

        nav.desktop .auth {
          position: relative;
          z-index: 999;
          display: inline-flex;
          align-items: center;
          width: ;
          height: 40px;
          margin-right: 16px;
          background: #;
          border: 1px solid #ccc;
          border-radius: 8px;
          padding: 0 12px;
        }
        nav.desktop .auth a {
          color: #000;
        }
        nav.desktop .auth span {
          margin-right: 8px;
          text-align: right;
          font-size: .9em;
          font-weight: 500;
          line-height: 1.15;
        }

        nav.desktop .auth .icon {
          display: flex;
          width: 24px;
          align-items: center;
          justify-content: center;
        }


        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: 1480px) {

    nav.desktop .container {
      grid-template-columns: 1.5fr auto auto;
      grid-column-gap: 2em;
    }
  }



}































/* Nav Mobile */
@media screen and (min-width: 1025px) { nav.mobile { display: none !important; } }
@media screen and (max-width: 1025px) {

  nav.mobile {
    position: sticky;
    z-index: 9;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    background: rgba(255,255,255,1.95);
    padding: 0;
    background:
  }

    nav.mobile > div {
      display: grid;
      grid-template-columns: 1fr auto auto 32px;
      grid-column-gap: 16px;
      align-items: center;
      justify-content: center;
    }

    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: 32px;
        object-fit: contain;
        object-position: left;
      }


      nav.mobile .icon {
        position: relative;
        display: flex;
        align-items: center;
        background: ;
      }
        .icon img {
          width: 28px;
        }

      nav.mobile .icon.openFullPage {
        justify-content: flex-end;
      }


    nav.mobile .basket {
      position: relative;
      z-index: 999;
      display: inline-flex;
      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: 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;
    }
}