

/* Start:/local/templates/zerapy/components/bitrix/catalog/catalog/style.css?17799509299364*/
.catalog {
  margin-top: 70px;
  margin-bottom: 105px;

  & .catalog__breadcrumb {
    margin-bottom: 20px;
  }

  & .catalog__banner {
    margin-top: 30px;
    margin-bottom: 100px;
  }

  & .catalog__section-title {
    margin: 40px 0 40px 0;

    color: #626374;
  }

  & .catalog__categories {
    margin-top: 100px;
    margin-bottom: 40px;
    overflow: visible;
  }

  & .catalog__body {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 60px;
  }

  & .catalog__search {
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
    justify-content: flex-end;
  }

  & .catalog__list {
    flex-grow: 1;
  }
}

.catalog__topbar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.catalog__filters {
  flex: 1 1 auto;
  min-width: 0;
}

.catalog-search {
  display: inline-flex;
  max-width: 100%;
  padding-left: 10px;
  align-items: center;
  gap: 2px;
  border-radius: 3px;
  border: 1px solid #E6E7ED;
  background: #ffffff;

  & input {
    min-width: 260px;
    max-width: 100%;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    field-sizing: content;
  }

  & input:focus,
  & input:focus-visible,
  & input:active {
    border: none;
    outline: none;
    box-shadow: none;
  }

  & button {
    display: inline-flex;
    height: 100%;
    width: auto;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: none;
    border-left: 1px solid #E6E7ED;
    background: none;
    aspect-ratio: 1/1;
  }
}

.catalog-search button svg {
  display: block;
  padding: 3px;
  width: 20px;
  height: auto;
  max-height: 20px;
}

.catalog-tags {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.catalog__filter-toggle {
  display: none;
  box-sizing: border-box;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px 11px;
  border: none;
  border-radius: 100px;
  background: #f4f4f6;
  color: #626374;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.catalog__filter-toggle-icon {
  display: block;
  flex-shrink: 0;
}

.catalog__filter-backdrop {
  display: none;
}

.catalog__filter-drawer-head {
  display: none;
}

body.catalog--filter-drawer-open {
  overflow: hidden;
}

@media (max-width: 959px) {
  .catalog .catalog__search {
    width: 100%;
    max-width: 100%;
    justify-content: stretch;
  }

  .catalog__topbar {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .catalog__filter-toggle {
    display: flex;
  }

  .catalog__filters {
    position: static;
    flex: 0 0 auto;
    min-width: 0;
  }

  .catalog__filters--open {
    position: relative;
    z-index: 10200;
  }

  .catalog__filter-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10140;
    box-sizing: border-box;
    background: rgba(17, 18, 29, 0.42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.26s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.26s;
  }

  .catalog__filters--open .catalog__filter-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
      opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .catalog__filter-drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10150;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    background: #fff;
    box-shadow: 8px 0 40px rgba(0, 0, 0, 0.1);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.32s;
  }

  .catalog__filters--open .catalog__filter-drawer {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    transition:
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .catalog__filter-drawer-head {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid #e6e7ed;
  }

  .catalog__filter-drawer-title {
    margin: 0;
    font-family: "Cera Pro", "Cera CY", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #626374;
  }

  .catalog__filter-drawer-close {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #626374;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .catalog__filter-drawer-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 28px 20px 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .catalog__filter-drawer-body .smartfilter {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
  }

  .catalog-search {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    height: 40px;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid #d4d5e1;
    background: #ffffff;
  }

  .catalog-search input {
    flex: 1 1 auto;
    min-width: 0;
    font-family: "Cera Pro", "Cera CY", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #626374;
  }

  .catalog-search input::placeholder {
    color: #878bab;
  }

  .catalog-search button {
    display: flex;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: none;
    color: #626374;
    aspect-ratio: auto;
  }

  @media (prefers-reduced-motion: reduce) {
    .catalog__filter-backdrop,
    .catalog__filter-drawer,
    .catalog__filters--open .catalog__filter-backdrop,
    .catalog__filters--open .catalog__filter-drawer {
      transition: none;
    }
  }
}

@media (min-width: 960px) {
  .catalog__filter-backdrop {
    display: none !important;
  }

  .catalog__filter-drawer {
    display: contents;
  }

  .catalog__filter-drawer-head {
    display: none !important;
  }

  .catalog__filter-drawer-body {
    display: block;
    min-height: 0;
    overflow: visible;
    padding: 0;
  }
}

/* Плашка применения фильтров (Figma 752:8808) */
.catalog-filter-hud {
	position: fixed;
	z-index: 11000;
	left: max(16px, env(safe-area-inset-left));
	right: auto;
	bottom: max(16px, env(safe-area-inset-bottom));
	max-width: min(360px, calc(100vw - 32px));
	pointer-events: none;
}

.catalog-filter-hud:not([hidden]) {
	pointer-events: auto;
}

body.catalog--filter-drawer-open .catalog-filter-hud,
body.header-menu--open .catalog-filter-hud,
body.catalog-section-dd-body-lock .catalog-filter-hud {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.catalog-filter-hud__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	padding: 20px;
	border-radius: 0;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(98, 99, 116, 0.3);
}

.catalog-filter-hud__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
	width: 100%;
}

.catalog-filter-hud__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 8px 5px 10px;
	border-radius: 100px;
	border: 1px solid #f4f4f6;
	background: #ffffff;
	box-sizing: border-box;
}

