.site-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: clamp(16px, 3vw, 32px);
  padding-right: clamp(16px, 3vw, 32px);
  box-sizing: border-box;
}

.header--section_v2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 130px;
  background: linear-gradient(135deg, #3a1f36 0%, #4e2a4a 45%, #5c3156 100%);
  box-shadow: 0 8px 32px rgba(26, 12, 24, 0.28);
}

.header--section_v2 .header-topnav {
  height: auto;
  min-height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
}

.header--section_v2 .header-topnav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 72px;
}

.header--section_v2 .header-topnav__brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.header--section_v2 .header-topnav .logo {
  float: none;
  position: static;
  left: auto;
  width: auto;
  height: auto;
  padding: 12px 0;
  flex-shrink: 0;
}

.header--section_v2 .header-topnav .logo img {
  display: block;
  width: 200px;
  height: 50px;
  max-width: 200px;
  object-fit: contain;
}

.brand-wordmark {
  display: inline-block;
  color: #fff7ea !important;
  font-family: BloggerSansMedium, BloggerSans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.header--section_v2 .header-topnav__links {
  display: inline-flex;
  float: none;
  line-height: 1.2;
  flex-wrap: wrap;
  gap: 4px 0;
}

.header--section_v2 .header-topnav__links li {
  float: none;
}

.header--section_v2 .header-topnav__links li a {
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.header--section_v2 .header-topnav__links li a:hover {
  color: #ff8aa7;
  border-bottom-color: rgba(255, 138, 167, 0.8);
}

.header--section_v2 .header-topnav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
}

.header--section_v2 .header-topnav .phone {
  float: none;
  position: static;
  margin: 0 10px 0 0;
  text-align: right;
}

.header--section_v2 .header-topnav .phone .phone-order {
  margin-top: 0;
  font-size: clamp(17px, 1.8vw, 21px);
  font-family: BloggerSansMedium, BloggerSans, sans-serif;
}

.header--section_v2 .header-topnav .phone .work-time {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  opacity: 0.88;
}

.header--section_v2 .header-topnav .favorite,
.header--section_v2 .header-topnav .mini-basket {
  position: static;
  float: none;
  line-height: 1;
}

.header--section_v2 .header-topnav .favorite {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.header--section_v2 .header-topnav .mini-basket {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  min-height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.header--section_v2 .header__messangers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header--section_v2 .header__messanger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: background 0.2s ease, transform 0.2s ease;
}

.header--section_v2 .header__messanger:hover {
  background: rgba(255, 138, 167, 0.35);
  transform: translateY(-1px);
}

._icon-vk,
._icon-telegram,
._icon-max {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-style: normal;
}

._icon-vk:before,
._icon-telegram:before,
._icon-max:before {
  content: "";
  display: block;
  width: 1.15em;
  height: 1.15em;
  background: center / contain no-repeat;
}

._icon-vk:before {
  background-image: url(/assets/img/icons/vk.svg);
}

._icon-telegram:before {
  background-image: url(/assets/img/icons/telegram.svg);
}

._icon-max:before {
  background-image: url(/assets/img/icons/max.svg);
}

.header--section_v2 .header__messanger_vk:hover {
  background: rgba(0, 119, 255, 0.35);
}

.header--section_v2 .header__messanger_tg:hover {
  background: rgba(34, 158, 217, 0.35);
}

.header--section_v2 .header__messanger_max:hover {
  background: rgba(255, 138, 167, 0.35);
}

.header--section_v2 .header-nav {
  position: relative;
  top: auto;
  height: auto;
  min-height: 56px;
  background: rgba(58, 31, 54, 0.96);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.header--section_v2 .header-nav__inner {
  display: flex;
  align-items: stretch;
  min-height: 56px;
}

.header--section_v2 .header-service-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 18px 0 auto;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.header--section_v2 .header-service-links a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.header--section_v2 .header-nav .navbar {
  display: flex;
  align-items: stretch;
  width: calc(100% - 56px);
  height: auto;
  float: none;
  font-size: 16px;
}

.header--section_v2 .header-nav .navbar .nav-button {
  position: relative;
  width: auto;
  min-width: 148px;
  padding: 0 18px;
  float: none;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease;
}

.header--section.header--section_v2 .header-nav .navbar .nav-button .navbar-toggle {
  position: relative;
  width: 23px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
}

.header--section.header--section_v2 .header-nav .navbar .nav-button p {
  display: block;
  margin: 0;
  line-height: 1;
}

.header--section_v2 .header-nav .navbar .nav-button:hover,
.header--section_v2 .header-nav .navbar .nav-button.active {
  background: rgba(255, 138, 167, 0.22);
}

.header--section_v2 .header-nav .navbar .nav-button p {
  margin: 0 0 0 8px;
  line-height: 1;
  font-family: BloggerSansMedium, BloggerSans, sans-serif;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

.header--section_v2 .header-nav .navbar .main-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 0;
  margin: 0;
  padding: 0 8px;
}

.header--section_v2 .header-nav .navbar .main-links li {
  float: none;
  line-height: 1.2;
}

.header--section_v2 .header-nav .navbar .main-links li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  margin-right: 0;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.header--section_v2 .header-nav .navbar .main-links li a:hover {
  background: rgba(255, 138, 167, 0.18);
}

.header--section_v2 .header-nav .navbar .menu {
  display: none;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  top: calc(72px + 56px);
  width: 100%;
  max-width: none;
  height: auto;
  max-height: min(72vh, 560px);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(49, 26, 46, 0.99) 0%, rgba(58, 31, 54, 0.98) 100%);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
  z-index: 20;
}

.header--section_v2 .header-nav .navbar .menu.active {
  display: block;
  visibility: visible;
  pointer-events: auto;
  height: min(72vh, 560px);
}

.header--section_v2 .header-nav .navbar .menu .submenu {
  display: none;
}

.header--section_v2 .header-nav .navbar .menu.active .category-links > li:hover > .submenu.level2,
.header--section_v2 .header-nav .navbar .menu.active .category-links > li.active > .submenu.level2 {
  display: flex !important;
  flex-direction: column;
}

.header--section_v2 .header-nav .navbar .menu.active .category-links > li:hover > .submenu.level2 {
  z-index: 3;
}

.header--section_v2 .header-nav .navbar .menu .category-links:first-child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 76px;
  width: 240px;
  min-width: 240px;
  height: auto;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
  float: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 138, 167, 0.5) transparent;
}

