

/* Start:/html/components-template/catalog/style.css?17691632982883*/
.catalog {
  padding-bottom: 80px; }
  .catalog__sections {
    margin-bottom: 32px; }
  .catalog__sections-inner {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: 12px; }
  .catalog__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr); }
  .catalog__more {
    margin-top: 24px;
    max-width: 744px;
    margin-left: auto;
    margin-right: auto; }
    .catalog__more .btn {
      --darkgrey_bg: var(--light, #f4f4f4) var(--dark, #2b2b2b);
      width: 100%;
      background-color: var(--darkgrey_bg);
      color: var(--white_text_black); }
  .catalog__pagination {
    margin-top: 24px; }
  .catalog__info {
    padding: 40px 0 0;
    margin-bottom: 30px;
    color: #666;
    color: var(--lite_basic_text_black); }
    .catalog__info p {
      margin-bottom: 24px; }

.catalog .product-card {
  border: 1px solid #ededed;
  border-color: var(--stroke_black); }

@media (max-width: 1199.75px) {
  .catalog__grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 991.75px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600.75px) {
  .catalog__sections-inner {
    flex-wrap: nowrap;
    overflow: auto;
    padding: 15px 24px;
    margin: -15px -24px; }
  .catalog .product-card-wrap {
    width: 100%;
    min-width: 100%;
    margin-right: 0 !important; }
  .catalog .product-card__price-new {
    font-size: 1rem; }
  .catalog .product-card__title {
    font-size: .875rem;
    line-height: calc(1em + 7px);
    height: auto !important; }
  .catalog .product-card__actions-inner {
    justify-content: center; }
  .catalog .product-card__btns {
    min-width: 100%;
    margin-bottom: 8px; }
  .catalog .product-card__favourite {
    margin-left: 0; } }

@media (max-width: 450.75px) {
  .catalog__grid {
    gap: 0; }
  .catalog .product-card-wrap:nth-child(2n) {
    margin-left: -1px; }
  .catalog .product-card {
    padding: 8px;
    border-radius: 0; } }

.favorites-empty {
  text-align: center;
  padding: 40px 83px 46px 83px;
  max-width: 996px;
  margin: auto;
  margin-top: 40px; }
  @media (max-width: 766.75px) {
    .favorites-empty {
      padding: 20px 10px 24px 10px; } }
  .favorites-empty__inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .favorites-empty h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 32px; }
    @media (max-width: 766.75px) {
      .favorites-empty h2 {
        font-size: 18px;
        margin-bottom: 26px; } }
  .favorites-empty p {
    font-size: 16px;
    margin-bottom: 36px;
    color: #666;
    color: var(--lite_basic_text_black); }
    @media (max-width: 766.75px) {
      .favorites-empty p {
        font-size: 12px;
        margin-bottom: 24px; } }
  .favorites-empty__link {
    margin-top: 0; }
    .favorites-empty__link .btn {
      min-width: 200px; }

/* End */


/* Start:/html/components-template/slide-block/style.css?17590671492219*/
.slide-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  fill: var(--fill_dark_light);
  color: #222;
  color: var(--white_text_black); }
  @media screen {
    .slide-block__head {
      cursor: pointer; } }
  .slide-block__head .icon {
    transform: rotate(180deg);
    transition: transform 0.3s; }

