/* ============================================================
   ttbl.ru — Modern CSS 2026
   Все классы сохранены, визуал полностью обновлён.
   ============================================================ */

/* === CSS Custom Properties === */
:root {
  --primary:       #1d4ed8;
  --primary-light: #3b82f6;
  --primary-dark:  #1e3a8a;
  --primary-bg:    #eff6ff;
  --accent:        #f59e0b;
  --accent-hover:  #d97706;
  --text:          #1f2937;
  --text-muted:    #6b7280;
  --text-light:    #9ca3af;
  --border:        #e5e7eb;
  --bg:            #f3f4f6;
  --white:         #ffffff;
  --shadow-sm:     0 1px 2px rgba(0,0,0,.06);
  --shadow:        0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);
  --shadow-md:     0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.05);
  --radius:        6px;
  --radius-lg:     10px;
  --t:             .18s ease;
  --width:         1000px;
}

/* === RESET / BASE === */
*, *::before, *::after { box-sizing: border-box; }

html { height: 100%; }
body {
  padding: 0; margin: 0;
  width: 100%; height: 100%;
  background-color: var(--bg);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

article, section, nav { display: block; }

/* === LAYOUT === */
.height-wrapper { min-height: 100%; height: auto !important; height: 100%; overflow: hidden; }

.inner-cont { width: var(--width); margin: 0 auto; }

.main { clear: both; padding-bottom: 170px; overflow: hidden; }

.central-col {
  float: left;
  width: 720px;
  margin-left: 280px;
  position: relative;
}
.left-col {
  float: left;
  width: 250px;
  margin-left: -1000px;
  font-size: 13px;
}
.content { padding: 0 12px 30px 0; }

/* === HEADER TOP (секции) === */
.header-t {
  background-color: #f8fafc;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.sections-nav {
  float: left;
  padding: 0;
  margin: 6px 0 0 6px;
  list-style: none;
}
.sections-nav li {
  display: inline-block;
  border-radius: 6px 6px 0 0;
  background-color: #dbeafe;
  margin-right: -3px;
  transition: background var(--t);
}
.sections-nav li a {
  display: block;
  padding: 7px 24px 5px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: var(--primary);
  letter-spacing: .01em;
}
.sections-nav li.cur-section { background-color: var(--primary); }
.sections-nav li.cur-section a { color: #fff; }
.sections-nav li:not(.cur-section):hover { background-color: #bfdbfe; }

.slogan { display: none; }

/* === HEADER MAIN (логотип, поиск, меню) === */
.header-m {
  background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 60%, #2563eb 100%);
  height: 68px;
  box-shadow: 0 3px 12px rgba(29,78,216,.3);
}

.logo {
  float: left;
  height: 68px;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 6px;
}
.logo img {
  border: 0;
  max-width: 158px;
  max-height: 52px;
  width: auto;
  height: auto;
}

.search { width: 510px; float: left; }
.search form {
  margin-left: 110px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.search-example { color: rgba(255,255,255,.55); font-size: 11px; margin-top: 3px; }
.search-example span { color: rgba(255,255,255,.85); border-bottom: 1px dotted rgba(255,255,255,.5); }

.input-search {
  background-color: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: var(--radius);
  color: #fff;
  width: 196px;
  padding: 6px 12px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  transition: border-color var(--t), background var(--t);
}
.input-search::placeholder { color: rgba(255,255,255,.55); }
.input-search:focus {
  background-color: rgba(255,255,255,.24);
  border-color: rgba(255,255,255,.55);
}

.btn-header {
  background-color: rgba(255,255,255,.18);
  color: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.35);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  padding: 6px 16px;
  transition: background var(--t);
  white-space: nowrap;
}
.btn-header:hover {
  background-color: rgba(255,255,255,.32);
  border-color: rgba(255,255,255,.55);
}

.topmenu { float: right; width: 295px; margin-right: 5px; }

/* === TOP MENU LINKS === */
.navshop-main, .navinfo-serv {
  height: 68px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.navshop-main li, .navinfo-serv li { list-style: none; }
.navshop-main li a, .navinfo-serv li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  height: 50px;
  width: 138px;
  background-color: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: var(--radius);
  transition: background var(--t), border-color var(--t);
}
.navshop-main li a:hover, .navinfo-serv li a:hover {
  background-color: rgba(255,255,255,.26);
  border-color: rgba(255,255,255,.5);
}

/* === CABINET / CART === */
.cabinet, .cart {
  float: right;
  margin-right: 4px;
  height: 48px;
  display: flex;
  align-items: center;
}
.cabinet a, .cart a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  height: 36px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: background var(--t), border-color var(--t), color var(--t);
  white-space: nowrap;
}
.cabinet a:hover, .cart a:hover {
  background: rgba(29,78,216,.08);
  border-color: #bfdbfe;
  color: var(--primary);
}
.cabinet a span, .cart a span {
  display: block;
  line-height: 1.35;
}
.cart a em { color: #b45309; font-style: normal; font-weight: 700; }

/* SVG-иконки в шапке */
.hdr-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--primary);
  opacity: .85;
}

/* === HEADER BOTTOM (магазин) === */
.header-b {
  background: linear-gradient(to bottom, #e8f2ff 0%, #bfdbfe 100%);
  height: 48px;
  border-bottom: 2px solid #93c5fd;
}

.serv-nav {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
  width: 400px;
  float: left;
}
.serv-nav li { display: inline-block; vertical-align: middle; margin-right: 6px; margin-top: 4px; }
.serv-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  min-height: 30px;
  padding: 4px 8px;
  width: 115px;
  line-height: 1.25;
  background-color: var(--primary);
  border-radius: var(--radius);
  transition: background var(--t);
}
.serv-nav li a:hover { background-color: var(--primary-dark); }
.serv-nav li a.sales { background-color: var(--accent); }
.serv-nav li a.sales:hover { background-color: var(--accent-hover); }

/* === FOOTER === */
.footer {
  clear: both;
  margin-top: -155px !important;
  background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 100%);
  padding: 20px 0 18px;
}
.footer .inner-cont { overflow: hidden; }
.copy {
  width: 240px;
  padding: 0 16px 0 0;
  color: rgba(219,234,254,.65);
  font-size: 12px;
  float: left;
  line-height: 1.6;
}