.header--section_v2 .header-nav .navbar .menu .category-links:first-child::-webkit-scrollbar {
  width: 4px;
}

.header--section_v2 .header-nav .navbar .menu .category-links:first-child::-webkit-scrollbar-thumb {
  background: rgba(255, 138, 167, 0.45);
  border-radius: 4px;
}

.header--section_v2 .header-nav .navbar .menu .category-links:nth-child(2),
.header--section_v2 .header-nav .navbar .menu .category-links.category-links_info {
  position: absolute;
  bottom: 0;
  left: 0;
  clear: none;
  width: 240px;
  min-width: 240px;
  height: auto;
  margin: 0;
  padding: 4px 0 6px;
  float: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(42, 22, 40, 0.55);
}

.header--section_v2 .header-nav .navbar .menu .category-links > li {
  width: 100%;
  padding: 0 10px 0 0;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: background 0.18s ease, border-color 0.18s ease;
}

.header--section_v2 .header-nav .navbar .menu .category-links:first-child > li {
  position: relative;
  padding-left: 0;
}

.header--section_v2 .header-nav .navbar .menu .category-links:first-child > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: transparent;
  transition: background 0.18s ease;
}

.header--section_v2 .header-nav .navbar .menu .category-links:first-child > li:hover,
.header--section_v2 .header-nav .navbar .menu .category-links:first-child > li.active {
  background: rgba(255, 138, 167, 0.12);
}

.header--section_v2 .header-nav .navbar .menu .category-links:first-child > li.active::before,
.header--section_v2 .header-nav .navbar .menu .category-links:first-child > li:hover::before {
  background: #ff8aa7;
}

.header--section_v2 .header-nav .navbar .menu .category-links.category-links_info > li,
.header--section_v2 .header-nav .navbar .menu .category-links:nth-child(2) > li {
  border-bottom: none;
  padding: 0 8px;
}