.slide-block__body {
  overflow: hidden;
  height: auto;
  padding-top: 13px;
  transition: height 0.3s, padding-top 0.3s; }
  .slide-block__body .nav-item {
    margin-bottom: 3px; }
  .slide-block__body .nav-link {
    color: #222;
    color: var(--white_text_black);
    display: inline-flex;
    align-items: center; }
    .slide-block__body .nav-link .icon {
      fill: var(--fill_dark_light);
      transform: rotate(90deg);
      margin-right: 5px; }
    .slide-block__body .nav-link .nav-item-name {
      padding: 4px 8px; }
    .slide-block__body .nav-link:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }
  .slide-block__body .nav-item.active .nav-link {
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--darkgrey_bg_black); }
    .slide-block__body .nav-item.active .nav-link .icon {
      display: none; }
  .slide-block__body .nav-lvl2 {
    padding-top: 3px;
    padding-left: 12px; }
  .slide-block__body .nav-lvl2-item {
    padding-bottom: 3px; }
  .slide-block__body .nav-lvl2-item.active .nav-lvl2-link {
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--darkgrey_bg_black); }
  .slide-block__body .nav-lvl2-link {
    padding: 4px 8px;
    color: #222;
    color: var(--white_text_black); }
    .slide-block__body .nav-lvl2-link:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }

.slide-block.closed .slide-block__head .icon {
  transform: rotate(0deg); }

.slide-block.closed .slide-block__body {
  height: 0px;
  padding-top: 0px; }

.slide-block--right {
  margin-bottom: 32px; }
  .slide-block--right .nav-item-name {
    padding: 4px 8px; }
  .slide-block--right .nav-item.active .nav-item-name {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    pointer-events: none;
    background-color: var(--darkgrey_bg_black); }

/* End */


/* Start:/html/components-template/filters-panel/style.css?177325056713189*/
.filters-panel-relative {
  margin-bottom: 24px; }
  .filters-panel-relative__top {
    display: none;
    position: relative; }

.filters-panel-btn {
  display: flex;
  align-items: center; }
  .filters-panel-btn .icon-wrap {
    flex-shrink: 0;
    position: relative;
    margin-right: 8px;
    fill: var(--fill_dark_light); }
  .filters-panel-btn span {
    font-weight: 700;
    color: #222;
    color: var(--white_text_black);
    font-size: .733em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none; }
  .filters-panel-btn--active-filter .icon-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 2;
    border: 1px solid #fff;
    border-color: var(--lite_bg_black);
    background-color: #9e9e9e;
    background-color: var(--theme-base-color); }

.filters-panel__header {
  display: none; }

.filters-panel__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.filters-panel__btns .btn {
  display: none; }

.filters-panel__btn {
  border: none;
  background: 0 0;
  appearance: none;
  cursor: pointer;
  padding: 4px 11px;
  color: var(--fill_dark_lite_white_hover);
  font-size: .8125rem;
  line-height: calc(1em + 7px); }

