.brand-switch-shell {
  position: fixed;
  top: 8px;
  left: 20px;
  right: 20px;
  z-index: 10000;
  display: flex;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #1a1a1a;
  border-radius: 40px;
  background: #1a1a1a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.brand-switch {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: inherit;
}

.brand-switch__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 0 -4px;
  padding: 0 7px;
  color: #fff;
  text-decoration: none;
  transform: skewX(-7deg);
  transition: filter 160ms ease, box-shadow 160ms ease;
}

.brand-switch__item:first-child {
  margin-left: 0;
  padding-left: 11px;
}

.brand-switch__item:last-child {
  margin-right: 0;
  padding-right: 11px;
}

.brand-switch__item:hover {
  filter: brightness(1.06);
}

.brand-switch__item:focus-visible {
  z-index: 2;
  outline: 3px solid #fff;
  outline-offset: -4px;
}

.brand-switch__item[aria-current="page"] {
  z-index: 1;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.brand-switch__item--yandex {
  color: #1a1a1a;
  background: #ffdf32;
}

.brand-switch__item--samokat {
  background: #ff315f;
}

.brand-switch__item--x5 {
  background: #159447;
}

.brand-switch__item--vkusvill {
  background: #0d3b29;
}

.brand-switch__item--burger {
  background: #d84a1b;
}

.brand-switch__item--kuper {
  color: #101512;
  background: #70ef83;
}

.brand-switch__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 4px;
  transform: skewX(7deg);
}

.brand-switch__labels {
  display: block;
  min-width: 0;
}

