@media screen and (max-width: 800px) {
  body {
    background: #fff;
  }
  .products *,
  .cart * {
    box-shadow: none !important;
  }

  section {
    position: relative;
    margin: 8px auto 16px auto;
  }

}










.heading {
  display: block;
  width: 94%;
  max-width: 1260px;
  justify-content: center;
  margin: 0 auto 32px auto;
  text-align: center; 
}
  .heading h2 {
    border-radius: 16px;
    padding: 0px 32px;
    text-align: center;
    font-weight: 900;
    /*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: 800px) {

  .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%;
      }
  

}









.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: 8px;
    align-items: start;

    background: ;
    
    text-align: center;
    color: red;
  }
    .delivery_info_grid .item {
      display: grid;
      grid-template-columns: 32px auto 32px;
      align-items: center;
      box-sizing: border-box;
      height: 100%;
      background: #f5f5f5;
      border: 0px solid #333;
      border-radius: 8px;
      text-align: left;

      padding: 8px 8px;
    }
      .delivery_info_grid img {
        width: 36px;
      }
      .delivery_info_grid span {
        display: ;
        margin-left: 12px;
        padding-top: 4px;
        line-height: 1.35;
        font-size: 14px;
        font-weight: 700;
        color: #000;
      }
}

































.swiper-pagination-bullet {
  background: #fff !important;
}
.swiper-pagination-bullet-active {
  background: red !important;
}

.swiper-button-next {
  /*background-image: url(images/icons/ic_arrow_left.svg) !important;*/
}


.banners_group {
  position: relative;
  display: block;  
  grid-template-columns: 1fr;
  grid-column-gap: 16px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 2em;
}

.desktop.swiper-container,
.desktop.right_group {
  height: 520px;
}

  .desktop.swiper-container {
    width: 100%;
    border-radius: 24px;
  }
    .desktop.swiper-container .swiper-wrapper {
      width: 100%;
      height: 100%;
    }
      .desktop.swiper-container .swiper-slide {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        border-radius: 24px;
      }
        .desktop.swiper-container .swiper-slide img,
        .desktop.swiper-container .swiper-slide a {
          width: 100%;
          height: 100%;
          border-radius: 24px;
          object-fit: cover;
        }


  .right_group {
    display: none;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 16px;
    overflow: ;     
    
  }
    .right_group > div {
      position: relative;
      width: 100%;
      height: 100%;
      background: red;
    }
      .right_group img {
        width: 100%;
        height: 100%;
        border-radius: 24px;
        object-fit: cover;
        object-position: center;
      }

@media screen and (max-width: 1400px) {
  .desktop.swiper-container,
  .right_group {
    height: 520px;
  } 
}
@media screen and (max-width: 1280px) {
  .desktop.swiper-container,
  .right_group {
    height: 400px;
  }  
}
@media screen and (max-width: 960px) {
  .desktop.swiper-container,
  .right_group {
    height: 300px;
  }  
}




@media screen and (max-width: 767px) {
  .mobile.swiper-container {
    display: block;
    box-sizing: border-box;    
    height: 280px;
    margin-top: 16px;
  }
    .swiper-wrapper {
      
    }
      .swiper-slide {

      }
        .mobile .swiper-slide img {
          width: 100%;
          height: 100%;
          border-radius: 16px;
          object-fit: cover;
        }
}



















































/* Owl Carousel 2 */
.slider02 {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  min-height: 440px;
}


.home-slider{
  position: relative;
  display: block;
  margin-bottom: 2em;
}



  .home-slider__item img {
    border-radius: 24px;
    height: auto;
    object-fit: cover;
  }


    .home-slider .owl-item:not(.center){
      opacity: 0.5;
      transition: opacity 0.35s ease-out;
    }
    .home-slider .owl-item.center{
      opacity: 1;
      transition: opacity 0.35s ease-out;
    }

    .home-slider .owl-nav{
      margin: 0;
    }

    .home-slider .owl-dots{
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    .home-slider button{
      outline: none;
    }
    .home-slider .owl-dots .owl-dot:focus{
      border: 0;
      outline: none;
    }
    .home-slider .owl-nav button {
      height: 100%;
      position: absolute;
      top: 0;
      height: 100%;
      margin: 0 !important;
      width: 15%;
      opacity: 0;
      transition: 0.15s linear;
    }
    .home-slider .owl-nav button:hover{
      opacity: 1;
    }

    .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;
    }
    .home-slider .owl-nav button.owl-prev svg{
      transform: rotate(180deg);
    }
    .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: 1480px) {

  .slider02 {
    min-height: 300px;
  }

  .home-slider{
    position: relative;
    margin-bottom: 2em;
  }




    .home-slider__item img {
      border-radius: 24px;
      height: auto;
      object-fit: cover;
    }

}


@media screen and (max-width: 767px) {

  .home-slider{
    position: relative;
    margin-top: 1em;
    margin-bottom: 0;
  }

    .home-slider__item img {
      border-radius: 24px;
      height: auto;
      object-fit: cover;
      border-radius: 16px;
    }

}

/* */

























/*Категории товаров*/
/*Стиль 2*/
.categories2 .container {
  display: grid;
  width: ;
  max-width: ;
  margin: auto;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: start;
}
  .categories2 .category {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgba(255,255,255,.8);
    box-shadow: var(--shadow);
    border-radius: 12px;
    /*box-shadow: var(--shadow);*/    
    text-align: center;
    padding: 12px;
  }
  .categories2 .category:hover {
    background: #;
  }

    .categories2 .category img {
      position: relative;
      display: inline-block;
      box-sizing: border-box;
      width: 100%;
      max-width: 240px;
      height: 260px;
      object-fit: contain;
      /*filter: grayscale(50%);*/
      transition: .0s;
      padding: 12px;
    }
    .categories2 .category:hover img {
      opacity: ;
      /*filter: grayscale(0%);*/
    }      
    .categories2 .category span {
      display: flex;
      height: 40px;
      align-items: center;
      justify-content: center;
      padding: 0 4px;
      text-transform: uppercase;
      font-size: 1.0em;
      font-weight: 600;
      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 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
    .categories2 .category {}

      .categories2 .category img {
        max-width: 200px;
        height: 200px;
      }

}

@media screen and (max-width: 480px) {

  .categories2 .container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
  }
    .categories2 .category {
      border-radius: 6px;
      padding: 0px;
    }
      .categories2 .category img {
        max-width: auto;
        height: 88px;
        padding: 0;
      }

      .categories2 .category span {
        height: 48px;
        font-size: 10px;
      }
      .categories2 .category:hover span {
        background: transparent;
      }
}
/*---Стиль 1*/










.video_container {
  position: relative;
  margin-left: 15%;
  width: 70%;
  padding-top: 39.5%;
}

@media screen and (max-width: 480px) {

  .video_container {
    position: relative;
    margin-left: 0%;
    width: 100%;
    padding-top: 56.25%;
  }

}