:root {
  --ink: #242424;
  --muted: rgba(0, 0, 0, 0.7);
  --line: #e0e0e0;
  --line-dark: rgba(0, 0, 0, 0.1);
  --soft: rgba(0, 0, 0, 0.04);
  --blue: #0c56aa;
  --blue-soft: #5386bf;
  --orange: #ff5c00;
  --orange-soft: #fd8131;
  --green: #5fcb15;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: var(--ink);
  background: #fff;
  font: 15px/1.45 Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  color: var(--orange);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.x-container.max.width {
  width: min(1024px, calc(100% - 30px));
  margin: 0 auto;
}

.x-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}

.site-alert-bar {
  background: #ffff00;
  font-size: 15px;
  line-height: 48px;
  min-height: 48px;
  text-align: center;
}

.site-alert-bar a {
  color: #0c56aa;
  display: block;
}

.site-alert-bar a:hover {
  color: var(--orange);
}

.x-topbar {
  background: transparent;
  color: #fff;
  font-size: 12px;
  min-height: 0;
}

.x-topbar-inner {
  background: #1f1f1f;
  min-height: 73px;
}

.x-topbar a {
  color: #fff;
}

.x-topbar a:hover {
  color: var(--orange-soft);
}

.x-topbar .p-info {
  color: #fff;
  margin: 0;
  letter-spacing: 0;
}

.on_top_tab {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 73px;
}

.topbar-menu,
.on_icons_top,
.on_phone_top,
.on_city_top {
  display: table-cell;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}

.on_city_top {
  width: 17%;
  padding-left: 15px;
}

.topbar-menu {
  width: 31%;
  padding-left: 12px;
  white-space: nowrap;
}

.on_phone_top {
  width: 31%;
  padding-left: 6px;
  text-align: left;
  white-space: nowrap;
}

.on_icons_top {
  width: 21%;
  padding-right: 15px;
  text-align: right;
  white-space: nowrap;
}

.city-choose-link-box {
  display: inline-block;
  max-width: 220px;
  text-align: left;
  white-space: nowrap;
  font-weight: 700;
  line-height: 15px;
}

.city-choose-link-box a,
.callback-link {
  color: var(--orange-soft);
}

.city-modal {
  position: fixed;
  inset: 0;
  z-index: 100005;
  display: none;
  padding: 44px 18px;
}

.city-modal.is-open {
  display: block;
}

html.city-modal-open,
html.city-modal-open body {
  overflow: hidden;
}

.city-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.city-modal__dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: calc(100vh - 88px);
  margin: 0 auto;
  padding: 30px 34px 34px;
  overflow: auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}

.city-modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #444;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
}

.city-modal__close:hover {
  color: var(--orange);
}

.city-modal__label {
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.city-modal h2 {
  margin: 0 42px 10px 0;
  color: var(--blue);
  font-size: 28px;
  line-height: 34px;
  text-align: left;
}

.city-modal p {
  max-width: 720px;
  margin: 0 0 22px;
  color: #555;
  font-size: 15px;
  line-height: 22px;
}

.city-modal__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px 18px;
}

.city-modal__link {
  display: block;
  min-width: 0;
  padding: 7px 9px;
  border-radius: 3px;
  color: var(--blue);
  line-height: 18px;
  overflow-wrap: anywhere;
}

.city-modal__link:hover,
.city-modal__link.is-active {
  background: #fff1e8;
  color: var(--orange);
}

.city-modal__link.is-active {
  font-weight: 700;
}

.topbar-menu li {
  float: left;
  margin-left: 18px;
  font-weight: 700;
}

.topbar-menu li:first-child {
  margin-left: 0;
}

.on_icons_top span {
  display: inline-block;
  margin-bottom: 5px;
}

.on_icons_top img {
  margin-right: 6px;
}

.comagic_phone3 {
  font-weight: 700;
}

.masthead-inline {
  position: relative;
  z-index: 20;
  margin-bottom: 22px;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0;
}

.x-navbar,
.x-navbar-inner {
  min-height: 66px;
}

.x-navbar .x-container {
  position: relative;
  min-height: 66px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}

.x-brand {
  display: block;
  float: left;
  line-height: 0;
  margin-top: 9px;
  padding-right: 28px;
}

.x-brand img {
  width: 134px;
}

.x-nav-wrap.desktop {
  display: block;
}

.masthead-inline .desktop .x-nav {
  float: right;
}

.x-navbar .desktop .x-nav > li {
  position: relative;
  float: left;
}

.x-navbar .desktop .x-nav > li > a,
.x-navbar .desktop .x-nav > li > label {
  display: block;
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 66px;
  min-height: 66px;
  padding: 0 15px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease;
}

.x-navbar .desktop .x-nav > li:hover > a,
.x-navbar .desktop .x-nav > li:hover > label {
  background: #fafafa;
}

.x-navbar .desktop .x-nav > li > a:hover > span,
.x-navbar .desktop .x-nav > li > label:hover > span,
.x-navbar .desktop .x-nav > li.x-active > a > span {
  color: var(--orange);
}

.x-navbar .desktop .menu-item-has-children > a > span:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: translateY(-2px) rotate(45deg);
}

.x-navbar .desktop .menu-item-has-children:hover > a > span:after {
  border-color: var(--orange);
  transform: translateY(1px) rotate(225deg);
}

.x-navbar .desktop .sub-menu .menu-item-has-children > a > span:after {
  content: none;
}

.x-menu-item-woocommerce {
  border-left: 1px solid var(--line-dark);
}

.x-menu-item-search > label {
  line-height: 0 !important;
  padding: 24px 13px !important;
}

.x-menu-item-account > a {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
}

.account-icon {
  display: inline-block;
  width: 18px;
  height: 20px;
  position: relative;
}

.account-icon:before,
.account-icon:after {
  content: "";
  display: block;
  background: var(--orange);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.account-icon:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 1px;
}

.account-icon:after {
  width: 16px;
  height: 9px;
  border-radius: 9px 9px 2px 2px;
  bottom: 0;
}

.x-cart {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.x-cart .outer {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.x-navbar .desktop .x-nav > li.mega-large,
.x-navbar .desktop .x-nav > li.mega-small {
  position: static;
}

.x-navbar .desktop .x-nav > li > .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 66px;
  width: auto;
  display: none;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--line);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 80;
}

.x-navbar .desktop .x-nav > li.mega-large > .sub-menu {
  min-height: 366px;
  max-height: min(640px, calc(100vh - 168px));
  overflow-y: auto;
}

.x-navbar .desktop .x-nav > li.mega-small > .sub-menu {
  min-height: 102px;
}

.x-navbar .desktop .x-nav > .menu-item-has-children:hover:after {
  display: none;
}

.x-navbar .desktop .x-nav > li:hover > .sub-menu {
  display: block;
}

.x-navbar .desktop .sub-menu li {
  list-style: none;
  position: static;
}

