@charset "UTF-8";
/* line 1, theme.scss */
:root {
  --color-bg: #ffffff;
  --color-bg-alt: #f7f7f7;
  --color-bg-light: #f7f7f7;
  --color-text-main: #333333;
  --color-text-secondary: #535353;
  --color-text-muted: #a2a2a2;
  --color-accent-yellow: #ffe366;
  --color-accent-yellow-soft: #ffea8b;
  --color-accent-purple: #ba93df;
  --color-accent-red: #ff5656;
  --color-border: #3c3c3c;
  --color-border-light: #F5F5F8;
  --color-button-hover: #FFEA8B;
  --color-link-hover: #9747FF;
  --font-family-base: "PT Root UI", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-xs: 4px;
  --radius-s: 8px;
  --radius-m: 10px;
  --radius-l: 16px;
  --radius-xl: 20px;
  --radius-full: 100px;
  --container-width: 1920px;
  --layout-width: 1134px;
  --layout-padding-x: 393px;
  --gap-xxs: 4px;
  --gap-xs: 6px;
  --gap-s: 8px;
  --gap-m: 10px;
  --gap-l: 15px;
  --gap-xl: 20px;
  --gap-xxl: 30px;
  --gap-3xl: 40px;
  --gap-4xl: 50px;
  --gap-5xl: 60px;
  --gap-6xl: 50px;
  --header-top-height: 62px;
  --header-bottom-height: 62px; }

/* line 46, theme.scss */
.layout__content:has(.feedback-section) {
  max-width: inherit;
  padding: 0; }

/* line 51, theme.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 57, theme.scss */
html {
  scrollbar-gutter: stable; }

/* line 61, theme.scss */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

/* line 68, theme.scss */
body.page {
  margin: 0;
  background-color: var(--color-bg);
  color: var(--color-text-main);
  font-family: var(--font-family-base);
  font-size: 15px;
  line-height: 1.4; }

/* line 77, theme.scss */
.page__wrapper {
  /* width: var(--container-width); */
  /* width: min(1920px, calc(100vw - 62px)); */
  margin: 0 auto; }

/* line 83, theme.scss */
img {
  max-width: 100%;
  display: block; }

/* line 88, theme.scss */
button {
  font-family: inherit; }

/* line 92, theme.scss */
a {
  color: var(--color-text-main);
  text-decoration: none; }

/* line 97, theme.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Общие блоки */
/* line 106, theme.scss */
.main {
  padding-bottom: 140px; }

/* line 110, theme.scss */
.main-for-razdely {
  padding-top: 50px; }

/* line 114, theme.scss */
.main .layout__content {
  padding: 0; }

/* line 118, theme.scss */
.bread_crumbs {
  width: var(--layout-width);
  display: flex;
  justify-content: flex-start;
  margin: 20px auto 49px;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%; }

/* line 130, theme.scss */
.crumb_round {
  width: 6px;
  height: 6px;
  background-color: #F5F5F7;
  border-radius: 100%; }

/* line 137, theme.scss */
.first_crumb {
  color: #B8B8BD;
  cursor: pointer; }

/* line 142, theme.scss */
.first_crumb:hover {
  color: #9625A8; }

/* line 146, theme.scss */
.central_crumb {
  color: #9625A8;
  cursor: pointer; }

/* line 151, theme.scss */
.last_crumb {
  color: var(--color-text-main); }

/* line 155, theme.scss */
.section-heading {
  width: var(--layout-width);
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-xl); }

/* line 164, theme.scss */
.section-heading__title {
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%; }

/* line 171, theme.scss */
.section-heading__actions {
  display: flex;
  align-items: center;
  gap: var(--gap-3xl); }

/* Кнопка */
/* line 179, theme.scss */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  padding: 12px 20px;
  border-radius: var(--radius-m);
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em; }

/* line 193, theme.scss */
.button:has(img) {
  padding: 0;
  font-size: 11px; }

/* line 198, theme.scss */
.button__icon-image {
  width: 20px;
  height: 20px; }

/* line 203, theme.scss */
.button_theme_yellow {
  background-color: var(--color-accent-yellow);
  color: var(--color-text-main) !important; }

/* line 208, theme.scss */
.button_theme_outline {
  background-color: transparent;
  color: var(--color-text-main);
  border-radius: var(--radius-m);
  border: 1px solid #E7E7F3; }

/* line 215, theme.scss */
.button_theme_outline-small {
  display: flex;
  padding: 12px 16px !important;
  border-radius: var(--radius-m);
  background-color: var(--color-bg-light);
  color: var(--color-text-main);
  font-size: 14px !important;
  font-weight: 700;
  line-height: 140%;
  gap: 8px;
  transition: 0.5s ease; }

/* line 228, theme.scss */
.button_theme_outline-small:hover {
  background-color: var(--color-button-hover); }

/* line 232, theme.scss */
.outline-arrow__icon {
  width: 16px;
  height: 16px; }

/* Иконки кнопок */
/* line 239, theme.scss */
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-m);
  border: none;
  background-color: #F7F7F7;
  padding: 12px;
  gap: 16px;
  cursor: pointer;
  transition: 0.5s ease; }

/* line 254, theme.scss */
.white-button {
  background-color: var(--color-bg); }

/* line 258, theme.scss */
.icon-button:hover {
  background-color: var(--color-button-hover); }

/* line 262, theme.scss */
.icon-button__icon {
  width: 20px;
  height: 20px; }

/* Мега-меню (выпадающий каталог) */
/* line 268, theme.scss */
.header-main {
  position: relative; }

/* line 272, theme.scss */
.mega-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  transform: translateX(-50%);
  width: 1140px;
  max-width: calc(100vw - 24px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E9EAF2;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 2000; }

/* line 290, theme.scss */
.mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0); }

/* line 297, theme.scss */
.mega-menu__inner {
  padding: 28px 28px; }

/* line 301, theme.scss */
.mega-menu__list {
  display: flex;
  flex-direction: column; }

/* line 306, theme.scss */
.mega-menu__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px; }

/* line 312, theme.scss */
.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 1rem;
  row-gap: 0rem; }

/* line 319, theme.scss */
.mega-menu__col--row2 {
  grid-row: 2; }

/* line 323, theme.scss */
.mega-menu__heading {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-main);
  text-decoration: none;
  margin-bottom: 5px; }

/* line 332, theme.scss */
.mega-menu__list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 338, theme.scss */
.mega-menu__link {
  display: inline-block;
  font-size: 12.25px;
  line-height: 140%;
  color: #6B7280;
  text-decoration: none;
  padding-bottom: 3px; }

/* line 347, theme.scss */
.mega-menu__heading:hover,
.mega-menu__link:hover {
  color: var(--color-accent-purple); }

/* "Показать все / Скрыть" */
/* line 353, theme.scss */
.mega-menu__toggle {
  margin-top: 3px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #FFE366; }

/* line 367, theme.scss */
.mega-menu__toggle .mega-menu__toggle-text--hide {
  display: none; }

/* line 371, theme.scss */
.mega-menu__chev {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  transition: transform .2s ease;
  vertical-align: middle; }

/* line 380, theme.scss */
.mega-menu__chev::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -60%) rotate(45deg); }

/* скрытые пункты iPhone */
/* line 394, theme.scss */
.mega-menu__extra {
  display: none; }

/* line 398, theme.scss */
.mega-menu__col--expanded .mega-menu__extra {
  display: list-item;
  list-style: none; }

/* line 403, theme.scss */
.mega-menu__col--expanded .mega-menu__toggle-text--show {
  display: none; }

/* line 407, theme.scss */
.mega-menu__col--expanded .mega-menu__toggle-text--hide {
  display: inline; }

/* line 411, theme.scss */
.mega-menu__col--expanded .mega-menu__chev {
  transform: rotate(180deg) translateY(-3px); }

/* Затемнение фона при открытии меню */
/* line 416, theme.scss */
.site-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease; }

/* line 428, theme.scss */
.site-overlay.is-open {
  opacity: 1; }

/* Хедер (Шапка) */
/* line 437, theme.scss */
.header-top {
  background-color: #FFFFFF;
  color: #000000;
  height: var(--header-top-height);
  margin-top: 20px; }

/* line 444, theme.scss */
.header-top__inner {
  width: var(--layout-width);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-6xl); }

/* line 454, theme.scss */
.header-top__left {
  display: flex;
  align-items: center;
  gap: 10px; }

/* line 460, theme.scss */
.header-top__social {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-m);
  background-color: #F7F7F7;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  gap: 16px;
  transition: 0.5s ease; }

/* line 474, theme.scss */
.header-top__social-icon {
  width: 20px;
  height: 20px; }