.header--section_v2 .header-nav .navbar .menu .category-links.category-links_info > li:hover,
.header--section_v2 .header-nav .navbar .menu .category-links:nth-child(2) > li:hover {
  background: rgba(255, 255, 255, 0.06);
}

.header--section_v2 .header-nav .navbar .menu .category-links > li > a,
.header--section_v2 .header-nav .navbar .menu .category-links > li.dropdown-toggle > a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 6px 10px 6px 12px;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.18s ease;
}

.header--section_v2 .header-nav .navbar .menu .category-links.category-links_info > li > a,
.header--section_v2 .header-nav .navbar .menu .category-links:nth-child(2) > li > a {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.25;
  opacity: 0.88;
}

.header--section_v2 .header-nav .navbar .menu .category-links.category-links_info > li > a:hover,
.header--section_v2 .header-nav .navbar .menu .category-links:nth-child(2) > li > a:hover {
  opacity: 1;
}

.header--section_v2 .header-nav .navbar .menu .category-links > li.active > a,
.header--section_v2 .header-nav .navbar .menu .category-links > li:hover > a {
  color: #ff8aa7;
}

.header--section_v2 .header-nav .navbar .menu .category-links > li i {
  float: right;
  margin: 0 4px 0 auto;
  font-size: 16px;
  line-height: 1;
  opacity: 0.55;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.header--section_v2 .header-nav .navbar .menu .category-links > li:hover i,
.header--section_v2 .header-nav .navbar .menu .category-links > li.active i {
  opacity: 0.9;
  transform: translateX(1px);
}

.header--section_v2 .header-nav .navbar .menu .category-links > li.dropdown-toggle {
  position: static !important;
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2,
.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 {
  position: absolute;
  left: 240px;
  top: 0;
  width: calc(100vw - 240px);
  max-width: calc(100vw - 240px);
  height: 100%;
  max-height: min(72vh, 560px);
  padding: 0 20px 0 18px;
  background: rgba(65, 35, 61, 0.96);
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .title,
.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .title {
  font-family: BloggerSansMedium, BloggerSans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 0 0 2px;
  padding: 10px 0 2px;
  color: rgba(255, 255, 255, 0.98);
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .divider,
.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .divider {
  height: 1px;
  margin: 0 0 6px;
  background: rgba(255, 255, 255, 0.1);
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .submenu-all,
.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .submenu-all {
  flex: 0 0 auto;
  padding: 6px 0 10px;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .submenu-all a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: BloggerSansMedium, BloggerSans, sans-serif;
  font-size: 14px;
  color: #3a1f36;
  background: #ff8aa7;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .submenu-all a:hover {
  color: #3a1f36;
  background: #ffb3c6;
  transform: translateX(2px);
  box-shadow: 0 4px 14px rgba(255, 138, 167, 0.35);
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2,
.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 {
  display: none;
  flex-direction: column;
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items,
.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .nav-items {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  max-height: none;
  padding: 0 2px 6px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px 12px;
  align-content: start;
  grid-auto-rows: min-content;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 138, 167, 0.85) rgba(255, 255, 255, 0.08);
  column-width: auto;
  column-gap: 0;
  columns: unset;
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items .menu-l2,
.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .nav-items .menu-l2 {
  break-inside: auto;
  page-break-inside: auto;
  padding: 0;
  margin: 0;
  min-height: 0;
  list-style: none;
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items .menu-l2 a,
.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .nav-items .menu-l2 a {
  display: block;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  border-bottom: none;
  transition: color 0.18s ease, background 0.18s ease;
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items .menu-l2 a:hover,
.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .nav-items .menu-l2 a:hover {
  color: #ff8aa7;
  background: rgba(255, 138, 167, 0.14);
  border-bottom-color: transparent;
}

.header--section_v2 .header-nav .navbar .menu .submenu.level3,
.header--section_v2 .header-nav .navbar .menu .category-links .dropdown-toggle + .submenu.level3 {
  display: none !important;
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items::-webkit-scrollbar {
  width: 8px;
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items::-webkit-scrollbar-thumb {
  background: rgba(255, 138, 167, 0.85);
  border-radius: 4px;
}

.header--section_v2 .header-nav .navbar .menu .category-links .mCSB_scrollTools,
.header--section_v2 .header-nav .navbar .menu .category-links .mCSB_draggerContainer,
.header--section_v2 .header-nav .navbar .menu .category-links .mCSB_draggerRail {
  display: none !important;
  opacity: 0 !important;
  width: 0 !important;
}

.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items.mCustomScrollbar,
.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items .mCustomScrollBox,
.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items .mCSB_container {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  width: 100% !important;
}

.header--section.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items,
.header--section.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .nav-items,
.header--section.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items .mCSB_container,
.header--section.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .nav-items .mCSB_container {
  columns: unset !important;
  column-width: unset !important;
  -moz-column-count: unset !important;
  column-count: unset !important;
  height: auto !important;
  max-height: none !important;
  margin-right: 0 !important;
  padding: 0 2px 6px 0 !important;
  gap: 2px 12px !important;
  align-content: start !important;
  grid-auto-rows: min-content !important;
}

.header--section.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items li,
.header--section.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .nav-items li,
.header--section.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items .menu-l2,
.header--section.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .nav-items .menu-l2 {
  break-inside: auto !important;
  page-break-inside: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  position: static !important;
  width: auto !important;
  line-height: 1.35 !important;
  list-style: none !important;
}

.header--section.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items .menu-l2 a,
.header--section.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .nav-items .menu-l2 a,
.header--section.header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items li > a,
.header--section.header--section_v2 .header-nav .navbar .menu .category-links ul.level2 .nav-items li > a {
  float: none !important;
  position: static !important;
  padding: 5px 10px !important;
  margin: 0 !important;
  min-height: 0 !important;
  line-height: 1.3 !important;
  border-radius: 8px !important;
}

.header--section.header--section_v2 .header-nav .navbar .menu .category-links > li,
.header--section.header--section_v2 .header-nav .navbar .menu .category-links:first-child > li {
  line-height: 1.3 !important;
  min-height: 0 !important;
  padding-left: 0 !important;
  background: transparent;
}

.header--section.header--section_v2 .header-nav .navbar .menu .category-links > li > a,
.header--section.header--section_v2 .header-nav .navbar .menu .category-links > li.dropdown-toggle > a {
  min-height: 0 !important;
  line-height: 1.3 !important;
  padding: 6px 10px 6px 12px !important;
}

.header--section.header--section_v2 .header-nav .navbar .menu .category-links > li i {
  line-height: 1 !important;
  font-size: 16px !important;
}

body:has(.header--section_v2 .header-nav .navbar .menu.active) {
  overflow: hidden;
}

.menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: center / contain no-repeat;
  opacity: 0.92;
}

.menu-icon_detskie-torty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8aa7' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v3M8 6h8M6 9h12v2a6 6 0 0 1-12 0V9z'/%3E%3Cpath d='M7 21h10'/%3E%3C/svg%3E");
}

.menu-icon_svadebnye-torty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8aa7' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='16' cy='8' r='3'/%3E%3Cpath d='M5 21c0-3 2-5 5-5h4c3 0 5 2 5 5'/%3E%3C/svg%3E");
}

.menu-icon_korporativnye-torty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8aa7' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='1'/%3E%3Cpath d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M3 12h18'/%3E%3C/svg%3E");
}

.menu-icon_prazdnichnye-torty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8aa7' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l1.2 4.2L17 7l-3.8 1.8L12 13l-1.2-4.2L7 7l3.8-0.8L12 2z'/%3E%3Cpath d='M5 15l.8 2.8L8 18l-2.2 1.2L5 22l-.8-2.8L2 18l2.2-0.2L5 15zM19 15l.8 2.8L22 18l-2.2 1.2L19 22l-.8-2.8L16 18l2.2-0.2L19 15z'/%3E%3C/svg%3E");
}

.menu-icon_specialnye-svadebnye-torty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8aa7' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l2.4 7.4H22l-6 4.6 2.3 7-6.3-4.6L5.7 21l2.3-7-6-4.6h7.6L12 2z'/%3E%3C/svg%3E");
}

.menu-icon_torty-na-yubiley,
.menu-icon_torty-na-den-rozhdeniya {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8aa7' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h16v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8z'/%3E%3Cpath d='M12 6v4M8 10V8a4 4 0 0 1 8 0v2'/%3E%3Cpath d='M9 18h6'/%3E%3C/svg%3E");
}

.header--section_v2 .header-nav .search {
  position: relative;
  float: none;
  width: 56px;
  flex-shrink: 0;
}

.header--section_v2 .header-nav .search span {
  border-radius: 0;
  transition: background 0.2s ease;
}

.header--section_v2 .header-nav .search span:hover {
  background: rgba(255, 255, 255, 0.08);
}

.footer--section_v2 {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: #3a1f36;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow-x: clip;
}

.footer--section_v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(78, 42, 74, 0.97) 0%, rgba(58, 31, 54, 0.98) 55%, rgba(42, 18, 38, 0.99) 100%);
  pointer-events: none;
  z-index: 0;
}

.footer--section_v2 > * {
  position: relative;
  z-index: 1;
}

.footer--section_v2 .footer-cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.14);
  overflow-x: clip;
}

.footer--section_v2 .footer-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}