.x-navbar .desktop .sub-menu .sub-menu {
  display: none;
}

.x-navbar .desktop .x-nav > li > .sub-menu > li {
  width: 330px;
  margin: 0;
}

.x-navbar .desktop .sub-menu li a {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 20px;
  min-height: 0;
  padding: 6px 20px;
  position: relative;
  border-radius: 0;
  transition: background-color 160ms ease, color 160ms ease;
}

.x-navbar .desktop .x-nav > li > .sub-menu > li:first-child {
  margin-top: 20px;
}

.x-navbar .desktop .x-nav > li.mega-large > .sub-menu > li > a,
.x-navbar .desktop .x-nav > li.mega-small > .sub-menu > li > a {
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 400;
}

.x-navbar .desktop .x-nav > li.mega-large > .sub-menu > li:first-child > a,
.x-navbar .desktop .x-nav > li.mega-small > .sub-menu > li:first-child > a,
.x-navbar .desktop .x-nav > li > .sub-menu > li:hover > a {
  color: var(--orange);
  background: transparent;
}

.x-navbar .desktop .x-nav > li.mega-large > .sub-menu > li > .sub-menu,
.x-navbar .desktop .x-nav > li.mega-small > .sub-menu > li > .sub-menu {
  position: absolute;
  left: 330px;
  right: 0;
  top: 0;
  min-height: 100%;
  margin: 0;
  padding: 20px 22px;
  background: #fff;
  border-left: 1px solid var(--line);
  box-shadow: none;
  overflow: visible;
  z-index: 1;
}

.x-navbar .desktop .x-nav > li.mega-large > .sub-menu > li > .sub-menu {
  column-count: 2;
  column-gap: 28px;
}

.x-navbar .desktop .x-nav > li.mega-small > .sub-menu > li > .sub-menu {
  column-count: 1;
}

.x-navbar .desktop .x-nav > li.mega-large > .sub-menu > li:first-child > .sub-menu,
.x-navbar .desktop .x-nav > li.mega-small > .sub-menu > li:first-child > .sub-menu,
.x-navbar .desktop .x-nav > li > .sub-menu > li:hover > .sub-menu {
  display: block;
}

.x-navbar .desktop .sub-menu .sub-menu li a {
  color: #4b4b4b;
  font-size: 15px;
  line-height: 20px;
  min-height: 0;
  padding: 4px 12px 6px 16px;
  break-inside: avoid;
}

.x-navbar .desktop .x-nav > li.mega-small > .sub-menu .sub-menu li a {
  padding-left: 16px;
}

.x-navbar .desktop .sub-menu li a:before {
  content: none;
}

.x-navbar .desktop .sub-menu .sub-menu li a:before {
  content: "\2022";
  color: var(--orange-soft);
  position: absolute;
  left: 0;
  opacity: 0.9;
}

.x-navbar .desktop .sub-menu li a:hover {
  background: transparent;
  color: var(--orange);
}

.x-navbar .desktop .sub-menu li a:hover:before {
  color: var(--orange);
  opacity: 1;
}

.x-searchform-panel {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 300ms ease, opacity 300ms ease;
  border-bottom: 1px solid var(--line-dark);
}

.mobile-search-toggle:checked ~ .masthead-inline .x-searchform-panel {
  height: 64px;
}

.x-searchform-panel-inner {
  position: relative;
  height: 64px;
}

.x-searchform-panel form {
  margin: 0;
  display: flex;
  align-items: center;
  height: 64px;
}

.x-searchform-panel .search-icon {
  width: 72px;
  text-align: center;
  line-height: 0;
}

.x-searchform-panel #s {
  flex: 1;
  min-width: 0;
  height: 64px;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  font: inherit;
  font-size: 15px;
  outline: none;
  padding: 0 16px 0 0;
}

.x-searchform-panel button {
  height: 42px;
  margin-right: 64px;
}

.x-searchform-panel .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  padding: 20px;
  line-height: 0;
  cursor: pointer;
}

.mobile-menu,
.mobile-menu-back,
.mobile-menu-btn,
.x-btn-navbar-search.mobile,
.woo-mobile-cart,
.mobile-actions,
.mobile-menu-close-btn {
  display: none;
}

.main {
  padding: 0 0 38px;
}

.breadcrumbs {
  color: var(--ink);
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 15px;
}

.breadcrumbs a {
  color: var(--ink);
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
}

h1 {
  color: var(--ink);
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 16px;
}

h2,
.like-h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin: 28px 0 16px;
}

.site-container {
  display: grid;
  grid-template-columns: 24% 76%;
}

.site-container .sidebar-side {
  padding: 0 16px 0 0;
}

.site-container .content-side {
  padding: 10px 24px 0 8px;
}

.filter-block {
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px var(--line);
  margin-bottom: 16px;
}

.filter-block .head {
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.5px;
  padding: 17px 20px;
  text-transform: uppercase;
  position: relative;
}

.filter-block .head + .body {
  border-top: solid 1px var(--line);
}

.filter-block .body {
  color: var(--ink);
  font-size: 15px;
  line-height: 1;
  padding: 15px 20px;
}

.cat-list,
.brand-list {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

.cat-list li,
.brand-list li {
  padding: 5px 0;
  position: relative;
}

.cat-list li:before,
.brand-list li:before {
  content: "\2022";
  color: var(--blue-soft);
  position: absolute;
  left: -13px;
  top: 5px;
}

.cat-list a,
.brand-list a {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--ink);
}

.cat-list a:hover,
.brand-list a:hover {
  color: var(--orange);
}

.brand-list li.all-brands-link:before {
  content: none;
}

.brand-list li.all-brands-link a {
  color: var(--orange);
  display: inline;
}

.count {
  color: var(--muted);
  font-size: 12px;
}

.notice {
  border-radius: 5px;
  border: solid 1px #c9e3c0;
  background: #f5fbf2;
  color: #286a10;
  padding: 12px 14px;
  margin-bottom: 16px;
}

.home-content > h1 {
  margin-bottom: 18px;
}

.home-section {
  clear: both;
  margin: 28px 0 0;
}

.home-section:after {
  content: "";
  display: block;
  clear: both;
}

.home-request-section {
  margin: 0 0 28px;
}

.home-request-section h2 {
  color: var(--blue);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 0;
}

.wc-lite-form {
  max-width: none !important;
}

.wc-lite-form select {
  width: 100%;
  border-radius: 3px;
  border: solid 1px var(--line);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  height: 48px;
  margin: 0;
  padding: 0 12px;
  background: #fff;
}

.root-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.root-categories > li {
  border-radius: 5px;
  border: solid 1px var(--line);
  min-height: 210px;
  background: #fff;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.root-categories > li:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.root-categories > li a {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 22px;
  min-height: 210px;
  padding: 16px 12px;
  text-align: center;
}