.catalog-filter-hud__chip--placeholder {
	padding: 5px 10px;
}

.catalog-filter-hud__chip-remove {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	color: #626374;
	line-height: 0;
	border-radius: 4px;
}

.catalog-filter-hud__chip-remove:hover {
	color: #4a4b58;
}

.catalog-filter-hud__chip-remove:focus-visible {
	outline: 2px solid #878bab;
	outline-offset: 2px;
}

.catalog-filter-hud__chip-remove-icon {
	display: block;
}

@media (hover: hover) {
	.catalog-filter-hud__chip-remove:active {
		opacity: 0.75;
	}
}

.catalog-filter-hud__chip-text {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	color: #626374;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.catalog-filter-hud__clear {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font: inherit;
	cursor: pointer;
	color: #626374;
	text-align: left;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 3px;
}

@media (max-width: 599px) {
	.catalog-filter-hud {
		left: max(16px, env(safe-area-inset-left));
		right: auto;
		max-width: min(360px, calc(100vw - 32px));
		width: auto;
	}

	.catalog-filter-hud__chip-text {
		max-width: none;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.catalog-filter-hud__inner {
		transition: none;
	}
}
/* End */


/* Start:/local/templates/zerapy/components/bitrix/breadcrumb/breadcrumb/style.css?1779950929306*/
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 8px 10px;

	& .breadcrumb__item {
		color: #ACAEB8;
	}

	& .breadcrumb__link {
		text-decoration: none;
		color: #5A5B6C;

		transition: color .2s ease-out;

		@media (hover: hover) {
			&:hover {
				color: #ACAEB8;
			}
		}
	}
}
/* End */


/* Start:/local/templates/zerapy/components/bitrix/news.detail/banner_catalog_section/style.css?17820982102010*/
.banner-catalog-section {
  position: relative;

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 10px;
  overflow: hidden;

  &>img {
    position: absolute;
    inset: 0;
    z-index: -1;

    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  & .banner-catalog-section__container {
    display: flex;
    padding: 42px;
    flex-direction: column;
    justify-content: center;
    flex-basis: 540px;
    flex-grow: 0;
    max-width: 100%;
  }

  & .banner-catalog-section__header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    gap: 24px;
  }

  & .banner-catalog-section__discount {
    display: inline-flex;
    padding: 4px 4px;
    border-radius: 5px;
    background: #1C3C6F;

    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    text-transform: uppercase;
    color: #F9FAFA;
  }

  & .banner-catalog-section__title {
    display: flex;
    align-items: center;
    gap: 12px 26px;

    & .title {
      text-transform: uppercase;
      font-weight: 700;
      color: #626374;
    }
  }

  & .banner-catalog-section__subtitle {
    display: inline-flex;
    padding: 4px 8px 4px 8px;
    align-self: flex-start;
    border-radius: 2px;
    background: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.64px;
    color: #1C3C6F;
  }

  & .banner-catalog-section__body {
    margin-top: 20px;
    color: #626374;
  }

  & .banner-catalog-section__footer {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 7px 14px;
  }

  @media (max-width: 768px) {
    & .banner-catalog-section__title {
      display: flex;
      flex-direction: column;
      align-items: baseline;
      gap: 12px 26px;
      overflow-wrap: break-word;
    }

    & .banner-catalog-section__container {
      padding: 20px;
    }
  }
}
/* End */