/* line 479, theme.scss */
.header-top__social:nth-child(1):hover {
  background: #25D366; }

/* line 483, theme.scss */
.header-top__social:nth-child(2):hover {
  background: #27A7E7; }

/* line 487, theme.scss */
.header-top__social:nth-child(3):hover {
  background: #0077FF; }

/* line 491, theme.scss */
.header-top__social:hover .header-top__social-icon {
  filter: brightness(0) invert(1); }

/* line 495, theme.scss */
.header-top__center {
  display: flex;
  align-items: center;
  gap: 65px;
  font-size: 14px; }

/* line 502, theme.scss */
.header-top__info-item {
  display: flex;
  align-items: center;
  gap: 8px; }

/* line 508, theme.scss */
.header-top__info-text {
  color: var(--color-text-main); }

/* line 512, theme.scss */
.info-text-two {
  display: none; }

/* line 516, theme.scss */
.header-top__info-link {
  transition: 0.5s ease; }

/* line 520, theme.scss */
.header-top__info-link:hover {
  color: var(--color-link-hover); }

/* line 524, theme.scss */
.header-top__info-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.15; }

/* line 532, theme.scss */
.header-top__right {
  display: flex;
  align-items: center;
  gap: 20px; }

/* line 538, theme.scss */
.header-top__phone-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px; }

/* line 545, theme.scss */
.header-top__phone {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  transition: 0.5s ease; }

/* line 552, theme.scss */
.header-top__phone:hover {
  color: var(--color-link-hover); }

/* line 556, theme.scss */
.header-top__schedule {
  font-size: 13px;
  color: #595959; }

/* line 561, theme.scss */
.button_theme_white {
  background-color: #ffffff;
  color: var(--color-text-main); }

/* line 566, theme.scss */
.header-top__call-button {
  min-width: 154px;
  border: 2px solid #E7E7F3;
  cursor: pointer;
  transition: 0.5s ease;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 16px 12px 12px;
  gap: 4px; }

/* line 577, theme.scss */
.header-top__call-button:hover {
  color: #9625A8;
  border-color: #9625A8; }

/* line 582, theme.scss */
.call__icon-image {
  transition: filter 0.09s linear; }

/* line 586, theme.scss */
.header-top__call-button:hover .call__icon-image {
  filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(2596%) hue-rotate(278deg) brightness(90%) contrast(96%); }

/* line 590, theme.scss */
.header-main {
  color: var(--color-text-main);
  margin-top: 20px; }

/* line 595, theme.scss */
.header-main__inner {
  width: var(--layout-width);
  margin: 0 auto;
  height: var(--header-bottom-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-xl); }

/* line 605, theme.scss */
.header__logo {
  display: flex;
  align-items: center;
  transform: translateY(-5px); }

/* line 612, theme.scss */
.header__logo-image {
  height: 43px;
  width: auto;
  display: block;
  margin-right: 11px; }

/* line 619, theme.scss */
.header-main__center {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 10px; }

/* line 626, theme.scss */
.header-main__catalog {
  flex-shrink: 0; }

/* line 630, theme.scss */
.header-main__search {
  flex: 1 1 auto; }

/* line 634, theme.scss */
.header-main__actions {
  display: flex;
  align-items: center;
  gap: 10px; }

/* line 640, theme.scss */
.header-main__cart {
  /* min-width: 159px; */ }

/* line 644, theme.scss */
.header-main__compare {
  position: relative; }

/* line 648, theme.scss */
.header-main__badge {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background-color: var(--color-accent-red);
  color: #ffffff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 667, theme.scss */
.header-nav {
  border-top: 1px solid var(--color-border-light);
  box-shadow: 0px 4px 4px 0px #0000000A;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

/* line 678, theme.scss */
.header-nav__inner {
  width: var(--layout-width);
  margin: 0 auto;
  height: 52px;
  display: flex;
  align-items: center; }

/* line 686, theme.scss */
.header-nav__list {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 0;
  font-size: 16px;
  font-weight: 700; }

/* line 696, theme.scss */
.header-nav__link {
  color: var(--color-text-main);
  transition: 0.5s ease; }

/* line 701, theme.scss */
.header-nav__link:hover {
  color: var(--color-link-hover); }

/* line 705, theme.scss */
.catalog-button {
  display: inline-flex;
  align-items: center;
  gap: var(--gap-s);
  padding: 12px 20px 12px 16px;
  border-radius: var(--radius-m);
  border: none;
  background-color: var(--color-accent-yellow);
  color: #37233a;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: 0.5s ease; }

/* line 721, theme.scss */
.catalog-button:hover {
  background-color: var(--color-button-hover); }

/* line 725, theme.scss */
.catalog-button__icon-image {
  width: 18px;
  height: 18px; }

/* line 730, theme.scss */
.search {
  display: flex;
  align-items: stretch;
  border-radius: var(--radius-m);
  position: relative; }

/* line 737, theme.scss */
form.header__search-form {
  display: flex; }

/* line 741, theme.scss */
.header__search__results {
  display: none; }

/* line 745, theme.scss */
.header__search-form__mobile {
  display: flex;
  flex-direction: column-reverse; }

/* line 750, theme.scss */
.header-main__search.is-show > .header__search__results {
  display: block;
  position: absolute;
  z-index: 999;
  background: white;
  top: 60px;
  border: 2px solid var(--color-accent-yellow);
  border-radius: 10px;
  padding: 10px 20px 30px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden; }

/* line 764, theme.scss */
.header__search-form__mobile.is-show > .header__search__results {
  display: block;
  position: absolute;
  z-index: 999;
  background: white;
  bottom: 60px;
  border: 2px solid var(--color-accent-yellow);
  border-radius: 10px;
  padding: 30px 20px 10px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden; }

/* line 778, theme.scss */
.header__search-form__mobile > .header__search__results > .ajax-search-results {
  display: flex;
  flex-direction: column-reverse; }

/* line 783, theme.scss */
.search__input {
  flex: 1 1 auto;
  border: 2px solid var(--color-accent-yellow);
  border-right: none;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--color-text-main);
  border-radius: var(--radius-m) 0 0 var(--radius-m);
  transition: 0.5s ease; }

/* line 794, theme.scss */
.search__input::placeholder {
  color: var(--color-text-muted);
  transition: 0.5s ease; }

/* line 799, theme.scss */
.search__input:focus {
  outline: none; }

/* line 804, theme.scss */
.search__button {
  flex: 0 0 auto;
  padding: 12px;
  border: none;
  background-color: var(--color-accent-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0 var(--radius-m) var(--radius-m) 0;
  transition: 0.5s ease; }

/* line 818, theme.scss */
.search:hover .search__input,
.search:focus-within .search__input {
  border-color: var(--color-button-hover); }

/* line 823, theme.scss */
.search:hover .search__button,
.search:focus-within .search__button {
  background: var(--color-button-hover); }

/* line 828, theme.scss */
.search:hover .search__input::placeholder,
.search:focus-within .search__input::placeholder {
  color: var(--color-text-main); }

/* line 834, theme.scss */
.search__icon {
  width: 20px;
  height: 20px; }

/* line 839, theme.scss */
.cart-button {
  display: inline-flex;
  align-items: stretch;
  height: 44px;
  border-radius: var(--radius-m);
  overflow: hidden;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  margin-right: 10px; }

/* line 853, theme.scss */
.cart-button__main {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  background: #F7F7F7;
  border: none;
  transition: background-color 0.5s ease; }

/* line 862, theme.scss */
.cart-button:hover .cart-button__main {
  background-color: var(--color-button-hover); }

/* line 867, theme.scss */
.cart-button__icon-image {
  width: 20px;
  height: 20px; }

/* line 873, theme.scss */
.cart-button__text {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #333 !important; }

/* line 881, theme.scss */
.cart-button__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 12px;
  background: var(--color-accent-yellow);
  color: var(--color-text-main);
  font-size: 13px;
  font-weight: 700; }

/* Секция "Каталог" */
/* line 899, theme.scss */
.catalog {
  margin-top: 100px;
  margin-bottom: 100px; }

/* line 904, theme.scss */
.catalog .main-for-index {
  margin-top: 120px; }

/* line 908, theme.scss */
.catalog-for-razdely {
  margin-top: 0; }

/* line 912, theme.scss */
.catalog__heading {
  margin-bottom: 40px; }

/* line 916, theme.scss */
.catalog__grid {
  width: var(--layout-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 271px repeat(4, 195.75px);
  grid-auto-rows: 187px 126px;
  gap: 20px; }

/* line 925, theme.scss */
.catalog_grid_for_razdely {
  width: var(--layout-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; }

/* Стили активной карточки */
/* line 937, theme.scss */
.catalog-subcard.is-active {
  background-color: #ffe366 !important;
  border: 2px solid #ffe366 !important;
  pointer-events: none;
  /* Опционально: отключаем клик по уже выбранной */ }

/* line 944, theme.scss */
.catalog-subcard.is-active .catalog-subcard__title {
  color: #9625A8 !important;
  font-weight: bold; }

/* line 949, theme.scss */
.catalog-card {
  position: relative;
  border-radius: var(--radius-l);
  background-color: #F5F5F7;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: box-shadow 0.5s ease; }

/* line 959, theme.scss */
.catalog-subcard {
  position: relative;
  border-radius: var(--radius-l);
  background-color: #F5F5F7;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.5s ease;
  padding: 16px 24px 16px 16px;
  gap: 14px; }

/* line 971, theme.scss */
.catalog-subcard__image {
  width: 46px; }

/* line 975, theme.scss */
.catalog-subcard a {
  display: flex;
  align-items: center;
  gap: 14px; }

/* line 981, theme.scss */
.catalog-card::before,
.catalog-subcard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #F6F6FF 48.56%, #E8E8F8 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none; }

/* line 993, theme.scss */
.catalog-card > *,
.catalog-subcard > * {
  position: relative;
  z-index: 1; }

/* line 999, theme.scss */
.catalog-card:hover::before,
.catalog-subcard:hover::before {
  opacity: 1; }

/* line 1004, theme.scss */
.catalog-card:hover,
.catalog-subcard:hover {
  box-shadow: 0px 10px 30px -15px #47316359; }

/* iPhone и верхний ряд */
/* line 1010, theme.scss */
.catalog-card_size_large,
.catalog-card_type_airpods,
.catalog-card_type_ipad,
.catalog-card_type_watch,
.catalog-card_type_macbook {
  padding: 24px; }

/* нижний ряд */
/* line 1019, theme.scss */
.catalog-card_type_ps5,
.catalog-card_type_dyson,
.catalog-card_type_accessories {
  padding: 20px 30px; }

/* line 1026, theme.scss */
.catalog-card_size_large {
  grid-column: 1;
  grid-row: 1 / span 2; }

/* line 1031, theme.scss */
.catalog-card_type_airpods {
  grid-column: 2;
  grid-row: 1; }

/* line 1036, theme.scss */
.catalog-card_type_ipad {
  grid-column: 3;
  grid-row: 1; }

/* line 1041, theme.scss */
.catalog-card_type_watch {
  grid-column: 4;
  grid-row: 1; }

/* line 1046, theme.scss */
.catalog-card_type_macbook {
  grid-column: 5;
  grid-row: 1; }

/* .catalog-card_type_ps5 {
  grid-column: 2 / span 2;
  grid-row: 2;
}

.catalog-card_type_dyson {
  grid-column: 4;
  grid-row: 2;
}

.catalog-card_type_accessories {
  grid-column: 5;
  grid-row: 2;
} */
/* .catalog-card_type_ps5 { width: 307.6667px; justify-self: start; }
.catalog-card_type_dyson { width: 217.6667px; justify-self: start; }
.catalog-card_type_accessories { width: 277.6667px; justify-self: start; }

.catalog-card_type_ps5 { grid-column: 2; grid-row: 2; }
.catalog-card_type_dyson { grid-column: 3; grid-row: 2; }
.catalog-card_type_accessories { grid-column: 4; grid-row: 2; } */
/* line 1075, theme.scss */
.catalog__bottom {
  grid-column: 2 / 6;
  grid-row: 2;
  display: flex;
  gap: 20px; }

/* line 1082, theme.scss */
.catalog-card_type_ps5 {
  width: 307.6667px; }

/* line 1086, theme.scss */
.catalog-card_type_dyson {
  width: 217.6667px; }

/* line 1090, theme.scss */
.catalog-card_type_accessories {
  width: 277.6667px; }

/* line 1096, theme.scss */
.catalog-card__image-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 1103, theme.scss */
.catalog-card__image {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain; }

/* line 1111, theme.scss */
.catalog-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block; }

/* line 1119, theme.scss */
.catalog-card_type_iphone .catalog-card__image {
  width: 223px;
  height: 240px; }

/* line 1124, theme.scss */
.catalog-card_type_airpods .catalog-card__image,
.catalog-card_type_ipad .catalog-card__image,
.catalog-card_type_watch .catalog-card__image,
.catalog-card_type_macbook .catalog-card__image {
  width: 147.75px;
  height: 94px; }

/* line 1132, theme.scss */
.catalog-card_type_ps5 .catalog-card__image,
.catalog-card_type_dyson .catalog-card__image,
.catalog-card_type_accessories .catalog-card__image {
  width: 86px;
  height: 86px; }

/* line 1140, theme.scss */
.catalog-card {
  --pad-x: 24px;
  --pad-y: 24px; }

/* line 1145, theme.scss */
.catalog-card_type_ps5,
.catalog-card_type_dyson,
.catalog-card_type_accessories {
  --pad-x: 30px;
  --pad-y: 20px; }

/* line 1152, theme.scss */
.catalog-card__content {
  position: static;
  text-align: center;
  margin-top: 20px; }

/* line 1159, theme.scss */
.catalog-card_type_ps5,
.catalog-card_type_dyson,
.catalog-card_type_accessories {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px; }

/* line 1169, theme.scss */
.catalog-card_type_ps5 .catalog-card__image-wrapper,
.catalog-card_type_dyson .catalog-card__image-wrapper,
.catalog-card_type_accessories .catalog-card__image-wrapper {
  flex: 0 0 auto;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 1180, theme.scss */
.catalog-card_type_ps5 .catalog-card__content,
.catalog-card_type_dyson .catalog-card__content,
.catalog-card_type_accessories .catalog-card__content {
  flex: 1;
  text-align: left;
  margin: 0; }

/* line 1189, theme.scss */
.catalog-card_type_ps5 .catalog-card__title {
  white-space: nowrap; }

/* line 1194, theme.scss */
.catalog-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  transition: 0.5s ease; }

/* line 1201, theme.scss */
.catalog-subcard__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  transition: 0.5s ease;
  text-wrap: nowrap; }

/* line 1209, theme.scss */
.catalog-card__title:hover,
.catalog-subcard__title:hover {
  color: var(--color-link-hover); }

/* line 1215, theme.scss */
.tabs {
  display: inline-flex;
  gap: 10px; }

/* line 1220, theme.scss */
.tabs__item {
  min-width: 74px;
  padding: 14px 20px;
  border-radius: var(--radius-m);
  border: 1px solid #E7E7F4;
  background-color: transparent;
  color: var(--color-text-main);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  gap: 8px;
  transition: 0.5s ease; }

/* line 1234, theme.scss */
.tabs__item_active {
  color: #9625A8;
  border: 1px solid #9625A8; }

/* line 1239, theme.scss */
.tabs__item:hover {
  color: #9625A8;
  border: 1px solid #9625A8; }

/* Секция "Покупают чаще всего" */
/* .popular-products-categories {
  margin-top: 50px;
} */
/* line 1251, theme.scss */
.popular-products__heading {
  margin-top: 80px;
  margin-bottom: 45px; }

/* line 1256, theme.scss */
#popular {
  background-color: #fff; }

/* line 1261, theme.scss */
.popular-products__controls {
  width: var(--layout-width);
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  flex-direction: column-reverse;
  position: relative; }

/* line 1271, theme.scss */
.arrows {
  display: flex;
  gap: 10px; }

/* Контейнер слайдера */
/* line 1278, theme.scss */
.popular-products__slider {
  width: 100%;
  overflow: hidden;
  /* Обязательно для слайдера */
  position: relative; }

/* Wrapper — Swiper сам сделает его flex, просто убираем ваш Grid */
/* line 1286, theme.scss */
.swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  /* Расстояние между слайдами лучше задавать в JS через spaceBetween */ }

/* Карточка товара в режиме слайда */
/* line 1294, theme.scss */
.product-card.swiper-slide {
  min-width: 261px;
  height: auto;
  /* Чтобы карточки были одной высоты */
  display: flex;
  flex-direction: column;
  /* Ширину слайда не задаем вручную, это сделает Swiper */ }

/* Ограничение для картинок, чтобы не распирало */
/* line 1304, theme.scss */
.product-card__image-wrapper img {
  max-width: 100%;
  height: 100%;
  display: block; }

/* line 1310, theme.scss */
.product-card {
  position: relative;
  width: 261px;
  border-radius: var(--radius-xl);
  background-color: #F5F5F7;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #F5F5F7;
  cursor: pointer;
  transition: box-shadow 0.5s ease; }

/* line 1324, theme.scss */
.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid #FFE366;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 0; }

/* line 1336, theme.scss */
.product-card > * {
  position: relative;
  z-index: 1; }

/* line 1341, theme.scss */
.product-card:hover::before {
  opacity: 1; }

/* line 1346, theme.scss */
.product-card:hover {
  box-shadow: 0px 10px 30px -15px #47316333; }

/* line 1350, theme.scss */
.product-card__badge {
  position: absolute;
  height: 21px;
  padding: 4px 8px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 10px;
  z-index: 2; }

/* line 1365, theme.scss */
.product-card__badge_type_discount {
  background-color: var(--color-accent-red);
  color: #ffffff; }

/* line 1370, theme.scss */
.product-card__badge_type_discount:empty {
  display: none; }

/* line 1374, theme.scss */
.product-card__image-wrapper {
  width: 213px;
  height: 213px;
  border-radius: var(--radius-l);
  overflow: hidden; }

/* line 1381, theme.scss */
product-card__image-wrapper img {
  width: 100%; }

/* line 1385, theme.scss */
.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 1391, theme.scss */
.product-card__rating {
  margin-top: 6px; }

/* line 1395, theme.scss */
.rating {
  display: flex;
  gap: 4px; }

/* line 1400, theme.scss */
.rating__star {
  width: 16px;
  height: 16px; }

/* line 1405, theme.scss */
.rating__star_muted {
  color: #D2D2E7; }

/* line 1409, theme.scss */
.product-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  /*min-height: 72px;*/ }

/* line 1417, theme.scss */
.title_for_main_cards {
  min-height: 72px; }

/* line 1421, theme.scss */
.product-card__prices {
  display: flex;
  align-items: center;
  gap: 20px; }

/* line 1427, theme.scss */
.product-card__price-current {
  font-size: 24px;
  font-weight: 700; }

/* line 1432, theme.scss */
.product-card__price-old {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: var(--color-text-muted);
  line-height: 140%;
  margin-top: 2px;
  width: fit-content; }

/* line 1442, theme.scss */
.price-strike-line {
  position: absolute;
  height: 6px;
  left: 0;
  top: 8px;
  pointer-events: none;
  width: 100%; }

/* line 1451, theme.scss */
.price-strike-line svg {
  display: block;
  width: 100%;
  height: 100%; }

/* line 1457, theme.scss */
.line__icon {
  position: absolute;
  width: 72px;
  height: 4px;
  left: 61%; }

/* line 1464, theme.scss */
.line__icon_search {
  position: absolute;
  display: flex;
  align-self: flex-end;
  margin-top: 18px;
  margin-right: 15px;
  gap: 10px;
  z-index: 2; }

/* line 1474, theme.scss */
.icon-search {
  width: 24px;
  height: 24px; }

/* line 1479, theme.scss */
.product-card__footer {
  /* margin-top: auto; */
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 10px;
  margin-top: 20px; }

/* line 1488, theme.scss */
.product-preview__content > :not(.stickers):not(.product-preview__area-photo) {
  margin-top: 20px; }

/* line 1494, theme.scss */
.product-card__button {
  flex: 1;
  cursor: pointer;
  text-wrap: nowrap;
  transition: 0.5s ease; }

/* line 1501, theme.scss */
.product-card__button:hover {
  background-color: var(--color-button-hover); }

/* line 1505, theme.scss */
.product-card__icons {
  display: flex;
  gap: 10px; }

/* Стрелки слайдера */
/* line 1512, theme.scss */
.slider-arrow {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-m);
  border: none;
  background-color: var(--color-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s ease; }

/* line 1526, theme.scss */
.slider-arrow:hover {
  background-color: var(--color-button-hover); }

/* line 1530, theme.scss */
.slider-arrow__icon {
  /* width: 18px;
  height: 18px; */ }

/* Боковой Каталог и фильтры для страниц разделов */
/* line 1539, theme.scss */
.catalog-page {
  width: var(--layout-width);
  margin: 10px auto; }

/* line 1544, theme.scss */
.main-for-index .catalog-page {
  margin: 0 auto 60px; }

/* line 1548, theme.scss */
.catalog-page__layout {
  display: flex;
  align-items: flex-start;
  gap: 30px; }

/* Сайдбар */
/* line 1555, theme.scss */
.sidebar {
  width: 261px; }

/* line 1559, theme.scss */
.sidebar__block {
  margin-bottom: 22px; }

/* line 1563, theme.scss */
.sidebar__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #111; }

/* Меню каталога */
/* line 1571, theme.scss */
.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 7px; }

/* line 1577, theme.scss */
.sidebar-menu__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  padding: 6px 0;
  font-size: 14px;
  color: var(--color-text-main);
  text-align: left;
  cursor: pointer;
  transition: 0.5s ease;
  border-bottom: 1px solid var(--color-border-light); }

/* line 1593, theme.scss */
.sidebar-menu__item:hover {
  color: var(--color-accent-purple); }

/* line 1597, theme.scss */
.sidebar-menu__text {
  display: inline-block;
  margin-bottom: 3px; }

/* “стрелка вниз” справа */
/* line 1603, theme.scss */
.sidebar-menu__chevron,
.filter__chevron {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-right: 1.5px solid var(--color-text-main);
  border-bottom: 1.5px solid var(--color-text-main);
  transform: rotate(45deg);
  margin-left: 10px;
  opacity: 0.9;
  margin-bottom: 5px; }

/* Фильтры */
/* line 1617, theme.scss */
.filters {
  display: flex;
  flex-direction: column;
  gap: 10px; }

/* line 1623, theme.scss */
.filter__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  padding: 6px 0;
  font-size: 14px;
  color: #111;
  text-align: left;
  cursor: pointer;
  transition: 0.5s ease;
  border-bottom: 1px solid var(--color-border-light); }

/* line 1639, theme.scss */
.filter__head:hover {
  color: var(--color-accent-purple); }

/* line 1643, theme.scss */
.filter__title {
  line-height: 1.2;
  margin-bottom: 3px; }

/* Кнопка Применить */
/* line 1649, theme.scss */
.filters__apply {
  margin-top: 18px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: var(--color-accent-yellow);
  color: var(--color-text-main);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s ease; }

/* line 1662, theme.scss */
.filters__apply:hover {
  background-color: var(--color-button-hover); }

/*Выпадающие элемента каталога и фильтров */
/* line 1668, theme.scss */
.sidebar-menu__item-wrapper {
  position: relative; }

/* line 1672, theme.scss */
.sidebar-menu__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-left: 15px; }

/* line 1679, theme.scss */
.sidebar-menu__submenu.open {
  max-height: none; }

/* line 1683, theme.scss */
.sidebar-menu__sublist {
  list-style: none;
  padding: 0;
  margin: 5px 0 10px; }

/* line 1689, theme.scss */
.sidebar-menu__subitem {
  border-bottom: 1px solid var(--color-border-light);
  list-style: none; }

/* line 1694, theme.scss */
.sidebar-menu__subitem::marker {
  display: none; }

/* line 1698, theme.scss */
.sidebar-menu__subitem:last-child {
  border-bottom: none; }

/* line 1702, theme.scss */
.sidebar-menu__subitem-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 1708, theme.scss */
.sidebar-menu__sublink {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: var(--color-text-main);
  text-decoration: none;
  transition: color 0.3s ease;
  flex: 1; }

/* line 1718, theme.scss */
.sidebar-menu__sublink:hover {
  color: var(--color-accent-purple); }

/* line 1722, theme.scss */
.sidebar-menu__subitem:hover > .sidebar-menu__subitem-wrapper .sidebar-menu__sublink {
  color: var(--color-accent-purple); }

/* line 1726, theme.scss */
.sidebar-menu__subtoggle {
  background: transparent;
  border: none;
  padding: 6px 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-main);
  transition: color 0.3s ease; }

/* line 1738, theme.scss */
.sidebar-menu__subtoggle .sidebar-menu__chevron {
  transform: rotate(45deg);
  margin: 0;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  margin-bottom: 5px; }

/* line 1749, theme.scss */
.sidebar-menu__subtoggle.open .sidebar-menu__chevron {
  transform: rotate(-135deg); }

/* Третий уровень (подменю внутри подменю) */
/* line 1754, theme.scss */
.sidebar-menu__submenu .sidebar-menu__submenu {
  margin-left: 15px; }

/* Выпадающие блоки фильтров */
/* line 1759, theme.scss */
.filter {
  margin-bottom: 0; }

/* line 1763, theme.scss */
.filter__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  /* padding-left: 12px; */ }

/* line 1770, theme.scss */
.filter__body.open {
  max-height: none; }

/* line 1774, theme.scss */
.filter__list {
  padding: 8px 0 4px; }

/* line 1778, theme.scss */
.filter__option {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--color-text-main);
  margin-bottom: 6px;
  cursor: pointer; }

/* line 1788, theme.scss */
.filter__option input[type="checkbox"] {
  margin: 0.1rem 0.5rem 0 0; }

/* line 1793, theme.scss */
.filter__checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 5px;
  background-color: var(--color-bg-alt);
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  vertical-align: middle;
  transition: all 0.2s ease;
  flex-shrink: 0; }

/* line 1808, theme.scss */
.filter__checkbox:hover {
  background-color: #ddd; }

/* line 1812, theme.scss */
.filter__checkbox:checked {
  background-color: var(--color-accent-yellow); }

/* line 1816, theme.scss */
.filter__checkbox::after {
  content: "";
  width: 0.35rem;
  height: 0.7rem;
  border: solid var(--color-text-main);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 120ms ease;
  margin-left: 0.05rem;
  margin-top: -0.2rem; }

/* line 1829, theme.scss */
.filter__checkbox:checked::after {
  opacity: 1; }

/* line 1834, theme.scss */
.filter__range {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* Контейнер для инпута и префикса */
/* line 1842, theme.scss */
.filter__range-field {
  display: flex;
  width: 49%;
  align-items: center;
  padding: 4px 6px;
  border-radius: var(--radius-m);
  border: 3px solid var(--color-bg);
  background: var(--color-bg-alt);
  cursor: text;
  transition: 0.4s ease; }

/* line 1854, theme.scss */
.filter__range-prefix {
  color: #999;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 2px;
  user-select: none; }

/* line 1862, theme.scss */
.filter__range-input {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
  color: var(--color-text-main);
  font-size: 12px;
  font-weight: 500;
  background: transparent; }

/* line 1873, theme.scss */
.filter__range-field:focus-within {
  outline: none;
  border: 3px solid var(--color-bg-alt);
  background: var(--color-bg); }

/* Стили для ползунка цены */
/* Контейнер ползунка */
/* line 1883, theme.scss */
.filter__slider {
  position: relative;
  width: auto;
  height: 20px;
  margin: 10px 10px; }

/* Общие стили для обеих дорожек (серой и желтой) */
/* line 1891, theme.scss */
.filter__slider-bg,
.filter__slider-track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 2px;
  z-index: 1; }

/* Серая подложка (фон) */
/* line 1902, theme.scss */
.filter__slider-bg {
  width: 100%;
  left: 0;
  background-color: #999; }

/* Активная желтая часть */
/* line 1909, theme.scss */
.filter__slider-track {
  background-color: var(--color-accent-yellow, #ffd966);
  left: 0;
  right: 0; }

/* Стили для ручек */
/* line 1916, theme.scss */
.filter__slider-handle {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 2px solid #ffd966;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2; }

/* line 1930, theme.scss */
.filter__slider-handle--left {
  left: 0%; }

/* line 1934, theme.scss */
.filter__slider-handle--right {
  left: 100%; }

/* line 1939, theme.scss */
.sidebar-menu__submenu,
.filter__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; }

/* Поворот стрелки при открытии */
/* line 1948, theme.scss */
.sidebar-menu__item.open .sidebar-menu__chevron,
.filter__head.open .filter__chevron {
  transform: rotate(-135deg); }

/* Скрытые пункты в фильтрах */
/* line 1955, theme.scss */
.filter__option {
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out, padding 0.3s ease-out;
  overflow: hidden; }

/* line 1961, theme.scss */
.filter__option.option_hide {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0; }

/* line 1968, theme.scss */
.filter__option.option_hide.is-visible {
  max-height: 50px;
  opacity: 1;
  margin: 6px 0; }

/* line 1974, theme.scss */
.filter__toggle .filter__toggle-text--hide {
  display: none; }

/* line 1978, theme.scss */
.filter__toggle.is-open .filter__toggle-text--show {
  display: none; }

/* line 1982, theme.scss */
.filter__toggle.is-open .filter__toggle-text--hide {
  display: inline; }

/* Кнопка Показать/Скрыть все */
/* line 1987, theme.scss */
.filter__toggle {
  border: none;
  background: transparent;
  color: var(--color-accent-purple);
  cursor: pointer;
  font-size: 13px;
  transition: .2s; }

/* Контент */
/* line 2004, theme.scss */
.catalog-products-content {
  min-width: 0; }

/* line 2009, theme.scss */
.filter__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  padding: 20px 24px;
  margin-bottom: 30px;
  background: #F5F5F7;
  border-radius: var(--radius-l); }

/* line 2023, theme.scss */
.numbers__tabs {
  display: flex;
  gap: 10px; }

/* line 2028, theme.scss */
.number__tab {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  transition: 0.5s ease; }

/* line 2038, theme.scss */
.number__tab__active {
  color: var(--color-link-hover); }

/* line 2042, theme.scss */
.number__tab:hover {
  color: var(--color-link-hover); }

/* line 2047, theme.scss */
.plates {
  display: flex;
  gap: 10px; }

/* line 2052, theme.scss */
.plates a {
  cursor: pointer;
  transition: filter 0.11s ease; }

/* line 2057, theme.scss */
.plate-active {
  filter: invert(35%) sepia(58%) saturate(4139%) hue-rotate(249deg) brightness(99%) contrast(105%); }

/* line 2061, theme.scss */
.plates a:hover {
  filter: invert(35%) sepia(58%) saturate(4139%) hue-rotate(249deg) brightness(99%) contrast(105%); }

/* line 2067, theme.scss */
.show__controls {
  min-width: 843px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  margin-bottom: 30px; }

/* line 2075, theme.scss */
.show__controls::-webkit-scrollbar {
  height: 3px; }

/* line 2079, theme.scss */
.show__controls::-webkit-scrollbar-thumb {
  background: #9747FF;
  border-radius: 999px; }

/* line 2084, theme.scss */
.show__controls::-webkit-scrollbar-track {
  background: transparent; }

/* line 2089, theme.scss */
.tabs__content {
  min-height: 41px;
  padding: 10px 16px;
  border-radius: var(--radius-m);
  border: 1px solid #E7E7F4;
  background-color: transparent;
  color: var(--color-text-main);
  font-size: 13.3px;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
  gap: 8px;
  transition: 0.5s ease;
  text-wrap: nowrap; }

/* line 2105, theme.scss */
.tabs__content_active {
  color: #9625A8;
  border: 1px solid #9625A8; }

/* line 2110, theme.scss */
.tabs__content:hover {
  color: #9625A8;
  border: 1px solid #9625A8; }

/* line 2115, theme.scss */
.filter-bar {
  width: 690px;
  gap: 10px;
  display: none; }

/* line 2121, theme.scss */
.filter-item {
  width: 100%;
  border-radius: var(--radius-m);
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #E2E3EE;
  color: var(--color-text-main);
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  gap: 15px;
  margin-bottom: 20px;
  cursor: pointer; }

/* line 2138, theme.scss */
.filter-button {
  display: flex;
  align-items: center;
  gap: var(--gap-s);
  padding: 14px 30px 14px 26px;
  border-radius: var(--radius-m);
  border: none;
  background-color: var(--color-accent-yellow);
  color: var(--color-text-main);
  font-weight: 700;
  font-size: 15px;
  gap: 8px;
  cursor: pointer;
  transition: 0.5s ease;
  height: 52px;
  display: none; }

/* line 2156, theme.scss */
.filter-button:hover {
  background-color: var(--color-button-hover); }

/* line 2160, theme.scss */
.filter-item {
  position: relative; }

/* line 2164, theme.scss */
.filter-dropdown {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  border: 1px solid #E2E3EE;
  border-radius: 0 0 10px 10px;
  background: #fff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  z-index: 10;
  border-top: none; }

/* line 2180, theme.scss */
.filter-item.active {
  border-radius: 10px 10px 0 0; }

/* line 2184, theme.scss */
.filter-item.active .filter-dropdown {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  opacity: 1; }

/* line 2191, theme.scss */
.drop-filter-option {
  padding: 16px 24px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  transform: 0.3s ease; }

/* line 2199, theme.scss */
.filter-option:hover {
  background: #F5F6FB; }

/* line 2203, theme.scss */
.sidebar-menu__chevron {
  transition: transform 0.3s ease; }

/* line 2207, theme.scss */
.filter-item.active .sidebar-menu__chevron {
  transform: rotate(225deg); }

/* line 2212, theme.scss */
.title__cards {
  display: flex;
  text-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 30px; }

/* line 2219, theme.scss */
.additional__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  margin: 0; }

/* Сетка товаров: 3 колонки*/
/* Карточки для плитки 2 в ряд */
/* line 2234, theme.scss */
.two-products-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }

/* line 2242, theme.scss */
.product-card-two {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-xl);
  background-color: #F5F5F7;
  padding: 24px;
  /* gap: 20px; */
  border: 1px solid #F5F5F7;
  cursor: pointer;
  /* transition: box-shadow 0.5s ease; */ }

/* line 2255, theme.scss */
.product-card__image-wrapper-two {
  min-width: 358px;
  border-radius: var(--radius-l);
  overflow: hidden;
  margin-bottom: 20px; }

/* line 2262, theme.scss */
.product-card__title-two {
  margin-block-start: 16px;
  margin-block-end: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%; }

/* line 2271, theme.scss */
.product-card__prices-two {
  display: flex;
  align-items: center;
  margin: 12px 0;
  gap: 20px; }

/* line 2278, theme.scss */
.line__icon-two {
  position: absolute;
  width: 72px;
  height: 4px;
  left: 38%; }

/* Карточки для плитки 4 в ряд */
/* line 2290, theme.scss */
.products__grid-four {
  display: grid;
  grid-template-columns: repeat(4, 203.25px);
  gap: 10px;
  margin-bottom: 50px; }

/* line 2298, theme.scss */
.product-card-four {
  display: flex;
  flex-direction: column;
  padding: 18.7px;
  /* gap: 20px; */
  border: 1px solid #F5F5F7;
  border-radius: var(--radius-xl);
  background: #F5F5F7;
  cursor: pointer; }

/* line 2310, theme.scss */
.product-card__image-wrapper-four {
  min-width: 164px;
  border-radius: var(--radius-l);
  overflow: hidden;
  margin-bottom: 20px; }

/* line 2317, theme.scss */
.product-card__footer-four {
  display: flex;
  align-items: center;
  gap: 15.63px; }

/* line 2323, theme.scss */
.button-four {
  width: 44px; }

/* line 2328, theme.scss */
.product-card__icons-four {
  display: flex;
  gap: 15.63px; }

/* line 2333, theme.scss */
.product-card__title-four {
  margin-block-start: 16px;
  margin-block-end: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; }

/* line 2341, theme.scss */
.product-card__badge-four {
  position: absolute;
  height: 21px;
  padding: 4px 8px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  z-index: 2; }

/* line 2354, theme.scss */
.product-card__prices-four {
  display: flex;
  flex-direction: column;
  margin: 12px 0;
  min-height: 58px; }

/* line 2361, theme.scss */
.line__icon-four {
  position: relative;
  width: 72px;
  height: 4px;
  bottom: 25%; }

/* line 2368, theme.scss */
.product-card__price-current-four {
  font-size: 20px;
  font-weight: 700; }

/* line 2373, theme.scss */
.bottom_text {
  /* margin-block-start: 20px; */
  margin-block-end: 0;
  font-size: 14px;
  font-weight: 400;
  color: #C2C2D1; }

/* Пагинация */
/* line 2384, theme.scss */
.bootom__controls {
  min-width: 843px;
  display: grid;
  margin-top: 50px;
  justify-content: center;
  justify-items: center; }

/* line 2392, theme.scss */
.item__number {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-m);
  border: 1px solid #E7E7F3;
  background-color: transparent;
  color: var(--color-text-main);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
  transition: 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 2409, theme.scss */
.item__number:hover {
  background-color: var(--color-button-hover); }

/* line 2414, theme.scss */
.item__number_active {
  background: var(--color-accent-yellow); }

/* line 2418, theme.scss */
.item__number_next {
  background: var(--color-bg-alt);
  color: var(--color-accent-purple); }

/* line 2423, theme.scss */
.show_more {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 149px;
  padding: 10px 20px 10px 14px;
  border: 1px solid #E7E7F3;
  border-radius: var(--radius-m);
  gap: 8px;
  cursor: pointer;
  background: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 140%;
  text-wrap: nowrap;
  transition: 0.5s ease; }

/* line 2441, theme.scss */
.icon_more {
  width: 24px;
  height: 24px; }

/* line 2446, theme.scss */
.show_more:hover {
  background-color: var(--color-button-hover); }

/* line 2450, theme.scss */
.bottom-order {
  margin-bottom: 100px; }

/* Страница "Карточка товара" */
/* line 2460, theme.scss */
.product-detail {
  width: var(--layout-width);
  margin: 0 auto 100px; }

/* line 2465, theme.scss */
.product-detail__inner {
  display: grid;
  grid-template-areas: "media panel" ".     note";
  gap: 30px;
  align-items: start; }

/* Общая карточка */
/* line 2476, theme.scss */
.product-detail__media,
.product-detail__panel,
.product-detail__note {
  border: 1px solid #E7E7F3;
  border-radius: var(--radius-xl);
  background: #fff; }

/* Левый блок - картинка */
/* line 2485, theme.scss */
.product-detail__media {
  grid-area: media;
  overflow: hidden; }

/* line 2490, theme.scss */
.product-detail__media-image img {
  width: 100%; }

/* Правый блок */
/* line 2495, theme.scss */
.product-detail__panel {
  grid-area: panel;
  padding: 30px; }

/* line 2500, theme.scss */
.product-detail__panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 30px; */ }

/* line 2507, theme.scss */
.product-detail__rating {
  display: flex;
  align-items: center;
  gap: 6px; }

/* line 2513, theme.scss */
.product-detail__stars {
  display: flex;
  gap: 6px; }

/* line 2518, theme.scss */
.product-detail__star {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #E6E6F2;
  display: inline-block; }

/* line 2526, theme.scss */
.product-detail__star_active {
  background: #FFC145; }

/* line 2530, theme.scss */
.product-detail__reviews {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-link-hover); }

/* line 2536, theme.scss */
.product-detail__actions {
  display: flex;
  gap: 12px;
  position: relative; }

/* line 2542, theme.scss */
.product-detail__action__popup {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 52px;
  max-width: 264px;
  width: 100%;
  border: 1px solid #E7E7F3;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #fff; }

/* line 2556, theme.scss */
.product-detail__action__popup a:hover {
  color: #9747FF; }

/* line 2560, theme.scss */
.product-detail__action__popup a {
  display: flex;
  border-bottom: 1px solid #E7E7F3;
  padding: 10px 0;
  cursor: pointer; }

/* line 2567, theme.scss */
.product-detail__action__popup img {
  border-radius: 4px;
  margin-right: 7px;
  border-bottom: 1px solid #E7E7F3; }

/* line 2573, theme.scss */
.product-detail__action__popup {
  display: none; }

/* line 2579, theme.scss */
.product-detail__action {
  display: flex;
  padding: 10px 12px;
  border-radius: var(--radius-m);
  border: 1px solid #E7E7F3;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s ease;
  gap: 8px;
  align-items: center; }

/* line 2593, theme.scss */
.share {
  position: relative; }

/* line 2597, theme.scss */
.share:after {
  content: " ";
  position: absolute;
  width: 150px;
  height: 50px;
  top: 20px;
  left: -20px; }

/* line 2606, theme.scss */
.share__link_copied {
  color: #25D366 !important; }

/* line 2610, theme.scss */
.product-detail__action:hover {
  background: var(--color-button-hover);
  border-color: transparent; }

/* line 2615, theme.scss */
.product-detail__action.share:after:hover ~ .product-detail__action__popup {
  display: flex; }

/* line 2619, theme.scss */
.product-detail__action.share:hover ~ .product-detail__action__popup {
  display: flex; }

/* line 2623, theme.scss */
.product-detail__action__popup:hover {
  display: flex; }

/* line 2627, theme.scss */
.product-detail__title {
  margin: 35px 0 30px;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%; }

/* line 2634, theme.scss */
.product-detail__options {
  display: grid;
  gap: 16px;
  margin-bottom: 18px; }

/* line 2640, theme.scss */
.product-detail__row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  text-wrap: nowrap; }

/* line 2648, theme.scss */
.product-detail__label {
  font-size: 14px;
  font-weight: 700; }

/* line 2653, theme.scss */
.product-detail__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

/* line 2659, theme.scss */
.product-detail__chip {
  padding: 10px 14px;
  border-radius: var(--radius-m);
  border: 1px solid #E7E7F4;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s ease; }

/* line 2670, theme.scss */
.product-detail__chip_active {
  border-color: #9625A8;
  color: #9625A8; }

/* line 2675, theme.scss */
.product-detail__chip:not(.product-detail__chip_disabled):hover {
  border-color: #9625A8;
  color: #9625A8; }

/* line 2680, theme.scss */
.product-detail__chip_disabled {
  opacity: .8;
  cursor: not-allowed; }

/* line 2685, theme.scss */
.product-detail__prices {
  display: flex;
  align-items: baseline;
  gap: 16px; }

/* line 2691, theme.scss */
.product-detail__price-current {
  font-size: 32px;
  font-weight: 700; }

/* line 2696, theme.scss */
.product-detail__price-old {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-muted); }

/* line 2702, theme.scss */
.product-detail-line__icon {
  position: relative;
  height: 9.4px;
  right: 15.7%; }

/* line 2708, theme.scss */
.product-detail__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px; }

/* line 2715, theme.scss */
.product-detail__btn {
  padding: 18px 30px;
  transition: 0.5s ease;
  font-size: 16px;
  font-weight: 600; }

/* Первая кнопка */
/* line 2723, theme.scss */
.product-detail__btn:nth-child(1):hover {
  background: var(--color-button-hover); }

/* Вторая кнопка */
/* line 2728, theme.scss */
.product-detail__btn:nth-child(2):hover {
  border-color: #9625A8;
  color: #9625A8; }

/* Нижний блок */
/* line 2734, theme.scss */
.product-detail__note {
  grid-area: note;
  padding: 30px; }

/* line 2739, theme.scss */
.text__wrapper {
  display: grid;
  gap: 20px; }

/* line 2744, theme.scss */
.product-detail__note-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%; }

/* line 2751, theme.scss */
.product-detail__note-subtitle {
  margin: 0;
  color: #9625A8;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%; }

/* line 2759, theme.scss */
.product-detail__annotation-text {
  margin: 0;
  font-size: 14px;
  line-height: 140%;
  color: var(--color-text-secondary); }

/* line 2766, theme.scss */
.product-detail__note-text {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-text-main); }

/* line 2773, theme.scss */
.product-detail__note-attention {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-text-secondary); }

/* line 2780, theme.scss */
.product-detail__note-attention strong {
  color: #9625A8; }

/* Доставка и оплата */
/* line 2789, theme.scss */
.info-panel {
  width: var(--layout-width);
  margin: 0 auto; }

/* Обёртка нужна, чтобы табы “висели” над карточкой */
/* line 2795, theme.scss */
.info-panel__wrap {
  /* position: relative; */ }

/* Таб-линия поверх карточки */
/* line 2800, theme.scss */
.info-panel-tabs {
  display: flex;
  justify-content: center; }

/* Кнопки табов */
/* line 2806, theme.scss */
.info-panel-tabs__item {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 10px 30px 14px 30px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-main);
  line-height: 140%;
  width: auto; }

/* Активный таб + жёлтая линия снизу */
/* line 2819, theme.scss */
.info-panel-tabs__item_active {
  border-bottom: 2px solid #FFE366; }

/* Карточка */
/* line 2825, theme.scss */
.info-panel__card {
  display: grid;
  background: transparent;
  border: 1px solid #E7E7F3;
  border-radius: var(--radius-xl);
  padding: 40px; }

/* Заголовки секций */
/* line 2835, theme.scss */
.info-panel__title {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-text-main); }

/* Разделитель */
/* line 2844, theme.scss */
.info-panel__divider {
  height: 1px;
  background: #E7E7F3;
  margin-top: 40px;
  margin-bottom: 30px; }

/* Сетки */
/* line 2852, theme.scss */
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }

/* line 2858, theme.scss */
.payment-grid {
  display: grid;
  grid-template-columns: 260px 260px 474px;
  gap: 30px; }

/* Элемент */
/* line 2865, theme.scss */
.info-item {
  color: var(--color-text-main); }

/* line 2869, theme.scss */
.info-item__icon {
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 12px;
  background: #F5F5F7;
  border: 1px solid #F5F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; }

/* line 2882, theme.scss */
.info-item__icon-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block; }

/* line 2889, theme.scss */
.info-item__heading {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; }

/* line 2896, theme.scss */
.info-item__text {
  margin: 0;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-text-main); }

/* Доставка: иконка слева */
/* line 2905, theme.scss */
.info-item_type_row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 30px;
  /* align-items: start; */ }

/* Оплата: иконка сверху */
/* line 2913, theme.scss */
.info-item_type_col {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */ }

/* line 2919, theme.scss */
.payment-icon {
  margin-bottom: 20px; }

/* line 2923, theme.scss */
.payment-grid .info-item__heading {
  font-size: 20px; }

/* Форма обратной связи */
/* line 2930, theme.scss */
.feedback-section {
  width: var(--layout-width);
  margin: 60px auto 80px; }

/* line 2935, theme.scss */
.feedback-section__grid {
  display: grid;
  grid-template-columns: 455px 1fr;
  gap: 30px;
  align-items: stretch; }

/* Карточки */
/* line 2943, theme.scss */
.feedback-card {
  background: transparent;
  border: 1px solid #E7E7F3;
  border-radius: 20px;
  padding: 30px; }

/* ========== ЛЕВАЯ КАРТОЧКА (контакты) ========== */
/* line 2951, theme.scss */
.feedback-contacts .footer__phone-group {
  align-items: flex-start;
  /* gap: 6px; */ }

/* line 2956, theme.scss */
.feedback-contacts__phone {
  color: var(--color-text-main);
  font-weight: 700;
  font-size: 18px;
  line-height: 120%; }

/* line 2963, theme.scss */
.feedback-contacts__schedule {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #BA93DF; }

/* Кнопка "Позвонить" справа от телефона */
/* line 2971, theme.scss */
.feedback-card__top .footer__phone-group {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "phone call" "schedule call";
  column-gap: 20px;
  align-items: center;
  min-width: 355px;
  justify-self: center; }

/* line 2983, theme.scss */
.feedback-card__top .feedback-contacts__phone {
  grid-area: phone;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  align-items: center; }

/* line 2991, theme.scss */
.feedback-card__top .feedback-contacts__schedule {
  grid-area: schedule;
  display: flex;
  justify-content: end;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%; }

/* line 3000, theme.scss */
.feedback-card__top .feedback-contacts__call {
  grid-area: call;
  margin-top: 0;
  height: 44px;
  min-width: 172px;
  padding: 12px 16px 12px 12px;
  justify-content: center;
  gap: 4px; }

/* Адрес/почта */
/* line 3011, theme.scss */
.feedback-contacts__info {
  margin-top: 40px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-self: center;
  min-width: 355px;
  gap: 24px; }

/* line 3021, theme.scss */
.feedback-contacts__info-item {
  margin-bottom: 0 !important; }

/* .feedback-contacts__info.footer__mail__soc{
  margin-left: 0;
} */
/* line 3029, theme.scss */
.feedback-contacts__label .footer__info-title {
  color: #BA93DF;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; }

/* line 3036, theme.scss */
.feedback-contacts__info .footer__info-text,
.feedback-contacts__info .footer__info-link {
  color: var(--color-text-main);
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px; }

/* ========== КНОПКИ МЕССЕНДЖЕРОВ ========== */
/* line 3045, theme.scss */
.feedback-messengers {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 355px;
  justify-self: center;
  gap: 20px; }

/* line 3054, theme.scss */
.feedback-messengers__btn {
  width: 167.5px;
  height: 48px;
  padding: 12px 20px;
  border-radius: var(--radius-m);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  transition: 0.5s ease; }

/* line 3070, theme.scss */
.feedback-messengers__btn_tg {
  background: #27A7E7; }

/* line 3074, theme.scss */
.feedback-messengers__btn_wa {
  background: #25D366; }

/* line 3078, theme.scss */
.feedback-messengers__btn:hover {
  filter: brightness(0.92); }

/* ========== ПРАВАЯ КАРТОЧКА (форма) ========== */
/* line 3084, theme.scss */
.feedback-form__title {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%; }

/* line 3091, theme.scss */
.feedback-form__subtitle {
  margin: 0 0 30px;
  max-width: 599px;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-text-secondary); }

/* два поля в ряд */
/* line 3100, theme.scss */
.feedback-form__grid {
  display: grid;
  grid-template-columns: 1fr 289.5px;
  gap: 20px;
  margin-bottom: 30px; }

/* line 3107, theme.scss */
.feedback-form__field {
  display: flex;
  flex-direction: column;
  gap: 10px; }

/* line 3113, theme.scss */
.feedback-form__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-text-main); }

/* инпуты: белые, с тонким бордером */
/* line 3121, theme.scss */
.feedback-form__input {
  height: 52px;
  border-radius: var(--radius-m);
  border: 1px solid #E2E3EE;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-text-main);
  background: transparent;
  transition: 0.5s ease;
  /* плавный переход */ }

/* Базовые стили плейсхолдера */
/* line 3136, theme.scss */
.feedback-form__input::placeholder {
  color: #C2C2D1;
  transition: 0.5s ease; }

/* Стили при фокусе */
/* line 3142, theme.scss */
.feedback-form__input:focus {
  outline: none;
  border-color: #D0D0DE; }

/* Стили при наведении на инпут */
/* line 3148, theme.scss */
.feedback-form__input:hover {
  border: 1px solid #D0D0DE;
  box-shadow: 0px 0px 10px 0px #5B64761A inset; }

/* Стили плейсхолдера при наведении на инпут */
/* line 3154, theme.scss */
.feedback-form__input:hover::placeholder {
  color: var(--color-text-main); }

/* низ формы: чекбокс слева, кнопка справа */
/* line 3160, theme.scss */
.feedback-form__bottom {
  display: flex;
  gap: 20px;
  align-items: center; }

/* line 3166, theme.scss */
.feedback-form__agree {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 16px;
  user-select: none;
  width: 100%; }

/* Стили чекбокса */
/* line 3177, theme.scss */
.feedback-form__checkbox {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1.5px solid #E2E3EE;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease; }

/* line 3191, theme.scss */
.feedback-form__checkbox:hover {
  border: 1px solid #D0D0DE;
  box-shadow: 0px 0px 10px 0px #5B64761A inset; }

/* Галочка (по умолчанию скрыта) */
/* line 3197, theme.scss */
.feedback-form__checkbox::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 13px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.5s ease; }

/* ===================== */
/* СОСТОЯНИЕ 2: Невыбранный + ховер */
/* line 3213, theme.scss */
.feedback-form__checkbox:hover:not(:checked)::after {
  border-color: #9625A8;
  opacity: 1; }

/* ===================== */
/* СОСТОЯНИЕ 3: Выбранный (кликнули) */
/* line 3220, theme.scss */
.feedback-form__checkbox:checked {
  background: #9625A8;
  border-color: #9625A8; }

/* line 3225, theme.scss */
.feedback-form__checkbox:checked::after {
  border-color: white;
  opacity: 1; }

/* ===================== */
/* СОСТОЯНИЕ 4: Выбранный + ховер */
/* line 3232, theme.scss */
.feedback-form__checkbox:checked:hover {
  background: #E2E3EE;
  border-color: #E2E3EE; }

/* line 3237, theme.scss */
.feedback-form__checkbox:checked:hover::after {
  border-color: white;
  opacity: 1; }

/* 1) Откатываем hover-стили у чекбокса, если курсор на тексте */
/* line 3243, theme.scss */
.feedback-form__agree:has(.feedback-form__agree-text:hover) .feedback-form__checkbox {
  border: 1.5px solid #E2E3EE;
  box-shadow: none; }

/* line 3248, theme.scss */
.feedback-form__agree-text {
  max-width: 185px; }

/* 2) Убираем “ховер-галочку” при наведении на текст */
/* line 3253, theme.scss */
.feedback-form__agree:has(.feedback-form__agree-text:hover) .feedback-form__checkbox:not(:checked)::after {
  opacity: 0;
  border-color: transparent; }

/* 3) Если чекбокс уже отмечен — сохраняем отмеченный вид, но без hover-перекраски */
/* line 3259, theme.scss */
.feedback-form__agree:has(.feedback-form__agree-text:hover) .feedback-form__checkbox:checked {
  background: #9625A8;
  border-color: #9625A8; }

/* line 3264, theme.scss */
.feedback-form__agree:has(.feedback-form__agree-text:hover) .feedback-form__checkbox:checked::after {
  opacity: 1;
  border-color: #fff; }

/* line 3271, theme.scss */
.feedback-form__agree-text {
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  color: var(--color-text-secondary); }

/* line 3278, theme.scss */
.feedback-form__link {
  color: #9625A8;
  text-decoration: none; }

/* line 3284, theme.scss */
.feedback-form__submit {
  height: 58px;
  padding: 18px 10px;
  border-radius: var(--radius-m);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  gap: 8px;
  width: 100%;
  transition: 0.5s ease; }

/* line 3296, theme.scss */
.feedback-form__submit:hover {
  background: var(--color-button-hover); }

/* Секция "Аналогичные товары" */
/* line 3301, theme.scss */
.analog-products {
  margin-top: 20px;
  margin-bottom: 90px; }

/* Секция "Обмен и возврат" */
/* line 3309, theme.scss */
.exchange-panel {
  margin-top: 80px; }

/* line 3313, theme.scss */
.exchange_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  margin-block-start: 0px;
  margin-block-end: 24px;
  color: var(--color-text-main); }

/* line 3322, theme.scss */
.exchange_text {
  max-width: 1054px;
  display: grid;
  gap: 20px;
  margin-bottom: 40px; }

/* line 3329, theme.scss */
.text_item {
  margin: 0;
  font-weight: 400;
  font-size: 15.9px;
  line-height: 140%;
  text-align: justify;
  color: var(--color-text-secondary); }

/* line 3338, theme.scss */
.text_link {
  text-decoration: solid underline;
  color: var(--color-link-hover);
  cursor: pointer; }

/* line 3344, theme.scss */
.exchange_list {
  display: grid;
  list-style: disc;
  list-style-position: outside;
  gap: 14px;
  padding-left: 20px; }

/* line 3352, theme.scss */
.exchange_list li::marker {
  font-size: 0.75em;
  color: var(--color-text-secondary); }

/* line 3357, theme.scss */
.text_list_item {
  font-weight: 400;
  font-size: 15.83px;
  line-height: 140%;
  color: var(--color-text-secondary); }

/* line 3364, theme.scss */
.exchange_point {
  margin-top: 40px;
  margin-bottom: 30px; }

/* line 3369, theme.scss */
.term_item {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: var(--color-text-secondary); }

/* line 3380, theme.scss */
.term_item:not(:nth-child(3)) {
  border-bottom: 1.5px solid var(--color-text-muted); }

/* line 3384, theme.scss */
.exchange_bottom {
  margin-bottom: 30px; }

/* Секция "Гарантия" */
/* line 3393, theme.scss */
.garantee-panel {
  margin-bottom: 120px; }

/* line 3397, theme.scss */
.garantee_list {
  margin-bottom: 40px; }

/* line 3401, theme.scss */
.text_item span {
  color: var(--color-link-hover);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; }

/* Промо блоки */
/* line 3412, theme.scss */
.promo {
  width: var(--layout-width);
  margin: 0 auto;
  display: flex;
  padding-bottom: 40px;
  margin-top: 120px;
  gap: 30px; }

/* line 3422, theme.scss */
.promo__inner {
  position: relative;
  overflow: hidden;
  width: 552px;
  height: 346px;
  border-radius: var(--radius-xl);
  background: radial-gradient(700px 520px at 90% 35%, rgba(86, 86, 183, 0.08) 0%, rgba(86, 86, 183, 0) 70%), radial-gradient(520px 420px at 78% 88%, rgba(108, 120, 214, 0.07) 0%, rgba(108, 120, 214, 0) 72%), linear-gradient(90deg, rgba(86, 86, 183, 0.055) 0%, rgba(86, 86, 183, 0) 22%), linear-gradient(90deg, rgba(86, 86, 183, 0) 0%, rgba(86, 86, 183, 0.035) 100%), linear-gradient(0deg, rgba(245, 245, 247, 0.98), rgba(245, 245, 247, 0.98)), #F5F5F7;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap-3xl);
  padding: 50px;
  color: var(--color-text-main); }

/* line 3466, theme.scss */
.promo__image-wrapper {
  flex: 0 0 435px; }

/* line 3470, theme.scss */
.promo__image {
  position: absolute;
  height: 316px;
  object-fit: contain; }

/* line 3477, theme.scss */
.promo__image-group {
  position: relative;
  width: 435px;
  height: 410px; }

/* line 3483, theme.scss */
.promo__image_main {
  height: 172px;
  position: absolute;
  left: 35px;
  top: 124px;
  object-fit: contain; }

/* line 3491, theme.scss */
.promo__image_overlay {
  height: 172px;
  position: absolute;
  left: 35px;
  bottom: 288px;
  object-fit: contain; }

/* line 3500, theme.scss */
.promo__image_exchange {
  position: absolute;
  height: 100px;
  top: 75px;
  left: 65px;
  object-fit: contain;
  z-index: 1; }

/* line 3510, theme.scss */
.promo__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0; }

/* line 3519, theme.scss */
.promo__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  margin: 0; }

/* line 3526, theme.scss */
.promo__inner:nth-of-type(2) .promo__content {
  position: relative; }

/* line 3530, theme.scss */
.promo__inner:nth-of-type(2) .promo__title {
  font-size: 32px;
  width: 282px; }

/* line 3535, theme.scss */
.promo__inner:nth-of-type(2) .promo__image {
  top: 30px;
  right: 30px; }

/* line 3540, theme.scss */
.promo__text {
  width: 211px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #9625A8;
  font-size: 20px;
  line-height: 140%; }

/* line 3550, theme.scss */
.promo__button {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  padding: 16px 24px;
  align-self: flex-start;
  border-radius: var(--radius-m);
  gap: 8px;
  margin-top: 10px; }

/* line 3561, theme.scss */
.promo__inner .promo__button {
  background: #FFFFFF;
  color: var(--color-text-main);
  transition: 0.5s ease;
  cursor: pointer; }

/* line 3568, theme.scss */
.promo__inner .promo__button:hover {
  background: var(--color-button-hover); }

/* Страницы "Отзывы" */
/* line 3575, theme.scss */
.comments {
  margin-bottom: 120px; }

/* line 3579, theme.scss */
.comments__title {
  margin-bottom: 40px; }

/* line 3583, theme.scss */
.comment_btn {
  display: flex;
  max-width: 177px;
  padding: 18px 30px;
  background: var(--color-accent-yellow);
  color: var(--color-text-main);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-wrap: nowrap;
  border: none;
  border-radius: 12px;
  gap: 8px;
  cursor: pointer;
  transition: 0.5s ease; }

/* line 3600, theme.scss */
.comment_btn:hover {
  background: var(--color-button-hover); }

/* line 3605, theme.scss */
.comment__grid {
  width: var(--layout-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 30px; }

/* Строка 1: Юлия (1), Макс (2), Олег (3) */
/* line 3615, theme.scss */
.comment__item:nth-child(12n+1) {
  grid-row: 1;
  grid-column: 1; }

/* line 3620, theme.scss */
.comment__item:nth-child(12n+2) {
  grid-row: 1;
  grid-column: 2; }

/* line 3625, theme.scss */
.comment__item:nth-child(12n+3) {
  grid-row: 1;
  grid-column: 3; }

/* Строка 2: Макс (5), Олег (6), Юлия (4) */
/* line 3631, theme.scss */
.comment__item:nth-child(12n+5) {
  grid-row: 2;
  grid-column: 1; }

/* line 3636, theme.scss */
.comment__item:nth-child(12n+6) {
  grid-row: 2;
  grid-column: 2; }

/* line 3641, theme.scss */
.comment__item:nth-child(12n+4) {
  grid-row: 2;
  grid-column: 3; }

/* Строка 3: Юлия (7), Макс (8), Олег (9) */
/* line 3647, theme.scss */
.comment__item:nth-child(12n+7) {
  grid-row: 3;
  grid-column: 1; }

/* line 3652, theme.scss */
.comment__item:nth-child(12n+8) {
  grid-row: 3;
  grid-column: 2; }

/* line 3657, theme.scss */
.comment__item:nth-child(12n+9) {
  grid-row: 3;
  grid-column: 3; }

/* Строка 4: Макс (11), Олег (12), Юлия (10) */
/* line 3663, theme.scss */
.comment__item:nth-child(12n+11) {
  grid-row: 4;
  grid-column: 1; }

/* line 3668, theme.scss */
.comment__item:nth-child(12n+12) {
  grid-row: 4;
  grid-column: 2; }

/* line 3673, theme.scss */
.comment__item:nth-child(12n+10) {
  grid-row: 4;
  grid-column: 3; }

/* line 3678, theme.scss */
.comment__item {
  max-width: 358px;
  display: grid;
  border: 1px solid #E7E7F3;
  padding: 30px;
  border-radius: var(--radius-xl);
  gap: 20px; }

/* line 3687, theme.scss */
.comment_text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%; }

/* line 3694, theme.scss */
.comment_details {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 238px;
  gap: 16px; }

/* line 3701, theme.scss */
.comment_from {
  display: grid;
  gap: 4px; }

/* line 3706, theme.scss */
.comment_name {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%; }

/* line 3713, theme.scss */
.comment_place {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #BA93DF;
  cursor: pointer; }

/* line 3721, theme.scss */
.comment_img {
  width: 44px;
  height: 44px; }

/* line 3726, theme.scss */
.comments-control {
  margin-top: 50px; }

/* line 3730, theme.scss */
.comments-feedback-form {
  margin-bottom: 140px; }

/* Секция "Как заказать" */
/* line 3738, theme.scss */
.how-to-order {
  margin-top: 60px;
  padding-bottom: 20px; }

/* line 3743, theme.scss */
.how-to-order__heading {
  margin-bottom: 60px; }

/* line 3747, theme.scss */
.how-to-order__list {
  width: var(--layout-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  counter-reset: howto; }

/* line 3756, theme.scss */
.how-to-order__item {
  border-radius: var(--radius-xl);
  background: linear-gradient(109.74deg, #F8F8FF 11.62%, rgba(245, 245, 247, 0) 54.94%);
  padding: 90px 40px 40px;
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 216px; }

/* line 3767, theme.scss */
.how-to-order__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(245, 245, 247, 0) 25%, rgba(226, 227, 238, 0.6) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2; }

/* line 3785, theme.scss */
.how-to-order__step-number {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  font-size: 140px;
  line-height: 120%;
  background: linear-gradient(180deg, #E3E3F2 49.52%, #F5F5F7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.75;
  z-index: 0;
  position: absolute;
  left: 30px;
  top: -7px;
  pointer-events: none;
  user-select: none; }

/* line 3803, theme.scss */
.how-to-order__content {
  position: relative;
  z-index: 1; }

/* line 3809, theme.scss */
.how-to-order__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  color: var(--color-text-main);
  margin-bottom: 16px; }

/* line 3818, theme.scss */
.how-to-order__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-text-secondary); }

/* Секция "Статьи" */
/* line 3828, theme.scss */
.articles {
  margin-top: 100px;
  margin-bottom: 60px; }

/* line 3833, theme.scss */
.articles__heading {
  margin-bottom: 60px; }

/* line 3837, theme.scss */
.articles__controls {
  display: flex;
  align-items: center;
  gap: 8px; }

/* line 3843, theme.scss */
.articles__grid {
  width: var(--layout-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 435px 299.5px 299.5px;
  gap: 50px; }

/* line 3851, theme.scss */
.article-card {
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column; }

/* line 3857, theme.scss */
.article-card_size_large {
  grid-row: span 2;
  position: relative; }

/* line 3862, theme.scss */
.article-card_size_large .article-card__content {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  margin-top: 0;
  z-index: 2;
  color: #fff; }

/* line 3873, theme.scss */
.article-card__image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: inherit; }

/* line 3880, theme.scss */
.article-card_size_large .article-card__image-wrapper {
  height: 410px;
  position: relative;
  border-radius: 20px; }

/* line 3886, theme.scss */
.article-card_size_large .article-card__image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(55, 35, 58, 0) 0%, #37233A 100%);
  z-index: 1; }

/* line 3894, theme.scss */
.article-card_size_large .article-card__image {
  position: relative;
  z-index: 0; }

/* line 3899, theme.scss */
.article-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 3905, theme.scss */
.article-card__content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px; }

/* line 3912, theme.scss */
.article-card__data {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: var(--color-accent-purple); }

/* line 3919, theme.scss */
.article-card__title {
  margin: 0;
  font-size: 19.5px;
  font-weight: 600;
  line-height: 130%;
  cursor: pointer; }

/* line 3927, theme.scss */
.articles__slider-container article:first-child .article-card__title a {
  color: #fff; }

/* line 3931, theme.scss */
.articles__slider-container article:first-child .article-card__title:hover a {
  color: var(--color-link-hover); }

/* line 3935, theme.scss */
.article-card__text {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; }

/* line 3942, theme.scss */
.article-card_size_large .article-card__data {
  color: var(--color-accent-yellow); }

/* line 3946, theme.scss */
.article-card .article-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

/* line 3953, theme.scss */
.article-card .article-card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; }

/* Футер (Подвал)" */
/* line 3964, theme.scss */
.footer {
  border-top: 1px solid var(--color-border);
  background-color: #333333;
  padding: 50px 0 30px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

/* line 3973, theme.scss */
.footer {
  color: #fff; }

/* .footer span,  */
/* line 3978, theme.scss */
.footer a {
  color: inherit;
  transition: 0.5s ease; }

/* line 3983, theme.scss */
.footer a:hover {
  color: var(--color-link-hover); }

/* line 3988, theme.scss */
.footer__social {
  display: flex;
  align-items: center;
  gap: 10px; }

/* line 3994, theme.scss */
.footer__top {
  width: var(--layout-width);
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 164px 155px 156px 1fr 1fr;
  gap: 30px;
 /* grid-template-columns:
  164px
  30px
  155px
  30px
  156px
  0px
  1fr
  32px
  1fr;
gap: 0; */ }

/* .footer__top > * { grid-column: span 1; }

.footer__top > :nth-child(1) { grid-column: 1; }
.footer__top > :nth-child(2) { grid-column: 3; }
.footer__top > :nth-child(3) { grid-column: 5; }
.footer__top > :nth-child(4) { grid-column: 7; }
.footer__top > :nth-child(5) { grid-column: 9; } */
/* line 4023, theme.scss */
.footer__mail__soc {
  margin-left: 125px; }

/* line 4027, theme.scss */
.phone-group-wrapper {
  display: contents; }

/* line 4032, theme.scss */
.footer__title {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700; }

/* line 4038, theme.scss */
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px; }

/* line 4045, theme.scss */
.footer__location__icon-image,
.footer__mail__icon-image {
  width: 20px;
  height: 20px; }

/* line 4052, theme.scss */
.footer__bottom-inner {
  width: var(--layout-width);
  margin: 0 auto;
  display: flex;
  border-top: 1px solid var(--color-border);
  gap: 99.5px;
  padding-top: 20px; }

/* line 4061, theme.scss */
.footer__logo-image {
  height: 43px;
  width: auto;
  margin-bottom: 5px; }

/* line 4067, theme.scss */
.footer__legal {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* gap: 6px; */
  font-size: 15px;
  font-weight: 400;
  line-height: 140%; }

/* line 4077, theme.scss */
.footer__copy {
  display: flex;
  gap: 99.5px; }

/* line 4082, theme.scss */
.footer__info-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }

/* line 4090, theme.scss */
.footer__info-label {
  display: flex;
  /* align-items:center; */
  gap: 8px; }

/* line 4096, theme.scss */
.footer__info-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #B9B9B9; }

/* line 4103, theme.scss */
.footer__info-text {
  width: 233px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; }

/* line 4111, theme.scss */
.footer__info-link {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; }

/* line 4120, theme.scss */
.footer__phone-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  font-size: 14px; }

/* line 4128, theme.scss */
.footer__phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%; }

/* line 4134, theme.scss */
.footer__schedule {
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  color: #BA93DF; }

/* line 4141, theme.scss */
.footer__callback-button {
  width: 163px;
  padding: 12px 16px 12px 12px;
  margin-top: 20px;
  gap: 4px;
  transition: 0.5s ease; }

/* line 4149, theme.scss */
.footer__callback-button:hover {
  background-color: var(--color-button-hover); }

/* line 4153, theme.scss */
.footer__call__icon-image {
  width: 20px;
  height: 20px; }

/* line 4159, theme.scss */
.footer.footer__info-label {
  flex-direction: row-reverse;
  justify-content: flex-end; }

/* Скрытые элементы/кнопки/меню */
/* line 4172, theme.scss */
.tablet_wrapper {
  display: none;
  margin: 0 auto;
  width: 768px;
  position: fixed;
  z-index: 2003;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 4183, theme.scss */
.search_tablet {
  display: none;
  padding: 24px 39px;
  height: 92px;
  border-top: 1px solid #E7E7F3;
  border-bottom: 1px solid #E7E7F3;
  box-shadow: 0px -10px 10px 0px #0000000A;
  background-color: var(--color-bg);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  transition: all 0.3s ease;
  z-index: -1;
  visibility: hidden; }

/* line 4202, theme.scss */
.search_tablet.is-open {
  transform: translateY(-99%);
  visibility: visible; }

/* line 4208, theme.scss */
.header-tablet__actions {
  display: flex;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  padding: 24px 39px;
  justify-content: space-between;
  background: #F5F5F7;
  border-top: 1px solid #F5F5F7;
  height: 91px; }

/* line 4220, theme.scss */
.tablet__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  border: none;
  background: none;
  gap: 10px;
  cursor: pointer;
  transition: 0.5s ease;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; }

/* line 4236, theme.scss */
.tablet_action_badge {
  position: absolute;
  top: 23%;
  transform: translateY(-50%);
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background-color: var(--color-accent-red);
  color: #ffffff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 4253, theme.scss */
.tablet__icon {
  width: 24px;
  height: 24px; }

/* line 4258, theme.scss */
.shoping_badge {
  right: -1px; }

/* line 4262, theme.scss */
.shoping_badge:empty {
  display: none; }

/* line 4266, theme.scss */
.tablet__action:hover img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(73%) saturate(5779%) hue-rotate(252deg) brightness(102%) contrast(101%); }

/* line 4270, theme.scss */
.tablet-top {
  display: none;
  height: 100%;
  border-bottom: 1px solid #F5F5F8; }

/* line 4276, theme.scss */
.tablet-inner {
  display: flex;
  gap: 10px;
  width: 768px;
  padding: 20px 39px; }

/* line 4283, theme.scss */
.tablet-logo-image {
  margin-right: 0; }

/* line 4287, theme.scss */
.actions_768 {
  gap: 20px; }

/* line 4291, theme.scss */
.tablet-top > .tablet-inner > .actions_768 > .header-main__icon-button {
  background: var(--color-accent-yellow);
  transition: 0.5s ease; }

/* line 4300, theme.scss */
.hidden-icon {
  display: none;
  background: var(--color-accent-yellow);
  transition: 0.5s ease; }

/* line 4306, theme.scss */
.bottom-social {
  display: none; }

/* line 4310, theme.scss */
.hidden-button {
  display: none; }

/* line 4315, theme.scss */
.hidden-badge {
  display: none; }

/* line 4320, theme.scss */
.filters-close {
  display: none; }

/* line 4325, theme.scss */
.product-button-icon {
  display: none; }

/* line 4329, theme.scss */
.icon-eye {
  display: none; }

/*Отступ для нового текстового блока*/
/* line 4335, theme.scss */
[data-widget-drop-item-id="271049649"].textcols {
  margin-top: 180px; }

/* Каталог для разрешения 768px и меньше */
/* line 4344, theme.scss */
.catalog__tablet-grid {
  display: none;
  grid-template-columns: repeat(4, 165px);
  grid-template-rows: repeat(2, 175px);
  gap: 10px;
  margin: 0 auto;
  width: 690px; }

/* line 4353, theme.scss */
.catalog-tablet-card {
  padding: 20px;
  display: flex;
  gap: 20px; }

/* line 4359, theme.scss */
.card__content_tablet {
  margin-top: 0; }

/* line 4363, theme.scss */
.catalog-tablet-image {
  width: 125px;
  height: 94px; }

/* line 4368, theme.scss */
.card_tablet_title {
  font-size: 15px;
  font-weight: 700;
  line-height: 140%; }

/* Открывающееся бургер-меню */
/* line 4377, theme.scss */
.open_burger_wrapper {
  width: 100%;
  height: 100vh;
  margin: 0px auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 2001;
  transform: translateX(-100%);
  transition: all 0.3s ease;
  visibility: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

/* line 4394, theme.scss */
.open_burger_wrapper.is-open {
  transform: translateX(0);
  visibility: visible; }

/* line 4399, theme.scss */
.no-scroll {
  overflow: hidden !important; }

/* line 4403, theme.scss */
.open-bureger-nav {
  height: 403px; }

/* line 4407, theme.scss */
.open_bureger_list {
  display: flex;
  flex-direction: column;
  padding-right: 39px;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; }

/* line 4417, theme.scss */
.close-burger {
  display: flex;
  background: #F7F7F7;
  border: none;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  gap: 16px;
  margin: 20px 0;
  align-self: flex-end;
  cursor: pointer;
  transition: 0.5s ease; }

/* line 4434, theme.scss */
.close-burger:hover {
  background: var(--color-button-hover); }

/* line 4438, theme.scss */
.close-burger__icon {
  width: 24px;
  height: 24px; }

/* line 4443, theme.scss */
.burger-item {
  padding: 20px 0;
  border-bottom: 1px solid #E7E7F3; }

/* line 4448, theme.scss */
.burger-item:nth-of-type(1) {
  border-top: 1px solid #E7E7F3; }

/* line 4452, theme.scss */
.burger-contact-info {
  margin: 40px 0px 0px;
  width: 690px;
  flex-direction: row; }

/* line 4458, theme.scss */
.burger__info-item {
  width: 330px;
  padding: 16px;
  border-radius: var(--radius-xl);
  border: 1px solid #E7E7F3;
  display: flex;
  /* justify-content: center; */
  /* gap: 8px; */ }

/* line 4468, theme.scss */
.burger__info-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #B9B9B9; }

/* line 4475, theme.scss */
.burger__info-text {
  max-width: 270px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  padding-left: 30px; }

/* line 4483, theme.scss */
.burger__info-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  padding-left: 30px; }

/* line 4490, theme.scss */
.burger__info-link:hover {
  color: #9747FF; }

/* Каталог-меню для мобильного/планшета */
/* line 4496, theme.scss */
.catalog-menu {
  position: fixed;
  top: 11%;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 2001;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15); }

/* line 4511, theme.scss */
.catalog-menu.is-open {
  transform: translateX(0); }

/* line 4515, theme.scss */
.catalog-menu__inner {
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  padding-bottom: 110px;
  -webkit-overflow-scrolling: touch;
  /* плавный скролл на iOS */
  overscroll-behavior: contain;
  /* не даёт скроллу проваливаться на body */
  box-sizing: border-box; }

/* line 4527, theme.scss */
.catalog-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px; }

/* line 4534, theme.scss */
.catalog-menu__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: var(--color-text-main); }

/* line 4541, theme.scss */
.catalog-menu__close {
  width: 44px;
  height: 44px;
  border: none;
  background: #f7f7f7;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease; }

/* line 4554, theme.scss */
.catalog-menu__close:hover {
  background-color: var(--color-button-hover); }

/* line 4558, theme.scss */
.catalog-menu__close-icon {
  width: 24px;
  height: 24px; }

/* line 4563, theme.scss */
.catalog-menu__list {
  list-style: none;
  padding: 0;
  margin: 0; }

/* line 4570, theme.scss */
.catalog-menu__item {
  border-bottom: 1px solid #f0f0f0; }

/* line 4574, theme.scss */
.catalog-menu__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0; }

/* line 4581, theme.scss */
.catalog-menu__row:hover a {
  color: var(--color-accent-purple); }

/* line 4585, theme.scss */
.catalog-menu__submenu > li:hover a {
  color: var(--color-accent-purple); }

/* line 4589, theme.scss */
.catalog-menu__link {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-main);
  text-decoration: none;
  flex: 1;
  max-width: fit-content; }

/* line 4598, theme.scss */
.catalog-menu__toggle {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

/* line 4609, theme.scss */
.catalog-menu__arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #BA93DF;
  border-bottom: 1.5px solid #BA93DF;
  transform: rotate(-45deg);
  transition: transform 0.3s; }

/* line 4619, theme.scss */
.catalog-menu__item.is-open .catalog-menu__arrow {
  transform: rotate(-135deg); }

/* line 4623, theme.scss */
.catalog-menu__submenu {
  list-style: none;
  padding: 0 0 12px 20px;
  margin: 0;
  display: none; }

/* line 4630, theme.scss */
.catalog-menu__item.is-open .catalog-menu__submenu {
  display: block; }

/* line 4634, theme.scss */
.catalog-menu__submenu li {
  margin-bottom: 12px; }

/* line 4638, theme.scss */
.catalog-menu__submenu a {
  font-size: 13px;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s; }

/* line 4645, theme.scss */
.catalog-menu__submenu a:hover {
  color: var(--color-link-hover); }

/* Скрытые пункты (для "Показать все") */
/* line 4650, theme.scss */
.catalog-menu__submenu-extra {
  display: none; }

/* line 4654, theme.scss */
.catalog-menu__item.expanded .catalog-menu__submenu-extra {
  display: list-item; }

/* Блок "Показать все / Скрыть" */
/* line 4659, theme.scss */
.catalog-menu__show-more {
  padding: 8px 0 16px 20px;
  display: none; }

/* line 4664, theme.scss */
.catalog-menu__item[data-has-children] .catalog-menu__show-more {
  display: block; }

/* line 4668, theme.scss */
.catalog-menu__show-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffe366;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer; }

/* line 4678, theme.scss */
.catalog-menu__show-more-text-hide {
  display: none; }

/* line 4682, theme.scss */
.catalog-menu__item.expanded .catalog-menu__show-more-text-show {
  display: none; }

/* line 4686, theme.scss */
.catalog-menu__item.expanded .catalog-menu__show-more-text-hide {
  display: inline; }

/* line 4690, theme.scss */
.catalog-menu__show-more-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffe366;
  border-bottom: 2px solid #ffe366;
  transform: rotate(45deg);
  transition: transform 0.3s; }

/* line 4700, theme.scss */
.catalog-menu__item.expanded .catalog-menu__show-more-arrow {
  transform: rotate(-135deg); }

/* Футер с контактами */
/* line 4705, theme.scss */
.catalog-menu__footer {
  margin-top: 30px;
  border-top: 1px solid #f0f0f0;
  padding-top: 24px; }

/* line 4711, theme.scss */
.catalog-menu__info-item {
  margin-bottom: 24px; }

/* line 4715, theme.scss */
.catalog-menu__info-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px; }

/* line 4725, theme.scss */
.catalog-menu__info-label img {
  width: 20px;
  height: 20px; }

/* line 4730, theme.scss */
.catalog-menu__info-text,
.catalog-menu__info-link {
  padding-left: 28px;
  font-size: 14px;
  color: var(--color-text-main);
  text-decoration: none;
  line-height: 1.4; }

/* line 4739, theme.scss */
.catalog-menu__info-link:hover {
  color: var(--color-link-hover); }

/* Затемнение фона (уже есть .site-overlay, добавим состояние is-open) */
/* line 4744, theme.scss */
.site-overlay.is-open {
  opacity: 1;
  visibility: visible; }

/* На десктопе меню скрыто, т.к. кнопка каталога там отсутствует */
@media (min-width: 769px) {
  /* line 4751, theme.scss */
  .catalog-menu {
    display: none; } }
/* line 4758, theme.scss */
.footer__phone {
  margin-right: 0 !important;
  padding-right: 0 !important; }

/* line 4763, theme.scss */
.footer__phone:first-child {
  align-self: auto !important; }

/* Адаптив */
@media (max-width: 1000px) {
  /* line 4773, theme.scss */
  .header__collections-menu {
    flex-direction: column; } }
@media (min-width: 800px) and (max-width: 1200px) {
  /* line 4779, theme.scss */
  .feedback-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center; }

  /* line 4786, theme.scss */
  .footer__mail__soc {
    margin-left: 0; }

  /* line 4790, theme.scss */
  .feedback-section {
    display: grid;
    width: 100%; }

  /* line 4795, theme.scss */
  .feedback-messengers {
    margin-top: 0;
    grid-column: span 2; } }
/* Ширина экрана c 992px до 769px */
/* --- Для Главной страницы --- */
@media (min-width: 769px) and (max-width: 992px) {
  /* line 4805, theme.scss */
  :root {
    --layout-width: 100%; }

  /* line 4809, theme.scss */
  .page__wrapper {
    margin: 0 31px; }

  /* line 4813, theme.scss */
  .header-top__inner {
    gap: 20px; }

  /* line 4817, theme.scss */
  .header-top__center {
    gap: 20px; }

  /* line 4821, theme.scss */
  .header-top__info-text {
    display: none; }

  /* line 4825, theme.scss */
  .info-text-two {
    display: block; }

  /* line 4829, theme.scss */
  .header-nav {
    padding: 0 31px; }

  /* line 4833, theme.scss */
  .main {
    padding-top: 0; }

  /* line 4837, theme.scss */
  .catalog__grid {
    grid-template-columns: 210px repeat(4, 170px);
    grid-auto-rows: 179px 106px;
    gap: 10px; }

  /* line 4843, theme.scss */
  .catalog-card_type_iphone .catalog-card__image {
    width: 170px;
    height: 150px; }

  /* line 4848, theme.scss */
  .card__content_large {
    margin-top: 0; }

  /* line 4852, theme.scss */
  .catalog-card_size_large,
  .catalog-card_type_airpods,
  .catalog-card_type_ipad,
  .catalog-card_type_watch,
  .catalog-card_type_macbook {
    padding: 20px; }

  /* line 4860, theme.scss */
  .large-wrapper {
    flex: 0; }

  /* line 4864, theme.scss */
  .catalog-card_size_large {
    display: flex;
    justify-content: center; }

  /* line 4869, theme.scss */
  .catalog-card_type_airpods .catalog-card__image,
  .catalog-card_type_ipad .catalog-card__image,
  .catalog-card_type_watch .catalog-card__image,
  .catalog-card_type_macbook .catalog-card__image {
    width: 130px;
    height: 94px; }

  /* line 4878, theme.scss */
  .catalog__bottom {
    grid-template-columns: 1;
    grid-row: 2;
    display: flex;
    gap: 10px; }

  /* line 4885, theme.scss */
  .catalog-card_type_ps5,
  .catalog-card_type_dyson,
  .catalog-card_type_accessories {
    width: 230px;
    padding: 20px; }

  /* line 4892, theme.scss */
  .catalog-card_type_ps5 .catalog-card__title {
    white-space: wrap; }

  /* line 4896, theme.scss */
  .catalog-card_type_ps5 .catalog-card__image-wrapper,
  .catalog-card_type_dyson .catalog-card__image-wrapper,
  .catalog-card_type_accessories .catalog-card__image-wrapper {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center; }

  /* line 4905, theme.scss */
  .catalog-card_type_ps5 .catalog-card__image,
  .catalog-card_type_dyson .catalog-card__image,
  .catalog-card_type_accessories .catalog-card__image {
    width: 66px;
    height: 66px; }

  /* line 4912, theme.scss */
  .popular-products {
    padding-top: 30px; }

  /* line 4917, theme.scss */
  .popular-products__heading {
    margin-bottom: 39px; }

  /* line 4921, theme.scss */
  .product-card {
    width: 290px; }

  /* line 4925, theme.scss */
  .hidden-card {
    display: none; }

  /* line 4929, theme.scss */
  .product-card__image-wrapper {
    width: 242px;
    height: 242px; }

  /* line 4934, theme.scss */
  .line__icon {
    left: 54.5%; }

  /* line 4938, theme.scss */
  .promo {
    padding-top: 0;
    padding-bottom: 20px; }

  /* line 4943, theme.scss */
  .promo__inner {
    width: 450px;
    height: 290px;
    padding: 30px; }

  /* line 4949, theme.scss */
  .promo__title,
  .promo__inner:nth-of-type(2) .promo__title {
    font-size: 30px; }

  /* line 4954, theme.scss */
  .promo__image_overlay,
  .promo__image_main {
    height: 144px;
    left: 0; }

  /* line 4960, theme.scss */
  .promo__image_overlay {
    bottom: 296px; }

  /* line 4964, theme.scss */
  .promo__image_main {
    top: 116px; }

  /* line 4968, theme.scss */
  .promo__image_exchange {
    left: 22px; }

  /* line 4973, theme.scss */
  .promo__inner:nth-of-type(2) .promo__image {
    right: 10px;
    width: 216px;
    height: 260px; }

  /* line 4979, theme.scss */
  .how-to-order__heading {
    margin-bottom: 50px; }

  /* line 4983, theme.scss */
  .how-to-order__list {
    gap: 10px; }

  /* line 4987, theme.scss */
  .how-to-order__item {
    padding: 90px 30px 30px;
    min-height: 206px; }

  /* line 4992, theme.scss */
  .articles {
    margin-top: 40px; }

  /* line 4996, theme.scss */
  .articles__heading {
    margin-bottom: 50px; }

  /* line 5000, theme.scss */
  .articles__grid {
    gap: 30px;
    grid-template-columns: 370px 290px 290px; }

  /* line 5006, theme.scss */
  .footer {
    padding: 40px 31px 20px; }

  /* line 5010, theme.scss */
  .footer__top {
    grid-template-columns: 156px 156px 156px 180px 165px;
    margin-bottom: 30px; }

  /* line 5015, theme.scss */
  .footer .footer__mail__soc {
    margin-left: 0; }

  /* line 5019, theme.scss */
  .footer .footer__info-text {
    width: 165px; }

  /* line 5023, theme.scss */
  .footer__copy {
    display: inline;
    text-align: end; }

  /* line 5028, theme.scss */
  .footer__copy p {
    margin: 0; }

  /* --- Для страницы "Карточка товара" --- */
  /* line 5038, theme.scss */
  .product_card_crumbs {
    margin: 0 auto 30px; }

  /* line 5042, theme.scss */
  .product-detail__inner {
    grid-template-columns: 370px 530px; }

  /* line 5046, theme.scss */
  .product-detail__actions {
    gap: 15.22px; }

  /* line 5050, theme.scss */
  .product-detail__title {
    margin: 20px 0 10px;
    font-size: 24px; }

  /* line 5055, theme.scss */
  .product-detail__rating {
    margin-bottom: 30px; }

  /* line 5059, theme.scss */
  .product-detail__price-old {
    font-size: 17px; }

  /* line 5063, theme.scss */
  .product-detail-line__icon {
    height: 9.4px;
    right: 19%; }

  /* line 5068, theme.scss */
  .product-detail {
    margin: 0 auto 80px; }

  /* line 5072, theme.scss */
  .info-panel-tabs__item {
    padding: 10px 20px 14px 20px; }

  /* line 5076, theme.scss */
  .info-panel__wrap {
    min-width: 930px; }

  /* line 5080, theme.scss */
  .info-panel__card {
    padding: 30px; }

  /* line 5084, theme.scss */
  .delivery-grid {
    grid-template-columns: repeat(2, 420px); }

  /* line 5088, theme.scss */
  .info-item__text {
    font-size: 15.8px; }

  /* line 5092, theme.scss */
  .info-panel__divider {
    width: 865px;
    margin-top: 30px; }

  /* line 5097, theme.scss */
  .payment-grid {
    grid-template-columns: 260px 260px 290px; }

  /* line 5101, theme.scss */
  .feedback-section {
    margin: 80px 28px 80px; }

  /* line 5105, theme.scss */
  .feedback-section__grid {
    grid-template-columns: 370px 530px;
    grid-template-rows: 338px; }

  /* line 5110, theme.scss */
  .feedback-card__top .footer__phone-group {
    column-gap: 10px; }

  /* line 5114, theme.scss */
  .feedback-card__top .feedback-contacts__call {
    width: 137px; }

  /* line 5118, theme.scss */
  .feedback-card__top .footer__phone-group {
    min-width: auto; }

  /* line 5122, theme.scss */
  .feedback-card__top .feedback-contacts__phone {
    font-size: 17.6px; }

  /* line 5126, theme.scss */
  .feedback-contacts__info {
    margin-left: 0;
    min-width: auto;
    justify-self: auto; }

  /* line 5132, theme.scss */
  .footer__mail__soc {
    margin-top: 30px;
    margin-left: 0; }

  /* line 5137, theme.scss */
  .feedback-messengers {
    margin-top: 30px;
    gap: 10px;
    min-width: auto; }

  /* line 5143, theme.scss */
  .feedback-messengers__btn {
    width: 150px; }

  /* line 5148, theme.scss */
  .feedback-form__title {
    font-size: 32px; }

  /* line 5152, theme.scss */
  .feedback-form__subtitle {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 24px; }

  /* line 5158, theme.scss */
  .feedback-form__grid {
    margin-bottom: 24px; }

  /* line 5162, theme.scss */
  .feedback-form__grid {
    grid-template-columns: 1fr 225px; }

  /* line 5166, theme.scss */
  .promo_type_installments {
    margin: 0 28px; }

  /* line 5170, theme.scss */
  .analog__heading {
    margin-bottom: 50px; }

  /* line 5174, theme.scss */
  .analog-products {
    margin: 30px 28px 120px; }

  /* line 5178, theme.scss */
  .analog-products-card {
    width: 261px; }

  /* line 5182, theme.scss */
  .analog-products-card .product-card__image-wrapper {
    width: 213px;
    height: 213px; }

  /* line 5187, theme.scss */
  .analog-products-card .product-card__prices .line__icon {
    left: 62%; }

  /* --- Для Страницы разделов --- */
  /* line 5197, theme.scss */
  .catalog-subcard__image {
    width: 36px; }

  /* line 5201, theme.scss */
  .catalog-subcard__title {
    font-size: 13.3px;
    text-wrap: inherit; }

  /* line 5206, theme.scss */
  .sidebar {
    max-width: 210px; }

  /* line 5211, theme.scss */
  .filter-bar {
    display: flex; }

  /* line 5219, theme.scss */
  .card-sections {
    width: 330px; }

  /* line 5223, theme.scss */
  .hidden-card {
    display: none; }

  /* line 5232, theme.scss */
  .product-card__title {
    font-size: 15.8px;
    display: flex;
    align-items: center; }

  /* line 5238, theme.scss */
  .page_type_razdely .main-for-razdely .catalog-page .catalog-products-content .products-grid .product-card.card-sections .line__icon {
    left: 46.5%; }

  /* line 5242, theme.scss */
  .title__cards {
    display: none; }

  /* line 5248, theme.scss */
  .bootom__controls {
    min-width: 689px;
    margin-top: 30px; } }
@media (max-width: 768px) {
  /* Выезжающие Фильтры по кнопке */
  /* line 5262, theme.scss */
  .sidebar__title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: var(--color-text-main); }

  /* line 5270, theme.scss */
  .filter__title {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-main); }

  /* line 5276, theme.scss */
  .filter__option,
  .option_hide {
    font-size: 13px; }

  /* line 5283, theme.scss */
  aside.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 2001;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.15); }

  /* line 5298, theme.scss */
  aside.sidebar.is-open {
    transform: translateX(0); }

  /* line 5302, theme.scss */
  aside.sidebar .sidebar__block:first-child {
    display: none; }

  /* Контейнер фильтров с прокруткой и закреплённой кнопкой */
  /* line 5309, theme.scss */
  aside.sidebar .sidebar__block:last-child {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    overflow: hidden; }

  /* line 5317, theme.scss */
  aside.sidebar .filters {
    flex: 1;
    overflow-y: auto;
    padding-right: 8px;
    margin-bottom: 60px; }

  /* Кнопка "Применить" фиксируется внизу */
  /* line 5325, theme.scss */
  aside.sidebar .filters__apply {
    width: 100%;
    padding: 22px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--color-accent-yellow);
    color: #000;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s;
    flex-shrink: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    bottom: 0; }

  /* line 5345, theme.scss */
  aside.sidebar .filters__apply:hover {
    background-color: var(--color-button-hover, #e0b43a); }

  /* Заголовок фильтров + крестик */
  /* line 5350, theme.scss */
  .filters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }

  /* line 5357, theme.scss */
  .filters-close {
    width: 44px;
    height: 44px;
    border: none;
    background: #f7f7f7;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease; }

  /* line 5371, theme.scss */
  .filters-close:hover {
    background-color: var(--color-button-hover); }

  /* line 5375, theme.scss */
  .filter__chevron {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s; } }
@media (max-width: 768px) {
  /* line 5388, theme.scss */
  .PWPreviewWidgetButtonWrapperVisible {
    bottom: 102px; } }
/* Ширина экрана c 768px */
@media (max-width: 768px) {
  /* line 5395, theme.scss */
  .products__grid-four {
    display: flex;
    flex-wrap: wrap;
    min-width: 250px; }

  /* line 5400, theme.scss */
  .two-products-cards {
    grid-template-columns: repeat(1, 1fr); }

  /* line 5404, theme.scss */
  .grid-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

  /* line 5410, theme.scss */
  .catalog-page__layout aside.sidebar {
    display: flex  !important;
    width: 100%;
    max-width: 100%; }

  /* line 5416, theme.scss */
  aside.sidebar .sidebar__block:first-child {
    display: none; } }
/* --- Для Главной страницы --- */
@media (min-width: 577px) and (max-width: 768px) {
  /* line 5426, theme.scss */
  .PWPreviewWidgetButtonWrapperVisible {
    bottom: 102px; }

  /* line 5430, theme.scss */
  :root {
    --layout-width: 100%; }

  /* line 5434, theme.scss */
  .main {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 80px; }

  /* line 5440, theme.scss */
  .tablet-top {
    display: flex; }

  /* line 5444, theme.scss */
  .tablet_wrapper {
    display: block; }

  /* line 5448, theme.scss */
  .search_tablet {
    display: block; }

  /* line 5452, theme.scss */
  .catalog__tablet-grid {
    display: grid; }

  /* line 5456, theme.scss */
  .open_burger_wrapper {
    display: block; }

  /* line 5461, theme.scss */
  .hidden-header,
  .catalog__grid {
    display: none; }

  /* line 5466, theme.scss */
  .catalog {
    margin-top: 60px; }

  /* line 5470, theme.scss */
  .catalog__tablet-grid {
    display: grid; }

  /* line 5475, theme.scss */
  .section-heading__title {
    font-size: 36px; }

  /* line 5479, theme.scss */
  .popular-products {
    margin: 0 39px;
    padding: 0; }

  /* line 5484, theme.scss */
  .popular-products__heading {
    margin-bottom: 20px; }

  /* line 5488, theme.scss */
  .popular-products__controls {
    margin-bottom: 30px; }

  /* line 5492, theme.scss */
  .arrows {
    display: none; }

  /* line 5496, theme.scss */
  .popular-products__grid {
    gap: 10px; }

  /* line 5500, theme.scss */
  .product-card {
    width: 270px; }

  /* line 5504, theme.scss */
  .hidden-card {
    display: none; }

  /* line 5508, theme.scss */
  .product-card__image-wrapper {
    width: 222px;
    height: 222px; }

  /* line 5514, theme.scss */
  .line__icon {
    left: 59.5%; }

  /* line 5519, theme.scss */
  .static-text {
    margin: 80px 45px 0; }

  /* line 5525, theme.scss */
  .promo {
    padding: 0 39px;
    margin-top: 60px; }

  /* line 5530, theme.scss */
  .promo__inner {
    width: 330px;
    height: 375px;
    padding: 20px; }

  /* line 5536, theme.scss */
  .promo__inner:nth-of-type(1) .promo__content {
    position: relative;
    top: 55%; }

  /* line 5541, theme.scss */
  .promo__content {
    gap: 0; }

  /* line 5545, theme.scss */
  .promo__title,
  .promo__inner:nth-of-type(2) .promo__title {
    font-size: 24px; }

  /* line 5550, theme.scss */
  .promo__text {
    font-size: 16px;
    width: 290px;
    margin: 10px auto; }

  /* line 5556, theme.scss */
  .promo__inner:nth-of-type(1) .promo__text {
    padding-right: 19%; }

  /* line 5560, theme.scss */
  .promo__button {
    font-size: 14px; }

  /* line 5564, theme.scss */
  .promo__inner .promo__button {
    padding: 14px 20px; }

  /* line 5568, theme.scss */
  .promo__inner:nth-of-type(1) .promo__button {
    min-width: 290px; }

  /* line 5572, theme.scss */
  .promo__image-group {
    width: 330px;
    rotate: 90deg;
    right: 92%;
    bottom: 71%; }

  /* line 5579, theme.scss */
  .promo__image_overlay,
  .promo__image_main {
    height: 164px; }

  /* line 5584, theme.scss */
  .promo__image_exchange {
    rotate: 90deg; }

  /* line 5588, theme.scss */
  .promo__inner:nth-of-type(2) .promo__image {
    max-height: 248px;
    top: 126px;
    right: 10px; }

  /* line 5594, theme.scss */
  .promo__inner:nth-of-type(2) .promo__button {
    min-width: 160px; }

  /* line 5598, theme.scss */
  .how-to-order {
    margin: 60px 39px 0px;
    padding: 0; }

  /* line 5603, theme.scss */
  .how-to-order__heading {
    margin-bottom: 40px; }

  /* line 5607, theme.scss */
  .how-to-order__item {
    padding: 90px 30px 30px; }

  /* line 5611, theme.scss */
  .how-to-order__list {
    gap: 10px; }

  /* line 5615, theme.scss */
  .articles {
    margin: 60px 39px 80px; }

  /* line 5619, theme.scss */
  .articles__heading {
    margin-bottom: 40px; }

  /* line 5623, theme.scss */
  .articles__grid {
    grid-template-columns: repeat(3, 270px);
    gap: 30px; }

  /* line 5628, theme.scss */
  .article-card_size_large .article-card__content {
    bottom: 80px; }

  /* line 5632, theme.scss */
  .articles__controls {
    display: none; }

  /* line 5636, theme.scss */
  .footer {
    padding: 40px 39px 120px; }

  /* line 5640, theme.scss */
  .footer__top {
    grid-template-columns: 210px 1fr 1fr;
    margin-bottom: 0; }

  /* line 5645, theme.scss */
  .footer .footer__mail__soc {
    display: flex;
    margin-left: 0;
    gap: 20px; }

  /* line 5651, theme.scss */
  .footer .footer__social {
    display: none; }

  /* line 5655, theme.scss */
  .footer__contacts {
    grid-column: span 2;
    display: flex;
    justify-content: flex-end; }

  /* line 5661, theme.scss */
  .footer__list {
    padding-right: 3%; }

  /* line 5665, theme.scss */
  .footer .footer__info-item {
    border: 1px solid #3C3C3C;
    border-radius: 6px;
    padding: 16px;
    gap: 8px;
    max-width: 200px; }

  /* line 5673, theme.scss */
  .footer__phone-group {
    gap: 6px; }

  /* line 5677, theme.scss */
  .footer__callback-button {
    margin-top: 5px; }

  /* line 5682, theme.scss */
  .footer .footer__info-text {
    max-width: 200px;
    padding-right: 1%; }

  /* line 5687, theme.scss */
  .footer__logo {
    display: none; }

  /* line 5691, theme.scss */
  .footer .bottom-social {
    display: flex; }

  /* line 5696, theme.scss */
  .footer__copy {
    display: inline;
    text-align: start;
    max-width: 338px; }

  /* line 5702, theme.scss */
  .footer__copy p {
    margin: 0; }

  /* line 5709, theme.scss */
  .feedback-section {
    margin: 60px 39px; }

  /* line 5713, theme.scss */
  .feedback-section__grid {
    grid-template-columns: 675px; }

  /* line 5717, theme.scss */
  .feedback-card__top .footer__phone-group {
    display: flex;
    align-items: end;
    justify-self: auto;
    min-width: auto; }

  /* line 5724, theme.scss */
  .feedback-contacts__schedule {
    margin-bottom: 14px; }

  /* line 5728, theme.scss */
  .feedback-card__top .feedback-contacts__call {
    width: 163px; }

  /* line 5732, theme.scss */
  .feedback-contacts__info {
    margin-left: 0;
    min-width: auto;
    justify-self: auto;
    margin-top: 0; }

  /* line 5740, theme.scss */
  .feedback-contacts__info .feedback-contacts__info-item .footer__info-text {
    width: auto; }

  /* line 5744, theme.scss */
  .feedback-card__top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }

  /* line 5750, theme.scss */
  .feedback-messengers {
    margin-top: 30px;
    min-width: 630px;
    gap: 10px; }

  /* line 5756, theme.scss */
  .feedback-messengers__btn {
    width: auto; }

  /* line 5760, theme.scss */
  .feedback-form__title {
    font-size: 32px; }

  /* line 5764, theme.scss */
  .feedback-form__subtitle {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 24px; }

  /* line 5770, theme.scss */
  .feedback-form__grid {
    margin-bottom: 24px; }

  /* line 5774, theme.scss */
  .feedback-form__grid,
  .feedback-form__bottom {
    grid-template-columns: 1fr 305.5px; }

  /* line 5779, theme.scss */
  .promo_type_installments {
    margin: 0 0 80px; }

  /* line 5783, theme.scss */
  .analog-products {
    display: none; }

  /* --- Для Страницы разделов --- */
  /* line 5791, theme.scss */
  .bread_crumbs {
    margin: 0 39px 29px; }

  /* line 5795, theme.scss */
  .catalog__heading {
    margin: 0 39px 30px; }

  /* line 5799, theme.scss */
  .catalog_grid_for_razdely {
    margin: 0 39px;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab; }

  /* line 5808, theme.scss */
  .catalog_grid_for_razdely:active {
    cursor: grabbing; }

  /* line 5812, theme.scss */
  .catalog_grid_for_razdely::-webkit-scrollbar {
    display: none; }

  /* line 5816, theme.scss */
  .catalog-subcard {
    flex: 0 0 auto; }

  /* line 5820, theme.scss */
  .catalog-subcard__image {
    width: 36px; }

  /* line 5824, theme.scss */
  .catalog-page {
    margin: 30px auto; }

  /* line 5828, theme.scss */
  .sidebar {
    display: none; }

  /* line 5832, theme.scss */
  .catalog-page__layout aside {
    display: none; }

  /* line 5844, theme.scss */
  .show__controls {
    margin: 0 39px 20px;
    position: relative; }

  /* line 5849, theme.scss */
  .show__controls.is-mobile {
    overflow-x: hidden !important; }

  /* line 5853, theme.scss */
  .show__controls.is-mobile .tabs {
    display: flex;
    width: max-content;
    will-change: transform;
    cursor: grab; }

  /* line 5860, theme.scss */
  .show__controls.is-mobile .tabs:active {
    cursor: grabbing; }

  /* line 5865, theme.scss */
  .filter-bar {
    margin: 0 39px;
    justify-content: space-between; }

  /* line 5870, theme.scss */
  .filters_span {
    display: flex;
    gap: 10px; }

  /* line 5875, theme.scss */
  .filter-item {
    min-width: 260px; }

  /* line 5879, theme.scss */
  .filter-bar,
  .filter-button {
    display: flex; }

  /* line 5884, theme.scss */
  .filter__controls {
    display: none; }

  /* line 5898, theme.scss */
  .card-sections {
    width: 330px; }

  /* line 5907, theme.scss */
  .hidden-badge {
    display: flex; }

  /* line 5911, theme.scss */
  .product-card__title {
    font-size: 15.8px;
    display: flex;
    align-items: center; }

  /* line 5917, theme.scss */
  .page_type_razdely .main-for-razdely .catalog-page .catalog-products-content .products-grid .product-card.card-sections .line__icon {
    left: 46.5%; }

  /* line 5921, theme.scss */
  .title__cards {
    display: none; }

  /* line 5926, theme.scss */
  .bootom__controls {
    min-width: 689px;
    margin: 30px 39px 0; }

  /* line 5931, theme.scss */
  .bottom-order {
    margin-bottom: 80px; } }
/* Ширина экрана c 576px до 508px */
/* --- Для Главной страницы --- */
@media (min-width: 508px) and (max-width: 576px) {
  /* line 5946, theme.scss */
  :root {
    --layout-width: 100%; }

  /* line 5950, theme.scss */
  .main {
    padding-top: 0;
    padding-bottom: 0; }

  /* line 5955, theme.scss */
  .tablet-top {
    display: flex; }

  /* line 5959, theme.scss */
  .tablet-inner {
    padding: 20px 33px; }

  /* line 5963, theme.scss */
  .tablet_wrapper {
    display: block;
    width: 100%; }

  /* line 5968, theme.scss */
  .search_tablet {
    display: block; }

  /* line 5972, theme.scss */
  .catalog__tablet-grid {
    display: grid; }

  /* line 5976, theme.scss */
  .open_burger_wrapper {
    display: block; }

  /* line 5980, theme.scss */
  .header-tablet__actions {
    padding: 20px 33px; }

  /* line 5984, theme.scss */
  .header .tablet-left > .header-top__social {
    display: none; }

  /* line 5988, theme.scss */
  .burger-contact-info {
    max-width: 510px;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px; }

  /* line 5995, theme.scss */
  .burger__info-item {
    min-width: 510px;
    max-height: 78px; }

  /* line 6000, theme.scss */
  .burger__info-text {
    text-wrap: nowrap; }

  /* line 6004, theme.scss */
  .hidden-header,
  .catalog__grid {
    display: none; }

  /* line 6009, theme.scss */
  .hidden-icon {
    display: block; }

  /* line 6013, theme.scss */
  .actions_768 > .icon-button:nth-of-type(1) {
    display: none; }

  /* line 6017, theme.scss */
  .catalog {
    margin: 50px 33px 55px; }

  /* line 6021, theme.scss */
  .catalog__tablet-grid {
    display: block;
    width: calc(100% - 40px);
    overflow: hidden; }

  /* line 6032, theme.scss */
  .catalog__tablet-grid .swiper-slide {
    width: 150px;
    flex-shrink: 0; }

  /* line 6038, theme.scss */
  .catalog-tablet-image {
    width: 110px;
    height: 94px; }

  /* line 6043, theme.scss */
  .section-heading__title {
    font-size: 36px; }

  /* line 6047, theme.scss */
  .popular-products {
    margin: 0 33px;
    padding: 0; }

  /* line 6052, theme.scss */
  .popular-products__heading {
    margin-bottom: 20px; }

  /* line 6056, theme.scss */
  .popular-products__controls {
    margin-bottom: 30px; }

  /* line 6060, theme.scss */
  .arrows {
    display: none; }

  /* line 6064, theme.scss */
  .popular-products__grid {
    gap: 10px; }

  /* line 6068, theme.scss */
  .product-card {
    width: 250px; }

  /* line 6072, theme.scss */
  .hidden-card {
    display: none; }

  /* line 6076, theme.scss */
  .product-card__image-wrapper {
    width: 202px;
    height: 202px; }

  /* line 6081, theme.scss */
  .product-card__price-old {
    font-size: 16px; }

  /* line 6085, theme.scss */
  .product-card__button {
    max-width: 94px; }

  /* line 6089, theme.scss */
  .line__icon {
    left: 63.5%; }

  /* line 6093, theme.scss */
  .promo {
    padding: 0 33px;
    margin-top: 50px;
    display: grid; }

  /* line 6099, theme.scss */
  .promo__inner {
    width: 100%;
    height: 290px;
    padding: 30px; }

  /* line 6105, theme.scss */
  .promo__content {
    gap: 0; }

  /* line 6109, theme.scss */
  .promo__text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px; }

  /* line 6115, theme.scss */
  .promo__title {
    font-size: 32px; }

  /* line 6119, theme.scss */
  .promo__image_main,
  .promo__image_overlay {
    height: 144px; }

  /* line 6124, theme.scss */
  .promo__image-group {
    bottom: 3%;
    left: -19%; }

  /* line 6129, theme.scss */
  .promo__inner:nth-of-type(2) .promo__image {
    max-height: 260px;
    right: -56px; }

  /* line 6134, theme.scss */
  .how-to-order {
    margin: 50px 33px 0px;
    padding: 0; }

  /* line 6139, theme.scss */
  .how-to-order__heading {
    margin-bottom: 40px; }

  /* line 6143, theme.scss */
  .how-to-order__list {
    display: flex;
    flex-direction: column;
    gap: 20px; }

  /* line 6149, theme.scss */
  .how-to-order__item {
    display: flex;
    align-items: center;
    padding: 30px;
    min-height: 146px; }

  /* line 6156, theme.scss */
  .articles {
    margin: 40px 33px 70px; }

  /* line 6160, theme.scss */
  .articles__heading {
    margin-bottom: 40px; }

  /* line 6164, theme.scss */
  .articles__grid {
    grid-template-columns: repeat(3, 240px);
    gap: 20px; }

  /* line 6169, theme.scss */
  .article-card_size_large .article-card__content {
    bottom: 72px;
    left: 31px;
    right: 31px; }

  /* line 6175, theme.scss */
  .articles__controls {
    display: none; }

  /* line 6180, theme.scss */
  .footer {
    padding: 40px 39px 120px; }

  /* line 6184, theme.scss */
  .footer__top {
    grid-template-columns: 150px 1fr 1fr;
    margin-bottom: 30px; }

  /* line 6189, theme.scss */
  .footer .footer__mail__soc {
    display: flex;
    margin-left: 0;
    gap: 30px; }

  /* line 6195, theme.scss */
  .footer .footer__social {
    display: none; }

  /* line 6199, theme.scss */
  .footer__contacts {
    grid-column: span 3;
    display: flex;
    justify-content: flex-end; }

  /* line 6206, theme.scss */
  .footer .footer__info-item {
    border: 1px solid #3C3C3C;
    border-radius: 6px;
    padding: 16px;
    gap: 4px; }

  /* line 6213, theme.scss */
  .footer__location__icon-image,
  .footer__mail__icon-image {
    margin-bottom: 8px; }

  /* line 6218, theme.scss */
  .footer__phone-group {
    gap: 30px;
    display: flex;
    flex-direction: row; }

  /* line 6224, theme.scss */
  .phone-group-wrapper {
    display: grid;
    text-align: end;
    gap: 6px;
    align-self: center; }

  /* line 6231, theme.scss */
  .footer__callback-button {
    margin-top: 0px;
    min-width: 240px; }

  /* line 6236, theme.scss */
  .footer .footer__info-text {
    width: 200px; }

  /* line 6241, theme.scss */
  .footer .footer__info-link {
    width: 200px; }

  /* line 6245, theme.scss */
  .footer .footer__info-label {
    display: flex; }

  /* line 6249, theme.scss */
  .footer .footer__info-text,
  .footer .footer__info-link {
    padding-left: 0; }

  /* line 6255, theme.scss */
  .footer__logo {
    display: none; }

  /* line 6259, theme.scss */
  .footer .bottom-social {
    display: flex; }

  /* line 6264, theme.scss */
  .footer__copy {
    display: inline;
    text-align: start;
    max-width: 328px; }

  /* line 6270, theme.scss */
  .footer__bottom-inner {
    gap: 0; }

  /* line 6274, theme.scss */
  .footer__copy p {
    margin: 0; }

  /* line 6280, theme.scss */
  .feedback-section {
    margin: 50px 33px; }

  /* line 6284, theme.scss */
  .feedback-section__grid {
    grid-template-columns: 510px; }

  /* line 6288, theme.scss */
  .feedback-card__top .footer__phone-group {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-self: auto;
    min-width: auto;
    gap: 0; }

  /* line 6297, theme.scss */
  .feedback-contacts__schedule {
    margin-top: 6px;
    margin-bottom: 45px; }

  /* line 6302, theme.scss */
  .feedback-card__top .feedback-contacts__call {
    width: 163px;
    min-width: auto; }

  /* line 6307, theme.scss */
  .feedback-contacts__info {
    margin-left: 0;
    min-width: auto;
    justify-self: auto;
    margin-top: 0;
    gap: 16px;
    width: 227px; }

  /* line 6317, theme.scss */
  .feedback-contacts__info .feedback-contacts__info-item .footer__info-text {
    width: auto; }

  /* line 6321, theme.scss */
  .feedback-card__top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }

  /* line 6327, theme.scss */
  .feedback-messengers {
    margin-top: 30px;
    min-width: 450px;
    gap: 10px; }

  /* line 6333, theme.scss */
  .feedback-messengers__btn {
    width: auto; }

  /* line 6337, theme.scss */
  .feedback-form__title {
    font-size: 24px; }

  /* line 6341, theme.scss */
  .feedback-form__subtitle {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 24px; }

  /* line 6347, theme.scss */
  .feedback-form__grid {
    margin-bottom: 24px; }

  /* line 6351, theme.scss */
  .feedback-form__grid,
  .feedback-form__bottom {
    grid-template-columns: 215px 215px; }

  /* line 6356, theme.scss */
  .promo_type_installments {
    margin: 0 0 70px; }

  /* line 6360, theme.scss */
  .analog-products {
    display: none; }

  /* --- Для Страницы разделов --- */
  /* line 6368, theme.scss */
  .bread_crumbs {
    margin: 0 33px 29px; }

  /* line 6372, theme.scss */
  .catalog__heading {
    margin: 0 33px 30px; }

  /* line 6376, theme.scss */
  .catalog_grid_for_razdely {
    margin: 0 33px;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab; }

  /* line 6385, theme.scss */
  .catalog_grid_for_razdely:active {
    cursor: grabbing; }

  /* line 6389, theme.scss */
  .catalog_grid_for_razdely::-webkit-scrollbar {
    display: none; }

  /* line 6393, theme.scss */
  .catalog-subcard {
    flex: 0 0 auto; }

  /* line 6397, theme.scss */
  .catalog-subcard__image {
    width: 36px; }

  /* line 6401, theme.scss */
  .catalog-page {
    margin: 20px auto; }

  /* line 6405, theme.scss */
  .sidebar {
    display: none; }

  /* line 6409, theme.scss */
  .catalog-page__layout aside {
    display: none; }

  /* line 6422, theme.scss */
  .filter__controls {
    display: none; }

  /* line 6426, theme.scss */
  .show__controls {
    margin: 0 33px 20px;
    position: relative; }

  /* line 6432, theme.scss */
  .show__controls.is-mobile {
    overflow-x: hidden !important; }

  /* line 6436, theme.scss */
  .show__controls.is-mobile .tabs {
    display: flex;
    width: max-content;
    will-change: transform;
    cursor: grab; }

  /* line 6443, theme.scss */
  .show__controls.is-mobile .tabs:active {
    cursor: grabbing; }

  /* line 6448, theme.scss */
  .filter-bar {
    margin: 0 33px; }

  /* line 6452, theme.scss */
  .filter-bar,
  .filter-button {
    display: flex;
    flex-direction: column-reverse;
    max-width: 510px; }

  /* line 6459, theme.scss */
  .filter-button {
    flex-direction: row;
    justify-content: center; }

  /* line 6464, theme.scss */
  .filters_span {
    display: flex;
    gap: 10px; }

  /* line 6480, theme.scss */
  .hidden-badge {
    display: flex; }

  /* line 6484, theme.scss */
  .title__cards {
    display: none; }

  /* line 6489, theme.scss */
  .bootom__controls {
    min-width: 510px;
    margin: 30px 33px 0; }

  /* line 6494, theme.scss */
  .bottom__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  /* line 6500, theme.scss */
  .bottom__tabs .show_more {
    flex: 0 0 100%;
    order: 2; }

  /* line 6505, theme.scss */
  .bottom__tabs > .item__number:nth-last-child(3) {
    display: none; }

  /* line 6509, theme.scss */
  .bottom-order {
    margin-bottom: 70px; } }
