.catalog {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 767.9px) {
  .catalog {
    margin-top: 0;
  }
}
.catalog-section {
  margin-bottom: 120px;
}
@media screen and (max-width: 1023.9px) {
  .catalog-section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .catalog-section {
    margin-bottom: 40px;
  }
}
.catalog__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .catalog__box {
    width: calc(100% - 245px);
  }
}
@media screen and (min-width: 1400px) {
  .catalog__box {
    width: calc(100% - 264px);
  }
}
.catalog__box .catalog-body:not(.catalog-body_list) .catalog-body__img-sl-slide img {
  min-width: 110px;
  max-width: calc(100% - 50px);
}
@media screen and (min-width: 768px) {
  .catalog__box .catalog-body:not(.catalog-body_list) .catalog-body__img-sl-slide img {
    max-width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog__box .catalog-body:not(.catalog-body_list) .catalog-body__img-sl-slide img {
    max-width: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .catalog__box .catalog-body:not(.catalog-body_list) .catalog-body__img-sl-slide img {
    max-width: 210px;
  }
}
.catalog__box div[data-pagination-num] {
  margin-top: auto;
}
.catalog-control {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #f5f5f7;
}
@media screen and (max-width: 1023.9px) {
  .catalog-control {
    display: none;
  }
}
.catalog-control__button {
  background: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #7d7d7d;
  border-radius: 8px;
}
.catalog-control__button * {
  pointer-events: none;
}
.catalog-control__button:hover {
  color: #0e0e0e;
}
.catalog-control__button_active {
  background: #0e0e0e;
  color: #fff;
  pointer-events: none;
}
.catalog-control__button_active:hover {
  color: #fff;
}
.catalog-pagin__button.button {
  margin: 40px auto;
  display: block;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023.9px) {
  .catalog-pagin__button.button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 28px;
    height: 40px;
    font-size: 14px;
  }
}
.catalog-pagin__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .catalog-pagin__nav {
    margin-top: 28px;
  }
}
.catalog-pagin__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 48px;
  border-radius: 8px;
}
@media screen and (max-width: 1023.9px) {
  .catalog-pagin__link {
    height: 40px;
  }
}
.catalog-pagin__link:hover {
  color: #0e0e0e;
  background: #ebebed;
}
.catalog-pagin__link_current {
  background: #0e0e0e;
  color: #fff;
  pointer-events: none;
}
.catalog-pagin__arrow svg {
  width: 24px;
  height: 24px;
}
.catalog-pagin__arrow_prev svg {
  transform: rotate(180deg);
}
.catalog-pagin__arrow_disabled {
  pointer-events: none;
  color: #d7d7d7;
}
.catalog-pagin__dotted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  background: url(/ajax/auth/img/icon/dotted.svg) 50% 50% no-repeat;
}
.catalog-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .catalog-head {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .catalog-head {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1921px) {
  .catalog-head {
    padding-left: 20px;
  }
}
.catalog .filter-open {
  align-items: center;
  color: #0e0e0e;
  gap: 4px;
  font-size: 14px;
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .catalog .filter-open {
    display: inline-flex;
  }
}
.catalog .filter-open svg {
  width: 24px;
  height: 24px;
}
.catalog .filter-open__counter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #0e0e0e;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
.catalog .filter-open * {
  pointer-events: none;
}
@media screen and (max-width: 1023.9px) {
  .catalog .filter-open-mob {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.catalog-filter {
  display: block;
  position: sticky;
  top: 144px;
  background: #fff;
  width: 258px;
}
@media screen and (max-width: 1399.9px) {
  .catalog-filter {
    width: 243px;
    top: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9;
  }
}
.catalog-filter.catalog-filter_active {
  display: block;
}
.catalog-filter .bx-sidebar-block {
  height: 100%;
}
.catalog-filter .bx-filter {
  height: 100%;
}
.catalog-filter .bx-filter-section {
  height: 100%;
  position: relative;
}
.catalog-filter .bx-filter-block {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.catalog-filter .checkbox {
  display: flex;
  cursor: pointer;
  margin-bottom: 6px;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .checkbox {
    display: block;
  }
}
.catalog-filter .checkbox.disabled {
  cursor: auto;
}
.catalog-filter .checkbox.disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.catalog-filter .checkbox .bx-filter-param-label {
  flex-grow: 1;
}
.catalog-filter .checkbox .bx-filter-param-text {
  display: inline-block;
  position: relative;
  padding: 6px 6px 6px 35px;
  font-size: 14px;
}
.catalog-filter .checkbox .bx-filter-param-text b {
  font-weight: 400;
  color: #2a65c5;
}
.catalog-filter .checkbox .bx-filter-param-text:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 18px;
  height: 18px;
  border: 2px solid #d7d7d7;
  border-radius: 4px;
}
.catalog-filter .checkbox .bx-filter-param-text span:not(.text) {
  color: #999;
  font-size: 12px;
}
.catalog-filter .checkbox .bx-filter-input-checkbox {
  overflow: hidden;
}
.catalog-filter .checkbox .bx-filter-input-checkbox input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  visibility: inherit;
}
.catalog-filter .checkbox .bx-filter-input-checkbox input:checked ~ .bx-filter-param-text:before {
  background: url(/ajax/auth/img/icon/checkbox.svg) 50% 50%/contain no-repeat;
  border: none;
  background-size: cover;
}
.catalog-filter .checkbox .bx-filter-input-checkbox input:disabled ~ .bx-filter-param-text {
  color: #999;
  pointer-events: none;
}
.catalog-filter .checkbox.checkbox-switcher .bx-filter-param-text {
  padding: 9px 38px 9px 0;
  display: flex;
  font-size: 16px;
  align-items: center;
}
.catalog-filter .checkbox.checkbox-switcher .bx-filter-param-text:before {
  display: none !important;
}
.catalog-filter .checkbox.checkbox-switcher .bx-filter-param-text:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 19px;
  height: 19px;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.06), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: right 0.7s;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .checkbox.checkbox-switcher .bx-filter-param-text:after {
    width: 27px;
    height: 27px;
    right: 21px;
  }
}
@media screen and (max-width: 479.9px) {
  .catalog-filter .checkbox.checkbox-switcher .bx-filter-param-text:after {
    width: 22px;
    height: 22px;
  }
}
@media (hover: hover) {
  .catalog-filter .checkbox.checkbox-switcher .bx-filter-param-text:hover .checkbox-switcher__bg {
    color: #999;
  }
}
.catalog-filter .checkbox.checkbox-switcher .bx-filter-param-text span {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
  margin-top: 2px;
}
.catalog-filter .checkbox.checkbox-switcher .bx-filter-param-text .checkbox-switcher__bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 21.88px;
  color: #d7d7d7;
  border-radius: 14px;
  left: auto;
  right: 0;
  transition: color 0.7s;
  border: none;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .checkbox.checkbox-switcher .bx-filter-param-text .checkbox-switcher__bg {
    width: 51px;
    height: 31px;
  }
}
@media screen and (max-width: 479.9px) {
  .catalog-filter .checkbox.checkbox-switcher .bx-filter-param-text .checkbox-switcher__bg {
    width: 46px;
    height: 26px;
  }
}
.catalog-filter .checkbox.checkbox-switcher input:checked ~ .bx-filter-param-text .checkbox-switcher__bg {
  color: #0e0e0e;
}
.catalog-filter .checkbox.checkbox-switcher input:checked ~ .bx-filter-param-text:after {
  right: 1px;
}
@media screen and (max-width: 479.9px) {
  .catalog-filter .checkbox.checkbox-switcher input:checked ~ .bx-filter-param-text:after {
    right: 3px;
  }
}
.catalog-filter .checkbox:not(.checkbox-switcher) {
  border-radius: 6px;
}
.catalog-filter .checkbox .text {
  transition: color 0.3s;
}
.catalog-filter .checkbox .text::first-letter {
  text-transform: none !important;
}
.catalog-filter .checkbox:hover .text {
  color: #7d7d7d;
}
.catalog-filter .checkbox:hover:not(.checkbox-switcher) {
  color: #0e0e0e;
  background: #eeeef0;
}
.catalog-filter .checkbox:hover:not(.checkbox-switcher) .text {
  color: #0e0e0e;
}
@media screen and (max-width: 767.9px) {
  .catalog-filter .checkbox:hover:not(.checkbox-switcher) {
    background: none;
  }
}
.catalog-filter .col-xs-12 {
  width: 100%;
}
.catalog-filter .smartfilter {
  max-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .smartfilter {
    max-height: calc(var(--vh, 1vh) * 93);
  }
}
.catalog-filter .smartfilter__title {
  position: relative;
  padding: 17px 20px;
  font-size: 19px;
  font-weight: 700;
  border-bottom: 0.5px solid #e1e1e3;
}
@media screen and (min-width: 1024px) {
  .catalog-filter .smartfilter__title {
    display: none;
  }
}
.catalog-filter .smartfilter__close {
  position: absolute;
  top: 20px;
  right: 23px;
  height: 24px;
  width: 24px;
}
.catalog-filter .smartfilter__close * {
  pointer-events: none;
}
.catalog-filter .smartfilter-filterRow {
  display: flow;
  flex-direction: column;
  margin-bottom: 8px;
  overflow: auto;
  scrollbar-width: none;
  padding-right: 6px;
  min-height: 0;
  flex: 1;
  transition: all 0.3s ease-in-out;
}
.catalog-filter .smartfilter-filterRow::-webkit-scrollbar {
  width: 4px;
}
.catalog-filter .smartfilter-filterRow::-webkit-scrollbar-track {
  background: 0 0;
}
.catalog-filter .smartfilter-filterRow:-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 27px;
}
.catalog-filter .smartfilter-filterRow:hover {
  scrollbar-color: #c3c3c3 transparent;
}
.catalog-filter .smartfilter-filterRow:hover::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .smartfilter-filterRow {
    max-height: none;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .catalog-filter .smartfilter-filterRow > div {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .catalog-filter .smartfilter-filterRow {
    padding: 12px;
  }
}
.catalog-filter .smartfilter-buttonRow {
  margin-top: auto;
  margin-bottom: 160px;
  flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .smartfilter-buttonRow {
    position: relative;
    border-top: 1px solid #e1e1e3;
    height: -moz-fit-content;
    height: fit-content;
    padding: 12px 20px;
    margin-bottom: 0;
    width: 100%;
  }
  .catalog-filter .smartfilter-buttonRow > div {
    width: 100%;
  }
}
@media screen and (max-width: 479.9px) {
  .catalog-filter .smartfilter-buttonRow {
    padding: 12px;
  }
}
.catalog-filter .smartfilter-buttonRow .bx-filter-parameters-box-container {
  gap: 8px;
  padding-right: 0;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .smartfilter-buttonRow .bx-filter-parameters-box-container {
    row-gap: 0;
  }
}
.catalog-filter .smartfilter .btn-back {
  color: #2a65c5;
  margin-bottom: 8px;
  font-size: 12px;
  display: inline-block;
}
.catalog-filter .bx-filter-parameters-box {
  padding-bottom: 22px;
  overflow: hidden;
  transition: padding-top 0.3s;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .bx-filter-parameters-box {
    padding-bottom: 12px;
  }
}
.catalog-filter .bx-filter-parameters-box-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-height: 313px;
  gap: 8px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #c3c3c3 transparent;
}
.catalog-filter .bx-filter-parameters-box-container::-webkit-scrollbar {
  width: 4px;
}
.catalog-filter .bx-filter-parameters-box-container::-webkit-scrollbar-track {
  background: 0 0;
}
.catalog-filter .bx-filter-parameters-box-container::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  border-radius: 27px;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .bx-filter-parameters-box-container .catalog-chips {
    margin: 0 0 12px 0;
    scrollbar-color: transparent transparent;
    scrollbar-width: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .bx-filter-parameters-box-container .button {
    height: 42px;
  }
}
.catalog-filter .bx-filter-parameters-box-title {
  position: relative;
  margin-bottom: 16px;
  font-weight: 700;
  padding-right: 45px;
  cursor: pointer;
  transition: color 0.3s;
}
@media (hover: hover) {
  .catalog-filter .bx-filter-parameters-box-title:hover {
    color: #7d7d7d;
  }
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .bx-filter-parameters-box-title {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.catalog-filter .bx-filter-parameters-box-title .show-all-link {
  font-weight: 400;
  font-size: 12px;
  color: #2a65c5;
}
.catalog-filter .bx-filter-parameters-box-title svg {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .bx-filter-parameters-box-title {
    margin-bottom: 12px;
  }
}
.catalog-filter .bx-filter-parameters-box-hint {
  position: relative;
  pointer-events: none;
}
.catalog-filter .bx-filter-parameters-box._active .bx-filter-parameters-box-hint:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #2a65c5;
  right: -14px;
  bottom: 6px;
  border-radius: 50%;
}
.catalog-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title svg {
  transform: translateY(-50%);
}
.catalog-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  max-height: 1000px;
  transition: all 0.3s ease-in-out;
}
.catalog-filter .btn-reset {
  display: inline-flex;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 16px;
  border: 2px solid #0e0e0e;
  color: #0e0e0e;
  transition: 0.3s ease-out;
  width: 100%;
  order: 3;
  height: 40px;
  background-color: #fff;
  cursor: pointer;
}
.catalog-filter .btn-reset.active {
  background-color: #0e0e0e;
  color: #fff;
}
.catalog-filter .btn-reset.active:hover {
  background-color: #fff;
  color: #0e0e0e;
}
.catalog-filter .btn-reset:hover {
  background-color: #0e0e0e;
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .btn-reset:hover {
    background-color: #fff;
    color: #0e0e0e;
  }
}
.catalog-filter .btn-reset:disabled {
  background-color: #999;
  border-color: #999;
  pointer-events: none;
}
@media screen and (max-width: 1023.9px) {
  .catalog-filter .btn-reset {
    margin-top: 6px;
  }
}
.catalog-filter .bx-filter-button-box .bx-filter-block {
  max-height: none;
}
.catalog-filter .mobile-filter {
  overflow: auto;
}
.catalog-chips {
  display: flex;
  width: 100%;
  gap: 8px;
  margin: 16px -16px -7px;
  overflow: auto;
  border-top: 0.5px solid #e1e1e3;
  padding: 9px 16px 0;
  width: calc(100% + 32px);
}
@media screen and (min-width: 768px) {
  .catalog-chips {
    padding: 0;
    border-top: none;
    width: 100%;
    margin: 12px 0 0;
    gap: 16px;
  }
}
.catalog-chips::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.catalog-chips__chip, .catalog-chips__chip-range, .catalog-chips__removeAll {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid #0e0e0e;
  border-radius: 6px;
  padding: 0 8px 0 12px;
  height: 28px;
  cursor: pointer;
  font-size: 12px;
  gap: 4px;
  white-space: nowrap;
}
@media (hover: hover) {
  .catalog-chips__chip:hover svg, .catalog-chips__chip-range:hover svg, .catalog-chips__removeAll:hover svg {
    color: #0e0e0e;
  }
}
.catalog-chips__chip.disabled, .catalog-chips__chip-range.disabled, .catalog-chips__removeAll.disabled {
  cursor: auto;
}
.catalog-chips__chip.disabled::after, .catalog-chips__chip-range.disabled::after, .catalog-chips__removeAll.disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.catalog-chips__chip span:not(.text), .catalog-chips__chip-range span:not(.text), .catalog-chips__removeAll span:not(.text) {
  display: none;
}
.catalog-chips__chip span.text, .catalog-chips__chip-range span.text, .catalog-chips__removeAll span.text {
  display: inline-block;
}
.catalog-chips__chip svg, .catalog-chips__chip-range svg, .catalog-chips__removeAll svg {
  color: #999;
  width: 24px;
  height: 24px;
  transition: color 0.3s;
}
.catalog-chips__removeAll {
  border: none;
  background: #eeeef0;
}

