

/* Start:/local/templates/html/assets/components-template/product-page-sku/style.css?17395344626597*/
@charset "UTF-8";
.product-card-sku-skeleton {
  height: 208px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1099px) {
  .product-card-sku-skeleton {
    height: 252px;
  }
}
.product-card-sku-skeleton__prop {
  height: 24px;
  width: 200px;
  margin-bottom: 12px;
  background-color: #eeecec;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1099px) {
  .product-card-sku-skeleton__prop {
    width: 100px;
  }
}
.product-card-sku-skeleton__val {
  height: 40px;
  background-color: #eeecec;
  width: 400px;
  margin-bottom: 34px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1099px) {
  .product-card-sku-skeleton__val {
    width: 200px;
  }
}

.product-sku__list {
  display: flex;
  margin: -10px;
}
@media (max-width: 1099px) {
  .product-sku__list {
    margin: -5px;
  }
}
.product-sku__overflow {
  display: flex;
  gap: 16px;
  padding: 10px 12px;
  flex-wrap: wrap;
}
@media (max-width: 1099px) {
  .product-sku__overflow {
    padding: 5px;
  }
}
.product-sku__item {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  display: flex;
  padding: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 1499px) {
  .product-sku__item {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 1299px) {
  .product-sku__item {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1099px) {
  .product-sku__item {
    width: 60px;
    height: 60px;
  }
}
.product-sku__item.active {
  border-color: transparent;
}
.product-sku__item:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 120%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 2px;
}
.product-sku__item img {
  max-width: 100%;
  max-height: 100%;
}
.product-sku__item.active {
  border-color: transparent;
}
.product-sku__item.active:after {
  border-color: #882B3E;
}
.product-sku__item.active .product-sku__card {
  border-color: transparent;
}
@media (min-width: 1024px) {
  .product-sku__item:hover {
    cursor: pointer;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.13);
    border-color: transparent;
  }
  .product-sku__item:hover .product-sku__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.product-sku__item.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.product-sku__tooltip {
  position: absolute;
  bottom: calc(100% + 6px);
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  padding: 4px 8px;
  width: 125px;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
}
@media (max-width: 1099px) {
  .product-sku__tooltip {
    display: none;
  }
}
.product-sku__tooltip:after {
  position: absolute;
  content: "";
  border: 5px solid transparent; /* Прозрачные границы */
  border-top: 5px solid #fff; /* Добавляем треугольник */
  top: 100%;
  left: 10px;
}
.product-sku__bg {
  position: absolute;
  right: 2px;
  bottom: 2px;
  top: 2px;
  left: 2px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: inset 0px 0px 1px 1px black;
}
.product-sku__toggler {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #e4e4e4;
  position: absolute;
  right: -7px;
  top: 10px;
  transition: all 0.3s ease;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
.product-sku__toggler:before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  top: 2px;
  left: 2px;
  background-color: #f9eef0;
}
.product-sku__toggler:after {
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 100px;
  background-color: #fff;
  transform: translateX(-100%);
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4976365546) 31%, rgb(255, 255, 255) 79%);
  pointer-events: none;
  z-index: -11;
}
@media (max-width: 1099px) {
  .product-sku__toggler {
    top: 5px;
  }
}
.product-sku__toggler .icon {
  max-width: 12px;
  max-height: 12px;
  transform: rotate(90deg);
  fill: #882B3E;
}
@media (min-width: 1024px) {
  .product-sku__toggler:hover {
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
    border-color: transparent;
  }
}
.product-sku__toggler.visible {
  opacity: 1;
  visibility: visible;
}
.product-sku.active .product-sku__toggler .icon {
  transform: rotate(-90deg);
}
.product-sku.active .product-sku__toggler:after {
  opacity: 0;
}

.product-sku--v2 .product-sku__overflow {
  gap: 13px;
}
.product-sku--v2 .product-sku__item {
  width: 40px;
  height: 40px;
}