.brand-switch__label {
  display: block;
  min-width: 0;
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-switch__label--full {
  display: none;
}

.brand-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  overflow: hidden;
  border-radius: 50%;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-mark--samokat {
  background: #f04461;
}

.brand-mark--x5 {
  overflow: hidden;
  border: 0;
  background: #fff;
}

.brand-mark--x5 .brand-mark__image {
  transform: scale(1.55);
}

.brand-mark--vkusvill {
  border-radius: 5px;
  background: #35bd68;
}

.brand-mark--burger {
  border: 2px solid #f5b33a;
  color: #b72e12;
  background: #fff0c9;
  font-size: 8px;
  font-weight: 900;
}

.brand-mark--kuper {
  border-radius: 5px;
  background: #82f39b;
}

.brand-mark--kuper .brand-mark__image {
  object-fit: contain;
}

body .header[data-astro-cid-izzxgsnt] {
  top: 56px;
}

body .header-logo-block[data-astro-cid-izzxgsnt] > p {
  max-width: 127px !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

body .hero[data-astro-cid-wd33p6da] {
  box-sizing: border-box;
  height: 471px;
  padding-top: 46px;
}

.brand-mini-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
}

.brand-mini-logo .brand-mark {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.brand-mini-logo .brand-mark__samokat-dot {
  width: 22px;
  height: 22px;
  border-width: 6px;
}

.brand-mini-logo .brand-mark__samokat-dot::after {
  width: 6px;
  height: 6px;
}

.brand-mini-logo .brand-mark__five {
  font-size: 23px;
}

.brand-mini-logo .brand-mark__vkusvill {
  font-size: 12px;
}

body[data-brand="samokat"] {
  --brand-accent: #ff315f;
  --brand-accent-light: #ff7897;
  --brand-accent-dark: #cf153f;
  --brand-shadow: rgba(255, 49, 95, 0.55);
  --brand-art-filter: hue-rotate(300deg) saturate(1.45) brightness(1.03);
}

body[data-brand="x5"] {
  --brand-accent: #1a9c49;
  --brand-accent-light: #77d04b;
  --brand-accent-dark: #087235;
  --brand-shadow: rgba(35, 161, 77, 0.52);
  --brand-art-filter: hue-rotate(64deg) saturate(1.15) brightness(0.92);
}

body[data-brand="vkusvill"] {
  --brand-accent: #0d7047;
  --brand-accent-light: #55b984;
  --brand-accent-dark: #07472f;
  --brand-shadow: rgba(13, 112, 71, 0.55);
  --brand-art-filter: hue-rotate(78deg) saturate(0.92) brightness(0.76);
}

body[data-brand="burger"] {
  --brand-accent: #ef6928;
  --brand-accent-light: #ffbd49;
  --brand-accent-dark: #b83218;
  --brand-shadow: rgba(239, 105, 40, 0.52);
  --brand-art-filter: hue-rotate(338deg) saturate(1.2) brightness(0.9);
}

body[data-brand="kuper"] {
  --brand-accent: #35cc68;
  --brand-accent-light: #a9f54f;
  --brand-accent-dark: #087a43;
  --brand-shadow: rgba(53, 204, 104, 0.5);
  --brand-art-filter: hue-rotate(78deg) saturate(1.1) brightness(0.92);
}

.brand-hero-stat {
  position: relative;
  z-index: 5;
  display: grid;
  width: min(78%, 420px);
  margin: 12px 0 4px;
  padding: 12px 14px;
  gap: 4px;
  border-left: 4px solid var(--brand-accent);
  border-radius: 0 8px 8px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(10px);
}

.brand-hero-stat strong,
.brand-hero-stat span {
  letter-spacing: 0;
}

.brand-hero-stat strong {
  font-size: 19px;
  line-height: 1.15;
}

.brand-hero-stat span {
  font-size: 12px;
  line-height: 1.35;
}

.brand-city-selector {
  position: relative;
  z-index: 5;
  display: grid;
  width: min(78%, 420px);
  margin-top: 12px;
  gap: 6px;
}

.brand-city-selector label {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-city-selector select {
  width: 100%;
  min-height: 46px;
  padding: 10px 42px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  color: #151915;
  background: rgba(255, 255, 255, 0.95);
  font: inherit;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-city-selector select:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--brand-accent-light) 70%, #fff);
  outline-offset: 2px;
}

.brand-benefits,
.brand-steps,
.brand-faq {
  position: relative;
  overflow: hidden;
  padding: 68px 20px;
  color: #fff;
  background: #111;
}

.brand-benefits::before,
.brand-steps::before,
.brand-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background:
    repeating-linear-gradient(128deg, transparent 0 58px, color-mix(in srgb, var(--brand-accent) 38%, transparent) 59px 61px, transparent 62px 116px),
    linear-gradient(118deg, #090909 0 58%, color-mix(in srgb, var(--brand-accent-dark) 48%, #090909) 58% 100%);
}

.brand-benefits {
  background: #0d0d0d;
}

.brand-steps {
  background: color-mix(in srgb, var(--brand-accent-dark) 34%, #090909);
}

.brand-faq {
  background: #080808;
}

.brand-section-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.brand-section-heading {
  width: min(100%, 760px);
  margin: 0 auto 34px;
  text-align: center;
}

.brand-section-heading h2,
.brand-section-heading p,
.brand-section-heading span {
  letter-spacing: 0;
}

.brand-section-heading h2 {
  margin: 8px 0 12px;
  font-size: 30px;
  line-height: 1.06;
}

.brand-section-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.45;
}

.brand-section-kicker {
  display: inline-block;
  color: var(--brand-accent-light);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.brand-benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.brand-benefit-card {
  position: relative;
  min-width: 0;
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--brand-accent) 58%, rgba(255, 255, 255, 0.15));
  border-radius: 8px;
  background: rgba(8, 8, 8, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.brand-benefit-card h3,
.brand-benefit-card p {
  letter-spacing: 0;
}

.brand-benefit-card h3 {
  margin: 22px 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.18;
}

.brand-benefit-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.48;
}

.brand-card-index {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--brand-accent-light);
  font-size: 12px;
  font-weight: 700;
}

.brand-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 26px;
}

.brand-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  padding: 18px;
  gap: 14px;
  border: 1px solid color-mix(in srgb, var(--brand-accent-light) 54%, rgba(255, 255, 255, 0.16));
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.54);
}

