#page-category {
  --catalog-blue: #11275f;
  --catalog-muted: #5f698c;
  --catalog-soft: #99a0ba;
  --catalog-line: #d7dae4;
  --catalog-grid-line: #e5e7ed;
  --catalog-bg: #f3f4f7;
  --catalog-orange: #f3712b;
  --catalog-chip-bg: #e5e7ed;
  --catalog-chip-bg-hover: #b8bdcf;
  --catalog-sticky-top: 132px;
}

@media only screen and (min-width: 768px) {
  #page-category .section-1 .block {
    overflow: visible;
    padding-bottom: 0;
  }

  #page-category .section-1 .scroll-sidebar {
    left: auto;
    max-width: 100%;
    overflow: visible;
    transform: none;
    width: auto;
  }

  #page-category .section-1 .sidebar {
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    white-space: normal;
  }

  #page-category .section-1 h1 {
    max-width: 100%;
    overflow: visible;
    white-space: normal;
  }

  #page-category .section-1 .sidebar,
  #page-category .section-1 .sidebar a,
  #page-category .section-1 .sidebar span,
  #page-category .section-1 .sidebar .text-position,
  #page-category .section-1 .sidebar .text-animation,
  #page-category .section-1 .sidebar .text-animation span {
    line-height: 1.2;
    overflow: visible;
  }

  #page-category .section-1 .sidebar .text-position,
  #page-category .section-1 .sidebar .text-animation {
    height: auto;
  }

  #page-category .section-1 .sidebar .text-animation {
    top: 0 !important;
  }

  #page-category .section-1 .sidebar .text-animation::after {
    content: none !important;
    display: none !important;
  }

  #page-category .section-2 .block > .sc-lines.only-medium {
    display: flex !important;
    pointer-events: none;
  }

  #page-category .section-2 .block .filters,
  #page-category .section-2 .block .contents {
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
  }

  #page-category .section-2 .block .filters .category {
    border-right: 1px solid var(--catalog-grid-line);
    display: block;
    grid-column: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  #page-category .section-2 .block .filters .category::-webkit-scrollbar {
    display: none;
  }

  #page-category .section-2 .block .filters .category .labels {
    display: flex;
    min-height: 100%;
  }

  #page-category .section-2 .block .filters .category .labels label {
    flex: 0 0 auto;
  }

  #page-category .section-2 .block .filters .category .labels label a {
    align-items: center;
    box-sizing: border-box;
    display: flex !important;
    gap: 8px;
    min-height: 100%;
    min-width: 205px;
    padding: 8px 16px;
    position: relative;
  }

  #page-category .section-2 .block .filters .category .labels label a .hover {
    background-color: #dde2e2;
    opacity: 0;
    transition: opacity .2s ease, background-color .2s ease;
  }

  #page-category .section-2 .block .filters .category .labels label a:hover .hover,
  #page-category .section-2 .block .filters .category .labels label a:focus .hover {
    opacity: 1;
  }

  #page-category .section-2 .block .filters .category .labels label a.active .hover {
    background-color: var(--catalog-blue);
    opacity: 1;
  }

  #page-category .section-2 .block .filters .category .labels label .img,
  #page-category .section-2 .block .filters .category .labels label .img img {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
  }

  #page-category .section-2 .block .filters .category .labels label .name {
    color: var(--catalog-blue);
    min-width: 0;
    padding: 0;
    text-align: left;
  }

  #page-category .section-2 .block .filters .category .labels label a.active .name {
    color: #fff;
  }
}

#page-category .section-2 .block .filters .category {
  display: none;
}

@media only screen and (min-width: 768px) {
  #page-category .section-2 .block .filters .category {
    display: none;
  }
}

#page-category .catalog-tag-links {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  overflow: hidden;
  padding: 24px 0 0;
  position: relative;
}

#page-category .catalog-tag-links.is-expanded {
  overflow: visible;
}

#page-category .catalog-tag-links a {
  align-items: center;
  background: var(--catalog-chip-bg);
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  color: var(--catalog-blue);
  display: inline-flex !important;
  flex: 0 0 auto;
  font-family: "Google Sans", Muller-Medium, Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  max-width: 100%;
  min-height: 24px;
  padding: 4px 8px;
  transition: color 0.18s ease, background-color 0.18s ease;
  white-space: nowrap;
}

