@charset "UTF-8";
.catalog {
  padding: 250px 0 40px 0;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .catalog {
    padding: 120px 0 40px 0;
  }
}
@media (max-width: 800px) {
  .catalog {
    padding: 140px 0 40px 0;
  }
}
@media (max-width: 650px) {
  .catalog {
    padding: 150px 0 40px 0;
  }
}
.catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog__title {
  max-width: 850px;
}
.catalog__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog__content {
  padding: 30px 0 0 0;
  margin: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .catalog__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.catalog__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding: 20px;
}
.catalog__column:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (max-width: 1200px) {
  .catalog__column {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.catalog__item {
  height: 100%;
}
.catalog__sidebar {
  background: #FBFBFB;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 15px;
  padding: 15px;
}
.breadcrumbs {
  font-size: 14px;
  color: #1B1B1B;
  white-space: nowrap;
}
.breadcrumbs__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 0 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.breadcrumbs__link a svg {
  margin: 0 0 0 15px;
}
.breadcrumbs__link a:hover {
  color: #FC8808;
}
.sidebar-catalog__title {
  font-size: 20px;
  color: #1B1B1B;
  font-weight: 600;
}
.cont-catalog__top {
  background: #FBFBFB;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 15px;
  padding: 15px;
}
.cont-catalog__cats {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 15px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cont-catalog__cats::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #D0D0D0;
}
.cont-catalog__categorys {
  margin: -8px -12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont-catalog__category {
  padding: 8px 12.5px;
}
.cont-catalog__category a {
  display: block;
  background-color: #F4F4F4;
  padding: 8px 11px;
  border-radius: 7px;
  font-size: 14px;
  color: #1B1B1B;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cont-catalog__category a:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.cont-catalog__click {
  font-size: 14px;
  color: #FC8808;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont-catalog__click svg {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0 0 0 8px;
}
.cont-catalog__middle {
  margin: 15px 0 0 0;
}
.cont-catalog__selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}
.cont-catalog__select {
  padding: 10px;
}
.cont-catalog .cont-catalog__select-global {
  position: relative;
}
.cont-catalog__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  padding: 30px 0 0 0;
}
.cont-catalog__column {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (min-width: 1250px){
  .cont-catalog__column {
  max-width: 260px;
}
}
.cartochka {
  padding: 10px;
  background: #FBFBFB;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 20px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cartochka:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.cartochka__image {
  padding: 5px;
}
.cartochka__image img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cartochka__title {
  margin: 5px 0 0 0;
}
.cartochka__title h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #424530;
}
@media (max-width: 550px) {
  .cartochka__title h3 {
    font-size: 12px;
  }
}
.cartochka__xaracterstiks {
  margin: 12px 0 0 0;
}
.cartochka__xaracter {
  margin: 5px -9px;
  font-size: 13px;
  color: #2C2C2C;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 550px) {
  .cartochka__xaracter {
    font-size: 10px;
  }
}
@media (max-width: 450px) {
  .cartochka__xaracter {
    font-size: 9px;
    margin: 0px -5px;
  }
}
.cartochka__xaracter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: #D0D0D0;
}
.cartochka__xaracter p {
  padding: 0 9px;
  z-index: 2;
  position: relative;
  background: #FBFBFB;
}
@media (max-width: 450px) {
  .cartochka__xaracter p {
    padding: 0 5px;
  }
}
.cartochka__btns {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cartochka__btn {
  margin: 0 6px 0 0;
}
.cartochka__btn:last-child {
  margin: 0;
}
.cartochka__btn a {
  background-color: #F4F4F4;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #424530;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cartochka__btn a path {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cartochka__btn a:hover {
  background: #FD8B0A;
  color: #fff;
}
.cartochka__btn a:hover path {
  stroke: #fff;
}
.cartochka__prise {
  background-color: #F4F4F4;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #424530;
}
.cartochka__btn-global a {
  border: 1.5px solid #424530;
  background: #FBFBFB;
  text-align: center;
  padding: 13px 25px;
  border-radius: 10px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 550px) {
  .cartochka__btn-global a {
    padding: 10px 20px;
    font-size: 15px;
  }
}
.cartochka__btn-global a:hover {
  background: #FD8B0A;
  color: #fff;
}

/* CSS стили */
.filter__spoller {
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.filter__spoller > p {
  cursor: pointer;
  font-weight: bold;
  margin: 5px 0;
  padding: 0 0 0px 20px;
  position: relative;
  font-size: 16px;
  color: #333;
}

.filter__spoller > p::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1.5px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
  left: 0px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 10px;
}

.filter__spoller > p::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1.5px;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  left: 4px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 10px;
}

.filter__spoller.closed > p::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.filter__spoller.closed > p::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.filter__spoller ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.filter__spoller li {
  padding: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Стилизованные чекбоксы */
.filter__spoller input[type=checkbox] {
  display: none;
}

.filter__spoller input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  color: #1B1B1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.filter__spoller input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  border-radius: 5px;
}