.footer--section_v2 .footer-cta__copy {
  flex: 1 1 240px;
  min-width: 0;
  max-width: 100%;
}

.footer--section_v2 .footer-cta__title {
  margin: 0 0 4px;
  font: clamp(20px, 2.2vw, 26px)/1.2 BloggerSansMedium, BloggerSans, sans-serif;
}

.footer--section_v2 .footer-cta__text {
  margin: 0;
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

.footer--section_v2 .footer-cta__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 48px;
  padding: 0 clamp(16px, 2vw, 24px);
  border-radius: 14px;
  background: #ff8aa7;
  color: #3a1f36 !important;
  font: clamp(17px, 1.8vw, 22px)/1.2 BloggerSansMedium, BloggerSans, sans-serif;
  text-align: center;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer--section_v2 .footer-cta__phone:hover {
  color: #3a1f36 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(255, 138, 167, 0.35);
}

.footer--section_v2 .footer-main {
  padding: 0;
  background: transparent;
  overflow-x: clip;
}

.footer--section_v2 .footer-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer--section_v2 .footer-intro__title {
  margin: 0 0 4px;
  font: 26px/1.2 BloggerSansMedium, BloggerSans, sans-serif;
}

.footer--section_v2 .footer-intro__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.footer--section_v2 .footer-intro__phone {
  flex: 0 0 auto;
  color: #fff7ea !important;
  font: 22px/1.2 BloggerSansMedium, BloggerSans, sans-serif;
  white-space: nowrap;
}

.footer--section_v2 .footer-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 32px;
}