.product-sku--v3 {
  position: relative;
  height: 70px;
  border-bottom: 1px solid #e4e4e4;
}
.product-sku--v3 .product-sku__list {
  padding-right: 40px;
  position: relative;
  z-index: 3;
}
.product-sku--v3 .product-sku__list:before {
  position: absolute;
  content: "";
  left: -12px;
  right: -12px;
  top: -6px;
  bottom: -6px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1099px) {
  .product-sku--v3 .product-sku__list:before {
    left: 0px;
    right: 0px;
    top: -5px;
    bottom: -5px;
  }
}
.product-sku--v3 .product-sku__overflow {
  gap: 13px;
  flex-wrap: nowrap;
}
@media (max-width: 1099px) {
  .product-sku--v3 .product-sku__overflow {
    max-width: none;
    flex-wrap: wrap;
    height: 50px;
    overflow: hidden;
  }
}
.product-sku--v3 .product-sku__item {
  width: 40px;
  height: 40px;
  display: none;
}
@media (max-width: 1099px) {
  .product-sku--v3 .product-sku__item {
    display: flex;
  }
}
@media (min-width: 1700px) {
  .product-sku--v3 .product-sku__item:nth-of-type(-n + 8) {
    display: flex;
  }
}
@media (min-width: 1300px) {
  .product-sku--v3 .product-sku__item:nth-of-type(-n + 7) {
    display: flex;
  }
}
@media (max-width: 1299px) {
  .product-sku--v3 .product-sku__item:nth-of-type(-n + 8) {
    display: flex;
  }
}
.product-sku--v3.active {
  z-index: 10;
}
.product-sku--v3.active .product-sku__item {
  display: flex !important;
}
.product-sku--v3.active .product-sku__overflow {
  flex-wrap: wrap;
  height: auto;
  overflow: visible;
}
.product-sku--v3.active .product-sku__list:before {
  opacity: 1;
}
/* End */


/* Start:/local/templates/html/assets/components-template/form-mixin/slider/style.css?17395344626357*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*
Custom styles
 */
.no-ui-slider:not(:last-child) {
  margin-bottom: 12px;
}
.no-ui-slider__title {
  color: #2B2A29;
}
.no-ui-slider__inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.no-ui-slider__inputs input {
  max-width: calc(50% - 20px);
  color: #2B2A29;
  box-shadow: none;
  border: 1px solid #E4E4E4;
  height: 32px;
  padding: 4px 10px;
  background: #fff;
  border-radius: 2px;
  text-align: center;
}
.no-ui-slider__input-from, .no-ui-slider__input-to {
  width: 50%;
  flex-shrink: 0;
  background: 0 0;
  border: none;
  height: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: inherit;
}
.no-ui-slider__ranges {
  height: 2px;
  border: none;
  background: #E4E4E4;
  margin-left: 10px;
}
.no-ui-slider__ranges .noUi-connect {
  background: #882B3E;
}
.no-ui-slider__ranges .noUi-handle {
  width: 12px;
  height: 12px;
  border: 2px solid #882B3E;
  background-color: #fff;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: none;
}
.no-ui-slider__ranges .noUi-handle:before, .no-ui-slider__ranges .noUi-handle:after {
  content: none;
}
/* End */


/* Start:/local/templates/html/assets/components-template/catalog-filters/style.css?17395344621401*/
.catalog-filters {
  margin-bottom: 20px;
}
@media (max-width: 1299px) {
  .catalog-filters {
    display: none;
  }
}
.catalog-filters__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.catalog-filters.no--margin {
  margin-bottom: 0px;
}

