

/* Start:/local/templates/domix/components/bitrix/catalog/domix-catalog/style.css?17787090433253*/
.grid {
}
.grid .bx_content_section {
   margin-bottom: 15px;
}
.grid .bx_sidebar {
   margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {
}
.grid2x1 .bx_content_section {
   float: left;
   width: 66%;
   margin-bottom: 15px;
}
.grid2x1 .bx_sidebar {
   float: right;
   width: 33%;
   margin-bottom: 15px;
   padding-left: 5%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
@media (max-width: 960px) {
   .grid2x1 .bx_sidebar {
      padding-left: 4%;
   }
}
@media (max-width: 640px) {
   .grid2x1 .bx_content_section,
   .grid2x1 .bx_sidebar {
      width: 100%;
      float: none;
   }
   .grid2x1 .bx_sidebar {
      padding-left: 3%;
   }
}
@media (max-width: 479px) {
   .grid2x1 .bx_sidebar {
      padding-left: 1%;
   }
}

.catalog-block-header {
   font-size: 14px;
   font-weight: bold;
   text-align: left;
   margin: 5px 0;
   padding: 5px 15px;
   border-bottom: 2px solid #d9dee6;
   color: #000;
}

body.bx-theme-blue .catalog-block-header {
   border-color: #006cc0;
}
body.bx-theme-green .catalog-block-header {
   border-color: #63aa28;
}
body.bx-theme-red .catalog-block-header {
   border-color: #da3737;
}
body.bx-theme-yellow .catalog-block-header {
   border-color: #f4b236;
}

.catalog-header {
   margin-top: -6px;
   margin-bottom: 40px;
}
.catalog-header__description {
   margin-top: 24px;
   line-height: 130%;
   color: rgba(0, 0, 0, 0.6);
}
.catalog-footer__description {
   max-width: 1076px;
   margin: 40px 0 0 auto;
   line-height: 130%;
   color: rgba(0, 0, 0, 0.6);
}
h1 {
   font-size: 40px;
}


.variant__list-values .sku-btn {
    border-radius: 6px;
    border: 1px solid #00000040;
    padding: 5px 10px;
}

.variant__list-values{
   display:flex;
   align-items: center;
   gap:5px;
}

.variant__list-values .sku-btn.active {
    border: 2px solid;
    pointer-events: none;
}

.variant__list-grid .variant__list-color{
 display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    border: 2px solid #00000000;
}
.variant__list-grid .variant__list-color.active{
pointer-events: none;
    border: 2px solid;

}


@media (max-width: 768px) {
   .catalog-header {
      margin-top: 24px;
      margin-bottom: 32px;
   }
   .catalog-header__description {
      margin-top: 16px;
   }
   .catalog-footer__description {
      margin: 32px 0 0 auto;
   }
   h1 {
      font-size: 24px;
   }
}
.product-list__show-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;
}
.product-list__show-more:hover {
   background-color: #cbcdce;
}
@media (max-width: 768px) {
   .product-list__show-more {
      margin-top: 32px;
   }
}
.product-list__show-more.is-loading {
   pointer-events: none;
   color: rgba(0, 0, 0, 0.45);
   background: linear-gradient(110deg, #e6e8ea 0%, #f3f4f5 40%, #d6d8da 55%, #e6e8ea 70%);
   background-size: 220% 100%;
   animation: showMoreLoading 1.2s ease-in-out infinite;
}

@keyframes showMoreLoading {
   0% {
      background-position: 120% 0;
   }

   100% {
      background-position: -120% 0;
   }
}

/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/catalog-promo-banner/style.css?17809104002374*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/catalog-promo-banner/../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;
  }
}
.catalog-promo-banner {
  margin-bottom: 40px;
}
.catalog-promo-banner .swiper {
  width: 100%;
  height: 100%;
}
.catalog-promo-banner .swiper > div {
  height: 100%;
}
.catalog-promo-banner__wrapper {
  height: 150px;
  border-radius: 20px;
  overflow: hidden;
}
@media (width <= 991px) {
  .catalog-promo-banner__wrapper {
    height: 90px;
  }
}
.catalog-promo-banner__item.swiper-slide {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
@media (width <= 991px) {
  .catalog-promo-banner__item.swiper-slide {
    gap: 4px;
  }
}
.catalog-promo-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.catalog-promo-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-promo-banner__title {
  position: relative;
  color: #133546;
  z-index: 1;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
}
@media (width <= 991px) {
  .catalog-promo-banner__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}
.catalog-promo-banner__desc {
  z-index: 1;
  position: relative;
  text-align: center;
  display: inline-block;
  justify-content: center;
  white-space: normal;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (width <= 991px) {
  .catalog-promo-banner__desc {
    max-width: 176px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
.catalog-promo-banner__marker {
  display: inline-block;
  color: white;
  padding: 2px 4px;
  border-radius: 5px;
  background-color: #fa6969;
  margin-right: 6px;
  width: -moz-max-content;
  width: max-content;
}

/* End */


/* 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/catalog.smart.filter/catalog-filter/style.css?177995674314401*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/../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) {
  .filter-catalog {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background-color: #f9f9fa;
  }

  .filter-catalog.active {
    display: block;
  }

  .filter-catalog:first-child.filter-catalog {
    margin: 0;
  }
}

.filter-catalog__wrapper {
  background-color: white;
  padding: 24px;
  border-radius: 16px;
  width: 264px;
}

@media (width <= 991px) {
  .filter-catalog__wrapper {
    width: 100%;
    height: 90%;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(102, 102, 102, 0.2);
  }
}

.filter-catalog .title-filter-wrapper {
  display: none;
  position: sticky;
  height: 58px;
  background-color: white;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.filter-catalog .title-filter-wrapper .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
}

@media (width <= 991px) {
  .filter-catalog .title-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.filter-catalog-price .filter-catalog__title-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: 11px;
}

.filter-catalog__title-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.filter-catalog__item.sections {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.filter-catalog__title-wrapper {
  margin-bottom: 24px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-catalog__filter-item:first-child .filter-catalog__title-wrapper {
  margin-top: 0px;
}

.filter-catalog__title-wrapper.sections {
  margin-top: 0;
  margin-bottom: 4px;
}

.title-filter-wrapper .filter-catalog__title-wrapper.bx-filter-block {
  margin-top: -12px;
}

.filter-catalog__title-wrapper svg {
  opacity: 0.4;
}

.filter-catalog__title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.filter-catalog__title-block > span {
  cursor: pointer;
}

.filter-catalog__filter-item:first-child .filter-catalog__title-item {
  margin-top: 0;
}

.filter-catalog__filter-item:has(.filter-catalog__input-wrapper) .filter-catalog__title-block span {
  rotate: 180deg;
}

.filter-catalog__filter-item:has(.filter-catalog__input-wrapper.active) .filter-catalog__title-block span {
  rotate: 0deg;
}

.filter-catalog .input-price-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 9px;
}

.filter-catalog .input-price-wrapper input {
  max-width: 105px;
}

@media (width <= 991px) {
  .filter-catalog .input-price-wrapper input {
    max-width: 100%;
  }
}

.list-props-filter-cat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

.filter-catalog__input-wrapper.active.grid-layout:not(:has(.list-props-filter)) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.filter-catalog__input-wrapper.active.grid-layout .list-props-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.filter-catalog .input__checkbox-custom:not(:has(+ input:checked)) {
  border-color: #c9c9c9;
}

.filter-catalog input[type="text"] {
  background-color: #f9f9fa;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  padding: 0 12px;
  height: 36px;
  width: 100%;
}

.filter-catalog input[type="text"]::-moz-placeholder {
  opacity: 0.6;
}

.filter-catalog input[type="text"]::placeholder {
  opacity: 0.6;
}

.filter-catalog .input__checkbox {
  gap: 8px;
  margin-bottom: 4px;
}

.filter-catalog__input-wrapper.list-layout .input__checkbox {
  margin-bottom: 10px;
}

.filter-catalog .search-filter {
  margin-bottom: 17px;
}

.filter-catalog .show-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #e9422f;
  cursor: pointer;
}

.filter-catalog .filter-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #000000;
}

.filter-catalog .filter-text-cat {
  color: #000000cc;
}

.filter-catalog .cat-active .filter-text-cat {
  color: #000000;
  font-weight: 600;
}

.filter-catalog__input-wrapper {
  margin-bottom: 10px;
  display: none;
}

.filter-catalog__input-wrapper.active {
  display: block;
}

.filter-switch-wrapper .filter-catalog__input-wrapper {
  display: block;
}

.filter-catalog__input-wrapper.grid-layout.active {
  display: grid;
}

.filter-catalog .filter-text .color {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
  display: inline-block;
}

.filter-catalog .count-product {
  opacity: 0.4;
}

.filter-catalog .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.filter-catalog .cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.filter-catalog input.cmn-toggle-round + label {
  padding: 1px;
  width: 30px;
  height: 16px;
  background-color: #ddd;
  border-radius: 16px;
}

.filter-catalog input.cmn-toggle-round + label::before,
.filter-catalog input.cmn-toggle-round + label::after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

.filter-catalog input.cmn-toggle-round + label::before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 16px;
  transition: background 0.4s;
}

.filter-catalog input.cmn-toggle-round + label::after {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}

.filter-catalog input.cmn-toggle-round:checked + label::before {
  background-color: #8ce196;
}

.filter-catalog input.cmn-toggle-round:checked + label::after {
  margin-left: 14px;
}

.filter-catalog .filter-switch-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-catalog .close-filter-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-catalog__sections-list {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 250px;
  overflow-y: auto;
}

section:first-child.filter-catalog {
  /*margin-top: 40px;*/
}

.container.catalog-container::before {
  content: none !important;
}

.brands section:first-child.filter-catalog {
  margin-top: 32px;
}

.white {
  background: white;
}

.beige {
  background: #efe4d0;
}

.black {
  background: #000;
}

.brown {
  background: #6b4b11;
}

.blue {
  background: #00a1ff;
}

.filter-submit {
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  background-color: #da311e;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 45px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #ffffff;
  border-radius: 15px;
}

.notification-window {
  position: absolute;
  margin-left: 36px;
  padding: 12px;
  display: flex;
  flex-flow: column;
  background: #ffffff;
  border-radius: 8px;
  z-index: 10;
  gap: 16px;
  max-width: 252px;
  transform: translateY(calc(-50% - 15px));
  box-shadow: 0px 0px 8px #00000025;
  min-width: 170px;
}

.notification-window.hidden {
  display: none;
}

.notification-window::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30%;
  transform: translateX(-120%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.notification-window .row {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  gap: 12px;
}

.notification-window .row img {
  width: 41px;
  height: auto;
  max-height: 20px;
}

.notification-window .row p {
  text-align: start;
  font-size: 12px;
  font-weight: 500;
  width: calc(100% - 53px);
  margin-left: auto;
}

.list-props-filter {
}

/* весь скролл */
.list-props-filter::-webkit-scrollbar {
  width: 6px;
}

/* УБИРАЕМ стрелки */
.list-props-filter::-webkit-scrollbar-button {
  display: none;
  height: 0;
}

/* убираем фон */
.list-props-filter::-webkit-scrollbar-track {
  background: transparent;
}

/* сам ползунок */
.list-props-filter::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px;
}

/* hover */
.list-props-filter::-webkit-scrollbar-thumb:hover {
  background: #9e9e9e;
}

.filter-catalog__filter-item.checkbox {
  display: inline-flex;
  height: 28px;
  width: 100%;
  line-height: 28px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  font-size: 16.2px;
  user-select: none;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  margin-top: 4px;
}

.filter-catalog__filter-item.checkbox .checkbox-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 29px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25% / 50%;
  vertical-align: top;
  background: #eee;
  transition: 0.2s;
  cursor: pointer;
}

.filter-catalog__filter-item.checkbox .checkbox-switch:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: 0.15s;
}

.filter-catalog__filter-item.checkbox input[type="checkbox"] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.filter-catalog__filter-item.checkbox input[type="checkbox"]:not(:disabled):active + .checkbox-switch:before {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

/* Hover */
.filter-catalog__filter-item.checkbox input[type="checkbox"]:not(:disabled) + .checkbox-switch {
  cursor: pointer;
}

/* Disabled */
.filter-catalog__filter-item.checkbox input[type="checkbox"]:disabled + .checkbox-switch {
  filter: grayscale(70%);
  border-color: rgba(0, 0, 0, 0.1);
}

.filter-catalog__filter-item.checkbox input[type="checkbox"]:disabled + .checkbox-switch:before {
  background: #eee;
}

/* Focus */
.filter-catalog__filter-item.checkbox.focused .checkbox-switch:before {
  box-shadow: inset 0px 0px 4px #ff5623;
}

/* ACTIVE (добавлено) */
.filter-catalog__filter-item.checkbox.active .checkbox-switch {
  background: #4ebc7f;
}

.filter-catalog__filter-item.checkbox.active .checkbox-switch:before {
  transform: translateX(13px);
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
  /*color: #95a1a8;*/
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
  /*color: #758087;*/
  border-color: transparent;
}

.bx-filter .bx-filter-block {
  display: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  font-size: 14px;
  font-style: normal;
  display: block;
  padding-bottom: 5px;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
  color: #1d3d46;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
  background: #f3f8fa;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
  position: relative;
  /*padding-left:20px;*/

  color: #000;
  border-color: transparent;
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
  /*background-color: #53A4D8;/* COLOR */
  /*border-color: #53A4D8;/* COLOR */
  color: #fff;
}

.input__checkbox.is-hidden {
  display: none;
}

.filter-toggle-btn {
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #e9422f;
}

.bx-filter-parameters-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.bx-filter-parameters-box-container .btn__primary {
  font-size: 14px;
  width: 100%;
  line-height: 130%;
}

.bx-filter-parameters-box-container .btn.btn-link {
  font-size: 14px;
  width: 100%;
  background-color: #f2f2f2;
  padding: 13px 20px;
  border-radius: 10px;
  line-height: 130%;
}

.bx-filter-parameters-box-container .btn.btn-link:hover {
  text-decoration: none;
}

.btn.btn-link {
  color: #000;
}

.filter-catalog__title-item {
  cursor: pointer;
}

.search-filter__wrapper {
  width: 100%;
  margin-top: -12px;
}

.count-filter-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.4);
}