/* Start:/local/templates/zerapy/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?177995092913596*/
.catalog-sections {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
}

.catalog-section-dd {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	overflow: visible;
	z-index: 1;
}

.catalog-section-dd--open {
	z-index: 210;
}

.catalog-section-dd__trigger {
	margin: 0;
	appearance: none;
	cursor: pointer;
	text-align: left;
	font-family: inherit;
}

.catalog-section-dd__panel {
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	z-index: 200;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-width: 0;
	max-width: min(100vw - 32px, 680px);
	padding: 0;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 0 10px 0 rgba(98, 99, 116, 0.3);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(-50%, -8px, 0);
	transition:
		opacity 0.26s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0s linear 0.32s;
	overflow: visible;
}

.catalog-section-dd--open .catalog-section-dd__panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate3d(-50%, 0, 0);
	transition:
		opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0s linear 0s;
}

/* Мост через зазор между кнопкой и панелью — hover не срывается при движении курсора к окну */
.catalog-section-dd__panel::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 20px;
}

@media (prefers-reduced-motion: reduce) {

	.catalog-section-dd__panel,
	.catalog-section-dd--open .catalog-section-dd__panel {
		transition: none;
	}
}

.catalog-section-dd__arrow {
	position: absolute;
	top: -6px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	background: #FFF;
	box-shadow: -2px -2px 4px rgba(98, 99, 116, 0.12);
	transform: rotate(45deg);
	z-index: 2;
}

.catalog-section-dd__body {
	box-sizing: border-box;
}

.catalog-section-dd__body--desktop {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	border-radius: 8px;
	overflow: hidden;
}

.catalog-section-dd__body--mobile {
	display: none;
}

.catalog-section-dd__body--desktop:not(.catalog-section-dd__body--sub-visible) .catalog-section-dd__col--main {
	min-width: 320px;
	max-width: min(100vw - 32px, 420px);
}

.catalog-section-dd--nested .catalog-section-dd__body--desktop:not(.catalog-section-dd__body--sub-visible) .catalog-section-dd__col--main {
	min-width: 340px;
}

.catalog-section-dd__col--main {
	position: relative;
	flex: 0 0 auto;
	padding: 20px;
	background: #FFF;
	overflow: visible;
}

.catalog-section-dd__body--desktop.catalog-section-dd__body--sub-visible .catalog-section-dd__col--main {
	flex: 0 0 auto;
	min-width: 240px;
	width: max-content;
	max-width: min(100vw - 32px, 340px);
}

.catalog-section-dd__col--sub {
	flex: 0 0 auto;
	min-width: 200px;
	width: max-content;
	max-width: min(100vw - 32px, 300px);
	padding: 20px;
	background: #F4F4F6;
}

.catalog-section-dd__body--desktop:not(.catalog-section-dd__body--sub-visible) .catalog-section-dd__col--sub {
	display: none;
}

.catalog-section-dd__nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.catalog-section-dd__nav-item--has-children .catalog-section-dd__nav-arrow {
	display: flex;
	visibility: visible;
	opacity: 1;
}

.catalog-section-dd__nav-item--has-children .catalog-section-dd__nav-arrow-icon--right {
	display: block !important;
}

.catalog-section-dd__nav-item--has-children.catalog-section-dd__nav-item--active .catalog-section-dd__nav-arrow-icon--right,
.catalog-section-dd__nav-item--has-children.catalog-section-dd__nav-item--hover .catalog-section-dd__nav-arrow-icon--right {
	display: none !important;
}

.catalog-section-dd__nav-item--has-children.catalog-section-dd__nav-item--active .catalog-section-dd__nav-arrow-icon--left,
.catalog-section-dd__nav-item--has-children.catalog-section-dd__nav-item--hover .catalog-section-dd__nav-arrow-icon--left {
	display: block !important;
}

.catalog-section-dd__nav-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.catalog-section-dd__nav-link {
	flex: 1 1 auto;
	min-width: 0;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #626374;
	text-decoration: none;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
	transition: opacity .2s ease-out;
}