.filter__spoller input[type=checkbox]:checked + label:before {
  background: #FC8808;
  border-color: #FC8808;
}

.filter__spoller input[type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
}

/* Стили для ползунков */
.slider__range-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider__range-global input[type=text] {
  width: 100px;
  padding: 13px 10px;
  border-radius: 10px;
  font-size: 16px;
  background: #FBFBFB;
  border: 1.5px solid #EBEBEB;
  color: #5F5F5F;
}
.slider__range-global input[type=text]::-webkit-input-placeholder {
  color: #5F5F5F;
}
.slider__range-global input[type=text]::-moz-placeholder {
  color: #5F5F5F;
}
.slider__range-global input[type=text]:-ms-input-placeholder {
  color: #5F5F5F;
}
.slider__range-global input[type=text]::-ms-input-placeholder {
  color: #5F5F5F;
}
.slider__range-global input[type=text]::placeholder {
  color: #5F5F5F;
}

.ui-slider {
  height: 4px;
  background: #e0e0e0;
  border: none;
  margin: 10px 0;
  width: 100%;
}

.ui-slider .ui-slider-range {
  background: #FC8808;
}

.ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FC8808;
  border: none;
  cursor: pointer;
  top: -6px;
}

/* Стили для цветов */
.color__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.color__r {
  padding: 0 0 0 45px !important;
}

.color__r span {
  width: 15px;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-left: auto;
  position: absolute;
  top: 4px;
  left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2941176471);
}

/* Стиль для "посмотреть все" */
.range-slider__prise-click p {
  color: #FC8808;
  cursor: pointer;
  margin-top: 5px;
  font-weight: normal;
  font-size: 14px;
}

/* Дополнительные стили */
.range-slider__prise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

.range-slider__prise input[type=checkbox] + label {
  margin-left: 0;
}

/* Стили для активного состояния спойлера */
.filter__spoller.active > p::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Стили для закрытого состояния спойлера */
.filter__spoller.closed ul {
  display: none;
}

/* Стили для заголовков фильтров */
.filter__spoller > p {
  font-size: 16px;
  font-weight: 600;
  color: #1B1B1B;
}

/* Стили для значений фильтров */
.filter__spoller label {
  font-size: 16px;
  color: #333;
}

/* Стили для ползунков диапазона */
.slider__range-global {
  margin-bottom: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -8px;
}

/* Стили для подписей диапазона */
/* Дополнительные стили для улучшения внешнего вида */
.filter__spoller:last-child {
  border-bottom: none;
}

/* CSS стили */
.cont-catalog__selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.cont-catalog__select {
  position: relative;
}

.sorting-button {
  border: 1.5px solid #EBEBEB;
  background: #FBFBFB;
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  min-width: 250px;
  width: 100%;
  position: relative;
}