price-range {
  --thumb-size: 20px;
  --thumb-color: #0e0e0e;
  --track-size: 1px;
  --track-color: #e1e1e3;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023.9px) {
  price-range {
    margin-bottom: 24px;
  }
}
price-range .range-container {
  position: relative;
  height: calc(var(--thumb-size) + 1px);
  margin: auto;
  width: 100%;
}
price-range .range-container div {
  width: calc(100% - 20px);
  height: var(--track-size);
  background: var(--track-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1023.9px) {
  price-range .range-container div {
    width: calc(100% - 40px);
  }
}
price-range input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: auto;
  padding: 0;
  background: transparent;
  border: none;
  outline: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
}
price-range input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
}
price-range input[type=range]::-moz-range-track {
  height: 5px;
}
price-range input[type=range]::-ms-track {
  height: 5px;
}
price-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  margin-top: -7px;
  width: var(--thumb-size);
  height: var(--thumb-size);
  background: var(--thumb-color);
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 0 0 0 var(--thumb-color);
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
@media (hover: hover) {
  price-range input[type=range]::-webkit-slider-thumb:hover {
    background: #7d7d7d;
  }
}
price-range input[type=range][aria-label=From]::-webkit-slider-thumb {
  margin-left: -10px;
}
price-range input[type=range][aria-label=To]::-webkit-slider-thumb {
  margin-left: 10px;
  -webkit-appearance: none;
          appearance: none;
}
price-range input[type=range]::-moz-range-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  background: var(--thumb-color);
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 0 0 0 var(--thumb-color);
  -moz-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