.root-categories > li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  margin-bottom: 12px;
}

.root-categories > li img {
  display: block;
  max-height: 128px;
  object-fit: contain;
}

.index-stars-list {
  list-style: none;
  margin: 20px 0 30px 50px;
  padding: 0;
}

.index-stars-list li {
  color: var(--ink);
  font-size: 18px;
  line-height: 24px;
  padding: 14px 0;
  position: relative;
}

.index-stars-list li:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 12px;
  left: -42px;
  background: url("https://www.lenzapchasti.ru/wp-content/themes/x-child-new/images/star.svg") no-repeat center center / contain;
}

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

.delivery-callouts > div {
  border-radius: 5px;
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 22px;
}

.delivery-callouts h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
}

.information-page {
  font-size: 16px;
  line-height: 24px;
}

.information-page .underlined {
  text-decoration: underline;
}

.page-content .wikitable {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-size: 15px;
  line-height: 20px;
}

.page-content .wikitable th,
.page-content .wikitable td {
  border: 0;
  padding: 8px 10px;
  text-align: left;
  vertical-align: middle;
}

.page-content .wikitable tr:nth-child(2n+1) {
  background-color: #f0ffff;
}

.page-content .wikitable tr:nth-child(2n) {
  background-color: #fff;
}

.page-content .wikitable tr:first-child {
  background-color: #d9edf7;
  font-weight: 700;
}

.page-content .wikitable tr:hover {
  background-color: #d7f4fb;
}

.page-content center h2 {
  color: var(--blue);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin: 26px 0 14px;
}

.legacy-page-content {
  font-size: 16px;
  line-height: 24px;
}

.legacy-page-content > h1 {
  margin-top: 8px;
}

.legacy-page-content h2,
.legacy-page-content .legacy-headline,
.legacy-page-content .legacy-feature-headline {
  color: var(--blue);
  font-weight: 700;
}

.legacy-page-content h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 24px 0 12px;
}

.legacy-image {
  margin: 14px 0 20px;
}

.legacy-image img {
  display: block;
  height: auto;
  max-width: 100%;
}

.legacy-line {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 24px 0;
}

.legacy-gap {
  height: 20px;
}

.legacy-page-layout .home-request-section {
  margin-top: 24px;
}

.legacy-delivery-tail {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 30px;
  padding-top: 20px;
}

.legacy-delivery-tail > div {
  position: relative;
}

.legacy-delivery-tail h3 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 8px;
}

.legacy-delivery-tail p,
.legacy-delivery-tail ul {
  margin-top: 0;
}

.right-link {
  float: right;
  font-size: 14px;
}

.index-list {
  margin-left: 20px;
  padding-left: 0;
}

.category-old-tail {
  margin-top: 44px;
}

.category-old-tail h2 {
  color: var(--blue);
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 24px;
}

.category-why-grid {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 245px;
}

.category-why-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 48px;
}

.category-why-list li {
  color: #222;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
  padding: 13px 0;
  position: relative;
}

.category-why-list li:before {
  background: url("https://www.lenzapchasti.ru/wp-content/themes/x-child-new/images/star.svg") no-repeat center center / contain;
  content: "";
  display: block;
  height: 24px;
  left: -42px;
  position: absolute;
  top: 13px;
  width: 24px;
}

.category-why-image img {
  border: 1px solid var(--line);
  display: block;
  height: auto;
  width: 100%;
}

.category-stock-button {
  background: var(--orange);
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  margin: 24px 0 0;
  max-width: 430px;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
}

.category-stock-button:hover {
  color: #fff;
  opacity: 0.92;
}

.category-delivery-info {
  margin-top: 26px;
}

.category-delivery-info article {
  border-top: 1px solid var(--line);
  clear: both;
  padding: 18px 0 14px;
}

.category-delivery-info h3 {
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 6px;
}

.category-delivery-info p,
.category-delivery-info ul {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}

.category-delivery-info ul {
  padding-left: 18px;
}

.category-delivery-info .right-link {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.category-service-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  text-align: center;
}

.category-service-cards article {
  background: #fff;
}

.category-service-cards img {
  border: 1px solid var(--line);
  display: block;
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.category-service-cards h3 {
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 12px 0 7px;
}

.category-service-cards p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

.category-map-section {
  margin-top: 30px;
}

.category-map-section > p {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 18px;
}

.category-map-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-map-tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.category-map-tabs label {
  background: #fff;
  border: 1px solid var(--line);
  border-bottom: 0;
  color: #555;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  padding: 11px 8px;
  text-align: center;
}

.category-map-tabs label + label {
  border-left: 0;
}

#category-tab-map:checked ~ .category-map-tabs label[for="category-tab-map"],
#category-tab-route:checked ~ .category-map-tabs label[for="category-tab-route"],
#category-tab-metro:checked ~ .category-map-tabs label[for="category-tab-metro"] {
  color: var(--orange);
}

.category-map-panel {
  border: 1px solid var(--line);
  display: none;
  padding: 14px;
}

#category-tab-map:checked ~ .category-map-panel-map,
#category-tab-route:checked ~ .category-map-panel-route,
#category-tab-metro:checked ~ .category-map-panel-metro {
  display: block;
}

.category-map-panel .lenremont-map {
  min-height: 520px;
}

.category-route-panel h3 {
  color: var(--blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
  padding-top: 20px;
  text-align: center;
}

.category-route-panel h5 {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 8px;
}

.category-route-panel img,
.category-map-panel-metro img {
  display: block;
  height: auto;
  margin: 0 auto 18px;
  max-width: 100%;
}

.brand-directory {
  column-count: 4;
  column-gap: 28px;
  list-style: none;
  margin: 18px 0 28px;
  padding: 0;
}

.brand-directory li {
  break-inside: avoid;
  margin: 0 0 8px;
  padding-left: 14px;
  position: relative;
}

.brand-directory li:before {
  content: "\2022";
  color: var(--blue-soft);
  left: 0;
  position: absolute;
  top: 0;
}

.brand-directory a {
  color: var(--ink);
}

.brand-directory a:hover {
  color: var(--orange);
}

.repair-page > h1 {
  font-size: 29px;
  font-weight: 700;
  line-height: 36px;
  margin: 38px 0 22px;
}

.repair-lead {
  align-items: center;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 26px;
  margin: 0 0 28px;
}

.repair-lead-icon {
  align-items: center;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.repair-lead-icon:before {
  background: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 24px;
  transform: rotate(-35deg);
  width: 8px;
}

.repair-lead h2 {
  color: var(--blue);
  font-size: 33px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
  text-align: center;
}

.repair-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 86px;
  margin: 28px 32px 66px;
}

.repair-service-card {
  color: var(--blue);
  display: block;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

.repair-service-card img {
  background: #fff;
  border: 1px solid var(--line);
  display: block;
  margin: 0 auto 2px;
  padding: 10px;
  width: 262px;
  max-width: 100%;
}

.repair-info-block {
  margin: 0 0 28px;
}

.repair-info-block h2 {
  color: var(--blue);
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 12px;
}

.repair-info-block ul {
  margin: 0 0 0 24px;
  padding: 0;
}

.repair-info-block li,
.repair-info-block p {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 8px;
}

.repair-phone-line {
  margin-top: 12px;
}

.information-contact-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 28px;
  align-items: start;
  margin-top: 18px;
}

.information-contact-grid ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 28px;
}