#page-category .catalog-tag-links a:hover,
#page-category .catalog-tag-links a:focus {
  background: var(--catalog-chip-bg-hover);
  color: var(--catalog-blue);
}

#page-category .catalog-tag-links a.is-width-hidden,
#page-category .catalog-tag-links .more-link.is-hidden {
  display: none !important;
}

#page-category .catalog-tag-links .more-link {
  background: transparent;
  color: var(--catalog-soft);
  font-family: "Google Sans", Muller-Bold, Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: 0.05em;
  line-height: 14px;
  margin-left: 16px;
  min-height: 20px;
  padding: 0;
  text-transform: uppercase;
}

#page-category .catalog-tag-links .more-link:hover,
#page-category .catalog-tag-links .more-link:focus {
  background: transparent;
  color: var(--catalog-soft);
}

#page-category .catalog-tag-links .more-link svg {
  fill: var(--catalog-soft);
  height: 20px;
  order: -1;
  width: 20px;
}

#page-category .catalog-tag-links .text-position,
#page-category .catalog-tag-links .text-animation {
  display: inline-flex;
  font-family: "Google Sans", Muller-Medium, Arial, sans-serif !important;
  height: auto;
  line-height: inherit;
  max-width: 100%;
  overflow: visible;
  position: static;
  top: auto;
}

#page-category .catalog-tag-links .text-animation:after {
  display: none;
}

#page-category .catalog-tag-links .text-animation span {
  font-family: "Google Sans", Muller-Medium, Arial, sans-serif !important;
}

#page-category .catalog-tag-links .more-link .text-position,
#page-category .catalog-tag-links .more-link .text-animation,
#page-category .catalog-tag-links .more-link .text-animation span {
  font-family: "Google Sans", Muller-Bold, Arial, sans-serif !important;
}

@media only screen and (min-width: 768px) {
  #page-category .catalog-tag-links {
    margin-left: -48px;
    margin-right: -48px;
    margin-top: 32px;
    max-width: none;
    padding: 16px 48px;
    width: calc(100% + 96px);
  }
}

#page-category .section-2 .block .filters {
  border-top: 1px solid rgba(148, 154, 168, 0.3);
  border-bottom: 1px solid var(--catalog-grid-line);
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
}

#page-category .section-2 .block .filters .links {
  align-items: center;
  border-left: 1px solid var(--catalog-grid-line);
  border-top: 0 !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  grid-column: 2;
  min-width: 0;
  overflow: hidden;
  padding: 24px 48px;
  position: relative;
  scrollbar-width: none;
}

#page-category .section-2 .block .filters .links::-webkit-scrollbar {
  display: none;
}

#page-category .section-2 .block .filters .links.is-expanded {
  flex-wrap: wrap;
  overflow: visible;
}

#page-category .section-2 .block .filters .links a {
  align-items: center;
  color: var(--catalog-blue);
  display: inline-flex !important;
  flex: 0 0 auto;
  font-family: Google Sans, Muller-Bold, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-transform: uppercase;
}

#page-category .section-2 .block .filters .links a:nth-of-type(n+8):not(.more-link) {
  display: none !important;
}

#page-category .section-2 .block .filters .links a.is-width-hidden,
#page-category .section-2 .block .filters .links .more-link.is-hidden {
  display: none !important;
}

#page-category .section-2 .block .filters .links.is-expanded a:nth-of-type(n+8):not(.more-link) {
  display: inline-flex !important;
}

#page-category .section-2 .block .filters .links .more-link {
  color: var(--catalog-soft);
  display: inline-flex !important;
  gap: 4px;
  margin-left: auto;
}

#page-category .section-2 .block .filters .links .more-link svg {
  fill: var(--catalog-soft);
  height: 20px;
  order: -1;
  width: 20px;
}

#page-category .section-2 .block .filters .links .text-position,
#page-category .section-2 .block .filters .links .text-animation {
  display: inline-flex;
  height: auto;
  line-height: inherit;
  overflow: visible;
  position: static;
  top: auto;
}

#page-category .section-2 .block .filters .links .text-animation:after {
  display: none;
}

#page-category .mobile-category-select,
#page-category .mobile-category-panel {
  display: none;
}

#page-category .section-2 .block .contents {
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
  align-items: start;
  border-left: 1px solid var(--catalog-grid-line);
  border-right: 1px solid var(--catalog-grid-line);
  border-top: 1px solid var(--catalog-grid-line);
  box-sizing: border-box;
}

