

/* Start:/local/components/tempus/catalog.smart.filter/templates/.default/style.css?176903178441960*/
.is-cart.disabled svg path {
  stroke: lightgray;
}
.pagination__more {
  display: none !important;
}
.catalog-grid__item:first-child {
  --cols: 0;
  display: none;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 12px;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #939393;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.breadcrumbs__item + .breadcrumbs__item::before {
  content: "/";
  color: #cacaca;
}

.breadcrumbs__item:last-child {
  color: #cacaca;
}

.new-filter-tags,
.catalog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 60px;
}

.new-filter-tags__item,
.catalog-tags__item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: #e7e1db;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  height: 26px;
}
.new-filter-tags__item.new-filter-tags__item_fake{
	background: #E7E1E6;
}
.catalog-tags {
  margin-top: 16px;
}

.catalog-tags__item {
  background: none;
  color: #939393;
}

.catalog-sort-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #e7e1db;
}

.catalog-is-stock {
  height: 32px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.catalog-is-stock input {
  display: none;
}

.catalog-is-stock input:checked + .catalog-is-stock__wr {
  opacity: 1;
}

.catalog-is-stock
  input:checked
  + .catalog-is-stock__wr
  .catalog-is-stock__icon {
  background: #dede2b;
}

.catalog-is-stock__wr {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.2s;
}

.catalog-is-stock__icon {
  border-radius: 50px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.catalog-new-sort {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.catalog-new-sort__item input {
  display: none;
}

.catalog-new-sort__item input:checked + .catalog-new-sort__item-wr {
  opacity: 1;
}

.catalog-new-sort__item-wr {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  transition: 0.2s;
}

.new-filter-input__wr {
  position: relative;
}

.new-filter-item--price .new-filter-input__wr {
  flex-grow: 1;
}

.new-filter-item--price .new-filter-input {
  width: 100%;
}


.new-filter-input {
  border: none;
  border-bottom: 1px solid #cacaca;
  height: 42px;
  width: 92px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  padding-right: 20px;
}

.new-filter-input::placeholder {
  color: #cacaca;
}

.new-filter-input:not(.new-filter-input:placeholder-shown),
.new-filter-input:focus {
  border-color: #3c3c3c;
}

.new-filter-input:not(.new-filter-input:placeholder-shown)
  + .new-filter-input__unit,
.new-filter-input:focus + .new-filter-input__unit {
  color: #3c3c3c;
}

.new-filter-input__unit {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #cacaca;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}

.new-filter__range {
  display: flex;
  align-items: center;
  gap: 12px;
}

.new-filter__range-sep {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.new-filter {
  /*margin-bottom: 85px;*/
  display: flex;
  flex-wrap: wrap;
}

.new-filter.is-active {
  max-height: initial !important;
}

.new-filter__col {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #f5f1ed;
  display: flex;
  flex-direction: column;
}

.new-filter__col:nth-child(1){
  padding-top: 0;
  width: 100%;
  padding-bottom: 10px;
  border-top: none;
}
.new-filter__col:nth-child(1) .new-filter__col-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.new-filter__col:nth-child(2) .new-filter__col-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.new-filter__col:nth-child(2) .new-filter-input__wr {
  flex-grow: 1;
}

.new-filter__col:nth-child(2) .new-filter-input {
  width: 100%;
}

.new-filter__col:nth-child(2) {
  border-right: 1px solid #f5f1ed;
  padding-right: 30px;
}

.new-filter__col:nth-child(3) {
  border-right: 1px solid #f5f1ed;
  padding-right: 30px;
  padding-left: 30px;
}

.new-filter__col:nth-child(3) .new-filter__col-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.new-filter__col:nth-child(4) {
  border-right: 1px solid #f5f1ed;
  padding-right: 30px;
  padding-left: 30px;
}

.new-filter__col:nth-child(4) .new-filter__col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.new-filter__col:nth-child(5) {
  padding-left: 30px;
}

.new-filter__col:nth-child(5) .new-filter__col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.new-filter__col:nth-child(2),
.new-filter__col:nth-child(3),
.new-filter__col:nth-child(4),
.new-filter__col:nth-child(5) {
  width: calc(100% / 4);
}

.new-filter__col:last-child {
  width: 100%;
}

.new-filter__col-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #3c3c3c;
  margin-bottom: 40px;
}

.new-filter__col-title span {
  color: #dede2b;
}

.new-filter-item {
  position: relative;
}

.new-filter-item::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -12px;
  bottom: -10px;
  left: -10px;
  background-color: #e7e1db;
  border-radius: 18px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  width: var(--bg-width);
  height: var(--bg-height);
}

.new-filter-item.new-filter-item--open {
  z-index: 20;
}

.new-filter-item.new-filter-item--open::before {
  opacity: 1;
  visibility: visible;
}

.new-filter-item.new-filter-item--active .new-filter-item__header{
  opacity: 1 !important;
}

/* .new-filter-item:not(:has(.new-filter-item__content-right))
  .new-filter-item__content {
  height: auto !important;
} */

/* .new-filter-item:not(:has(.new-filter-item__content-right))
  .new-filter-item__content-data {
  position: unset !important;
} */
.new-filter-item.new-filter-item--price .new-filter-item__content {
  height: auto !important;
}


.new-filter-item__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  padding-bottom: 12px;
  cursor: pointer;
}

/* .new-filter-item--large .new-filter-item__header,
.new-filter-item--list .new-filter-item__header {
  padding-bottom: 12px;
}

.new-filter-item--small .new-filter-item__header {
  padding-bottom: 22px;
}

.new-filter-item--price .new-filter-item__header {
  padding-bottom: 18px;
} */

.new-filter-item--colors.new-filter-item--open .new-filter-item__header,
.new-filter-item--colors-large.new-filter-item--open .new-filter-item__header,
.new-filter-item--list.new-filter-item--open .new-filter-item__header {
  background: #fff;
}

.new-filter-item--colors .new-filter-option__name,
.new-filter-item--colors-large .new-filter-option__name {
  display: none !important;
}

.new-filter-item__header-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #3c3c3c;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.new-filter-item__header-variants {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: rgba(147, 147, 147, 1);
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.new-filter-item__header-variants span {
  color: #dede2b;
}

.new-filter-item__header-variants:not(.new-filter-item__header-variants--visible) {
  display: none;
}

.new-filter-item__header-btn {
  width: 16px;
  height: 16px;
  background: #3c3c3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: 0.3s;
  cursor: pointer;
}

.new-filter-item__header.is-active .new-filter-item__header-btn {
  opacity: 1;
}

.new-filter-item__header.is-active .new-filter-item__header-btn .new-filter-item__content-btn--arrow {
  transform: rotate(-180deg);
}

.new-filter-item__content-right {
  display: flex;
  align-items: flex-start;
  padding-right: 12px;
  flex-shrink: 0;
  position: relative;
}

.new-filter-item__content-btn {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: #3c3c3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.new-filter-item__content-btn .new-filter-item__content-btn--cross {
  display: none;
}

.new-filter-item--open .new-filter-item__content-btn {
  background: #dede2b;
}

.new-filter-item--open
  .new-filter-item__content-btn
  .new-filter-item__content-btn--arrow {
  display: none;
}

.new-filter-item--open
  .new-filter-item__content-btn
  .new-filter-item__content-btn--cross {
  display: block;
}

.new-filter-item__content-line {
  width: 1px;
  height: 40px;
  background-color: #cacaca;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -25%);
}

.new-filter-item__content {
  overflow: hidden;
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.new-filter-item--large .new-filter-item__content {
  height: 32px;
  align-items: center;
}

.new-filter-item--small .new-filter-item__content {
  height: 64px;
  align-items: center;
}

.new-filter-item--colors-large .new-filter-item__content {
  height: 42px;
  align-items: center;
}

.new-filter-item--open .new-filter-item__content {
  overflow: visible;
}

.new-filter-item__content.is-active {
  max-height: initial !important;
}

.new-filter-item__content-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* .new-filter-item--colors .new-filter-item__content-inner {
  max-width: 194px;
} */

/* .new-filter-item--colors-large .new-filter-item__content-inner {
  max-width: 232px;
} */

.new-filter-item__content-data {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: max-content;
}

.new-filter-options-grid {
  display: grid;
  gap: 1px;
}

.new-filter-options-grid.new-filter-options-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.new-filter-options-grid.new-filter-options-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.new-filter-options-grid.new-filter-options-grid--5 {
  grid-template-columns: repeat(5, 1fr);
}

.new-filter-options-grid:not(.new-filter-options-grid--2, .new-filter-options-grid--3, .new-filter-options-grid--5) .new-filter-option-large-item{
  justify-content: flex-start;
}

.new-filter-option {
  cursor: pointer;
}

.new-filter-option input {
  display: none;
}

.new-filter-option input:checked + .new-filter-option-large-item {
    background: #DEDE2B;
}

.new-filter-option input:checked + .new-filter-option-large-item::before {
  opacity: 1;
}

.new-filter-option input:checked + .new-filter-option-list-item {
  background: #e7e1db;
  color: #3c3c3c;
}

.new-filter-option input:checked + .new-filter-option-color {
  box-shadow: 0 1px 10px -2px rgba(86, 86, 86, 0.6);
  border: 2px solid #fff;
}

.new-filter-option.new-filter-option--disabled {
  opacity: 0.3;
  cursor: initial;
}

.new-filter-collors-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 5px;
  border-radius: 0 0 6px 6px;
}

.new-filter-item--open .new-filter-collors-grid {
  background: #fff;
}

.new-filter-option-color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #f5f1ed;
  background: #fff;
  transition: 0.2s;
}

.new-filter-option-large-item {
  height: 32px;
  background: #fff;
  border-radius: 6px;
  padding: 7px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.2s;
  position: relative;
}

.new-filter-option-large-item::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/local/templates/main/images/filter-cehck.svg) center
    no-repeat #dede2b;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s;
}

