

/* 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/sales-list/style.css?17780474643249*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/sales-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;
  }
}
.sales-list .section-header {
  margin-bottom: 40px;
}
@media (width <= 582px) {
  .sales-list .section-header {
    margin-bottom: 25px;
  }
}
.sales-list__container {
  height: -moz-fit-content;
  height: fit-content;
}
.sales-list__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 40px;
}
@media (width <= 768px) {
  .sales-list__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 582px) {
  .sales-list__wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.sales-list__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  background-color: white;
  height: auto;
}
.sales-list__item-image {
  display: flex;
  width: 100%;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
}
.sales-list__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sales-list__item-main {
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
  gap: 16px;
  flex-grow: 1;
}
.sales-list__item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (width <= 582px) {
  .sales-list__item-content {
    gap: 10px;
  }
}
.sales-list__item-info {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 16px;
}
.sales-list__item-date {
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
}
.sales-list__item-date svg, .sales-list__item-date path {
  stroke: rgba(0, 0, 0, 0.5);
}
.sales-list__item-date {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.sales-list__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
.sales-list__item-desc {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.sales-list__item-btn {
  width: -moz-fit-content;
  width: fit-content;
  color: #e9422f;
  margin-top: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.sales-list__item-btn:hover {
  color: #da311e;
}

section.sales-list,
section.sales-list:last-child,
section.sales-list:first-child {
  margin-top: 40px;
}
@media (width <= 582px) {
  section.sales-list,
  section.sales-list:last-child,
  section.sales-list:first-child {
    margin-top: 32px;
  }
}
@media (width <= 912px) {
  .sales-list__item-image {
    display: block;
    width: 100%;
    aspect-ratio: 410 / 200;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
  }

  .sales-list__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-header__title{
    margin-top: 23px;
  }
}

/* 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/sales-list/style.css?17780474643249 */