.footer--section_v2 .footer-trust__item {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
  font-size: 15px;
  line-height: 1.35;
}

.footer--section.footer--section_v2 .footer-grid,
.footer--section_v2 .footer-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(24px, 3vw, 48px);
  align-items: start;
  width: 100%;
  margin: 34px 0 40px;
}

.footer--section.footer--section_v2 .footer-grid__col,
.footer--section_v2 .footer-grid__col {
  float: none !important;
  clear: none !important;
  display: block;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0;
  min-width: 0;
}

.footer--section_v2 .footer-brand {
  display: inline-block;
  margin-bottom: 12px;
}

.footer--section_v2 .footer-brand.brand-wordmark {
  font-size: 38px;
}

.footer--section_v2 .footer-brand img {
  display: block;
  width: auto;
  height: 48px;
  max-width: 100%;
}

.footer--section_v2 .footer-brand__tagline {
  margin: 0 0 16px;
  font: 15px/1.4 BloggerSansLight, BloggerSans, sans-serif;
  color: rgba(255, 255, 255, 0.82);
}

.footer--section_v2 .footer-grid .title {
  margin-top: 0;
  margin-bottom: 14px;
  font: 20px/1.2 BloggerSansMedium, BloggerSans, sans-serif;
  color: #fff;
  letter-spacing: 0.02em;
}

.footer--section_v2 .footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer--section_v2 .footer-grid li {
  padding-left: 0;
  margin: 0 0 10px;
}

.footer--section_v2 .footer-contacts li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer--section_v2 .footer-grid li i {
  float: none;
  flex-shrink: 0;
  margin: 2px 0 0;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
}