#page-category .section-2 .block .contents .types {
  width: 410px;
  align-self: stretch;
  background: #fff;
  border-right: 0;
  box-sizing: border-box;
  overflow: visible;
  padding: 0;
  position: relative;
  z-index: 1050;
}

  #page-category .section-2 .block .contents .types .type-cont {
    box-sizing: border-box;
    max-height: none;
    overflow: visible;
    padding: 24px 48px 128px;
    position: sticky;
    top: var(--catalog-sticky-top);
    width: 410px;
  }

#page-category .section-2 .block .contents .list {
  border-left: 1px solid var(--catalog-grid-line);
  box-sizing: border-box;
  min-width: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}

#page-category .section-2 .block .contents .list .function {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 24px 48px;
  position: relative;
  z-index: 1000;
}

#page-category .section-2 .block .contents .list .function .sort .name {
  align-items: center;
  background: #fff;
  border: 1px solid var(--catalog-line);
  border-radius: 4px;
  color: var(--catalog-blue);
  display: flex;
  font-family: Google Sans, Muller-Regular, Arial, sans-serif;
  font-size: 16px;
  gap: 8px;
  line-height: 16px;
  min-height: 36px;
  padding: 4px 8px;
  width: 180px;
}

#page-category .section-2 .block .contents .list .function .sort {
  position: relative;
  z-index: 1001;
}

#page-category .section-2 .block .contents .list .function .sort.active {
  z-index: 1100;
}

#page-category .section-2 .block .contents .list .function .sort .name .icon,
#page-category .section-2 .block .contents .list .function .sort .name > svg {
  position: static;
  transform: none;
}

#page-category .section-2 .block .contents .list .function .sort .name .icon {
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

#page-category .section-2 .block .contents .list .function .sort .name .icon svg {
  position: static;
  transform: translateY(2px);
}

#page-category .section-2 .block .contents .list .function .sort .name > span {
  flex: 1 1 auto;
}

#page-category .section-2 .block .contents .list .function .sort .labels {
  background: #fff;
  border: 1px solid var(--catalog-line);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  left: 0;
  opacity: 0;
  overflow: visible;
  padding: 4px 0;
  position: absolute;
  top: calc(100% + 4px);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
  width: 180px;
  z-index: 1200;
}

#page-category .section-2 .block .contents .list .function .sort.active .labels {
  opacity: 1;
  visibility: visible;
}

#page-category .section-2 .block .contents .list .function .sort .labels label {
  align-items: center;
  color: var(--catalog-blue);
  display: flex;
  font-family: Google Sans, Muller-Regular, Arial, sans-serif;
  font-size: 16px;
  gap: 8px;
  line-height: 16px;
  min-height: 32px;
  overflow: visible;
  padding: 8px 32px 8px 16px;
  position: relative;
  white-space: nowrap;
}

#page-category .section-2 .block .contents .list .function .sort .labels label .icon {
  display: none;
}

#page-category .section-2 .block .contents .list .function .sort .labels label input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

#page-category .section-2 .block .contents .list .function .sort .labels label span {
  overflow: visible;
  white-space: nowrap;
}

#page-category .section-2 .block .contents .list .function .sort .labels label.active {
  background: var(--catalog-bg);
}

#page-category .section-2 .block .contents .list .function .sort .labels label.active::after {
  border-bottom: 2px solid var(--catalog-orange);
  border-left: 2px solid var(--catalog-orange);
  content: "";
  height: 6px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-60%) rotate(-45deg);
  width: 10px;
}

#page-category .content-catalog {
  position: relative;
  transition: opacity 0.2s ease;
  z-index: 1;
}

#page-category .content-catalog.is-loading .items {
  opacity: 0.5;
  pointer-events: none;
}

#page-category .content-catalog .items.sc-items {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 48px;
}

#page-category .content-catalog .items.sc-items .item {
  box-sizing: border-box;
  width: 100% !important;
}

#page-category .content-catalog .items.sc-items .item .item__slider-slide {
  z-index: 1 !important;
}

#page-category .content-catalog .items.sc-items .item .content {
  font-family: Google Sans, Muller-Regular, Arial, sans-serif;
  gap: 24px;
  padding: 32px;
}

#page-category .content-catalog .items.sc-items .item .content .name {
  color: var(--catalog-blue);
  font-family: Google Sans, Muller-Medium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