.new-filter-options-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  border-radius:  0 0 6px 6px;
  padding: 0 5px 5px;
}

.new-filter-options-list.new-filter-options-list--wrap {
  flex-direction: row;
  flex-wrap: wrap;
}

.new-filter-option-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
  border-radius: 30px;
  width: 100%;
}

.new-filter-options-list.new-filter-options-list--wrap .new-filter-option-list-item{
  width: max-content;
}

.new-filter-option-list-item__cross {
  display: none;
}

.custom-swither {
  cursor: pointer;
}

.custom-swither input {
  display: none;
}

.custom-swither input:checked + .custom-swither__wr .custom-swither__inner {
  left: 17px;
  background: #dede2b;
  box-shadow: 0 0 6px 1px #dede2b, inset 0 0 2px 1px #feffc6;
}

.new-filter__backlight {
  padding: 43px 40px 0;
  margin: auto -40px 0;
}

.switcher-field {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}

.switcher-field__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.custom-swither__wr {
  border-radius: 30px;
  width: 32px;
  height: 16px;
  background: #3c3c3c;
  position: relative;
}

.custom-swither__inner {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #939393;
  transition: 0.2s;
}

.new-filter__col-title-box {
  width: 33.3333333333%;
}

.new-filter-additional-options {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.new-filter-handlers {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /*transform: translate(0, -85px);
  margin: 0 0 15px 0;*/
}

.new-filter-handlers::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f5f1ed;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.new-filter-handlers__button {
  height: 25px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  border-radius: 40px;
}

.new-filter-handlers__button--open {
  background: #3c3c3c;
}

.new-filter-handlers__button--clear {
  color: #3c3c3c;
  background: #f5f1ed;
}

.new-filter-handlers__button-counter {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 19px;
  height: 15px;
  background: #dede2b;
}

.custom-select.is-sort .custom-select__dropdown {
  padding: 10px;
  border-radius: 18px;
  width: 210px !important;
  top: calc(100% + 1px);
  box-shadow: 0 1px 40px -2px rgba(116, 105, 91, 0.1);
  gap: 4px;
}

.custom-select.is-sort .custom-select__item {
  width: 100%;
  padding: 0 10px;
  min-width: initial;
  border-radius: 6px;
}

.new-filter-item__header-btn .new-filter-item__content-btn--cross {
  display: none;
}

.new-filter-item__header-right {
  display: flex;
  gap: 6px;
  align-items: center;
  position: relative;
  top: 2px;
}

.new-filter-item__header-counter {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1px;
  width: max-content;
  height: 16px;
  background: #DEDE2B;
  border-radius: 10px;
  color: #3C3C3C;
  font-size: 10px;
  line-height: 120%;
  padding: 0 5px;
  flex-shrink: 0;
}

.new-filter-item__header-counter.new-filter-item__header-counter--visible {
  display: flex;
}

.new-filter-item--filter {
  margin-bottom: 12px;
}

.new-filter-handlers__center {
  display: none;
}

.new-filter-handlers__center-loading {
  width: 16px;
  height: 16px;
  animation: rotate 1s linear infinite;
  display: none;
}

.new-filter-handlers__center--loading .new-filter-handlers__center-loading{
  display: block;
}

.new-filter-handlers__center--loading .new-filter-handlers__center-counter{
  display: none;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}

.new-filter-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(60, 60, 60, .4);
  z-index: 10000001;
}

