@media (max-width: 760px) {
  :root {
    --container: calc(100vw - 20px);
    --gutter: 14px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .site-shell {
    width: 100%;
    overflow: hidden;
  }

  .topbar {
    width: 100% !important;
    height: 64px;
    min-height: 64px;
    grid-template-columns: auto minmax(0, 1fr) 36px 36px;
    gap: 8px;
    padding: 0 10px !important;
  }

  .topbar:not(.topbar--has-filter) {
    grid-template-columns: auto minmax(0, 1fr) 36px 36px;
  }

  .topbar.topbar--has-filter {
    grid-template-columns: auto minmax(0, 1fr) 36px 36px 36px;
  }

  .brand {
    font-size: 28px;
  }

  .topnav {
    display: none;
  }

  .menu-button,
  .catalog-filter-button,
  .topbar__contacts button {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px;
    min-height: 36px;
    padding: 0 !important;
    border-radius: 9px;
  }

  .site-shell--catalog .catalog-filter-button {
    display: inline-grid;
    grid-column: 4;
    grid-row: 1;
  }

  .menu-button {
    grid-column: 4;
  }

  .topbar--has-filter .menu-button {
    grid-column: 5;
  }

  .topbar__contacts {
    grid-column: 3;
    min-width: 0;
    justify-self: end;
  }

  .topbar--has-filter .topbar__contacts {
    grid-column: 3;
  }

  .topbar__contacts a,
  .topbar__contacts button em,
  .catalog-filter-button em {
    display: none !important;
  }

  .site-search {
    width: 100% !important;
    margin-top: 10px;
    padding: 0 10px;
  }

  .site-search__control {
    min-height: 44px;
    padding: 4px 12px;
  }

  .site-search input {
    height: 34px;
    font-size: 15px;
  }

  .site-search__suggestions {
    left: 10px !important;
    right: 10px !important;
    max-height: min(70vh, 560px);
    overflow: auto;
  }

  .suggest-item {
    min-height: 62px;
  }

  .hero {
    width: 100% !important;
    min-height: 0;
    padding: 34px 14px 0 !important;
    grid-template-columns: 1fr !important;
  }

  .hero h1 {
    font-size: clamp(48px, 18vw, 76px);
    line-height: .9;
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero__actions .btn {
    width: 100%;
    justify-content: space-between;
  }

  .hero__visual {
    min-height: 330px;
    margin: 0 -14px;
  }

  .hero__machine {
    width: 760px;
    right: -360px;
    bottom: -12px;
  }

  .hero__letters {
    width: 118vw;
    left: -24vw;
    top: 10%;
  }

  .stats-panel {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0 14px;
  }

  .section {
    width: 100% !important;
    padding: 42px 14px;
  }

  .delivery-strip {
    width: 100% !important;
    padding: 42px 14px !important;
    grid-template-columns: 1fr !important;
  }

  .delivery-strip__facts {
    grid-template-columns: 1fr;
  }

  .delivery-strip__map {
    min-height: 380px;
    border-radius: 12px;
  }

  .company-section,
  .company-section__media,
  .advantage-grid,
  .home-catalog,
  .home-categories,
  .product-grid,
  .product-grid--home,
  .case-grid,
  .lead-block,
  .catalog-layout,
  .product-detail__grid,
  .product-info,
  .product-help {
    grid-template-columns: 1fr !important;
  }

  .company-section__media {
    min-height: 0;
  }

  .company-section__main {
    aspect-ratio: 1 / .78;
  }

  .company-section__stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-category {
    min-height: 0;
  }

  .home-category__media,
  .home-category__media > img {
    min-height: 132px;
    height: 132px;
  }

  .catalog-layout {
    padding: 18px 10px !important;
  }

  .catalog-results {
    min-width: 0;
  }

  .catalog-sidebar {
    z-index: 200;
    width: min(372px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    background: #f4f1ea !important;
    opacity: 1 !important;
    padding: 12px;
  }

  .catalog-sidebar.is-open {
    z-index: 275;
    background: #f4f1ea !important;
    opacity: 1 !important;
  }

  .catalog-sidebar__close {
    display: none !important;
  }

  .catalog-filters {
    gap: 12px;
  }

  .catalog-filter-group {
    gap: 7px;
  }

  .catalog-filter-group--brands {
    max-height: min(48vh, 390px);
    padding-bottom: 28px;
  }

  .catalog-filter-group a {
    min-height: 34px;
    padding: 0 11px;
    font-size: 13px;
  }

  .catalog-filter-search {
    min-height: 40px;
  }

  .catalog-title-nav {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 6px;
    max-height: 46px;
    overflow: hidden;
  }

  .catalog-title-nav.is-expanded {
    flex-wrap: wrap;
    max-height: none;
    overflow: visible;
  }

  .catalog-title-nav__card {
    flex: 0 0 min(64vw, 230px);
    min-height: 44px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 7px;
    padding: 5px 7px;
    border-radius: 8px;
  }

  .catalog-title-nav__image {
    width: 34px;
    height: 34px;
    border-radius: 7px;
  }

  .catalog-title-nav__card b {
    font-size: 12px;
    line-height: 1.05;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .catalog-title-nav__card em {
    min-width: 22px;
    height: 22px;
    font-size: 11px;
  }

  .catalog-title-nav__toggle {
    display: block;
    min-height: 34px;
    margin-top: 6px;
    font-size: 12px;
  }

  .catalog-title-panel {
    padding: 11px 12px 10px !important;
    margin-bottom: 10px;
  }

  .catalog-title-panel .eyebrow,
  .catalog-title-panel .breadcrumbs {
    display: none;
  }

  .catalog-title-panel h1 {
    font-size: clamp(18px, 8vw, 24px) !important;
    line-height: 1;
    margin-bottom: 8px;
  }

  .product-card__media {
    aspect-ratio: 1.22;
  }

  .product-card {
    min-width: 0;
  }

  .product-card__body {
    padding: 12px;
    gap: 8px;
  }

  .product-card h3 {
    font-size: 18px !important;
    line-height: 1.08;
  }

  .product-card__spec-table span {
    min-height: 32px;
    padding: 6px 8px;
  }

  .product-card__spec-table small {
    font-size: 10px;
  }

  .product-card__spec-table b {
    font-size: 13px;
  }

  .product-card__image img {
    object-fit: cover;
    background: transparent;
  }

  .product-card__footer {
    align-items: stretch;
    gap: 8px;
  }

  .product-card__footer b {
    font-size: 17px;
    line-height: 1.05;
  }

  .product-card__footer button {
    min-height: 34px;
    padding: 11px 19px;
    font-size: 15px;
  }

  .product-detail,
  .product-info,
  .product-related,
  .product-help {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .product-gallery__main {
    aspect-ratio: 1;
    object-fit: contain !important;
  }

  .product-summary {
    width: 100%;
    min-width: 0;
    padding: 13px;
    gap: 8px;
    overflow: hidden;
  }

  .product-summary h1 {
    font-size: clamp(25px, 8vw, 34px);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .product-summary__badges {
    gap: 5px;
  }

  .product-summary__badges a,
  .product-summary__badges span {
    min-height: 24px;
    padding: 0 7px;
    font-size: 10px;
  }

  .product-summary__meta span {
    min-height: 46px;
    padding: 9px;
  }

  .product-summary__meta,
  .spec-group p {
    grid-template-columns: 1fr !important;
  }

  .product-price b {
    font-size: 24px;
  }

  .product-info {
    grid-template-areas:
      "side"
      "main"
      "notice";
    background: transparent;
  }

  .product-info h2{
    font-size: clamp(31px, 4vw, 55px);
  }

  .product-description :where(h1, h2, h3, h4, h5, h6) {
    width: auto;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: clamp(19px, 6vw, 24px);
    letter-spacing: 0;
    text-transform: none;
  }

  .product-description{
    font-size: 15px;
  }

  .product-info::before,
  .product-info::after {
    display: none;
  }

  .product-gallery__nav {
    width: 28px;
    height: 28px;
    background: transparent;
    border: 0;
    color: #707070;
    font-size: 26px;
    text-shadow: 0 1px 10px rgba(255,255,255,.95);
  }

  .product-related__carousel {
    grid-auto-columns: minmax(250px, 86vw);
  }

  .lead-modal {
    padding: 8px;
    align-items: start;
    overflow: auto;
  }

  .lead-modal__card {
    width: 100%;
    max-height: none;
    grid-template-columns: 1fr !important;
  }

  .lead-modal__info {
    display: none;
  }

  .footer {
    width: 100% !important;
    padding: 26px 14px !important;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .footer strong {
    font-size: 25px;
  }

  .footer p {
    font-size: 14px;
  }

  .footer__contacts {
    gap: 8px;
  }

  .footer__contacts .footer-split,
  .footer__contacts .footer-split .contact-split__trigger,
  .footer__contacts .footer-split .contact-split__links a,
  .footer__contacts .footer-split .contact-split__single {
    min-height: 44px;
    border-radius: 8px;
    font-size: 13px;
  }

  .section {
    padding: 12px 12px;
  }

  .delivery-strip {
    padding: 32px 12px !important;
  }

  .catalog-layout {
    padding: 8px 10px !important;
  }

  .catalog-title-nav,
  .catalog-title-nav__toggle {
    display: none !important;
  }

  .catalog-title-panel {
    padding: 10px 11px 9px !important;
    margin-bottom: 8px;
  }

  .catalog-title-panel h1 {
    font-size: clamp(18px, 8vw, 24px) !important;
    margin-bottom: 0;
  }

  .breadcrumbs {
    gap: 5px;
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 1.25;
  }

  .product-detail,
  .product-info,
  .product-related,
  .product-help {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .product-info {
    grid-template-areas:
      "main"
      "side"
      "notice";
  }

  .product-help {
    min-height: 340px;
    align-items: end;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .product-help .btn {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 54px;
    pointer-events: auto;
  }

  .product-gallery__viewport {
    touch-action: pan-y;
  }

  .product-gallery__thumbs {
    scroll-behavior: smooth;
  }

  html.is-scroll-locked,
  body.is-scroll-locked,
  body.is-catalog-sidebar-open {
    position: fixed;
    width: 100%;
    overflow: hidden !important;
    overscroll-behavior: none;
    touch-action: none;
  }

  .mobile-menu,
  .mobile-menu *,
  .catalog-sidebar,
  .catalog-sidebar * {
    touch-action: auto;
  }

  .site-search__control {
    min-height: 36px;
    padding: 2px 10px;
    border-radius: 9px;
  }

  .site-search input {
    height: 30px;
    font-size: 14px;
  }

  .catalog-title-panel .breadcrumbs {
    display: flex;
    margin: 0 0 7px;
    font-size: 10px;
    gap: 4px;
  }

  .catalog-title-panel .breadcrumbs a,
  .catalog-title-panel .breadcrumbs span,
  .catalog-title-panel .breadcrumbs b {
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .catalog-filter-group--brands {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: min(52vh, 420px);
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 42px;
    mask-image: linear-gradient(180deg, #000 0, #000 calc(100% - 44px), transparent 100%);
  }

  .catalog-filter-group--brands::after {
    content: "";
    position: sticky;
    left: 0;
    right: 0;
    bottom: -42px;
    flex: 1 0 100%;
    height: 42px;
    margin-top: -42px;
    background: linear-gradient(180deg, rgba(244,241,234,0), rgba(244,241,234,.96) 70%);
    backdrop-filter: blur(5px);
    pointer-events: none;
  }

  .product-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .product-card {
    display: grid;
    grid-template-rows: auto auto !important;
    overflow: hidden;
  }

  .product-card__media {
    position: relative;
    height: auto;
    aspect-ratio: 1.28;
    overflow: hidden;
  }

  .product-card__image {
    position: static !important;
    display: block;
    width: 100%;
    height: 100%;
  }

  .product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .product-card__badges {
    z-index: 2;
  }

  .product-card__body {
    position: relative;
    z-index: 1;
    background: rgba(248,247,242,.92);
  }

  .product-gallery__thumbs {
    touch-action: pan-x;
  }

  .site-search {
    margin-top: 6px;
    padding: 0 12px;
  }

  .site-search__control {
    min-height: 32px;
    padding: 1px 9px;
  }

  .site-search input {
    height: 28px;
    font-size: 13px;
  }

  .hero {
    min-height: 640px;
    padding: 18px 12px 0 !important;
    overflow: hidden;
  }

  .hero__copy {
    margin-top: 0px;
    position: relative;
    z-index: 3;
    padding-top: 4px;
  }

  .hero h1 {
    font-size: clamp(38px, 13vw, 52px);
    line-height: .94;
    max-width: 310px;
  }

  .hero__lead {
    max-width: 230px;
    font-size: 14px;
  }

  .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 300px;
  }

  .hero__actions .btn {
    width: auto;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 12px;
    gap: 8px;
  }

  .hero__visual {
    position: absolute;
    inset: 0;
    min-height: 640px;
    margin: 0;
    pointer-events: none;
  }

  .hero__machine {
    width: 760px;
    height: auto;
    right: -318px;
    bottom: 4px;
    object-fit: contain;
    object-position: center;
  }

  .hero__letters {
    width: 118vw;
    left: -20vw;
    top: 26%;
    opacity: .58;
  }

  .delivery-strip__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .delivery-strip__facts span {
    min-height: 42px;
    padding: 8px;
    font-size: 12px;
  }

  .delivery-strip__map::before,
  .delivery-strip__map::after {
    opacity: .12;
  }

  .company-section__facts {
    display: none;
  }

  .home-categories {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 8px;
  }

  .home-category {
    min-height: 82px;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 8px;
  }

  .home-category__media,
  .home-category__media > img {
    width: 88px;
    height: 66px;
    min-height: 66px;
  }

  .home-category__body {
    align-self: center;
    min-width: 0;
    padding: 0;
  }

  .home-category__body b {
    font-size: 15px;
    line-height: 1.08;
  }

  .home-category__body em {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-category small {
    align-self: center;
    font-size: 11px;
  }

  .home-category__thumbs {
    display: none;
  }

  .product-grid.product-grid--home {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(246px, 82vw);
    grid-template-columns: none !important;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 12px 12px;
    margin: 0 -12px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .product-grid--home .product-card {
    scroll-snap-align: start;
  }

  .service__copy {
    padding: 18px 14px !important;
  }

  .service__copy h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .service__copy ul {
    gap: 8px;
  }

  .service__copy li {
    font-size: 13px;
    line-height: 1.35;
  }

  .site-shell--catalog .site-search {
    position: relative;
    z-index: 260;
  }

  .site-shell--catalog .site-search__suggestions {
    position: fixed;
    top: 112px;
    left: 10px !important;
    right: 10px !important;
    width: auto;
    z-index: 320;
    max-height: min(58vh, 480px);
  }

  .hero {
    min-height: 580px;
    padding-top: 16px !important;
  }

  .hero h1 {
    max-width: 280px;
    font-size: clamp(36px, 12vw, 48px);
  }

  .hero__visual {
    min-height: 580px;
  }

  .hero__letters {
    width: 122vw;
    left: -28vw;
    top: 0%;
    opacity: .52;
  }

  .hero__machine {
    width: 820px;
    right: -420px;
    top: -35%;
  }

  .home-categories {
    gap: 7px;
  }

  .home-category {
    min-height: 72px;
    grid-template-columns: 76px minmax(0, 1fr) max-content;
    gap: 8px;
    padding: 6px;
    border-radius: 8px;
  }

  .home-category__media,
  .home-category__media > img {
    width: 76px;
    height: 56px;
    min-height: 56px;
    border-radius: 7px;
  }

  .home-category__body b {
    font-size: 14px;
  }

  .home-category__body em {
    display: none;
  }

  .home-category small {
    font-size: 10px;
    white-space: nowrap;
  }

  .catalog-filter-group--brands {
    max-height: min(50vh, 390px);
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  .hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr !important;
    min-height: auto;
    padding: 24px 12px 0 !important;
    text-align: center;
    overflow: hidden;
  }

  .hero__copy {
    display: grid;
    justify-items: center;
    padding: 0;
  }

  .hero h1 {
    max-width: 340px;
    margin-inline: auto;
    font-size: clamp(38px, 12.5vw, 54px);
    line-height: .94;
  }

  .hero__lead {
    max-width: 280px;
    margin-inline: auto;
    font-size: 14px;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 330px);
    max-width: 330px;
    gap: 8px;
    margin-top: 12px;
  }

  .hero__actions .btn {
    width: 100%;
    min-height: 40px;
    justify-content: center;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.05;
  }

  .hero__visual {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 20px 0 0;
    overflow: visible;
    pointer-events: none;
  }

  .hero__visual::after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(17,17,17,0), rgba(17,17,17,.54) 68%, rgba(17,17,17,.72));
    z-index: 0;
    pointer-events: none;
  }

  .hero__visual picture {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: end center;
  }

  .hero__machine {
    position: relative;
    width: min(96vw, 420px);
    max-height: min(112vw, 510px);
    height: auto;
    right: auto;
    bottom: auto;
    transform: none !important;
    object-fit: contain;
    z-index: 2;
  }

  .hero__letters {
    position: absolute;
    /*width: min(95vw, 520px);*/
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%) !important;
    opacity: .62;
    z-index: 1;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr !important;
    min-height: auto;
    padding: 24px 12px 0 !important;
    text-align: center;
    overflow: hidden;
  }

  .hero__copy {
    display: grid;
    justify-items: center;
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 0;
  }

  .hero h1 {
    max-width: 340px;
    margin-inline: auto;
    font-size: clamp(38px, 12.5vw, 54px);
    line-height: .94;
  }

  .hero__lead {
    max-width: 280px;
    margin-inline: auto;
    font-size: 14px;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 330px);
    max-width: 330px;
    gap: 8px;
    margin-top: 12px;
  }

  .hero__actions .btn {
    width: 100%;
    min-height: 40px;
    justify-content: center;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.05;
  }

  .hero__visual {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: clamp(330px, min(62svh, 112vw), 520px);
    margin: 12px 0 0;
    overflow: visible;
    pointer-events: none;
  }

  .hero__visual picture {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: end center;
  }

  .hero__machine {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: auto;
    max-width: min(96vw, 430px);
    max-height: clamp(320px, min(58svh, 108vw), 510px);
    height: auto;
    transform: none !important;
    object-fit: contain;
    z-index: 2;
  }

  .hero__letters {
    position: absolute;
    /*width: min(95vw, 520px);*/
    left: 50%;
    top: auto;
    bottom: 16px;
    transform: translateX(-50%) !important;
    opacity: .62;
    z-index: 1;
  }
}

@media (max-width: 760px) {
  .product-related__carousel .product-card--related {
    display: grid;
    grid-template-rows: 168px minmax(0, 1fr);
    overflow: hidden;
  }

  .product-related__carousel .product-card--related .product-card__media {
    position: relative;
    height: auto;
    aspect-ratio: auto;
    overflow: hidden;
  }

  .product-related__carousel .product-card--related .product-card__image {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .product-related__carousel .product-card--related .product-card__body {
    position: relative;
    z-index: 2;
    background: rgba(248,247,242,.95);
  }
}

@media (max-width: 760px) {
  .site-shell--catalog .site-search,
  .site-search {
    position: relative !important;
    z-index: 11800 !important;
  }

  .site-search__control {
    position: relative;
    z-index: 2;
  }

  .site-shell--catalog .site-search__suggestions,
  .site-search__suggestions {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    max-height: min(62vh, 520px);
    overflow: auto;
    z-index: 11850 !important;
    pointer-events: auto;
  }

  body.is-catalog-sidebar-open:not(.is-mega-catalog-open) .site-search,
  body.is-catalog-sidebar-open:not(.is-mega-catalog-open) .site-search__control,
  body.is-catalog-sidebar-open:not(.is-mega-catalog-open) .site-search__suggestions {
    z-index: 11850 !important;
  }
}

body.is-catalog-sidebar-open:not(.is-mega-catalog-open) .catalog-sidebar.is-open {
  z-index: 1004 !important;
  opacity: 1;
  background: #f4f1ea;
  pointer-events: auto;
}

body.is-catalog-sidebar-open:not(.is-mega-catalog-open)::before {
  z-index: 1003 !important;
}

body.is-catalog-sidebar-open:not(.is-mega-catalog-open) .topbar,
body.is-catalog-sidebar-open:not(.is-mega-catalog-open) .site-search,
body.is-catalog-sidebar-open:not(.is-mega-catalog-open) .site-search__control,
body.is-catalog-sidebar-open:not(.is-mega-catalog-open) .site-search__suggestions {
  z-index: 120 !important;
}

@media (max-width: 760px) {
  .product-description :where(h1, h2, h3, h4, h5, h6) {
    margin: 18px 0 8px;
    font-size: clamp(19px, 6vw, 24px);
    line-height: 1.16;
    letter-spacing: 0;
    text-transform: none;
  }

  .product-gallery {
    padding: 8px;
    border-radius: 10px;
  }

  .product-gallery__nav {
    width: 30px;
    height: 38px;
    border-radius: 8px;
    font-size: 22px;
    background: rgba(255,255,255,.88);
  }

  .product-gallery__nav--prev {
    left: 6px;
  }

  .product-gallery__nav--next {
    right: 6px;
  }

  .product-gallery__thumbs {
    gap: 7px;
    margin-top: 8px;
    padding: 8px;
    border-radius: 9px;
    touch-action: pan-x;
  }

  .product-gallery__thumbs button {
    flex-basis: 68px;
    border-radius: 7px;
    padding: 3px;
  }
}

@media (max-width: 760px) {
  .topbar,
  .topbar:not(.topbar--has-filter),
  .topbar.topbar--has-filter {
    grid-template-columns: auto minmax(0, 1fr) minmax(0, max-content) 34px;
    gap: 6px;
  }

  .topbar__contacts,
  .topbar.topbar--has-filter .topbar__contacts {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    min-width: 0;
  }

  .topbar__contacts .catalog-filter-button,
  .topbar__contacts button {
    display: inline-grid;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px;
    min-height: 34px;
    padding: 0 !important;
    border-radius: 8px;
    place-items: center;
  }

  .topbar__contacts .catalog-filter-button img {
    filter: none;
  }

  .topbar__contacts .catalog-filter-button em,
  .topbar__contacts button em {
    display: none !important;
  }

  .topbar__contacts a {
    display: inline-grid !important;
    place-items: center;
    min-height: 34px;
    max-width: 118px;
    padding: 0 7px;
    border-radius: 8px;
    font-size: 11px;
    letter-spacing: -.02em;
    white-space: nowrap;
  }

  .menu-button,
  .topbar--has-filter .menu-button {
    grid-column: 4;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px;
    min-height: 34px;
  }
}

@media (max-width: 760px) {
  .topbar__contacts .catalog-filter-button {
    background: rgba(255,255,255,.58);
    color: #111;
  }

  .product-gallery__open {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
  }

  .product-gallery__nav {
    z-index: 20;
    pointer-events: auto;
  }

  .product-gallery__nav img {
    width: 16px;
    height: 16px;
    display: block;
    pointer-events: none;
  }

  .product-gallery__nav--next img {
    transform: rotate(-45deg);
  }

  .product-gallery__nav--prev img {
    transform: scaleX(-1) rotate(-45deg);
  }
}

@media (max-width: 760px) {
  .lead-modal {
    align-items: center !important;
    justify-items: center !important;
    place-items: center !important;
    padding: 12px;
    overflow: auto;
  }

  .lead-modal__card {
    width: min(100%, 440px);
    max-height: calc(100svh - 24px);
    margin: auto;
    overflow: auto;
  }

  .lead-modal__form {
    align-content: center;
    min-height: min(620px, calc(100svh - 24px));
    padding: 18px;
  }

  .topbar__contacts a {
    display: inline-grid !important;
    min-width: 126px;
    max-width: none;
    min-height: 34px;
    padding: 0 8px;
    font-size: 12px;
  }

  .menu-button,
  .topbar--has-filter .menu-button {
    display: inline-grid;
    place-items: center;
    align-content: center;
    gap: 4px;
    padding: 0 !important;
  }

  .menu-button span {
    width: 19px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
  }

  .mobile-menu {
    background: rgba(0,0,0,.42);
    backdrop-filter: blur(4px);
  }

  .mobile-menu__card {
    background:
      radial-gradient(circle at 80% 0, rgba(217,155,19,.12), transparent 34%),
      #f5f2ea;
  }

  .mobile-menu__top {
    height: 62px;
    padding: 0 14px;
    border-bottom-color: rgba(0,0,0,.09);
  }

  .mobile-menu__top b {
    font-size: 22px;
  }

  .mobile-menu__top button {
    width: 38px;
    min-height: 38px;
    padding: 0;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    background: rgba(255,255,255,.68);
    color: #111;
    font-size: 24px;
    line-height: 1;
  }

  .mobile-menu__panel {
    gap: 8px;
    padding: 12px;
  }

  .mobile-menu__panel a {
    min-height: 48px;
    border-radius: 10px;
    background: rgba(255,255,255,.55);
    font-size: 16px;
    letter-spacing: -.015em;
  }

  .mobile-menu__panel button {
    width: max-content;
    min-height: 38px;
    border-radius: 10px;
  }

  #top.hero {
    display: grid;
    grid-template-columns: 1fr !important;
    align-items: start;
    min-height: auto;
    padding: 22px 12px 0 !important;
    text-align: center;
    overflow: hidden;
  }

  #top .hero__copy {
    display: grid;
    justify-items: center;
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 3;
  }

  #top .hero h1 {
    max-width: 360px;
    margin: 0 auto;
    font-size: clamp(42px, 13vw, 56px);
    line-height: .94;
  }

  #top .hero__lead {
    max-width: 280px;
    margin: 14px auto 0;
    font-size: 14px;
    line-height: 1.3;
  }

  #top .hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 330px);
    gap: 8px;
    margin-top: 14px;
  }

  #top .hero__actions .btn,
  #top .hero .btn {
    width: 100%;
    min-height: 40px;
    justify-content: center;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.05;
  }

  #top .hero__visual {
    max-height: none;
    position: relative;
    inset: auto;
    min-height: clamp(21px, 18vw, 200px);
    margin: 10px 0 0;
    overflow: visible;
    pointer-events: none;
    isolation: isolate;
  }

  #top .hero__visual picture {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: end center;
  }

  #top .hero__machine {
    top: -20%;
    position: relative;
    width: auto;
    max-width: min(96vw, 430px);
    max-height: clamp(310px, 102vw, 480px);
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    transform: none !important;
    z-index: 2;
  }

  #top .hero__letters {
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 18px;
    /*width: min(94vw, 500px);*/
    max-width: none;
    opacity: .56;
    transform: translateX(-50%) !important;
    z-index: 1;
  }
}

