

/* Start:/local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17791232051556*/
@font-face {
   font-family: Onest;
   src: url("/local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
   font-weight: 100 900;
   font-display: swap;
}
:root {
   --padding-container: 40px;
   --header-height: 150px;
   --header-height-2: 106px;
   --scrollbar-width: 0px;
}

@media (width <= 991px) {
   :root {
      --padding-container: 30px;
      --header-height: 148px;
      --header-height-2: 148px;
   }
}
@media (width <= 582px) {
   :root {
      --padding-container: 16px;
   }

   .breadcrumbs.dizayn-proekt {
      margin-top: 30px;
   }

   .breadcrumbs.cart {
      margin-top: 0;
   }
}
.breadcrumbs {
   margin-bottom: 30px;
   margin-top: 44px;
}
.breadcrumbs .breadcrumb-item {
   font-weight: 500;
   font-size: 12px;
   line-height: 100%;
   letter-spacing: -0.01em;
   opacity: 0.6;
   white-space: nowrap;
}
.breadcrumbs .breadcrumb-item:last-child {
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.breadcrumbs .breadcrumbs-wrapper {
   display: inline-flex;
   gap: 9px;
   align-items: center;
   width: 100%;
}
@media (width <= 991px) {
   .catalog-category__title {
      font-weight: 600;
      font-size: 24px;
      line-height: 110%;
      letter-spacing: -0.02em;
      margin-top: 0px;
   }

   .breadcrumbs {
      margin-top: 24px;
      margin-bottom: 10px;
   }
   .breadcrumbs.shops {
      margin-top: 40px !important;
      margin-bottom: 10px;
   }
   .breadcrumbs.partnership {
      margin-top: 40px !important;
      margin-bottom: 10px;
   }
}

/* End */


/* Start:/local/templates/domix/components/bitrix/system.pagenavigation/catalog-pagination/style.css?17763461771928*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/system.pagenavigation/catalog-pagination/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.pagination-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (width <= 582px) {
  .brands .pagination-wrapper {
    padding: 0 8px;
  }
}
.pagination-wrapper .show-more-catalog {
  background-color: #e6e8ea;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.pagination-wrapper .show-more-catalog:hover {
  background-color: #e9422f;
  color: white;
}
.pagination-wrapper .page-item .num {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.pagination-wrapper .page-item {
  height: 30px;
  width: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pagination-wrapper .page-item.disabled {
  pointer-events: none;

}
.pagination-wrapper .page-item.active, .pagination-wrapper .page-item:hover {
  background-color: #e9422f;
  text-decoration: none;
}
.pagination-wrapper .page-item.active .num, .pagination-wrapper .page-item:hover .num {
  color: white;
}
.pagination-wrapper .page-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pagination-wrapper .page-pager .btn {
  /*max-height: 9px;*/
}
.pagination-wrapper .pages {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/ideas_list/style.css?17763461776497*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/ideas_list/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.ideas-list {
  margin-top: 4.7em;
}
.ideas-list__points-product {
  position: absolute;
  inset: 0;
  overflow: visible;
}
.ideas-list__point-item {
  position: absolute;
}
.ideas-list__point-item.active .ideas-list__product-in-point {
  display: flex;
}
.ideas-list__product-in-point {
  display: none;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(10px);
  z-index: 20;
  background-color: #f9f9fa;
  border-radius: 20px;
  max-width: 273px;
  gap: 10px;
  padding: 6px;
}
@media (width <= 582px) {
  .ideas-list__product-in-point {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
  }
}
.ideas-list__product-in-point.right {
  left: 100%;
  right: auto;
  transform: translateX(10px);
}
.ideas-list__product-in-point.left {
  right: 100%;
  left: auto;
  transform: translateX(-10px);
}
.ideas-list__product-in-point.top {
  bottom: 100%;
  top: auto;
  transform: translateY(-10px);
}
.ideas-list__product-in-point.bottom {
  top: 100%;
  bottom: auto;
  transform: translateY(10px);
}
.ideas-list__old-price {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-decoration: line-through;
  opacity: 0.6;
}
.ideas-list__title-product {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  width: 100%;
  padding-bottom: 8px;
  display: block;
}
.ideas-list__new-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
}
.ideas-list__sale-num {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  background-color: #fa6969;
  border-radius: 5px;
  padding: 4px 5px;
  height: -moz-max-content;
  height: max-content;
  color: white;
}
.ideas-list__product-in-point img {
  max-width: 80px;
  border-radius: 16px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
}
.ideas-list__content-block {
  padding-top: 5px;
}
.ideas-list__action-product-block {
  display: flex;
  gap: 11px;
  align-items: end;
  justify-content: space-between;
  padding-right: 7px;
}
.ideas-list__action-product-block .price {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ideas-list .swiper-slide {
  position: relative;
}
.ideas-list__top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-right: 13px;
}
@media (width <= 582px) {
  .ideas-list__top-block {
    margin-right: 2px;
  }
}
.ideas-list .container {
  position: relative;
}
.ideas-list__container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (width <= 1200px) {
  .ideas-list__container {
    display: grid;
  }
}
@media (width <= 582px) {
  .ideas-list__container {
    display: flex;
  }
}
.ideas-list__item {
  position: relative;
  height: 400px;
}
.ideas-list__item:nth-child(6n+1), .ideas-list__item:nth-child(6n+2) {
  grid-column: span 2;
  flex-basis: calc(((100% - 40px) / 5 - 10px) * 2);
}
.ideas-list__item:nth-child(6n+3) {
  grid-column: span 1;
  flex-basis: calc(20% + 28px);
}
.ideas-list__item:nth-child(6n+4) {
  grid-column: span 1;
  flex-basis: calc(20% + 28px);
}
.ideas-list__item:nth-child(6n+5), .ideas-list__item:nth-child(6n+6) {
  grid-column: span 2;
  flex-basis: calc(((100% - 40px) / 5 - 10px) * 2);
}
.ideas-list__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
@media (width <= 582px) {
  .ideas-list__item {
    height: -moz-max-content;
    height: max-content;
  }
  .ideas-list__item:nth-child(n) {
    flex-basis: 100%;
  }
}
@media (width <= 582px) {
  .ideas-list .pagination-wrapper {
    margin-top: 32px;
  }
}

section.ideas-list {
  margin-top: 40px;
}

@media (width <= 582px) {
  section.ideas-list {
    margin-top: 30px;
  }
}
.popup-product {
  background-color: #f5f6f7;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  padding: 20px 15px 40px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  gap: 10px;
  display: none;
}
.popup-product__content-block {
  padding: 15px 0;
}
.popup-product.active {
  display: flex;
}
.popup-product__img-block {
  background: white;
  border-radius: 16px;
}
.popup-product img {
  max-width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
.popup-product__title-product {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  max-width: 218px;
  margin-bottom: 10px;
}
@media (width <= 582px) {
  .popup-product__title-product {
    max-width: 90%;
  }
}
.popup-product__price-block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup-product__new-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
.popup-product__old-price {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  opacity: 0.6;
  text-decoration: line-through;
}
.popup-product__sale {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  background: #fa6969;
  color: white;
  padding: 3px 6px;
  border-radius: 5px;
}
.popup-product__action-block {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 5px;
}
.popup-product__action-block .basket {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  flex: 1;
  height: 40px;
  padding: 13px 12px;
}
@media (width <= 582px) {
  .popup-product__action-block .basket {
    justify-content: center;
  }
}
.popup-product__action-btn {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-product .close-btn {
  position: absolute;
  right: 16px;
  top: 15px;
}

.background-popup {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.1;
  z-index: 2000;
  display: none;
}
.background-popup.active {
  display: block;
}
/* End */
/* /local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17791232051556 */
/* /local/templates/domix/components/bitrix/system.pagenavigation/catalog-pagination/style.css?17763461771928 */
/* /local/templates/domix/components/bitrix/news.list/ideas_list/style.css?17763461776497 */
