@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --ink: #111315;
  --muted: #626a70;
  --line: #e3e5e7;
  --paper: #fff;
  --soft: #f6f7f6;
  --yellow: #f4d735;
  --yellow-hover: #e9c81e;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f4f5f5; color: var(--ink); font-family: Manrope, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #e3ba00; outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 40px)); margin: auto; }
.site-header { height: 76px; border-bottom: 1px solid var(--line); background: #fff; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 28px; font-weight: 800; letter-spacing: -1.4px; white-space: nowrap; }
.brand-symbol { width: 44px; height: 33px; object-fit: contain; flex: none; }
.desktop-nav { margin-right: auto; color: #444a4f; font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { text-decoration: underline; }
.header-contact { margin-left: auto; background: var(--ink); color: #fff; border-radius: 8px; padding: 13px 18px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.header-contact:hover { background: #343a3d; }
.header-contact span { margin-left: 9px; }
.top-contacts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-top: 16px; }
.top-contact { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px 16px; min-height: 58px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.top-contact.primary { background: var(--yellow); border-color: var(--yellow); }
.top-contact span { font-size: 12px; font-weight: 600; }
.top-contact strong { font-size: 18px; font-weight: 800; white-space: nowrap; }
.top-contact:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.catalog-section { padding: 28px 0 72px; }
.section-top { min-height: 238px; padding: 31px 40px; position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 12px; background: #151719; color: #fff; }
.intro-copy { position: relative; z-index: 1; max-width: 720px; }
.section-top h1 { margin: 0 0 11px; font-size: clamp(34px, 4vw, 51px); line-height: 1.1; letter-spacing: -2.3px; font-weight: 800; }
.section-lead { margin: 0; max-width: 530px; color: #e6e7e7; font-size: 14px; line-height: 1.6; }
.source-note { margin-top: 22px; font-size: 11px; line-height: 1.5; color: #aeb4b7; }
.hero-tire { position: absolute; width: 310px; height: 310px; right: 63px; top: -30px; object-fit: contain; filter: drop-shadow(12px 16px 16px #0008); }
.catalog-panel { position: relative; z-index: 2; margin: -12px 16px 0; padding: 0 24px 20px; border: 1px solid #dedfdf; border-radius: 11px; background: #fff; box-shadow: 0 10px 30px #15171910; }
.mode-tabs { display: flex; gap: 8px; overflow-x: auto; border-bottom: 1px solid var(--line); margin-bottom: 21px; }
.mode-tab { position: relative; border: 0; background: transparent; color: #687075; padding: 18px 15px 15px; font-size: 14px; font-weight: 800; white-space: nowrap; }
.mode-tab:first-child { padding-left: 0; }
.mode-tab.active { color: var(--ink); }
.mode-tab.active:after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 4px; background: var(--yellow); border-radius: 4px 4px 0 0; }
.mode-tab .tab-count { font-size: 11px; color: #8c959a; margin-left: 5px; }
.tab-label-mobile { display: none; }
.filter-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 15px; }
.filter-field { min-width: 0; display: block; color: #454b50; font-size: 12px; font-weight: 800; }
.filter-field>span { display: block; margin-bottom: 8px; }
.filter-field select, .filter-field>input[type=text], .input-wrap { width: 100%; height: 48px; border: 1px solid #cdd2d3; border-radius: 7px; background: #fff; color: var(--ink); font-size: 14px; font-weight: 700; }
.filter-field select, .filter-field>input[type=text] { padding: 0 12px; }
.filter-field>input::placeholder { color: #a2a9ad; }
.input-wrap { display: flex; align-items: center; gap: 10px; padding: 0 14px; }
.input-wrap svg { width: 19px; height: 19px; flex: none; fill: none; stroke: #6a757b; stroke-width: 1.8; }
.input-wrap input { flex: 1; min-width: 0; border: 0; background: transparent; outline: none; color: var(--ink); font-size: 14px; }
.input-wrap input::placeholder { color: #a2a9ad; }
.advanced-filters { margin-top: 16px; }
.advanced-filters summary { display: inline-flex; align-items: center; gap: 7px; list-style: none; cursor: pointer; border: 1px solid #d5d9da; border-radius: 7px; padding: 10px 14px; font-size: 12px; font-weight: 800; }
.advanced-filters summary::-webkit-details-marker { display: none; }
.advanced-filters summary:hover { border-color: #888f93; }
.advanced-filters summary b { min-width: 20px; height: 20px; padding: 2px 5px; background: var(--yellow); border-radius: 50%; text-align: center; }
.advanced-filters summary span { font-size: 18px; line-height: .8; transition: transform .2s; }
.advanced-filters[open] summary span { transform: rotate(180deg); }
.advanced-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; border-top: 1px solid var(--line); padding-top: 19px; margin-top: 19px; }
.stock-filter { display: flex; align-items: center; gap: 9px; margin-top: 20px; cursor: pointer; }
.stock-filter input { width: 18px; height: 18px; accent-color: var(--ink); }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; margin: 35px 0 14px; }
.catalog-toolbar p { margin: 0; font-size: 22px; font-weight: 800; letter-spacing: -.7px; }
.catalog-toolbar button { border: 0; background: transparent; color: #666e72; font-size: 12px; font-weight: 800; text-decoration: underline; }
.catalog-toolbar { gap: 12px; flex-wrap: wrap; }
.toolbar-actions { display: flex; align-items: center; gap: 16px; }
.catalog-toolbar #open-compare { min-height: 44px; padding: 10px 14px; border-radius: 7px; background: var(--ink); color: #fff; text-decoration: none; }
.catalog-toolbar #open-compare:disabled { color: #767e82; background: #edf0ef; cursor: default; }
.compare-status { padding: 12px 16px; background: #fff9ce; border-radius: 8px; font-size: 13px; }
.compare-toggle { min-height: 40px; padding: 7px 12px; margin-top: 10px; border: 1px solid #dce0e1; border-radius: 7px; background: #fff; color: #50595e; font-size: 12px; font-weight: 800; }
.compare-toggle[aria-pressed=true] { color: #fff; background: var(--ink); border-color: var(--ink); }
.compare-toggle:hover { border-color: var(--ink); }
.compare-dialog { width: min(1050px, calc(100vw - 28px)); max-height: 90dvh; padding: 0; border: 0; border-radius: 14px; box-shadow: 0 25px 80px #0006; }
.compare-dialog::backdrop { background: #111b24a6; }
.compare-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 22px; }
.compare-header h2 { font-size: 24px; margin: 0 0 8px; letter-spacing: -.7px; }
.compare-header p { margin: 0; max-width: 650px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.compare-header>button { flex: none; min-width: 44px; min-height: 44px; border: 0; border-radius: 8px; background: var(--soft); font-size: 28px; }
.compare-scroll { overflow-x: auto; padding: 0 0 16px; }
.compare-table { border-collapse: collapse; width: 100%; text-align: left; font-size: 13px; }
.compare-table th, .compare-table td { min-width: 190px; padding: 14px 18px; vertical-align: top; border: 1px solid var(--line); line-height: 1.5; }
.compare-table th:first-child { min-width: 145px; width: 145px; font-size: 12px; background: var(--soft); }
.compare-table thead strong { display: block; margin: 6px 0; }
.compare-table thead button { border: 0; background: transparent; padding: 8px 0; color: var(--muted); text-decoration: underline; }
.compare-table tbody tr:first-child td { font-weight: 800; background: #fff9ce; }
.compare-empty { padding: 0 22px 16px; font-size: 14px; }
.results-grid { display: grid; gap: 12px; }
.product-card { display: grid; grid-template-columns: 170px minmax(0, 1fr) 225px; align-items: center; gap: 25px; min-height: 168px; padding: 24px; border: 1px solid #e1e4e4; border-radius: 14px; background: #fff; box-shadow: 0 2px 3px #11131503; }
@media(hover: hover) { .product-card:hover { border-color: #b8bec0; box-shadow: 0 6px 18px #11131508; } }
.product-size { border-right: 1px solid var(--line); align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.single-size { display: block; font-size: 22px; letter-spacing: -.8px; white-space: nowrap; }
.size-caption { width: fit-content; padding: 4px 8px; background: var(--soft); border-radius: 5px; color: #626a70; font-size: 11px; font-weight: 600; }
.product-size.is-set { gap: 9px; }
.set-size { display: block; }
.set-size small { display: block; color: #858e92; font-size: 10px; font-weight: 700; }
.set-size strong { display: block; font-size: 15px; letter-spacing: -.3px; white-space: nowrap; }
.card-content { min-width: 0; }
.card-content h3 { font-size: 18px; line-height: 1.3; letter-spacing: -.4px; margin: 0 0 11px; }
.product-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.product-heading h3 { margin: 0; }
.tire-art { display: flex; align-items: center; justify-content: center; flex: none; width: 58px; height: 62px; border-radius: 12px; background: #f4f5f5; }
.tire-art img { display: block; width: 40px; height: 47px; }
.tire-art-pair { width: 76px; }
.tire-art-pair img + img { margin-left: -22px; transform: translateY(3px); }
.product-detail, .stock-note { color: #697277; font-size: 12px; line-height: 1.5; margin: 0 0 4px; }
.stock-note { margin-bottom: 0; }
.product-detail span, .stock-note span { padding: 0 4px; }
.card-bottom { display: flex; flex-direction: column; align-items: flex-end; gap: 13px; }
.card-bottom>div { text-align: right; }
.card-actions { display: flex; align-items: center; gap: 8px; }
.favorite-button { display: grid; place-items: center; width: 45px; height: 45px; flex: none; border: 1px solid #d5d9da; border-radius: 7px; background: #fff; color: #757e82; }
.favorite-button:hover { border-color: var(--ink); color: var(--ink); }
.favorite-button.is-favorite { border-color: #edcf2c; background: #fff9ce; color: var(--ink); }
.favorite-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; }
.favorite-button.is-favorite svg { fill: currentColor; }
.card-bottom strong { display: block; font-size: 28px; line-height: 1.1; letter-spacing: -.8px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.card-bottom small { display: block; color: #7b8589; font-size: 11px; margin-top: 4px; }
.card-button, .submit-button { min-height: 45px; border: 0; border-radius: 7px; background: var(--yellow); color: #151719; padding: 10px 17px; font-size: 13px; font-weight: 800; }
.card-button:hover, .submit-button:hover { background: var(--yellow-hover); }
.load-more { display: block; margin: 29px auto 0; min-height: 44px; padding: 10px 26px; border: 1px solid #b8bec1; border-radius: 7px; background: #fff; font-size: 13px; font-weight: 800; }
.load-more:hover { background: var(--soft); }
.catalog-footnote { color: #828b8e; font-size: 12px; line-height: 1.5; margin-top: 24px; }
.empty-state { padding: 52px 20px; text-align: center; border-bottom: 1px solid var(--line); }
.empty-ring { width: 48px; height: 48px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-size: 23px; font-weight: 800; }
.empty-state h3 { margin: 0 0 8px; font-size: 19px; }
.empty-state p { color: var(--muted); font-size: 13px; }
.outline-button { padding: 11px 17px; background: #fff; border: 1px solid var(--ink); border-radius: 7px; font-size: 13px; font-weight: 800; }
.notice { margin-top: 17px; padding: 16px; color: #9b412c; background: #fff0e8; border-radius: 7px; }
footer { background: var(--soft); border-top: 1px solid var(--line); }
.footer-inner { min-height: 130px; padding: 24px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner .brand { font-size: 20px; }
.footer-inner .brand-symbol { width: 34px; height: 27px; }
.footer-brand p { margin: 8px 0 0; color: #697277; font-size: 12px; }
.footer-contacts { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.footer-contacts a { display: flex; flex-direction: column; justify-content: center; gap: 5px; min-height: 48px; }
.footer-contacts span { color: #697277; font-size: 11px; }
.footer-contacts strong { font-size: 14px; white-space: nowrap; }
.footer-contacts a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.footer-contacts .contact-primary strong { font-weight: 800; }
.mobile-nav { display: none; }
.order-dialog { width: min(465px, calc(100vw - 28px)); border: 0; border-radius: 14px; padding: 0; box-shadow: 0 25px 80px #0006; }
.order-dialog::backdrop { background: #111b24a6; }
.order-dialog form { padding: 31px; position: relative; }
.close-dialog { position: absolute; top: 15px; right: 20px; border: 0; background: transparent; font-size: 29px; color: #697277; }
.section-kicker { margin: 0 0 8px; color: #697277; font-size: 12px; font-weight: 800; }
.order-dialog h2 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.8px; }
.selected-item { padding: 12px; background: var(--soft); border-radius: 7px; color: #40494d; font-size: 12px; line-height: 1.5; margin: 0 0 18px; }
.order-dialog label { display: block; font-size: 13px; font-weight: 800; margin-bottom: 15px; }
.order-dialog label input, .order-dialog label select { display: block; width: 100%; height: 48px; margin-top: 7px; padding: 0 12px; border: 1px solid #cdd2d3; border-radius: 7px; background: #fff; color: var(--ink); }
.submit-button, .telegram-button { width: 100%; margin-top: 5px; }
.submit-button { display: flex; align-items: center; justify-content: space-between; }
.telegram-button { min-height: 46px; border: 1px solid #b7bdc0; border-radius: 7px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 800; }
.telegram-button:hover { background: var(--soft); }
.form-hint { color: #899195; text-align: center; font-size: 10px; line-height: 1.5; margin: 16px 0 0; }
.form-error { color: #b44639; font-size: 12px; }
.hp { position: absolute; left: -9999px; opacity: 0; }
@media(max-width: 950px) {
  .hero-tire { right: -20px; opacity: .8; }
  .intro-copy { max-width: 68%; }
  .advanced-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-card { grid-template-columns: 150px minmax(0, 1fr) 200px; gap: 16px; }
}
@media(max-width: 650px) {
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .shell { width: calc(100% - 28px); }
  .site-header { height: 62px; }
  .header-inner { gap: 8px; }
  .brand { font-size: 22px; gap: 5px; }
  .brand-symbol { width: 34px; height: 27px; }
  .desktop-nav { display: none; }
  .header-contact { padding: 10px 11px; font-size: 10px; }
  .header-contact span { display: none; }
  .top-contacts { gap: 8px; padding-top: 10px; }
  .top-contact { flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 10px; min-height: 60px; }
  .top-contact span { font-size: 9px; }
  .top-contact strong { font-size: clamp(12px, 3.5vw, 16px); }
  .catalog-section { padding: 13px 0 44px; }
  .section-top { min-height: 178px; padding: 21px 20px 26px; border-radius: 10px; }
  .intro-copy { max-width: 100%; }
  .section-top h1 { max-width: 320px; font-size: clamp(26px, 7vw, 34px); letter-spacing: -1.4px; margin-bottom: 8px; }
  .section-lead { max-width: 300px; font-size: 12px; line-height: 1.45; }
  .source-note { margin-top: 14px; font-size: 10px; }
  .hero-tire { width: 176px; height: 176px; right: -60px; top: 0; opacity: .22; }
  .catalog-panel { margin: -10px 8px 0; padding: 0 15px 17px; }
  .catalog-panel { scroll-margin-top: 12px; }
  .mode-tabs { margin-bottom: 17px; gap: 0; overflow: visible; }
  .mode-tab { flex: 1; min-width: 0; min-height: 48px; font-size: 11px; padding: 15px 3px 12px; }
  .mode-tab:first-child { padding-left: 3px; }
  .mode-tab .tab-count, .tab-label-desktop { display: none; }
  .tab-label-mobile { display: inline; }
  .filter-grid { grid-template-columns: 1fr; gap: 13px; }
  .filter-field { font-size: 12px; }
  .filter-field select, .filter-field>input[type=text], .input-wrap { height: 48px; font-size: 16px; }
  .input-wrap input, .order-dialog label input, .order-dialog label select { font-size: 16px; }
  .advanced-filters { margin-top: 15px; }
  .advanced-filters summary { min-height: 44px; }
  .advanced-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .stock-filter { grid-column: 1 / -1; margin-top: 0; }
  .catalog-toolbar { margin: 25px 0 11px; }
  .catalog-toolbar p { font-size: 19px; }
  .product-card { display: block; padding: 18px 16px; min-height: 0; }
  .product-size { display: block; border: 0; margin-bottom: 9px; }
  .single-size { font-size: 22px; }
  .size-caption { display: none; }
  .product-size.is-set { display: flex; flex-direction: row; gap: 18px; }
  .set-size small { font-size: 10px; }
  .set-size strong { font-size: 15px; }
  .card-content h3 { font-size: 16px; margin-bottom: 7px; }
  .product-heading h3 { margin: 0; }
  .product-detail, .stock-note { font-size: 12px; }
  .card-bottom { flex-direction: row; justify-content: space-between; align-items: flex-end; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); gap: 10px; }
  .card-bottom>div { text-align: left; }
  .card-bottom strong { font-size: 23px; }
  .card-button { min-height: 46px; font-size: 11px; padding: 10px; }
  .footer-inner { display: grid; gap: 20px; min-height: 0; padding: 22px 0; }
  .footer-contacts { display: grid; gap: 10px; }
  .order-dialog { width: 100%; max-width: none; max-height: 92dvh; margin: auto auto 0; border-radius: 18px 18px 0 0; overflow: auto; }
  .order-dialog form { padding: 27px 20px 22px; }
  .mobile-nav { position: fixed; z-index: 20; inset: auto 0 0; display: grid; grid-template-columns: repeat(4, 1fr); min-height: calc(66px + env(safe-area-inset-bottom)); padding: 5px 8px env(safe-area-inset-bottom); border-top: 1px solid #e1e3e4; background: #fff; box-shadow: 0 -8px 26px #15171912; }
  .mobile-nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 56px; border: 0; border-radius: 9px; background: transparent; color: #747d81; font-size: 10px; font-weight: 800; }
  .mobile-nav-item.active { color: var(--ink); background: #fff9ce; }
  .mobile-nav-item svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
}
@media(max-width: 360px) {
  .header-contact { font-size: 9px; }
  .card-bottom { align-items: stretch; flex-direction: column; }
  .card-button { width: 100%; }
}
@media(prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .advanced-filters summary span { transition: none; } }
.delivery-note { margin: 13px 0 0; color: #4d5558; text-align: center; font-size: 12px; font-weight: 800; }

.order-choice-divider { display: flex; align-items: center; gap: 12px; margin: 14px 0 9px; color: #737b80; font-size: 13px; text-align: center; }
.order-choice-divider::before, .order-choice-divider::after { content: ""; height: 1px; flex: 1; background: #e1e4e6; }
.callback-note { margin: 9px 0 0; text-align: center; color: #626b70; font-size: 12px; line-height: 1.5; }