/* Ширина экрана c 440px до 507px */
/* --- Для Главной страницы --- */
@media (min-width: 440px) and (max-width: 507px) {
  /* line 6523, theme.scss */
  :root {
    --layout-width: 100%; }

  /* line 6527, theme.scss */
  .main {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 80px; }

  /* line 6534, theme.scss */
  .tablet-top {
    display: flex; }

  /* line 6538, theme.scss */
  .tablet-inner {
    padding: 20px 33px; }

  /* line 6542, theme.scss */
  .tablet_wrapper {
    display: block;
    width: 100%; }

  /* line 6547, theme.scss */
  .search_tablet {
    display: block; }

  /* line 6551, theme.scss */
  .catalog__tablet-grid {
    display: grid; }

  /* line 6555, theme.scss */
  .open_burger_wrapper {
    display: block; }

  /* line 6559, theme.scss */
  .header-tablet__actions {
    padding: 20px 33px; }

  /* line 6563, theme.scss */
  .header .tablet-left > .header-top__social {
    display: none; }

  /* line 6567, theme.scss */
  .burger-contact-info {
    max-width: 510px;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px; }

  /* line 6574, theme.scss */
  .burger__info-item {
    min-width: 370px;
    max-height: 78px;
    margin: 0 33px; }

  /* line 6580, theme.scss */
  .open-burger-nav {
    margin-bottom: 12px; }

  /* line 6584, theme.scss */
  .burger__info-text {
    text-wrap: nowrap; }

  /* line 6588, theme.scss */
  .hidden-header,
  .catalog__grid {
    display: none; }

  /* line 6593, theme.scss */
  .hidden-icon {
    display: block; }

  /* line 6597, theme.scss */
  .actions_768 > .icon-button:nth-of-type(1) {
    display: none; }

  /* line 6601, theme.scss */
  .catalog {
    margin: 50px 33px 55px; }

  /* line 6605, theme.scss */
  .catalog__tablet-grid {
    display: block;
    overflow: hidden; }

  /* line 6616, theme.scss */
  .catalog__tablet-grid .swiper-slide {
    width: 150px;
    flex-shrink: 0; }

  /* line 6622, theme.scss */
  .catalog-tablet-image {
    width: 110px;
    height: 94px; }

  /* line 6627, theme.scss */
  .section-heading__title {
    font-size: 36px;
    text-align: center;
    margin: 0 auto; }

  /* line 6633, theme.scss */
  .popular-products {
    padding-left: 30px; }

  /* line 6639, theme.scss */
  .popular-products__heading {
    margin-bottom: 20px; }

  /* line 6643, theme.scss */
  .popular-products__controls {
    margin-bottom: 30px; }

  /* line 6647, theme.scss */
  .arrows {
    display: none; }

  /* line 6651, theme.scss */
  .popular-products__grid {
    gap: 10px; }

  /* line 6655, theme.scss */
  .product-card {
    width: 215px; }

  /* line 6659, theme.scss */
  .hidden-card {
    display: none; }

  /* line 6668, theme.scss */
  .product-card__price-old {
    font-size: 16px; }

  /* line 6672, theme.scss */
  .product-card__button {
    max-width: 94px;
    height: 44px; }

  /* line 6677, theme.scss */
  .line__icon {
    left: 63.5%; }

  /* line 6681, theme.scss */
  .promo {
    padding: 0 33px;
    margin-top: 50px;
    display: grid; }

  /* line 6687, theme.scss */
  .promo__inner {
    width: 100%;
    height: 290px;
    padding: 30px; }

  /* line 6693, theme.scss */
  .promo__content {
    gap: 0; }

  /* line 6697, theme.scss */
  .promo__text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px; }

  /* line 6703, theme.scss */
  .promo__title {
    font-size: 32px; }

  /* line 6707, theme.scss */
  .promo__image_main,
  .promo__image_overlay {
    height: 152px;
    max-width: fit-content; }

  /* line 6713, theme.scss */
  .promo__image_exchange {
    left: 55px;
    max-width: fit-content; }

  /* line 6718, theme.scss */
  .promo__image-group {
    bottom: 3%;
    left: -30%; }

  /* line 6723, theme.scss */
  .promo__inner:nth-of-type(2) .promo__image {
    max-height: 260px;
    right: -56px; }

  /* line 6728, theme.scss */
  .how-to-order {
    margin: 50px 33px 0px;
    padding: 0; }

  /* line 6733, theme.scss */
  .how-to-order__heading {
    margin-bottom: 40px; }

  /* line 6737, theme.scss */
  .how-to-order__list {
    display: flex;
    flex-direction: column;
    gap: 20px; }

  /* line 6743, theme.scss */
  .how-to-order__item {
    display: flex;
    align-items: center;
    padding: 30px;
    min-height: 146px; }

  /* line 6750, theme.scss */
  .articles {
    margin: 40px 33px 70px; }

  /* line 6754, theme.scss */
  .articles__heading {
    margin-bottom: 40px; }

  /* line 6758, theme.scss */
  .articles__grid {
    grid-template-columns: repeat(3, 240px);
    gap: 20px; }

  /* line 6763, theme.scss */
  .article-card_size_large .article-card__content {
    bottom: 72px;
    left: 31px;
    right: 31px; }

  /* line 6769, theme.scss */
  .articles__controls {
    display: none; }

  /* line 6774, theme.scss */
  .footer {
    padding: 40px 25px 120px; }

  /* line 6778, theme.scss */
  .footer__top {
    grid-template-columns: 140px 1fr 1fr;
    margin-bottom: 30px; }

  /* line 6783, theme.scss */
  .footer .footer__mail__soc {
    display: flex;
    margin-left: 0;
    gap: 20px; }

  /* line 6789, theme.scss */
  .footer .footer__social {
    display: none; }

  /* line 6793, theme.scss */
  .footer__contacts {
    grid-column: span 3;
    display: flex;
    justify-content: flex-end; }

  /* line 6800, theme.scss */
  .footer .footer__info-item {
    border: 1px solid #3C3C3C;
    border-radius: 6px;
    padding: 16px;
    gap: 4px;
    max-width: 175px; }

  /* line 6808, theme.scss */
  .footer__location__icon-image,
  .footer__mail__icon-image {
    margin-bottom: 8px; }

  /* line 6813, theme.scss */
  .footer__phone-group {
    gap: 20px;
    display: flex;
    flex-direction: row; }

  /* line 6819, theme.scss */
  .phone-group-wrapper {
    display: grid;
    text-align: end;
    gap: 6px;
    align-self: center; }

  /* line 6826, theme.scss */
  .footer__callback-button {
    margin-top: 0px;
    min-width: 175px; }

  /* line 6831, theme.scss */
  .footer .footer__info-text {
    width: 189px; }

  /* line 6836, theme.scss */
  .footer .footer__info-link {
    width: 200px; }

  /* line 6840, theme.scss */
  .footer .footer__info-label {
    display: flex; }

  /* line 6844, theme.scss */
  .footer .footer__info-text,
  .footer .footer__info-link {
    padding-left: 0; }

  /* line 6850, theme.scss */
  .footer__logo {
    display: none; }

  /* line 6854, theme.scss */
  .footer .bottom-social {
    display: flex; }

  /* line 6859, theme.scss */
  .footer__copy {
    display: inline;
    text-align: start;
    max-width: 328px; }

  /* line 6865, theme.scss */
  .footer__bottom-inner {
    gap: 0; }

  /* line 6869, theme.scss */
  .footer__copy p {
    margin: 0; }

  /* line 6875, theme.scss */
  .feedback-section {
    margin: 50px 33px; }

  /* line 6879, theme.scss */
  .feedback-section__grid {
    grid-template-columns: 510px; }

  /* line 6883, theme.scss */
  .feedback-card__top .footer__phone-group {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-self: auto;
    min-width: auto;
    gap: 0; }

  /* line 6892, theme.scss */
  .feedback-contacts__schedule {
    margin-top: 6px;
    margin-bottom: 45px; }

  /* line 6897, theme.scss */
  .feedback-card__top .feedback-contacts__call {
    width: 163px;
    min-width: auto; }

  /* line 6902, theme.scss */
  .feedback-contacts__info {
    margin-left: 0;
    min-width: auto;
    justify-self: auto;
    margin-top: 0;
    gap: 16px;
    width: 227px; }

  /* line 6912, theme.scss */
  .feedback-contacts__info .feedback-contacts__info-item .footer__info-text {
    width: auto; }

  /* line 6916, theme.scss */
  .feedback-card__top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }

  /* line 6922, theme.scss */
  .feedback-messengers {
    margin-top: 30px;
    min-width: 450px;
    gap: 10px; }

  /* line 6928, theme.scss */
  .feedback-messengers__btn {
    width: auto; }

  /* line 6932, theme.scss */
  .feedback-form__title {
    font-size: 24px; }

  /* line 6936, theme.scss */
  .feedback-form__subtitle {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 24px; }

  /* line 6942, theme.scss */
  .feedback-form__grid {
    margin-bottom: 24px; }

  /* line 6946, theme.scss */
  .feedback-form__grid,
  .feedback-form__bottom {
    grid-template-columns: 215px 215px; }

  /* line 6951, theme.scss */
  .promo_type_installments {
    margin: 0 0 70px; }

  /* line 6955, theme.scss */
  .analog-products {
    display: none; }

  /* line 6959, theme.scss */
  .main-for-index {
    padding-bottom: 0 !important; }

  /*Новые блоки*/
  /* line 6967, theme.scss */
  .page-headding.heading {
    text-align: center;
    margin: 0 auto;
    max-width: 380px; }

  /* line 6974, theme.scss */
  .benefits {
    margin: 0 30px; }

  /* line 6978, theme.scss */
  .widget-type_system_widget_v4_page_banner_1_1 .banner-list__item .banner-list__item-text {
    margin: 0 30px; }

  /* line 6983, theme.scss */
  .widget-type_widget_v4_accordion_cards_1_84980d6a1bb83dbab538438b4cc6a1f6 .tabs {
    margin: 0 30px; }

  /* line 6987, theme.scss */
  .reviews-yandex-maps {
    max-width: 380px; }

  /* line 6991, theme.scss */
  .widget-type_widget_v4_collection_description_1_1e0004e622c7a95a46ea526509ceb02d .static-text {
    margin: 30px 35px 0; }

  /* line 6995, theme.scss */
  .search {
    display: block; }

  /* line 6999, theme.scss */
  .widget-type_system_widget_v4_stories_2 {
    margin: 50px 30px; }

  /* line 7003, theme.scss */
  .widget-type_system_widget_v4_banner_list_25_1 {
    margin: 0 30px 50px; }

  /* line 7007, theme.scss */
  [data-widget-drop-item-id="271049649"] .static-text {
    margin-top: 0; }

  /* --- Для Страницы разделов --- */
  /* line 7017, theme.scss */
  .bread_crumbs {
    display: flex;
    justify-content: center;
    max-width: 380px;
    flex-wrap: wrap;
    margin-bottom: 30px; }

  /* line 7035, theme.scss */
  .catalog_grid_for_razdely {
    margin: 0 10px;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab; }

  /* line 7044, theme.scss */
  .catalog_grid_for_razdely:active {
    cursor: grabbing; }

  /* line 7048, theme.scss */
  .catalog_grid_for_razdely::-webkit-scrollbar {
    display: none; }

  /* line 7052, theme.scss */
  .catalog-subcard {
    flex: 0 0 auto; }

  /* line 7056, theme.scss */
  .catalog-subcard__image {
    width: 36px; }

  /* line 7060, theme.scss */
  .catalog-page {
    margin: 20px auto; }

  /* line 7064, theme.scss */
  .sidebar {
    display: none; }

  /* line 7068, theme.scss */
  .catalog-page__layout aside {
    display: none; }

  /* line 7081, theme.scss */
  .filter__controls {
    display: none; }

  /* line 7085, theme.scss */
  .show__controls {
    margin: 0 33px 20px;
    position: relative; }

  /* line 7091, theme.scss */
  .show__controls.is-mobile {
    overflow-x: hidden !important; }

  /* line 7095, theme.scss */
  .show__controls.is-mobile .tabs {
    display: flex;
    width: max-content;
    will-change: transform;
    cursor: grab; }

  /* line 7102, theme.scss */
  .show__controls.is-mobile .tabs:active {
    cursor: grabbing; }

  /* line 7107, theme.scss */
  .filter-bar {
    margin: 0 25px; }

  /* line 7111, theme.scss */
  .filter-bar,
  .filter-button {
    display: flex;
    flex-direction: column-reverse;
    max-width: 403px; }

  /* line 7118, theme.scss */
  .filter-item {
    justify-content: normal;
    max-width: 197px;
    padding: 16px 20px; }

  /* line 7124, theme.scss */
  .filter-item .filter-item__text {
    overflow: hidden;
    text-overflow: ellipsis; }

  /* line 7129, theme.scss */
  .sidebar-menu__chevron, .filter__chevron {
    margin-left: 0; }

  /* line 7133, theme.scss */
  .product-button-text {
    display: none; }

  /* line 7137, theme.scss */
  .product-button-icon {
    display: block; }

  /* line 7141, theme.scss */
  .product-card__prices {
    flex-direction: row;
    align-items: center;
    gap: 20px; }

  /* line 7147, theme.scss */
  .filter-button {
    flex-direction: row;
    justify-content: center; }

  /* line 7152, theme.scss */
  .filters_span {
    display: flex;
    gap: 10px; }

  /* line 7157, theme.scss */
  .products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 25px;
    gap: 10px; }

  /* line 7166, theme.scss */
  .product-card-four {
    max-width: 197px; }

  /* line 7175, theme.scss */
  .hidden-badge {
    display: flex; }

  /* line 7179, theme.scss */
  .title__cards {
    display: none; }

  /* line 7184, theme.scss */
  .bootom__controls {
    min-width: auto;
    margin: 30px 0 0; }

  /* line 7189, theme.scss */
  .static-text {
    margin: 80px 20px 0 35px; }

  /* line 7194, theme.scss */
  .bottom__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    max-width: 390px; }

  /* line 7202, theme.scss */
  .bottom__tabs .show_more {
    flex: 0 0 100%;
    order: 2; }

  /* line 7207, theme.scss */
  .bottom__tabs > .item__number:nth-last-child(3) {
    display: none; }

  /* line 7211, theme.scss */
  .bottom-order {
    margin-bottom: 70px; } }
