

/* 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.element/furnitek/style.css?178937947315544*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.product-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 2.2115384615rem + 1.2820512821vw, 3.75rem);
}
@media (width <= 62rem) {
  .product-card {
    grid-template-columns: 1fr;
  }
}
.product-card__info {
  display: flex;
  flex-direction: column;
}
.product-card__top {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  margin-block-end: 1.25rem;
}
@media (width <= 28.75rem) {
  .product-card__top {
    flex-direction: column;
    align-items: start;
  }
}
.product-card__brand-logo {
  width: 12.5rem;
}
.product-card__title {
  margin-block-end: 1.25rem;
  font-family: var(--font-family-primary);
  font-size: clamp(1.5rem, 1.4423076923rem + 0.2564102564vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-text-primary);
  text-transform: uppercase;
  letter-spacing: 0.0875rem;
}
.product-card__availability {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.15;
  color: rgb(85, 85, 85);
}
.product-card__availability::before {
  display: inline-flex;
  width: 0.5em;
  height: 1em;
  content: "";
  border-right: 0.125rem solid #04A421;
  border-bottom: 0.125rem solid #04A421;
  transform: rotate(45deg) translateY(-10%) translate(-10%);
}
.product-card__availability--none::before {
  width: 0.4375rem;
  height: 0.4375rem;
  aspect-ratio: 1;
  background-color: #D90404;
  border: none;
  border-radius: 100%;
  transform: none;
}
.product-card__buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: clamp(0.625rem, 0.4807692308rem + 0.641025641vw, 1.25rem);
  margin-block-end: 1.25rem;
}
@media (width <= 40rem) {
  .product-card__buttons {
    grid-template-columns: 1fr;
  }
}
.product-card__more {
  margin-block-start: 1.25rem;
  border: 0.0625rem solid var(--color-gray-700);
}
.product-card__more-button {
  font-family: var(--font-family-primary);
  font-size: clamp(0.75rem, 0.7211538462rem + 0.1282051282vw, 0.875rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--color-gray-700);
  text-transform: uppercase;
}
.product-card__more .accordion__details[open] .accordion__icon {
  transform: rotate(90deg);
}
.product-card__more .accordion__summary {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
}
.product-card__more .accordion__content {
  padding-inline: 0.625rem;
}
.product-card .advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
  justify-content: space-between;
  padding: 1.5rem 0.625rem;
  margin-block-start: 1.25rem;
  border: 0.0625rem solid var(--color-gray-700);
}
@media (width <= 48rem) {
  .product-card .advantages {
    flex-direction: column;
  }
}
.product-card .advantages__item {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  max-width: 12.5rem;
}
@media (width <= 48rem) {
  .product-card .advantages__item {
    max-width: 100%;
  }
}
.product-card .advantages__item-title {
  font-family: var(--font-family-primary);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.15;
  color: var(--color-gray-700);
}
.product-card .advantages__item-icon {
  width: 1.875rem;
  height: 1.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card .icon-links {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.product-card .icon-links__item {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  color: var(--color-gray-700);
  cursor: pointer;
  transition-duration: var(--transition-duration);
}
@media (any-hover: hover) {
  .product-card .icon-links__item:hover, .product-card .icon-links__item.is-active {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .product-card .icon-links__item:active, .product-card .icon-links__item.is-active {
    opacity: 0.7;
  }
}
.product-card .icon-links__item:focus-visible {
  opacity: 0.7;
}
.product-card .icon-links__item:first-child {
  margin-block-start: 1.25rem;
}
.product-card .icon-links__item:last-child {
  margin-block-end: 0.625rem;
}
.product-card .icon-links__item-title {
  color: currentColor;
}
.product-info__artnumber {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15;
  color: var(--color-text-description);
  -webkit-text-stroke-width: 0.01875rem;
  -webkit-text-stroke-color: var(--color-text-description);
}
.product-slider {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-slider__top {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.product-slider__thumbs {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.product-slider__thumbs-wrapper {
  position: relative;
  margin-block-start: 2.5rem;
}
@media (width <= 48rem) {
  .product-slider__thumbs-wrapper {
    margin-inline: 0.9375rem;
  }
}
.product-slide__link {
  width: 100%;
}
.product-slide__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-slider__top .product-slide__blur {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px);
}
.product-slider__top .product-slide__image {
  position: relative;
  height: clamp(15rem, 9.2307692308rem + 25.641025641vw, 40rem);
}
.product-slider__thumbs .product-slide {
  cursor: pointer;
}
.product-slider__thumbs .product-slide.swiper-slide-thumb-active::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(24, 25, 27, 0.6) 0%, rgba(24, 25, 27, 0.6) 100%);
  transition-duration: var(--transition-duration);
}
.product-slider__thumbs .product-slide__image {
  height: clamp(3.75rem, 2.0192307692rem + 7.6923076923vw, 11.25rem);
}
.product-slider__thumbs-wrapper .product-slider-nav__button {
  --size: 2.5rem;
  width: var(--size);
  aspect-ratio: 1;
  background-color: var(--color-white-900);
  border-radius: 50%;
}
.product-slider__thumbs-wrapper .product-slider-nav__button:first-child {
  left: calc(var(--size) / -2);
}
.product-slider__thumbs-wrapper .product-slider-nav__button:last-child {
  right: calc(var(--size) / -2);
}
.product-slider__thumbs-wrapper .product-slider-nav__button-icon {
  width: unset;
  height: unset;
}
.product-promo {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.25rem;
  color: var(--color-text-inverse);
  background-color: var(--color-gray-700);
  background-image: url("/images/door_handles_transparent.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-promo__top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: start;
  justify-content: space-between;
}
.product-promo__links {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.product-promo__links-item {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5;
  cursor: pointer;
}
.product-promo__links-item::after {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="0 0 7 11" fill="none"><path d="M0.707031 0.707092L5.20703 5.20709L0.707031 9.70709" stroke="white" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: var(--transition-duration);
}
.product-promo__links-item:hover::after {
  transform: translateX(0.25rem);
}
.product-promo__title {
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
}
.product-promo__description {
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
.product-item-detail-info-container {
  margin-block-end: 1.25rem;
}
.product-item-detail-price {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.product-item-detail-price-current {
  font-family: var(--font-family-primary);
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  color: var(--color-gray-700);
  text-transform: uppercase;
}
.product-item-detail-price-old {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  color: var(--color-gray-400);
  text-transform: uppercase;
  text-decoration-line: line-through;
}
.product-item-detail-properties {
  display: grid;
  grid-template-columns: auto 1fr;
}
.product-item-detail-properties dt, .product-item-detail-properties dd {
  padding-block: 0.5rem;
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  color: #828282;
  border-bottom: 1px solid var(--color-gray-300);
}
.product-item-detail-properties dt {
  color: var(--color-text-primary);
}
.product-item-detail-properties dd {
  padding-inline-start: 0.5rem;
  margin: 0;
  color: var(--color-text-secondary);
  text-align: right;
}
.product-item-detail-properties dd a {
  color: currentColor;
  transition-duration: var(--transition-duration);
}
@media (any-hover: hover) {
  .product-item-detail-properties dd a:hover, .product-item-detail-properties dd a.is-active {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .product-item-detail-properties dd a:active, .product-item-detail-properties dd a.is-active {
    opacity: 0.7;
  }
}
.product-item-detail-properties dd a:focus-visible {
  opacity: 0.7;
}
.product-item-detail-tab-content {
  display: none;
}
.product-item-detail-tab-content.active {
  display: block;
}
.product {
  /* Amount */
}
.product-item-amount {
  --width: 3.125rem;
  --height: 2.8125rem;
  --colorText: var(--color-gray-700);
  --colorBorder: var(--color-gray-700);
}
.product-item-amount-field-container {
  display: flex;
  align-items: center;
}
@media (width <= 28.75rem) {
  .product-item-amount-field-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-item-amount-field {
  display: inline-block;
  width: auto;
  max-width: var(--width);
  height: var(--height);
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  vertical-align: middle;
  color: var(--colorText);
  text-align: center;
  pointer-events: none;
  background: transparent !important;
  border: 0.0625rem solid var(--colorBorder);
  transition: border 300ms ease;
}
@media (width <= 28.75rem) {
  .product-item-amount-field {
    max-width: unset;
  }
}
.product-item-amount-field::-webkit-outer-spin-button, .product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.product-item-amount-field:focus {
  outline: none !important;
}
.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
  position: relative;
  display: inline-block;
  min-width: var(--width);
  height: var(--height);
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border: 0.0625rem solid var(--colorBorder);
  transition: background 300ms ease, opacity 300ms ease;
}
.product-item-amount-field-btn-plus::after, .product-item-amount-field-btn-minus::after {
  position: absolute;
  inset: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}
