.heading {
  display: block;
  width: 94%;
  max-width: 1260px;
  justify-content: center;
  margin: 32px auto;
  text-align: center;
}
  .heading h1 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    /*color: #dc523b;*/
  }
  .heading .line {
    position: relative;
    top: 0px;
    left: 0;
    display: block;
    width: 100%;
    margin: 4px 0;
    line-height: 0;
    background: ;
  }
    .heading .line img {
      display: ;
      transform: rotate(0deg);
      width: 25%;
      max-width: 480px;
      transform:
      margin: 0;
      padding: 0;
      line-height: 0;
      background: ;
    }

@media screen and (max-width: 1025px) {

  .mobile-none {
    display: none !important;
  }

  .heading {
    display: block;
    width: 94%;
    max-width: 1260px;
    justify-content: center;
    margin: 16px auto 16px auto;
    text-align: center;
  }

    .heading h2 {
      font-size: 18px !important;
    }

    .heading .line {

    }
      .heading .line img {
        width: 80%;
      }


}



















/* Отслеживание статуса заказа - Start */
.current_order {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: ;
  height: 100%;
  margin: 1em auto;
  margin-bottom: 2em;
  box-shadow: var(--shadow2);
  background: #;
  border: 0px solid #000;
  border-radius: 12px;
  padding: 12px 16px !important;
  color: #000;
}

  .current_order p.h2 {
    margin-bottom: 1.0em;
    font-size: 17px;
    font-weight: 600;
  }
  .current_order .ready_time {
    display: flex;
    align-items: center;
  }
    .current_order .ready_time i {
      display: block;
      width: 24px;
      height: 24px;
      margin-right: 6px;
      background: #000;
    }
    .current_order .ready_time p {
      font-size: 12px;
      font-weight: 500;
    }

  .current_order .line_status {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: calc(100% - 2px);
    height: 6px;
    background: #eee;
  }
    .current_order .line_status_active {
      position: absolute;
      left: 1px;
      display: block;
      box-sizing: border-box;
      height: 6px;
      background: #000;
    }


  .line_content_grid {
    position: relative;
    top: -17px;
    display: grid;
    grid-template-columns: auto 1fr 1fr auto;
    grid-column-gap: 25%;
    align-items: start;
    justify-content: space-around;
  }
    .line_content_grid .item {
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      align-items: center;
      justify-content: center;
      background: #;
      text-align: center;
    }
    .line_content_grid .item:nth-child(1) {
      justify-items: start;
      text-align: left;
    }
    .line_content_grid .item:nth-child(4) {
      justify-items: end;
      text-align: right;
    }
      .line_content_grid .item .icon {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        width: 20px;
        height: 20px;
        background: #f5f5f5;
        border-radius: 99px;
        padding: 4px;
        text-align: center;
      }
      .line_content_grid .item:nth-child(2) .icon,
      .line_content_grid .item:nth-child(3) .icon {
        margin: auto;
      }

        .line_content_grid .item .icon i {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20px;
          height: 20px;
          margin-right: 12px;
          background: #000;
        }

      .line_content_grid .item span {
        font-size: 10px;
        font-weight: 500;
      }



@media screen and (max-width: 800px) {
.current_order {
  margin-bottom: 0;
  /*padding: 12px 16px !important;*/
}
  .line_content_grid {
    grid-column-gap: 10%;
  }

}
/* Отслеживание статуса заказа - End */






















.delivery_info_grid { display: none; }

@media screen and (max-width: 800px) {

  .delivery_info_grid {
    position: relative;
    display: grid;
    margin: 0 16px;
    margin-top: 12px;
    box-sizing: border-box;
    grid-template-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 1.5em;
    align-items: start;
    background: #fff;
    box-shadow: var(--shadow);
    border: 0px solid #efefef;
    border-radius: 12px;
    text-align: left;

    padding: 16px 8px;
  }
    .delivery_info_grid .item {
      display: grid;
      grid-template-columns: 32px auto 32px;
      align-items: center;
      box-sizing: border-box;
      height: 100%;
    }

      .delivery_info_grid .item i {
        position: relative;
        display: inline-block;
        width: 36px;
        height: 36px;
      }

      .delivery_info_grid .item i.ic_info {
        background: #ccc;
      }
      .delivery_info_grid .item i.ic_link_arrow {
        background: #ccc;
      }


      .delivery_info_grid img {
        width: 36px;
      }
      .delivery_info_grid span {
        display: ;
        margin-left: 12px;
        line-height: 1.35;
        font-size: 14px;
        font-weight: 500;
        color: ;
      }
}




