/* Ширина экрана c 406px и до 439px*/
/* --- Для Главной страницы --- */
@media (min-width: 406px) and (max-width: 439px) {
  /* line 7231, theme.scss */
  .feedback-section {
    margin: 50px 10px; }

  /* line 7235, theme.scss */
  .feedback-section__grid {
    grid-template-columns: 380px;
    gap: 20px; }

  /* line 7240, theme.scss */
  .feedback-card_type_contacts,
  .feedback-card_type_form {
    padding: 20px; }

  /* line 7245, theme.scss */
  .feedback-card__top .footer__phone-group {
    gap: 0; }

  /* line 7249, theme.scss */
  .feedback-card_type_contacts .feedback-card__top .feedback-contacts .footer__phone-group {
    column-gap: 10px;
    margin-bottom: 31.5px; }

  /* line 7254, theme.scss */
  .feedback-card__top .feedback-contacts__phone {
    text-align: end; }

  /* line 7258, theme.scss */
  .feedback-contacts__schedule {
    margin-top: 6px; }

  /* line 7262, theme.scss */
  .feedback-card__top .feedback-contacts__call {
    width: 163px;
    min-width: auto; }

  /* line 7267, theme.scss */
  .feedback-contacts__info {
    margin-left: 0;
    min-width: auto;
    justify-self: auto;
    margin-top: 0;
    gap: 16px;
    width: 227px; }

  /* line 7277, theme.scss */
  .feedback-contacts__info .feedback-contacts__info-item .footer__info-text {
    width: auto; }

  /* line 7281, theme.scss */
  .feedback-card__top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }

  /* line 7287, theme.scss */
  .feedback-messengers {
    margin-top: 30px;
    min-width: 340px;
    gap: 10px; }

  /* line 7293, theme.scss */
  .feedback-messengers__btn {
    width: auto; }

  /* line 7297, theme.scss */
  .feedback-form__title {
    font-size: 24px; }

  /* line 7301, theme.scss */
  .feedback-form__subtitle {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px;
    width: 300px; }

  /* line 7308, theme.scss */
  .feedback-form__grid {
    margin-bottom: 20px; }

  /* line 7312, theme.scss */
  .feedback-form__grid,
  .feedback-form__bottom {
    grid-template-columns: 1fr;
    display: grid;
    gap: 15px; }

  /* line 7319, theme.scss */
  .promo_type_installments {
    margin: 0 0 60px; }

  /* line 7323, theme.scss */
  .analog-products {
    display: none; }

  /* line 7328, theme.scss */
  :root {
    --layout-width: 100%; }

  /* line 7332, theme.scss */
  .main {
    padding-top: 0;
    padding-bottom: 0; }

  /* line 7337, theme.scss */
  .tablet-top {
    display: flex; }

  /* line 7341, theme.scss */
  .tablet-inner {
    padding: 15px 20px; }

  /* line 7345, theme.scss */
  .open-burger-nav {
    max-width: 380px;
    margin: 0 auto; }

  /* line 7350, theme.scss */
  .open_bureger_list {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 7355, theme.scss */
  .tablet_wrapper {
    display: block;
    width: 100%; }

  /* line 7360, theme.scss */
  .search_tablet {
    display: block;
    padding: 20px; }

  /* line 7365, theme.scss */
  .catalog__tablet-grid {
    display: grid; }

  /* line 7369, theme.scss */
  .open_burger_wrapper {
    display: block; }

  /* line 7373, theme.scss */
  .header-tablet__actions {
    padding: 20px; }

  /* line 7377, theme.scss */
  .header .tablet-left > .header-top__social {
    display: none; }

  /* line 7381, theme.scss */
  .burger-contact-info {
    min-width: auto;
    width: auto;
    flex-direction: column;
    gap: 10px;
    margin: 30px 40px; }

  /* line 7389, theme.scss */
  .burger__info-item {
    min-width: 340px; }

  /* line 7393, theme.scss */
  .burger__info-text {
    text-wrap: nowrap; }

  /* line 7397, theme.scss */
  .hidden-header,
  .catalog__grid {
    display: none; }

  /* line 7402, theme.scss */
  .hidden-icon {
    display: block; }

  /* line 7406, theme.scss */
  .actions_768 > .icon-button:nth-of-type(1) {
    display: none; }

  /* line 7410, theme.scss */
  .catalog {
    margin: 40px 20px 40px; }

  /* line 7414, theme.scss */
  .catalog__tablet-grid {
    display: grid;
    grid-template-columns: repeat(8, 150px);
    grid-template-rows: 175px;
    grid-column-gap: 10px; }

  /* line 7421, theme.scss */
  .catalog-tablet-image {
    width: 110px;
    height: 94px; }

  /* line 7426, theme.scss */
  .section-heading__title {
    font-size: 32px;
    text-wrap: nowrap;
    margin: 0 auto; }

  /* line 7432, theme.scss */
  .popular-products {
    padding: 0;
    padding-left: 20px; }

  /* line 7438, theme.scss */
  .popular-products__heading {
    margin-bottom: 20px; }

  /* line 7442, theme.scss */
  .popular-products__controls {
    margin-bottom: 25px; }

  /* line 7446, theme.scss */
  .arrows {
    display: none; }

  /* line 7450, theme.scss */
  .popular-products__grid {
    gap: 10px; }

  /* line 7454, theme.scss */
  .product-card {
    width: 250px;
    padding: 20px; }

  /* line 7459, theme.scss */
  .hidden-card {
    display: none; }

  /* line 7463, theme.scss */
  .product-card__image-wrapper {
    width: 100%;
    height: 100%; }

  /* line 7468, theme.scss */
  .product-card__price-old {
    font-size: 16px; }

  /* line 7472, theme.scss */
  .product-card__button {
    max-width: 101px; }

  /* line 7476, theme.scss */
  .line__icon {
    left: 61%; }

  /* line 7480, theme.scss */
  .promo {
    padding: 0 20px;
    display: grid;
    gap: 20px;
    justify-content: center; }

  /* line 7488, theme.scss */
  .main-for-index .catalog-page {
    margin: 0 auto 40px; }

  /* line 7492, theme.scss */
  .main-for-index {
    padding-bottom: 60px !important; }

  /* line 7497, theme.scss */
  .promo__inner {
    max-width: 380px;
    max-height: 240px;
    padding: 25px; }

  /* line 7503, theme.scss */
  .promo__content {
    gap: 10px; }

  /* line 7507, theme.scss */
  .promo__text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px; }

  /* line 7513, theme.scss */
  .promo__title {
    font-size: 24px;
    padding-right: 6%; }

  /* line 7518, theme.scss */
  .promo__inner:nth-of-type(2) .promo__title {
    font-size: 24px;
    padding-right: 15%; }

  /* line 7523, theme.scss */
  .promo__button {
    padding: 14px 20px;
    min-width: 160px;
    font-size: 14px; }

  /* line 7529, theme.scss */
  .promo__image_main,
  .promo__image_overlay {
    height: 120px;
    max-width: inherit;
    left: 45px; }

  /* line 7536, theme.scss */
  .promo__image-group {
    bottom: 15%;
    right: 25%; }

  /* line 7541, theme.scss */
  .promo__image_exchange {
    height: 90px;
    top: 21%;
    left: 74%;
    max-width: inherit; }

  /* line 7548, theme.scss */
  .promo__inner:nth-of-type(2) .promo__image {
    max-height: 230px;
    left: 53%;
    top: 4%; }

  /* line 7554, theme.scss */
  .how-to-order {
    margin: 50px 20px 0px;
    padding: 0; }

  /* line 7559, theme.scss */
  .how-to-order__heading {
    justify-content: center;
    margin-bottom: 30px; }

  /* line 7564, theme.scss */
  .how-to-order__list {
    display: flex;
    flex-direction: column;
    gap: 20px; }

  /* line 7570, theme.scss */
  .how-to-order__item {
    display: flex;
    align-items: center;
    padding: 30px;
    min-height: 162px; }

  /* line 7577, theme.scss */
  .how-to-order__title {
    margin: 0 0 10px; }

  /* line 7581, theme.scss */
  .articles {
    margin: 50px 20px 40px; }

  /* line 7585, theme.scss */
  .articles__heading {
    justify-content: center;
    margin-bottom: 30px; }

  /* line 7590, theme.scss */
  .section-heading__actions {
    display: none; }

  /* line 7594, theme.scss */
  .articles__grid {
    grid-template-columns: repeat(3, 240px);
    gap: 20px; }

  /* line 7599, theme.scss */
  .article-card_size_large .article-card__content {
    bottom: 72px;
    left: 31px;
    right: 31px; }

  /* line 7605, theme.scss */
  .articles__controls {
    display: none; }

  /* line 7609, theme.scss */
  .hidden-button {
    display: flex;
    justify-self: center;
    padding: 14px 20px;
    min-width: 340px;
    margin-top: 30px; }

  /* line 7617, theme.scss */
  .footer {
    padding: 30px 20px 120px; }

  /* line 7621, theme.scss */
  .footer__top {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 20px; }

  /* line 7636, theme.scss */
  .footer__column_2 .footer__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 120px; }

  /* line 7643, theme.scss */
  .footer__column_catalog .footer__item {
    width: 50%; }

  /* line 7647, theme.scss */
  footer__link {
    color: #fff; }

  /* line 7658, theme.scss */
  .footer__column_3 .footer__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 120px; }

  /* line 7665, theme.scss */
  .footer__column_3 .footer__item {
    width: 50%; }

  /* line 7669, theme.scss */
  .footer__column_3 .footer__item:nth-child(-n+3) {
    width: 40.33%; }

  /* line 7680, theme.scss */
  .footer .footer__mail__soc {
    margin-left: 0;
    display: grid;
    gap: 20px; }

  /* line 7686, theme.scss */
  .footer .footer__social {
    display: none; }

  /* line 7690, theme.scss */
  .footer__contacts {
    grid-column: span 3;
    display: flex;
    justify-content: center; }

  /* line 7697, theme.scss */
  .footer .footer__info-item {
    border: 1px solid #3C3C3C;
    border-radius: 6px;
    padding: 16px;
    gap: 4px;
    margin-bottom: 0; }

  /* line 7705, theme.scss */
  .footer .footer__location__icon-image,
  .footer .footer__mail__icon-image {
    margin-bottom: 8px; }

  /* line 7710, theme.scss */
  .footer__phone-group {
    gap: 20px;
    display: flex; }

  /* line 7715, theme.scss */
  .phone-group-wrapper {
    display: grid;
    text-align: center;
    gap: 6px;
    align-self: center; }

  /* line 7722, theme.scss */
  .footer__callback-button {
    margin-top: 0px;
    min-width: 340px; }

  /* line 7727, theme.scss */
  .footer .footer__info-text {
    /* width: 200px; */ }

  /* line 7732, theme.scss */
  .footer .footer__info-link {
    /* width: 200px; */ }

  /* line 7736, theme.scss */
  .footer .footer__info-label {
    /* display: block; */ }

  /* line 7740, theme.scss */
  .footer .footer__info-text,
  .footer .footer__info-link {
    padding-left: 28px; }

  /* line 7746, theme.scss */
  .footer__logo {
    display: none; }

  /* line 7750, theme.scss */
  .footer .bottom-social {
    display: flex; }

  /* line 7755, theme.scss */
  .footer__copy {
    display: inline;
    text-align: center;
    max-width: 340px; }

  /* line 7761, theme.scss */
  .footer__bottom-inner {
    gap: 20px;
    flex-direction: column-reverse;
    align-items: center; }

  /* line 7767, theme.scss */
  .footer__copy p {
    margin: 0; }

  /* line 7771, theme.scss */
  .search {
    display: inherit; }

  /* line 7775, theme.scss */
  .product__buy-btn-area.is-fixed-state .product__buy-btn-area-inner {
    display: none !important; }

  /*Новые блоки*/
  /* line 7781, theme.scss */
  .page-headding.heading {
    text-align: center;
    margin: 0 auto;
    max-width: 380px; }

  /* line 7788, theme.scss */
  .benefits {
    margin: 0 20px; }

  /* line 7792, theme.scss */
  .widget-type_system_widget_v4_page_banner_1_1 .banner-list__item .banner-list__item-text {
    margin: 0 25px; }

  /* line 7797, theme.scss */
  .widget-type_widget_v4_accordion_cards_1_84980d6a1bb83dbab538438b4cc6a1f6 .tabs {
    margin: 0 25px; }

  /* line 7801, theme.scss */
  .reviews-yandex-maps {
    max-width: 380px; }

  /* line 7805, theme.scss */
  .widget-type_widget_v4_collection_description_1_1e0004e622c7a95a46ea526509ceb02d .static-text {
    margin: 30px 25px 0; }

  /* line 7809, theme.scss */
  [data-widget-drop-item-id="271049649"] .static-text {
    margin-top: 0; }

  /* --- Для Страница разделов --- */
  /* line 7820, theme.scss */
  .main-for-razdely {
    padding-top: 20px;
    padding-bottom: 60px; }

  /* line 7825, theme.scss */
  .bread_crumbs {
    margin: 0 20px 20px;
    display: flex;
    justify-content: center;
    max-width: 380px;
    flex-wrap: wrap; }

  /* line 7833, theme.scss */
  .catalog-page {
    margin-top: 10px;
    margin-bottom: 30px; }

  /* line 7838, theme.scss */
  .catalog__heading {
    margin: 0 auto 20px;
    justify-content: center; }

  /* line 7843, theme.scss */
  .section-heading__title {
    text-align: center;
    margin: 0 auto; }

  /* line 7848, theme.scss */
  .section-heading__title span {
    display: block; }

  /* line 7852, theme.scss */
  .catalog_grid_for_razdely {
    margin: 0 10px;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    flex-wrap: nowrap; }

  /* line 7862, theme.scss */
  .catalog_grid_for_razdely:active {
    cursor: grabbing; }

  /* line 7866, theme.scss */
  .catalog_grid_for_razdely::-webkit-scrollbar {
    display: none; }

  /* line 7870, theme.scss */
  .catalog-subcard {
    flex: 0 0 auto; }

  /* line 7874, theme.scss */
  .catalog-subcard__image {
    width: 36px; }

  /* line 7878, theme.scss */
  .sidebar {
    display: none; }

  /* line 7882, theme.scss */
  .catalog-page__layout aside {
    display: none; }

  /* line 7895, theme.scss */
  .show__controls {
    padding-bottom: 0; }

  /* line 7899, theme.scss */
  .show__controls.is-mobile {
    overflow-x: hidden !important; }

  /* line 7903, theme.scss */
  .show__controls.is-mobile .tabs {
    display: flex;
    width: max-content;
    will-change: transform;
    cursor: grab; }

  /* line 7910, theme.scss */
  .show__controls.is-mobile .tabs:active {
    cursor: grabbing; }

  /* .filter-bar {
    margin: 0 20px;
  } */
  /* line 7919, theme.scss */
  .filter__controls {
    display: none; }

  /* line 7923, theme.scss */
  .filter-bar,
  .filter-button {
    display: flex;
    flex-direction: column-reverse;
    max-width: 400px;
    padding-left: 20px; }

  /* line 7931, theme.scss */
  .filter-button {
    flex-direction: row;
    justify-content: center; }

  /* line 7936, theme.scss */
  .filters_span {
    display: flex;
    gap: 10px; }

  /* line 7941, theme.scss */
  .filter-item {
    max-width: 185px;
    width: 100%; }

  /* line 7946, theme.scss */
  .filter-item .filter-item__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0; }

  /* line 7954, theme.scss */
  .drop-filter-option {
    padding: 16px 16px; }

  /* line 7973, theme.scss */
  .card-sections {
    width: 380px;
    padding: 24px; }

  /* line 7983, theme.scss */
  .hidden-badge {
    display: flex; }

  /* line 7987, theme.scss */
  .product-card__button {
    max-width: 292px; }

  /* line 7991, theme.scss */
  .razdely__price-old {
    font-size: 17px; }

  /* line 7995, theme.scss */
  .page_type_razdely .main-for-razdely .catalog-page .catalog-products-content .products-grid .product-card.card-sections .line__icon {
    left: 39.5%; }

  /* line 7999, theme.scss */
  .product-card__title {
    display: flex;
    align-items: center; }

  /* line 8004, theme.scss */
  .title__cards {
    display: none; }

  /* line 8009, theme.scss */
  .bootom__controls {
    min-width: 340px;
    margin: 30px 20px 20px; }

  /* line 8014, theme.scss */
  .bottom__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.33px; }

  /* line 8021, theme.scss */
  .bottom__tabs .show_more {
    flex: 0 0 100%;
    order: 2; }

  /* line 8026, theme.scss */
  .bottom__tabs > .item__number:nth-last-child(3),
  .bottom__tabs > .item__number:nth-child(5),
  .bottom__tabs > .item__number:nth-child(6) {
    display: none; }

  /* line 8032, theme.scss */
  .show_more {
    margin-top: 10px; }

  /* line 8036, theme.scss */
  .bottom-order {
    margin-bottom: 60px; }

  /* line 8040, theme.scss */
  .feedback-form__agree-text {
    max-width: inherit; } }
