@media (min-width: 768px) {
  .slider-with-banner .slider {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .slider-with-banner .slider {
    width: 100%;
  }
}
.slider-with-banner .glider-next, .slider-with-banner .glider-prev {
  display: none;
}

.glider-track.row {
  flex-wrap: nowrap;
}

.trn-catalog-section .glider {
  overflow: hidden;
  z-index: 33;
}
@media all and (max-width: 640px) {
  .trn-catalog-section .glider {
    margin-bottom: -6vw;
  }
}
@media all and (min-width: 640px) and (max-width: 720px) {
  .trn-catalog-section .glider {
    height: 600px;
    margin-bottom: -20vw;
  }
}
@media all and (min-width: 720px) and (max-width: 960px) {
  .trn-catalog-section .glider {
    height: 660px;
    margin-bottom: -170px;
  }
}
@media all and (min-width: 960px) and (max-width: 1200px) {
  .trn-catalog-section .glider {
    height: 660px;
    margin-bottom: -18vw;
  }
}
@media all and (min-width: 1200px) and (max-width: 1440px) {
  .trn-catalog-section .glider {
    height: 655px;
    margin-bottom: -130px;
  }
}
@media all and (min-width: 1440px) and (max-width: 1920px) {
  .trn-catalog-section .glider {
    margin-bottom: -160px;
  }
}
@media all and (min-width: 1920px) {
  .trn-catalog-section .glider {
    margin-bottom: -160px;
  }
}

@media (min-width: 765px) and (max-width: 900px) {
  .trn-tabs-content {
    margin-bottom: 100px;
  }
}
.grayFilter .product-item-image-wrapper {
  filter: brightness(0.98);
  background-color: rgba(0, 0, 0, 0.02);
}

.trn-catalog-section .glider-dots {
  position: absolute;
  z-index: 32;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 650px) {
  .trn-catalog-section .glider-dots {
    top: 70vw;
  }
}
@media (min-width: 650px) and (max-width: 765px) {
  .trn-catalog-section .glider-dots {
    top: 70vw;
  }
}
@media (min-width: 765px) and (max-width: 900px) {
  .trn-catalog-section .glider-dots {
    top: 70vw;
  }
}
@media (min-width: 900px) and (max-width: 1440px) {
  .trn-catalog-section .glider-dots {
    top: 38vw;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  .trn-catalog-section .glider-dots {
    top: 36vw;
  }
}
@media (min-width: 1920px) {
  .trn-catalog-section .glider-dots {
    top: 665px;
  }
}
.trn-catalog-section .glider-dots .glider-dot {
  width: -webkit-fill-available;
  margin: 0;
  height: 3px;
  background: #E6E6EE;
}
.trn-catalog-section .glider-dots .glider-dot.active {
  background: #5C5D5E;
}

.trn-catalog-section .glider-slide {
  align-content: start;
}
.trn-catalog-section label {
  padding-left: 0;
}

/*# sourceMappingURL=style.css.map */