.footer--section.footer--section_v2 .footer-grid li a,
.footer--section.footer--section_v2 .footer-grid li > span,
.footer--section_v2 .footer-grid li a,
.footer--section_v2 .footer-grid li > span,
.footer--section_v2 .footer-contacts li a,
.footer--section_v2 .footer-contacts li > span {
  float: none !important;
  display: block;
  margin: 0;
  width: auto !important;
  font: 15px/1.45 BloggerSansLight, BloggerSans, sans-serif;
  color: rgba(255, 255, 255, 0.94) !important;
}

.footer--section.footer--section_v2 .footer-grid li a:hover,
.footer--section_v2 .footer-grid li a:hover,
.footer--section_v2 .footer-contacts li a:hover {
  color: #ff8aa7 !important;
  border-bottom: 1px dashed rgba(255, 138, 167, 0.8);
}

.footer--section.footer--section_v2 .footer-grid .title,
.footer--section_v2 .footer-grid .title {
  color: #fff;
}

.footer--section_v2 .footer__messangers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.footer--section_v2 .footer__messanger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease, transform 0.2s ease;
}

.footer--section_v2 .footer__messanger img {
  display: block;
  width: 22px;
  height: 22px;
}

.footer--section_v2 .footer__messanger:hover {
  transform: translateY(-1px);
}

.footer--section_v2 .footer__messanger_vk:hover {
  background: rgba(0, 119, 255, 0.35);
}

.footer--section_v2 .footer__messanger_tg:hover {
  background: rgba(34, 158, 217, 0.35);
}

.footer--section_v2 .footer__messanger_max:hover {
  background: rgba(255, 138, 167, 0.35);
}

.footer--section_v2 .footer-subscribe {
  margin: 0;
}

.footer--section_v2 .footer-subscribe__label {
  display: block;
  margin: 0 0 12px;
  font: 15px/1.45 BloggerSansLight, BloggerSans, sans-serif;
  opacity: 0.92;
}

.footer--section_v2 .footer-subscribe__fields {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
}

.footer--section_v2 .footer-subscribe__input,
.footer--section_v2 .subscription-email {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 44px;
  padding: 0 14px;
  border: none;
  border-radius: 12px;
  background: #fff;
  color: #3a1f36;
  font: 16px/1 BloggerSans, sans-serif;
  outline: none;
}

.footer--section_v2 .footer-subscribe__input::placeholder,
.footer--section_v2 .subscription-email::placeholder {
  color: rgba(58, 31, 54, 0.55);
}

.footer--section_v2 .footer-subscribe__input:focus,
.footer--section_v2 .subscription-email:focus {
  box-shadow: 0 0 0 2px rgba(255, 138, 167, 0.55);
}

