.heading {
  display: block;
  width: 100%;
  max-width: 1720px;  
  justify-content: center;
  margin: 32px auto;
  text-align: center; 
}
  .heading h1 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-column-gap: 1.5em;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    /*color: #dc523b;*/
  }

  .heading h1:before,
  .heading h1:after {
    position: relative;
    top: 2px;
    content: "";
    display: flex;
    width: 100%;
    height: 12px;
    background: #efefef;
    border-radius: 12px;

  }
  .heading .line {
    position: relative;
    top: 0px;
    left: 0;
    display: none;
    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 h1 {
      font-size: 18px !important;
    }

    .heading .line {

    }
      .heading .line img {
        width: 80%;
      }
  

}





@media screen and (max-width: 800px) {
  body {
    background: #fff;
  }
  .products *,
  .cart * {
    box-shadow: none !important;
  }

  section {
    position: relative;
    margin: 8px auto 16px auto;
  }

}



























.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;
        }
}



























.important {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  color: ;
}
  .important .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    filter: blur(0px);
  }


.important .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0px 0;
  align-content: center;


  margin-bottom: 16px;
  color: #000;
}
  .important .products-grid {
    margin: 0;
  }

  .important .row1 {
    position: relative;
    display: ;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 27px rgba(0,0,0,.1);
    border-radius: 16px;
    color: #fff;
    overflow: hidden;
  }

    .important .row1 img {
      display: block;
      width: 100%;
      height: 400px;
      object-fit: cover;
    } 
    .important .row1 .text_area {
      padding: 0 12px;
      color: #000;
    }
      .important .row1 .text_area p {
        font-weight: 300;
      }
 




.important ::-webkit-scrollbar-button { 
    background-image: url(''); 
    background-repeat: no-repeat; 
    width: 6px; 
    height: 0px 
} 

.important ::-webkit-scrollbar-track { 
    background-color: #000; 
    box-shadow: 0px 0px 3px #000 inset; 
} 

.important ::-webkit-scrollbar-thumb {      
    border-radius: 0; 
    background-color: #fff;  
    background-image: url(''); 
    background-position: center; 
    background-repeat: no-repeat; 
} 

.important ::-webkit-resizer{ 
    background-image: url(''); 
    background-repeat: no-repeat; 
    width: 7px; 
    height: 10px;
} 

.important ::-webkit-scrollbar{ 
    width: 8px; 
    height: 0px;
}

@media screen and (max-width: 1400px) {
  .important .container {
    grid-template-columns: 1.75fr 1fr;
  }
}

@media screen and (max-width: 800px) {
  .important .container {
    position: relative;
    z-index: 1;
    display: block;
    padding: 32px 0;
    color: #000;
  }
    .important .row1 {
      position: relative;
      top: 0px;
      display: block;
      margin-bottom: 16px
    }

    .important .row1 img {
      display: block;
      width: 100%;
      height: 30vh;
      object-fit: cover;
    } 

    .bggg {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: ;
      overflow: auto;
      color: #777;
    }

}