.filter-item {
  color: #969696;
  padding: 4px 4px 4px 8px;
  border: 1px solid #969696;
  border-radius: 2px;
  background-color: #fff;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 1100px) {
  .filter-item {
    cursor: pointer;
  }
  .filter-item:hover {
    background-color: #e7e7ec;
  }
  .filter-item:hover .filter-item__name {
    text-decoration: line-through;
    color: #2B2A29;
  }
  .filter-item:hover .filter-item__remove {
    fill: #2B2A29;
  }
}
.filter-item:active .filter-item__name, .filter-item:focus .filter-item__name {
  color: #882B3E;
}
.filter-item:active .filter-item__remove, .filter-item:focus .filter-item__remove {
  fill: #882B3E;
}
.filter-item--delete {
  border: none;
}
@media (min-width: 1100px) {
  .filter-item--delete {
    cursor: pointer;
  }
  .filter-item--delete:hover {
    background-color: transparent;
  }
}
.filter-item__name {
  display: flex;
  gap: 5px;
  transition: all ease 0.3s;
}
.filter-item__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  fill: #969696;
  transition: all ease 0.3s;
}
/* End */


/* Start:/local/templates/html/assets/components-template/catalog-targets/style.css?17395344623243*/
.catalog-targets {
  margin-bottom: 23px;
  position: relative;
}
@media (max-width: 1099px) {
  .catalog-targets {
    margin-bottom: 13px;
  }
}
.catalog-targets__toggle {
  position: absolute;
  right: 0;
}
.catalog-targets__list {
  display: flex;
  overflow: hidden;
}
.catalog-targets__list.active {
  flex-wrap: wrap;
}
.catalog-targets__list.active .catalog-targets__toggle {
  position: static;
  transform: none;
}
.catalog-targets__list.active .catalog-targets__toggle:before {
  display: none;
}
@media (max-width: 1099px) {
  .catalog-targets__list {
    flex-wrap: nowrap;
    overflow: auto;
    margin-right: -10px;
    padding-bottom: 10px;
  }
}
.catalog-targets__link {
  padding: 4px 13px;
  transition: all 0.3s ease;
  color: #000;
  margin-right: 16px;
  white-space: nowrap;
  border-radius: 2px;
  position: relative;
  border: 1px solid #E1DBDB;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
@media (max-width: 1099px) {
  .catalog-targets__link {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 8px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .catalog-targets__link:hover {
    cursor: pointer;
    color: #882B3E;
    border-color: #882B3E;
  }
  .catalog-targets__link:hover:before {
    right: 0;
  }
}
.catalog-targets__link.active {
  background-color: #882B3E;
  border-color: #882B3E;
  color: #fff;
}
@media (min-width: 1024px) {
  .catalog-targets--inner .catalog-targets__link:hover {
    cursor: pointer;
    background-color: #F99E4D;
    color: #fff;
  }
}
.catalog-targets--inner .catalog-targets__link.active {
  background-color: #F99E4D;
}
.catalog-targets__toggle {
  display: none;
  align-self: flex-start;
  background-color: #fff;
}
.catalog-targets__toggle:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100px;
  background: linear-gradient(270deg, #FFFFFF 24.51%, rgba(255, 255, 255, 0.734375) 43%, rgba(255, 255, 255, 0) 88.78%);
}
.catalog-targets__toggle .btn {
  height: auto;
  padding: 4px 13px;
}
.catalog-targets__toggle.visible {
  display: flex;
}
@media (max-width: 1099px) {
  .catalog-targets__toggle.visible {
    display: none;
  }
}
.catalog-targets__toggle.active .icon {
  transform: rotate(-90deg);
}

.choice_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.choice_list .link-reset {
  margin-top: 8px;
  display: flex;
  align-items: center;
  color: #aaaaaa;
  fill: #aaaaaa;
}
@media (min-width: 1024px) {
  .choice_list .link-reset:hover {
    cursor: pointer;
    color: #882B3E;
    fill: #882B3E;
  }
}
.choice_list .link-reset .icon {
  transition: all 0.3s ease;
  margin-left: 8px;
}

.filtered-list__item {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  margin-right: 8px;
  margin-top: 8px;
}
.filtered-list__item span:first-child {
  color: #AAAAAA;
  padding-right: 3px;
}
@media (min-width: 1024px) {
  .filtered-list__item:hover {
    cursor: pointer;
    color: #882B3E;
    text-decoration: line-through;
  }
  .filtered-list__item:hover .icon {
    fill: #882B3E;
  }
}
.filtered-list__item .icon {
  margin-left: 8px;
}
/* End */


/* Start:/local/templates/html/assets/components-template/content/style.css?17395344606458*/
.content img {
  max-width: 100%;
  display: block;
  border-radius: 0;
  line-height: 1.4;
  clear: both;
}
.content img[align=left], .content img[align=center], .content img[align=right] {
  max-width: 100%;
  float: none;
  margin: 0 auto 20px;
}
@media (min-width: 1500px) {
  .content img[align=left] {
    float: left;
    max-width: 40%;
    margin: 0 24px 20px 0;
  }
  .content img[align=right] {
    float: right;
    max-width: 40%;
    margin: 0 0 20px 24px;
  }
  .content img[align=center] {
    margin: 0 auto 20px;
  }
}
.content img:not([class]) {
  margin-bottom: 40px;
}
@media (max-width: 1099px) {
  .content img:not([class]) {
    margin-bottom: 20px;
  }
}
.content .content-img {
  clear: both;
}
.content .content-img .img-descr {
  display: block;
  margin-top: 15px;
  color: #969696;
  font-size: 14px;
  text-align: center;
}
.content .content-img--left {
  float: left;
  margin: 0px 24px 40px 0;
}
@media (max-width: 1100px) {
  .content .content-img--left {
    float: none;
    margin: 0 auto 35px;
  }
}
.content .content-img--left img {
  display: block;
  margin: 0 auto;
}
.content .content-img--right {
  float: right;
  margin: 0 0 20px 24px;
}
@media (max-width: 1100px) {
  .content .content-img--right {
    float: none;
    margin: 0 auto 20px;
  }
}
.content .content-img--right img {
  display: block;
  margin: 0 auto;
}
.content .content-img--center {
  max-width: 100%;
  display: block;
  float: none;
  text-align: center;
  margin: 20px 0 40px;
}
.content .content-img--center img {
  margin: 0 auto;
}
.content .content-img--overlay {
  position: relative;
}
.content .content-img--overlay:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  background: linear-gradient(180deg, #45007B 0%, rgba(44, 43, 43, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.content .video {
  width: 100%;
  max-width: 800px;
  height: 300px;
  margin: 0 auto 20px;
  display: block;
}
@media (min-width: 1500px) {
  .content .video {
    height: 500px;
  }
}

.content ol:not(.list-reset),
.content ul:not(.list-reset) {
  margin: 25px 0 25px;
}
@media (min-width: 1500px) {
  .content ol:not(.list-reset),
  .content ul:not(.list-reset) {
    margin: 25px 0 20px;
  }
}
.content ol:not(.list-reset) li,
.content ul:not(.list-reset) li {
  position: relative;
  padding: 0 0 0 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 12px;
}
.content ol:not(.list-reset) li:last-child,
.content ul:not(.list-reset) li:last-child {
  margin: 0;
}
.content ol:not(.list-reset) li > ul,
.content ol:not(.list-reset) li > ol,
.content ul:not(.list-reset) li > ul,
.content ul:not(.list-reset) li > ol {
  margin: 12px 0 10px;
}
@media (min-width: 1500px) {
  .content ol:not(.list-reset) li > ul,
  .content ol:not(.list-reset) li > ol,
  .content ul:not(.list-reset) li > ul,
  .content ul:not(.list-reset) li > ol {
    margin: 12px 0 10px;
  }
}
.content ul:not(.list-reset) > li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #882B3E;
  border: 1px solid #882B3E;
  position: absolute;
  top: 7px;
  left: 0;
}
.content ol:not(.list-reset) {
  counter-reset: list;
  list-style: none;
}
.content ol:not(.list-reset) > li:before {
  content: counters(list, ".") ".";
  counter-increment: list;
  transform: none;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  color: #882B3E;
  position: absolute;
  top: 0;
  left: 0;
}
.content ol:not(.list-reset) > li > ol:not(.list-reset) li {
  padding: 0 0 0 45px;
}
.content ol:not(.list-reset) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
  padding: 0 0 0 60px;
}

