

/* Start:/html/components-template/catalog/style.css?17716922353405*/
.catalog {
  padding-bottom: 80px; }
  .catalog .search-field .form-control {
    padding-right: 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-banner {
    grid-column: 1/-1; }
    .catalog-banner img {
      display: block;
      margin: 0 auto; }
  .catalog__info {
    padding: 40px 0 0;
    margin-bottom: 30px;
    color: #666;
    color: var(--lite_basic_text_black); }
    .catalog__info p {
      margin-bottom: 24px; }
    .catalog__info .lazy-video-youtube-wrapper {
      padding-bottom: 56.25% !important;
      position: relative;
      max-width: 1920px; }
    .catalog__info .video-section {
      justify-content: center; }

.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; }
  .content .product-card-wrap {
    width: 100%;
    min-width: 100%;
    margin-right: 0 !important; } }

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

.lazy-video-youtube-wrapper iframe,
.lazy-video-youtube-wrapper .lazy-video-youtube {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.ajax_container .catalog__grid .catalog-banner__link {
  position: absolute;
  inset: 0; }

.ajax_container .catalog__grid .catalog-banner {
  position: relative;
  height: 120px;
  grid-column: span 4;
  grid-row: 3 / 4;
  border: 1px solid #ededed;
  border-radius: 8px;
  overflow: hidden; }

.ajax_container .catalog__grid .catalog-banner img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: left; }

@media (max-width: 1199.75px) {
  .ajax_container .catalog__grid .catalog-banner {
    grid-column: span 3;
    grid-row: 3 / 4; } }

@media (max-width: 991.75px) {
  .ajax_container .catalog__grid .catalog-banner {
    grid-column: span 2;
    grid-row: 3 / 4; } }

/* End */


/* Start:/html/components-template/slide-block/style.css?17443089372168*/
.slide-block__head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  fill: var(--fill_dark_light);
  color: #222;
  color: var(--white_text_black); }
  .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/catalog-cities/style.css?17604676731829*/
.catalog-cities {
  background-color: rgba(109, 128, 147, 0.03);
  padding: 16px 24px;
  border-radius: 15px;
  margin: 40px 0; }
  @media (max-width: 766.75px) {
    .catalog-cities {
      padding: 12px 16px; } }
  .catalog-cities__inner {
    display: flex;
    align-items: center;
    gap: 32px; }
    @media (max-width: 766.75px) {
      .catalog-cities__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px; } }
    .catalog-cities__inner--image {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; }
      .catalog-cities__inner--image svg {
        width: 86px;
        height: 86px; }
        @media (max-width: 766.75px) {
          .catalog-cities__inner--image svg {
            width: 56px;
            height: 56px; } }
      @media (max-width: 766.75px) {
        .catalog-cities__inner--image {
          width: 66px;
          height: 66px; } }
      .catalog-cities__inner--image img {
        object-fit: contain; }
    .catalog-cities__inner--links {
      line-height: 1.6; }
      @media (max-width: 766.75px) {
        .catalog-cities__inner--links {
          font-size: 14px; } }
      .catalog-cities__inner--links .links-main-text {
        color: #585C62;
        display: inline-block;
        font-weight: bold;
        margin-right: 4px; }
      .catalog-cities__inner--links .city-link-item__wrap {
        display: inline-flex;
        flex-wrap: nowrap; }
      .catalog-cities__inner--links .city-link-item a {
        color: var(--theme-base-color); }
        @media (min-width: 991.75px) {
          .catalog-cities__inner--links .city-link-item a:hover {
            color: var(--basic_text_black); } }
      .catalog-cities__inner--links p {
        display: inline-block;
        margin-bottom: 0; }

/* End */


/* Start:/html/components-template/filters-panel/style.css?174828088112740*/
.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,border ease .3s,background ease .3s, padding 0.3; }
    .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;
      width: 10px !important;
      height: 10px !important; }
  .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-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;
    justify-content: space-between; }
    .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, padding 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?17443089366884*/
.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; }

.no-ui-slider__ranges.noUi-disabled {
  cursor: not-allowed; }
  .no-ui-slider__ranges.noUi-disabled .noUi-handle {
    pointer-events: none; }

@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/catalog-filters/style.css?17443089361173*/
.catalog-filters {
  margin-bottom: 32px; }
  .catalog-filters__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    @media (max-width: 766.75px) {
      .catalog-filters__inner {
        margin-right: -15px;
        overflow: auto;
        flex-wrap: nowrap; }
        .catalog-filters__inner::-webkit-scrollbar {
          width: 6px;
          height: 6px; }
        .catalog-filters__inner::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #ccc;
          background: var(--gray_bg_black);
          border: 1px solid #fff;
          border-color: var(--black_bg_black); }
        .catalog-filters__inner::-webkit-scrollbar-track {
          border-radius: 5px; } }

.catalog-filter {
  padding: 0 12px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white_text_black);
  transition: background-color ease .3s;
  background-color: var(--darkerblack_bg_black);
  font-size: 14px;
  border-radius: 50px; }
  .catalog-filter:hover {
    color: var(--theme-base-color);
    background-color: var(--opacity_dark_lite_hover); }
  .catalog-filter span {
    white-space: nowrap; }

/* End */


/* Start:/html/components-template/404/style.css?1744308936974*/
.pnf {
  max-width: 600px;
  margin: 80px auto; }
  @media (max-width: 599.75px) {
    .pnf {
      margin: 40px auto; } }
  .pnf-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; }
    @media (max-width: 599.75px) {
      .pnf-inner {
        gap: 24px; } }
  .pnf-content {
    text-align: center; }
    .pnf-content h1 {
      font-size: 42px;
      line-height: 1.3;
      font-weight: 400;
      margin-bottom: 24px; }
      @media (max-width: 599.75px) {
        .pnf-content h1 {
          font-size: 28px; } }
    .pnf-content p {
      font-size: 18px; }
      @media (max-width: 599.75px) {
        .pnf-content p {
          font-size: 14px; } }
  .pnf-btns {
    display: flex;
    gap: 20px 40px; }
    @media (max-width: 599.75px) {
      .pnf-btns {
        flex-direction: column;
        width: 100%;
        align-items: center; }
        .pnf-btns .btn {
          width: 100%;
          max-width: 300px; } }

/* End */
/* /html/components-template/catalog/style.css?17716922353405 */
/* /html/components-template/slide-block/style.css?17443089372168 */
/* /html/components-template/catalog-cities/style.css?17604676731829 */
/* /html/components-template/filters-panel/style.css?174828088112740 */
/* /html/components-template/mixin__no-ui-slider/style.css?17443089366884 */
/* /html/components-template/catalog-filters/style.css?17443089361173 */
/* /html/components-template/404/style.css?1744308936974 */