.brand-step-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #111;
  background: var(--brand-accent-light);
  font-size: 18px;
  font-weight: 800;
}

.brand-step-card h3,
.brand-step-card p {
  letter-spacing: 0;
}

.brand-step-card h3 {
  margin: 1px 0 7px;
  font-size: 19px;
  line-height: 1.2;
}

.brand-step-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.45;
}

.brand-primary-cta {
  display: flex;
  width: min(100%, 360px);
  min-height: 52px;
  margin: 0 auto;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--brand-accent-light) 72%, #fff);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(to bottom, var(--brand-accent-light), var(--brand-accent), var(--brand-accent-dark));
  box-shadow: 0 8px 24px var(--brand-shadow);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.brand-primary-cta:hover {
  filter: brightness(1.07);
}

.brand-primary-actions {
  display: flex;
  width: min(100%, 740px);
  margin: 0 auto;
  gap: 12px;
  justify-content: center;
}

.brand-primary-actions .brand-primary-cta {
  flex: 1 1 240px;
  margin: 0;
}

.brand-primary-actions--hero {
  position: relative;
  z-index: 5;
  width: min(78%, 420px);
  margin: 10px 0 0;
  justify-content: flex-start;
}

.brand-primary-actions--hero .brand-primary-cta {
  min-height: 46px;
  padding: 9px 14px;
  font-size: 14px;
}

.brand-faq-shell {
  width: min(100%, 900px);
}

.brand-faq-list {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.brand-faq-item {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--brand-accent) 64%, rgba(255, 255, 255, 0.18));
  border-radius: 8px;
  background: rgba(12, 12, 12, 0.78);
  box-shadow: inset 0 1px 8px color-mix(in srgb, var(--brand-accent) 24%, transparent);
}

.brand-faq-item summary {
  display: flex;
  min-height: 58px;
  padding: 15px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  list-style: none;
}

.brand-faq-item summary::-webkit-details-marker {
  display: none;
}

.brand-faq-plus {
  position: relative;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border: 1px solid color-mix(in srgb, var(--brand-accent-light) 68%, #fff);
  border-radius: 50%;
}

.brand-faq-plus::before,
.brand-faq-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  background: var(--brand-accent-light);
  transform: translate(-50%, -50%);
}

.brand-faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 160ms ease;
}

.brand-faq-item[open] .brand-faq-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.brand-faq-answer {
  padding: 0 16px 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.58;
}

.brand-faq-answer p {
  margin: 0;
  letter-spacing: 0;
}

.brand-faq-answer p + p {
  margin-top: 9px;
}

.brand-city-group + .brand-city-group {
  margin-top: 18px;
}

.brand-city-group h4 {
  margin: 0 0 7px;
  color: var(--brand-accent-light);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
}

.brand-city-group p {
  overflow-wrap: anywhere;
}