.filter-item {
  position: relative; }
  .filter-item__header {
    position: relative;
    white-space: nowrap;
    border: 1px solid #ededed;
    border-color: var(--stroke_black);
    border-radius: 8px;
    font-size: .875rem;
    line-height: calc(1em + 10px);
    padding: 4px 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: box-shadow ease .3s; }
    .filter-item__header:hover {
      box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
      z-index: 1;
      border-color: #fff;
      border-color: var(--stroke_black_hover);
      background-color: #fff;
      background-color: var(--card_bg_hover_black); }
  .filter-item__title {
    color: var(--white_text_black); }
    .filter-item__title .icon {
      fill: var(--fill_dark_light);
      margin-left: 6px;
      vertical-align: middle;
      transform-origin: center;
      transition: transform 0.3s; }
  .filter-item__remove {
    z-index: 2;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    fill: #fff;
    stroke: #fff;
    border-radius: 0 8px 8px 0; }
    .filter-item__remove:hover {
      background-color: #7a97ff; }
    .filter-item__remove:before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      bottom: 8px;
      width: 1px;
      background: rgba(255, 255, 255, 0.2); }
  .filter-item__body {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 107;
    background: #fff;
    background: var(--card_bg_black);
    text-align: left;
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
    overflow: hidden;
    max-width: 450px;
    min-width: 220px;
    padding: 20px 16px;
    border-radius: 8px;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s; }
    .filter-item__body .checkbox input:checked ~ label::after {
      animation: none; }
  .filter-item__body-list {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    max-height: 250px;
    margin: -1px 0 1px -1px;
    padding: 1px 10px 1px 1px; }
    .filter-item__body-list::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    .filter-item__body-list::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #ccc;
      background: var(--gray_bg_black);
      border: 1px solid #fff;
      border-color: var(--black_bg_black); }
    .filter-item__body-list::-webkit-scrollbar-track {
      border-radius: 5px; }
  .filter-item__body-list-more {
    display: none; }
  .filter-item__body-hint {
    position: relative;
    margin-top: 12px; }
  @media (min-width: 768px) {
    .filter-item.active .filter-item__title {
      color: #fff; }
      .filter-item.active .filter-item__title .icon {
        fill: #fff; } }
  .filter-item.active .filter-item__header {
    background-color: var(--theme-base-color);
    border-color: var(--theme-base-color);
    color: #fff;
    padding-right: 46px;
    fill: #fff; }
  .filter-item.active .filter-item__remove {
    display: flex; }
  .filter-item.opened .filter-item__title .icon {
    transform: rotate(180deg); }
  .filter-item.opened .filter-item__body {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; }
    .filter-item.opened .filter-item__body .checkbox input:checked ~ label::after {
      animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards; }

.filter-item--row .filter-item__body-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px; }

.filter-item--row .form-group {
  margin-bottom: 0 !important; }

.filter-item--row .checkbox label {
  padding-left: 30px; }

.filter-item--checkboxes .form-group {
  margin-bottom: 5px; }

.hint {
  font-size: .8125rem;
  line-height: calc(1em + 7px);
  display: flex;
  align-items: center;
  position: relative; }
  .hint__icon {
    border: 1px solid #ededed;
    border-color: var(--stroke_black);
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 0;
    height: 16px;
    width: 16px;
    line-height: 15px;
    font-size: 11px;
    border-radius: 50%;
    flex-shrink: 0; }
  .hint__text {
    color: #999;
    padding-left: 6px; }
  .hint__body {
    position: absolute;
    left: -19px;
    top: auto;
    bottom: 100%;
    line-height: 14px;
    z-index: 202;
    padding: 17px 20px 17px;
    min-width: 21px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    background: #fff;
    background: var(--card_bg_hover_black);
    max-width: 232px;
    opacity: 0;
    visibility: hidden; }
    .hint__body:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: -10px;
      left: 22px;
      top: auto;
      border: 5px solid transparent;
      border-top: 5px solid #fff;
      border-top-color: var(--card_bg_hover_black); }
  .hint.opened .hint__icon {
    border-color: #9e9e9e;
    border-color: var(--theme-base-color);
    background-color: #9e9e9e;
    background-color: var(--theme-base-color);
    color: #fff; }
  .hint.opened .hint__body {
    opacity: 1;
    visibility: visible;
    z-index: 204;
    cursor: auto; }

.filter-item-toggle {
  position: relative; }
  .filter-item-toggle input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 768px) {
    .filter-item-toggle input:checked ~ label .filter-item__title {
      color: #fff; }
      .filter-item-toggle input:checked ~ label .filter-item__title .icon {
        fill: #fff; } }
  .filter-item-toggle input:checked ~ label .filter-item__header {
    background-color: var(--theme-base-color);
    border-color: var(--theme-base-color);
    color: #fff;
    padding-right: 46px;
    fill: #fff; }
  .filter-item-toggle input:checked ~ label .filter-item__remove {
    display: flex; }

@media (min-width: 768px) {
  .filters-panel-relative--brand .filters-panel__btn {
    display: none; } }

@media (max-width: 767.75px) {
  .filters-panel-relative__top {
    display: flex;
    align-items: center; }
    .filters-panel-relative__top .select {
      margin-left: 32px; }
  .filters-panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.3s;
    background-color: #fff;
    background: var(--black_bg_black);
    display: flex;
    flex-direction: column; }
    .filters-panel__header {
      display: flex;
      align-items: center;
      padding: 25px 23px 27px;
      border-bottom: 1px solid #e5e5e5;
      border-color: var(--stroke_black); }
      .filters-panel__header .filters-panel-btn span {
        text-decoration: none; }
    .filters-panel__header-close {
      right: 17px;
      top: 23px;
      position: absolute;
      cursor: pointer;
      display: block;
      padding: 5px;
      fill: #999; }
    .filters-panel__inner {
      flex: 1;
      flex-direction: column;
      flex-wrap: nowrap;
      overflow-x: hidden;
      overflow-y: auto;
      overscroll-behavior: contain;
      scrollbar-width: thin;
      gap: 0;
      margin-bottom: 42px;
      padding-bottom: 10px;
      background: #fff;
      background: var(--card_bg_black); }
      .filters-panel__inner::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      .filters-panel__inner::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #ccc;
        background: var(--gray_bg_black);
        border: 1px solid #fff;
        border-color: var(--black_bg_black); }
      .filters-panel__inner::-webkit-scrollbar-track {
        border-radius: 5px; }
      .filters-panel__inner .select {
        display: none; }
    .filters-panel__btns {
      position: absolute;
      bottom: 0;
      z-index: 9;
      width: 320px;
      visibility: visible !important;
      border-top: 1px solid #e5e5e5;
      border-color: var(--stroke_black);
      padding: 4px;
      left: 0;
      background: #fff;
      background: var(--black_bg_black);
      display: flex;
      gap: 8px; }
      .filters-panel__btns .btn {
        display: block;
        flex: 1; }
    .filters-panel__btn {
      flex: 1;
      color: #9e9e9e;
      color: var(--fill_dark_lite_white_hover);
      border-color: var(--fill_dark_lite_white_hover);
      font-size: .9375rem;
      line-height: 1em;
      font-weight: 600;
      text-decoration: none;
      margin: 0;
      border: 1px solid;
      border-radius: 8px;
      padding: 1px 20px;
      height: 42px;
      user-select: none;
      cursor: pointer;
      white-space: nowrap; }
    .filters-panel.opened {
      transform: translateX(0%);
      box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45); }
  .filter-item,
  .filter-item-toggle {
    padding: 15px 22px 11px; }
  .filter-item-toggle .filter-item {
    padding: 0;
    display: block;
    z-index: 2; }
  .filter-item-toggle {
    --toggle-width: 32px;
    --toggle-height: calc(var(--toggle-width) / 2);
    --toggle-padding: 3px;
    position: relative; }
    .filter-item-toggle input ~ span {
      display: block;
      position: absolute;
      right: 22px;
      top: 50%;
      transform: translateY(-50%);
      height: var(--toggle-height);
      width: var(--toggle-width);
      padding: var(--toggle-padding);
      border-radius: 50px;
      border: none !important;
      background: var(--gray_bg_black); }
      .filter-item-toggle input ~ span::after {
        content: "";
        position: absolute;
        top: var(--toggle-padding);
        left: var(--toggle-padding);
        width: calc(var(--toggle-height) - calc(var(--toggle-padding) * 2));
        height: calc(var(--toggle-height) - calc(var(--toggle-padding) * 2));
        background-color: #fff;
        border-radius: 100%;
        transition: left ease .3s; }
    .filter-item-toggle input:checked ~ span {
      background: var(--theme-base-color); }
      .filter-item-toggle input:checked ~ span::after {
        left: calc(100% - calc(var(--toggle-height) - calc(var(--toggle-padding) * 2)) - var(--toggle-padding));
        right: var(--toggle-padding); }
  .filter-item__header {
    border: 0;
    box-shadow: none !important;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: var(--white_text_black) !important;
    fill: var(--white_text_black) !important; }
  .filter-item__title {
    font-size: 1rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
    .filter-item__title .count {
      display: none; }
  .filter-item__remove {
    display: none !important; }
  .filter-item__body {
    position: static;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    box-shadow: none !important;
    transition: max-height 0.3s; }
  .filter-item__body-list-part {
    display: none; }
  .filter-item__body-list-more {
    color: var(--fill_dark_lite_white_hover);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
    margin: 10px 0 0;
    display: block;
    font-size: .875rem;
    line-height: calc(1em + 7px); }
  .filter-item__body-hint {
    display: none; }
  .filter-item.opened .filter-item__body {
    padding-top: 13px;
    max-height: 1000px; }
  .filter-item.opened-part-list .filter-item__body-list-part {
    display: block; } }

/* End */


/* Start:/html/components-template/mixin__no-ui-slider/style.css?17526114296739*/
.no-ui-slider:not(:last-child) {
  margin-bottom: 12px; }

.no-ui-slider__title {
  color: #555;
  color: var(--basic_text_black); }

.no-ui-slider__inputs {
  max-width: 208px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: var(--input_color);
  box-shadow: none;
  border: 1px solid #dadada;
  border-color: var(--input_border_color);
  height: 47px;
  padding: 6px 14px;
  background: #fff;
  background-color: var(--input_bg_color);
  font-size: 16px;
  line-height: calc(1em + 4px);
  border-radius: 8px;
  position: relative; }

.no-ui-slider__input-from, .no-ui-slider__input-to {
  width: 50%;
  flex-shrink: 0;
  background: 0 0;
  border: none;
  height: 100%;
  padding: 0;
  color: var(--input_color);
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: inherit; }

.no-ui-slider__input-to {
  text-align: right; }

@media (max-width: 767.75px) {
  .no-ui-slider__inputs {
    max-width: 100%; } }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -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; }

/* Wrapper for all connect elements.
 */
.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; }

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

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.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; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  right: -17px; }

.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; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  height: 1px;
  margin: -1px 18px 8px;
  position: relative;
  zoom: 1;
  background: #ddd;
  z-index: 1; }

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

.noUi-connect {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 50%;
  margin-top: -2px;
  background-color: #9e9e9e;
  background-color: var(--theme-base-color); }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

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

.noUi-handle {
  top: -9px;
  width: 18px;
  height: 18px;
  display: inline-block;
  cursor: grab;
  position: absolute;
  z-index: 100;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); }
  .noUi-handle::after {
    font-size: 0;
    content: ".";
    display: inline-block;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    position: absolute;
    border-radius: 100%;
    background-color: #9e9e9e;
    background-color: var(--theme-base-color); }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

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

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

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

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

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

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

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

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