@media (max-width: 760px) {
  .site-shell--catalog .product-grid {
    gap: 9px;
  }

  .site-shell--catalog .product-card {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(104px, 34vw) minmax(0, 1fr);
    grid-template-rows: auto !important;
    align-items: stretch;
    border-radius: 10px;
    background: rgba(248,247,242,.88);
  }

  .site-shell--catalog .product-card:hover {
    transform: none;
  }

  .site-shell--catalog .product-card__media {
    height: auto;
    min-height: 128px;
    aspect-ratio: auto;
    border-right: 1px solid rgba(0,0,0,.08);
  }

  .site-shell--catalog .product-card__image {
    height: 100%;
  }

  .site-shell--catalog .product-card__image img {
    object-fit: cover;
    object-position: center;
  }

  .site-shell--catalog .product-card__badges {
    top: auto;
    right: auto;
    bottom: 7px;
    left: 7px;
    max-width: calc(100% - 14px);
    gap: 4px;
  }

  .site-shell--catalog .product-card__badges a,
  .site-shell--catalog .product-card__badges span {
    min-height: 24px;
    padding: 0 7px;
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
  }

  .site-shell--catalog .product-card__body {
    min-width: 0;
    padding: 10px;
    gap: 7px;
    background: transparent;
  }

  .site-shell--catalog .product-card h3 {
    display: grid;
    gap: 4px;
    font-size: 15px !important;
    line-height: 1.12;
  }

  .site-shell--catalog .product-card h3 > a:first-child {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .site-shell--catalog .product-card__category {
    width: max-content;
    max-width: 100%;
    min-height: 22px;
    padding: 0 7px;
    font-size: 10px;
  }

  .site-shell--catalog .product-card__spec-table {
    gap: 4px;
    margin: 0;
  }

  .site-shell--catalog .product-card__spec-table span {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    gap: 8px;
  }

  .site-shell--catalog .product-card__spec-table span:nth-child(n+3) {
    display: none;
  }

  .site-shell--catalog .product-card__spec-table small {
    min-width: 0;
    font-size: 9px;
    line-height: 1.1;
    letter-spacing: .04em;
  }

  .site-shell--catalog .product-card__spec-table b {
    min-width: 0;
    font-size: 12px;
    line-height: 1.1;
  }

  .site-shell--catalog .product-card__footer {
    align-items: center;
    gap: 6px;
    padding-top: 1px;
  }

  .site-shell--catalog .product-card__footer b {
    min-width: 0;
    font-size: 14px;
    line-height: 1.05;
  }

  .site-shell--catalog .product-card__footer button {
    min-width: 86px;
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .site-shell--catalog .product-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .site-shell--catalog .product-card__media {
    min-height: 122px;
  }

  .site-shell--catalog .product-card__badges a:not(:first-child),
  .site-shell--catalog .product-card__badges span:not(:first-child) {
    display: none;
  }

  .site-shell--catalog .product-card__footer {
    flex-wrap: wrap;
  }

  .site-shell--catalog .product-card__footer button {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .topbar,
  .topbar:not(.topbar--has-filter),
  .topbar.topbar--has-filter {
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    height: 66px;
    min-height: 66px;
    grid-template-columns: auto minmax(0, 1fr) minmax(0, max-content) 50px;
    gap: 8px;
    margin-top: 0 !important;
    padding: 0 10px !important;
    border-radius: 0 0 14px 14px;
  }

  .topbar__left {
    grid-column: 1;
  }

  .topnav {
    display: none;
  }

  .topbar__contacts,
  .topbar.topbar--has-filter .topbar__contacts {
    grid-column: 3;
    justify-self: end;
    gap: 6px;
  }

  .topbar__contacts a {
    display: inline-grid !important;
    min-width: 0;
    max-width: 126px;
    min-height: 36px;
    padding: 0 8px;
    font-size: 12px;
  }

  .topbar__contacts .catalog-filter-button,
  .topbar__contacts button {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px;
    min-height: 36px;
  }

  .topbar__contacts button[data-lead-open] img {
    filter: brightness(0);
  }

  .menu-button,
  .topbar--has-filter .menu-button {
    grid-column: 4;
    width: 50px !important;
    min-width: 50px !important;
    height: 46px;
    min-height: 46px;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    gap: 6px;
    padding: 0 !important;
  }

  .menu-button span {
    width: 30px;
    height: 3px;
    margin: 0;
    border-radius: 999px;
    background: #111;
  }
}

@media (max-width: 390px) {
  .topbar__contacts a {
    display: none !important;
  }
}
