

/* Start:/local/templates/html/assets/components-template/catalog-filters/style.css?17455056862600*/
.catalog-filters {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #F2F2F2; }
  @media (max-width: 1023px) {
    .catalog-filters {
      display: none; } }
  .catalog-filters--mobile {
    padding: 20px 18px;
    margin: 0 -18px 20px;
    background-color: #F2F2F2;
    display: none; }
    @media (max-width: 1023px) {
      .catalog-filters--mobile {
        display: block; } }
  .catalog-filters__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem; }
    @media (max-width: 1023px) {
      .catalog-filters__inner {
        gap: 8px; } }
  .catalog-filters .catalog-targets__toggle {
    align-self: center; }
    .catalog-filters .catalog-targets__toggle .btn {
      height: 3.2rem; }

.filter-item {
  flex: 0 0 auto;
  color: #6F7682;
  padding: 0 .8rem;
  border: 1px solid #CFD2D4;
  border-radius: 0.2rem;
  background-color: #fff;
  transition: all ease .3s;
  height: 3.2rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px; }
  @media (min-width: 1024px) {
    .filter-item {
      cursor: pointer; }
      .filter-item:hover {
        background-color: #F5F6F8; } }
  @media (max-width: 1023px) {
    .filter-item {
      height: 30px;
      padding: 0 6px;
      border-radius: 4px; }
      .filter-item .icon {
        width: 30px !important;
        height: 30px !important; } }
  .filter-item:active .filter-item__name span, .filter-item:focus .filter-item__name span {
    color: #0540D5; }
  .filter-item:active .filter-item__remove, .filter-item:focus .filter-item__remove {
    fill: #0540D5; }
  .filter-item--delete {
    border: none;
    background-color: transparent; }
    .filter-item--delete .filter-item__name span {
      color: #6F7682; }
    @media (min-width: 1024px) {
      .filter-item--delete {
        cursor: pointer; }
        .filter-item--delete:hover {
          background-color: transparent; }
          .filter-item--delete:hover .filter-item__name span {
            color: #1A1919; } }
    .filter-item--delete:active .filter-item__name span, .filter-item--delete:focus .filter-item__name span {
      color: #4979F0; }
    .filter-item--delete:active .filter-item__remove, .filter-item--delete:focus .filter-item__remove {
      fill: #4979F0; }
  .filter-item__name {
    display: flex;
    gap: 5px;
    transition: all ease .3s; }
    .filter-item__name span {
      color: #1A1919; }
  .filter-item__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    fill: #1A1919;
    transition: all ease .3s; }

/* End */


/* Start:/local/templates/html/assets/components-template/seo-text/style.css?1741252936364*/
.seo-text {
  margin: 5rem 0 0; }
  @media (max-width: 1023px) {
    .seo-text {
      margin: 30px 0 0; } }
  .seo-text__title {
    margin-bottom: 2.4rem;
    font-weight: 600; }
    @media (max-width: 1023px) {
      .seo-text__title {
        margin-bottom: 20px; } }
  .seo-text__descr p {
    margin-bottom: 0; }
  .seo-text .btn {
    margin-top: 1.4rem; }

/* End */


/* Start:/local/templates/html/assets/components-template/form-mixin/slider/style.css?17491033016418*/
.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: #0540D5; }
  .no-ui-slider__ranges .noUi-handle {
    width: 12px;
    height: 12px;
    border: 2px solid #0540D5;
    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-list/style.css?17412529351902*/
.catalog-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem; }
  @media (max-width: 1023px) {
    .catalog-list__grid {
      grid-template-columns: repeat(3, calc(33.33% - 10.6px));
      gap: 16px; } }
  @media (max-width: 767px) {
    .catalog-list__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .catalog-list__grid {
      grid-template-columns: 100%; } }
  @media (min-width: 1024px) {
    .catalog-list__grid .product-card-wrap {
      height: 47.2rem; } }

.catalog-list__more {
  margin-top: 4rem;
  display: flex;
  justify-content: center; }
  @media (max-width: 1023px) {
    .catalog-list__more {
      margin-top: 30px; } }

@media (min-width: 1024px) {
  .catalog-list .product-card-wrap {
    height: 47.2rem; } }

@media (min-width: 1024px) {
  .catalog-list--collection .product-card-wrap {
    height: 46rem; } }

@media (min-width: 1024px) {
  .catalog-list--inner .product-card-wrap:nth-child(n+9) {
    display: none; } }

@media (max-width: 1023px) {
  .catalog-list--inner .product-card-wrap:nth-child(n+7) {
    display: none; } }

@media (max-width: 767px) {
  .catalog-list--inner .product-card-wrap:nth-child(n+5) {
    display: none; } }

.catalog-list--inner.expand .product-card-wrap {
  display: block; }

@media (min-width: 1024px) {
  .catalog-list--catalog .catalog-list__grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1024px) {
  .catalog-list .opened .catalog-list__grid {
    grid-template-columns: repeat(4, 1fr); } }

.catalog-list .opened .catalog-footer {
  margin: 0 auto; }

.catalog-list-section .tabs-v1 {
  margin-bottom: 3rem; }
  @media (max-width: 1023px) {
    .catalog-list-section .tabs-v1 {
      margin-bottom: 16px; } }

.catalog-footer {
  max-width: 112rem; }
  @media (max-width: 1023px) {
    .catalog-footer {
      max-width: none; } }

/* End */


/* Start:/local/templates/html/assets/components-template//product-slider/style.css?17412529366959*/
@media (max-width: 1199px) {
  .product-slider-section__inner {
    height: auto; } }

.product-slider-section__tabs {
  margin-bottom: 3rem; }
  @media (max-width: 1023px) {
    .product-slider-section__tabs {
      margin-bottom: 16px; } }

.product-slider {
  z-index: unset !important;
  height: calc(51rem + 50px);
  isolation: isolate; }
  @media (max-width: 1023px) {
    .product-slider {
      height: auto;
      margin-right: -18px; } }
  .product-slider--collection {
    height: calc(47rem + 50px); }
    @media (max-width: 1023px) {
      .product-slider--collection {
        height: auto; } }
  .product-slider .splide__track {
    margin: -2rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-bottom: 2rem;
    padding-top: 2rem; }
    @media (max-width: 1023px) {
      .product-slider .splide__track {
        padding: 0px !important;
        margin: 0px; } }
    @media (min-width: 1024px) {
      .product-slider .splide__track:hover + .splide__arrows + .splide__pagination {
        z-index: -1; }
      .product-slider .splide__track:hover + .splide__arrows {
        z-index: -1; } }
  .product-slider .splide__pagination {
    position: absolute;
    margin-top: 0px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
    @media (max-width: 1023px) {
      .product-slider .splide__pagination {
        transform: none;
        position: static;
        margin-top: 12px; } }
  .product-slider .splide__arrows {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10; }
    @media (max-width: 1023px) {
      .product-slider .splide__arrows {
        display: none; } }
  @media (max-width: 1023px) {
    .product-slider .splide__arrow {
      position: static; } }
  .product-slider .product-card-wrap {
    padding: 0px 0px;
    flex: 0 0 auto; }
    @media (max-width: 1023px) {
      .product-slider .product-card-wrap {
        display: flex;
        height: 100%; } }
    @media (min-width: 1024px) {
      .product-slider .product-card-wrap:hover {
        z-index: 15;
        position: relative; } }
  .product-slider:not(.is-initialized) .splide__list {
    gap: 2.4rem; }
  .product-slider:not(.is-initialized) .splide__slide {
    width: calc(calc(100% - 7.2rem) / 4); }
    @media (max-width: 1023px) {
      .product-slider:not(.is-initialized) .splide__slide {
        width: 283px; } }
  @media (max-width: 1023px) {
    .product-slider .splide__slide {
      width: calc(100% / 3); } }

.product-slider-section-bg {
  padding: 52px 0px;
  background-color: #fafafb; }
  @media (max-width: 1199px) {
    .product-slider-section-bg {
      padding: 45px 0px; } }
  @media (max-width: 1023px) {
    .product-slider-section-bg {
      padding: 25px 0px; } }

.product-slider-ajax-tabs {
  margin-bottom: 22px;
  padding-bottom: 20px;
  overflow: auto; }
  @media (max-width: 1023px) {
    .product-slider-ajax-tabs {
      margin-bottom: 8px;
      padding-bottom: 25px; } }
  .product-slider-ajax-tabs__inner {
    display: flex;
    align-items: center; }
  .product-slider-ajax-tabs__item {
    font-weight: 600;
    font-size: 24px;
    margin-right: 32px;
    color: #aaaaaa;
    position: relative;
    line-height: 1.25;
    white-space: nowrap; }
    @media (max-width: 1023px) {
      .product-slider-ajax-tabs__item {
        font-size: 14px;
        margin-right: 16px; } }
    .product-slider-ajax-tabs__item:after {
      position: absolute;
      content: "";
      left: 0;
      right: 100%;
      bottom: -6px;
      height: 3px;
      background-color: #fe7235;
      transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .product-slider-ajax-tabs__item:hover {
        cursor: pointer; }
        .product-slider-ajax-tabs__item:hover:after {
          right: 0; } }
    .product-slider-ajax-tabs__item.active {
      pointer-events: none;
      color: inherit; }
      .product-slider-ajax-tabs__item.active:after {
        right: 0; }

.news-slider-section .product-slider {
  height: auto; }

.news-slider-section .product-slider__container {
  height: auto; }

@media (max-width: 1023px) {
  .product-slider-skeleton {
    margin-right: -10px; } }

.product-slider-skeleton__link {
  display: none; }

.product-slider-skeleton__list {
  display: flex;
  max-width: 100%;
  overflow: hidden; }

.product-slider-skeleton__item {
  width: calc((100% - 96px) / 5);
  flex: 0 0 auto;
  margin-right: 24px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  height: 48.195rem;
  position: relative;
  overflow: hidden;
  padding: 14px;
  flex: 0 0 auto;
  padding: 17px 18px;
  padding-bottom: 14px;
  width: calc(calc(100% - 7.2rem) / 4);
  margin-right: 2.4rem;
  border-radius: 10px; }
  .product-slider-skeleton__item *:not(.no-bg) {
    background: rgba(35, 31, 32, 0.05); }
  @media (max-width: 1023px) {
    .product-slider-skeleton__item {
      width: 283px;
      height: 443px; } }

.product-slider-skeleton__labels {
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }
  .product-slider-skeleton__labels span {
    height: 18px;
    display: block;
    width: 30%;
    margin-bottom: 4px; }
    .product-slider-skeleton__labels span:nth-child(1) {
      width: 20%; }

.product-slider-skeleton__image {
  margin-top: 38px;
  height: 204px;
  margin-bottom: 37px; }
  @media (max-width: 1199px) {
    .product-slider-skeleton__image {
      margin: auto;
      margin-bottom: 12px;
      margin-bottom: 24px; } }
  @media (max-width: 1023px) {
    .product-slider-skeleton__image {
      width: auto;
      margin-bottom: 6px;
      margin-top: 28px; } }
  @media (max-width: 767px) {
    .product-slider-skeleton__image {
      padding-bottom: 88%;
      position: relative;
      height: auto; } }
  @media (max-width: 575px) {
    .product-slider-skeleton__image {
      height: 92px;
      padding-bottom: 0px; } }

.product-slider-skeleton__status {
  height: 20px; }
  @media (max-width: 575px) {
    .product-slider-skeleton__status {
      height: 12px; } }

.product-slider-skeleton__title {
  margin-top: 8px;
  height: 48px; }
  @media (max-width: 1579px) {
    .product-slider-skeleton__title {
      height: 46px; } }
  @media (max-width: 767px) {
    .product-slider-skeleton__title {
      height: 43px; } }
  @media (max-width: 575px) {
    .product-slider-skeleton__title {
      font-size: 12px;
      height: 34px; } }

.product-slider-skeleton__price {
  margin-top: 10px; }
  .product-slider-skeleton__price span {
    height: 18px;
    display: block;
    width: 30%;
    margin-bottom: 4px; }
  @media (max-width: 1023px) {
    .product-slider-skeleton__price {
      display: flex;
      gap: 10px; } }
  @media (max-width: 575px) {
    .product-slider-skeleton__price {
      height: 14px; } }

.product-slider-skeleton__control {
  height: 34px;
  margin-top: 6px; }
  @media (max-width: 575px) {
    .product-slider-skeleton__control {
      height: 22px; } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__you-watched-card/style.css?17412529361855*/
.you-watched-card {
  flex-shrink: 0;
  border: 1px solid #e4e4e4;
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.6rem;
  position: relative;
  background-color: #fff;
  transition: filter 0.3s ease;
  height: 11.2rem;
  border-radius: .6rem;
  align-items: center; }
  @media (max-width: 1023px) {
    .you-watched-card {
      width: 283px;
      height: 86px;
      gap: 8px;
      border-radius: 6px;
      padding: 14px;
      grid-template-columns: 56px 1fr; } }
  @media (min-width: 1024px) {
    .you-watched-card:hover {
      cursor: pointer;
      filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25)); } }
  .you-watched-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 1023px) {
      .you-watched-card__title.fz_heading_6 {
        font-size: 14px; } }
  .you-watched-card__left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .you-watched-card__left .lazy-img-wrap {
      aspect-ratio: 1; }
    .you-watched-card__left img {
      min-width: 100%;
      min-height: 100%;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .you-watched-card__right {
    display: flex;
    flex-direction: column; }
  .you-watched-card .product-card__price-current {
    margin-top: auto; }
  .you-watched-card.empty {
    pointer-events: none;
    background-color: #fafafb; }

.you-watched-card-skeleton {
  padding: 0px 0px;
  flex: 0 0 auto;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .you-watched-card-skeleton {
      width: 283px; } }
  .you-watched-card-skeleton .you-watched-card__left,
  .you-watched-card-skeleton .you-watched-card__right {
    height: 100%;
    background: rgba(35, 31, 32, 0.05); }

/* End */
/* /local/templates/html/assets/components-template/catalog-filters/style.css?17455056862600 */
/* /local/templates/html/assets/components-template/seo-text/style.css?1741252936364 */
/* /local/templates/html/assets/components-template/form-mixin/slider/style.css?17491033016418 */
/* /local/templates/html/assets/components-template/catalog-list/style.css?17412529351902 */
/* /local/templates/html/assets/components-template//product-slider/style.css?17412529366959 */
/* /local/templates/html/assets/components-template/mixin__you-watched-card/style.css?17412529361855 */