/* Ширина экрана c 381px и до 405px*/
/* --- Для Главной страницы --- */
@media (min-width: 381px) and (max-width: 405px) {
  /* line 8059, theme.scss */
  :root {
    --layout-width: 100%; }

  /* line 8063, theme.scss */
  .main {
    padding-top: 0;
    padding-bottom: 0; }

  /* line 8068, theme.scss */
  .tablet-top {
    display: flex; }

  /* line 8072, theme.scss */
  .tablet-inner {
    padding: 15px 20px; }

  /* line 8076, theme.scss */
  .open_bureger_list {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 8081, theme.scss */
  .tablet_wrapper {
    display: block;
    width: 100%; }

  /* line 8086, theme.scss */
  .search_tablet {
    display: block;
    padding: 20px; }

  /* line 8091, theme.scss */
  .catalog__tablet-grid {
    display: grid; }

  /* line 8095, theme.scss */
  .open_burger_wrapper {
    display: block; }

  /* line 8099, theme.scss */
  .header-tablet__actions {
    padding: 20px; }

  /* line 8103, theme.scss */
  .header .tablet-left > .header-top__social {
    display: none; }

  /* line 8107, theme.scss */
  .burger-contact-info {
    min-width: auto;
    width: 340px;
    flex-direction: column;
    gap: 10px;
    margin: 30px 0 0; }

  /* line 8115, theme.scss */
  .burger__info-item {
    width: 340px; }

  /* line 8119, theme.scss */
  .burger__info-text {
    text-wrap: nowrap; }

  /* line 8123, theme.scss */
  .hidden-header,
  .catalog__grid {
    display: none; }

  /* line 8128, theme.scss */
  .hidden-icon {
    display: block; }

  /* line 8132, theme.scss */
  .actions_768 > .icon-button:nth-of-type(1) {
    display: none; }

  /* line 8136, theme.scss */
  .catalog {
    margin: 40px auto 40px; }

  /* line 8140, theme.scss */
  .catalog__tablet-grid {
    display: block;
    width: calc(100% - 40px);
    overflow: hidden; }

  /* line 8151, theme.scss */
  .catalog__tablet-grid .swiper-slide {
    width: 150px;
    flex-shrink: 0; }

  /* line 8157, theme.scss */
  .catalog-tablet-image {
    width: 110px;
    height: 94px; }

  /* line 8163, theme.scss */
  .catalog-products-content {
    min-width: 435px; }

  /* line 8168, theme.scss */
  .promo-slider {
    max-width: 400px; }

  /* line 8174, theme.scss */
  .section-heading__title {
    font-size: 32px;
    text-wrap: nowrap;
    margin: 0 auto; }

  /* line 8180, theme.scss */
  .popular-products {
    margin: 0 20px;
    padding: 0; }

  /* line 8185, theme.scss */
  .popular-products__heading {
    margin-bottom: 20px; }

  /* line 8189, theme.scss */
  .popular-products__controls {
    margin-bottom: 25px; }

  /* line 8193, theme.scss */
  .arrows {
    display: none; }

  /* line 8197, theme.scss */
  .popular-products__grid {
    gap: 10px; }

  /* line 8201, theme.scss */
  .product-card {
    width: 250px;
    padding: 20px; }

  /* line 8206, theme.scss */
  .hidden-card {
    display: none; }

  /* line 8210, theme.scss */
  .product-card__image-wrapper {
    width: 210px;
    height: 210px; }

  /* line 8215, theme.scss */
  .product-card__price-old {
    font-size: 16px; }

  /* line 8219, theme.scss */
  .product-card__button {
    max-width: 101px; }

  /* line 8223, theme.scss */
  .line__icon {
    left: 61%; }

  /* line 8227, theme.scss */
  .promo {
    padding: 0 20px;
    margin-top: 40px;
    display: grid;
    gap: 20px; }

  /* line 8235, theme.scss */
  .main-for-index .catalog-page {
    margin: 0 auto 40px; }

  /* line 8239, theme.scss */
  .main-for-index {
    padding-bottom: 60px !important; }

  /* line 8244, theme.scss */
  .promo__inner {
    width: 340px;
    height: 220px;
    padding: 20px; }

  /* line 8250, theme.scss */
  .promo__content {
    gap: 0; }

  /* line 8254, theme.scss */
  .promo__text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px; }

  /* line 8260, theme.scss */
  .promo__title {
    font-size: 24px;
    padding-right: 6%; }

  /* line 8265, theme.scss */
  .promo__inner:nth-of-type(2) .promo__title {
    font-size: 24px;
    padding-right: 15%; }

  /* line 8270, theme.scss */
  .promo__button {
    padding: 14px 20px;
    min-width: 160px;
    font-size: 14px; }

  /* line 8276, theme.scss */
  .promo__image_main,
  .promo__image_overlay {
    height: 111px;
    max-width: inherit;
    left: 45px; }

  /* line 8283, theme.scss */
  .promo__image-group {
    bottom: 19%;
    right: 31%; }

  /* line 8288, theme.scss */
  .promo__image_exchange {
    height: 90px;
    top: 21%;
    left: 112%;
    max-width: inherit; }

  /* line 8295, theme.scss */
  .promo__inner:nth-of-type(2) .promo__image {
    max-height: 203px;
    left: 59%;
    top: 8%; }

  /* line 8301, theme.scss */
  .how-to-order {
    margin: 50px 20px 0px;
    padding: 0; }

  /* line 8306, theme.scss */
  .how-to-order__heading {
    justify-content: center;
    margin-bottom: 30px; }

  /* line 8311, theme.scss */
  .how-to-order__list {
    display: flex;
    flex-direction: column;
    gap: 20px; }

  /* line 8317, theme.scss */
  .how-to-order__item {
    display: flex;
    align-items: center;
    padding: 30px;
    min-height: 162px; }

  /* line 8324, theme.scss */
  .how-to-order__title {
    margin: 0 0 10px; }

  /* line 8328, theme.scss */
  .articles {
    margin: 50px 20px 60px; }

  /* line 8332, theme.scss */
  .articles__heading {
    justify-content: center;
    margin-bottom: 30px; }

  /* line 8337, theme.scss */
  .section-heading__actions {
    display: none; }

  /* line 8341, theme.scss */
  .articles__grid {
    grid-template-columns: repeat(3, 240px);
    gap: 20px; }

  /* line 8346, theme.scss */
  .article-card_size_large .article-card__content {
    bottom: 72px;
    left: 31px;
    right: 31px; }

  /* line 8352, theme.scss */
  .articles__controls {
    display: none; }

  /* line 8356, theme.scss */
  .hidden-button {
    display: flex;
    padding: 14px 20px;
    max-width: 340px;
    margin: 30px 10px; }

  /* line 8364, theme.scss */
  .footer {
    padding: 30px 20px 120px; }

  /* line 8368, theme.scss */
  .footer__top {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 20px; }

  /* line 8383, theme.scss */
  .footer__column_2 .footer__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 120px; }

  /* line 8390, theme.scss */
  .footer__column_catalog .footer__item {
    width: 50%; }

  /* line 8394, theme.scss */
  footer__link {
    color: #fff; }

  /* line 8398, theme.scss */
  .footer__column_3 .footer__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 120px; }

  /* line 8405, theme.scss */
  .footer__column_3 .footer__item {
    width: 50%; }

  /* line 8409, theme.scss */
  .footer__column_3 .footer__item:nth-child(-n+3) {
    width: 40.33%; }

  /* line 8437, theme.scss */
  .footer .footer__mail__soc {
    margin-left: 0;
    display: grid;
    gap: 20px; }

  /* line 8443, theme.scss */
  .footer .footer__social {
    display: none; }

  /* line 8447, theme.scss */
  .footer__contacts {
    grid-column: span 3;
    display: flex;
    justify-content: center; }

  /* line 8454, theme.scss */
  .footer .footer__info-item {
    border: 1px solid #3C3C3C;
    border-radius: 6px;
    padding: 16px;
    gap: 4px;
    margin-bottom: 0; }

  /* line 8462, theme.scss */
  .footer .footer__location__icon-image,
  .footer .footer__mail__icon-image {
    margin-bottom: 8px; }

  /* line 8467, theme.scss */
  .footer__phone-group {
    gap: 20px;
    display: flex; }

  /* line 8472, theme.scss */
  .phone-group-wrapper {
    display: grid;
    text-align: center;
    gap: 6px;
    align-self: center; }

  /* line 8479, theme.scss */
  .footer__callback-button {
    margin-top: 0px;
    min-width: 303px; }

  /* line 8484, theme.scss */
  .footer .footer__info-text,
  .footer .footer__info-link {
    padding-left: 28px; }

  /* line 8490, theme.scss */
  .footer__logo {
    display: none; }

  /* line 8494, theme.scss */
  .footer .bottom-social {
    display: flex; }

  /* line 8499, theme.scss */
  .footer__copy {
    display: inline;
    text-align: center;
    max-width: 340px; }

  /* line 8505, theme.scss */
  .footer__bottom-inner {
    gap: 20px;
    flex-direction: column-reverse;
    align-items: center; }

  /* line 8511, theme.scss */
  .footer__copy p {
    margin: 0; }

  /* line 8515, theme.scss */
  .search {
    display: inherit; }

  /* line 8522, theme.scss */
  .feedback-section {
    margin: 50px 10px; }

  /* line 8527, theme.scss */
  .feedback-section__grid {
    grid-template-columns: 340px;
    gap: 20px; }

  /* line 8532, theme.scss */
  .feedback-card_type_contacts,
  .feedback-card_type_form {
    padding: 20px; }

  /* line 8537, theme.scss */
  .feedback-card__top .footer__phone-group {
    gap: 0; }

  /* line 8541, theme.scss */
  .feedback-card_type_contacts .feedback-card__top .feedback-contacts .footer__phone-group {
    column-gap: 10px;
    margin-bottom: 31.5px; }

  /* line 8546, theme.scss */
  .feedback-card__top .feedback-contacts__phone {
    text-align: end; }

  /* line 8550, theme.scss */
  .feedback-contacts__schedule {
    margin-top: 6px; }

  /* line 8554, theme.scss */
  .feedback-card__top .feedback-contacts__call {
    width: 127px;
    min-width: auto; }

  /* line 8559, theme.scss */
  .feedback-contacts__info {
    margin-left: 20px;
    min-width: auto;
    justify-self: auto;
    margin-top: 20px;
    gap: 16px;
    width: 227px; }

  /* line 8569, theme.scss */
  .feedback-contacts__info .feedback-contacts__info-item .footer__info-text {
    width: auto; }

  /* line 8573, theme.scss */
  .feedback-card__top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }

  /* line 8579, theme.scss */
  .feedback-messengers {
    margin-top: 30px;
    min-width: 300px;
    gap: 10px; }

  /* line 8585, theme.scss */
  .feedback-messengers__btn {
    width: auto; }

  /* line 8589, theme.scss */
  .feedback-form__title {
    font-size: 24px; }

  /* line 8593, theme.scss */
  .feedback-form__subtitle {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px;
    width: 300px; }

  /* line 8600, theme.scss */
  .feedback-form__grid {
    margin-bottom: 20px; }

  /* line 8604, theme.scss */
  .feedback-form__grid,
  .feedback-form__bottom {
    grid-template-columns: 1fr;
    display: grid;
    gap: 15px; }

  /* line 8611, theme.scss */
  .feedback-form__agree-text {
    max-width: inherit; }

  /* line 8615, theme.scss */
  .promo_type_installments {
    margin: 0 0 60px; }

  /* line 8619, theme.scss */
  .analog-products {
    display: none; }

  /* line 8623, theme.scss */
  .product__buy-btn-area.is-fixed-state .product__buy-btn-area-inner {
    display: none !important; }

  /*Новые блоки*/
  /* line 8630, theme.scss */
  .page-headding.heading {
    text-align: center;
    max-width: 380px; }

  /* line 8636, theme.scss */
  .benefits {
    margin: 0 20px;
    max-width: 370px; }

  /* line 8641, theme.scss */
  .widget-type_system_widget_v4_page_banner_1_1 .banner-list__item .banner-list__item-text {
    margin: 0 25px;
    max-width: 370px; }

  /* line 8647, theme.scss */
  .widget-type_widget_v4_accordion_cards_1_84980d6a1bb83dbab538438b4cc6a1f6 .tabs {
    margin: 0 25px;
    max-width: 370px; }

  /* line 8652, theme.scss */
  .reviews-yandex-maps {
    max-width: 380px;
    margin: 0 20px !important; }

  /* line 8657, theme.scss */
  .widget-type_widget_v4_collection_description_1_1e0004e622c7a95a46ea526509ceb02d .static-text {
    margin: 30px 29px 0;
    max-width: 340px; }

  /* line 8662, theme.scss */
  [data-widget-drop-item-id="271049649"] .static-text {
    margin-top: 0; }

  /* --- Для Страница разделов --- */
  /* line 8679, theme.scss */
  .main-for-razdely {
    padding-top: 20px;
    padding-bottom: 60px; }

  /* line 8684, theme.scss */
  .bread_crumbs {
    margin: 0 20px 20px;
    display: flex;
    justify-content: center;
    padding-right: 0;
    max-width: 340px;
    flex-wrap: wrap; }

  /* line 8693, theme.scss */
  .catalog-page {
    margin-top: 10px;
    margin-bottom: 30px; }

  /* line 8698, theme.scss */
  .catalog__heading {
    margin: 0 auto 20px;
    justify-content: center; }

  /* line 8703, theme.scss */
  .section-heading__title {
    text-align: center; }

  /* line 8707, theme.scss */
  .section-heading__title span {
    display: block; }

  /* line 8711, theme.scss */
  .catalog_grid_for_razdely {
    margin: 0 10px;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    flex-wrap: nowrap; }

  /* line 8721, theme.scss */
  .catalog_grid_for_razdely:active {
    cursor: grabbing; }

  /* line 8725, theme.scss */
  .catalog_grid_for_razdely::-webkit-scrollbar {
    display: none; }

  /* line 8729, theme.scss */
  .catalog-subcard {
    flex: 0 0 auto; }

  /* line 8733, theme.scss */
  .catalog-subcard__image {
    width: 36px; }

  /* line 8738, theme.scss */
  .sidebar {
    display: none; }

  /* line 8742, theme.scss */
  .catalog-page__layout aside {
    display: none; }

  /* line 8754, theme.scss */
  .show__controls {
    padding-bottom: 0; }

  /* line 8758, theme.scss */
  .show__controls.is-mobile {
    overflow-x: hidden !important; }

  /* line 8762, theme.scss */
  .show__controls.is-mobile .tabs {
    display: flex;
    width: max-content;
    will-change: transform;
    cursor: grab; }

  /* line 8769, theme.scss */
  .show__controls.is-mobile .tabs:active {
    cursor: grabbing; }

  /* .filter-bar {
    margin: 0 20px;
  } */
  /* line 8779, theme.scss */
  .filter__controls {
    display: none; }

  /* line 8783, theme.scss */
  .filter-bar,
  .filter-button {
    display: flex;
    flex-direction: column-reverse;
    max-width: 360px;
    padding-left: 20px; }

  /* line 8791, theme.scss */
  .filter-button {
    flex-direction: row;
    justify-content: center; }

  /* line 8796, theme.scss */
  .filters_span {
    display: flex;
    gap: 10px; }

  /* line 8801, theme.scss */
  .filter-item {
    max-width: 165px;
    width: 100%; }

  /* line 8806, theme.scss */
  .filter-item .filter-item__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0; }

  /* line 8814, theme.scss */
  .drop-filter-option {
    padding: 16px 6px; }

  /* line 8832, theme.scss */
  .card-sections {
    max-width: 340px;
    margin-right: 60px; }

  /* line 8843, theme.scss */
  .hidden-badge {
    display: flex; }

  /* line 8847, theme.scss */
  .product-card__button {
    max-width: 184px; }

  /* line 8851, theme.scss */
  .product-card__title {
    font-size: 15.5px; }

  /* line 8855, theme.scss */
  .razdely__price-old {
    font-size: 17px; }

  /* line 8859, theme.scss */
  .page_type_razdely .main-for-razdely .catalog-page .catalog-products-content .products-grid .product-card.card-sections .line__icon {
    left: 45%; }

  /* line 8863, theme.scss */
  .product-card__title {
    display: flex;
    align-items: center; }

  /* line 8868, theme.scss */
  .title__cards {
    display: none; }

  /* line 8872, theme.scss */
  .bootom__controls {
    max-width: 340px;
    margin: 30px 20px;
    min-width: inherit; }

  /* line 8878, theme.scss */
  .bottom__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.33px; }

  /* line 8885, theme.scss */
  .bottom__tabs .show_more {
    flex: 0 0 100%;
    order: 2; }

  /* line 8890, theme.scss */
  .bottom__tabs > .item__number:nth-last-child(3),
  .bottom__tabs > .item__number:nth-child(5),
  .bottom__tabs > .item__number:nth-child(6) {
    display: none; }

  /* line 8896, theme.scss */
  .show_more {
    margin-top: 10px; }

  /* line 8900, theme.scss */
  .bottom-order {
    margin-bottom: 60px; } }