/* Horizontal layout;
 *
 */
.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; }

/* Vertical layout;
 *
 */
.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; }

/* End */


/* Start:/html/components-template/pagination/style.css?17712527601787*/
.pagination {
  --darkgrey_bg: var(--light, #f4f4f4) var(--dark, #2b2b2b);
  display: flex;
  justify-content: center; }
  .pagination__btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    border-radius: 8px; }
    .pagination__btn .icon {
      fill: rgba(0, 0, 0, 0);
      stroke: var(--fill_dark_light); }
    .pagination__btn.is-hidden {
      opacity: 0;
      visibility: hidden; }
    .pagination__btn:hover {
      background-color: var(--darkgrey_bg); }
  .pagination__btn--prev {
    transform: scale(-1, -1); }
  .pagination__list {
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pagination__item {
    margin: 0 2px;
    display: inline-block;
    width: 46px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: #333;
    color: var(--white_text_black);
    border-radius: 8px; }
  .pagination__item:not(.pagination__item--current):hover {
    background-color: var(--darkgrey_bg); }
  .pagination__item--current {
    background-color: var(--theme-base-color);
    color: #fff; }

@media (max-width: 767px) {
  .pagination {
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    padding: 0 8px;
  }
  .pagination__btn {
    width: 38px;
    height: 38px;
  }
  .pagination__item {
    width: 38px;
    height: 34px;
    line-height: 34px;
    margin: 0 1px;
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .pagination {
    gap: 4px;
    padding: 0 4px;
  }
  .pagination__btn {
    width: 36px;
    height: 36px;
  }
  .pagination__item {
    width: 34px;
    height: 32px;
    line-height: 32px;
    font-size: 0.8125rem;
  }
}

/* End */


/* Start:/html/components-template/mixin__product-card/style.css?17700304108923*/
.product-card-wrap.hover {
  position: relative;
  z-index: 4; }
  .product-card-wrap.hover .product-card {
    height: auto; }
  .product-card-wrap.hover .product-card__offers {
    display: block; }

.product-card {
  height: 100%;
  min-width: 0;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  background: var(--card_bg_black);
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
  border: 1px solid rgba(0, 0, 0, 0); }
  .product-card:hover {
    border-color: #fafafa;
    border-color: var(--lite_bg_black);
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
    z-index: 1; }
    .product-card:hover .product-card__title {
      color: #9e9e9e;
      color: var(--fill_dark_lite_hover); }
  .product-card__inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%; }
  .product-card__top {
    width: 100%;
    position: relative;
    padding-top: 100%;
    margin: 0 auto;
    text-align: center;
    display: block; }
  .product-card__top-badges {
    position: absolute;
    z-index: 3;
    top: 0;
    left: -2px;
    display: flex;
    flex-wrap: wrap; }
  .product-card__images {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    flex: 1;
    padding-bottom: 10px; }
  .product-card__image {
    flex-grow: 1; }
    .product-card__image.active .product-card__image-pic {
      opacity: 1; }
  .product-card__image-span {
    display: block;
    height: 100%;
    z-index: 2;
    position: relative; }
  .product-card__image-pic {
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px; }
    .product-card__image-pic img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .product-card__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px; }
  .product-card__dots span {
    margin: 0 2px;
    display: inline-block;
    width: 12px;
    height: 2px;
    background: rgba(136, 136, 136, 0.5);
    border-radius: 100%; }
  .product-card__dots span.active {
    background-color: var(--light, #222); }
  .product-card__bottom-badges {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
  .product-card__info {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-basis: auto; }
  .product-card__prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 4px;
    color: #222;
    color: var(--white_text_black); }
  .product-card__price-new {
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: calc(1em + 7px);
    padding-right: 6px; }
  .product-card__price-old {
    white-space: nowrap;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: calc(1em + 7px);
    color: #999;
    text-decoration: line-through; }
  .product-card__title {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: calc(1em + 7px);
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    overflow: hidden;
    color: #222;
    color: var(--white_text_black);
    margin: 0; }
    .product-card__title a {
      color: inherit;
      text-decoration: none;
      display: block; }
      .product-card__title a:hover {
        text-decoration: underline; }
  .product-card__info-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 4px; }
  .product-card__rating {
    display: flex;
    align-items: baseline; }
    .product-card__rating .icon {
      fill: #ffb45b; }
    .product-card__rating span {
      color: #222;
      color: var(--white_text_black);
      padding-left: 4px;
      padding-right: 2px;
      font-size: 0.8125rem;
      line-height: 0; }
  .product-card__rating--zero .icon {
    fill: #ccc; }
  .product-card__stock {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0.8125rem;
    line-height: calc(1em + 7px);
    color: #2d7a5f; }
  .product-card__sku {
    color: #555;
    font-size: 0.8125rem;
    line-height: calc(1em + 7px); }
  .product-card__actions {
    margin-top: 11px;
    position: relative; }
  .product-card__actions-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-shrink: 0;
    justify-content: normal; }
  .product-card__btns {
    width: 103px; }
    .product-card__btns.preloader .product-card__buy {
      background: url("/html/images/preloader.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
      border-color: transparent !important;
      color: transparent !important;
      cursor: default !important; }
    .product-card__btns.preloader .counter {
      background: url("/html/images/preloader.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
      border-color: transparent !important;
      color: transparent !important;
      cursor: default !important; }
      .product-card__btns.preloader .counter input {
        color: rgba(0, 0, 0, 0); }
      .product-card__btns.preloader .counter span {
        opacity: 0; }
  .product-card__more {
    display: none; }
  .product-card__favorite, .product-card__compare {
    cursor: pointer;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.1s ease;
    opacity: 0.35; }
    .product-card__favorite .icon, .product-card__compare .icon {
      fill: var(--fill_dark_light); }
    .product-card__favorite.active, .product-card__favorite:hover, .product-card__compare.active, .product-card__compare:hover {
      opacity: 1; }
      .product-card__favorite.active .icon, .product-card__favorite:hover .icon, .product-card__compare.active .icon, .product-card__compare:hover .icon {
        fill: #9e9e9e;
        fill: var(--fill_dark_lite_hover); }
  .product-card__favorite {
    margin-left: 8px; }
  .product-card__offers {
    display: none; }
  .product-card__offers-line {
    margin-top: 10px; }
  .product-card__offers-title {
    padding-bottom: 2px;
    font-size: 0.75rem;
    line-height: calc(1em + 7px);
    color: #666;
    color: var(--lite_basic_text_black); }
  .product-card__offers-list {
    display: flex;
    align-items: center;
    justify-content: normal;
    flex-wrap: wrap;
    gap: 6px; }
  .product-card__offers-item {
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    height: 28px;
    width: 28px;
    font-size: 0;
    border: 3px solid var(--white_text_black_reverse);
    box-shadow: 0 0 0 1px var(--stroke_black, #9e9e9e); }
    .product-card__offers-item.text {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.875rem;
      width: auto;
      padding: 0 7px;
      color: var(--white_text_black); }
    .product-card__offers-item:hover {
      box-shadow: none; }
    .product-card__offers-item.active {
      box-shadow: 0 0 0 1.5px var(--theme-base-color); }

@media (max-width: 767.75px) {
  .product-card__actions {
    display: flex;
    flex-direction: column-reverse; }
  .product-card__btns {
    width: auto;
    flex: 1; }
    .product-card__btns .btn {
      width: 100%; }
  .product-card__offers {
    display: block;
    margin-bottom: 10px; } }

@media (max-width: 600.75px) {
  .product-card-wrap {
    width: 260px;
    min-width: 260px; }
    .product-card-wrap:not(:last-child) {
      margin-right: 24px; }
  .product-card__top-badges {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card__dots {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card__offers {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card--offers .product-card__more {
    display: flex; }
  .product-card--offers .product-card__buy {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card--offers .counter {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; } }

/* End */


/* Start:/html/components-template/mixin__countdown/style.css?1752611429477*/
.countdown {
  padding-left: 4px;
  display: flex; }
  .countdown__item {
    text-transform: lowercase;
    color: #222;
    color: var(--white_text_black);
    padding: 4px 3px 0 3px;
    font-size: 12px;
    width: auto;
    display: inline-block;
    position: relative;
    line-height: 1;
    height: 25px;
    font-weight: 700; }
    .countdown__item:not(:last-child)::after {
      letter-spacing: -3px;
      content: ':';
      position: relative;
      left: 1px; }

/* End */
/* /html/components-template/catalog/style.css?17691632982883 */
/* /html/components-template/slide-block/style.css?17590671492219 */
/* /html/components-template/filters-panel/style.css?177325056713189 */
/* /html/components-template/mixin__no-ui-slider/style.css?17526114296739 */
/* /html/components-template/pagination/style.css?17712527601787 */
/* /html/components-template/mixin__product-card/style.css?17700304108923 */
/* /html/components-template/mixin__countdown/style.css?1752611429477 */