.new-filter-overlay--visible {
  display: block;
}

.catalog-is-stock__text {
  display: block;
}
.catalog-page .page-top__right {
    padding-right: 5rem!important;
}
.catalog-page .page-top__right {
 width: 55% !important;
}

.page-top__left{
    max-width: initial!important;
    width: 45%!important;
}

.new-filter-tags__item {
	cursor: pointer;
}

.new-filter-option__name-large {
    font-size: 12px;
    line-height: 12px;
}
.new-filter-item--brands .new-filter-option__name-large {
    text-align: center;
}

/* часы слева */
.filter-watch {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
}

.filter-watch svg {
    width: 100%;
    height: 614px; /* фиксированная высота */
    /*transform: translateY(90px);*/
    preserveAspectRatio: xMidYMid meet; /* сохраняем пропорции */
}

.filter-watch-blue {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, transparent 0%, white 100%);
    pointer-events: none;
    z-index: 2;
}
.page-top {
    margin-bottom: 5rem;
}

@media screen and (min-width: 1500px) {
  .new-filter__col:nth-child(4) .new-filter__col-inner-item:last-child {
    grid-column: span 2;
  }

  .new-filter-item--price .new-filter-item__content-data {
    position: unset !important;
  }

  .new-filter__col:nth-child(2) {
    padding-left: 10px;
  }

    .new-filter__col:nth-child(5) {
    padding-right: 10px;
  }

  .new-filter-option.hide-desktop {
	display: none!important;
  }

}
@media screen and (min-width: 1201px) {
	
}
@media screen and (max-width: 1500px) and (min-width: 1201px) {
  .new-filter__col:nth-child(1) .new-filter-item.new-filter-item--price .new-filter-item__header-btn {
    display: flex;
  }

  /*.new-filter__col:nth-child(1) .new-filter-item.new-filter-item--price .new-filter-item__content {
    height: 0 !important;
  }*/

  /*.new-filter__col:nth-child(1) .new-filter-item.new-filter-item--price .new-filter__range {
    flex-direction: column;
    gap: 0;
  }*/

  /*.new-filter__col:nth-child(1)  .new-filter-item.new-filter-item--price .new-filter-item__header {
    display: flex;
  } */

  /*.new-filter__col:nth-child(1)  .new-filter-item.new-filter-item--price {
    width: 100px;
    flex-grow: 0;
    margin-bottom: -12px;
  }

  .new-filter__col:nth-child(1) .new-filter__col-inner {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .new-filter__col:nth-child(1) .new-filter-item {
    flex-grow: 1;
  }

  .new-filter__col:nth-child(1) .new-filter-item:last-child {
    width: 300px;
    flex-grow:0;
  }*/
    .new-filter-item--price .new-filter-item__content-data {
        position: unset !important;
    }
}