.catalog-section-dd__nav-link--current,
.catalog-section-dd__nav-item--current .catalog-section-dd__nav-link {
	font-weight: 600;
}

.catalog-section-dd__nav-arrow {
	display: flex;
	flex: 0 0 10px;
	flex-shrink: 0;
	align-items: flex-start;
	justify-content: center;
	width: 10px;
	height: 18px;
	padding-top: 0;
	line-height: 0;
}

.catalog-section-dd__nav-arrow-icon {
	display: block;
}

.catalog-section-dd__nav-arrow-icon--left {
	display: none;
}

.catalog-section-dd__subpanel {
	display: none;
}

.catalog-section-dd__subpanel.is-active {
	display: block;
}

.catalog-section-dd__mobile-view {
	display: none;
	flex-direction: column;
	gap: 48px;
}

.catalog-section-dd__mobile-view.is-active {
	display: flex;
}

.catalog-section-dd__mobile-drill {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: #626374;
	font: inherit;
	text-align: left;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.catalog-section-dd__mobile-drill-text {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: #626374;
}

.catalog-section-dd__mobile-drill-arrow {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

@media (hover: hover) {
	.catalog-section-dd__nav-link:hover {
		opacity: 0.75;
	}
}

.catalog-section-dd__panel-head {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}

.catalog-section-dd__panel-head-back {
	display: none;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: inherit;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.catalog-section-dd__panel-head-back-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.catalog-section-dd__panel-head-back-icon {
	display: block;
}

.catalog-section-dd__panel-head-thumb {
	display: none;
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
}

.catalog-section-dd__panel-head-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-section-dd__panel-head-thumb--empty {
	visibility: hidden;
	pointer-events: none;
}

.catalog-section-dd__panel-head-title {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #626374;
}

.catalog-section-dd__backdrop {
	display: none;
}

.catalog-section-dd__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.catalog-section-dd__item {
	margin: 0;
	padding: 0;
}

.catalog-section-dd__link {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #626374;
	text-decoration: none;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
	transition: opacity .2s ease-out;
}

.catalog-section-dd__link--current {
	font-weight: 600;
}

@media (hover: hover) {
	.catalog-section-dd__link:hover {
		opacity: 0.75;
	}
}

.catalog-section-item__chevron-icon {
	display: block;
	transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.catalog-section-dd--open .catalog-section-item__chevron-icon {
	transform: rotate(180deg);
}

.catalog-section-item {
	display: inline-flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 20px 10px 10px;
	border: 1px solid #D4D5E1;
	border-radius: 99px;
	background: #FFF;
	color: #626374;
	text-decoration: none;
	transition: border-color .2s ease-out, background-color .2s ease-out, color .2s ease-out, opacity .2s ease-out;

	& .catalog-section-item__header {
		display: flex;
		width: 36px;
		height: 36px;
		align-items: center;
		justify-content: center;
		flex: 0 0 36px;
		border-radius: 50%;
		overflow: hidden;

		& img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}

	& .catalog-section-item__text {
		color: inherit;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.2;
		white-space: nowrap;
	}

	& .catalog-section-item__chevron {
		display: flex;
		flex: 0 0 auto;
		align-items: center;
		justify-content: center;
		line-height: 0;
	}

	&.catalog-section-item--chevron {
		padding: 10px;
	}

	/* Текстовая «таблетка» без иконки — Figma 753:4831 (px 20 / py 10, по центру) */
	&.catalog-section-item--no-thumb {
		box-sizing: border-box;
		min-height: 56px;
		padding: 10px 20px;
		justify-content: center;
	}

	&.catalog-section-item--no-thumb.catalog-section-item--chevron {
		padding: 10px 20px;
	}

	&.catalog-section-item--active {
		border-color: #D4D5E1;
		background: #D4D5E1;
	}

	@media (hover: hover) {
		&:hover {
			opacity: .85;
		}
	}
}

body.catalog-section-dd-body-lock {
	overflow: hidden;
}

@media (max-width: 960px) {
	.catalog-section-dd--open:not([data-dd-user-open]) .catalog-section-dd__backdrop {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.catalog-section-dd--open:not([data-dd-user-open]) .catalog-section-dd__panel {
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
		pointer-events: none;
	}

	.catalog-section-dd--open {
		z-index: 10050;
	}

	.catalog-section-dd__backdrop {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 1;
		box-sizing: border-box;
		background: rgba(17, 18, 29, 0.42);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition:
			opacity 0.26s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0s linear 0.26s;
	}

	.catalog-section-dd--open .catalog-section-dd__backdrop {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition:
			opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0s linear 0s;
	}

	.catalog-section-dd__panel {
		position: fixed;
		top: 0;
		right: auto;
		bottom: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		max-width: 500px;
		min-width: 0;
		max-height: none;
		box-sizing: border-box;
		padding: 0;
		border-radius: 0;
		box-shadow: 8px 0 40px rgba(0, 0, 0, 0.1);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		opacity: 1;
		transform: translate3d(-100%, 0, 0);
		transition:
			transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0s linear 0.32s;
	}

	.catalog-section-dd__body--desktop {
		display: none;
	}

	.catalog-section-dd__body--mobile {
		display: block;
		padding-top: max(12px, env(safe-area-inset-top, 0px));
		padding-right: max(10px, env(safe-area-inset-right, 0px));
		padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
		padding-left: max(10px, env(safe-area-inset-left, 0px));
	}

	.catalog-section-dd--open .catalog-section-dd__panel {
		transform: translate3d(0, 0, 0);
		transition:
			transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0s linear 0s;
	}

	.catalog-section-dd__panel::before {
		display: none;
	}

	.catalog-section-dd__arrow {
		display: none;
	}

	.catalog-section-dd__panel-head-back {
		display: flex;
	}

	.catalog-section-dd__panel-head-thumb {
		display: flex;
	}

	.catalog-section-dd__panel-head-title {
		font-family: "Cera Pro", "Cera CY", sans-serif;
		font-weight: 400;
		line-height: 1.2;
		color: #bcbed0;
		text-align: center;
	}

	.catalog-section-dd__list {
		gap: 25px;
	}

	.catalog-section-dd__link {
		display: block;
		font-family: "Cera Pro", "Cera CY", sans-serif;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.2;
		color: #626374;
	}

	.catalog-section-dd__mobile-drill-text {
		font-family: "Cera Pro", "Cera CY", sans-serif;
	}

	@media (prefers-reduced-motion: reduce) {

		.catalog-section-dd__backdrop,
		.catalog-section-dd__panel,
		.catalog-section-dd--open .catalog-section-dd__backdrop,
		.catalog-section-dd--open .catalog-section-dd__panel {
			transition: none;
		}
	}
}

@media (max-width: 460px) {
	.catalog-sections {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.catalog-section-dd {
		display: flex;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.catalog-section-dd__trigger.catalog-section-item,
	a.catalog-section-item {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		justify-content: flex-start;
	}

	.catalog-section-item .catalog-section-item__text {
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
		min-width: 0;
		flex: 1 1 auto;
		text-align: left;
		hyphens: auto;
	}

	.catalog-section-dd__panel-head-title {
		overflow-wrap: break-word;
		word-break: break-word;
	}

	.catalog-section-dd__link {
		display: block;
		max-width: 100%;
		overflow-wrap: break-word;
		word-break: break-word;
		vertical-align: top;
	}
}
/* End */


/* Start:/local/templates/zerapy/components/bitrix/catalog.smart.filter/catalog_smart_filter/style.css?177995092910927*/
.smartfilter {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.smartfilter--pills {
	gap: 0;
}

.smartfilter__pills {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.smartfilter__pill {
	position: relative;
}

.smartfilter__pill-summary {
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 11px;
	border-radius: 100px;
	background: #F4F4F6;
	cursor: pointer;
	user-select: none;
}

.smartfilter__pill-summary::-webkit-details-marker {
	display: none;
}

.smartfilter__pill-title {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	color: #626374;
	white-space: nowrap;
}

.smartfilter__pill-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #626374;
}

.smartfilter__pill-arrow-inner {
	display: block;
	width: 8px;
	height: 5px;
	background: currentColor;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	opacity: 0.9;
}

.smartfilter__pill[open] .smartfilter__pill-arrow-inner {
	transform: rotate(180deg);
}

.smartfilter__pill-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 50;
	min-width: 240px;
	max-width: 320px;
	padding: 12px;
	border: 1px solid #D4D5E1;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.smartfilter__pill-panel .bx-filter-parameters-box-container {
	gap: 8px;
}

.bx-filter-button-box {
	display: none;
}

.bx-filter-parameters-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bx-filter-parameters-box-title {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #5A5B6C;
}

.bx-filter-parameters-box-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.bx-filter-param-label {
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 30px;
	background: #ffffff;
}

.bx-filter-range {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.bx-filter-range-inputs {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 4px;

	& input {
		display: inline-flex;
		padding: 0 6px;
		flex-grow: 1;
		border: 1px solid #DDD;
		background: #F8F8F8;
		field-sizing: content;
	}

	& span {
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: 22px;
	}
}

/* Мобильный drawer каталога: макет Figma (node 753:11371) */
@media (max-width: 959px) {
	.catalog__filter-drawer-body .smartfilter__pills {
		flex: 1 1 auto;
		min-height: 0;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 0;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.catalog__filter-drawer-body .smartfilter__pill {
		width: 100%;
		border-bottom: 1px solid #e7e8ee;
	}

	.catalog__filter-drawer-body .smartfilter__pill:last-of-type {
		border-bottom: none;
	}

	.catalog__filter-drawer-body .smartfilter__pill-summary {
		display: flex;
		width: 100%;
		box-sizing: border-box;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 16px 0;
		border-radius: 0;
		background: transparent;
	}

	.catalog__filter-drawer-body .smartfilter__pill-title {
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
		color: #626374;
		white-space: normal;
	}

	.catalog__filter-drawer-body .smartfilter__pill-arrow {
		width: 24px;
		height: 24px;
		color: #878bab;
	}

	.catalog__filter-drawer-body .smartfilter__pill-arrow-inner {
		width: 7px;
		height: 7px;
		background: transparent;
		opacity: 1;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		clip-path: none;
		transform: rotate(45deg);
		margin-top: -3px;
	}

	.catalog__filter-drawer-body .smartfilter__pill[open] .smartfilter__pill-arrow-inner {
		transform: rotate(-135deg);
		margin-top: 3px;
	}

	.catalog__filter-drawer-body .smartfilter__pill-panel {
		position: static;
		top: auto;
		left: auto;
		z-index: auto;
		min-width: 0;
		max-width: none;
		width: 100%;
		margin: 0;
		padding: 0 0 18px;
		border: none;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.catalog__filter-drawer-body .smartfilter__pill-panel .bx-filter-parameters-box-container {
		gap: 0;
	}

	.catalog__filter-drawer-body .bx-filter-parameters-box-container {
		width: 100%;
		align-items: stretch;
		gap: 0;
	}

	.catalog__filter-drawer-body .bx-filter-parameters-box-title {
		font-size: 14px;
		font-weight: 600;
		line-height: 18px;
		color: #626374;
		margin-bottom: 8px;
	}

	.catalog__filter-drawer-body .bx-filter-param-label {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 10px 0;
		border-radius: 0;
		background: transparent;
		cursor: pointer;
	}

	.catalog__filter-drawer-body .bx-filter-param-label.disabled {
		opacity: 0.45;
		pointer-events: none;
	}

	.catalog__filter-drawer-body .bx-filter-param-text {
		font-family: "Cera Pro", "Cera CY", sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		color: #626374;
	}

	.catalog__filter-drawer-body .bx-filter-param-label input[type="checkbox"].checkbox {
		flex: 0 0 auto;
		margin: 0;
	}

	.catalog__filter-drawer-body .bx-filter-param-label input[type="radio"] {
		appearance: none;
		-webkit-appearance: none;
		flex: 0 0 16px;
		width: 16px;
		height: 16px;
		margin: 1px 0 0;
		padding: 0;
		border: 1px solid #878bab;
		border-radius: 50%;
		background: #fff;
		cursor: pointer;
	}

	.catalog__filter-drawer-body .bx-filter-param-label input[type="radio"]:checked {
		border-color: #878bab;
		background: radial-gradient(circle, #878bab 0 42%, #fff 44% 100%);
	}

	.catalog__filter-drawer-body .radio {
		width: 100%;
	}

	.catalog__filter-drawer-body .bx-filter-range {
		gap: 14px;
	}

	.catalog__filter-drawer-body .bx-filter-range-inputs {
		align-items: center;
		gap: 10px;
	}

	.catalog__filter-drawer-body .bx-filter-range-inputs input[type="text"] {
		flex: 1 1 0;
		min-width: 0;
		height: 40px;
		padding: 0 12px;
		border: none;
		border-radius: 4px;
		background: #f4f4f6;
		font-family: "Cera Pro", "Cera CY", sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		color: #626374;
	}

	.catalog__filter-drawer-body .bx-filter-range-inputs input[type="text"]::placeholder {
		color: #878bab;
	}

	.catalog__filter-drawer-body .bx-filter-range-inputs span {
		flex: 0 0 auto;
		color: #878bab;
		font-size: 14px;
		line-height: 18px;
	}

	.catalog__filter-drawer-body #price-slider {
		margin: 8px 4px 16px;
		border: none;
		border-radius: 4px;
		box-shadow: none;
		background: transparent;
	}

	.catalog__filter-drawer-body #price-slider.noUi-target {
		background: #e7e8ee;
		border-radius: 4px;
		box-shadow: none;
		border: none;
		height: 4px;
	}

	.catalog__filter-drawer-body #price-slider .noUi-connect {
		background: #878bab;
	}

	.catalog__filter-drawer-body #price-slider .noUi-connects {
		border-radius: 4px;
	}

	.catalog__filter-drawer-body #price-slider .noUi-handle {
		width: 16px;
		height: 16px;
		right: -8px;
		top: -6px;
		border-radius: 50%;
		border: 2px solid #fff;
		background: #626374;
		box-shadow: 0 1px 4px rgba(17, 18, 29, 0.15);
		cursor: grab;
	}

	.catalog__filter-drawer-body #price-slider .noUi-handle:before,
	.catalog__filter-drawer-body #price-slider .noUi-handle:after {
		display: none;
	}

	.catalog__filter-drawer-body .bx-filter-select-container {
		width: 100%;
	}

	.catalog__filter-drawer-body .bx-filter-select-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		min-height: 44px;
		padding: 10px 12px;
		border: 1px solid #e7e8ee;
		border-radius: 4px;
		background: #f4f4f6;
	}

	.catalog__filter-drawer-body .bx-filter-select-text {
		font-size: 14px;
		line-height: 18px;
		color: #626374;
	}

	.catalog__filter-drawer-body .bx-filter-select-arrow {
		flex-shrink: 0;
		width: 8px;
		height: 8px;
		margin: 0;
		border-right: 2px solid #878bab;
		border-bottom: 2px solid #878bab;
		transform: rotate(45deg);
	}

	.catalog__filter-drawer-body .bx-filter-parameters-box-container-block {
		flex: 1 1 0;
		min-width: 0;
	}

	.catalog__filter-drawer-body .bx-filter-input-container input.min-price,
	.catalog__filter-drawer-body .bx-filter-input-container input.max-price {
		width: 100%;
		box-sizing: border-box;
		height: 40px;
		padding: 0 12px;
		border: none;
		border-radius: 4px;
		background: #f4f4f6;
		font-size: 14px;
		line-height: 18px;
		color: #626374;
	}

	.catalog__filter-drawer-body .bx-ft-sub {
		display: block;
		margin-bottom: 6px;
		font-size: 12px;
		line-height: 16px;
		color: #878bab;
		font-style: normal;
	}

	.catalog__filter-drawer-body .bx-filter-block .bx-filter-parameters-box-container:has(> .bx-filter-parameters-box-container-block) {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-end;
		gap: 12px;
	}

	.catalog__filter-drawer-body .bx-filter-calendar-container .calendar,
	.catalog__filter-drawer-body .bx-filter-calendar-container input[type="text"] {
		width: 100%;
		box-sizing: border-box;
		height: 40px;
		padding: 0 12px;
		border: none;
		border-radius: 4px;
		background: #f4f4f6;
		font-family: "Cera Pro", "Cera CY", sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: #626374;
	}

	.catalog__filter-drawer-body .bx-filter-param-label input[type="radio"]:focus-visible {
		outline: 2px solid #626374;
		outline-offset: 2px;
	}

	.catalog__filter-drawer-body .bx-filter-select-popup {
		z-index: 80;
		border-radius: 8px;
		border: 1px solid #e7e8ee;
		box-shadow: 0 12px 30px rgba(17, 18, 29, 0.12);
	}

	.catalog__filter-drawer-body .bx-filter-button-box.smartfilter__footer {
		display: block;
		flex-shrink: 0;
		margin-top: auto;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
		padding: 16px 20px max(20px, env(safe-area-inset-bottom, 0px));
		border-top: 1px solid #e7e8ee;
		background: #fff;
	}

	.catalog__filter-drawer-body .smartfilter__footer .bx-filter-parameters-box-container {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}

	.catalog__filter-drawer-body .smartfilter__footer-btn {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 14px 20px;
		border-radius: 4px;
		font-family: "Cera Pro", "Cera CY", sans-serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 18px;
		text-align: center;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}

	.catalog__filter-drawer-body .smartfilter__footer-btn--primary {
		border: none;
		background: #626374;
		color: #fff;
	}

	.catalog__filter-drawer-body .smartfilter__footer-btn--secondary {
		border: 1px solid #878bab;
		background: #fff;
		color: #626374;
	}

	.catalog__filter-drawer-body .bx-filter-param-btn-inline,
	.catalog__filter-drawer-body .bx-filter-param-btn-block {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
}
/* End */


/* Start:/local/templates/zerapy/components/bitrix/system.pagenavigation/catalog-ajax/style.css?1779950929619*/
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;

	& .pagination__btn {
		display: inline-flex;
		width: 35px;
		height: 35px;
		justify-content: center;
		align-items: center;
		border: 1px solid transparent;
		border-radius: 100px;

		text-decoration: none;
		color: #5A5B6C;

		opacity: 0.4;

		transition: border-color .2s ease-out, opacity .2s ease-out;

		@media (hover: hover) {
			&:hover {
				border-color: #868BAB;

				opacity: 1;
			}
		}

		&.pagination__btn--active {
			border-color: #868BAB;

			opacity: 1;
		}
	}

	& a.pagination__btn {
		cursor: pointer;
	}
}
/* End */


/* Start:/local/templates/zerapy/components/bitrix/catalog/catalog/bitrix/catalog.section/.default/style.css?17799509291245*/
.catalog-section {
	display: flex;
	flex-direction: column;
	gap: 40px;

	& .catalog-section__group {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
		gap: 90px 20px;
	}

	& .catalog-section__pagination {}

	& .catalog-section__link {
		display: flex;
		justify-content: center;
	}
}

.catalog-section-gift {
	border-radius: 10px;
	background: #BC7BA4;

	& .catalog-section-gift__header {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;

		& img {
			height: 100%;
			width: auto;
			object-fit: contain;
			object-position: center;
		}
	}

	& .catalog-section-gift__body {
		padding: 8px 16px 16px 16px;
	}

	& .catalog-section-gift__title {
		margin-bottom: 8px;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
	}

	& .catalog-section-gift__text {
		color: #ffffff;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: 22px;
		letter-spacing: 0.32px;
		text-align: center;
	}

	& .catalog-section-gift__link {
		padding-top: 32px;
		margin-top: auto;
		color: #ffffff;
		text-transform: uppercase;
		text-align: center;

		&[type="button"] {
			display: block;
			width: 100%;
			border: none;
			background: none;
			font: inherit;
			cursor: pointer;
		}
	}
}
/* End */
/* /local/templates/zerapy/components/bitrix/catalog/catalog/style.css?17799509299364 */
/* /local/templates/zerapy/components/bitrix/breadcrumb/breadcrumb/style.css?1779950929306 */
/* /local/templates/zerapy/components/bitrix/news.detail/banner_catalog_section/style.css?17820982102010 */
/* /local/templates/zerapy/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?177995092913596 */
/* /local/templates/zerapy/components/bitrix/catalog.smart.filter/catalog_smart_filter/style.css?177995092910927 */
/* /local/templates/zerapy/components/bitrix/system.pagenavigation/catalog-ajax/style.css?1779950929619 */
/* /local/templates/zerapy/components/bitrix/catalog/catalog/bitrix/catalog.section/.default/style.css?17799509291245 */