.sorting-button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1.5px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
  right: 15px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sorting-button::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1.5px;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  right: 22px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sorting-button._active::before {
  content: "";
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
  right: 19px;
}
.sorting-button._active::after {
  content: "";
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
.sorting-options-global{
  position: absolute;
  top: 75%;
  padding: 20px 0 0 0;
  left: 0;
  width: 100%;
}
.sorting-options {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  
  background-color: #fff;
  border-top: 1.5px solid #FC8808;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1490196078);
  z-index: 10;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sorting-options._active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sorting-options a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.sorting-options a:hover {
  background-color: #f5f5f5;
}

.cont-catalog__category {
  display: none; /* Скрыть все категории по умолчанию */
}

@media (min-width: 1450px) {
  .cont-catalog__category:nth-child(-n+5) {
    display: block; /* Показать первые 5 категорий */
  }
}
@media (max-width: 1450px) {
  .cont-catalog__category:nth-child(-n+4) {
    display: block; /* Показать первые 5 категорий */
  }
}
.cont-catalog__click {
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
}

.cont-catalog__click svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ui-slider .ui-slider-range {
  height: 5px !important;
  top: 3px !important;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

@media (max-width: 1200px) {
  .catalog__sidebar.sidebar-catalog {
    display: none;
  }
  .catalog__column {
    padding: 0;
  }
  .cont-catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .cont-catalog__middle {
    margin: 0px 0 15px 0;
  }
  .cont-catalog__cats {
    padding: 0px 0 0 0;
    margin: 0 -20px 0 0;
  }
  .cont-catalog__categorys {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }
  .cont-catalog__category {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    white-space: nowrap;
  }
  div#show-more-btn {
    display: none;
  }
  .cont-catalog__top {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cont-catalog__cats::before {
    display: none;
  }
  .cont-catalog__category a {
    background: #EBEBEB;
  }
  .catalog__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .catalog__title {
    margin: 15px 0 0 0;
  }
  .catalog__content {
    padding: 15px 0 0 0;
  }
}
@media (max-width: 1150px) {
  .cont-catalog__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }
}
@media (max-width: 800px) {
  .cont-catalog__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .cont-catalog__column {
    padding: 5px;
  }
  .cont-catalog__bottom {
    margin: -5px;
  }
  .cont-catalog__cartochka.cartochka {
    padding: 9.6px;
  }
  .cartochka__image {
    padding: 0px;
  }
  .cartochka__xaracterstiks {
    margin: 5px 0 0 0;
  }
  .cartochka__prise {
    font-size: 12px;
  }
  .cont-catalog__select:last-child {
    display: none;
  }
}
@media (max-width: 450px) {
  .cartochka__prise {
    font-size: 10px;
  }
}
@media (max-width: 380px) {
  .cont-catalog__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.cont-catalog-filters-btn {
  display: none;
  border: 1.31px solid #FC8808;
  background: #FBFBFB;
  padding: 7px 13px;
  border-radius: 9px;
  font-weight: 600;
  width: 115px;
}
.cont-catalog-filters-btn svg {
  margin: 0 5px 0 0px;
}

@media (max-width: 1200px) {
  .cont-catalog-filters-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cont-catalog__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cont-catalog__categorys {
    margin: -6.5px;
  }
  .cont-catalog__category {
    padding: 6.5px;
  }
  .cont-catalog__bottom {
    padding: 15px 0 0 0;
  }
}
@media (max-width: 450px) {
  button.sorting-button {
    padding: 15px 40px 15px 15px;
    min-width: 170px;
  }
}
@media (max-width: 390px) {
  button.sorting-button {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  button.sorting-button {
    min-width: 155px;
    padding: 15px 30px 15px 15px;
    font-size: 11px;
  }
  .sorting-button::before {
    right: 2px;
  }
  .sorting-button::before {
    right: 10px;
  }
}
.filters__btn-global.btn {
  display: none;
}

@media (max-width: 1200px) {
  .catalog__content {
    position: relative;
  }
  .sidebar-catalog {
    position: absolute;
    top: 80px;
    right: -100%;
    display: block !important;
    width: 90%;
    -webkit-transform: translate(-5%, 0px);
            transform: translate(-5%, 0px);
    height: auto;
    z-index: 13;
    max-width: 455px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .catalog__sidebar.sidebar-catalog.active {
    right: 0;
  }
  .filters__btn-global.btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#FE9E14), to(#FC8808));
    background: linear-gradient(180deg, #FE9E14 0%, #FC8808 100%);
    padding: 13px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 100%;
  }
}
@media (max-width: 800px) {
  .cont-catalog__select:last-child {
    display: block;
  }
  .cont-catalog__selects {
    gap: 0;
  }
  .cont-catalog__selects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -5px;
  }
  .cont-catalog__select {
    padding: 5px;
  }
  .cont-catalog-filters-btn {
    width: 100%;
    max-width: 120px;
    height: 60px;
  }
  .cont-catalog__selects {
    margin: 0 10px 0 0;
  }
  .cont-catalog__middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.filter-arrow {
  display: none;
}

@media (max-width: 1200px) {
  .sidebar-catalog {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .filter-arrow {
    display: block;
  }
  .sidebar-catalog__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-family: "Cormorant Garamond";
    font-weight: 500;
  }
  .sidebar-catalog__title svg {
    margin: 0 10px 0 0;
  }
  .sidebar-catalog {
    height: 100%;
    overflow: auto;
  }
}
@media (max-width: 350px) {
  .cont-catalog__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .cont-catalog__selects {
    width: 100%;
  }
  .cont-catalog-filters-btn {
    max-width: 100%;
    height: 46px;
    margin: 5px 0 0 0;
  }
}
.zhoyrum {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .zhoyrum {
    padding: 30px 0;
  }
}
.zhoyrum__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
}
.zhoyrum__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 15px;
}
.zhoyrum__item {
  height: 100%;
}
.zhoyrum__images {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zhoyrum__text {
  margin: 0 0 40px 0;
  color: #1B1B1B;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .zhoyrum__text {
    margin: 0 0 20px 0;
  }
}
.zhoyrum__image-slider {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.zhoyrum__image-slider img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zhoyrum__slide {
  width: 100% !important;
}
@media (min-width: 1250px) {
  .zhoyrum__title h2 {
    font-size: 48px;
  }
}
.zhoyrum__desp {
  margin: 20px 0 0 0;
}
@media (max-width: 650px) {
  .zhoyrum__desp {
    margin: 10px 0 0 0;
  }
}
.zhoyrum__desp p {
  margin: 0px 0 20px 0;
}
@media (max-width: 650px) {
  .zhoyrum__desp p {
    margin: 0px 0 10px 0;
  }
}
.zhoyrum__desp p:last-child {
  margin: 0;
}
.zhoyrum__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0 0;
}
@media (max-width: 650px) {
  .zhoyrum__rows {
    margin: 20px 0 0 0;
  }
}
.zhoyrum__row {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 0 40px 0 0;
}
.zhoyrum__row input {
  width: 100%;
  background-color: #FBFBFB;
  color: #5F5F5F;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1490196078);
}
.zhoyrum__row input::-webkit-input-placeholder {
  color: #5F5F5F;
}
.zhoyrum__row input::-moz-placeholder {
  color: #5F5F5F;
}
.zhoyrum__row input:-ms-input-placeholder {
  color: #5F5F5F;
}
.zhoyrum__row input::-ms-input-placeholder {
  color: #5F5F5F;
}
.zhoyrum__row input::placeholder {
  color: #5F5F5F;
}
.zhoyrum__row:last-child {
  margin: 0;
}
.zhoyrum__btns {
  margin: 30px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zhoyrum__text-s {
  font-size: 14px;
  max-width: 300px;
}
.zhoyrum__btn input {
  width: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FE9E14), to(#FC8808));
  background: linear-gradient(180deg, #FE9E14 0%, #FC8808 100%);
}
.zhoyrum__img {
  border-radius: 20px;
  overflow: hidden;
}
.zhoyrum__img img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.zhoyrum__img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.zhoyrum__pag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 4;
  width: 125px;
  height: 60px;
  border-radius: 15px;
  background-color: #FBFBFB;
}
.zhoyrum__pag .swiper-button-next, .zhoyrum__pag .swiper-button-prev {
  width: 40px;
  height: 30px;
  top: 87%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  bottom: auto;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.zhoyrum__pag .swiper-button-next:hover, .zhoyrum__pag .swiper-button-prev:hover {
  -webkit-transform: scale(0.95) translate(0, -50%);
          transform: scale(0.95) translate(0, -50%);
}
.zhoyrum__pag .swiper-button-next svg, .zhoyrum__pag .swiper-button-prev svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 1100px) {
  .zhoyrum__btn input {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .zhoyrum__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .zhoyrum__text-s {
    max-width: 100%;
  }
  .zhoyrum__btn input {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .zhoyrum__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .zhoyrum__row {
    margin: 0 0 20px 0;
  }
  .zhoyrum__btns {
    margin: 20px 0;
  }
}
@media (max-width: 650px) {
  .zhoyrum__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zhoyrum__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


.sidebar-catalog__btn.btn {
 display: none;
}
.sidebar-catalog__btn.btn {
  background: linear-gradient(180deg, #FE9E14 0%, #FC8808 100%);
  color: #fff;
  height: 50px;

  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 700;
}
@media (max-width: 1200px){
  .sidebar-catalog__btn.btn {
    display: flex;
  }
}
.cont-catalog-filters-btn{
  margin: 0;
}
@media (max-width: 350px){
  .cont-catalog-filters-btn {
    max-width: 120px !important;
}
}
@media (max-width: 1200px){
  .cont-catalog__cats.cont-catalog__cats-pros{
    display: block !important;
  }
}
@media (max-width: 650px){
  .cont-catalog__top {
    flex-direction: column-reverse;
    width: 100%;
    justify-content: start;
    align-items: start;
}
.custom-sorting_rows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cont-catalog__cats {
  overflow: auto;
}
}

@media (min-width: 1250px){
  .catalog__sidebar.sidebar-catalog {
    max-height: 80vh;
    overflow: auto;
}

/* Для всей веб-страницы */
html .catalog__sidebar.sidebar-catalog {
    scrollbar-width: thin; /* Для Firefox */
    scrollbar-color: #FE9E14 #F4F4F4;
}

/* Для браузеров на базе Webkit (Chrome, Safari) */
html .catalog__sidebar.sidebar-catalog::-webkit-scrollbar {
    width: 8px !important; 
    max-width: 8px !important;
}

.catalog__sidebar.sidebar-catalog::-webkit-scrollbar-track {
    background: #F4F4F4;
    width: 8px !important;
    max-width: 8px !important;
}

.catalog__sidebar.sidebar-catalog::-webkit-scrollbar-thumb {
    background-color: #FE9E14;
    border-radius: 2px;
    width: 8px !important;
    max-width: 8px !important;
}
  /* .catalog__sidebar.sidebar-catalog.active {
    position: fixed;
    top: 180px;
    width: 260px;
  
} */
.catalog__content {
  overflow: hidden;
}
.catalog{
  padding: 250px 0 0;
}
.catalog-content {
  position: relative;
  padding: 30px 0 30px;
  z-index: 3;
  background: #F4F4F4;
}
.zhoyrum{
  position: relative;
  z-index: 3;
  background: #F4F4F4;
}
}