@media screen and (max-width: 1500px) {
  .new-filter__col:nth-child(1) {
    width: 100%;
  }

  .new-filter__col:nth-child(2),
  .new-filter__col:nth-child(3),
  .new-filter__col:nth-child(4),
  .new-filter__col:nth-child(5) {
    width: calc(100% / 2);
  }

  .new-filter__col:nth-child(3) .new-filter__col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .new-filter__col:nth-child(4) .new-filter__col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .new-filter-item--price .new-filter-item__header {
    padding-bottom: 12px;
  }

  /*.new-filter-options-grid.new-filter-options-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }*/

  .new-filter-options-grid.new-filter-options-grid--5 {
    grid-template-columns: repeat(3, 1fr);
  }

  .new-filter__backlight {
    margin-top: 0;
  }
  .new-filter__col:nth-child(2),
  .new-filter__col:nth-child(4) {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1201px) {
  .new-filter-item--filter {
    display: none;
  }

  .catalog-is-stock__mobile-text {
    display: none;
  }

  .new-filter__mobile-open-btn {
    display: none !important;
  }

  .new-filter__col-title-box .new-filter-item__header-btn {
    display: none;
  }

  .new-filter__col:nth-child(1) .new-filter-item__header {
    display: none;
  }

  .new-filter:not(.is-active) .new-filter__col:nth-child(2),
  .new-filter:not(.is-active) .new-filter__col:nth-child(3),
  .new-filter:not(.is-active) .new-filter__col:nth-child(4),
  .new-filter:not(.is-active) .new-filter__col:nth-child(5),
  .new-filter:not(.is-active) .new-filter__col:nth-child(6) {
    display: none;
  }

  
  .new-filter__col:nth-child(2) .new-filter-item__content,
  .new-filter__col:nth-child(3) .new-filter-item__content,
  .new-filter__col:nth-child(4) .new-filter-item__content,
  .new-filter__col:nth-child(5) .new-filter-item__content {
    height: 0;
  }

  .new-filter__col:nth-child(2) .new-filter-item__header-btn,
  .new-filter__col:nth-child(3) .new-filter-item__header-btn,
  .new-filter__col:nth-child(4) .new-filter-item__header-btn,
  .new-filter__col:nth-child(5) .new-filter-item__header-btn {
    display: flex;
    opacity: 1;
  }

  .new-filter__col:nth-child(2) .new-filter-item__header,
  .new-filter__col:nth-child(3) .new-filter-item__header,
  .new-filter__col:nth-child(4) .new-filter-item__header,
  .new-filter__col:nth-child(5) .new-filter-item__header {
    opacity: .5;
    min-height: 32px;
  }

  .new-filter__col:nth-child(4) .new-filter-item--price .new-filter-item__header {
    pointer-events: none;
  }

  .new-filter-item--open .new-filter-item__header {
    opacity: 1 !important;
  }

  .new-filter-item--open .new-filter-item__header-btn {
    background: #dede2b;
  }

  .new-filter-item--open
    .new-filter-item__header-btn
    .new-filter-item__content-btn--arrow {
    display: none;
  }

  .new-filter-item--open
    .new-filter-item__header-btn
    .new-filter-item__content-btn--cross {
    display: block;
  }

  .new-filter-item.new-filter-item--price .new-filter-item__header-btn {
    display: none;
  }

  .new-filter-item.new-filter-item--price .new-filter-item__header {
    opacity: 1 !important;
  }
  

  .new-filter__col:nth-child(2) .new-filter-item__content-right,
  .new-filter__col:nth-child(3) .new-filter-item__content-right,
  .new-filter__col:nth-child(4) .new-filter-item__content-right,
  .new-filter__col:nth-child(5) .new-filter-item__content-right {
    display: none;
  }

  .new-filter-option__img-wr {
    flex-shrink: 0;
  }

  .new-filter-item.new-filter-item--brands .new-filter-option__img-wr {
    display: none;
  }

  .new-filter-item--colors .new-filter-item__header {
    /* max-width: 194px; */
    border-radius: 6px 6px 0 0;
  }

  .new-filter-item--list .new-filter-item__header {
    border-radius: 6px 6px 0 0;
  }

  .new-filter-item--colors.new-filter-item--open .new-filter-item__header {
    padding-left: 5px;
    padding-right: 5px;
  }

  .new-filter-item--list.new-filter-item--open .new-filter-item__header {
    padding-left: 5px;
    padding-right: 5px;
  }

  .new-filter-item--colors-large .new-filter-item__header {
    /* max-width: 232px; */
    border-radius: 6px 6px 0 0;
  }

  .new-filter-item--colors-large.new-filter-item--open .new-filter-item__header {
    padding-left: 5px;
    padding-right: 5px;
  }

  .new-filter-item__header-btn {
    display: none;
  }

  .new-filter-option
    input:checked
    + .new-filter-option-list-item
    .new-filter-option-list-item__cross {
    display: block;
  }

  .new-filter-item--colors-large .new-filter-option-color {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .catalog-is-stock__text {
    display: none;
  }


  .catalog-sort-row {
    flex-wrap: wrap;
  }

  .catalog-is-stock {
    width: 100%;
    order: 3;
    border-top: 1px solid rgba(245, 241, 237, 1);
    border-bottom: 1px solid rgba(245, 241, 237, 1);
    padding: 20px 0;
    height: auto;
  }

  .new-filter.is-active {
    padding-bottom: 40px;
  }

  .new-filter-input__wr {
    flex-grow: 1;
  }

  .new-filter-additional-options {
    overflow: hidden;
  }

  .new-filter-input {
    width: 100%;
  }

  .new-filter__col:nth-child(2) {
    width: 50%;
    border-top: 1px solid #f5f1ed;
    border-right: 1px solid #f5f1ed;
    padding-top: 40px;
    padding-right: 40px;
  }

  .new-filter__col:nth-child(2) .new-filter__col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .new-filter__col:nth-child(3) {
    padding-left: 40px;
    border-right: none;
  }

  .new-filter__col:nth-child(4) {
    width: 50%;
  }



  .new-filter__col:nth-child(3),
  .new-filter__col:nth-child(5) {
    width: 50%;
  }

  .new-filter__col:nth-child(5) .new-filter__col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .new-filter-collors-grid {
    flex-direction: column;
    gap: 1px;
  }

 .new-filter-item--colors .new-filter-option__name, 
 .new-filter-item--colors-large .new-filter-option__name {
    display: block !important;
    color: rgba(147, 147, 147, 1);
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -2%;
  }

  .new-filter-item--colors .new-filter-option, 
  .new-filter-item--colors-large .new-filter-option {
    display: flex;
    align-items: center;
    padding-left: 18px;
    gap: 13px;
    height: 48px;
    border-radius: 6px;
    transition: 0.2s;
    position: relative;
  }

  .new-filter-item--colors .new-filter-option::before, 
  .new-filter-item--colors-large .new-filter-option::before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/local/templates/main/images/filter-cehck.svg) center
      no-repeat #dede2b;
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
  }

  .new-filter-item--colors .new-filter-option:has(input:checked),
  .new-filter-item--colors-large .new-filter-option:has(input:checked) {
    background: #f5f1ed;
  }

  .new-filter-item--colors .new-filter-option:has(input:checked)::before,
  .new-filter-item--colors-large .new-filter-option:has(input:checked)::before {
    opacity: 1;
  }

  .new-filter-item--colors .new-filter-option:has(input:checked) .new-filter-option__name,
  .new-filter-item--colors-large .new-filter-option:has(input:checked) .new-filter-option__name {
    color: rgba(60, 60, 60, 1);
  }
}