/* Owl Carousel 2 */
.slider_mobile { display: none; }

.slider_desktop {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
}

  .slider_desktop .home-slider{
    position: relative;
    display: block;
  }

    .slider_desktop .home-slider__item img {
      border-radius: 24px;
      height: auto;
      object-fit: cover;
    }


      .slider_desktop .home-slider .owl-item:not(.center){
        opacity: 0.5;
        transition: opacity 0.35s ease-out;
      }
      .slider_desktop .home-slider .owl-item.center{
        opacity: 1;
        transition: opacity 0.35s ease-out;
      }

      .slider_desktop .home-slider .owl-nav{
        margin: 0;
      }

      .slider_desktop .home-slider .owl-dots{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
      }
      .slider_desktop .home-slider button{
        outline: none;
      }
      .slider_desktop .home-slider .owl-dots .owl-dot:focus{
        border: 0;
        outline: none;
      }
      .slider_desktop .home-slider .owl-nav button {
        height: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        margin: 0 !important;
        width: 15%;
        opacity: 0;
        transition: 0.15s linear;
      }
      .slider_desktop .home-slider .owl-nav button:hover{
        opacity: 1;
      }

      .slider_desktop .home-slider .owl-nav button.owl-prev {
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.2), transparent) !important;
        text-align: right;
        padding-right: 2% !important;
      }
      .slider_desktop .home-slider .owl-nav button.owl-prev svg{
        transform: rotate(180deg);
      }
      .slider_desktop .home-slider .owl-nav button.owl-next {
        right: 0;
        padding-left: 2% !important;
        background: linear-gradient(to left, rgba(255, 255, 255, 0.2), transparent) !important;
        text-align: left;
      }

      .arrow-prev, .arrow-next {
        display: none;
      }



@media screen and (max-width: 540px) {

  .slider_desktop,
  .banners_group {
    display: none !important;
    min-height: auto;
  }

  .slider_mobile {
    display: block;
    box-sizing: border-box;
  }

    .slider_mobile .home-slider {
      position: relative;
      left: -2px;
      overflow: hidden;
      margin-top: 1em;
      margin-bottom: 0;

    }
      .owl-stage-outer {
        overflow: hidden;
        border-radius: 16px;
      }
        .slider_mobile .home-slider__item img {
          position: relative;
          height: auto;
          object-fit: cover;
          border-radius: 0;
        }

}

/* */




























/*Категории товаров*/
/*Стиль 2*/
.categories2 .container {
  display: grid;
  width: ;
  max-width: ;
  margin: 1.5em auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: start;
}
  .categories2 .category {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #;
    border: 1px solid #efefef;
    border-radius: 20px;
    box-shadow: var(--shadow);
    text-align: center;
    padding: 12px;
  }
  .categories2 .category:hover {
    background: #;
    border: 1px solid #ccc;
  }

    .categories2 .category img {
      position: relative;
      display: inline-block;
      box-sizing: border-box;
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 12px;
      filter: grayscale(0%);
      transition: .0s;
      padding: 0px;
    }
    .categories2 .category:hover img {
      opacity: ;
      filter: grayscale(0%);
    }
    .categories2 .category span {
      display: flex;
      height: 40px;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      font-size: 1.15em;
      font-weight: 500;
      color: #000;
    }

    .categories2 .category:hover,
    .categories2 .category:hover span {
      background: #;
      box-shadow: none;
      font-weight: ;
      color: #000;
    }


@media screen and (max-width: 1400px) {
  .categories2 .container {

  }
    .categories2 .category {
    }

      .categories2 .category img {
        height: 200px;
      }

}



@media screen and (max-width: 1024px) {

  .categories2 .container {
    grid-template-columns: 1fr 1fr 1fr;
    /*grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));*/
  }

    .categories2 .category img {
      position: relative;
      display: inline-block;
      box-sizing: border-box;
      width: 100%;
      height: 128px;
    }

}




@media screen and (max-width: 480px) {

  .categories2 .container {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    justify-content: center;
  }
    .categories2 .category {
      padding: 0px;
    }
      .categories2 .category img {
        width: 100%;
        height: 128px;
        border-radius: 0px;
        padding: 0;
      }

      .categories2 .category span {
        padding: 0 6px;
        font-size: .85em;
        font-weight: 600;
      }
      .categories2 .category:hover span {
        background: transparent;
      }
}
/*---Стиль 1*/


