.navbottom, .navbottom ul { list-style: none; padding: 0; margin: 0; }
.navbottom { width: 720px; float: right; }

/* Колонки (верхний уровень) */
.navbottom > li {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin-right: 10px;
}

/* Заголовок колонки */
.navbottom > li > a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
  cursor: default;
  pointer-events: none;
}

/* Вложенные ссылки */
.navbottom ul { margin-top: 0; }
.navbottom li li {
  display: block;
  width: auto;
  margin: 0;
  line-height: 1;
}
.navbottom li li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #bfdbfe;
  text-decoration: none;
  padding: 3px 0;
  transition: color var(--t);
}
.navbottom li li a:hover { color: #fff; text-decoration: underline; }

/* === TYPOGRAPHY === */
a { color: var(--accent); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--accent-hover); }

h1 { clear: both; font-size: 22px; color: var(--primary-dark); font-weight: 700; margin: 0 0 16px; line-height: 1.3; }
h2 { font-size: 17px; font-weight: 700; color: var(--text); margin: 16px 0 10px; }
h3 { font-size: 15px; font-weight: 600; color: var(--text); margin: 12px 0 8px; }
h4 { font-size: 14px; font-weight: 600; color: var(--text); }

/* === MESSAGES === */
.message {
  clear: both;
  margin: 12px 0;
  padding: 12px 16px 12px 44px;
  font-weight: 600;
  border-radius: var(--radius);
  font-size: 14px;
}
.message-ok   { color: #065f46; border: 1px solid #6ee7b7; background: #ecfdf5 url(/Images/confirm.gif) no-repeat 12px center; }
.message-err  { color: #991b1b; border: 1px solid #fca5a5; background: #fef2f2 url(/Images/error.gif)   no-repeat 12px center; }
.message-warning { color: #92400e; text-align: left; border: 1px solid #fcd34d; background: #fffbeb url(/Images/warning.gif) no-repeat 12px center; }

/* === BREADCRUMBS === */
#breadcrumbs {
  float: left;
  color: var(--text-muted);
  font-size: 12px;
  padding: 8px 10px 14px 0;
}
#breadcrumbs a {
  color: var(--text-muted);
  text-decoration: none;
  padding-right: 16px;
  background: url(/Images/path_separator.gif) no-repeat center right;
  transition: color var(--t);
}
#breadcrumbs a:hover { color: var(--primary); }

/* === TABLES === */
.groupHeader {
  font-weight: 700;
  padding: 8px 12px;
  text-align: center;
  background-color: #f0fdf4;
  color: #166534;
  border-bottom: 2px solid #bbf7d0;
}
.tableHeader, a.tableHeader, .table-header {
  color: #fff;
  font-weight: 700;
  padding: 10px 12px;
  text-align: center;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}
td a.tableHeaderLink { color: #fff; }
td a.tableHeaderLink:hover { color: #bfdbfe; }
td a.tableHeaderCurLink { color: #fde68a; }
td a.tableHeaderCurLink:hover { color: #fff; }

.producttable { border-collapse: separate; border-spacing: 0 2px; }
.producttable td { padding: 8px 10px; font-size: 13px; vertical-align: middle; }
.producttable a { text-decoration: none; color: var(--text); }
.producttable a:hover { color: var(--primary); }
.producttable img { border: 1px solid var(--border); border-radius: 4px; }
/* Override legacy bgcolor attribute with modern alternating rows */
.producttable tr { background-color: #fff; }
.producttable tr:nth-child(even) { background-color: #f9fafb; }
.producttable tbody tr:hover { background-color: var(--primary-bg); transition: background-color var(--t); }
.producttable tr td:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.producttable tr td:last-child  { border-radius: 0 var(--radius) var(--radius) 0; }

.color1 { background-color: #fff; }
.color2 { background-color: #f9fafb; }
.tournamentTable td { text-align: center; }

/* === BUTTONS === */
.formbutton, a.formbutton {
  display: inline-block;
  color: #fff;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: all var(--t);
}
.btn-large, a.btn-large {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding: 14px 20px;
  text-align: center;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--t);
}
a.btn-large { display: inline-block; text-decoration: none; }

.btn-orange { background: var(--accent); border: 1px solid var(--accent-hover); }
.btn-orange:hover {
  background: var(--accent-hover);
  box-shadow: 0 4px 14px rgba(245,158,11,.38);
  transform: translateY(-1px);
}

/* === PAGER === */
#pager { clear: both; padding: 14px 0 6px; }
div#pager { margin-bottom: 6px; }
#pagerTable { display: none; } /* заменён .pager-bar */

/* Общая строка: пейджер + «по N на странице» */
.pager-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0 10px;
  clear: both;
}
.pager-bar nav.pager {
  flex: 1;
  padding: 0;
  clear: none;
}

/* Форма «по N на странице» */
.pager-per-page {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin: 0;
}
.pager-per-page-label {
  font-size: 13px;
  color: var(--text-muted);
  white-space: nowrap;
}
.pager-per-page select,
#ItPerPage {
  height: 36px;
  padding: 0 8px;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius);
  background: #f1f5f9;
  font-size: 13px;
  font-family: inherit;
  color: var(--text);
  cursor: pointer;
  outline: none;
  transition: border-color var(--t), background var(--t);
  -webkit-appearance: auto;
}
.pager-per-page select:hover,
#ItPerPage:hover {
  border-color: var(--primary-light);
  background: var(--primary-bg);
}
.pager-per-page select:focus,
#ItPerPage:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(29,78,216,.1);
}

/* Legacy классы — на случай если где-то ещё используются */
a.pageLink {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 32px; height: 32px; padding: 0 8px;
  background: var(--accent); border-radius: var(--radius);
  color: #fff; font-size: 12px; font-weight: 600;
  text-decoration: none; margin: 0 1px;
  transition: background var(--t);
}
a.pageLink:hover { background: var(--accent-hover); }
.pageCurrent {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 32px; height: 32px; padding: 0 8px;
  background: var(--primary-bg); border-radius: var(--radius);
  color: var(--primary); font-size: 12px; font-weight: 700;
  margin: 0 1px;
}

/* Новый современный пейджер */
nav.pager {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 18px 0 10px;
  flex-wrap: nowrap;
  clear: both;
}

.pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  border-radius: var(--radius);
  text-decoration: none !important;
  color: var(--text) !important;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  transition: background var(--t), border-color var(--t), color var(--t), box-shadow var(--t);
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
}
.pager-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(29,78,216,.2);
}
.pager-current {
  background: var(--primary);
  color: #fff !important;
  border-color: var(--primary);
  font-weight: 700;
  cursor: default;
  box-shadow: 0 2px 8px rgba(29,78,216,.25);
}
.pager-current:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}
.pager-arrow {
  font-size: 16px;
  font-weight: 600;
  min-width: 36px;
  color: var(--primary) !important;
  background: #fff;
  border-color: #bfdbfe;
}
.pager-arrow:hover {
  color: #fff !important;
}
.pager-disabled {
  background: #f8fafc;
  color: #cbd5e1 !important;
  border-color: #e2e8f0;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.pager-ellipsis {
  color: var(--text-muted);
  font-size: 14px;
  padding: 0 2px;
  user-select: none;
  line-height: 36px;
}
.pager-info {
  margin-left: 6px;
  padding: 0 10px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: var(--text-muted);
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
  white-space: nowrap;
}