.telegram-launcher {
  max-width: 64px;
}

.page-header-landmark {
  margin: 15px 0 15px;
}

.page-header h1 {
  color: var(--ink);
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-intro {
  text-align: center;
  margin: 0;
  padding: 0 0 20px;
}

.page-intro h2 {
  margin-top: 0;
}

.contact-hero {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  align-items: stretch;
  margin: 20px 0 38px;
}

.lenremont-map {
  min-height: 430px;
  border: 1px solid var(--line);
  background: #eef2f5;
  overflow: hidden;
}

.map-fallback {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 16px;
  justify-content: center;
  min-height: 430px;
  padding: 24px;
  text-align: center;
}

.contact-card {
  background-color: rgba(207, 179, 137, 0.72);
  padding: 30px 18px;
  text-align: center;
}

.contact-card h3 {
  font-size: 16px;
  margin: 12px 0 8px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.location-card {
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}

.location-card img {
  border: 1px solid var(--line);
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 12px;
}

.location-card h3 {
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 10px;
}

.location-card p {
  margin: 0 0 10px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.feature-box {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
}

.feature-box img {
  max-width: 72px;
}

.feature-box h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px;
}

.feature-box p {
  margin: 0;
}

.method-list {
  border-top: 1px solid var(--line);
}

.method-list p {
  border-bottom: 1px solid var(--line);
  margin: 0;
  padding: 15px 0;
}

.guarantee-lead {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 24px;
}

.guarantee-lead img {
  border: 1px solid var(--line);
  padding: 4px;
  background: #fff;
}

.guarantee-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.guarantee-links .button {
  width: 100%;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 28px;
}

.text-section p,
.text-section li {
  font-size: 16px;
  line-height: 1.6;
}

.product-list {
  display: block;
}

.category-matrix-layout {
  align-items: start;
}

.category-matrix-content h2 {
  color: var(--blue);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin: 8px 0 10px;
}

.category-matrix-content > p {
  margin: 0 0 22px;
}

.category-listing-layout {
  align-items: start;
}

.category-listing-content h2 {
  color: var(--blue);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin: 8px 0 10px;
}

.category-description {
  color: var(--ink);
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 26px;
}

.category-empty-seo {
  color: var(--ink);
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 48px;
}

.category-empty-seo p {
  margin: 0 0 10px;
}

.category-catalog-title {
  margin-top: 28px !important;
}

.category-listing-content .home-request-section {
  margin-top: 48px;
}

.category-pickup-map .lenremont-map {
  margin-top: 16px;
}

.category-filter-sidebar .filter-block {
  margin-bottom: 16px;
}

.category-filter-sidebar .filter-config .body {
  display: block;
}

.selected-filters,
.category-filter-sidebar .no-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.selected-filters li {
  font-size: 15px;
  line-height: 22px;
  margin: 5px 0;
}

.remove-filter-btn {
  background: var(--orange);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 15px;
  line-height: 15px;
  margin-right: 6px;
  text-align: center;
  width: 15px;
}

.remove-filter-btn:hover {
  color: #fff;
}

.category-brand-filter:not(.open) .body {
  display: none;
}

.root-subcategories {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.root-subcategory {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 5px;
  min-height: 240px;
  padding: 16px;
}

.root-subcategory .thumb {
  align-items: center;
  background: #fff;
  display: flex;
  height: 168px;
  justify-content: center;
  margin-bottom: 12px;
}

.root-subcategory .thumb img {
  max-height: 168px;
  object-fit: contain;
}

.root-subcategory .title {
  color: var(--orange);
  display: block;
  font-size: 16px;
  line-height: 22px;
}

.root-subcategory .title:hover {
  color: var(--blue);
}

.product-row {
  border-radius: 5px;
  background-color: var(--soft);
  border: solid 1px var(--line-dark);
  padding: 16px;
  margin-top: 16px;
  min-height: 174px;
}

.product-row:after {
  content: "";
  display: block;
  clear: both;
}

.product-row .thumb {
  float: left;
  margin-right: 16px;
  width: 140px;
  min-height: 140px;
  background: #fff;
  text-align: center;
}

.product-row .thumb a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
}

.product-row .thumb img {
  max-width: 140px;
  max-height: 140px;
  object-fit: contain;
}

.product-row .price-box {
  float: right;
  width: 232px;
  text-align: center;
  font-size: 16px;
}

.product-row .price-box .prices,
.product-row .price-bottom .prices {
  margin-bottom: 10px;
}

.product-row .info {
  overflow: hidden;
  padding: 4px 16px 0 0;
}

.product-row .product-title {
  color: var(--blue);
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.product-row .product-title:hover {
  color: var(--orange);
}

.sku {
  color: var(--muted);
  font-size: 13px;
  line-height: 18px;
  margin-top: 8px;
}

.price,
.prices .price {
  color: var(--blue);
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.product-row .price-bottom {
  display: none;
}

.button,
.btn,
[type="submit"] {
  display: inline-block;
  text-shadow: none;
  border-radius: 5px;
  background-color: var(--orange);
  border: none;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 16px;
}

.button:hover,
.btn:hover,
[type="submit"]:hover {
  background-color: var(--orange);
  color: #fff;
}

.product-row .button,
.woocommerce .button.product_type_simple,
.woocommerce .button.single_add_to_cart_button,
.button.add_to_cart_button,
.single_add_to_cart_button {
  border-radius: 8px;
  width: 222px;
  height: 44px;
  font-size: 15px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding: 12px 15px;
}

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.pagination a,
.pagination span {
  border: 1px solid var(--orange);
  border-radius: 4px;
  color: var(--orange);
  padding: 6px 10px;
  line-height: 18px;
}

.pagination .active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.pagination .dots {
  border-color: transparent;
  color: var(--ink);
  padding-left: 0;
  padding-right: 0;
}

.product-view {
  display: grid;
  grid-template-columns: minmax(280px, 43%) 1fr;
  gap: 32px;
  align-items: start;
}

.product-view .images {
  min-width: 0;
}

.good__slider {
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 16px;
}

.good__slider img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.good__slider a,
.good__thumbs a {
  cursor: zoom-in;
  display: block;
}

.good__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.good__thumbs div {
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 4px;
}

.good__thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  cursor: pointer;
}

.lz-gallery-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 28px 72px;
  position: fixed;
  z-index: 100020;
}

html.lz-gallery-open,
html.lz-gallery-open body {
  overflow: hidden;
}

.lz-gallery-modal.is-open {
  display: flex;
}

.lz-gallery-stage {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 56px);
  max-width: min(1100px, 100%);
  position: relative;
  width: 100%;
}

.lz-gallery-image {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.45);
  display: block;
  max-height: calc(100vh - 128px);
  max-width: 100%;
  object-fit: contain;
}

