/* Блоки, удалённые с локальной копии (скрыты через display:none — надёжный способ для Nuxt/SSR).
   Чтобы вернуть блок — удали или закомментируй нужную строку и обнови страницу. */

/* --- Ранее выбранные --- */
._mobile-app-hero,
._extra-bold-hero,
._client-testimonials .background img,
._currency-exchange-calculator canvas,

/* --- Навбар: кнопки Log in / Sign up --- */
div:nth-of-type(1) > div._page > div.page-slot > nav._navbar > div.g-row-full.flex.items-center.justify-between > div.lang-cta-wrapper > div.ctas.flex > a._button.no-tap-highlight > div,
div:nth-of-type(1) > div._page > div.page-slot > nav._navbar > div.g-row-full.flex.items-center.justify-between > div.lang-cta-wrapper > div.ctas.flex > a._button.no-tap-highlight > span.label.relative.body > span.clone.whitespace-nowrap > span.c,
div:nth-of-type(1) > div._page > div.page-slot > nav._navbar > div.g-row-full.flex.items-center.justify-between > div.lang-cta-wrapper > div.ctas.flex > a._button.no-tap-highlight > span.label.relative.body > span.clone.whitespace-nowrap,
div:nth-of-type(1) > div._page > div.page-slot > nav._navbar > div.g-row-full.flex.items-center.justify-between > div.lang-cta-wrapper > div.ctas.flex > a._button.no-tap-highlight > span.label.relative.body > span.whitespace-nowrap,

/* --- Hero: кнопки App Store / Google Play --- */
div:nth-of-type(1) > div._page > div.page-slot > header._common-header > div.g-row.main-row.color-white.relative > div.g-col.xxl-4.xxl-offset-3.md-6.md-offset-1.sm-8.sm-offset-0.xs-16.flex.flex-col.justify-end.mb-12 > div.flex.flex-wrap.gap-24.mt-32 > a._app-button > img.absolute.inset-0,
div:nth-of-type(1) > div._page > div.page-slot > header._common-header > div.g-row.main-row.color-white.relative > div.g-col.xxl-4.xxl-offset-3.md-6.md-offset-1.sm-8.sm-offset-0.xs-16.flex.flex-col.justify-end.mb-12 > div.flex.flex-wrap.gap-24.mt-32 > a._app-button > div.outline.absolute.inset-0,
div.flex.flex-wrap.gap-24.mt-32,

/* --- Прочие блоки --- */
button._scroll-hint.caption.absolute,
div.stepper,
div.absolute.inset-0.grid.place-center.overflow-hidden,
div.restart,
section._plata-walkthrough.w-full.background-orange,

/* --- Plata Card: тег --- */
div.g-col.xxl-8.md-10.sm-12.xs-16 > span._tag.relative.body-small.inline-block > svg.absolute.w-full.h-full.top-0.left-0,
div.g-col.xxl-8.md-10.sm-12.xs-16 > span._tag.relative.body-small.inline-block,

/* --- Конвертер валют --- */
section._currency-exchange-calculator.flex.flex-col.items-center.color-orange.no-select,

/* --- Футер --- */
div:nth-of-type(1) > div._page > div.page-slot > footer._footer.g-row-full.color-orange > div.externals.mt-80-32.g-row-full.flex.flex-wrap.gap-24.justify-between.items-center > div.flex.gap-24 > a._app-button > img.absolute.inset-0,
div:nth-of-type(1) > div._page > div.page-slot > footer._footer.g-row-full.color-orange > div.externals.mt-80-32.g-row-full.flex.flex-wrap.gap-24.justify-between.items-center > div.flex.gap-24 > a._app-button > div.outline.absolute.inset-0,
div.externals.mt-80-32.g-row-full.flex.flex-wrap.gap-24.justify-between.items-center > div.flex.gap-24,
div.mt-24-16.g-row-full.flex.justify-between.items-center,
nav._menu,
._common-header p.subhead-2,
._client-testimonials,
._zendesk-launcher,
iframe#launcher,
footer._footer.g-row-full.color-orange {
  display: none !important;
}
