

/* Start:/local/templates/furnitek/components/bitrix/catalog/furnitek/style.css?17893794742661*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.section-banner {
  padding-block: clamp(0.625rem, 0.3365384615rem + 1.2820512821vw, 1.875rem) 0 !important;
}
.section-brands {
  padding-block: 1.875rem clamp(3.125rem, 2.8365384615rem + 1.2820512821vw, 4.375rem) !important;
}

.catalog {
  display: flex;
  gap: 1.25rem;
  width: 100%;
}
@media (width <= 62rem) {
  .catalog {
    flex-direction: column;
  }
}
.catalog__sidebar {
  position: sticky;
  top: 12.5rem;
  z-index: 10;
  flex-shrink: 0;
  width: 100%;
  max-width: 18.125rem;
  height: 100%;
  background-color: var(--section-color-bg);
}
@media (width <= 62rem) {
  .catalog__sidebar {
    top: 8.75rem;
    max-width: 100%;
  }
}
@media (width <= 48rem) {
  .catalog__sidebar {
    top: 7.5rem;
  }
}
.catalog__sidebar-content {
  background-color: var(--colorBg);
}
@media (width > 62rem) {
  .catalog__sidebar-content {
    grid-template-rows: 1fr !important;
  }
}
.catalog__sidebar-button {
  width: 100%;
  opacity: 1 !important;
}
@media (width > 62rem) {
  .catalog__sidebar-button {
    display: none;
  }
}
.catalog__sidebar-button.is-active .button__icon {
  transform: rotate(180deg);
}
.catalog__body {
  display: flex;
}
.catalog__body .brands-list {
  margin-block-start: 2.5rem;
}
.catalog__description {
  padding-block-start: clamp(2.5rem, 2.3557692308rem + 0.641025641vw, 3.125rem);
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-gray-400);
}
.catalog__description-content-body {
  min-height: 9.375rem;
}
.catalog__description-button {
  display: flex;
  margin-block-start: 0.625rem;
  margin-inline-start: auto;
}

.pagination {
  padding-block-start: clamp(2.5rem, 2.3557692308rem + 0.641025641vw, 3.125rem);
}

.catalog-sorting {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  align-items: baseline;
  margin-block-end: 1.25rem;
}
.catalog-sorting__label {
  font-family: var(--font-family-primary);
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 2;
  color: var(--color-gray-700);
  text-transform: uppercase;
  letter-spacing: 0.14375rem;
}
.catalog-sorting__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog-sorting__link {
  font-family: var(--font-family-primary);
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 2;
  color: var(--color-gray-700);
  text-transform: uppercase;
  letter-spacing: 0.14375rem;
  text-decoration: none;
  transition-duration: var(--transition-duration);
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/catalog.smart.filter/vertical/style.css?178937947423374*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
@charset "UTF-8";
.smart-filter {
  --smart-filter-color-text: var(--color-black-700);
  --smart-filter-color-border: var(--color-gray-300);
  width: 100%;
}

.smart-filter-section {
  position: relative;
}

.smart-filter-title {
  padding-block-end: 20px;
  font-family: var(--font-family-primary);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-black-800);
  text-transform: uppercase;
  letter-spacing: 0.1125rem;
  border-bottom: 0.0625rem solid var(--smart-filter-color-border);
}
@media (width <= 62rem) {
  .smart-filter-title {
    display: none;
  }
}

.smart-filter-form {
  --smart-filter-form-offset: 3.75rem;
  height: calc(100vh - var(--smart-filter-form-offset) - var(--header-height));
  overflow: auto;
}

/* Sections */
.smart-filter-parameters-box {
  position: relative;
  border-bottom: 0.0625rem solid var(--smart-filter-color-border);
}

.smart-filter-parameters-box-title {
  display: inline-flex;
  width: 100%;
  padding-block: 0.9375rem;
  cursor: pointer;
}

.smart-filter-parameters-box-title-text {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  color: var(--smart-filter-color-text);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: 250ms linear all;
}

/* region Angles */
.smart-filter-angle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-inline-start: auto;
  transition-duration: var(--transition-duration);
}
.smart-filter-angle::before {
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  border-right: 0.125rem solid currentColor;
  border-bottom: 0.125rem solid currentColor;
  opacity: 0.7;
  transform: translateY(-25%) rotate(45deg);
}

.smart-filter-parameters-box.bx-active .smart-filter-angle {
  transform: rotate(180deg);
}