.lz-gallery-caption {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
  min-height: 20px;
  text-align: center;
}

.lz-gallery-close,
.lz-gallery-prev,
.lz-gallery-next {
  appearance: none;
  background: rgba(255, 255, 255, 0.14);
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  position: absolute;
  transition: background-color 160ms ease;
}

.lz-gallery-close:hover,
.lz-gallery-prev:hover,
.lz-gallery-next:hover {
  background: rgba(255, 255, 255, 0.24);
}

.lz-gallery-close {
  border-radius: 50%;
  font-size: 32px;
  height: 44px;
  line-height: 40px;
  right: 18px;
  top: 18px;
  width: 44px;
}

.lz-gallery-prev,
.lz-gallery-next {
  border-radius: 3px;
  font-size: 44px;
  height: 74px;
  line-height: 68px;
  margin-top: -37px;
  top: 50%;
  width: 54px;
}

.lz-gallery-prev {
  left: 18px;
}

.lz-gallery-next {
  right: 18px;
}

.lz-gallery-counter {
  bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  left: 0;
  line-height: 18px;
  position: absolute;
  right: 0;
  text-align: center;
}

.summary.entry-summary h1 {
  margin-bottom: 15px;
}

.summary.entry-summary .price > .amount {
  color: var(--blue);
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.product_meta {
  color: #000;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 18px;
}

.product_meta .sku_wrapper {
  float: right;
  margin-left: 20px;
}

.product_meta .posted_in {
  display: block;
}

.product_meta .posted_in a {
  color: var(--blue);
}

.product-city-note {
  background: #f8f8f8;
  border: 1px solid var(--line);
  color: #333;
  font-size: 15px;
  line-height: 22px;
  margin: 12px 0 18px;
  padding: 12px 14px;
}

.stock {
  color: var(--green);
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 16px;
}

.stock.outofstock {
  color: #585858;
}

.cart {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.product-fast-order {
  background:
    repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.018) 0 8px, rgba(255, 255, 255, 0.35) 8px 16px),
    #f6f6f6;
  border: 1px solid var(--line);
  margin: 0 0 20px;
  padding: 16px 14px;
}

.product-fast-order-fields {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-fast-order .field {
  display: block;
  margin: 0;
}

.product-fast-order .field span {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 6px;
}

.product-fast-order input[type="text"] {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  font: inherit;
  height: 38px;
  padding: 0 10px;
  width: 100%;
}

.product-fast-order-controls {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-top: 18px;
}

.product-fast-order-controls .button {
  min-width: 126px;
}

.product-fast-order-controls span {
  color: var(--ink);
  font-size: 15px;
  line-height: 20px;
}

.quantity {
  display: inline-block;
}

.qty {
  width: 63px;
  height: 38px;
  border: 0;
  border-radius: 2px;
  background: #e6e6e6;
  color: var(--ink);
  font: inherit;
  padding: 0 8px;
  text-align: center;
}

.on_dop_info_produc_cart {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
  margin-top: 20px;
}

.on_dop_info_produc_cart_1,
.on_dop_info_produc_cart_2 {
  display: inline-block;
  width: 49.6%;
  vertical-align: top;
  font-size: 13px;
  line-height: 143%;
}

.on_dop_info_produc_cart a {
  text-decoration: underline;
}

.on_dop_info_icon {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.on_dop_info_icon img {
  margin-right: 10px;
}

.on-ico-2 {
  margin-right: 6px;
  margin-top: 10px;
}

.grey_text {
  color: #6f6f6f;
}

.specs {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 18px;
}

.specs th,
.specs td {
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
  text-align: left;
  vertical-align: top;
}

.specs th {
  color: var(--muted);
  font-weight: 400;
  width: 150px;
}

.product-tabs {
  clear: both;
  margin: 36px 0 0;
}

.product-tab-input {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.product-tab-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-tab-labels label {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px 6px 0 0;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  margin-right: 4px;
  padding: 13px 12px;
  text-align: center;
}

#product-tab-description:checked ~ .product-tab-labels label[for="product-tab-description"],
#product-tab-compatibility:checked ~ .product-tab-labels label[for="product-tab-compatibility"],
#product-tab-howto:checked ~ .product-tab-labels label[for="product-tab-howto"] {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.product-tab-panels {
  border: 1px solid var(--line);
  border-top: 2px solid var(--orange);
  padding: 34px 38px;
}

.product-tab-panel {
  display: none;
}

#product-tab-description:checked ~ .product-tab-panels .product-tab-description,
#product-tab-compatibility:checked ~ .product-tab-panels .product-tab-compatibility,
#product-tab-howto:checked ~ .product-tab-panels .product-tab-howto {
  display: block;
}

.product-tab-content {
  font-size: 16px;
  line-height: 1.65;
}

.product-tab-content h3 {
  color: #000;
  font-size: 25px;
  line-height: 31px;
  margin: 0 0 14px;
}

.product-tab-content p {
  margin: 0 0 20px;
}

.product-compat-list {
  margin: 0 0 20px 20px;
  padding: 0;
}

.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid var(--line);
  padding: 13px 10px;
  text-align: left;
  vertical-align: middle;
}

.shop_table th {
  color: var(--muted);
  font-weight: 500;
}

.shop_table .product-thumbnail {
  width: 92px;
}

.shop_table .product-thumbnail img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.shop_table .product-name a {
  color: var(--ink);
  font-weight: 500;
}

.shop_table .product-name p {
  margin: 7px 0 0;
}

.cart-remove-note {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 5px;
}

.cart-total-cell {
  text-align: right !important;
}

.actions {
  text-align: right !important;
}

.actions .button {
  margin-left: 8px;
}

.checkout-button {
  background: var(--blue);
}

#wc_order_form {
  max-width: 760px;
  margin-top: 30px;
  margin-bottom: 60px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e5e5e5;
}

#wc_order_form.wc-lite-form {
  max-width: none;
  margin-top: 24px;
  margin-bottom: 34px;
  background: #fff;
}

#wc_order_form .step-1 {
  display: block;
  clear: both;
  padding-bottom: 15px;
}

#wc_order_form .step-1:after {
  content: "";
  display: block;
  clear: both;
}

#wc_order_form .field {
  float: left;
  width: 50%;
  padding: 15px 15px 0;
  line-height: 15px;
}

#wc_order_form.wc-lite-form .step-1 {
  padding: 22px 16px 18px;
}