/* === SIDE COLUMN === */
.l-menu-header {
  text-align: center;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 16px 8px 8px;
}
.l-menu-sheader {
  color: var(--text-light);
  margin: 6px 8px;
  font-size: 11px;
  font-style: italic;
}
.l-menu a {
  color: var(--text);
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 8px 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  margin: 1px 4px;
  transition: all var(--t);
}
.l-menu a:hover { color: var(--primary); background: var(--primary-bg); }

.sidebox {
  border: 1px solid var(--border);
  background-color: #fff;
  margin: 0 5px 14px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.no-shop .sidebox { border-color: var(--border); }
.sidebox-inner { padding: 10px; }
.side-box p { margin: 0; }

.sidetitle {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 0 6px 10px;
}

/* === LEFT NAVIGATION === */
.navshop-cat, .navshop-cat div ul, .navinfo-main {
  padding: 4px;
  margin: 0 5px 8px;
  list-style: none;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}
.navinfo-main { margin-top: 36px; margin-bottom: 40px; }
.navshop-cat ul, .navinfo-main ul { padding: 0; margin: -2px 5px 0 8px; list-style: none; }

.navshop-cat a, .navinfo-main a {
  display: block;
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 8px 6px 10px;
  border-radius: 5px;
  margin: 1px;
  transition: all var(--t);
}
.navshop-cat a:hover, .navinfo-main a:hover { color: var(--primary); background: var(--primary-bg); }
.navshop-cat li, .navinfo-main li { background-color: transparent; }

/* === BLOG / ARTICLE CARDS === */
.objlist, .list-container { padding: 0; margin: 0; list-style: none; }
.objlist li { padding: 10px 0 12px 55px; border-bottom: 1px solid var(--border); margin-top: 6px; }
.obj-li { padding: 4px 0 8px; }

.sidebox .list-container { padding: 0; margin: 0; list-style: none; }
.sidebox .obj-li p { padding: 0; margin: 0; font-size: 12px; color: var(--text-muted); }

.blog-title h3 {
  display: inline-block;
  width: 70%;
  margin: 0;
  padding-bottom: 4px;
  font-size: 15px;
}
.blog-date {
  float: right;
  width: 85px;
  text-align: right;
  padding: 2px 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
}
.blog-post-wrapper { clear: both; }

.blog-post {
  background-color: #fff;
  padding: 14px 16px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 4px;
  transition: box-shadow var(--t), transform var(--t);
}
.blog-post:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.blog-anonce { overflow: hidden; }
.blog-anonce img { float: left; margin-right: 16px; margin-bottom: 4px; border-radius: var(--radius); max-width: 180px; max-height: 130px; object-fit: cover; }
.blog-anonce-body { padding-top: 4px; max-height: 130px; overflow: hidden; position: relative; }
.blog-anonce-body::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 32px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}
.blog-anonce-body p { margin: 0 0 4px; }