.footer--section_v2 .footer-subscribe__btn,
.footer--section_v2 .subscribe {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: auto;
  min-width: 132px;
  height: 44px;
  padding: 0 18px;
  border: none;
  border-radius: 12px;
  background: #ff8aa7;
  color: #3a1f36;
  font: 16px/1 BloggerSansMedium, BloggerSans, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.footer--section_v2 .footer-subscribe__btn:hover,
.footer--section_v2 .subscribe:hover {
  background: #ffb3c6;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255, 138, 167, 0.28);
}

.footer--section_v2 .nav {
  margin-bottom: 0;
}

.footer--section_v2 .nav li i,
.footer--section_v2 .nav li > span,
.footer--section_v2 .nav li a {
  float: none;
}

.footer--section_v2 .logo img {
  height: auto;
  margin: 0;
  display: block;
}

.footer--section_v2 .divider {
  display: none;
}

.footer--section_v2 .copyright {
  margin: 0;
  padding: 18px 0 24px;
  background: rgba(0, 0, 0, 0.22);
  font-size: 14px;
  text-align: center;
}

.footer--section_v2 .copyright__inner {
  text-align: center;
}

.footer--section_v2 .copyright__inner p {
  margin: 0 0 6px;
}

.footer--section_v2 .copyright__inner p:last-child {
  margin-bottom: 0;
  opacity: 0.88;
}

.footer--section_v2 .copyright a {
  color: #ff8aa7;
}

.footer--section_v2 .copyright a:hover {
  border-bottom: 1px dashed #ff8aa7;
}

@media screen and (max-width: 1200px) {
  .header--section_v2 {
    min-height: 106px;
  }

  .header--section_v2 .header-topnav__links {
    display: none;
  }

  .header--section_v2 .header-topnav__inner {
    min-height: 56px;
    gap: 12px;
  }

  .header--section_v2 .header-topnav .logo {
    position: static;
    padding: 8px 0;
  }

  .header--section_v2 .header-topnav .logo img {
    width: 148px;
    height: 38px;
    max-width: 148px;
  }

  .header--section_v2 .brand-wordmark {
    font-size: 29px;
  }

  .header--section_v2 .header-topnav .phone .work-time {
    display: none !important;
  }

  .header--section_v2 .header-topnav .phone {
    position: static;
    height: auto;
    display: block;
    margin-right: 2px;
  }

  .header--section_v2 .header-topnav .favorite {
    position: static;
  }

  .header--section_v2 .header-topnav .mini-basket {
    position: static;
  }

  .header--section_v2 .header__messangers {
    display: inline-flex;
  }

  .header--section_v2 .header-nav {
    position: absolute;
    top: 56px;
    width: 100%;
  }

  .header--section_v2 .header-nav .navbar .main-links {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .header--section_v2 .header-service-links {
    display: none;
  }

  .header--section_v2 .header-nav .navbar .menu {
    top: 56px;
  }

  .header--section_v2 .header-nav .navbar .menu .category-links:first-child {
    width: 200px;
    min-width: 200px;
    bottom: 72px;
  }

  .header--section_v2 .header-nav .navbar .menu .category-links:nth-child(2),
  .header--section_v2 .header-nav .navbar .menu .category-links.category-links_info {
    width: 200px;
    min-width: 200px;
  }

  .header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2,
  .header--section_v2 .header-nav .navbar .menu .category-links ul.level2 {
    left: 200px;
    width: calc(100vw - 200px);
    max-width: calc(100vw - 200px);
  }

  .footer--section_v2 .footer-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer--section_v2 .footer-cta__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .footer--section_v2 .footer-cta__phone {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .footer--section_v2 .footer-cta__inner {
    row-gap: 12px;
  }
}

@media screen and (max-width: 991px) {
  .header--section_v2 .header-service-links {
    display: none;
  }

  .footer--section.footer--section_v2 .footer-grid,
  .footer--section_v2 .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 576px) {
  .header--section_v2 .header-topnav__inner {
    min-height: 56px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header--section_v2 .header-topnav .logo img {
    width: 124px;
    height: 34px;
    max-width: 124px;
  }

  .header--section_v2 .brand-wordmark {
    font-size: 25px;
  }

  .header--section_v2 .header-topnav__actions {
    gap: 5px;
  }

  .header--section_v2 .header__messangers {
    display: none;
  }

  .header--section_v2 .header-nav .navbar .main-links {
    display: none;
  }

  .header--section_v2 .header-topnav .phone .phone-number {
    display: none !important;
  }

  .header--section_v2 .header-nav .navbar .menu {
    width: min(100%, 320px);
    max-height: calc(100vh - 56px);
  }

  .header--section_v2 .header-nav .navbar .menu .category-links:first-child,
  .header--section_v2 .header-nav .navbar .menu .category-links:nth-child(2) {
    width: 100%;
    min-width: 0;
    float: none;
    border-right: none;
  }

  .header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    padding: 0;
    background: transparent;
    display: none;
    flex-direction: column;
  }

  .header--section_v2 .header-nav .navbar .menu .category-links .submenu.level2 .nav-items {
    grid-template-columns: 1fr;
    max-height: none;
    column-width: auto;
    columns: 1;
  }

  .header--section_v2 .header-nav .navbar .menu.active .category-links > li:hover > .submenu.level2,
  .header--section_v2 .header-nav .navbar .menu.active .category-links > li.active > .submenu.level2 {
    display: flex !important;
  }

  .footer--section_v2 .footer-trust {
    grid-template-columns: 1fr;
  }

  .footer--section_v2 .footer-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer--section.footer--section_v2 .footer-grid,
  .footer--section_v2 .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .footer--section_v2 .footer-cta__phone {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    white-space: normal;
  }

  .footer--section_v2 .footer-subscribe__fields {
    flex-direction: column;
  }

  .footer--section_v2 .footer-subscribe__btn,
  .footer--section_v2 .subscribe {
    width: 100%;
    min-width: 0;
  }
}