.brand-city-link {
  color: inherit;
  text-decoration-color: var(--brand-accent-light);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.brand-city-link:hover {
  color: var(--brand-accent-light);
}

body[data-brand]:not([data-brand="yandex"]) .calculator,
body[data-brand]:not([data-brand="yandex"]) .reviews,
body[data-brand]:not([data-brand="yandex"]) [data-delivery-16plus-link],
body[data-brand]:not([data-brand="yandex"]) .delivery-16plus-faq {
  display: none !important;
}

body[data-brand]:not([data-brand="yandex"])::before {
  content: "";
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: #111;
  pointer-events: none;
}

body[data-brand]:not([data-brand="yandex"]) .brand-hero-image {
  position: absolute;
  z-index: 1;
  transform: none !important;
  pointer-events: none;
}

body[data-brand]:not([data-brand="yandex"]) .hero[data-astro-cid-wd33p6da] .content {
  z-index: 2;
}

body[data-brand]:not([data-brand="yandex"]) .hero[data-astro-cid-wd33p6da] {
  height: 620px;
}

body[data-brand="kuper"] .hero[data-astro-cid-wd33p6da] {
  height: 760px;
}

body[data-brand]:not([data-brand="yandex"]) .hero[data-astro-cid-wd33p6da] .button-description {
  display: none !important;
}

body[data-brand]:not([data-brand="yandex"]) a[data-slot="button"],
body[data-brand]:not([data-brand="yandex"]) button[data-slot="button"] {
  color: #fff !important;
  background: linear-gradient(to bottom, var(--brand-accent-light), var(--brand-accent), var(--brand-accent-dark)) !important;
  box-shadow: 0 7px 22px var(--brand-shadow) !important;
}

body[data-brand]:not([data-brand="yandex"]) a[data-slot="button"] p,
body[data-brand]:not([data-brand="yandex"]) button[data-slot="button"] p {
  color: #fff !important;
}

body[data-brand]:not([data-brand="yandex"]) .header-action[data-astro-cid-izzxgsnt] > a {
  color: #fff !important;
  background: linear-gradient(to bottom, var(--brand-accent-light), var(--brand-accent), var(--brand-accent-dark)) !important;
  box-shadow: 0 5px 16px var(--brand-shadow) !important;
}

body[data-brand]:not([data-brand="yandex"]) .header-action[data-astro-cid-izzxgsnt] > a p {
  color: #fff !important;
}

body[data-brand]:not([data-brand="yandex"]) .header-links[data-astro-cid-izzxgsnt] a {
  text-decoration-color: var(--brand-accent) !important;
}

body[data-brand]:not([data-brand="yandex"]) .separator,
body[data-brand]:not([data-brand="yandex"]) .fbw-bg,
body[data-brand]:not([data-brand="yandex"]) .final-bg,
body[data-brand]:not([data-brand="yandex"]) .credits-bg,
body[data-brand]:not([data-brand="yandex"]) .step-icon-img {
  filter: var(--brand-art-filter);
}

body[data-brand]:not([data-brand="yandex"]) {
  --brand-divider-height: 52px;
  --brand-divider-bottom: -8px;
}

body[data-brand]:not([data-brand="yandex"]) #hero > .separator[data-astro-cid-wd33p6da],
body[data-brand]:not([data-brand="yandex"]) .final[data-astro-cid-te4clcia] > .separator[data-astro-cid-te4clcia] {
  bottom: var(--brand-divider-bottom);
  width: 100%;
  height: var(--brand-divider-height);
  max-height: none;
  object-fit: fill;
  transform: none;
  z-index: 5;
}

body[data-brand]:not([data-brand="yandex"]) .brand-benefits::after,
body[data-brand]:not([data-brand="yandex"]) .brand-steps::after,
body[data-brand]:not([data-brand="yandex"]) .brand-faq::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: var(--brand-divider-bottom);
  left: 0;
  height: var(--brand-divider-height);
  background: url("/_astro/hero-separator.BKiYrhbb_wTnNC.png") center bottom / 100% 100% no-repeat;
  filter: var(--brand-art-filter);
  pointer-events: none;
}

body[data-brand]:not([data-brand="yandex"]) .step-block,
body[data-brand]:not([data-brand="yandex"]) .faq {
  isolation: isolate;
  overflow: hidden;
  background: #111 !important;
}

body[data-brand]:not([data-brand="yandex"]) .step-block > picture,
body[data-brand]:not([data-brand="yandex"]) .faq > picture {
  display: none !important;
}