/* Ширина экрана c 380px и ниже*/
/* --- Для Главной страницы --- */
@media (max-width: 380px) {
  /* line 8919, theme.scss */
  :root {
    --layout-width: 100%; }

  /* line 8923, theme.scss */
  .main {
    padding-top: 0;
    padding-bottom: 0; }

  /* line 8929, theme.scss */
  .promo-slider {
    max-width: 380px; }

  /* line 8933, theme.scss */
  .tablet-top {
    display: flex; }

  /* line 8937, theme.scss */
  .tablet-inner {
    padding: 15px 20px; }

  /* line 8941, theme.scss */
  .open_bureger_list {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 8946, theme.scss */
  .tablet_wrapper {
    display: block;
    width: 100%; }

  /* line 8951, theme.scss */
  .search_tablet {
    display: block;
    padding: 20px; }

  /* line 8956, theme.scss */
  .catalog__tablet-grid {
    display: grid; }

  /* line 8960, theme.scss */
  .open_burger_wrapper {
    display: block; }

  /* line 8964, theme.scss */
  .header-tablet__actions {
    padding: 20px; }

  /* line 8968, theme.scss */
  .header .tablet-left > .header-top__social {
    display: none; }

  /* line 8972, theme.scss */
  .burger-contact-info {
    min-width: auto;
    width: 340px;
    flex-direction: column;
    gap: 10px;
    margin: 30px 0 0; }

  /* line 8980, theme.scss */
  .burger__info-item {
    width: 340px; }

  /* line 8984, theme.scss */
  .burger__info-text {
    text-wrap: nowrap; }

  /* line 8988, theme.scss */
  .hidden-header,
  .catalog__grid {
    display: none; }

  /* line 8993, theme.scss */
  .hidden-icon {
    display: block; }

  /* line 8997, theme.scss */
  .actions_768 > .icon-button:nth-of-type(1) {
    display: none; }

  /* line 9001, theme.scss */
  .catalog {
    margin: 40px auto 40px; }

  /* line 9005, theme.scss */
  .catalog__tablet-grid {
    display: block;
    width: calc(100% - 40px);
    overflow: hidden; }

  /* line 9016, theme.scss */
  .catalog__tablet-grid .swiper-slide {
    width: 150px;
    flex-shrink: 0; }

  /* line 9022, theme.scss */
  .catalog-tablet-image {
    width: 110px;
    height: 94px; }

  /* line 9028, theme.scss */
  .catalog-products-content {
    min-width: 435px; }

  /* line 9034, theme.scss */
  .section-heading__title {
    font-size: 32px;
    text-wrap: nowrap; }

  /* line 9039, theme.scss */
  .popular-products {
    margin: 0 20px;
    padding: 0; }

  /* line 9044, theme.scss */
  .popular-products__heading {
    margin-bottom: 20px; }

  /* line 9048, theme.scss */
  .popular-products__controls {
    margin-bottom: 25px; }

  /* line 9052, theme.scss */
  .arrows {
    display: none; }

  /* line 9056, theme.scss */
  .popular-products__grid {
    gap: 10px; }

  /* line 9060, theme.scss */
  .product-card {
    width: 250px;
    padding: 20px; }

  /* line 9065, theme.scss */
  .hidden-card {
    display: none; }

  /* line 9069, theme.scss */
  .product-card__image-wrapper {
    width: 210px;
    height: 210px; }

  /* line 9074, theme.scss */
  .product-card__price-old {
    font-size: 16px; }

  /* line 9078, theme.scss */
  .product-card__button {
    max-width: 101px; }

  /* line 9082, theme.scss */
  .line__icon {
    left: 61%; }

  /* line 9086, theme.scss */
  .promo {
    padding: 0 20px;
    margin-top: 40px;
    display: grid;
    gap: 20px; }

  /* line 9094, theme.scss */
  .main-for-index .catalog-page {
    margin: 0 auto 40px; }

  /* line 9098, theme.scss */
  .main-for-index {
    padding-bottom: 60px !important; }

  /* line 9103, theme.scss */
  .promo__inner {
    width: 340px;
    height: 220px;
    padding: 20px; }

  /* line 9109, theme.scss */
  .promo__content {
    gap: 0; }

  /* line 9113, theme.scss */
  .promo__text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px; }

  /* line 9119, theme.scss */
  .promo__title {
    font-size: 24px;
    padding-right: 6%; }

  /* line 9124, theme.scss */
  .promo__inner:nth-of-type(2) .promo__title {
    font-size: 24px;
    padding-right: 15%; }

  /* line 9129, theme.scss */
  .promo__button {
    padding: 14px 20px;
    min-width: 160px;
    font-size: 14px; }

  /* line 9135, theme.scss */
  .promo__image_main,
  .promo__image_overlay {
    height: 111px;
    max-width: inherit;
    left: 45px; }

  /* line 9142, theme.scss */
  .promo__image-group {
    bottom: 19%;
    right: 31%; }

  /* line 9147, theme.scss */
  .promo__image_exchange {
    height: 90px;
    top: 21%;
    left: 112%;
    max-width: inherit; }

  /* line 9154, theme.scss */
  .promo__inner:nth-of-type(2) .promo__image {
    max-height: 203px;
    left: 59%;
    top: 8%; }

  /* line 9160, theme.scss */
  .how-to-order {
    margin: 50px 20px 0px;
    padding: 0; }

  /* line 9165, theme.scss */
  .how-to-order__heading {
    justify-content: center;
    margin-bottom: 30px; }

  /* line 9170, theme.scss */
  .how-to-order__list {
    display: flex;
    flex-direction: column;
    gap: 20px; }

  /* line 9176, theme.scss */
  .how-to-order__item {
    display: flex;
    align-items: center;
    padding: 30px;
    min-height: 162px; }

  /* line 9183, theme.scss */
  .how-to-order__title {
    margin: 0 0 10px; }

  /* line 9187, theme.scss */
  .articles {
    margin: 50px 20px 60px; }

  /* line 9191, theme.scss */
  .articles__heading {
    justify-content: center;
    margin-bottom: 30px; }

  /* line 9196, theme.scss */
  .section-heading__actions {
    display: none; }

  /* line 9200, theme.scss */
  .articles__grid {
    grid-template-columns: repeat(3, 240px);
    gap: 20px; }

  /* line 9205, theme.scss */
  .article-card_size_large .article-card__content {
    bottom: 72px;
    left: 31px;
    right: 31px; }

  /* line 9211, theme.scss */
  .articles__controls {
    display: none; }

  /* line 9215, theme.scss */
  .hidden-button {
    display: flex;
    padding: 14px 20px;
    max-width: 340px;
    margin: 30px 10px; }

  /* line 9223, theme.scss */
  .footer {
    padding: 30px 20px 120px; }

  /* line 9227, theme.scss */
  .footer__top {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 20px; }

  /* line 9242, theme.scss */
  .footer__column_2 .footer__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 120px; }

  /* line 9249, theme.scss */
  .footer__column_catalog .footer__item {
    width: 50%; }

  /* line 9253, theme.scss */
  footer__link {
    color: #fff; }

  /* line 9257, theme.scss */
  .footer__column_3 .footer__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 120px; }

  /* line 9264, theme.scss */
  .footer__column_3 .footer__item {
    width: 50%; }

  /* line 9268, theme.scss */
  .footer__column_3 .footer__item:nth-child(-n+3) {
    width: 40.33%; }

  /* line 9296, theme.scss */
  .footer .footer__mail__soc {
    margin-left: 0;
    display: grid;
    gap: 20px; }

  /* line 9302, theme.scss */
  .footer .footer__social {
    display: none; }

  /* line 9306, theme.scss */
  .footer__contacts {
    grid-column: span 3;
    display: flex;
    justify-content: center; }

  /* line 9313, theme.scss */
  .footer .footer__info-item {
    border: 1px solid #3C3C3C;
    border-radius: 6px;
    padding: 16px;
    gap: 4px;
    margin-bottom: 0; }

  /* line 9321, theme.scss */
  .footer .footer__location__icon-image,
  .footer .footer__mail__icon-image {
    margin-bottom: 8px; }

  /* line 9326, theme.scss */
  .footer__phone-group {
    gap: 20px;
    display: flex; }

  /* line 9331, theme.scss */
  .phone-group-wrapper {
    display: grid;
    text-align: center;
    gap: 6px;
    align-self: center; }

  /* line 9338, theme.scss */
  .footer__callback-button {
    margin-top: 0px;
    min-width: 303px; }

  /* line 9343, theme.scss */
  .footer .footer__info-text,
  .footer .footer__info-link {
    padding-left: 28px; }

  /* line 9349, theme.scss */
  .footer__logo {
    display: none; }

  /* line 9353, theme.scss */
  .footer .bottom-social {
    display: flex; }

  /* line 9358, theme.scss */
  .footer__copy {
    display: inline;
    text-align: center;
    max-width: 340px; }

  /* line 9364, theme.scss */
  .footer__bottom-inner {
    gap: 20px;
    flex-direction: column-reverse;
    align-items: center; }

  /* line 9370, theme.scss */
  .footer__copy p {
    margin: 0; }

  /* line 9374, theme.scss */
  .search {
    display: inherit; }

  /* line 9381, theme.scss */
  .feedback-section {
    margin: 50px 10px; }

  /* line 9386, theme.scss */
  .feedback-section__grid {
    grid-template-columns: 340px;
    gap: 20px; }

  /* line 9391, theme.scss */
  .feedback-card_type_contacts,
  .feedback-card_type_form {
    padding: 20px; }

  /* line 9396, theme.scss */
  .feedback-card__top .footer__phone-group {
    gap: 0; }

  /* line 9400, theme.scss */
  .feedback-card_type_contacts .feedback-card__top .feedback-contacts .footer__phone-group {
    column-gap: 10px;
    margin-bottom: 31.5px; }

  /* line 9405, theme.scss */
  .feedback-card__top .feedback-contacts__phone {
    text-align: end; }

  /* line 9409, theme.scss */
  .feedback-contacts__schedule {
    margin-top: 6px; }

  /* line 9413, theme.scss */
  .feedback-card__top .feedback-contacts__call {
    width: 127px;
    min-width: auto; }

  /* line 9418, theme.scss */
  .feedback-contacts__info {
    margin-left: 20px;
    min-width: auto;
    justify-self: auto;
    margin-top: 20px;
    gap: 16px;
    width: 227px; }

  /* line 9428, theme.scss */
  .feedback-contacts__info .feedback-contacts__info-item .footer__info-text {
    width: auto; }

  /* line 9432, theme.scss */
  .feedback-card__top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }

  /* line 9438, theme.scss */
  .feedback-messengers {
    margin-top: 30px;
    min-width: 300px;
    gap: 10px; }

  /* line 9444, theme.scss */
  .feedback-messengers__btn {
    width: auto; }

  /* line 9448, theme.scss */
  .feedback-form__title {
    font-size: 24px; }

  /* line 9452, theme.scss */
  .feedback-form__subtitle {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px;
    width: 300px; }

  /* line 9459, theme.scss */
  .feedback-form__grid {
    margin-bottom: 20px; }

  /* line 9463, theme.scss */
  .feedback-form__grid,
  .feedback-form__bottom {
    grid-template-columns: 1fr;
    display: grid;
    gap: 15px; }

  /* line 9470, theme.scss */
  .feedback-form__agree-text {
    max-width: inherit; }

  /* line 9474, theme.scss */
  .promo_type_installments {
    margin: 0 0 60px; }

  /* line 9478, theme.scss */
  .analog-products {
    display: none; }

  /* line 9482, theme.scss */
  .product__buy-btn-area.is-fixed-state .product__buy-btn-area-inner {
    display: none !important; }

  /*Новые блоки*/
  /* line 9489, theme.scss */
  .page-headding.heading {
    text-align: center;
    max-width: 380px; }

  /* line 9495, theme.scss */
  .benefits {
    margin: 0 20px;
    max-width: 340px; }

  /* line 9500, theme.scss */
  .widget-type_system_widget_v4_page_banner_1_1 .banner-list__item .banner-list__item-text {
    margin: 0 25px;
    max-width: 340px; }

  /* line 9505, theme.scss */
  .widget-type_system_widget_v4_page_banner_1_1 .banner-list__item:first-of-type .banner-list__item-title {
    text-align: center; }

  /* line 9510, theme.scss */
  .widget-type_widget_v4_accordion_cards_1_84980d6a1bb83dbab538438b4cc6a1f6 .tabs {
    margin: 0 25px;
    max-width: 340px; }

  /* line 9515, theme.scss */
  .reviews-yandex-maps {
    max-width: 340px;
    margin: 0 20px !important; }

  /* line 9520, theme.scss */
  .widget-type_widget_v4_collection_description_1_1e0004e622c7a95a46ea526509ceb02d .static-text {
    margin: 30px 29px 0;
    max-width: 340px; }

  /* line 9525, theme.scss */
  [data-widget-drop-item-id="271049649"] .static-text {
    margin-top: 0; }

  /* --- Для Страница разделов --- */
  /* line 9542, theme.scss */
  .main-for-razdely {
    padding-top: 20px;
    padding-bottom: 60px; }

  /* line 9547, theme.scss */
  .bread_crumbs {
    margin: 0 20px 20px;
    display: flex;
    justify-content: center;
    padding-right: 0;
    max-width: 340px;
    flex-wrap: wrap; }

  /* line 9556, theme.scss */
  .catalog-page {
    margin-top: 10px;
    margin-bottom: 30px; }

  /* line 9561, theme.scss */
  .catalog__heading {
    margin: 0 auto 20px;
    justify-content: center; }

  /* line 9566, theme.scss */
  .section-heading__title {
    text-align: center;
    margin: 0 auto; }

  /* line 9571, theme.scss */
  .section-heading__title span {
    display: block; }

  /* line 9575, theme.scss */
  .catalog_grid_for_razdely {
    margin: 0 10px;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    flex-wrap: nowrap; }

  /* line 9585, theme.scss */
  .catalog_grid_for_razdely:active {
    cursor: grabbing; }

  /* line 9589, theme.scss */
  .catalog_grid_for_razdely::-webkit-scrollbar {
    display: none; }

  /* line 9593, theme.scss */
  .catalog-subcard {
    flex: 0 0 auto; }

  /* line 9597, theme.scss */
  .catalog-subcard__image {
    width: 36px; }

  /* line 9602, theme.scss */
  .sidebar {
    display: none; }

  /* line 9606, theme.scss */
  .catalog-page__layout aside {
    display: none; }

  /* line 9618, theme.scss */
  .show__controls {
    padding-bottom: 0; }

  /* line 9622, theme.scss */
  .show__controls.is-mobile {
    overflow-x: hidden !important; }

  /* line 9626, theme.scss */
  .show__controls.is-mobile .tabs {
    display: flex;
    width: max-content;
    will-change: transform;
    cursor: grab; }

  /* line 9633, theme.scss */
  .show__controls.is-mobile .tabs:active {
    cursor: grabbing; }

  /* .filter-bar {
    margin: 0 20px;
  } */
  /* line 9643, theme.scss */
  .filter__controls {
    display: none; }

  /* line 9647, theme.scss */
  .filter-bar,
  .filter-button {
    display: flex;
    flex-direction: column-reverse;
    max-width: 360px;
    padding-left: 20px; }

  /* line 9655, theme.scss */
  .filter-button {
    flex-direction: row;
    justify-content: center; }

  /* line 9660, theme.scss */
  .filters_span {
    display: flex;
    gap: 10px; }

  /* line 9665, theme.scss */
  .filter-item {
    max-width: 165px;
    width: 100%; }

  /* line 9670, theme.scss */
  .filter-item .filter-item__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0; }

  /* line 9678, theme.scss */
  .drop-filter-option {
    padding: 16px 6px; }

  /* line 9696, theme.scss */
  .card-sections {
    max-width: 340px;
    margin-right: 60px; }

  /* line 9707, theme.scss */
  .hidden-badge {
    display: flex; }

  /* line 9711, theme.scss */
  .product-card__button {
    max-width: 184px; }

  /* line 9715, theme.scss */
  .product-card__title {
    font-size: 15.5px; }

  /* line 9719, theme.scss */
  .razdely__price-old {
    font-size: 17px; }

  /* line 9723, theme.scss */
  .page_type_razdely .main-for-razdely .catalog-page .catalog-products-content .products-grid .product-card.card-sections .line__icon {
    left: 45%; }

  /* line 9727, theme.scss */
  .product-card__title {
    display: flex;
    align-items: center; }

  /* line 9732, theme.scss */
  .title__cards {
    display: none; }

  /* line 9736, theme.scss */
  .bootom__controls {
    max-width: 340px;
    margin: 30px 20px;
    min-width: inherit; }

  /* line 9742, theme.scss */
  .bottom__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.33px; }

  /* line 9749, theme.scss */
  .bottom__tabs .show_more {
    flex: 0 0 100%;
    order: 2; }

  /* line 9754, theme.scss */
  .bottom__tabs > .item__number:nth-last-child(3),
  .bottom__tabs > .item__number:nth-child(5),
  .bottom__tabs > .item__number:nth-child(6) {
    display: none; }

  /* line 9760, theme.scss */
  .show_more {
    margin-top: 10px; }

  /* line 9764, theme.scss */
  .bottom-order {
    margin-bottom: 60px; } }