.content table {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  width: 100%;
}
.content th {
  padding: 12px 25px;
  font-weight: 700;
  background-color: #F2F5F9;
  text-align: left;
}
.content td {
  padding: 12px 25px;
  border-bottom: 1px solid #E4E4E4;
}
.content td.color {
  color: #969696;
}
.content table.custom tbody {
  display: inline-table;
  width: 100%;
}
.content table.custom th {
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.content table.custom td {
  width: 50%;
  padding: 20px 20px 0 0;
}

.content {
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: #2B2A29;
}
.content p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.content p:last-child {
  margin: 0;
}
.content p.text-deleted {
  text-decoration: line-through;
}
.content a:not([class]) {
  color: #882B3E;
  padding: 2px;
  transition: color 0.3s;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.content a:not([class]):hover {
  color: #BF314F;
}
.content hr {
  position: relative;
  height: 1px;
  background: #969696;
  border: 0;
  margin: 35px 0;
}
@media (max-width: 1099px) {
  .content hr {
    margin: 26px 0px;
  }
}
.content hr:after, .content hr:before {
  content: "";
  display: table;
  clear: both;
}
.content mark {
  background: #882B3E;
  color: #fff;
  font-weight: normal;
  padding: 0 5px;
  font-style: normal;
}
.content s {
  text-decoration: line-through;
}
.content blockquote {
  display: block;
  margin-bottom: 25px;
  padding: 28px 35px;
  color: #2B2A29;
  line-height: 1.5;
  font-style: italic;
  letter-spacing: 0.03em;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
}

.info-block {
  background-color: #fafafb;
  padding: 32px 44px 32px 77px;
}
@media (max-width: 1099px) {
  .info-block {
    padding: 24px 20px 24px 50px;
  }
}
.info-block .color {
  color: #969696;
}
.info-block p:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 1099px) {
  .info-block p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.info-block__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  fill: #882B3E;
  margin-left: -36px;
}
.delivery-item {
  border: 1px solid #E4E4E4;
  padding: 24px;
  background-color: #fff;
  border-radius: 2px;
}
@media (max-width: 1099px) {
  .delivery-item {
    padding: 14px;
  }
}
.delivery-item__title {
  padding: 3px 10px 2px 24px;
  background-color: #882B3E;
  color: #ffffff;
  border-radius: 0 2px 2px 0;
  display: inline-block;
  margin-left: -24px;
  margin-bottom: 15px;
}
@media (max-width: 1099px) {
  .delivery-item__title {
    padding: 0 10px 0 14px;
    margin-left: -14px;
  }
}
.delivery-item .delivery-item__body ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* End */


/* Start:/local/templates/html/assets/components-template/catalog-sort/style.css?1739534462806*/
.catalog-sort {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.catalog-sort--mobile {
  margin-bottom: 0;
  justify-content: center;
}
@media (min-width: 1300px) {
  .catalog-sort--mobile {
    display: none;
  }
}
.catalog-sort--mobile .control-list {
  width: 100%;
}
.catalog-sort--mobile .radio-option__caption {
  justify-content: center;
}
.catalog-sort__total {
  color: #969696;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .catalog-sort__left {
    display: none;
  }
}
.catalog-sort__right {
  display: flex;
  align-items: center;
}
@media (max-width: 1299px) {
  .catalog-sort__right .control-list {
    display: none;
  }
}
@media (max-width: 1099px) {
  .catalog-sort__right .select {
    width: auto;
    max-width: 210px;
  }
}
/* End */


/* Start:/local/templates/html/assets/components-template/catalog-product-list/style.css?17395344623369*/
@media (max-width: 1299px) {
  .catalog-list .col-catalog-left {
    width: 0;
    display: block;
  }
}
@media (max-width: 1299px) {
  .catalog-list .col-catalog-right:not(.offset-col-catalog) {
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
    padding-left: 0;
  }
}

.catalog-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
  margin-bottom: 64px;
}
@media (max-width: 1699px) {
  .catalog-product-list {
    margin: 0px -2.5px 64px;
  }
}
@media (max-width: 1499px) {
  .catalog-product-list {
    margin: 0px -9.5px 64px;
  }
}
@media (max-width: 1299px) {
  .catalog-product-list {
    margin: 0px -12.5px 50px;
  }
}
@media (max-width: 1099px) {
  .catalog-product-list {
    margin: 0px -14px 30px;
  }
}
@media (max-width: 575px) {
  .catalog-product-list {
    margin: 0px -12px 30px;
  }
}
@media (max-width: 560px) {
  .catalog-product-list {
    margin: 0px -2px 30px;
  }
}
.catalog-product-list .product-card-wrap {
  padding: 0px 12px;
  width: 25%;
  margin-bottom: 28px;
}
@media (max-width: 1699px) {
  .catalog-product-list .product-card-wrap {
    margin-bottom: 18px;
    padding: 0px 2.5px;
  }
}
@media (max-width: 1499px) {
  .catalog-product-list .product-card-wrap {
    width: 33.33%;
    padding: 0px 9.5px;
  }
}
@media (max-width: 1299px) {
  .catalog-product-list .product-card-wrap {
    padding: 0px 12.5px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1099px) {
  .catalog-product-list .product-card-wrap {
    padding: 0px 14px;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .catalog-product-list .product-card-wrap {
    padding: 0px 12px;
  }
}
@media (max-width: 560px) {
  .catalog-product-list .product-card-wrap {
    padding: 0px 2px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1500px) {
  .catalog-product-list .product-card-wrap:nth-last-child(-n+4) {
    margin-bottom: 0px;
  }
}
@media (min-width: 1100px) {
  .catalog-product-list .product-card-wrap:nth-last-child(-n+3) {
    margin-bottom: 0px;
  }
}
@media (max-width: 1099px) {
  .catalog-product-list .product-card-wrap:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-list .product-card-wrap:hover {
    cursor: pointer;
    z-index: 20;
  }
}
.catalog-product-list--v3 .product-card-wrap {
  width: 20%;
}
@media (max-width: 1699px) {
  .catalog-product-list--v3 .product-card-wrap {
    width: 25%;
  }
}
@media (max-width: 1299px) {
  .catalog-product-list--v3 .product-card-wrap {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .catalog-product-list--v3 .product-card-wrap {
    width: 100%;
  }
}
.catalog-product-list--v2 .product-card-wrap {
  width: 20%;
}
@media (max-width: 1499px) {
  .catalog-product-list--v2 .product-card-wrap {
    width: 25%;
  }
}
@media (max-width: 1299px) {
  .catalog-product-list--v2 .product-card-wrap {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .catalog-product-list--v2 .product-card-wrap {
    width: 100%;
  }
}
.catalog-product-list--personal .product-card-wrap {
  width: 25%;
}
@media (max-width: 1499px) {
  .catalog-product-list--personal .product-card-wrap {
    width: 33.333%;
  }
}
@media (max-width: 1299px) {
  .catalog-product-list--personal .product-card-wrap {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .catalog-product-list--personal .product-card-wrap {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/tile/style.css?1704964570120*/
.active_prop_value{
	color: #000!important;
}
.product-sku__item {
	width: auto!important;
	min-width: 24px!important;
}
/* End */
/* /local/templates/html/assets/components-template/product-page-sku/style.css?17395344626597 */
/* /local/templates/html/assets/components-template/form-mixin/slider/style.css?17395344626357 */
/* /local/templates/html/assets/components-template/catalog-filters/style.css?17395344621401 */
/* /local/templates/html/assets/components-template/catalog-targets/style.css?17395344623243 */
/* /local/templates/html/assets/components-template/content/style.css?17395344606458 */
/* /local/templates/html/assets/components-template/catalog-sort/style.css?1739534462806 */
/* /local/templates/html/assets/components-template/catalog-product-list/style.css?17395344623369 */
/* /local/templates/.default/components/bitrix/catalog.item/tile/style.css?1704964570120 */