.smartfilter input[type="text"]::placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.3;
}

.bx-filter-container-modef {
  display: none;
}

.bx-filter-btn-color-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 100px;
  background-size: cover;
}

.filter-catalog__title-wr {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
@media (max-width: 991px) {
   .filter-catalog
      .bx-filter
      .filter-catalog__filter-item.bx-filter-parameters-box.bx-active
      .input-price-wrapper.bx-filter-block {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5px;
   }
}
.list-props-filter {
   display: flex;
   flex-direction: column;
   gap: 10px;
}


.list-props-filter .simplebar-track.simplebar-vertical {
  top: 0 !important;
}

.list-props-filter .simplebar-content{
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.list-props-filter .simplebar-content:before {
   display: none !important;
}
/* End */


/* Start:/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/colors.min.css?17768505734373*/
.bx-filter.bx-blue .bx-filter-section{background:#edf6fc}.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-blue .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-blue .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#FFF}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#FFF}
/* End */


/* Start:/local/templates/domix/components/bitrix/catalog.section/product-list-items/style.css?177995674317027*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/catalog.section/product-list-items/../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;
}

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

@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}

.product-list {
  width: 100%;
  margin-left: 20px;
  min-width: 0;
}

@media (width <= 991px) {
  .product-list {
    margin-left: 0;
  }

  .product-list .card {
    width: 100%;
  }
}

@media (width <= 582px) {
  .product-list .promotion.desktop {
    display: none;
  }
}

.product-list__wrapper-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.product-list__wrapper-products.collection {
  row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

@media (width <= 991px) {
  .product-list__wrapper-products {
    grid-template-columns: repeat(3, 1fr);

  }

  .product-list__wrapper-products.collection {
    gap: 20px 5px;
    margin: 0 -10px;
    width: calc(100% + 20px);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 582px) {
  .product-list__wrapper-products {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100vw - 15px);
  }
}


.product-list__wrapper-products.list {
  grid-template-columns: repeat(1, 1fr);
}

.product-list__wrapper-products.list .card {
  flex-direction: row;
}

.product-list__wrapper-products.list .card__actions {
  display: none;
}

.product-list__selected {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 9px 60px 9px 10px;
  gap: 12px;
  background: white;
  border-radius: 12px;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #f3f3f3;
}

.product-list__select.open > svg {
  transform: rotateZ(180deg);
}

@media (width <= 582px) {
  .product-list__selected {
    background: transparent;
    border: none;
  }
}

.product-list .sort-action {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.product-list .select-items {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 5;
  overflow-y: auto;
  border-top: none;
  display: none;
  background: white;
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.product-list__select {
  position: relative;
}

.product-list .select-items {
  display: none;
  flex-direction: column;
  align-items: stretch;
  min-width: 220px;
  z-index: 50;
  padding: 10px;
}

.product-list__select.open .select-items {
  display: flex;
}

.product-list .select-items__sort-action {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  padding: 15px 11px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
}


.product-list .select-items__sort-action:hover {
  background-color: #f9f9fa;
  color: inherit;
}

.product-list .select-items__sort-action {
  display: block;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  padding: 15px 11px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.product-list .select-items__sort-action.active {
  background-color: #f9f9fa;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

.product-list__select {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  min-width: 183px;
}

.product-list__select svg {
  position: absolute;
  right: 12px;
  top: 12px;
  pointer-events: none;
}

.product-list__item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

@media (width <= 991px) {
  .product-list__item {
    width: 320px;
  }
}

.product-list__item-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
  z-index: 2;
  position: relative;
}

@media (width <= 991px) {
  .product-list__item-title {
    font-size: 24px;
    line-height: 110%;
  }
}

.product-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-list__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-list__sale {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
}

@media (width <= 991px) {
  .product-list__sale {
    font-size: 20px;

  }
  }


.product-list__sale-group {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  position: relative;
  max-width: 200px;
}

.product-list__sale-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}

.product-list__products-layouts {
  display: flex;
  height: 40px;
  gap: 5px;
  box-sizing: border-box;
}

.product-list:has(.active > .product-list__wrapper-products.collection) .product-list__products-layouts {
  display: none;
}

@media (width <= 991px) {
  .product-list__products-layouts {
    display: none;
  }
}

.product-list__products-layout {
  background: white;
  border-radius: 10px;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-list__products-layout path {
  fill: rgba(0, 0, 0, 0.5);
  stroke: rgba(0, 0, 0, 0.5);
}

.product-list__products-layout.active path {
  fill: #e9422f;
  stroke: #e9422f;
}

.product-list__section-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.product-list__section-filter:has(.product-list__tabs) {
  justify-content: start;
  gap: 10px;
}

@media (width <= 768px) {
  .product-list__section-filter:has(.product-list__tabs) {
    display: grid;
    row-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-list__section-filter:has(.product-list__tabs) .filter-mobile-btn {
    margin-left: auto;
  }
}

@media (width <= 991px) {
  .product-list__section-filter {
    margin-bottom: 16px;
  }
}

.product-list__tabs {
  display: flex;
  margin-right: auto;
  background-color: white;
  padding: 5px;
  border-radius: 8px;
  gap: 5px;
}

.product-list__tabs a,
.product-list__tabs span {
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #666;
}

.product-list__tabs a:hover {
  color: #666 !important;

}

@media (width <= 768px) {
  .product-list__tabs {
    grid-column: span 2;
    width: 100%;
    justify-content: center;
  }
}

.product-list__tab {
  color: #666;
  transition: 0.25s ease-in-out;
  padding: 10px;
  min-width: 120px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}

@media (width <= 768px) {
  .product-list__tab {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    width: 100%;
  }
}

.product-list__tab:hover {
  background-color: #f7e7e6;
}

.product-list__tab.active {
  color: white;
  background-color: #e9422f;
}

.product-list__tab.active:hover {
  background-color: #e9422f;
}

.product-list .filter-mobile-btn {
  display: none;
}

.product-list .filter-mobile-btn .btn-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

@media (width <= 991px) {
  .product-list .filter-mobile-btn {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.product-list .promotion.mobile {
  display: none;
}

@media (width <= 582px) {
  .product-list .promotion.mobile {
    display: block;
    grid-column: span 2;
  }
}

.product-list .promotion img {
  height: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.list .card__main .card__title {
  font-weight: 800;
}


.product-list .list .card__properties {
  display: block;
}

.product-list .card__info_list {
  display: none;
}

.product-list .list .card {
  background: transparent;
}

.product-list .list .card {
  display: inline-flex;
}

.product-list .list .card .card__main {
  display: flex;
  flex-direction: column;
  max-width: 70%;
}

.product-list .list .card .card__info {
  max-width: 50%;
  width: 50%;
}

.product-list .list .card .card__main .card__title {
  order: 1;
  font-size: 16px;
  transition: none;
  font-weight: 400;
}

.product-list .list .card .buy-block {
  width: 18%;
  position: absolute;
  right: 0;
  top: 60px;
}

.product-list .list .card .buy-block a::before {
  display: none;
}

.product-list .list .card .card__main .card__raiting {
  order: 2;
}

.product-list .list .card .card__main .card__price {
  position: absolute;
  right: 0;
}

.product-list .list .card__info_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.product-list .list .card__info_list .card__actions {
  position: static;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.product-list .list .action-block {
  display: inline-flex;
  gap: 5px;
  width: 100%;

}

.product-list .list .action-block .btn__action {
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
}

.product-list .list .action-block .btn__primary {
  padding: 12px 5px;

}

.product-list .list .card__main {
  min-width: 230px;
}

.product-list .list .card__image-container {
  max-width: 280px;
  height: 280px;
}

.product-list .list .card__price-main {
  flex-basis: 100%;
  font-weight: 600;
}

.product-list:has(.list) {
  width: 100%;
}

.product-list__popular {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}

.product-list__popular-title {
  color: black;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}

.product-list__popular-mask {
  max-height: calc(30px * 2 + 8px);
  overflow: hidden;
  position: relative;
}

@media (width <= 991px) {
  .product-list__popular-mask {
    max-height: none;
    overflow: visible;
  }
}

.product-list__popular-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (width <= 991px) {
  .product-list__popular-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: calc(var(--padding-container) * -1);
  }
}

.product-list__popular-item {
  display: inline-flex;
  align-items: center;
  height: 30px;
  white-space: nowrap;
  background-color: #eef0f1;
  padding: 6px 10px;
  border-radius: 10px;
  color: #666;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

@media (width <= 991px) {
  .product-list__popular-item {
    display: inline-flex !important;
    flex-wrap: nowrap;
    flex: 0 0 auto;
  }

  .product-list__popular-item:first-of-type {
    margin-left: var(--padding-container);
  }

  .product-list__popular-item:last-of-type {
    margin-right: var(--padding-container);
  }
}

.product-list__popular-btn {
  display: inline-flex;
  align-items: center;
  height: 30px;
  white-space: nowrap;
  color: #e9422f;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

@media (width <= 991px) {
  .product-list__popular-btn {
    display: none;
  }
}

.product-list__after-desc {
  color: #666;
  margin-top: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

@media (width <= 991px) {
  .product-list__after-desc {
    margin-top: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}

@media (width <= 582px) {
  .brands .product-list__after-desc {
    padding: 0 8px;
  }
      .product-list__popular{
    margin-left:9px;
  }
}

.empty-search {
  width: 100%;
}

.empty-search .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 38px;
}

.empty-search__search-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
}

.empty-search__search-text span {
  color: #e9422f;
}

.empty-search__recomendation-text p {
  display: inline-block;
}

.empty-search__recomendation-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  margin-top: 17px;
}

.empty-search__recomendation-text a {
  text-decoration: underline;
}

.search-container.container {
  display: flex;
}

@media(max-width:768px){
  .empty-search__search-text{
    font-size:16px;
  }

  .empty-search__recomendation-text{
    font-size: 14px;
  }
}

@media (width <= 582px) {
  .search-container.container {
    padding-left: 7px;
    padding-right: 7px;
  }
}

section.empty-search:first-child {
  margin: 63px 0;
}

@media (width <= 582px) {
  main:has(.product-list):not(:has(.catalog-container)) {
    margin-top: 0;
  }

  .container:has(.title-page) {
    padding-left: 7px;
    padding-right: 7px;
    width: 99%;
  }
}

section.product-list {
  margin-top: 0px;
  margin-left: 0px;
}

@media (width <= 582px) {
  section.product-list {
    margin-top: 26px;
  }

  main:has(.catalog-container) section.product-list {
    margin-top: 0;
  }
}

@media (width <= 582px) {
  .container.catalog-container.brands {
    margin-top: 24px;
  }
}

.brands .product-list {
  margin-top: 32px;
  margin-left: 0;
}

.brands .product-list__wrapper-products {
  row-gap: 60px;
}

.catalog-files {
  margin-top: 40px;
}

@media (width <= 582px) {
  .catalog-files {
    margin-top: 60px;
    padding-left: 8px;
  }
}

.catalog-files__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 32px;
}

.catalog-files__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.catalog-files__files-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.catalog-files__files-block-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
}

.catalog-files__files-block-item {
  padding: 16px;
  display: flex;
  gap: 10px;
  border-radius: 20px;
  align-items: center;
  background-color: white;
}

@media (width <= 582px) {
  .catalog-files__files-block-item {
    width: 261px;
    max-width: 100%;
  }
}

.catalog-files__files-block-item__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.catalog-files__files-block-item-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

.catalog-files__files-block-item-size {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.5);
}

.catalog-files__files-block-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (width <= 991px) {
  .catalog-files__files-block-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 582px) {
  .catalog-files__files-block-list {
    grid-template-columns: repeat(auto-fill, 261px);
    grid-template-rows: 86px;
    grid-auto-flow: column;
    overflow-x: scroll;
  }
}


.product-list__wrapper-products .promotion.desktop {
  display: flex;
  margin-bottom: auto;
}

.card .card_sku {
  display: flex;
  flex-flow: column;
}

.card .card_sku .sku-colors,
.card .card_sku .sku-forms {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}

.card .card_sku .sku-color {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.card .card_sku .sku-color.is-grid-cell {
  border: 1px solid #00000099;
  display: none;
}

.card .card_sku .sku-color.is-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.card .card_sku .sku-color img {
  width: 100%;
  height: 100%;
}

.card .card_sku .sku-form {
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid #00000050;
}

.card .card_sku .sku-form.is-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.card .card_sku .sku-form.is-active {
  border: 2px solid #000000;
}

.card__main .card__title {
  text-decoration: none;
  color: inherit;
  transition: none;
}

.product-list .product-list__wrapper-products.list .grid-list {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.product-list .product-list__wrapper-products.list .grid-cell {
  display: none;
}

.product-list .product-list__wrapper-products:not(.list) .grid-list {
  display: none;
}

.card__action.compare {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #999;
  transition: color 0.2s ease;
}


.card__action.compare.active {
  color: #ff4d4d;
}

.card__action.compare svg {
  width: 20px;
  height: 20px;
}
@media (width <= 991px) {
  .card__image-container {
    height: calc((100vw - 40px) / 2);
  }
}

/* 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/catalog.item/product_item_final/style.css?17817088574688*/
.card__info_list {
   display: none;
}

.card__property.sku {
   display: inline-flex;
   align-items: center;
   padding-top: 16px;
   gap: 5px;
   flex-flow: row;
   flex-wrap: wrap;
}

.card {
   display: flex;
   flex-direction: column;
   padding: 5px;
   background-color: white;
   gap: 16px;
   border-radius: 18px;
   height: -moz-fit-content;
   height: auto !important;
   min-width: 0;
   /* min-height: -webkit-fill-available; */
}

.card__info {
   display: flex;
   flex-direction: column;
   gap: 16px;
   padding: 0 10px 10px;
   height: calc(100% - 255px);
}

.card__btn {
   width: 100%;
   justify-content: center;
   gap: 10px;
   align-items: center;
   height: 45px;
   font-weight: 500;
   font-size: 14px;
   line-height: 130%;
   letter-spacing: -0.02em;
   margin-top: auto;
}

.card__action.favorite {
   border: none;
   padding: 0;
   background-color: white;
   cursor: pointer;
   color: #999; /* цвет неактивного сердца */
   transition: color 0.2s ease;
}

.card__action.compare {
   border: none;
   padding: 0;
   cursor: pointer;
   background-color: white;
   color: #999;
   transition: color 0.2s ease;
}

.card__action.favorite:hover {
   color: #ff4d4d; /* красный при наведении */
}

.card__action.favorite.active {
   color: #ff4d4d; /* активный – красный */
}

.card__action.favorite svg {
   width: 20px;
   height: 20px;
}

.card__action.favorite .heart-filled {
   display: none;
}

.card__action.favorite.active .heart-filled {
   display: block;
}

.card__action.favorite.active .heart-outline {
   display: none;
}

.hidden {
   display: none !important;
}

.swiper-slide .buy-block {
   margin-top: auto;
}

.btn__primary.card__btn.btn-to-cart.js-to-cart,
.btn__primary.card__btn.btn-to-cart.js-to-cart:hover {
   text-decoration: none;
   color: #ffffff;
}

.swiper-slide.card .card__title:hover {
   text-decoration: none;
   color: inherit;
}

@media (min-width: 1200px) {
   .product-slider__container .swiper-slide.card {
      width: calc((100% - 30px) / 4);
      margin-right: 10px;
   }
}
@media (min-width: 991px) {
   .product-slider__container .swiper-slide.card {
      width: calc((100% - 20px) / 3);
      margin-right: 10px;
   }
}
@media (min-width: 576px) {
   .product-slider__container .swiper-slide.card {
      width: calc((100% - 10px) / 2);
      margin-right: 10px;
   }
}
@media (max-width: 575px) {
   .product-slider__container .swiper-slide.card {
      width: calc((100% - 10px) / 1.76);
      margin-right: 10px;
   }
}

.product-slider__container .swiper-slide.card {
   width: calc((100% - 40px) / 5);
   margin-right: 10px;
}

.swiper-slide.card .card__property-value-color {
   height: 22px;
   width: 22px;
   border: 1px solid #6d6d6d50;
   overflow: hidden;
   display: flex;
}

.swiper-slide.card .card__property-value-color.active {
   border: 2px solid #ffffff !important;
   outline: 1px solid #000000 !important;
}

.swiper-slide.card .card__property-value-color.active::after {
   content: none !important;
   position: absolute;
   display: none;
   inset: -2px;
   border: 1px solid #6d6d6d;
   border-radius: 100%;
}

.swiper-slide.card .card__property-value-color > img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 1000px;
}

.swiper-slide.card .card__property-value-color > span {
   width: 100%;
   height: 100%;
}

.card__image-container .swiper-horizontal {
   height: 100%;
}

.card__image-container .swiper-horizontal .swiper-wrapper {
   height: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
   margin-bottom: 8px;
}

.swiper-hover-navigation {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   display: inline-flex;
   z-index: 999;
}

.swiper-hover-navigation .hover-area {
   height: 100%;
}

@media (max-width: 991px) {
   .swiper-hover-navigation {
      display: none;
   }
}

.card__btn.product-in-cart {
   color: #e9422f !important;
   background-color: rgba(237, 237, 237, 0.5);
}

.card__btn.product-in-cart:before {
   background-image: url("/local/templates/domix/assets/img/cart-active.svg");
}

.card__btn.product-in-cart:hover:before {
  background-image: url("/local/templates/domix/assets/img/cart-active-white.svg");
}

.variant__list-values {
   flex-wrap: wrap;
}
.card__image-container .card-image-slider {
   width: 100%;
   height: 100%;
}
.card__image-container .swiper-wrapper {
   width: 100%;
   height: 100%;
}
@media (max-width: 991px) {
   .card__image-container {
      aspect-ratio: 1 / 1;
      width: 100%;
   }
}

.card__btn-detail.card__btn::before {
display: none;
}
/* End */
/* /local/templates/domix/components/bitrix/catalog/domix-catalog/style.css?17787090433253 */
/* /local/templates/domix/components/bitrix/news.list/catalog-promo-banner/style.css?17809104002374 */
/* /local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17791232051556 */
/* /local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/style.css?177995674314401 */
/* /local/templates/domix/components/bitrix/catalog.smart.filter/catalog-filter/themes/blue/colors.min.css?17768505734373 */
/* /local/templates/domix/components/bitrix/catalog.section/product-list-items/style.css?177995674317027 */
/* /local/templates/domix/components/bitrix/system.pagenavigation/catalog-pagination/style.css?17763461771928 */
/* /local/templates/domix/components/bitrix/catalog.item/product_item_final/style.css?17817088574688 */