/* line 9770, theme.scss */
.header-main__badge:empty {
  display: none; }

/* line 9774, theme.scss */
.catalog-page__layout aside {
  max-width: 260px; }

/* Прячем элементы, индекс которых больше лимита */
/* line 9779, theme.scss */
.header__collections-submenu .header__collections-item.is-hide {
  display: none; }

/* line 9783, theme.scss */
.catalog-menu__submenu .is-hide {
  display: none; }

/* Логика отображения текста внутри кнопки */
/* line 9788, theme.scss */
.header__collections-show-more-text-hide {
  display: none;
  /* Изначально текст "Скрыть" спрятан */ }

/* line 9793, theme.scss */
.js-show-more-subcollections.is-active .header__collections-show-more-text-show {
  display: none;
  /* Прячем "Показать еще", когда активно */ }

/* line 9798, theme.scss */
.js-show-more-subcollections.is-active .header__collections-show-more-text-hide {
  display: inline;
  /* Показываем "Скрыть", когда активно */ }

/* Поворот иконки при раскрытии */
/* line 9804, theme.scss */
.js-show-more-subcollections.is-active .icon-angle-down {
  transform: rotate(180deg);
  display: inline-block; }

/* line 9809, theme.scss */
.main .layout {
  padding: 0 !important; }