#wc_order_form.wc-lite-form .request-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 343px);
  gap: 18px 30px;
}

#wc_order_form.wc-lite-form .field {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 18px;
}

#wc_order_form.wc-lite-form .field span,
#wc_order_form.wc-lite-form .delivery-title {
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 8px;
}

#wc_order_form.wc-lite-form .request-detail-cell {
  grid-column: 1;
}

#wc_order_form.wc-lite-form .request-contact-row,
#wc_order_form.wc-lite-form .model-fields {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

#wc_order_form.wc-lite-form .model-fields,
#wc_order_form.wc-lite-form .delivery-fields {
  display: none;
}

#wc_order_form.wc-lite-form .delivery-fields {
  grid-column: 1 / -1;
}

#wc_order_form.wc-lite-form .delivery-fields label {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 8px;
}

#wc_order_form.wc-lite-form .request-toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  clip: rect(0 0 0 0);
}

#wc_order_form.wc-lite-form .request-toggle-box {
  align-items: center;
  align-self: end;
  background: #f3f3f3;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  gap: 12px;
  line-height: 20px;
  min-height: 48px;
  padding: 12px 14px;
}

#wc_order_form.wc-lite-form .request-switch {
  background: #8b9298;
  border-radius: 18px;
  display: inline-block;
  height: 18px;
  position: relative;
  width: 36px;
}

#wc_order_form.wc-lite-form .request-switch:before {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
  content: "";
  display: block;
  height: 22px;
  left: -1px;
  position: absolute;
  top: -2px;
  transition: left 160ms ease;
  width: 22px;
}

#wc_order_form.wc-lite-form .request-toggle-model:checked ~ .request-form-grid .model-fields {
  display: grid;
}

#wc_order_form.wc-lite-form .request-toggle-delivery:checked ~ .request-form-grid .delivery-fields {
  display: block;
}

#wc_order_form.wc-lite-form .request-toggle-model:checked ~ .request-form-grid label[for="request-know-model"] .request-switch,
#wc_order_form.wc-lite-form .request-toggle-delivery:checked ~ .request-form-grid label[for="request-need-delivery"] .request-switch {
  background: #12b889;
}

#wc_order_form.wc-lite-form .request-toggle-model:checked ~ .request-form-grid label[for="request-know-model"] .request-switch:before,
#wc_order_form.wc-lite-form .request-toggle-delivery:checked ~ .request-form-grid label[for="request-need-delivery"] .request-switch:before {
  left: 15px;
}

#wc_order_form.wc-lite-form .request-help {
  color: #6d4a21;
  font-size: 12px;
  line-height: 15px;
  margin-top: 8px;
  max-width: 330px;
}

#wc_order_form .field-full {
  width: 100%;
}

#wc_order_form .field span {
  display: block;
  margin-bottom: 7px;
}

#wc_order_form input,
#wc_order_form textarea {
  width: 100%;
  border-radius: 3px;
  border: solid 1px var(--line);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  margin: 0;
  padding: 10px 12px;
}

#wc_order_form.wc-lite-form input,
#wc_order_form.wc-lite-form select,
#wc_order_form.wc-lite-form textarea {
  height: 48px;
}

#wc_order_form.wc-lite-form input[type="radio"] {
  height: auto;
  margin: 0 6px 0 0;
  padding: 0;
  width: auto;
}

#wc_order_form input {
  height: 48px;
}

#wc_order_form textarea {
  min-height: 120px;
  resize: vertical;
}

#wc_order_form .controls {
  clear: both;
  text-align: center;
  padding-top: 15px;
}

#wc_order_form.wc-lite-form .controls {
  padding-top: 22px;
}

#wc_order_form.wc-lite-form .controls .button {
  font-size: 14px;
  font-weight: 700;
  padding: 13px 25px;
  text-transform: uppercase;
}

#wc_order_form .footer {
  background-color: var(--soft);
  padding: 15px;
  font-size: 15px;
  line-height: 20px;
}

.x-colophon.bottom {
  background: #f5f5f5;
  color: var(--ink);
  margin-top: 60px;
  padding: 0;
}

.x-colophon.bottom a {
  color: var(--ink);
  font-size: 15px;
}

.x-colophon.bottom a:hover,
.x-colophon.bottom .footer-right a,
.x-colophon.bottom .footer-developer a {
  color: var(--blue);
}

.footer-main {
  display: grid;
  grid-template-columns: 31% 35% 34%;
  gap: 18px;
  min-height: 250px;
  padding-top: 28px;
  padding-bottom: 18px;
}

.footer-category-links,
.x-colophon.bottom .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 27px;
}

.footer-category-links li {
  margin: 0 0 1px;
}

.footer-center {
  text-align: center;
}

.x-colophon.bottom .footer-menu {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-bottom: 28px;
}

.x-colophon.bottom .footer-menu li {
  margin: 0;
}

.footer-payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-payments img {
  display: block;
  width: auto;
  max-height: 35px;
  object-fit: contain;
}

.paykeeper-badge {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 124px;
  height: 34px;
  padding: 2px 9px 3px;
  background: #d71920;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  text-align: left;
}

.paykeeper-badge > span {
  font-size: 17px;
  font-weight: 700;
}

.paykeeper-badge > span > span {
  color: #ffd400;
}