@media (max-width: 1200px) {
  .new-filter-item--sort {
    order: -1;
    padding: 10px 0 !important;
    border-top: 1px solid #f5f1ed;
  }
  .new-filter__col-title {
    font-size: 20px !important;
  }
  .new-filter__col-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .new-filter__col-title-box.is-active .new-filter-item__header-btn {
    opacity: 1;
    transform: rotate(-180deg);
  }
  
  .new-filter-additional-options {
    /*max-height: 0;*/
    transition: .3s;
  }
  .new-filter-option-list-item {
    padding: 4px 4px;
  }
  .new-filter-additional-options.is-active {
    max-height: initial !important;
  }

  .catalog-page .page-top__right {
    padding-right: 0 !important;
  }

}

@media screen and (max-width: 1200px) {
  .new-filter-tags,
  .catalog-tags {
    margin-top: 20px;
  }

  .new-filter {
    max-height: 0;
    overflow: hidden;
  }

  .new-filter {
    flex-direction: column;
  }

  .new-filter__col {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
  }

  .new-filter__col:nth-child(1) .new-filter__col-inner,
  .new-filter__col:nth-child(2) .new-filter__col-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .new-filter__col-inner {
    gap: 0 !important;
  }

  .new-filter__col-title {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 120%;
  }

/*   .new-filter-item.new-filter-item--brands .new-filter-option__name {
    display: none;
  } */
  /* .new-filter-item.new-filter-item--brands {
    overflow: hidden;
    margin: 0 calc(var(--base-padding) * -1);
  }

  .new-filter-item.new-filter-item--brands .new-filter-item__header {
    display: none;
  }

  .new-filter-item.new-filter-item--brands .new-filter-item__content {
    max-height: initial !important;
  }

  .new-filter-item.new-filter-item--brands .new-filter-options-grid {
    display: flex;
    gap: 10px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .new-filter-item.new-filter-item--brands
    .new-filter-options-grid::-webkit-scrollbar {
    display: none;
  }

  .new-filter-item.new-filter-item--brands .new-filter-item__content-inner {
    padding-bottom: 10px;
  }

  .new-filter-item.new-filter-item--brands .new-filter-option-large-item {
    width: 74px;
    height: 74px;
    padding: 10px;
  }

  .new-filter-item.new-filter-item--brands
    .new-filter-option-large-item::before {
    top: 2px;
    right: 2px;
    transform: none;
  } */

  .new-filter-item__header {
    padding: 10px 0 !important;
    border-top: 1px solid #f5f1ed;
  }

  .new-filter-item__content-right {
    display: none;
  }

  .new-filter-item__content {
    height: auto !important;
    max-height: 0;
    gap: 0;
    transition: 0.3s;
  }

  .new-filter-item__content-inner {
    padding-bottom: 20px;
    max-width: 100% !important;
  }

  .new-filter-item__content-data {
    position: unset !important;
  }

  .new-filter-options-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .new-filter-option-large-item {
    height: 48px;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    gap: 7px;
    padding: 6px 12px;
  }
  .collection-options-list .new-filter-option-large-item {
	padding: 4px 1px;
	height: 25px;
  }
  .collection-filter-title {
	  display: block!important;
  }
  .new-filter-option-large-item::before {
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
  }

  .new-filter-options-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .new-filter__backlight {
    margin: 0;
    padding: 10px 0;
  }

  .new-filter__backlight .switcher-field {
    width: 100%;
    justify-content: space-between;
  }

  .new-filter__col-title-box {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .new-filter-handlers {
    justify-content: space-between;
    transform: translate(0, -65px);
    position: fixed;
    bottom: 12px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 1);
    padding: 4px;
    border-radius: 60px;
    z-index: 999;
    transform: none;
  }

  .new-filter-handlers__button {
    height: 32px;
    width: 100px;
    padding: 0;
    text-align: center;
    justify-content: center;
  }

  #retailcrm-consultant-app {
    bottom: 65px !important;
  }

  .new-filter-handlers__center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border: 1px solid rgba(245, 241, 237, 1);
    border-radius: 40px;
    width: 80px;
    position: relative;
    z-index: 1;
    background: #fff;
    color: rgba(203, 187, 167, 1);
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
  }
  .new-filter-option.hide-mob {
	display: none!important;
  }
  .catalog-page .page-top__right {
    width: 100% !important;
  }
}









