.products-carousel__reel {
  display: flex;
  justify-content: center;
}
.products-carousel__title {
  color: #fff;
}
.products-carousel--light .products-carousel__title {
  color: #000;
}
.products-carousel__title-block {
  margin-bottom: 18px;
}
@media (min-width: 960px) {
  .products-carousel__title-block {
    margin-bottom: 24px;
  }
}
.products-carousel__card--clean {
  min-height: 378px;
  width: 277px;
}
.products-carousel__card--compact {
  width: 277px;
}
@media (min-width: 375px) {
  .products-carousel__card--compact {
    width: 334px;
  }
}
.products-carousel__skeleton {
  min-height: 209px;
  width: 100%;
}
.products-carousel__skeleton--desktop {
  min-height: 378px;
}
.products-carousel__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  opacity: 1;
  transform: translateZ(0);
}
@media (min-width: 960px) {
  .products-carousel__list {
    margin: 0 -6px;
  }
}
.products-carousel__list .product-card {
  margin: 6px;
  min-width: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .products-carousel__list .product-card {
    width: calc(50% - 12px);
  }
}
@media (min-width: 960px) {
  .products-carousel__list .product-card {
    width: calc(33.33333% - 12px);
  }
}
@media (min-width: 1192px) {
  .products-carousel__list .product-card {
    width: calc(25% - 12px);
  }
}
@media (min-width: 1482px) {
  .products-carousel__list .product-card {
    width: calc(20% - 12px);
  }
}
.products-carousel__wrp-button {
  display: flex;
  flex: 1;
  margin-top: 6px;
}
.products-carousel__button {
  width: 100%;
}
.products-carousel--with-title .tp-reel__bullets--top-right-absolute {
  top: -45px;
}
