/*$grid-breakpoints: (
    xl: 1280px
);*/
.one_tab,
.index-popular {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .one_tab,
  .index-popular {
    margin-bottom: 60px;
  }
}

.one_tab[data-code=NEW] {
  margin-bottom: 0;
}

.one_tab:hover {
  z-index: 110;
}

.index-popular__item {
  margin-bottom: 30px;
  background-size: cover !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.index-popular__item img.img-fluid {
  width: 100% !important;
}
.index-popular__item a {
  display: block;
}
.index-popular__item a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.index-popular__item a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-popular__item-title {
  font-size: 32px;
  font-family: "Museo Sans Cyrl 900";
  color: white;
  position: absolute;
  bottom: 0;
  padding: 36px;
}

@media (max-width: 991.98px) {
  .index-popular,
  .index-viewed {
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  .index-product-line {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .index-product-line > div {
    width: 33%;
    min-height: 370px;
  }
}
@media (min-width: 992px) {
  .index-product-line > div {
    width: 20%;
  }
}

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