/* Для мобильных устройств */
@media (max-width: 768px) {
    .filter-watch {
        display: none;
    }
}

/* Для адаптации на больших экранах */
@media (min-width: 1200px) {
    .filter-watch {
        max-width: 480px;
        height: 320px;
    }
    
    .filter-watch svg {
        /*transform: translateY(170px);*/
    }
}
/* end часы слева */

@media screen and (max-width: 1200px) {
  .new-filter-item.new-filter-item--brands .new-filter-option__img-wr {
    display: none;
  }
}

.catalog-filter__sort-btn > span {
	display: contents;
}
.custom-select__item.is-active {
    background-color: #f5f5f5;
}

.custom-select__item.is-active .catalog-new-sort__item-wr {
    color: #000;
    font-weight: 500;
}

.custom-select__item.is-active svg {
    stroke: #000 !important;
}

/* Убедитесь, что ховер-эффекты работают правильно */
.custom-select__item:hover {
    background-color: #f8f8f8;
}

/* preloader -1*/
.preloader-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

/* Прелоадер в виде часов */
.watch-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateY(-20px); /* Микро-коррекция для визуального центра */
}

.watch-face {
    width: 80px;
    height: 80px;
    border: 3px solid #3C3C3C;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 20px;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.watch-hour-hand {
    position: absolute;
    width: 3px;
    height: 20px;
    background: #3C3C3C;
    top: 20px;
    left: 50%;
    transform-origin: bottom center;
    animation: watch-hour-rotate 2s linear infinite;
}