@media (any-hover: hover) {
  .product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-plus.is-active, .product-item-amount-field-btn-minus:hover, .product-item-amount-field-btn-minus.is-active {
    background: #d3d3d3;
  }
  .product-item-amount-field-btn-plus:hover::after, .product-item-amount-field-btn-plus.is-active::after, .product-item-amount-field-btn-minus:hover::after, .product-item-amount-field-btn-minus.is-active::after {
    opacity: 1;
  }
}
@media (any-hover: none) {
  .product-item-amount-field-btn-plus:active, .product-item-amount-field-btn-plus.is-active, .product-item-amount-field-btn-minus:active, .product-item-amount-field-btn-minus.is-active {
    background: #d3d3d3;
  }
  .product-item-amount-field-btn-plus:active::after, .product-item-amount-field-btn-plus.is-active::after, .product-item-amount-field-btn-minus:active::after, .product-item-amount-field-btn-minus.is-active::after {
    opacity: 1;
  }
}
.product-item-amount-field-btn-plus:focus-visible, .product-item-amount-field-btn-minus:focus-visible {
  background: #d3d3d3;
}
.product-item-amount-field-btn-plus:focus-visible::after, .product-item-amount-field-btn-minus:focus-visible::after {
  opacity: 1;
}
.product-item-amount-field-btn-plus::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><line y1="8" x2="16" y2="8" stroke="%23555555" stroke-width="2"/><line x1="8" y1="16" x2="8" stroke="%23555555" stroke-width="2"/></svg>');
}
.product-item-amount-field-btn-minus::after {
  background-image: url('data:image/svg+xml,<svg width="16" height="2" viewBox="0 0 16 2" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="1" x2="16" y2="1" stroke="%23555555" stroke-width="2"/></svg>');
}
.product-item-amount-label-container {
  margin: 0.3125rem 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--colorText);
}
.product-item-amount-description-container {
  margin-inline-start: 0.3125rem;
  font-size: 0.75rem;
  color: var(--colorText);
  white-space: nowrap;
}
.product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}
@media (width <= 28.75rem) {
  .product-item-amount-description-container {
    display: none;
  }
}
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus::after, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus::after {
  cursor: default;
  opacity: 0.3 !important;
}
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}
.product-tabs .tabs__list {
  gap: clamp(1.25rem, 0.8173076923rem + 1.9230769231vw, 3.125rem);
}
.product-tabs {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.product-tabs .tabs__button-text {
  font-size: 1.125rem;
}
.product-tabs .tabs__content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.8173076923rem + 1.9230769231vw, 3.125rem);
}
.product-tabs .tabs__content-button {
  width: 100%;
  max-width: 37.5rem;
  margin: auto;
}
.product-tabs .description {
  font-size: clamp(1rem, 0.9711538462rem + 0.1282051282vw, 1.125rem);
}
.product-linking {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(0.625rem, 0.3365384615rem + 1.2820512821vw, 1.875rem);
  margin-block-start: clamp(1.25rem, 0.8173076923rem + 1.9230769231vw, 3.125rem);
}
@media (width <= 62rem) {
  .product-linking {
    grid-template-columns: 1fr;
  }
}
.product .description {
  font-family: var(--font-family-primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  color: var(--color-text-primary);
}

.catalog-block-header .section__title {
  font-weight: 400;
}
/*# 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:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17893794272802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */


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

.catalog-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.catalog-slider .swiper-wrapper {
  align-items: unset !important;
}

.catalog-products-slider .slider-nav {
  display: flex;
  gap: 4.375rem;
  justify-content: center;
  margin-block-start: clamp(1.875rem, 1.5865384615rem + 1.2820512821vw, 3.125rem);
}
.catalog-products-slider .slider-nav__button {
  position: static;
  transform: none;
}
/*# 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:/local/templates/furnitek/components/bitrix/catalog.products.viewed/slider/style.css?1789379474486*/
/* Файл сгенерирован из style.scss - вручную не редактировать */
.catalog-products-viewed .slider-nav {
  display: flex;
  gap: 4.375rem;
  justify-content: center;
  margin-block-start: clamp(1.875rem, 1.5865384615rem + 1.2820512821vw, 3.125rem);
}
.catalog-products-viewed .slider-nav__button {
  position: static;
  transform: none;
}

.catalog-slider .swiper-wrapper {
  align-items: unset !important;
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/furnitek/components/bitrix/catalog/furnitek/style.css?17893794742661 */
/* /local/templates/furnitek/components/bitrix/catalog.element/furnitek/style.css?178937947315544 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17893794281413 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17893794272802 */
/* /local/templates/furnitek/components/bitrix/catalog.section/slider/style.css?1789379473567 */
/* /local/templates/furnitek/components/bitrix/catalog.item/card/style.css?178937947413822 */
/* /local/templates/furnitek/components/bitrix/catalog.products.viewed/slider/style.css?1789379474486 */