@media (hover: hover) {
  price-range input[type=range]::-moz-range-thumb:hover {
    background: #7d7d7d;
  }
}
price-range input[type=range]::-ms-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  background: var(--thumb-color);
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 0 0 0 var(--thumb-color);
  -ms-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
@media (hover: hover) {
  price-range input[type=range]::-ms-thumb:hover {
    background: #3a3a3c;
  }
}
price-range .price-range-input {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
price-range .price-range-input::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #e1e1e3;
}
price-range .price-range-input .bx-filter-parameters-box-container-block {
  display: flex;
  position: relative;
  align-items: center;
  background: #fff;
  padding: 0 0 0 20px;
  border: 1px solid #e1e1e3;
  border-radius: 8px;
  width: calc(50% - 5px);
  font-size: 12px;
  color: #7d7d7d;
  z-index: 2;
  margin-top: 2px;
}
@media screen and (max-width: 1023.9px) {
  price-range .price-range-input .bx-filter-parameters-box-container-block {
    text-align: center;
    height: 38px;
    justify-content: space-between;
  }
}
price-range .price-range-input .bx-filter-parameters-box-container-block .currency {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  price-range .price-range-input .bx-filter-parameters-box-container-block .currency {
    display: inline-block;
    font-size: 16px;
    color: #0e0e0e;
  }
}
price-range .price-range-input .bx-filter-parameters-box-container-block i {
  font-style: normal;
  margin-top: 3px;
}
price-range .price-range-input .bx-filter-parameters-box-container-block input {
  border: none;
  outline: 0;
  padding: 0 5px;
  height: 36px;
  width: 100%;
  border-radius: 8px;
  font-size: 14px;
  min-width: 80%;
  max-width: 80%;
}
@media screen and (min-width: 1024px) {
  price-range .price-range-input .bx-filter-parameters-box-container-block input {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  price-range .price-range-input .bx-filter-parameters-box-container-block input.dynamicWidthInput {
    width: auto;
    text-align: center;
  }
}
price-range .price-range-input .bx-filter-parameters-box-container-block .bx-filter-input-container {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  price-range .price-range-input .bx-filter-parameters-box-container-block .bx-filter-input-container {
    width: auto;
  }
}

.catalog-body_list .catalog-body__item {
  width: 100%;
  height: 310px;
  padding: 58px 32px 18px 46px;
}
.catalog-body_list .catalog-body__item .catalog-body__inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.catalog-body_list .catalog-body__item .catalog-body__inner .catalog-body__img .catalog-body__label-box {
  left: 20px;
  top: 20px;
}
.catalog-body_list .catalog-body__item .catalog-body__inner .catalog-body__img {
  width: 210px;
}
.catalog-body_list .catalog-body__item .catalog-body__inner .catalog-body__desc {
  padding-top: 0;
}
.catalog-body_list .catalog-body__item .catalog-body__inner .catalog-body__name {
  min-height: auto;
}
.catalog-body_list .catalog-body__item .catalog-body__inner .catalog-body__sales .catalog-body__control {
  position: relative;
  flex-wrap: nowrap;
  gap: 20px;
}
.catalog-body_list .catalog-body__item .catalog-body__inner .catalog-body__sales .catalog-body__control .catalog-body__in-order {
  position: absolute;
  top: 54px;
}
.catalog-body_list .catalog-body__item .catalog-body__inner .catalog-body__sales .catalog-body__control .catalog-body__control-icon-box-wrapper {
  position: static;
  flex-direction: row;
}
.catalog-body_list .catalog-body__item .catalog-body__inner .catalog-body__img-sl {
  padding-bottom: 14px;
}
.catalog-body_list .catalog-body__item .catalog-body__inner .catalog-body__img-sl img {
  max-width: 210px;
}

@media screen and (min-width: 1024px) and (max-width: 1399.9px) {
  .catalog-body_list .catalog-body__item {
    height: 278px;
    padding: 46px 12px 6px 16px;
  }
  .catalog-body_list .catalog-body__item .catalog-body__inner {
    gap: 18px;
  }
  .catalog-body_list .catalog-body__item .catalog-body__inner .catalog-body__img .catalog-body__label-box {
    left: 10px;
    top: 10px;
  }
  .catalog-body_list .catalog-body__item .catalog-body__inner .catalog-body__img {
    width: 204px;
  }
}
/*# sourceMappingURL=style.css.map */
