@charset "UTF-8";
.product-list .preloader-block {
  opacity: 0;
  pointer-events: none;
}
.product-list.gr-filter-ajax-loading > *:not(.preloader-block) {
  opacity: 0.4;
}
.product-list.gr-filter-ajax-loading .preloader-block {
  position: fixed;
  z-index: 9999;
  opacity: 1;
}
.product-list.gr-filter-ajax-loading .preloader-block:before {
  content: "";
  position: fixed;
  top: -9999px;
  right: -9999px;
  left: -9999px;
  bottom: -9999px;
  opacity: 0.4;
  background: var(--gr_bg);
  z-index: 9900;
  display: none;
}
@media (max-width: 1260px) {
  .product-list.gr-filter-ajax-loading .preloader-block:before {
    display: block;
  }
}
.product-list.gr-filter-ajax-loading .preloader-block:after {
  content: "";
  position: fixed;
  width: 50px;
  height: 50px;
  border: 5px solid var(--gr_primary);
  border-top: 5px solid var(--gr_primary_6);
  border-radius: 50%;
  margin-top: -25px;
  margin-left: -25px;
  animation: spin 2s infinite;
  z-index: 9990;
}
.gr_ajax_filter .filter-block .shop2-filter__params {
  height: 100%;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--on_gr_bg_icon_4) var(--gr_bg);
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher {
  /* Стили для переключателя */
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher .gr-select-wrapper {
  display: none;
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher .gr-switcher-wrap {
  display: flex;
  align-items: center;
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher .shop2-filter__body {
  display: block !important;
  padding: 21px 0;
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher .gr-switcher-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher .gr-switcher-label:hover .gr-switcher-icon {
  box-shadow: inset 0 0 0 2px var(--gr_accent);
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher .gr-switcher-label.active .gr-switcher-icon {
  background: var(--gr_accent);
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher .gr-switcher-label.active .gr-switcher-icon:before {
  transform: translateX(18px);
  background: var(--gr_bg);
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher .gr-switcher-label.disabled .gr-switcher-icon:before {
  transform: translateX(0);
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher .gr-switcher-icon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
  background: var(--gr_bg);
  border-radius: 250px;
  cursor: pointer;
  transition: all 0.18s linear;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  margin-right: 10px;
  flex-shrink: 0;
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher .gr-switcher-icon:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--on_gr_bg_bg);
  top: 4px;
  left: 4px;
  transition: all 0.18s linear;
}
.gr_ajax_filter .filter-block .shop2-filter__item.type-switcher .gr-switcher-title {
  font-size: 15px;
  line-height: 1.2;
  font-family: var(--font1);
  color: var(--on_gr_bg_sec_text);
  word-break: break-word;
}
.gr_ajax_filter .filter-block .shop2-filter-btns .shop2-filter-go {
  display: none;
}
.gr_ajax_filter .filter-block .shop2-filter-btns .shop2-ajax-filter-go {
  display: none;
}
@media (max-width: 1260px) {
  .gr_ajax_filter .filter-block .shop2-filter-btns .shop2-ajax-filter-go {
    width: 100%;
    display: block;
    margin: 0 0 20px;
  }
}
.gr_ajax_filter .filter-block .shop2-filter-btns .shop2-ajax-filter-go .result {
  margin: 0;
  padding: 0 0 0 5px;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background: 0 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