.watch-minute-hand {
    position: absolute;
    width: 2px;
    height: 30px;
    background: #DEDE2B;
    top: 10px;
    left: 50%;
    transform-origin: bottom center;
    animation: watch-minute-rotate 1.5s linear infinite;
}

.watch-center {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #3C3C3C;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.watch-loader-text {
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

@keyframes watch-hour-rotate {
    0% { transform: translateX(-50%) rotate(0deg); }
    100% { transform: translateX(-50%) rotate(360deg); }
}

@keyframes watch-minute-rotate {
    0% { transform: translateX(-50%) rotate(0deg); }
    100% { transform: translateX(-50%) rotate(360deg); }
}

/* preloader2*/

.preloader-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.dots-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dots-text {
    color: #3C3C3C;
    font-size: 16px;
    margin-bottom: 20px;
    margin: 0 0 20px 0;
}

.dots-container {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #DEDE2B;
    animation: dot-pulse 1.4s ease-in-out infinite both;
}

.dot:nth-child(1) { animation-delay: -0.32s; }
.dot:nth-child(2) { animation-delay: -0.16s; }

@keyframes dot-pulse {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}
/*preloader 3*/
.preloader-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.watch-scheme-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Контейнер для шестеренок */
.gears-container {
    position: relative;
    width: 140px;
    height: 100px;
    margin-bottom: 30px;
}

/* Большая шестеренка */
.gear.large {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 10px;
    animation: rotate-clockwise 4s linear infinite;
}

/* Маленькая шестеренка */
.gear.small {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 5px;
    bottom: 0;
    animation: rotate-counterclockwise 2s linear infinite;
}

/* Зубья шестеренки */
.gear-tooth {
    position: absolute;
    width: 12px;
    height: 25px;
    background: #3C3C3C;
    border-radius: 2px;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center 55px;
}

.gear.small .gear-tooth {
    height: 18px;
    width: 8px;
    top: -9px;
    transform-origin: center 34px;
}

/* Распределяем зубья по кругу */
.gear.large .gear-tooth:nth-child(1) { transform: translateX(-50%) rotate(0deg); }
.gear.large .gear-tooth:nth-child(2) { transform: translateX(-50%) rotate(60deg); }
.gear.large .gear-tooth:nth-child(3) { transform: translateX(-50%) rotate(120deg); }
.gear.large .gear-tooth:nth-child(4) { transform: translateX(-50%) rotate(180deg); }
.gear.large .gear-tooth:nth-child(5) { transform: translateX(-50%) rotate(240deg); }
.gear.large .gear-tooth:nth-child(6) { transform: translateX(-50%) rotate(300deg); }

.gear.small .gear-tooth:nth-child(1) { transform: translateX(-50%) rotate(0deg); }
.gear.small .gear-tooth:nth-child(2) { transform: translateX(-50%) rotate(90deg); }
.gear.small .gear-tooth:nth-child(3) { transform: translateX(-50%) rotate(180deg); }
.gear.small .gear-tooth:nth-child(4) { transform: translateX(-50%) rotate(270deg); }

/* Центр шестеренки */
.gear-center {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #DEDE2B;
    border: 3px solid #3C3C3C;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gear.small .gear-center {
    width: 15px;
    height: 15px;
}

.loader-text {
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.custom-select.is-collection {
}

.collection-options-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.collection-options-list .new-filter-option {
    margin: 0;
    padding: 2px 8px 2px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.collection-options-list .new-filter-option:hover {
    border-color: #DEDE2B;
    background: #f9f9f9;
}
.collection-options-list .new-filter-option-large-item,
.collection-options-list .new-filter-option input:checked + .new-filter-option-large-item {
    background: initial;
}

.collection-options-list .new-filter-option.checked, 
.collection-options-list .new-filter-option.checked :hover{
    background: #DEDE2B;
    border-color: #DEDE2B; 
}

.collection-options-list .new-filter-option.checked {
    background: #DEDE2B;
    border-color: #DEDE2B;
}

.collection-options-list .new-filter-option-large-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.collection-options-list .new-filter-option__name { 
    font-size: 12px;
    line-height: 11px;
    color: #3C3C3C;
}

.collection-options-list .new-filter-option.checked .new-filter-option__name {
    color: #3C3C3C;
    font-weight: 500;
}

.collection-options-list .new-filter-option__count {
    margin: 0;
    padding: 0px 7px 1px 7px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
	font-size: 9px;
}
.collection-filter-title {
  display: none;
}
.collection-options-list .new-filter-option.checked .new-filter-option__count {
    background: #3C3C3C;
    color: white;
}
.collection-options-list .new-filter-option-large-item::before {
	content: none;
}
.collection-options-list .new-filter-option--disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.collection-options-list .new-filter-option--disabled:hover {
    border-color: #e0e0e0;
    background: white;
}
/* Анимации */
@keyframes rotate-clockwise {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes rotate-counterclockwise {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

@keyframes watch-rotate {
    0% { transform: translateX(-50%) rotate(0deg); }
    100% { transform: translateX(-50%) rotate(360deg); }
}

@media (max-width: 768px) {
    .custom-select.tag-items .collection-options-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 8px;
        padding: 8px 0 16px 0;
        margin: 0 -16px;
        padding-left: 16px;
        padding-right: 16px;
        -webkit-overflow-scrolling: touch;
    }
    
    .custom-select.tag-items .new-filter-option {
        flex: 0 0 auto;
        margin-bottom: 0;
        white-space: nowrap;
    }
    
    .custom-select.tag-items .new-filter-option-large-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        font-size: 14px;
        white-space: nowrap;
        min-height: auto;
    }
    
    .custom-select.tag-items .collection-options-list::-webkit-scrollbar {
        display: none;
    }
    .custom-select.tag-items .collection-options-list {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
	.collection-options-list .new-filter-option {
		padding: 2px 2px 2px 2px;
	}
}


/* End */
/* /local/components/tempus/catalog.smart.filter/templates/.default/style.css?176903178441960 */