.blog-comments { float: right; width: 65px; text-align: right; }
.blog-comments span {
  background: url(/Images/comments2.gif) no-repeat right 2px transparent;
  display: block;
  font-size: 11px;
  padding-right: 19px;
  text-align: right;
  color: var(--text-muted);
}
.blog-serv { clear: both; overflow: hidden; margin-top: 8px; }
.blog-author { float: left; width: 45%; font-size: 12px; color: var(--text-muted); }
.blog-cat { float: right; text-align: right; width: 45%; font-size: 12px; }
.admin-tools { clear: both; padding-top: 8px; }

.listdate {
  display: block;
  padding: 4px 0 3px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
}

/* === MISC === */
.clearfix { clear: both; }
.wigth-normal { font-weight: normal; }
.align-center { text-align: center; }

.price, .price a   { color: #dc2626; font-weight: 700; }
.price2, .price2 a { color: var(--text); font-weight: 700; }
.price2stock, .price2stock a { color: var(--text); font-weight: 700; }
.oldprice, .oldprice a { color: var(--text-light); font-size: 12px; text-decoration: line-through; }
.total { color: #dc2626; font-size: 20px; font-weight: 700; }
.searchcond { font-style: italic; color: var(--text-muted); }

.social-buttons { margin: 12px 0 20px; text-align: right; }

/* === FILTER === */
#filter { overflow: hidden; background-color: #f0fdf4; border: 1px solid #bbf7d0; border-radius: var(--radius); }
#filter form { padding: 10px; margin: 0; }
#filter label { font-size: 12px; font-weight: 600; }

/* === GALLERY === */
a.imgthumb { font-size: 13px; text-decoration: none; }
a.imgthumb img { margin-top: 7px; border-radius: var(--radius); transition: opacity var(--t); }
a.imgthumb:hover img { opacity: .82; }

.gallery { margin: 8px 0; padding: 0; display: table; }
.galleryimg { float: left; margin: 6px 5px; text-align: center; width: 110px; height: 142px; }
.galleryimg a {
  display: block;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-muted);
  padding-bottom: 5px;
  transition: all var(--t);
}
.galleryimg a:hover {
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 2px 8px rgba(245,158,11,.18);
}
.gallerytext { display: block; height: 27px; overflow: hidden; font-size: 11px; }

/* === CALENDAR / TOURNAMENTS === */
.year-calendar-filter {
  margin: 0 auto; overflow: hidden; padding: 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: #fff;
}
.year-cal-filter-1 { width: 170px; height: 128px; text-align: center; font-size: 24px; color: #bfdbfe; }
.year-cal-filter-2 { width: 320px; }
.year-calendar-filter select { margin-top: 3px; border: 1px solid var(--border); padding: 4px 8px; border-radius: var(--radius); font-size: 13px; }
.year-calendar-body { clear: both; }
.year-calendar-filter .filter-button { border-top: 1px solid var(--border); margin-top: 8px; padding-top: 4px; }
.year-calendar-filter form[name="frmFilter"] select { border: 1px solid var(--primary-light); padding: 4px 8px; border-radius: var(--radius); max-width: 310px; }

.year-cal-row {
  padding: 8px; margin: -1px auto 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.year-cal-row .month { float: left; font-weight: 700; padding: 6px 0; text-align: center; width: 15%; color: var(--primary); }
.year-cal-row .row-table { float: left; width: 85%; }
.year-cal-row table { width: 100%; }
.year-cal-row .row-table td { border-left: 1px solid #e0f2fe; padding: 8px 12px; font-size: 13px; }
.year-cal-row .row-table .odd { background-color: #f9fafb; }
.year-cal-row .row-table td.date { width: 15%; text-align: center; font-size: 11px; }
.year-cal-row .row-table td.date span { padding: 6px 5px; font-size: 13px; font-weight: 700; }
.year-cal-row .row-table td.date span.weekend { background: url(/Images/calendar-bg-r.png) no-repeat 0 0; }
.year-cal-row .row-table td.date span.work    { background: url(/Images/calendar-bg-g.png) no-repeat 0 0; }
.year-cal-row .row-table td.city   { width: 20%; }
.year-cal-row .row-table td.title  { width: 45%; }
.year-cal-row .row-table td.type   { width: 10%; }
.year-cal-row .row-table td.raiting { width: 10%; text-align: center; }

.option { position: relative; }
.option input { position: absolute; left: 0; top: .5em; margin: -5px 0 0; }
.option label { margin-left: 18px; }
.year-calendar-filter .option input { margin: -1px 0 0; }

/* === DATES === */
.today    { color: #dc2626; border: 1px solid #fca5a5; padding: 2px 5px; border-radius: 4px; background: #fef2f2; font-weight: 600; }
.yesterday { color: var(--primary); border: 1px solid #bfdbfe; padding: 2px 5px; border-radius: 4px; background: var(--primary-bg); }

/* === ARTICLE === */
.article p { text-align: justify; line-height: 1.75; }
.blockquote {
  font-style: italic;
  padding: 12px 16px;
  line-height: 1.65;
  position: relative;
  margin: 16px 0;
  text-align: justify;
  border-left: 4px solid var(--primary-light);
  background: var(--primary-bg);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.blockquote cite { color: var(--primary); font-size: 12px; display: block; margin-top: 6px; font-style: normal; font-weight: 600; }
.blockquote cite:before { content: "\2014 \2009"; }

/* === COMMENTS === */
.comm { margin: 12px 20px; overflow: hidden; clear: left; }
.comm-name { float: left; text-align: center; width: 15%; }
.comm-name a { font-size: 14px; font-weight: 700; color: #166534; text-decoration: none; }
.comm-body {
  background-color: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  float: left; width: 100%;
  min-height: 80px;
  box-shadow: var(--shadow);
}
.comm-date, .comm-tools {
  font-size: 12px; font-weight: 600;
  border-bottom: 1px solid #f3f4f6;
  margin: 4px 8px; padding: 4px 0;
  width: 48%; display: inline-block;
  color: var(--text-muted);
}
.comm-tools { font-weight: 400; text-align: right; margin-right: 0; }
.comm-text { padding: 8px 10px; text-align: justify; }

/* === PRODUCTS === */
.product-img  { float: left; width: 200px; text-align: center; min-height: 150px; }
.product-passport { float: left; margin-left: 20px; width: 450px; }
.product-buy  { padding: 12px 14px; background-color: #eff6ff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid #bfdbfe; }
.product-gal  { padding: 12px 0; border-bottom: 1px solid var(--border); clear: both; }
.product-desc { text-align: justify; margin-top: 8px; line-height: 1.72; }
.product-desc .ch-table { float: right; margin: 0 0 7px 12px; border-radius: var(--radius); }

.price-tag, .price-ind-tag, .price-sale-tag, .price-week-tag {
  text-align: right; font-size: 24px; font-weight: 700; color: #dc2626; margin-bottom: 12px; padding-top: 14px;
}

.productsubtitle { color: var(--primary-light); font-weight: 700; font-size: 13px; padding: 6px 10px; }
.productsubtitle td { padding: 0 !important; }

/* Shop home page section headings */
.home-new-title, .home-offers-title {
  font-size: 18px; font-weight: 700; color: var(--text);
  margin: 24px 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary);
  display: flex; align-items: center; gap: 8px;
}
.home-offers-title { color: var(--accent-hover); border-color: var(--accent); }

.prod-ch-termin { font-weight: 600; font-size: 13px; padding-right: 8px; text-align: right; }
.prod-ch-value  { font-size: 13px; }
.ch-table {
  border: 1px solid var(--border);
  padding: 8px 12px 12px 0;
  background-color: #f9fafb;
  margin: 8px 6px 0 0;
  border-radius: var(--radius);
}

/* === АНТИСПАМ: HONEYPOT === */
/* Поле полностью скрыто от людей, но доступно ботам */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* === INNER BLOCK === */
.inner-block {
  margin: 20px 0 14px; padding: 16px;
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: var(--radius-lg);
  min-height: 150px; overflow: hidden;
  box-shadow: var(--shadow);
}

/* === FORMS === */
.form-serv-box {
  width: 45%; padding: 12px;
  border: 1px solid #bfdbfe;
  border-radius: var(--radius);
  text-align: justify;
  background: var(--primary-bg);
}
.text-box {
  margin: 6px; padding: 10px 12px;
  border: 1px solid #bfdbfe;
  border-radius: var(--radius);
  background-color: var(--primary-bg);
}
.serv-form-list { text-align: right; }
.serv-form-list #ItPerPage {
  border: 1px solid var(--border); padding: 4px 8px;
  border-radius: var(--radius); font-size: 13px;
}

form[name="frmFilter"] label { float: left; font-size: 13px; font-weight: 600; position: relative; top: 3px; padding: 0 6px 0 0; }
form[name="frmFilter"] .priceInput {
  border: 1px solid var(--primary-light); float: left; font-size: 12px;
  margin-right: 10px; padding-right: 4px; text-align: right; width: 55px; border-radius: 4px;
}
form[name="frmFilter"] select { border: 1px solid var(--primary-light); padding: 3px 6px; margin-right: 2px; border-radius: 4px; font-size: 13px; }
.filter-row-2 { margin-top: 12px; }
.filter-price-cont { width: 128px; margin: 0 auto 10px; }
.filter-price-cont input { width: 40px; font-size: 12px; border: 1px solid var(--primary-light); border-radius: 4px; }
.filter-price-slider-cont { width: 128px; margin: 0 auto 5px; }
.filter-price-slider-cont input[type="button"] { margin-top: 10px; }
.filter-price { margin-left: 5px; }
.filter-status { color: #dc2626; font-size: 12px; font-weight: 700; padding-bottom: 4px; text-align: center; height: 15px; }

.flt-l-button { margin: 10px auto; width: 160px; }
.flt-l-button a { display: block; }
#flt-l-container .sidebox { margin: 0 5px 7px; overflow: auto; }
#flt-l-container ul { background-color: #fff; list-style: none; margin: 0 0 5px; padding: 0; }
#flt-l-container li a.flt-l-a { padding-left: 16px; background: url(/Images/filter-item.gif) no-repeat left 50%; font-size: 13px; }
#flt-l-container li a.flt-active { background: url(/Images/filter-item-active.gif) no-repeat left 50%; }

/* === SLIDER === */
#price-slider { width: 125px; }
.ui-slider { position: relative; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 13px; height: 13px; background: url(/Images/slider.png) no-repeat; cursor: pointer; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; overflow: hidden; }
.ui-slider-horizontal { height: 3px; }
.ui-slider-horizontal .ui-slider-handle { top: -5px; margin-left: -6px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-widget-content { border: 1px solid var(--border); background: #fff; }
.ui-widget-header { border: 1px solid #bfdbfe; background: var(--primary); }
.ui-corner-all { border-radius: 4px; }

/* === BRANDS GRID === */
.obj-box { float: left; height: 120px; margin: 0 0 20px 20px; text-align: center; width: 121px; }
.obj-brand-img { height: 51px; width: 121px; }
.obj-brand-img img { border: 1px solid var(--border); border-radius: var(--radius); transition: box-shadow var(--t); }
.obj-brand-img img:hover { box-shadow: var(--shadow-md); }
.obj-brand-content { padding-top: 6px; font-size: 12px; }
.obj-brand-spec-a { color: #16a34a; padding-left: 14px; padding-right: 10px; text-decoration: none; font-size: 12px; }
.obj-brand-spec-a:hover { color: #15803d; text-decoration: underline; }

.obj-box-side-date { display: block; padding: 3px 0 2px; font-size: 12px; font-weight: 600; color: var(--text-muted); }
.obj-box-side-caption { font-size: 12px; font-weight: 600; }
span.obj-box-side-caption { color: #16a34a; }
.objlist-details { text-align: right; padding: 3px 0 0; font-size: 11px; color: var(--text-muted); }

/* === HOT / WEEK PRODUCTS === */
.week-container { padding: 0; margin: 0 5px 36px; list-style: none; }
.week-container li { width: 30%; margin-left: 5%; display: inline-table; }
.week-container li.first { margin-left: 0; }
.week-container a.img-a { display: block; width: 100%; height: 67px; border: 1px solid var(--border); border-radius: var(--radius); }
.week-container li:hover { background-color: var(--primary-bg); border-radius: var(--radius); }
.week-container a { text-decoration: none; color: var(--text); }
.week-name { display: block; height: 47px; margin-left: 70px; overflow: hidden; font-size: 13px; }
.week-price { background-color: #fff; display: block; font-weight: 700; height: 17px; margin: 0 5px 0 69px; padding-right: 5px; text-align: right; color: var(--accent); }

.hot { padding: 6px 8px; border-bottom: 1px solid var(--border); overflow: hidden; }
.hot:last-child { border-bottom: none; }
.hot::after { content: ''; display: table; clear: both; }
.hot a.img-a {
  display: block;
  float: left;
  margin-right: 8px;
  width: 60px;
  height: 60px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  flex-shrink: 0;
}
.hot a:not(.img-a) {
  display: block;
  margin-left: 68px;
  font-size: 13px;
  line-height: 1.35;
  color: var(--text);
  text-decoration: none;
}
.hot a:not(.img-a):hover { color: var(--primary); }
.hot .brand-caption {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.hot .price {
  display: block;
  margin-left: 68px;
  font-weight: 700;
  color: var(--accent);
  font-size: 13px;
  margin-top: 3px;
}
.hot .oldprice {
  font-size: 11px;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 400;
}

/* === SEARCH RESULTS === */
.search-summary {
  background: var(--primary-bg);
  border: 1px solid #bfdbfe;
  border-radius: var(--radius);
  padding: 10px 14px;
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--text-muted);
}
.search-summary .searchcond { font-weight: 700; color: var(--primary); }
.search-section { margin-bottom: 28px; }
.search-section-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  border-bottom: 2px solid var(--primary-bg);
  padding-bottom: 8px;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.search-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 10px;
  padding: 1px 7px;
  margin-left: 4px;
}
.search-empty {
  color: var(--text-muted);
  font-style: italic;
  margin: 0;
  padding: 12px 0;
}

/* === VARIANTS === */
.variant-status-0 { background-color: #bbf7d0; }
.variant-status-1 { background-color: #bfdbfe; }
.variant-status-2 { background-color: #d1fae5; }
.variant-status-3 { background-color: #fde68a; }
.variant-status-4 { background-color: #fecaca; }

#variants { margin: 8px auto 0; overflow: hidden; display: table; }
.variants-ch { display: table-cell; padding: 5px 8px 0 0; font-weight: 600; text-align: right; }
.variants-values { display: table-cell; }
.variants-values input { margin-top: -3px; }
#firstCh, #secondCh { display: table-row; }
.var-link { text-align: center; }
.var-link a { font-style: italic; }

.variants-popup {
  background-color: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  position: absolute;
  border-radius: var(--radius);
  font-size: 13px;
  display: none;
  padding: 8px;
}
.var-popup-b { float: left; margin-right: 5px; padding: 8px; }
.var-popup-h { padding: 4px; font-weight: 700; border-bottom: 1px solid var(--border); }
.var-popup-f { clear: left; padding: 4px; border-top: 1px solid var(--border); margin-top: 4px; }
#var-popup-choose { float: right; display: block; width: 17px; height: 16px; overflow: hidden; text-decoration: none; color: #16a34a; margin-left: 20px; }
#var-popup-close  { float: left; display: block; width: 17px; height: 16px; overflow: hidden; text-decoration: none; color: #dc2626; }
#var-popup-close span  { background: url("/Images/ui-icons.png") no-repeat scroll -31px -190px transparent; display: block; float: left; height: 16px; width: 17px; }
#var-popup-choose span { background: url("/Images/ui-icons.png") no-repeat scroll -206px -190px transparent; display: block; float: right; height: 16px; width: 16px; }

#variants .option, .variants-popup .option { padding: 3px; }
#variants .checked, .variants-popup .checked { background-color: #fef9c3; border-radius: 6px; }
.ch-pale  { color: var(--text-light); }
.ch-pale2 { color: var(--text); }
.ch-bold  { font-weight: 700; }

/* === LOADERS === */
#loader { display: inline; padding-left: 5px; }
#loader img { border: 0; }
#flt-prod-loader {
  display: none; position: absolute; z-index: 999;
  left: 0; top: 0; width: 100%; height: 100%; min-height: 400px;
  opacity: .75;
  background: rgba(239,246,255,.85) url(/Images/flt-prod-loader.gif) no-repeat 50% 200px;
  border-radius: var(--radius);
}
#filter-loader {
  display: inline-block; padding-left: 5px;
  width: 16px; height: 9px;
  background: transparent url(/Images/filter-loading.gif) no-repeat 50% -3px;
}
#central { position: relative; }

/* === SCALE === */
.scale { float: left; width: 70px; }
.scale div { background: url(../Images/scale_bg.gif) no-repeat left 50%; }
.scale-100{width:60px}.scale-98{width:58px}.scale-95{width:57px}.scale-93{width:55px}.scale-90{width:54px}.scale-88{width:52px}.scale-85{width:51px}.scale-83{width:49px}.scale-80{width:48px}.scale-78{width:46px}.scale-75{width:45px}.scale-73{width:43px}.scale-70{width:42px}.scale-68{width:40px}.scale-65{width:39px}.scale-63{width:37px}.scale-60{width:36px}.scale-58{width:35px}.scale-55{width:33px}.scale-53{width:31px}.scale-50{width:30px}.scale-48{width:29px}.scale-45{width:27px}.scale-43{width:26px}.scale-40{width:24px}.scale-38{width:21px}.scale-35{width:19px}.scale-33{width:17px}.scale-30{width:15px}.scale-28{width:14px}.scale-25{width:12px}.scale-23{width:10px}.scale-20{width:8px}

/* === MISC ELEMENTS === */
.buttonspanel { text-align: right; padding: 4px 10px; }
.buttonspanel img { border: 0; }

ul.no-dots, ul.no-dots ul { padding: 0; margin: 0; list-style: none; }
ul.no-dots ul { margin: 0 0 1em 2em; }

.warning-text { color: #dc2626; font-weight: 700; }
.attached-file {
  border: 1px solid #bfdbfe;
  padding: 10px 10px 10px 40px;
  background: url(/Images/paperclip.png) no-repeat 10px center var(--primary-bg);
  border-radius: var(--radius);
}
.item-image { float: right; padding: 5px 5px 20px 20px; }
.sale { background: url(/Images/sale.png) no-repeat left transparent; padding: 2px 0 4px 22px; }

.newad {
  position: absolute;
  background-color: #fef9c3;
  border: 1px solid #16a34a;
  padding: 2px 5px;
  font-size: 10px;
  color: #dc2626;
  border-radius: 3px;
  font-weight: 700;
}
.thumbtack { background: transparent url(/Images/thumbtack.gif) no-repeat right 0; }
.thumbtack .blog-date { padding-right: 20px; }

.skob { font-size: 11px; text-align: left; border-left: 2px solid #fca5a5; padding-left: 6px; color: var(--text-muted); }
img.datepick-trigger { margin: 2px 0 0 3px; cursor: pointer; }
.ajax-inline { overflow: auto; height: 600px; }
.table-container { width: 100%; margin: 12px 0; border-bottom: 1px solid var(--border); }

.prod-que  { background: url(/Images/que.png)   no-repeat left 50%; display: inline-block; width: 16px; height: 16px; text-decoration: none; }
.prod-que2 { background: url(/Images/que-s.png) no-repeat left 50%; display: inline-block; width: 13px; height: 13px; text-decoration: none; margin-left: 5px; }

.book-buttons { margin: 14px auto 0; }
.book-buttons > div { width: 50%; float: left; }
.book-phone { color: #991b1b; font-size: 13px; font-weight: 700; padding: 5px 0 5px 48px; background: url(/Images/book-phone.png) no-repeat 0 0; }

a.cart-delete { background: url(/Images/delete.png) no-repeat 0 0; display: block; height: 16px; margin: 5px; width: 16px; opacity: .7; transition: opacity var(--t); }
a.cart-delete:hover { opacity: 1; }

.prod-tech-bl { border: 1px solid var(--border); border-radius: var(--radius); display: inline-block; margin: 5px; }
.prod-tech-bl div { display: none; }
.prod-tech-line { clear: left; margin-bottom: 8px; }
.prod-tech-line img { float: left; margin: 0 14px 0 0; }
.prod-tech-line div { padding: 4px; text-align: justify; }

input[name="edt_AdditionKText"] { display: none; }

/* === TOOLTIP === */
#tooltip {
  position: absolute; width: 250px; z-index: 900;
  border: 1px solid var(--border);
  background: #fefce8;
  padding: 4px 8px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
#tooltip h3 { font-size: 12px; font-weight: 500; color: var(--text); }
a.aForHint { color: rgba(255,255,255,.7); }
.contForHint { position: relative; }
.contForHint .labelForHint {
  background: transparent url(../Images/hover.png) no-repeat left top;
  width: 180px; height: 45px;
  position: absolute; top: -85px; left: -95px;
  text-align: center;
  padding: 20px 12px 10px;
  font-size: 11px; color: var(--text);
  z-index: 2; display: none;
}

/* ============================================================
   PHASE 2 — RESPONSIVE
   Breakpoints: 1020px · 768px · 480px
   ============================================================ */

/* --- Fluid container at narrow desktop --- */
@media (max-width: 1020px) {
  :root { --width: 100%; }
  .inner-cont { width: 100%; padding: 0 12px; box-sizing: border-box; }

  .central-col { width: calc(100% - 260px); }
  .left-col    { width: 240px; }

  .topmenu { width: 260px; }
  .navshop-main li a, .navinfo-serv li a { width: 122px; font-size: 11px; }

  .search { width: auto; flex: 1; }
  .search form { margin-left: 0; }

  .navbottom { width: 100%; }
}

/* === HAMBURGER MENU === */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: auto;
  color: var(--primary);
  flex-shrink: 0;
}
.nav-toggle svg { display: block; width: 24px; height: 24px; }
.nav-toggle .icon-close { display: none; }

/* --- Tablet (stack columns) --- */
@media (max-width: 768px) {
  /* Header main */
  .header-m { height: auto; padding: 10px 0 6px; }
  .header-m .inner-cont { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }

  .logo { float: none; width: auto; height: auto; margin: 0; flex-shrink: 0; }
  .logo img { height: 32px; width: auto; }

  .search { float: none; width: 100%; order: 3; }
  .search form { margin: 0; width: 100%; }
  .input-search { flex: 1; width: auto; min-width: 0; }
  .search-example { display: none; }

  /* Hamburger button visible */
  .nav-toggle { display: flex; align-items: center; justify-content: center; }

  .topmenu {
    float: none; width: 100%; order: 5;
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
  }
  .topmenu.nav-open { max-height: 300px; }

  .navshop-main, .navinfo-serv {
    height: auto; display: flex; flex-wrap: wrap;
    margin: 4px 0 8px; gap: 4px;
  }
  .navshop-main li, .navinfo-serv li { float: none; margin: 0; }
  .navshop-main li a, .navinfo-serv li a {
    height: 36px; width: auto; min-width: 80px; padding: 0 10px; font-size: 12px;
  }

  .cabinet, .cart { float: none; width: auto; height: auto; padding: 2px 6px; }

  /* Header bottom */
  .header-b { height: auto; padding: 6px 0; }
  .header-b .inner-cont { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; }
  .serv-nav { width: 100%; flex: 0 0 100%; margin: 0; }
  .serv-nav li { margin-top: 4px; }
  .cart, .cabinet { flex-shrink: 0; margin-right: 0; }

  /* Two-column → single column layout */
  .main { padding-bottom: 20px; }
  .central-col {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .left-col {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    font-size: 13px;
  }
  .content { padding: 0 0 20px; }

  /* Navigation lists on mobile */
  .navshop-cat, .navinfo-main { margin: 0 0 12px; }
  .navinfo-main { margin-top: 0; }

  /* Footer */
  .footer { margin-top: 0 !important; height: auto; padding: 16px 0; }
  .navbottom { float: none; width: 100%; margin: 0 0 12px; }
  .navbottom li { width: 48%; margin-bottom: 8px; }
  .copy { float: none; width: 100%; padding: 8px 0 0; text-align: center; }
}

/* --- Mobile (480px) --- */
@media (max-width: 480px) {
  body { font-size: 13px; }

  /* Sections nav */
  .sections-nav { margin: 4px 0 0 4px; }
  .sections-nav li a { padding: 5px 14px 4px; font-size: 11px; }

  /* Header */
  .logo img { height: 28px; }

  /* serv-nav wrap */
  .serv-nav { margin: 0; }
  .serv-nav li { margin-right: 4px; margin-top: 4px; }
  .serv-nav li a { width: 100px; font-size: 11px; }

  /* Cabinet/cart inline */
  .cabinet, .cart { display: inline-block; }

  /* Content */
  .content { padding: 0 0 16px; }
  h1 { font-size: 18px; }
  h2 { font-size: 15px; }

  /* Blog cards: no hover transform on touch */
  .blog-post:hover { transform: none; }

  /* Product layout */
  .product-img    { float: none; width: 100%; margin-bottom: 12px; }
  .product-passport { float: none; margin-left: 0; width: 100%; }

  /* Pager */
  a.pageLink, .pageCurrent { padding: 5px 9px; font-size: 12px; }

  /* Bottom nav */
  .navbottom li { width: 100%; }

  /* Tables: allow horizontal scroll */
  .table-container { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .producttable   { min-width: 520px; }
}