#page-category .content-catalog .items.sc-items .item .content .size,
#page-category .content-catalog .items.sc-items .item .content .size span {
  color: var(--catalog-muted);
  font-family: Google Sans, Muller-Regular, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

#page-category .content-catalog .items.sc-items .item .content .price {
  color: var(--catalog-blue);
  font-family: Google Sans, Muller-Bold, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

#page-category .content-catalog .items.sc-items .item .buttons {
  display: flex;
  gap: 8px;
  width: 100%;
}

#page-category .content-catalog .items.sc-items .item .buttons .btn-cp {
  align-items: center;
  background: #f3712b;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  flex: 1 1 100%;
  font-family: Google Sans, Muller-Bold, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 14px;
  min-width: 0;
  overflow: hidden;
  padding: 0 8px;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

#page-category .content-catalog .items.sc-items .item .buttons .btn-question {
  display: none;
}

#page-category .content-catalog .items.sc-items .item .btn-more {
  color: var(--catalog-soft);
  display: block;
  font-family: Google Sans, Muller-Bold, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 14px;
  margin-top: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#page-category .content-catalog .items.sc-items .item .btn-more:hover {
  color: var(--catalog-blue);
}

.catalog-filter-group {
  border-bottom: 0;
}

.catalog-filter-group__head {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--catalog-blue);
  cursor: pointer;
  display: flex;
  font-family: Google Sans, Muller-Bold, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 20px;
  padding: 16px 0;
  text-align: left;
  width: 100%;
}