/* line 9813, theme.scss */
.header__collections-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }

/* line 9820, theme.scss */
.header__collections-menu .grid-list {
  max-width: 167px; }

/* line 9824, theme.scss */
.main-for-index {
  padding-bottom: 140px; }

/* line 9828, theme.scss */
.sidebar.is-open .layout {
  display: flex !important; }

/*Новые стили для нового мобильного каталога-меню*/
/* ============================================================
   КАТАЛОГ-МЕНЮ: иконки и стрелки
   ============================================================ */
/* Цвет иконок по умолчанию (через currentColor) */
/* line 9844, theme.scss */
.catalog-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  color: #BA93DF; }

/* line 9853, theme.scss */
.catalog-menu__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #BA93DF;
  margin-left: auto; }

/* Строка пункта меню */
/* line 9867, theme.scss */
.catalog-menu__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0; }

/* Стрелка — поворот при открытии */
/* line 9875, theme.scss */
.catalog-menu__arrow {
  transition: transform 0.25s ease; }

/* Активный (раскрытый) пункт — цвет иконки, текста и стрелки */
/* line 9880, theme.scss */
.catalog-menu__item.is-open > .catalog-menu__row .catalog-menu__icon,
.catalog-menu__item.is-open > .catalog-menu__row .catalog-menu__toggle {
  color: #9625A8; }

/* line 9885, theme.scss */
.catalog-menu__item.is-open > .catalog-menu__row .catalog-menu__link {
  color: #9625A8; }

/* Стрелка смотрит вниз при открытии */
/* line 9890, theme.scss */
.catalog-menu__item.is-open > .catalog-menu__row .catalog-menu__arrow {
  transform: rotate(45deg); }

/* Подменю — скрыто по умолчанию */
/* line 9895, theme.scss */
.catalog-menu__submenu {
  display: none;
  list-style: none;
  padding: 0 0 10px 36px;
  margin: 0; }

/* line 9902, theme.scss */
.catalog-menu__item.is-open > .catalog-menu__submenu {
  display: block; }

/* line 9906, theme.scss */
.catalog-menu__item--has-children > .catalog-menu__row {
  cursor: pointer; }

/* === "Показать ещё" === */
/* line 9911, theme.scss */
.catalog-menu__submenu-item.is-hide {
  display: none; }

/* line 9915, theme.scss */
.catalog-menu__submenu.is-expanded .catalog-menu__submenu-item.is-hide {
  display: list-item; }

/* line 9919, theme.scss */
.catalog-menu__show-more {
  list-style: none;
  margin-top: 8px;
  padding: 0;
  display: list-item; }

/* line 9926, theme.scss */
.catalog-menu__show-more-btn {
  display: inline-block;
  background: none;
  border: none;
  padding: 4px 0;
  cursor: pointer;
  color: #9625A8;
  font-weight: 600;
  font-size: 14px; }

/* line 9937, theme.scss */
.catalog-menu__show-more-btn:hover {
  opacity: 0.8; }

/* По умолчанию показываем "Показать ещё", скрываем "Скрыть" */
/* line 9942, theme.scss */
.catalog-menu__show-more-text-hide {
  display: none; }

/* line 9946, theme.scss */
.catalog-menu__submenu.is-expanded .catalog-menu__show-more-text-show {
  display: none; }

/* line 9950, theme.scss */
.catalog-menu__submenu.is-expanded .catalog-menu__show-more-text-hide {
  display: inline; }

/* По умолчанию: показываем картинку, скрываем крестик */
/* line 9956, theme.scss */
.catalog-button__icon-close {
  display: none; }

/* Когда каталог открыт: меняем местами */
/* line 9961, theme.scss */
.catalog-button.is-active .catalog-button__icon-default {
  display: none; }

/* line 9965, theme.scss */
.catalog-button.is-active .catalog-button__icon-close {
  display: inline-block; }

/* line 9970, theme.scss */
.widget-type_system_widget_v4_modal_cookie_1.layout.is-show-fullscreen {
  z-index: 99999; }

/*Доп. стили для новых блоков (как на старом шаблоне)*/
/* line 9978, theme.scss */
.page-headding.heading {
  padding-top: 50px; }

/* line 9982, theme.scss */
.benefits {
  padding-top: 25px; }

/* line 9986, theme.scss */
.promo-slider {
  margin-top: 25px; }

/* line 9990, theme.scss */
.banner-list__item-text.banner-list__item-text {
  justify-items: center; }

/* line 9994, theme.scss */
.widget-type_widget_v4_accordion_cards_1_84980d6a1bb83dbab538438b4cc6a1f6 {
  margin-top: 80px; }

/* line 9998, theme.scss */
.badge {
  max-width: none !important;
  width: 1140px !important; }

/* line 10003, theme.scss */
.mini-badge {
  margin: 0 auto; }

/* line 10007, theme.scss */
.widget-type_widget_v4_collection_description_1_1e0004e622c7a95a46ea526509ceb02d .static-text {
  margin-top: 80px; }

/* line 10011, theme.scss */
.widget-type_widget_v4_catalog_5_19891772592ce7230fb22ed5c03e1eb2 .catalog-list.grid-list {
  --grid-list-column-gap: unset; }

/* line 10015, theme.scss */
.history-widget {
  margin: 80px 0; }

/* line 10019, theme.scss */
.widget-type_system_widget_v4_banner_list_25_1 {
  margin-bottom: 50px; }