.paykeeper-badge small {
  align-self: flex-end;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

.footer-right {
  line-height: 27px;
  text-align: right;
}

.footer-phone {
  font-weight: 500;
}

.x-colophon.bottom .copyright {
  color: var(--muted);
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 20px;
}

.footer-developer {
  text-align: right;
  white-space: nowrap;
}

.x-scroll-top {
  position: fixed;
  z-index: 1031;
  bottom: 10px;
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: -75px;
  border: 2px solid #272727;
  border-radius: 100%;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
  color: #272727;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  transition: margin-bottom 0.6s ease, opacity 0.3s ease;
}

.x-scroll-top.right {
  right: 10px;
}

.x-scroll-top.left {
  left: 10px;
}

.x-scroll-top.in {
  margin-bottom: 0;
  opacity: 0.375;
}

.x-scroll-top:hover,
.x-scroll-top:focus {
  color: #272727;
  opacity: 1;
  outline: none;
}

.x-scroll-top .x-icon-arrow-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.x-scroll-top .x-icon-arrow-up:before {
  content: "";
  display: block;
  width: 19px;
  height: 21px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 979px) {
  .x-navbar .desktop .x-nav > li > a,
  .x-navbar .desktop .x-nav > li > label {
    padding: 0 7px;
    font-size: 14px;
  }

  .x-brand img {
    width: 112px;
  }

  .product-view {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 767px) {
  .x-container.max.width {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .only-desktop,
  .x-nav-wrap.desktop {
    display: none;
  }

  h2,
  h3,
  .like-h2 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }

  .x-topbar {
    height: 0;
    padding: 0;
    z-index: 100002;
  }

  .site-alert-bar {
    font-size: 13px;
    line-height: 34px;
    min-height: 34px;
    padding: 0 12px;
  }

  .city-modal {
    padding: 18px 12px;
  }

  .city-modal__dialog {
    max-height: calc(100vh - 36px);
    padding: 24px 18px 22px;
  }

  .city-modal h2 {
    margin-right: 36px;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
  }

  .city-modal p {
    font-size: 14px;
    line-height: 20px;
  }

  .city-modal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 10px;
  }

  .x-topbar-inner {
    background: transparent;
    min-height: 0;
  }

  .x-topbar .p-info > .on_top_tab {
    display: none;
  }

  .mobile-menu-close-btn {
    display: block;
    position: fixed;
    z-index: 100004;
    top: 0;
    right: 100%;
    height: 48px;
    width: 48px;
    padding: 12px;
    background: var(--orange);
    transition: right 300ms ease;
    cursor: pointer;
  }

  .mobile-menu-toggle:checked ~ .x-topbar .mobile-menu-close-btn {
    right: 0;
  }

  .masthead-inline {
    margin-bottom: 14px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  }

  .x-navbar,
  .x-navbar-inner {
    min-height: 48px;
  }

  .x-navbar .x-container {
    height: 48px;
    min-height: 48px;
    padding: 0 15px;
  }

  .mobile-menu-btn {
    display: block;
    float: left;
    padding: 16px;
    margin-left: -16px;
    height: 48px;
    width: 52px;
    line-height: 0;
    cursor: pointer;
  }

  .x-navbar-inner .x-brand {
    margin-top: 2px;
    padding-right: 0;
  }

  .x-navbar-inner .x-brand img {
    width: 98px;
  }

  .mobile-actions {
    display: block;
    float: right;
    height: 48px;
    margin-right: -15px;
  }

  .x-btn-navbar-search.mobile {
    display: block;
    float: left;
    padding: 16px;
    height: 48px;
    width: 48px;
    line-height: 0;
    cursor: pointer;
  }

  .woo-mobile-cart {
    float: left;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 0;
    padding: 15px;
    position: relative;
    border-left: 1px solid var(--line-dark);
  }

  .woo-mobile-cart .cnt {
    display: inline-block;
    color: #fff;
    background: var(--blue);
    border-radius: 10px;
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-size: 12px;
    line-height: 16px;
    min-width: 16px;
    text-align: center;
  }

  .x-searchform-panel {
    height: 48px;
    opacity: 0;
    z-index: -1;
  }

  .mobile-search-toggle:checked ~ .masthead-inline .x-searchform-panel {
    height: 48px;
    opacity: 1;
    z-index: 40;
  }

  .x-searchform-panel-inner,
  .x-searchform-panel form,
  .x-searchform-panel #s {
    height: 48px;
  }

  .x-searchform-panel .search-icon {
    width: 48px;
  }

  .x-searchform-panel #s {
    padding: 0 48px 0 0;
  }

  .x-searchform-panel button {
    display: none;
  }

  .x-searchform-panel .close {
    width: 48px;
    height: 48px;
    padding: 12px;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    z-index: 100003;
    top: 0;
    left: -100%;
    width: calc(100% - 48px);
    max-width: 360px;
    height: 100%;
    background: #fff;
    transition: left 300ms ease;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  }

  .mobile-menu-toggle:checked ~ .mobile-menu {
    left: 0;
  }

  .mobile-menu-back {
    display: block;
    position: fixed;
    z-index: 100002;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease;
  }

  .mobile-menu-toggle:checked ~ .mobile-menu-back {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu-scroll {
    overflow-y: auto;
    height: calc(100% - 48px);
    padding: 48px 24px 20px;
  }

  .mobile-menu-title {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 48px);
    max-width: 360px;
    height: 48px;
    background: #242424;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 14px 24px;
    transition: left 300ms ease;
  }

  .mobile-menu-toggle:checked ~ .mobile-menu .mobile-menu-title {
    left: 0;
  }

  .mobile-menu .x-nav {
    position: static;
    padding: 0;
    margin-bottom: 15px;
  }

  .mobile-menu .x-nav li {
    border-bottom: 1px solid #f0f0f0;
  }

  .mobile-menu .x-nav a {
    display: block;
    color: var(--ink);
    padding: 12px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
  }

  .mobile-menu .info {
    margin-top: 15px;
  }

  .mobile-city-select {
    margin-bottom: 10px;
    color: var(--ink);
    font-size: 14px;
    line-height: 20px;
  }

  .mobile-city-select a {
    color: var(--orange);
    font-weight: 700;
  }

  .mobile-menu .info .phones a,
  .mobile-menu .info .msg-links a {
    display: block;
    color: var(--blue);
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .mobile-callback {
    display: block;
    position: fixed;
    bottom: 0;
    left: -100%;
    width: calc(100% - 48px);
    max-width: 360px;
    height: 48px;
    background: var(--blue);
    color: #fff;
    transition: left 300ms ease;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 14px;
  }

  .mobile-callback:hover {
    color: #fff;
  }

  .mobile-menu-toggle:checked ~ .mobile-menu .mobile-callback {
    left: 0;
  }

  .site-container {
    display: block;
  }

  .site-container .sidebar-side,
  .site-container .content-side {
    width: 100%;
    padding: 10px 0 0;
  }

  .filter-block {
    margin-bottom: 12px;
  }

  .site-container .sidebar-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 12px;
    margin-bottom: 16px;
  }

  .filter-block .head {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.4px;
    padding: 6px 1px;
  }

  .filter-block .body {
    display: none;
  }

  .root-categories {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
  }

  .root-categories > li {
    min-height: 0;
    padding: 0;
  }

  .root-categories > li a {
    min-height: 0;
    padding: 16px 14px;
    text-align: left;
  }

  .root-categories > li a span {
    float: left;
    width: 55px;
    height: 55px;
    margin: 0 13px 0 0;
  }

  .root-categories > li img {
    max-height: 53px;
  }

  .root-categories > li a:after {
    content: "";
    display: block;
    clear: both;
  }

  .delivery-callouts,
  .contact-hero,
  .location-grid,
  .feature-grid,
  .category-why-grid,
  .category-service-cards,
  .information-contact-grid,
  .guarantee-lead,
  .guarantee-links,
  .two-column {
    grid-template-columns: 1fr;
  }

  .brand-directory {
    column-count: 1;
  }

  .category-matrix-content h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }

  .root-subcategories {
    grid-template-columns: 1fr;
  }

  .root-subcategory {
    min-height: 0;
    padding: 14px;
  }

  .root-subcategory .thumb {
    float: left;
    height: 78px;
    margin: 0 14px 0 0;
    width: 92px;
  }

  .root-subcategory .thumb img {
    max-height: 78px;
  }

  .root-subcategory .title {
    font-size: 17px;
    line-height: 22px;
    padding-top: 14px;
  }

  .root-subcategory:after {
    clear: both;
    content: "";
    display: block;
  }

  .legacy-delivery-tail .right-link {
    display: block;
    float: none;
    margin-bottom: 6px;
    text-align: right;
  }

  .category-old-tail {
    margin-top: 34px;
  }

  .category-old-tail h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .category-why-list {
    padding-left: 38px;
  }

  .category-why-list li {
    font-size: 15px;
    line-height: 21px;
    padding: 10px 0;
  }

  .category-why-list li:before {
    height: 22px;
    left: -34px;
    top: 10px;
    width: 22px;
  }

  .category-stock-button {
    max-width: none;
  }

  .category-delivery-info .right-link {
    display: block;
    float: none;
    margin-bottom: 6px;
    text-align: right;
  }

  .category-map-tabs {
    grid-template-columns: 1fr;
  }

  .category-map-tabs label + label {
    border-left: 1px solid var(--line);
  }

  .category-map-panel {
    padding: 8px;
  }

  .category-map-panel .lenremont-map {
    min-height: 340px;
  }

  .lenremont-map {
    min-height: 320px;
  }

  .map-fallback {
    min-height: 320px;
  }

  .contact-card {
    padding: 22px 15px;
  }

  .feature-box {
    grid-template-columns: 56px 1fr;
    gap: 14px;
  }

  .feature-box img {
    max-width: 56px;
  }

  .index-stars-list {
    margin-left: 38px;
  }

  .index-stars-list li {
    font-size: 15px;
    line-height: 21px;
  }

  .repair-page > h1 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 18px;
  }

  .repair-lead {
    display: block;
    margin-bottom: 20px;
  }

  .repair-lead-icon {
    display: none;
  }

  .repair-lead h2,
  .repair-info-block h2 {
    font-size: 23px;
    line-height: 29px;
    text-align: center;
  }

  .repair-service-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 18px 0 34px;
  }

  .repair-service-card img {
    width: min(262px, 100%);
  }

  .product-row .thumb {
    margin: 0;
    width: 100%;
    float: none;
  }

  .product-row .thumb a {
    width: 100%;
    height: 180px;
  }

  .product-row .thumb img {
    max-width: 100%;
    max-height: 180px;
  }

  .product-row .info {
    margin-top: 10px;
    padding: 0;
    text-align: center;
  }

  .product-row .price-box {
    display: none;
  }

  .product-row .price-bottom {
    display: block;
    margin-top: 12px;
  }

  .product-row .price-bottom .prices {
    text-align: center;
  }

  .product-row .price-bottom .button {
    display: block;
    width: 100%;
  }

  .product-view {
    display: block;
  }

  .lz-gallery-modal {
    padding: 18px 44px;
  }

  .lz-gallery-image {
    max-height: calc(100vh - 110px);
  }

  .lz-gallery-close {
    height: 38px;
    line-height: 34px;
    right: 10px;
    top: 10px;
    width: 38px;
  }

  .lz-gallery-prev,
  .lz-gallery-next {
    font-size: 36px;
    height: 58px;
    line-height: 52px;
    margin-top: -29px;
    width: 36px;
  }

  .lz-gallery-prev {
    left: 4px;
  }

  .lz-gallery-next {
    right: 4px;
  }

  .summary.entry-summary {
    margin-top: 20px;
  }

  .product_meta .sku_wrapper {
    float: none;
    display: block;
    margin: 0 0 10px;
  }

  .cart {
    display: block;
  }

  .cart .quantity {
    margin-bottom: 12px;
  }

  .single_add_to_cart_button {
    width: 100%;
  }

  .product-fast-order {
    padding: 14px;
  }

  .product-fast-order-fields {
    grid-template-columns: 1fr;
  }

  .product-fast-order-controls {
    align-items: stretch;
    display: block;
  }

  .product-fast-order-controls .button {
    display: block;
    width: 100%;
  }

  .product-fast-order-controls span {
    display: block;
    margin-top: 10px;
    text-align: center;
  }

  .on_dop_info_produc_cart {
    border-top: 0;
    border-bottom: 0;
  }

  .on_dop_info_produc_cart_1,
  .on_dop_info_produc_cart_2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-tabs {
    margin-top: 24px;
  }

  .product-tab-labels {
    display: block;
  }

  .product-tab-labels label {
    display: block;
    margin: 0 0 -1px;
    border-radius: 0;
  }

  .product-tab-panels {
    padding: 22px 14px;
  }

  .product-tab-content h3 {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }

  .shop_table thead {
    display: none;
  }

  .shop_table,
  .shop_table tbody,
  .shop_table tr,
  .shop_table td {
    display: block;
    width: 100%;
  }

  .shop_table tr {
    border-bottom: 1px solid var(--line);
    padding: 12px 0;
  }

  .shop_table td {
    border: 0;
    padding: 6px 0;
  }

  .shop_table .product-thumbnail {
    width: 100%;
    text-align: center;
  }

  .shop_table .product-thumbnail img {
    width: 120px;
    height: 120px;
  }

  .actions {
    text-align: left !important;
  }

  .actions .button {
    display: block;
    width: 100%;
    margin: 8px 0 0;
  }

  #wc_order_form {
    margin-bottom: 30px;
  }

  #wc_order_form.wc-lite-form .step-1 {
    padding: 18px 14px;
  }

  #wc_order_form.wc-lite-form .request-form-grid,
  #wc_order_form.wc-lite-form .request-contact-row,
  #wc_order_form.wc-lite-form .model-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #wc_order_form.wc-lite-form .model-fields,
  #wc_order_form.wc-lite-form .delivery-fields {
    display: none;
  }

  #wc_order_form.wc-lite-form .request-toggle-model:checked ~ .request-form-grid .model-fields,
  #wc_order_form.wc-lite-form .request-toggle-delivery:checked ~ .request-form-grid .delivery-fields {
    display: grid;
  }

  #wc_order_form.wc-lite-form .request-toggle-box {
    align-self: auto;
  }

  #wc_order_form .field {
    width: 100%;
    float: none;
  }

  #wc_order_form .footer {
    font-size: 13px;
    line-height: 16px;
  }

  .footer-main {
    display: block;
    min-height: 0;
    padding: 22px 15px;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    text-align: center;
  }

  .footer-category-links {
    margin-bottom: 20px;
  }

  .x-colophon.bottom .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    margin-bottom: 18px;
  }

  .footer-payments {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .footer-right {
    margin-bottom: 18px;
  }

  .footer-bottom {
    display: block;
    margin-top: 14px;
    text-align: center;
  }

  .x-colophon.bottom .copyright {
    text-align: center;
  }

  .footer-developer {
    margin-top: 8px;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 375px) {
  .x-container.max.width {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .city-modal__grid {
    grid-template-columns: 1fr;
  }
}