body[data-brand]:not([data-brand="yandex"]) .step-block::before,
body[data-brand]:not([data-brand="yandex"]) .faq::before,
body[data-brand]:not([data-brand="yandex"]) .step-block::after,
body[data-brand]:not([data-brand="yandex"]) .faq::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body[data-brand]:not([data-brand="yandex"]) .step-block::before,
body[data-brand]:not([data-brand="yandex"]) .faq::before {
  z-index: 0;
  inset: 0;
  opacity: 0.44;
  background:
    repeating-linear-gradient(128deg, transparent 0 44px, color-mix(in srgb, var(--brand-accent) 38%, transparent) 45px 47px, transparent 48px 92px),
    linear-gradient(112deg, #0a0a0a 0 58%, color-mix(in srgb, var(--brand-accent-dark) 48%, #0a0a0a) 58% 100%);
}

body[data-brand]:not([data-brand="yandex"]) .step-block::after {
  z-index: 1;
  right: -12%;
  bottom: 7%;
  width: 58%;
  height: 46%;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  background: linear-gradient(135deg, var(--brand-accent-light), var(--brand-accent-dark));
  opacity: 0.3;
}

body[data-brand]:not([data-brand="yandex"]) .faq::after {
  z-index: 1;
  top: 10%;
  left: -15%;
  width: 62%;
  height: 34%;
  clip-path: polygon(0 24%, 100% 0, 78% 100%, 0 82%);
  background: linear-gradient(115deg, var(--brand-accent-dark), var(--brand-accent-light));
  opacity: 0.24;
}

body[data-brand]:not([data-brand="yandex"]) .step-block-container,
body[data-brand]:not([data-brand="yandex"]) .faq-container {
  position: relative;
  z-index: 2;
}

body[data-brand]:not([data-brand="yandex"]) .header-action:has(> a) {
  gap: 0 !important;
}

body[data-brand]:not([data-brand="yandex"]) .fbwb,
body[data-brand]:not([data-brand="yandex"]) .fbwb .bg-blur {
  box-shadow: inset 0 2px 8px var(--brand-shadow) !important;
}

body[data-brand]:not([data-brand="yandex"]) .fbwb .img,
body[data-brand]:not([data-brand="yandex"]) .steps .number,
body[data-brand]:not([data-brand="yandex"]) .steps .icon-decor,
body[data-brand]:not([data-brand="yandex"]) .steps .icon-decor::before,
body[data-brand]:not([data-brand="yandex"]) .steps .icon-decor::after,
body[data-brand]:not([data-brand="yandex"]) .steps .title-block-decor,
body[data-brand]:not([data-brand="yandex"]) .steps .title-block-decor::before,
body[data-brand]:not([data-brand="yandex"]) .steps .title-block-decor::after,
body[data-brand]:not([data-brand="yandex"]) .steps-wrapper::after {
  background-color: var(--brand-accent) !important;
}

body[data-brand]:not([data-brand="yandex"]) .fbwb-title,
body[data-brand]:not([data-brand="yandex"]) [class*="text-[#FFDF32"] {
  color: var(--brand-accent-light) !important;
}

body[data-brand]:not([data-brand="yandex"]) [class*="border-[#FFDF32"] {
  border-color: var(--brand-accent) !important;
}

body[data-brand]:not([data-brand="yandex"]) .steps .icon::before {
  border-color: var(--brand-accent) !important;
}

body[data-brand]:not([data-brand="yandex"]) .steps .title-block {
  box-shadow: inset 0 2px 8px var(--brand-shadow) !important;
}

body[data-brand]:not([data-brand="yandex"]) .faq svg {
  color: var(--brand-accent-light) !important;
}

body[data-brand]:not([data-brand="yandex"]) .footer {
  background:
    linear-gradient(258deg, color-mix(in srgb, var(--brand-accent) 72%, #000) 2.5%, #000 13% 78%),
    #000 !important;
}

body[data-brand="samokat"] .hero[data-astro-cid-wd33p6da] {
  background: #e8edef;
}

body[data-brand="samokat"] .brand-hero-image {
  right: -35px !important;
  bottom: 0;
  width: 210px;
  height: auto;
  object-fit: cover;
}

body[data-brand="x5"] .hero[data-astro-cid-wd33p6da] {
  background: #56b82c;
}

body[data-brand="x5"] .brand-hero-image {
  right: 8px !important;
  bottom: 0;
  width: calc(100% - 16px);
  height: auto;
  object-fit: contain;
}

body[data-brand="vkusvill"] .hero[data-astro-cid-wd33p6da] {
  background: #123d2c;
}

body[data-brand="burger"] .hero[data-astro-cid-wd33p6da] {
  background: #177e37;
}

body[data-brand="kuper"] .hero[data-astro-cid-wd33p6da] {
  background: #176f43;
}

body[data-brand="x5"] .hero[data-astro-cid-wd33p6da] .title,
body[data-brand="x5"] .hero[data-astro-cid-wd33p6da] .description,
body[data-brand="x5"] .hero[data-astro-cid-wd33p6da] .button-description,
body[data-brand="vkusvill"] .hero[data-astro-cid-wd33p6da] .title,
body[data-brand="vkusvill"] .hero[data-astro-cid-wd33p6da] .description,
body[data-brand="vkusvill"] .hero[data-astro-cid-wd33p6da] .button-description {
  color: #fff;
}

body[data-brand="burger"] .hero[data-astro-cid-wd33p6da] .title,
body[data-brand="burger"] .hero[data-astro-cid-wd33p6da] .description,
body[data-brand="burger"] .hero[data-astro-cid-wd33p6da] .button-description,
body[data-brand="kuper"] .hero[data-astro-cid-wd33p6da] .title,
body[data-brand="kuper"] .hero[data-astro-cid-wd33p6da] .description,
body[data-brand="kuper"] .hero[data-astro-cid-wd33p6da] .button-description {
  color: #fff;
}

body[data-brand="kuper"] a[data-slot="button"] {
  display: none !important;
}

body[data-brand="vkusvill"] .brand-hero-image {
  right: -20px !important;
  bottom: 0;
  width: 180px;
  height: 255px;
  object-fit: cover;
  object-position: 64% 8%;
}

body[data-brand="burger"] .brand-hero-image,
body[data-brand="kuper"] .brand-hero-image {
  right: 0 !important;
  bottom: 0;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: 72% center;
  -webkit-mask-image: linear-gradient(to top, #000 72%, transparent 100%);
  mask-image: linear-gradient(to top, #000 72%, transparent 100%);
}

@media (max-width: 767px) {
  body[data-brand="kuper"] .hero[data-astro-cid-wd33p6da] {
    isolation: isolate;
  }

  body[data-brand="kuper"] .brand-hero-image {
    z-index: 0;
  }

  body[data-brand="kuper"] .hero[data-astro-cid-wd33p6da]::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
      to bottom,
      #176f43 0 57%,
      rgba(23, 111, 67, 0.97) 67%,
      rgba(23, 111, 67, 0.62) 82%,
      transparent 100%
    );
    pointer-events: none;
  }
}

@media (min-width: 420px) {
  body[data-brand="samokat"] .brand-hero-image {
    right: -35px !important;
    width: 240px;
    height: auto;
  }

  body[data-brand="x5"] .brand-hero-image {
    right: 12px !important;
    width: calc(100% - 24px);
  }
}

@media (min-width: 600px) {
  .brand-hero-stat {
    width: min(100%, 420px);
  }

  .brand-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-switch__content {
    gap: 7px;
  }

  .brand-switch__label--short {
    display: none;
  }

  .brand-switch__label--full {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  body[data-brand="yandex"] .header-links[data-astro-cid-izzxgsnt] {
    display: none;
  }
}

@media (min-width: 768px) {
  body[data-brand]:not([data-brand="yandex"]) {
    --brand-divider-height: 68px;
    --brand-divider-bottom: -11px;
  }

  .brand-benefits,
  .brand-steps,
  .brand-faq {
    padding: 92px 48px;
  }

  .brand-section-heading {
    margin-bottom: 46px;
  }

  .brand-section-heading h2 {
    font-size: 46px;
  }

  .brand-section-heading p {
    font-size: 18px;
  }

  .brand-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 34px;
  }

  .brand-step-card {
    grid-template-columns: 1fr;
    min-height: 230px;
    padding: 24px;
  }

  .brand-step-card h3 {
    font-size: 22px;
  }

  .brand-faq-item summary {
    min-height: 68px;
    padding: 18px 22px;
    font-size: 18px;
  }

  .brand-faq-answer {
    padding: 0 22px 22px;
    font-size: 16px;
  }

  .brand-hero-stat {
    margin-top: 18px;
    padding: 15px 18px;
  }

  .brand-hero-stat strong {
    font-size: 24px;
  }

  .brand-hero-stat span {
    font-size: 14px;
  }

  .brand-switch-shell {
    top: 10px;
    left: 64px;
    right: 64px;
    width: calc(100% - 128px);
    height: 52px;
  }

  .brand-switch__label {
    font-size: 14px;
  }

  .brand-switch .brand-mark {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .brand-switch .brand-mark__samokat-dot {
    width: 15px;
    height: 15px;
    border-width: 4px;
  }

  .brand-switch .brand-mark__five {
    font-size: 16px;
  }

  .brand-switch .brand-mark__vkusvill {
    font-size: 9px;
  }

  body .header[data-astro-cid-izzxgsnt] {
    top: 72px;
  }

  body .header-logo-block[data-astro-cid-izzxgsnt] > p {
    max-width: 178px !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
  }

  body .hero[data-astro-cid-wd33p6da],
  body[data-brand]:not([data-brand="yandex"]) .hero[data-astro-cid-wd33p6da] {
    height: 779px;
    padding-top: 62px;
  }

  .brand-mini-logo {
    width: 55px;
    height: 55px;
    flex-basis: 55px;
  }

  .brand-mini-logo .brand-mark {
    width: 49px;
    height: 49px;
    flex-basis: 49px;
  }

  .brand-mini-logo .brand-mark__samokat-dot {
    width: 32px;
    height: 32px;
    border-width: 8px;
  }

  .brand-mini-logo .brand-mark__samokat-dot::after {
    width: 8px;
    height: 8px;
  }

  .brand-mini-logo .brand-mark__five {
    font-size: 32px;
  }

  .brand-mini-logo .brand-mark__vkusvill {
    font-size: 17px;
  }

  body[data-brand="samokat"] .brand-hero-image {
    right: 0 !important;
    bottom: 0;
    width: min(43vw, 560px);
    height: auto;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 100%);
  }

  body[data-brand="x5"] .brand-hero-image {
    right: 0 !important;
    bottom: 0;
    width: min(58vw, 820px);
    height: auto;
  }

  body[data-brand="vkusvill"] .brand-hero-image {
    right: 0 !important;
    width: min(40vw, 520px);
    height: 560px;
    object-position: 65% 7%;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 100%);
  }

  body[data-brand="burger"] .brand-hero-image,
  body[data-brand="kuper"] .brand-hero-image {
    right: 0 !important;
    bottom: 0;
    width: min(56vw, 820px);
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 18%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 18%, #000 100%);
  }

  body[data-brand]:not([data-brand="yandex"]) .hero[data-astro-cid-wd33p6da] {
    justify-content: flex-start;
  }

  body[data-brand]:not([data-brand="yandex"]) .hero[data-astro-cid-wd33p6da] .content {
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    padding-right: 55%;
    padding-left: 6%;
  }

  body[data-brand="kuper"] .hero[data-astro-cid-wd33p6da] .content {
    transform: translateY(-42px);
  }

  body[data-brand]:not([data-brand="yandex"]) .hero[data-astro-cid-wd33p6da] .content > div,
  body[data-brand]:not([data-brand="yandex"]) .hero[data-astro-cid-wd33p6da] .content .title,
  body[data-brand]:not([data-brand="yandex"]) .hero[data-astro-cid-wd33p6da] .content .description {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .brand-benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .brand-benefit-card {
    min-height: 214px;
    padding: 24px;
  }
}

@media (min-width: 1280px) {
  body .header-links[data-astro-cid-izzxgsnt] {
    gap: 18px;
  }

  body .header-links[data-astro-cid-izzxgsnt] p {
    font-size: 14px;
    line-height: 1.1;
  }

  body .header-logo-block[data-astro-cid-izzxgsnt] > p {
    max-width: 170px !important;
    font-size: 13px !important;
    line-height: 1.16 !important;
  }
}

@media (min-width: 1469px) {
  body[data-brand="samokat"] .brand-hero-image,
  body[data-brand="x5"] .brand-hero-image,
  body[data-brand="vkusvill"] .brand-hero-image,
  body[data-brand="burger"] .brand-hero-image,
  body[data-brand="kuper"] .brand-hero-image {
    right: calc(50% - 720px) !important;
  }
}

@media (max-width: 767px) {
  body[data-brand]:not([data-brand="yandex"]) .hero[data-astro-cid-wd33p6da] {
    isolation: isolate;
  }

  body[data-brand][data-brand="kuper"] .hero[data-astro-cid-wd33p6da] {
    height: 760px;
  }

  body[data-brand]:not([data-brand="yandex"]) .hero[data-astro-cid-wd33p6da]::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
  }

  body[data-brand="samokat"] .hero[data-astro-cid-wd33p6da]::before {
    background: linear-gradient(to bottom, rgba(232, 237, 239, 0.94) 0 38%, rgba(232, 237, 239, 0.7) 64%, rgba(232, 237, 239, 0.14) 100%);
  }

  body[data-brand="x5"] .hero[data-astro-cid-wd33p6da]::before {
    background: linear-gradient(to bottom, rgba(22, 91, 37, 0.92) 0 40%, rgba(22, 91, 37, 0.7) 66%, rgba(22, 91, 37, 0.12) 100%);
  }

  body[data-brand="vkusvill"] .hero[data-astro-cid-wd33p6da]::before {
    background: linear-gradient(to bottom, rgba(5, 47, 31, 0.94) 0 42%, rgba(5, 47, 31, 0.68) 68%, rgba(5, 47, 31, 0.1) 100%);
  }

  body[data-brand="burger"] .hero[data-astro-cid-wd33p6da]::before {
    background: linear-gradient(to bottom, rgba(20, 91, 42, 0.94) 0 42%, rgba(20, 91, 42, 0.7) 68%, rgba(20, 91, 42, 0.12) 100%);
  }

  body[data-brand="kuper"] .hero[data-astro-cid-wd33p6da]::before {
    background: linear-gradient(to bottom, rgba(11, 92, 54, 0.96) 0 50%, rgba(11, 92, 54, 0.72) 72%, rgba(11, 92, 54, 0.16) 100%);
  }

  body[data-brand="kuper"] .hero[data-astro-cid-wd33p6da]::after {
    content: none;
  }

  body[data-brand]:not([data-brand="yandex"]) .brand-hero-image {
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body[data-brand="samokat"] .brand-hero-image {
    object-position: 67% center !important;
  }

  body[data-brand="x5"] .brand-hero-image {
    object-position: 74% center !important;
  }

  body[data-brand="vkusvill"] .brand-hero-image {
    object-position: 58% 12% !important;
  }

  body[data-brand="burger"] .brand-hero-image {
    object-position: 80% center !important;
  }

  body[data-brand="kuper"] .brand-hero-image {
    object-position: 70% center !important;
  }

  body[data-brand]:not([data-brand="yandex"]) .final[data-astro-cid-te4clcia]::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 58%;
    height: 118px;
    background: linear-gradient(
      to bottom,
      transparent 0 18%,
      color-mix(in srgb, var(--brand-accent-dark) 42%, #050505) 64%,
      #050505 100%
    );
    pointer-events: none;
  }

  body[data-brand]:not([data-brand="yandex"]) .final-container[data-astro-cid-te4clcia] {
    z-index: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-switch__item {
    transition: none;
  }
}