/* endregion */
/* region hint */
.smart-filter-hint {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.smart-filter-hint-icon {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 15px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  background-color: currentColor;
  border-radius: 50%;
}

.smart-filter-hint-popup {
  position: absolute;
  top: calc(100% + 8px);
  left: -7px;
  z-index: 10;
  display: none;
  min-width: 200px;
  max-width: 300px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}

.smart-filter-hint:hover .smart-filter-hint-popup {
  display: block;
}

.smart-filter-hint-popup-angle {
  position: absolute;
  top: -5px;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  transform: rotate(45deg);
}

/* endregion */
.smart-filter-block {
  box-sizing: content-box;
  display: none;
  margin-block-end: 0.625rem;
  transition: padding 0.3s ease;
}

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

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

/* region NUMBERS_WITH_SLIDER */
/* endregion */
/* region TRACK FOR TYPE NUMBER */
.smart-filter-slider-track-container {
  display: none;
  padding: 25px 18px;
  overflow: hidden;
}

.smart-filter-slider-track {
  position: relative;
  height: 7px;
  background: #e7e7e7;
}

.smart-filter-slider-ruler {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 {
  left: -1px;
}

.smart-filter-slider-ruler.p2 {
  left: 25%;
}

.smart-filter-slider-ruler.p3 {
  left: 50%;
}

.smart-filter-slider-ruler.p4 {
  left: 75%;
}

.smart-filter-slider-ruler.p5 {
  right: -1px;
}

.smart-filter-slider-ruler span {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  font-size: 11px;
  color: #000;
  text-align: center;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span {
  color: #6b8086;
}

.smart-filter-slider-range {
  z-index: 50;
}

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.smart-filter-slider-price-bar {
  z-index: 100;
}

.smart-filter-slider-price-bar-vd {
  z-index: 60;
  background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
  z-index: 70;
  background-color: var(--theme-color-light);
}

.smart-filter-slider-price-bar-v {
  z-index: 80;
  background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border: 7px solid currentColor;
}

.smart-filter-slider-handle:hover {
  -webkit-cursor: grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}

.smart-filter-slider-handle:active {
  -webkit-cursor: grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}

.smart-filter-slider-handle.left {
  left: 0;
  margin-left: -14px;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
}

.smart-filter-slider-handle.right {
  right: 0;
  margin-right: -14px;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
}

/* endregion */
/* region Select */
.smart-filter-input-group-dropdown {
  display: block;
  height: 31px;
  border: 1px solid #ccd5db;
  border-radius: 3px;
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus {
  border-color: currentColor;
}

.smart-filter-dropdown-block {
  position: relative;
  display: block;
  width: 100%;
  height: 29px;
  padding: 0 29px 0 10px;
  margin: 0;
  background: #fff;
  border: none;
  border-radius: 2px;
}

.smart-filter-dropdown-text {
  max-width: 100%;
  height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 29px;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}

.smart-filter-dropdown-text.fix {
  min-width: 120px;
}

.smart-filter-dropdown-text label {
  cursor: pointer;
}

.smart-filter-dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 29px;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC") no-repeat center;
}

.smart-filter-input-group-dropdown-flex {
  display: flex;
  align-items: center;
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
  margin-right: 5px;
}

/*
*	Select popup
*
*/
.smart-filter-dropdown-popup {
  min-width: 173px;
  padding: 0;
  background: #fff;
}

.smart-filter-dropdown-popup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.smart-filter-dropdown-popup ul li {
  display: block;
  vertical-align: middle;
}

.smart-filter-dropdown-popup ul li:first-child {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.smart-filter-dropdown-popup ul li label {
  display: flex;
  align-items: center;
  /* padding: 0 5px; */
  width: 100%;
  overflow: hidden;
  color: #575757;
  white-space: nowrap;
  cursor: pointer;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
  color: #000;
  background: #f3f8fa;
}

.smart-filter-dropdown-popup ul li label.disabled {
  color: #b8b8b8;
  background: transparent;
}

.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text {
  padding-left: 5px;
}

/* endregion */
/* region TAGS */
.smart-filter-tag {
  padding: 18px;
  border-top: 1px solid var(--theme-color-light);
  border-bottom: 1px solid var(--theme-color-light);
}

.smart-filter .bx-tag-link {
  font-size: 12px;
  color: var(--theme-color-light);
  text-decoration: none;
  text-shadow: none;
}

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

/* endregion */
/* region CHECKBOXES_WITH_PICTURES */
.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
  float: left;
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* endregion */
/* region CHECKBOXES_WITH_PICTURES_AND_LABELS */
.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
  display: flex;
  align-items: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text {
  padding-left: 5px;
}

/* endregion */
/* region LABEL */
.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  padding: 3px;
  font-weight: normal;
  line-height: 23px;
  vertical-align: middle;
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn {
  border-color: currentColor;
}

.smart-filter-checkbox-text,
.smart-filter-dropdown-text {
  font-size: 14px;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text {
  color: #6c6c6c;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
  position: relative;
  opacity: 0.7;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn::before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn::before {
  position: absolute;
  inset: 0;
  z-index: 100;
  display: block;
  content: " ";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  opacity: 0.7;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

.smart-filter-checkbox-btn-image {
  display: block;
  width: 23px;
  height: 23px;
  line-height: 24px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.smart-filter-checkbox-btn-image.all {
  position: relative;
  display: inline-block;
  border: none;
  box-shadow: none;
}

.smart-filter-checkbox-btn-image.all::after,
.smart-filter-checkbox-btn-image.all::before {
  position: absolute;
  width: 60%;
  height: 60%;
  content: " ";
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.smart-filter-checkbox-btn-image.all::after {
  right: 0;
  bottom: 0;
}

.smart-filter-checkbox-btn-image.all::before {
  top: 0;
  left: 0;
}

/* endregion */
/* region Checkbox / Radio */
.smart-filter-input-group-checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.smart-filter-checklist {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* endregion */
/* COLOR */
/* --- colors */
.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
  position: relative;
  background: transparent;
  box-shadow: none;
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl::before {
  position: absolute;
  inset: 0;
  z-index: 100;
  display: block;
  content: " ";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  opacity: 0.7;
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn {
  border-color: var(--primary);
}

/*
* BTN P/M
*
*/
.smart-filter-param-btn.bx-spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  padding: 0;
  font-size: 17px;
  font-weight: normal;
  line-height: 23px;
  vertical-align: top;
  color: #767b7e;
  background-color: transparent;
  border-radius: 50%;
}

.smart-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.smart-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.smart-filter-param-btn.bx-spm:active {
  outline: none !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.smart-filter span.bx-spm {
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  font-size: 18px;
  line-height: 23px;
  vertical-align: middle;
  color: #000;
}

/*
*	icon
*
*/
.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: -4px;
  margin-right: 2px;
  line-height: 33px;
  vertical-align: middle;
  border-radius: 2px;
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-size: cover;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
  top: 0 !important;
  width: 20px;
  height: 20px;
  margin: 2px 0;
}

.smart-filter-select-block .smart-filter-btn-color-icon {
  top: -1px !important;
}

.smart-filter-param-label.disabled .smart-filter-btn-color-icon {
  opacity: 0.2;
}

/*
* 	BIZ
*
*/
.smart-filter-parameter-biz {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 15px;
  color: #1485ce;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.smart-filter-parameter-biz:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.smart-filter-parameter-biz.bx-active {
  position: relative;
  color: #000;
  border-color: transparent;
}

/*
*	BTN result and reset
*
*/
.btn-themes {
  color: #fff;
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
  color: #fff;
}

/*
* 	Result Popup
*
*/
.smart-filter-popup-result {
  position: absolute;
  top: calc(100% + 6px);
  right: auto;
  left: 0;
  z-index: 915;
  display: none;
  min-height: 37px;
  padding: 10px 14px;
  margin: 0;
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  color: var(--color-text-inverse);
  background: var(--color-bg-primary);
}
.smart-filter-popup-result a {
  color: currentColor;
  transition-duration: var(--transition-duration);
}
@media (any-hover: hover) {
  .smart-filter-popup-result a:hover, .smart-filter-popup-result a.is-active {
    text-decoration: none;
  }
}
@media (any-hover: none) {
  .smart-filter-popup-result a:active, .smart-filter-popup-result a.is-active {
    text-decoration: none;
  }
}
.smart-filter-popup-result a:focus-visible {
  text-decoration: none;
}
.smart-filter-popup-result .arrow {
  position: absolute;
  bottom: 100%;
  left: 16px;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: var(--color-bg-primary);
}
.smart-filter-popup-result-close {
  display: none;
}

@media (width <= 48rem) {
  .bx-touch .smart-filter-popup-result {
    position: fixed !important;
    inset: auto 0 0 !important;
  }
  .bx-touch .smart-filter-popup-result br,
  .bx-touch .smart-filter-popup-result .arrow {
    display: none;
  }
}

.smart-filter__categories-box {
  display: flex;
  flex-direction: column;
}
.smart-filter__category {
  --smart-filter-category-color-text: var(--color-black-700);
  --smart-filter-category-color-bg: unset;
  --smart-filter-category-color-decor: unset;
  color: var(--smart-filter-category-color-text);
  background-color: var(--smart-filter-category-color-bg);
  transition-duration: var(--transition-duration);
}
@media (any-hover: hover) {
  .smart-filter__category:hover, .smart-filter__category.is-active {
    --smart-filter-category-color-text: var(--color-white-900);
    --smart-filter-category-color-bg: var(--color-black-700);
    --smart-filter-category-color-decor: var(--color-white-900);
  }
}
@media (any-hover: none) {
  .smart-filter__category:active, .smart-filter__category.is-active {
    --smart-filter-category-color-text: var(--color-white-900);
    --smart-filter-category-color-bg: var(--color-black-700);
    --smart-filter-category-color-decor: var(--color-white-900);
  }
}
.smart-filter__category:focus-visible {
  --smart-filter-category-color-text: var(--color-white-900);
  --smart-filter-category-color-bg: var(--color-black-700);
  --smart-filter-category-color-decor: var(--color-white-900);
}
.smart-filter__category-link {
  width: 100%;
  color: currentcolor;
}
.smart-filter__category-title {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.625rem;
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.smart-filter__category-title::after {
  display: inline-flex;
  width: 0.5em;
  aspect-ratio: 1;
  content: "";
  background-color: var(--smart-filter-category-color-decor);
  border-radius: 100%;
  transition-duration: var(--transition-duration);
}

.smart-filter-input-container {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.form-group-flex {
  display: flex;
  gap: 0.9375rem;
}

.form-group {
  display: flex;
  align-items: center;
}

.smart-filter-block input[type=number] {
  width: 100%;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: var(--color-white-900);
  border: 0.0625rem solid var(--smart-filter-color-border);
}
.smart-filter-block input[type=number]::-webkit-inner-spin-button,
.smart-filter-block input[type=number] ::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.smart-filter-block input[type=number] ~ label {
  order: -1;
  font-family: var(--font-family-primary);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
  color: var(--smart-filter-color-border);
  cursor: auto;
}
.smart-filter-block input[type=checkbox] {
  position: relative;
  width: 1em;
  height: 1em;
  aspect-ratio: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: 0.0625rem solid var(--smart-filter-color-border);
  background-color: var(--color-white-900);
}
.smart-filter-block input[type=checkbox] ~ label {
  padding-inline-start: 0.625rem;
}
.smart-filter-block input[type=checkbox][disabled] {
  cursor: auto;
  opacity: 0.3;
}
.smart-filter-block input[type=checkbox][disabled] ~ label {
  cursor: auto;
}
.smart-filter-block input[type=checkbox]::after {
  position: absolute;
  inset: 0;
  margin: auto;
  overflow: hidden;
  content: "";
}
.smart-filter-block input[type=checkbox]:checked::after {
  width: 40%;
  height: 80%;
  border-right: 0.125rem solid var(--smart-filter-color-text);
  border-bottom: 0.125rem solid var(--smart-filter-color-text);
  transform: rotate(45deg) translateY(-10%) translateX(-10%);
}

.smart-filter-button-box {
  margin-block-start: 0.625rem;
}

.smart-filter-parameters-box-container {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-height: 11.25rem;
  overflow: auto;
}
.smart-filter-parameters-box-container::-webkit-scrollbar {
  width: 0.125rem; /* ширина всей полосы прокрутки */
}
.smart-filter-parameters-box-container::-webkit-scrollbar-track {
  background: #D9D9D9; /* цвет зоны отслеживания */
  border-radius: 0.125rem;
}
.smart-filter-parameters-box-container::-webkit-scrollbar-thumb {
  background-color: var(--color-gray-300); /* цвет бегунка */
  border: 0.125rem solid transparent;
  border-radius: 0.125rem; /* округлось бегунка */
}

.smart-filter__button {
  --smart-filter-button-color-text: var(--color-gray-100);
  --smart-filter-button-color-bg: transparent;
  --smart-filter-button-color-border: var(--color-gray-100);
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.625rem 1.25rem;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: var(--smart-filter-button-color-text);
  text-transform: uppercase;
  cursor: pointer;
  background-color: var(--smart-filter-button-color-bg);
  border: 0.0625rem solid var(--smart-filter-button-color-border);
  transition-duration: var(--transition-duration);
}
.smart-filter__button--primary {
  --smart-filter-button-color-text: var(--color-white-900);
  --smart-filter-button-color-bg: var(--color-gray-700);
  --smart-filter-button-color-border: var(--color-gray-700);
}
@media (any-hover: hover) {
  .smart-filter__button:hover, .smart-filter__button.is-active {
    --smart-filter-button-color-text: var(--color-white-900);
    --smart-filter-button-color-bg: var(--color-black-700);
    --smart-filter-button-color-border: var(--color-black-700);
  }
}
@media (any-hover: none) {
  .smart-filter__button:active, .smart-filter__button.is-active {
    --smart-filter-button-color-text: var(--color-white-900);
    --smart-filter-button-color-bg: var(--color-black-700);
    --smart-filter-button-color-border: var(--color-black-700);
  }
}
.smart-filter__button:focus-visible {
  --smart-filter-button-color-text: var(--color-white-900);
  --smart-filter-button-color-bg: var(--color-black-700);
  --smart-filter-button-color-border: var(--color-black-700);
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/catalog.section.list/catalog_top/style.css?17893794742353*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.top-sections {
  --colorText: #F0F0F0;
  --colorBg: #8F8F8F;
  --colorBorder: #8F8F8F;
  --gap: 0.625rem;
  --itemOffsetBlock: 0.625rem;
  --itemOffsetInline: 0.625rem;
  --itemFontSize: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-items: start;
  margin-block-end: 1.5rem;
}
.top-sections__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  min-height: calc(var(--itemFontSize) + var(--itemOffsetBlock) * 2 + var(--gap));
}
.top-sections__item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: var(--itemOffsetBlock) var(--itemOffsetInline);
  color: var(--colorText);
  background-color: var(--colorBg);
  border: 0.0625rem solid var(--colorBorder);
  transition-duration: var(--transition-duration);
}
.top-sections__item--back {
  --colorText: var(--color-white-900);
  --colorBg: var(--color-gray-700);
  --colorBorder: var(--color-gray-700);
}
.top-sections__item--show-all {
  --colorText: var(--color-gray-700);
  --colorBg: transparent;
  --colorBorder: var(--color-gray-700);
  --itemOffsetInline: 1.25rem ;
}
@media (any-hover: hover) {
  .top-sections__item:hover, .top-sections__item.is-active {
    --colorText: var(--color-white-900);
    --colorBg: var(--color-black-900);
    --colorBorder: var(--color-black-900);
  }
}
@media (any-hover: none) {
  .top-sections__item:active, .top-sections__item.is-active {
    --colorText: var(--color-white-900);
    --colorBg: var(--color-black-900);
    --colorBorder: var(--color-black-900);
  }
}
.top-sections__item:focus-visible {
  --colorText: var(--color-white-900);
  --colorBg: var(--color-black-900);
  --colorBorder: var(--color-black-900);
}
.top-sections__item-title {
  font-family: var(--font-family-primary);
  font-size: var(--itemFontSize);
  font-weight: 400;
  line-height: 1.2;
  color: currentcolor;
  text-transform: uppercase;
  letter-spacing: 0.1125rem;
  transition-duration: var(--transition-duration);
}
.top-sections__item--back .top-sections__item-title {
  line-height: normal;
  letter-spacing: 0.16875rem;
}
.top-sections__item--show-all .top-sections__item-title {
  font-weight: 600;
}
.top-sections__item-icon {
  width: 0.75rem;
  height: 0.5rem;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/system.pagenavigation/furnitek/style.css?17893794741769*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.pagination {
  --colorText: var(--color-gray-700);
  --colorBg: transparent;
  --colorBorder: var(--color-gray-700);
  --borderRadius: 0.3125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  justify-content: center;
}
.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  color: var(--colorText);
  background-color: var(--colorBg);
  border: 0.0625rem solid var(--colorText);
  transition-duration: var(--transition-duration);
}
.pagination__btn:first-child {
  border-radius: var(--borderRadius) 0 0 var(--borderRadius);
}
.pagination__btn:last-child {
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
}
.pagination__btn:not(:first-child, :last-child) {
  width: 2.75rem;
  aspect-ratio: 1;
}
@media (any-hover: hover) {
  .pagination__btn:not([disabled]):hover, .pagination__btn:not([disabled]).is-active {
    --colorText: var(--color-white-900);
    --colorBg: var(--color-black-700);
    --colorBorder: var(--color-blue);
  }
}
@media (any-hover: none) {
  .pagination__btn:not([disabled]):active, .pagination__btn:not([disabled]).is-active {
    --colorText: var(--color-white-900);
    --colorBg: var(--color-black-700);
    --colorBorder: var(--color-blue);
  }
}
.pagination__btn:not([disabled]):focus-visible {
  --colorText: var(--color-white-900);
  --colorBg: var(--color-black-700);
  --colorBorder: var(--color-blue);
}
.pagination__btn[disabled] {
  opacity: 0.6;
}
.pagination__btn-title {
  padding: 0.3125rem 1.25rem;
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/catalog.section/grid/style.css?1789379473786*/
/* Файл сгенерирован из style.scss - вручную не редактировать */

.catalog__description-content.is-truncated:not(.is-expanded) .catalog__description-content-body {
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 3rem), transparent);
          mask-image: linear-gradient(to bottom, #000 calc(100% - 3rem), transparent);
}

.catalog-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (width <= 80rem) {
  .catalog-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 40rem) {
  .catalog-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 28.75rem) {
  .catalog-items {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/furnitek/components/bitrix/catalog.item/card/style.css?178937947413822*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.product-item {
  --product-item-color-primary: #1a1a1a;
  --product-item-color-bg: unset;
  --product-item-color-text: var(--color-text-primary);
  --product-item-color-text-secondary: var(--color-text-secondary);
  --product-item-color-label-default-bg: var(--color-white-900);
  --product-item-color-label-default-text: var(--color-text-primary);
}
.product-item--slider-main {
  --product-item-color-primary: #1a1a1a;
  --product-item-color-bg: var(--color-black-700);
  --product-item-color-text: var(--color-text-inverse);
  --product-item-color-text-secondary: var(--color-white-100);
  --product-item-color-label-default-bg: var(--color-white-900);
  --product-item-color-label-default-text: var(--color-text-primary);
}
.product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--product-item-color-bg);
}
.product-item-container {
  position: relative;
  display: flex;
  height: 100%;
}
.product-item__header {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.product-item--grid .product-item__header {
  height: 16.875rem;
  aspect-ratio: unset;
}
@media (width <= 64rem) {
  .product-item--grid .product-item__header {
    height: 10.625rem;
  }
}
.product-item__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  margin-block: 0.875rem 0.5rem;
}
.product-item--slider .product-item__body {
  margin-block: 0.625rem;
}
.product-item__footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  align-items: center;
}
.product-item__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.1);
  transition-duration: var(--transition-duration);
}
.product-item:not(.product-item--quick-view):hover .product-item__image {
  transform: scale(1.13);
}
.product-item__image-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
.product-item__image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition-duration: var(--transition-duration);
}
.product-item:hover .product-item__image--hover {
  opacity: 1;
}
.product-item__image-blur {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(1.25rem);
  transform: scale(1.15);
}
.product-item-container--quick-view {
  --card-expand-outset: 1rem;
  --card-expand-color-border: var(--color-gray-700);
  --card-expand-color-bg: var(--color-bg-secondary);
}
.product-item-container--quick-view::before {
  position: absolute;
  inset: calc(-1 * var(--card-expand-outset));
  z-index: -1;
  visibility: hidden;
  content: "";
  background-color: var(--card-expand-color-bg);
  border: 0.0625rem solid var(--card-expand-color-border);
  border-bottom: 0;
  box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.08);
}
@media (width <= 40rem) {
  .product-item-container--quick-view::before {
    inset: 0;
  }
}
.product-item-container--quick-view:focus-within {
  z-index: 3;
}
.product-item-container--quick-view:focus-within::before {
  visibility: visible;
}
@media (hover: hover) {
  .product-item-container--quick-view:hover {
    z-index: 3;
  }
  .product-item-container--quick-view:hover::before {
    visibility: visible;
  }
}
.product-item__quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 1.25rem;
  font-family: var(--font-family-primary);
  font-size: 0.8125rem;
  line-height: 1;
  color: var(--color-text-inverse);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  white-space: nowrap;
  text-decoration: none;
  pointer-events: none;
  cursor: pointer;
  background-color: rgba(24, 25, 27, 0.6);
  border: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition-duration: var(--transition-duration);
}
.product-item__quick-view:focus-visible {
  pointer-events: auto;
  opacity: 1;
}
@media (hover: hover) {
  .product-item:hover .product-item__quick-view {
    pointer-events: auto;
    opacity: 1;
  }
}
.product-item-container--quick-view:focus-within .product-item__quick-view {
  pointer-events: auto;
  opacity: 1;
}
.product-item__extra {
  position: absolute;
  top: calc(100% + var(--card-expand-outset));
  right: calc(-1 * var(--card-expand-outset));
  left: calc(-1 * var(--card-expand-outset));
  padding: 0 var(--card-expand-outset) var(--card-expand-outset);
  background-color: var(--card-expand-color-bg);
  border: 0.0625rem solid var(--card-expand-color-border);
  border-top: 0;
  box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.08);
}
.product-item-container--quick-view:not(:hover, :focus-within) .product-item__extra {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip-path: inset(100%) !important;
}
@media (hover: none) {
  .product-item-container--quick-view:not(:focus-within) .product-item__extra {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    clip-path: inset(100%) !important;
  }
}
.product-item__quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  border-block-start: 0.0625rem solid #D9D9D9;
}
.product-item__quick-action {
  padding: 0.75rem 0;
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--color-text-description);
  text-decoration-line: underline;
  text-decoration-thickness: auto;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-underline-position: from-font;
  text-underline-offset: auto;
  cursor: pointer;
  background: none;
  border: none;
  transition-duration: var(--transition-duration);
}
@media (hover: hover) {
  .product-item__quick-action:hover {
    opacity: 0.7;
  }
}
.product-item__labels {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
.product-item__label {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: var(--product-item-color-label-default-text);
  letter-spacing: 0.04em;
  white-space: nowrap;
  background-color: var(--product-item-color-label-default-bg);
}
.product-item__label--in-stock {
  color: var(--color-text-inverse);
  background-color: var(--color-gray-700);
}
.product-item__label--discount {
  color: #1a1a1a;
  background-color: #fff;
}
.product-item__label--hit {
  color: var(--color-text-inverse);
  background-color: #c8a96e;
}
.product-item__label--new {
  color: var(--color-text-inverse);
  background-color: #2c2c2c;
}
.product-item__title {
  flex: 1;
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--product-item-color-text);
  text-transform: unset;
}
.product-item:hover .product-item__title {
  opacity: 0.7;
}
.product-item__title-link {
  color: currentcolor;
  text-decoration: unset;
}
.product-item__title-link::after {
  position: absolute;
  inset: 0;
  content: "";
}
.product-item--slider-main .product-item__title {
  font-size: clamp(1.25rem, 1.1923076923rem + 0.2564102564vw, 1.5rem);
}
.product-item--slider .product-item__title {
  font-size: 1.125rem;
}
.product-item__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-family: var(--font-family-primary);
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--product-item-color-text-secondary);
  -webkit-box-orient: vertical;
}
.product-item__price {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.product-item__price-current {
  position: relative;
  font-size: clamp(1.25rem, 1.1923076923rem + 0.2564102564vw, 1.5rem);
  font-weight: 400;
  line-height: 1;
  color: var(--product-item-color-text);
}
.product-item__price-old {
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--product-item-color-text-secondary);
  text-decoration: line-through;
}
.product-item--grid .product-item__price {
  grid-column: 1/-1;
}
.product-item__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.product-item__button {
  position: relative;
  width: 100%;
}
.product-item__sku {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-item__sku-line {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-item__sku-title {
  font-size: 0.75rem;
  color: var(--product-item-color-text-secondary);
}
.product-item__sku-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-item__sku-item {
  cursor: pointer;
}
.product-item__sku-item.selected .product-item__sku-item-text {
  border-color: var(--product-item-color-primary);
}
.product-item__sku-item.selected .product-item__sku-item-color {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--product-item-color-primary);
}
.product-item__sku-item.notallowed {
  pointer-events: none;
  opacity: 0.35;
}
.product-item__sku-item-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-size: 0.75rem;
  border: 1px solid #ccc;
  transition-duration: var(--transition-duration);
}
.product-item__sku-item:hover .product-item__sku-item-text {
  border-color: var(--product-item-color-primary);
}
.product-item__sku-item-color {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: box-shadow var(--transition-duration);
}
.product-item__props-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 8px;
  margin: 0;
  font-size: 0.75rem;
}
.product-item__prop-name {
  color: var(--product-item-color-text-secondary);
}
@media (width <= 575px) {
  .product-item__prop-name--desktop {
    display: none;
  }
}
.product-item__prop-value {
  color: var(--product-item-color-text);
}
@media (width <= 575px) {
  .product-item__prop-value--desktop {
    display: none;
  }
}
.product-item__availability {
  --product-item-color-text: #26A710;
  color: var(--product-item-color-text);
}
.product-item__availability--none {
  --product-item-color-text: #C00F;
}
.product-item__availability-title {
  display: flex;
  gap: 0.4375rem;
  align-items: center;
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.product-item__availability-title::before {
  display: inline-flex;
  width: 0.625rem;
  aspect-ratio: 1;
  content: "";
  background-color: var(--product-item-color-text);
  border-radius: 100%;
}
.product-item__quantity {
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
  align-self: normal;
  width: 100%;
  border: 1px solid var(--color-gray-700);
}
.product-item__quantity-limit {
  display: flex;
  gap: 4px;
  font-size: 0.75rem;
  color: var(--product-item-color-text-secondary);
}
.product-item__quantity-limit-value {
  font-weight: 500;
  color: var(--product-item-color-text);
}
.product-item__quantity-btn {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 100%;
  font-size: 1.1rem;
  color: var(--product-item-color-text);
  cursor: pointer;
  background: none;
  border: none;
  transition: background-color var(--transition-duration);
}
.product-item__quantity-btn:hover {
  background-color: #f0f0f0;
}
.product-item__quantity-btn.product-item-amount-field-btn-disabled {
  pointer-events: none;
  opacity: 0.35;
}
.product-item__quantity-field {
  width: 40px;
  font-size: 0.875rem;
  color: var(--product-item-color-text);
  text-align: center;
  pointer-events: none;
  outline: none;
  background: none;
  border: none;
}
.product-item__quantity-field::-webkit-inner-spin-button, .product-item__quantity-field::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.product-item__quantity-field[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.product-item__quantity-field-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  margin: auto;
}
.product-item__quantity-measure {
  font-size: 0.75rem;
  color: var(--product-item-color-text-secondary);
}
.product-item__quantity-total {
  display: none;
  width: 100%;
  font-size: 0.75rem;
  color: var(--product-item-color-text-secondary);
  text-align: center;
}
.product-item__compare {
  padding-top: 4px;
}
.product-item__compare-label {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 0.8125rem;
  color: var(--product-item-color-text-secondary);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-item__compare-checkbox {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  accent-color: var(--product-item-color-primary);
  cursor: pointer;
}
.product-item__compare-text {
  line-height: 1;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17893794281413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/local/templates/furnitek/components/bitrix/news.list/brands/style.css?17893794741265*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.brands-list__item {
  --brands-color-text: var(--color-gray-400);
  --brands-color-bg: transparent;
  --brands-color-border: var(--color-gray-400);
  padding: 0.625rem;
  color: var(--brands-color-text);
  background-color: var(--brands-color-bg);
  border: 0.0625rem solid var(--brands-color-border);
  transition-duration: var(--transition-duration);
}
@media (any-hover: hover) {
  .brands-list__item:hover, .brands-list__item.is-active {
    --brands-color-text: var(--color-white-900);
    --brands-color-bg: var(--color-gray-400);
  }
}
@media (any-hover: none) {
  .brands-list__item:active, .brands-list__item.is-active {
    --brands-color-text: var(--color-white-900);
    --brands-color-bg: var(--color-gray-400);
  }
}
.brands-list__item:focus-visible {
  --brands-color-text: var(--color-white-900);
  --brands-color-bg: var(--color-gray-400);
}
.brands-list__item-title {
  font-family: var(--font-family-primary);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1125rem;
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/furnitek/components/bitrix/catalog/furnitek/style.css?17893794742661 */
/* /local/templates/furnitek/components/bitrix/catalog.smart.filter/vertical/style.css?178937947423374 */
/* /local/templates/furnitek/components/bitrix/catalog.section.list/catalog_top/style.css?17893794742353 */
/* /local/templates/furnitek/components/bitrix/system.pagenavigation/furnitek/style.css?17893794741769 */
/* /local/templates/furnitek/components/bitrix/catalog.section/grid/style.css?1789379473786 */
/* /local/templates/furnitek/components/bitrix/catalog.item/card/style.css?178937947413822 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17893794281413 */
/* /local/templates/furnitek/components/bitrix/news.list/brands/style.css?17893794741265 */
