lu-constructor-factory {
  margin: 0 auto !important;
  max-width: 1240px !important;
}

@media (max-width: 1200px) {
  lu-constructor-factory {
    margin: 0 auto !important;
    max-width: 740px !important;
  }
}

@media (max-width: 830px) {
  lu-constructor-factory {
    margin: 0 auto !important;
    max-width: 340px !important;
  }
}

.site-container {
  overflow: initial !important;
}

lu-footer *,
lu-mobile-tabbar-container *,
lu-breadcrumbs * {
  font-family: Gilroy, sans-serif !important;
}

.logo__img {
  max-width: none;
}

.site-modal-wrapper {
  position: fixed;
  z-index: 10001;
}

.products {
  min-height: auto !important;
}

lu-constructor-selector {
  display: block;
}

lu-products-slider {
	margin: 0 !important;
	padding: 0 !important;
}

.slider-content {
  padding: 0 !important;
}

.products.empty {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.products.empty lu-constructor-selector {
  display: none !important;
}

.products.empty::after {
  content: "Товары отсутствуют. Чтобы увидеть товары, выберите другой магазин «Лента» в шапке сайта";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 40px;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #2d2926;
}

@media (max-width: 830px) {
  .products.empty::after {
    padding: 20px;
    font-size: 24px;
  }
}
