

/* Start:/local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17827441491556*/
@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?17827441481928*/
@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/articlepage-list/style.css?17827441494518*/
@font-face {
   font-family: Onest;
   src: url("/local/templates/domix/components/bitrix/news.list/articlepage-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;
   }
}
@media (width <= 991px) {
   .news-list .section-header__link {
      display: none;
   }
}

.news-list .section-header {
   margin-bottom: 40px;
}
@media (width <= 582px) {
   .news-list .section-header {
      margin-bottom: 25px;
   }
}
.news-list__container {
   height: -moz-fit-content;
   height: fit-content;
}
.news-list__tabs {
   display: flex;
   gap: 5px;
   align-items: center;
   padding: 5px;
   border-radius: 8px;
   background-color: white;
}
@media (width <= 582px) {
   .news-list__tabs {
      background-color: transparent;
      padding-left: 0;
   }
}
.news-list__tab {
   display: flex;
   padding: 10px 14px;
   border-radius: 6px;
   color: #666;
   cursor: pointer;
   transition: 0.25s ease-in-out;
   font-weight: 500;
   font-size: 16px;
   line-height: 110%;
}
.news-list__tab.active {
   color: white;
   background-color: #e9422f;
}
.news-list__tab:not(.active):hover {
   background-color: #f7e7e6;
}
@media (width <= 582px) {
   .news-list__tab {
      background-color: #eef0f1;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      letter-spacing: -0.02em;
      width: -moz-max-content;
      width: max-content;
   }
}
.news-list__wrapper-tabs {
   overflow-x: scroll;
}
.news-list__wrapper {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 10px;
   row-gap: 40px;
}
@media (width <= 991px) {
   .news-list__wrapper {
      grid-template-columns: repeat(3, 1fr);
   }
}
@media (width <= 768px) {
   .news-list__wrapper {
      grid-template-columns: repeat(2, 1fr);
   }
}
@media (width <= 582px) {
   .news-list__wrapper {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 20px;
   }
}
.news-list__item {
   display: flex;
   flex-direction: column;
   gap: 16px;
   border-radius: 20px;
   overflow: hidden;
   padding: 10px;
   background-color: white;
   height: auto;
}
.news-list__item-image {
   display: flex;
   width: 100%;
   height: 194px;
   border-radius: 16px;
   overflow: hidden;
}
.news-list__item-image img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}
.news-list__item-main {
   display: flex;
   flex-direction: column;
   padding: 0 10px 10px;
   gap: 16px;
   flex-grow: 1;
}
.news-list__item-content {
   display: flex;
   flex-direction: column;
   gap: 10px;
}
.news-list__item-info {
   display: flex;
   width: 100%;
   align-items: center;
   justify-content: space-between;
   height: 16px;
}
.news-list__item-date {
   color: rgba(0, 0, 0, 0.5);
   font-weight: 500;
   font-size: 12px;
   line-height: 100%;
   letter-spacing: -0.01em;
}
.news-list__item-views {
   display: flex;
   gap: 6px;
   align-items: center;
   opacity: 0.3;
   font-weight: 500;
   font-size: 12px;
   line-height: 12px;
   color: black;
   height: 100%;
}
.news-list__item-views span {
   font-weight: 500;
   font-size: 12px;
   line-height: 12px;
   vertical-align: bottom;
   align-self: end;
}
@media (width <= 582px) {
   .news-list__item-views span {
      align-self: center;
      margin-top: 1px;
   }
}
.news-list__item-title {
   font-weight: 500;
   font-size: 16px;
   line-height: 110%;
}
.news-list__item-desc {
   color: #666;
   font-weight: 400;
   font-size: 14px;
   line-height: 130%;
   letter-spacing: -0.02em;
}
.news-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;
}
.news-list__item-btn:hover {
   color: #da311e;
}

section.news-list,
section.news-list:last-child,
section.news-list:first-child {
   margin-top: 40px;
}
@media (width <= 582px) {
   section.news-list,
   section.news-list:last-child,
   section.news-list:first-child {
      margin-top: 30px;
   }
}
.news-list__more {
   font-size: 14px;
   width: 100%;
   background-color: #e6e8ea;
   padding: 13px 10px;
   border-radius: 10px;
   line-height: 130%;
   margin-top: 40px;
   font-weight: 500;
   transition: all 0.3s ease 0s;
}

/* End */
/* /local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17827441491556 */
/* /local/templates/domix/components/bitrix/system.pagenavigation/catalog-pagination/style.css?17827441481928 */
/* /local/templates/domix/components/bitrix/news.list/articlepage-list/style.css?17827441494518 */