.catalog-filter-group__head svg {
  fill: var(--catalog-blue);
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.catalog-filter-group:not(.is-open) .catalog-filter-group__head svg {
  transform: none;
}

.catalog-filter-group:not(.is-open) .catalog-filter-group__body {
  display: none;
}

.catalog-filter-group__body {
  padding: 0 0 24px;
}

.catalog-filter-category {
  color: var(--catalog-blue);
  display: block;
  font-family: Google Sans, Muller-Regular, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 0;
  position: relative;
}

.catalog-filter-category.is-active {
  font-family: Google Sans, Muller-Bold, Arial, sans-serif;
  font-weight: 700;
}

.catalog-filter-category__name {
  position: relative;
  z-index: 2;
}

.catalog-filter-category__preview {
  display: none;
}

@media only screen and (min-width: 768px) {
  .catalog-filter-group--categories {
    overflow: visible;
    position: relative;
    z-index: 20;
  }

  .catalog-filter-group--categories .catalog-filter-group__body {
    overflow: visible;
    position: relative;
  }

  .catalog-filter-category {
    width: fit-content;
  }

  .catalog-filter-category:hover,
  .catalog-filter-category:focus {
    color: var(--catalog-orange);
  }

  .catalog-filter-category__preview {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 12px 28px rgba(17, 39, 95, 0.16);
    display: block;
    height: 137px;
    left: var(--catalog-preview-left, -9999px);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: var(--catalog-preview-top, -9999px);
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    width: 220px;
    z-index: 3000;
  }

  .catalog-filter-category:hover .catalog-filter-category__preview,
  .catalog-filter-category:focus .catalog-filter-category__preview {
    opacity: 1;
    transform: translateY(0);
  }

  .catalog-filter-category__preview img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

.catalog-filter-range {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 12px;
}

.catalog-filter-range__input {
  background: #fff;
  border: 1px solid var(--catalog-line);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--catalog-blue);
  font-family: Google Sans, Muller-Regular, Arial, sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 16px;
  outline: 0;
  padding: 0 16px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: 100%;
}

.catalog-filter-range__input::placeholder {
  color: var(--catalog-muted);
  opacity: 1;
}

.catalog-filter-range__input:hover {
  border-color: var(--catalog-orange);
}

.catalog-filter-range__input:focus,
.catalog-filter-range__input:focus-visible {
  border-color: var(--catalog-orange);
  box-shadow: inset 0 0 0 1px var(--catalog-orange);
  outline: 0;
}

.catalog-filter-select-all {
  background: transparent;
  border: 0;
  color: var(--catalog-soft);
  cursor: pointer;
  font-family: Google Sans, Muller-Bold, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 14px;
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

.catalog-filter-check-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.catalog-filter-check {
  align-items: center;
  color: var(--catalog-blue);
  cursor: pointer;
  display: flex;
  flex: 1 1 auto;
  font-family: Google Sans, Muller-Regular, Arial, sans-serif;
  font-size: 16px;
  gap: 8px;
  line-height: 20px;
  min-width: 0;
  padding: 6px 0;
}

.catalog-filter-check span {
  min-width: 0;
}

.catalog-filter-check input {
  appearance: none;
  background: #fff;
  border: 1px solid var(--catalog-line);
  border-radius: 4px;
  box-sizing: border-box;
  height: 16px;
  margin: 0;
  min-width: 16px;
  position: relative;
  width: 16px;
}

.catalog-filter-check input:checked {
  background: #f3712b;
  border-color: #f3712b;
}

.catalog-filter-check input:checked:after {
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -58%) rotate(45deg);
  width: 3px;
}

.catalog-filter-check.is-disabled {
  cursor: default;
  opacity: 0.4;
}

.catalog-filter-check-row.is-unavailable .catalog-filter-only-this {
  display: none !important;
}

.catalog-filter-only-this {
  background: transparent;
  border: 0;
  color: var(--catalog-soft);
  cursor: pointer;
  flex: 0 0 auto;
  font-family: Google Sans, Muller-Bold, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding: 4px 0 4px 8px;
  text-align: right;
}

.catalog-filter-only-this:hover,
.catalog-filter-only-this:focus {
  color: var(--catalog-blue);
}

.catalog-filter-only-this:disabled {
  cursor: default;
  opacity: 0.45;
}

@media only screen and (min-width: 768px) {
  .catalog-filter-only-this {
    opacity: 0;
    pointer-events: none;
    transition: color 0.18s ease, opacity 0.18s ease;
  }

  .catalog-filter-check-row:hover .catalog-filter-only-this,
  .catalog-filter-check-row:focus-within .catalog-filter-only-this {
    opacity: 1;
    pointer-events: auto;
  }
}

.catalog-filter-reset {
  align-items: center;
  background: #e9ecf2;
  border: 0;
  border-radius: 4px;
  color: var(--catalog-blue);
  cursor: pointer;
  display: inline-flex;
  font-family: Google Sans, Muller-Bold, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 14px;
  height: 40px;
  min-height: 40px;
  padding: 0 16px;
  text-transform: uppercase;
}

.catalog-filter-reset.is-hidden {
  display: none;
}

.catalog-filter-reset__icon {
  height: 20px;
  position: relative;
  width: 20px;
}

.catalog-filter-reset__icon:before,
.catalog-filter-reset__icon:after {
  background: var(--catalog-blue);
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 9px;
  width: 12px;
}

.catalog-filter-reset__icon:before {
  transform: rotate(45deg);
}

.catalog-filter-reset__icon:after {
  transform: rotate(-45deg);
}

#page-category .section-2 .block .contents .types > .bottom {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 30%);
  bottom: 48px;
  display: flex;
  justify-content: center;
  padding: 24px 0 0;
  position: sticky;
  z-index: 5;
}

#page-category .section-2 .block .contents .types > .bottom.is-hidden {
  display: none;
}

.catalog-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 420px;
  text-align: center;
}

.catalog-empty__title {
  color: var(--catalog-muted);
  font-family: Google Sans, Muller-Regular, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (min-width: 768px) {
  #page-category .section-2 .block .contents .types > .bottom {
    background: transparent;
    bottom: 48px;
    left: max(0px, calc((100vw - 1232px) / 2));
    padding: 0;
    pointer-events: none;
    position: fixed;
    transform: translateY(calc(-1 * var(--catalog-reset-lift, 0px)));
    width: 410px;
  }

  #page-category .section-2 .block .contents .types > .bottom.is-at-end {
    position: fixed;
  }

  #page-category .section-2 .block .contents .types > .bottom .catalog-filter-reset {
    pointer-events: auto;
  }
}

@media only screen and (max-width: 1279px) {
  #page-category .section-2 .block .filters {
    grid-template-columns: 360px minmax(0, 1fr);
  }

  #page-category .section-2 .block .contents {
    grid-template-columns: 360px minmax(0, 1fr);
  }

  #page-category .section-2 .block .contents .types {
    width: 360px;
    padding: 0;
  }

  #page-category .section-2 .block .contents .types .type-cont {
    padding: 24px 32px 128px;
    width: 360px;
  }

  #page-category .section-2 .block .filters .links {
    padding: 24px 32px;
  }

  #page-category .section-2 .block .contents .types > .bottom {
    left: max(0px, calc((100vw - 1080px) / 2));
    width: 360px;
  }

  #page-category .section-2 .block .contents .types > .bottom.is-at-end {
    left: max(0px, calc((100vw - 1080px) / 2));
    width: 360px;
  }
}

@media only screen and (min-width: 768px) {
  #page-category,
  #page-category .section-2 {
    overflow: visible;
  }

  #page-category .section-2 .block .contents .types {
    align-self: stretch;
    display: block;
    height: 100%;
    max-height: none;
    overflow: visible;
    position: relative;
    top: auto;
  }

  #page-category .section-2 .block .contents .types .type-cont {
    min-height: 0;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    padding-bottom: 128px;
    position: sticky;
    top: var(--catalog-sticky-top);
    scrollbar-width: none;
  }

  #page-category .section-2 .block .contents .types .type-cont::-webkit-scrollbar {
    height: 0;
    width: 0;
  }

  #page-category .section-2 .block .contents .types > .bottom {
    background: transparent;
    bottom: 48px;
    box-sizing: border-box;
    justify-content: center;
    left: max(0px, calc((100vw - 1232px) / 2));
    padding: 0;
    pointer-events: none;
    position: fixed;
    transform: translateY(calc(-1 * var(--catalog-reset-lift, 0px)));
    width: 410px;
  }

  #page-category .section-2 .block .contents .types > .bottom.is-at-end {
    position: fixed;
  }

  #page-category .section-2 .block .contents .types > .bottom .catalog-filter-reset {
    pointer-events: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #page-category .section-2 .block .contents .types > .bottom {
    left: max(0px, calc((100vw - 1080px) / 2));
    width: 360px;
  }

  #page-category .section-2 .block .contents .types > .bottom.is-at-end {
    left: max(0px, calc((100vw - 1080px) / 2));
    width: 360px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #page-category .section-2 {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 767px) {
  #page-category {
    overflow: visible;
    padding-bottom: 152px;
  }

  #page-category .catalog-tag-links {
    gap: 8px;
    padding: 16px 0 0;
  }

  #page-category .catalog-tag-links a {
    font-size: 14px;
    line-height: 16px;
    min-height: 24px;
    padding: 4px 8px;
  }

  #page-category .catalog-tag-links .more-link {
    font-size: 12px;
    line-height: 14px;
    margin-left: 8px;
    min-height: 20px;
    padding: 0;
  }

  #page-category .section-2 {
    overflow: visible;
  }

  #page-category .section-2 .block .filters {
    display: block;
  }

  #page-category .section-2 .block .filters .links {
    border-left: 0;
    gap: 32px;
    padding: 16px 24px;
  }

  #page-category .section-2 .block .filters .links a {
    font-size: 14px;
    line-height: 16px;
  }

  #page-category .section-2 .block .contents {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    display: block;
  }

  #page-category .section-2 .block .contents .list {
    border-left: 0;
  }

  #page-category .section-2 .block .contents .types {
    background: rgba(0, 0, 0, 0.4);
    height: calc(100vh - 56px);
    left: -120vw;
    overflow: auto;
    position: fixed;
    top: 56px;
    transition: left 0.3s ease;
    width: 100%;
    z-index: 1400;
  }

  #page-category .section-2 .block .contents .types .type-header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--catalog-grid-line);
    box-sizing: border-box;
    display: flex !important;
    height: 56px;
    margin: 0;
    padding: 16px 72px 16px 24px;
    position: relative;
    width: 100%;
  }

  #page-category .section-2 .block .contents .types .type-header .type-name {
    color: var(--catalog-blue);
    font-family: Google Sans, Muller-Bold, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
  }

  #page-category .section-2 .block .contents .types .type-header .type-close {
    background: var(--catalog-blue);
    cursor: pointer;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
  }

  #page-category .section-2 .block .contents .types .type-header .type-close:focus-visible,
  #page-category .section-2 .block .contents .list .function .open-filter:focus-visible {
    outline: 2px solid var(--catalog-orange);
    outline-offset: 2px;
  }

  #page-category .section-2 .block .contents .types.active {
    left: 0;
  }

  #page-category .section-2 .block .contents .types .type-cont {
    background: #fff;
    border-left: 1px solid var(--catalog-line);
    border-right: 1px solid var(--catalog-line);
    box-sizing: border-box;
    margin: 0 auto;
    max-height: none;
    min-height: 100%;
    overflow: visible;
    padding: 16px 24px 32px;
    position: static;
    width: 100%;
  }

  #page-category .section-2 .block .contents .list .function {
    align-items: center;
    background: #fff;
    border-top: 1px solid #f3f4f7;
    display: grid;
    gap: 8px;
    grid-template-columns: 40px 40px minmax(0, 1fr);
    padding: 9px 24px;
    position: sticky;
    top: 56px;
    z-index: 1000;
  }

  #page-category .section-2 .block .contents .list .function.is-stuck {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }

  #page-category .section-2 .block .contents .list .function .sort {
    min-width: 0;
    order: 1;
    position: relative;
    z-index: 1001;
  }

  #page-category .section-2 .block .contents .list .function .sort.active {
    z-index: 1100;
  }

  #page-category .section-2 .block .contents .list .function .sort .name {
    box-sizing: border-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    height: 40px;
    justify-content: center;
    min-height: 40px;
    padding: 0;
    width: 40px;
  }

  #page-category .section-2 .block .contents .list .function .sort .name > span,
  #page-category .section-2 .block .contents .list .function .sort .name > svg {
    display: none;
  }

  #page-category .section-2 .block .contents .list .function .sort .name .icon {
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
  }

  #page-category .section-2 .block .contents .list .function .sort .name .icon svg {
    fill: var(--catalog-blue);
    transform: translateY(4px);
  }

  #page-category .section-2 .block .contents .list .function .sort .labels {
    left: 0;
    position: absolute;
    top: calc(100% + 8px);
    width: 180px;
    z-index: 1200;
  }

  #page-category .section-2 .block .contents .list .function .open-filter {
    align-items: center;
    background: #fff;
    border: 1px solid #f3f4f7;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: flex !important;
    height: 40px;
    justify-content: center;
    order: 2;
    width: 40px;
  }

  #page-category .section-2 .block .contents .list .function .open-filter svg {
    fill: var(--catalog-blue);
    height: 24px;
    position: static;
    transform: none;
    width: 24px;
  }

  #page-category .mobile-category-select {
    align-items: center;
    background: #fff;
    border: 1px solid var(--catalog-line);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    color: var(--catalog-blue);
    display: flex !important;
    font-family: Google Sans, Muller-Regular, Arial, sans-serif;
    font-size: 16px;
    gap: 8px;
    height: 40px;
    justify-content: space-between;
    line-height: 16px;
    min-width: 0;
    order: 3;
    overflow: hidden;
    padding: 0 16px;
    width: 100%;
  }

  #page-category .section-2 .block .contents .list .function.category-open .mobile-category-select {
    border-color: #f3712b;
  }

  #page-category .mobile-category-select span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #page-category .mobile-category-select svg {
    fill: var(--catalog-blue);
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
  }

  #page-category .mobile-category-panel {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    display: none;
    grid-column: 1 / -1;
    margin: 0 -24px -9px;
    order: 4;
    padding: 16px 24px 32px;
  }

  #page-category .section-2 .block .contents .list .function.category-open .mobile-category-panel {
    display: block;
  }

  #page-category .mobile-category-panel__title {
    color: var(--catalog-blue);
    font-family: Google Sans, Muller-Bold, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 16px 0;
  }

  #page-category .mobile-category-panel__list {
    display: flex;
    flex-direction: column;
  }

  #page-category .mobile-category-panel__item {
    color: var(--catalog-blue);
    display: flex;
    font-family: Google Sans, Muller-Regular, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
  }

  #page-category .mobile-category-panel__item.is-active {
    background: #e5e7ed;
  }

  #page-category .content-catalog .items.sc-items {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 24px;
  }

  #page-category .content-catalog .items.sc-items .item .content {
    padding: 16px 16px 20px;
  }

  #page-category .content-catalog .items.sc-items .item .buttons {
    gap: 8px;
  }

  #page-category .content-catalog .items.sc-items .item .buttons .btn-cp {
    font-size: 11px;
    padding: 0 8px;
  }

  #page-category .section-2 .block .contents .types > .bottom {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 30%);
    bottom: 0;
    left: auto;
    padding: 32px 0 0;
    position: sticky;
    width: auto;
  }

  .catalog-filter-range {
    grid-template-columns: 1fr 1fr;
  }
}
