:root {
  --modern-bg: #f6f8fb;
  --modern-surface: #ffffff;
  --modern-ink: #0f172a;
  --modern-muted: #64748b;
  --modern-line: #dbe3ee;
  --modern-brand: #0f766e;
  --modern-brand-dark: #115e59;
  --modern-accent: #f59e0b;
  --modern-danger: #dc2626;
  --modern-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

/* Catalog upgrade, 2026-07-07 */
.catalog-fast-panel,
.catalog-inline-request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid #d9e6e4;
  border-radius: 8px;
  background: #f7fbfa;
}

.catalog-fast-panel__main,
.catalog-inline-request > div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.catalog-fast-panel__title,
.catalog-inline-request strong {
  color: #102a3d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.catalog-fast-panel__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-fast-panel__links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #c9dedb;
  border-radius: 8px;
  color: #0f766e !important;
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.catalog-fast-panel__links a:hover {
  border-color: #0f766e;
  background: #ecfdf5;
}

.catalog-fast-panel__request,
.catalog-inline-request__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff !important;
  background: #ef3f2d !important;
  box-shadow: 0 12px 26px rgba(239, 63, 45, .22);
  font-weight: 900;
  text-decoration: none !important;
}

.catalog-fast-panel__request:hover,
.catalog-inline-request__button:hover {
  background: #d93627 !important;
}

.catalog-inline-request {
  margin: 0 0 14px;
  background: #fff7ed;
  border-color: #fed7aa;
}

.catalog-inline-request span {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
}

.catalog-filter-compact .bx_filter_parameters_box:nth-of-type(n+5) {
  display: none !important;
}

.catalog-filter-compact.catalog-filter-compact--expanded .bx_filter_parameters_box {
  display: block !important;
}

.catalog-filter-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 24px);
  min-height: 40px;
  margin: 12px;
  border: 1px solid #c9dedb;
  border-radius: 8px;
  color: #0f766e;
  background: #ffffff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.catalog-filter-more:hover {
  background: #ecfdf5;
}

.catalog-tree-filter--compact:not(.catalog-tree-filter--expanded) .catalog-tree-filter__box-section:nth-of-type(n+6) {
  display: none !important;
}

.catalog-tree-filter__more {
  width: calc(100% - 32px);
  margin: 12px 16px;
}

.catalog-wrap .content-block,
.products,
.products-block.table .tbody {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.product.tr.products__card .add-to-cart {
  position: relative;
}

.product.tr.products__card .add-to-cart:after {
  content: ">";
  font-size: 18px;
  font-weight: 900;
}

@media (min-width: 961px) {
  .product.tr.products__card {
    grid-template-columns: 86px minmax(320px, 1fr) 112px 58px 150px 116px !important;
  }
}

@media (max-width: 760px) {
  .catalog-fast-panel,
  .catalog-inline-request {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-fast-panel__request,
  .catalog-inline-request__button {
    width: 100%;
  }
}

.catalog-view-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.catalog-view-toolbar__label {
  color: var(--modern-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-view-toggle {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #f8fafc;
}

.catalog-view-toggle__button {
  min-height: 38px;
  padding: 0 16px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--modern-muted) !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.catalog-view-toggle__button.is-active {
  background: var(--modern-brand) !important;
  color: #fff !important;
}

.catalog-list-head,
.catalog-list-code,
.catalog-list-stock {
  display: none;
}

.products.products--list-view {
  display: block !important;
  overflow-x: auto;
  padding-bottom: 4px;
}

.products.products--list-view .catalog-list-head {
  display: grid;
  grid-template-columns: minmax(360px, 1.8fr) 110px 120px 116px 62px 150px 112px;
  min-width: 1050px;
  padding: 12px 14px;
  border: 1px solid var(--modern-line);
  border-radius: 8px 8px 0 0;
  background: #eef5f4;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.products.products--list-view .products__card {
  display: grid !important;
  grid-template-columns: minmax(360px, 1.8fr) 110px 120px 116px 62px 150px 112px;
  align-items: center;
  gap: 0;
  min-width: 1050px;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}

.products.products--list-view .products__card:nth-child(even) {
  background: #fbfdff !important;
}

.products.products--list-view .products__card:hover {
  transform: none;
  background: #f7fbfa !important;
}

.products.products--list-view .products__card > .td {
  min-height: 58px;
  padding: 10px 14px !important;
  border-right: 1px solid #e8eef2;
}

.products.products--list-view .photo {
  display: none !important;
}

.products.products--list-view .item {
  display: block !important;
}

.products.products--list-view .item .name {
  color: var(--modern-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.products.products--list-view .artnumber,
.products.products--list-view .product-stock-line {
  display: none !important;
}

.products.products--list-view .catalog-list-code,
.products.products--list-view .catalog-list-stock {
  display: flex;
  align-items: center;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.catalog-list-muted {
  color: #94a3b8;
}

.products.products--list-view .product-drums {
  margin-top: 6px;
}

.products.products--list-view .quantity {
  display: flex !important;
  justify-content: center;
}

.products.products--list-view .measure,
.products.products--list-view .price-wrap,
.products.products--list-view .add-to-cart-wrap {
  display: flex !important;
  align-items: center;
}

.products.products--list-view .price-wrap .lower {
  font-size: 14px !important;
  white-space: nowrap;
}

.products.products--list-view .price-request-note {
  display: none !important;
}

.products.products--list-view .add-to-cart {
  width: 42px !important;
  min-width: 42px !important;
  height: 38px !important;
  border-radius: 8px !important;
}

@media (max-width: 760px) {
  .catalog-view-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-view-toggle,
  .catalog-view-toggle__button {
    width: 100%;
  }

  .products.products--list-view .catalog-list-head,
  .products.products--list-view .products__card {
    grid-template-columns: minmax(300px, 1.8fr) 96px 110px 108px 54px 132px 98px;
    min-width: 898px;
  }
}

html,
body {
  background: var(--modern-bg) !important;
  color: var(--modern-ink);
  font-family: Ubuntu, "Open Sans", Arial, sans-serif;
  letter-spacing: 0;
}

html {
  height: auto !important;
  min-height: 100% !important;
  overflow-y: scroll !important;
}

body {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

a {
  color: var(--modern-brand);
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

a:hover {
  color: var(--modern-brand-dark);
}

.wrapper,
.wrapper-under,
.content-wrapper,
.content,
.main {
  background: transparent !important;
}

.container,
.content-wrapper {
  max-width: 1320px !important;
}

.content-wrapper {
  margin: 0 auto;
  padding-inline: 20px;
}

.header,
header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(15, 23, 42, .08);
}

.header__container,
.header-info-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: 20px;
}

.logo-wrap,
.header__logo {
  width: 245px !important;
  min-width: 245px !important;
  max-width: 245px !important;
  height: 58px !important;
  background-image: url("/local/templates/main/img/logo-uks-refresh-v1@4x.png") !important;
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  filter: drop-shadow(0 6px 16px rgba(15, 23, 42, .12));
}

.phone-wrap {
  display: grid !important;
  position: relative;
  min-width: 248px;
  padding: 8px 12px 8px 44px;
  border: 1px solid rgba(15, 118, 110, .14);
  border-radius: 8px !important;
  background: linear-gradient(135deg, rgba(236, 253, 245, .92), rgba(255, 255, 255, .96));
  color: var(--modern-ink);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .055);
  box-sizing: border-box;
}

.phone-wrap:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 8px;
  background:
    var(--modern-brand)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.1 5.18 2 2 0 0 1 5.11 3h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.6a2 2 0 0 1-.45 2.11L9 10.71a16 16 0 0 0 4.29 4.29l1.28-1.28a2 2 0 0 1 2.11-.45c.83.29 1.7.5 2.6.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E")
    center / 15px 15px no-repeat;
}

.phone-wrap .phone {
  margin: 0 !important;
  line-height: 1 !important;
}

.phone-wrap .phone a {
  color: #0f172a !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.connect__mail-social {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 2px 8px;
  margin-top: 2px;
  line-height: 1.15;
}

.connect__mail-social a {
  color: #0f766e !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.connect__mail-social a:hover {
  color: #115e59 !important;
}

@media (max-width: 960px) and (min-width: 721px) {
  .logo-wrap,
  .header__logo {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    height: 58px !important;
  }
}

@media (max-width: 720px) {
  .logo-wrap,
  .header__logo {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    height: 48px !important;
    background-position: left center !important;
    background-size: contain !important;
  }
}

.button,
button,
.catalog-button,
.menu-button,
.basket-header,
.form-send-request-with-file,
.form-create-request,
.form-request-call,
.link-shopping a,
.button-buy,
.to_cart,
.add-to-cart {
  border-radius: 8px !important;
}

.social-connect,
.social-footer,
.tg-ico,
.tg-ico-footer,
.tg-ico-contacts,
a[href*="t.me"] {
  display: none !important;
}

.catalog-button,
.link-shopping a,
.button-buy,
.add-to-cart {
  background: var(--modern-brand) !important;
  color: #fff !important;
  border-color: var(--modern-brand) !important;
  box-shadow: 0 14px 28px rgba(15, 118, 110, .2);
}

.catalog-button:hover,
.link-shopping a:hover,
.button-buy:hover,
.add-to-cart:hover {
  background: var(--modern-brand-dark) !important;
}

.intro {
  padding: 30px 0 !important;
}

.intro__container,
.intro__slide {
  border-radius: 8px;
  overflow: hidden;
}

.intro__content {
  max-width: 720px;
}

.intro__content-title {
  color: #fff !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 1.02 !important;
  font-weight: 800 !important;
  letter-spacing: 0;
}

.intro__content-subtitle {
  max-width: 620px;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

header .header-menu-mobile-wrap {
  position: fixed !important;
  inset: 0 auto 0 -100% !important;
  z-index: 1000 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  overflow: auto !important;
  background: #fff !important;
  opacity: 0 !important;
}

header .header-menu-mobile-wrap.active {
  left: 0 !important;
  opacity: 1 !important;
}

header .header-menu-mobile-wrap .mobile-menu-head,
header .header-menu-mobile-wrap ul.header-menu li a {
  max-width: min(700px, calc(100vw - 40px));
}

header .header-menu-mobile-wrap ul.header-menu {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

header .header-menu-mobile-wrap ul.header-menu li {
  display: flex !important;
  width: 100% !important;
  min-height: 54px !important;
}

header .header-menu-mobile-wrap ul.header-menu li a {
  display: flex !important;
  align-items: center;
  width: min(700px, calc(100vw - 40px)) !important;
  margin: 0 auto !important;
}

@media (min-width: 961px) {
  header .second-block .second-line {
    width: 100% !important;
    max-width: 1280px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }

  header .second-block .second-line .catalog-button {
    flex: 0 0 260px !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    border: 0 !important;
  }

  header .second-block .second-line .header-menu-wrap {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  header .second-block .second-line .header-menu-wrap ul.header-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    min-width: 0 !important;
  }

  header .second-block .second-line .header-menu-wrap ul.header-menu li a {
    padding-left: 9px !important;
    padding-right: 9px !important;
    white-space: nowrap !important;
  }

  header .second-block .second-line .search-icon {
    display: block !important;
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
    margin-left: auto !important;
    border: 1px solid var(--modern-line);
    border-radius: 8px;
    background: url("/local/templates/main/img/search-icon-fixed-header-min.png") center no-repeat var(--modern-surface) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
  }
}

.advanture__content,
.catalog,
.calculators,
.content-block,
.section-wrap,
.filter,
.products-card,
.products__card,
.product_container,
.catalog__card {
  border: 1px solid var(--modern-line) !important;
  border-radius: 8px !important;
  background: var(--modern-surface) !important;
  box-shadow: var(--modern-shadow);
}

.advanture__content {
  padding: 22px !important;
}

.advanture__item {
  min-height: 100%;
  border-radius: 8px;
  padding: 18px !important;
}

.advanture__item-title,
.catalog__title,
.calculators__title,
.products__card-title,
.products-card__title,
.catalog-wrap h1,
.content h1 {
  color: var(--modern-ink) !important;
  font-weight: 800 !important;
  letter-spacing: 0;
}

.catalog-wrap h1,
.content h1 {
  margin: 18px 0 14px !important;
  font-size: clamp(30px, 4vw, 52px) !important;
  line-height: 1.05 !important;
}

.catalog__subtitle,
.calculators__subtitle,
.advanture__item-subtitle,
.products__card-text--grey,
.left-prop,
.breadcrumbs,
.breadcrumbs a {
  color: var(--modern-muted) !important;
}

.catalog__card,
.products-card,
.products__card,
.product_container {
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.catalog__card.active:hover,
.products-card:hover,
.products__card:hover,
.product_container:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 118, 110, .35) !important;
  box-shadow: 0 24px 54px rgba(15, 23, 42, .13);
}

.catalog__row,
.products-card__container .row {
  row-gap: 20px;
}

.products-card__price,
.price-text,
.price-wrap .lower {
  color: var(--modern-danger) !important;
  font-weight: 800 !important;
  font-size: 18px;
}

.product-list-summary {
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 10px 12px;
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, .11), rgba(245, 158, 11, .08)),
    #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.product-list-summary__eyebrow {
  display: none;
  margin-bottom: 6px;
  color: var(--modern-brand);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-list-summary h2 {
  display: none;
  margin: 0;
  color: var(--modern-ink);
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.1;
}

.product-list-summary p {
  max-width: 960px;
  margin: 0;
  color: var(--modern-muted);
  font-size: 13px;
  line-height: 1.35;
}

.product-list-summary__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 0 0 auto;
  justify-content: flex-end;
}

.product-list-summary__facts span {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
  color: var(--modern-ink);
  font-size: 12px;
  font-weight: 800;
}

.price-wrap .lower.price-request,
.price-request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(245, 158, 11, .42);
  border-radius: 8px;
  background: rgba(245, 158, 11, .12);
  color: #92400e !important;
  font-size: 14px !important;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap !important;
}

.price-request-note {
  display: block;
  margin-top: 6px;
  color: var(--modern-muted);
  font-size: 12px;
  line-height: 1.25;
}

.blocks-wrap > .left {
  width: 270px !important;
}

.blocks-wrap > .left .filter-title {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 54px;
  margin: 0 0 12px !important;
  padding: 14px 16px 14px 48px !important;
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(15, 118, 110, .96), rgba(17, 94, 89, .94));
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(15, 118, 110, .18);
  box-sizing: border-box;
}

.blocks-wrap > .left .filter-title:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21v-7'/%3E%3Cpath d='M4 10V3'/%3E%3Cpath d='M12 21v-9'/%3E%3Cpath d='M12 8V3'/%3E%3Cpath d='M20 21v-5'/%3E%3Cpath d='M20 12V3'/%3E%3Cpath d='M2 14h4'/%3E%3Cpath d='M10 8h4'/%3E%3Cpath d='M18 16h4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.blocks-wrap > .left .filter-title .text,
.blocks-wrap > .left .filter-title {
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.blocks-wrap > .left .filter-title .text {
  color: #fff !important;
  opacity: 1 !important;
}

.smartfilter.sidebar {
  display: block !important;
  width: 270px !important;
  padding: 0 !important;
  border: 1px solid rgba(15, 118, 110, .14) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
  overflow: hidden;
}

.smartfilter.sidebar .filter-title-mobile,
.smartfilter.sidebar .exit {
  display: none !important;
}

.smartfilter.sidebar .bx_filter_parameters_box {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--modern-line) !important;
  background: transparent !important;
}

.smartfilter.sidebar .bx_filter_parameters_box:last-child {
  border-bottom: 0 !important;
}

.smartfilter.sidebar .bx_filter_parameters_box_title {
  position: relative;
  display: flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 44px 0 16px !important;
  color: var(--modern-ink) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  cursor: pointer;
  box-sizing: border-box;
}

.smartfilter.sidebar .bx_filter_parameters_box_title:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-right: 2px solid var(--modern-brand);
  border-bottom: 2px solid var(--modern-brand);
  transform: rotate(45deg);
}

.smartfilter.sidebar .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after {
  margin-top: -2px;
  transform: rotate(225deg);
}

.smartfilter.sidebar .bx_filter_block {
  width: auto !important;
  height: 0;
  max-height: 220px;
  margin: 0 !important;
  padding: 0 12px !important;
  overflow: hidden;
  box-sizing: border-box;
}

.smartfilter.sidebar .bx_filter_parameters_box.active .bx_filter_block {
  height: auto;
  max-height: 140px !important;
  padding: 0 12px 14px !important;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: rgba(15, 118, 110, .55) rgba(219, 227, 238, .55);
  scrollbar-width: thin;
}

.smartfilter.sidebar .bx_filter_block::-webkit-scrollbar {
  width: 6px;
}

.smartfilter.sidebar .bx_filter_block::-webkit-scrollbar-track {
  background: rgba(219, 227, 238, .55);
  border-radius: 999px;
}

.smartfilter.sidebar .bx_filter_block::-webkit-scrollbar-thumb {
  background: rgba(15, 118, 110, .65);
  border-radius: 999px;
}

.smartfilter.sidebar .bx_filter_parameters_box_container {
  display: grid;
  gap: 6px;
  width: 100% !important;
  padding-top: 0 !important;
}

.smartfilter.sidebar .flter_chb_container {
  position: relative;
  min-height: 34px !important;
  margin: 0 !important;
}

.smartfilter.sidebar .flter_chb_container input[type="checkbox"] {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 !important;
  accent-color: var(--modern-brand);
  cursor: pointer;
  z-index: 2;
}

.smartfilter.sidebar .bx_filter_param_label {
  position: relative;
  display: flex !important;
  align-items: center !important;
  min-height: 34px !important;
  width: 100% !important;
  padding: 7px 10px 7px 34px !important;
  border: 1px solid transparent;
  border-radius: 8px;
  background: rgba(248, 250, 252, .88);
  color: var(--modern-muted) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-sizing: border-box;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.smartfilter.sidebar .bx_filter_param_label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 1px solid rgba(15, 118, 110, .28);
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

.smartfilter.sidebar .bx_filter_param_label.active:before,
.smartfilter.sidebar input[type="checkbox"]:checked + .bx_filter_param_label:before {
  border-color: var(--modern-brand);
  background: var(--modern-brand);
}

.smartfilter.sidebar .bx_filter_param_label.active:after,
.smartfilter.sidebar input[type="checkbox"]:checked + .bx_filter_param_label:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 5px;
  height: 9px;
  margin-top: -6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.smartfilter.sidebar .bx_filter_param_label:hover,
.smartfilter.sidebar input[type="checkbox"]:checked + .bx_filter_param_label,
.smartfilter.sidebar .bx_filter_param_label.active {
  border-color: rgba(15, 118, 110, .24);
  background: rgba(236, 253, 245, .92);
  color: var(--modern-ink) !important;
  box-shadow: 0 8px 18px rgba(15, 118, 110, .08);
}

.smartfilter.sidebar .bx_filter_param_label .checkbox {
  display: none !important;
}

.smartfilter.sidebar .bx_filter_param_label .name,
.smartfilter.sidebar .bx_filter_param_label .name2 {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.products,
.products-card__container {
  background: transparent !important;
}

.product.tr.products__card {
  display: grid !important;
  grid-template-columns: 92px minmax(220px, 1fr) 118px 64px 178px 58px;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px !important;
  padding: 16px !important;
}

.product.tr.products__card .td {
  width: auto !important;
}

.products-block.table .product.tr.products__card > .price-wrap.td,
.product.tr.products__card .price-wrap {
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.product-image {
  max-width: 86px;
  max-height: 86px;
  object-fit: contain;
}

.product.tr.products__card .name,
.products__card-title {
  color: var(--modern-ink) !important;
  font-size: 17px;
  line-height: 1.35;
}

.artnumber {
  color: var(--modern-muted);
  font-size: 13px;
}

.quantity,
.products__card-counter {
  border-radius: 8px;
  background: #f8fafc;
}

input,
textarea,
select,
.quantity-input,
.numfield {
  border: 1px solid var(--modern-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--modern-ink) !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--modern-brand) !important;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, .14) !important;
  outline: none !important;
}

.catalog_link_h2 {
  display: inline-flex;
  margin: 0;
  color: var(--modern-ink) !important;
  font-size: 22px;
  font-weight: 800;
}

.catalog_link {
  display: inline-flex;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #fff;
  color: var(--modern-brand) !important;
  line-height: 1.25;
}

.catalog_link:hover {
  border-color: var(--modern-brand);
  background: rgba(15, 118, 110, .08);
}

.catalog-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  margin: 18px 0 28px;
  padding: 34px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, .94), rgba(15, 23, 42, .76) 52%, rgba(15, 118, 110, .48)),
    url("/upload/custom-slider/asbl-3x240-hero.png") center right / cover no-repeat;
  color: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .22);
}

.catalog-hero__content,
.catalog-hero__panel {
  position: relative;
  z-index: 1;
}

.catalog-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 700;
}

.catalog-hero h1 {
  max-width: 760px;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 1.02 !important;
}

.catalog-hero__text {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 17px;
  line-height: 1.55;
}

.catalog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.catalog-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--modern-brand);
  border-radius: 8px;
  background: var(--modern-brand);
  color: #fff !important;
  font-weight: 800;
}

.catalog-hero__button--light {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .12);
}

.catalog-hero__panel {
  display: grid;
  gap: 12px;
  align-self: stretch;
}

.catalog-hero__metric {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
}

.catalog-hero__metric span {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.catalog-hero__metric p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.35;
}

.catalog-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 24px;
  align-items: end;
  margin: 10px 0 20px;
}

.catalog-section-heading h2 {
  margin: 0;
  color: var(--modern-ink);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
}

.catalog-section-heading p {
  margin: 0;
  color: var(--modern-muted);
  line-height: 1.55;
}

.catalog-wrap .content-block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.catalog-wrap .content-block br {
  display: none;
}

.catalog-wrap .content-block .columns,
.catalog-wrap .content-block .columns ul,
.catalog-wrap .content-block .columns li {
  display: contents !important;
  column-count: auto !important;
  columns: auto !important;
  list-style: none !important;
}

.catalog-wrap .content-block h2 {
  grid-column: 1 / -1;
  margin: 28px 0 2px;
  padding: 20px 22px;
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, .12), rgba(245, 158, 11, .08)),
    #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.catalog-wrap .content-block h2:first-child {
  margin-top: 0;
}

.catalog-wrap .content-block .catalog_link_h2 {
  font-size: 24px;
  line-height: 1.18;
}

.catalog-wrap .content-block .catalog_link {
  display: flex !important;
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0 !important;
  justify-self: stretch !important;
  align-self: stretch;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 42px 13px 15px;
  position: relative;
  color: var(--modern-brand-dark) !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  word-break: break-word;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .045);
}

.catalog-wrap .content-block .catalog_link:after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--modern-muted);
  font-weight: 800;
}

.catalog-wrap .content-block .catalog_link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, .09);
}

footer,
.footer {
  margin-top: 46px;
  background: #0f172a !important;
  color: #e2e8f0 !important;
}

footer a,
.footer a,
footer .name,
.footer .name {
  color: #fff !important;
}

footer * {
  letter-spacing: 0 !important;
}

footer .first-line {
  padding: 36px 0 30px !important;
}

footer .first-line .parent {
  display: grid !important;
  grid-template-columns: minmax(150px, .78fr) minmax(190px, 1fr) minmax(190px, .95fr) minmax(260px, 1.35fr) !important;
  grid-template-areas:
    "menu contacts address warehouse";
  gap: 18px 24px !important;
  width: min(1280px, calc(100vw - 64px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box;
}

footer .first-line .parent > div {
  width: auto !important;
  min-width: 0 !important;
}

footer .first-line .div1 { grid-area: menu !important; }
footer .first-line .div2 { grid-area: contacts !important; }
footer .first-line .div4 { grid-area: address !important; }
footer .first-line .div6 { grid-area: warehouse !important; }
footer .first-line .div3,
footer .first-line .div5,
footer .first-line .div7 {
  display: none !important;
}

footer .first-line .block,
footer .phone-and-email,
footer .address,
footer .address-sklad {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(226, 232, 240, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  box-sizing: border-box;
}

footer .first-line .footer-menu.block {
  display: grid !important;
  gap: 10px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

footer .footer-menu.block.links a.link {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  color: rgba(255, 255, 255, .94) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

footer .footer-menu.block.links a.link:hover {
  color: #99f6e4 !important;
}

footer .name {
  display: block;
  margin: 0 0 12px !important;
  color: rgba(255, 255, 255, .96) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

footer .phone-and-email .phone {
  margin-bottom: 10px !important;
}

footer .phone-and-email .phone a {
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

footer .email,
footer .email a,
footer .address,
footer .address-sklad,
footer .address-sklad a {
  color: #cbd5e1 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-transform: none !important;
}

footer .email a,
footer .address-sklad a {
  color: #dffaf4 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(153, 246, 228, .45) !important;
  text-underline-offset: 3px;
}

footer .address-sklad {
  overflow-wrap: anywhere;
}

footer .div4 .address:after {
  content: "\412\440\435\43c\44f\20 \440\430\431\43e\442\44b\A\421\20 9:00\20 \434\43e\20 17:30";
  display: block;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 232, 240, .14);
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.55;
  white-space: pre-line;
}

footer .second-line {
  min-height: 0 !important;
  padding: 16px 0 !important;
  border-top: 1px solid rgba(226, 232, 240, .12);
  background: rgba(15, 23, 42, .35) !important;
}

footer .footer-menu-wrap {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1280px, calc(100vw - 64px)) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  color: #94a3b8 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  white-space: normal !important;
}

footer .copyrait {
  width: auto !important;
  max-width: 780px !important;
  color: #94a3b8 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

header .second-block .second-line .header-menu > li:has(> a[href="/catalog/cable/"]),
header .second-block .second-line .header-menu > li.child-ul:has(> a:not([href])) {
  display: none !important;
}

@media (max-width: 760px) {
  footer .first-line .parent {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "contacts"
      "address"
      "warehouse"
      "menu" !important;
    width: min(1000px, calc(100vw - 40px)) !important;
  }
}

@media (max-width: 720px) {
  footer .first-line .parent {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "contacts"
      "address"
      "warehouse"
      "menu" !important;
  }

  footer .first-line .block,
  footer .phone-and-email,
  footer .address,
  footer .address-sklad {
    padding: 16px !important;
  }

  footer .footer-menu-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .content-wrapper {
    padding-inline: 14px;
  }

  .product.tr.products__card {
    grid-template-columns: 80px minmax(0, 1fr) 116px 52px;
    gap: 12px;
    min-height: 0;
  }

  .product.tr.products__card .photo {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .product.tr.products__card .item {
    grid-column: 2;
    grid-row: 1;
  }

  .product.tr.products__card .quantity {
    grid-column: 3;
    grid-row: 1;
  }

  .product.tr.products__card .measure {
    grid-column: 3;
    grid-row: 2;
  }

  .product.tr.products__card .price-wrap {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    width: 100% !important;
    max-width: none !important;
  }

  .product.tr.products__card .add-to-cart-wrap {
    grid-column: 4;
    grid-row: 1 / span 2;
  }

  .product.tr.products__card .photo,
  .product.tr.products__card .td {
    height: auto !important;
  }

  .product.tr.products__card .photo {
    align-self: start;
  }

  .product-image {
    max-width: 76px;
    max-height: 76px;
  }

  .product-list-summary {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
  }

  .product-list-summary__facts {
    display: flex;
    flex-wrap: wrap;
  }

  .product-list-summary__facts span {
    min-height: 30px;
    flex: 1 1 150px;
  }

  .blocks-wrap {
    margin-top: 0 !important;
  }

  .blocks-wrap > .left {
    display: none !important;
  }

  .products-block.table {
    margin-top: 0 !important;
  }

  .product-list-summary h2 {
    font-size: 24px;
  }

  .catalog-wrap h1,
  .content h1 {
    font-size: 32px !important;
  }

  .catalog-hero,
  .catalog-section-heading {
    grid-template-columns: 1fr;
  }

  .catalog-hero {
    padding: 26px;
  }

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

  .catalog-wrap .content-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .catalog-wrap .content-block .catalog_link {
    min-height: 52px;
    padding: 11px 36px 11px 13px;
  }
}

@media (max-width: 640px) {
  .catalog-hero__panel,
  .catalog-wrap .content-block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) and (min-width: 721px) {
  .product-list-summary {
    display: none;
  }
}

/* Header alignment override */
@media (min-width: 961px) {
  header .second-block .first-line {
    display: flex !important;
    align-items: center !important;
    width: min(1280px, calc(100vw - 40px)) !important;
    max-width: 1280px !important;
    height: 76px !important;
    min-height: 76px !important;
    margin: 0 auto !important;
    gap: 14px !important;
    position: relative;
    white-space: normal !important;
  }

  header .second-block .first-line .logo-wrap {
    flex: 0 0 245px !important;
    width: 245px !important;
    min-width: 245px !important;
    max-width: 245px !important;
  }

  header .second-block .first-line .logo-caption {
    position: absolute;
    left: 84px;
    top: 48px;
    z-index: 3;
    display: block;
    color: #0f766e;
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: lowercase;
    white-space: nowrap;
    pointer-events: none;
  }

  header .second-block .first-line .phone-wrap {
    flex: 0 0 236px !important;
    width: 236px !important;
    min-width: 236px !important;
    max-width: 236px !important;
    margin: 0 !important;
    padding: 8px 10px 8px 42px !important;
  }

  header .second-block .first-line .phone-wrap .phone a {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }

  header .second-block .first-line .connect__mail-social a {
    font-size: 10px !important;
  }

  header .second-block .first-line .buttons-wrap {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    gap: 8px !important;
  }

  header .second-block .first-line .buttons-wrap .button {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 150px !important;
    width: auto !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 9px !important;
    font-size: 12px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
  }

  header .basket-header {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    flex: 0 0 142px !important;
    width: 142px !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 7px 44px 7px 14px !important;
    background: var(--modern-surface) !important;
    box-sizing: border-box !important;
  }

  header .basket-header:after {
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  header .second-block .second-line .search-icon,
  header .second-block .second-line .search-icon.block {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 48px !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    border: 1px solid rgba(15, 118, 110, .22) !important;
    border-radius: 8px !important;
    background:
      #fff
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E")
      center / 22px 22px no-repeat !important;
  }
}

header .third-block .search-form form input[name="mr_search"] {
  height: 36px !important;
  padding-right: 58px !important;
  box-sizing: border-box !important;
}

header .third-block .search-form form input.icon {
  display: block !important;
  width: 40px !important;
  height: 34px !important;
  right: 8px !important;
  top: 13px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background:
    var(--modern-brand)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E")
    center / 19px 19px no-repeat !important;
  box-shadow: 0 10px 22px rgba(15, 118, 110, .22) !important;
  cursor: pointer;
}

/* Product detail refresh, 2026-06 */
.catalog-wrap.element {
  max-width: 1220px;
  margin: 0 auto 56px;
  padding: 0 20px;
}
.catalog-wrap.element .bx_item_detail.product { color: #15202f; }
.catalog-wrap.element .bx_item_container {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
  box-shadow: 0 18px 44px rgba(20, 37, 58, 0.1);
}
.catalog-wrap.element .bx_item_container .image {
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: radial-gradient(circle at 20% 20%, rgba(0, 147, 221, 0.12), transparent 32%), linear-gradient(145deg, #eef6fb 0%, #ffffff 68%);
  border: 1px solid #e4edf4;
  overflow: hidden;
}
.catalog-wrap.element .bx_item_container .image img {
  max-width: 92%;
  max-height: 310px;
  object-fit: contain;
}
.catalog-wrap.element .bx_item_container .info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 24px;
}
.catalog-wrap.element h1.name {
  margin: 0 0 18px;
  color: #12243a;
  font-size: 32px;
  line-height: 1.16;
  font-weight: 800;
  text-transform: none;
}
.catalog-wrap.element .preview-properties { display: grid; gap: 10px; }
.catalog-wrap.element .preview-properties .row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e6edf3;
}
.catalog-wrap.element .preview-properties .left { color: #708195; font-size: 13px; }
.catalog-wrap.element .preview-properties .right { color: #15202f; font-size: 15px; font-weight: 700; }
.catalog-wrap.element .price-and-buttons {
  align-self: start;
  padding: 20px;
  border-radius: 8px;
  background: #12243a;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(18, 36, 58, 0.18);
}
.catalog-wrap.element .price-wrap { margin: 0 0 16px; }
.catalog-wrap.element .price-text .lower {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: none;
}
.catalog-wrap.element .quantity {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  height: 44px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}
.catalog-wrap.element .quantity .elem { height: 44px; }
.catalog-wrap.element .quantity .minus, .catalog-wrap.element .quantity .plus { position: relative; cursor: pointer; }
.catalog-wrap.element .quantity .minus:before,
.catalog-wrap.element .quantity .plus:before,
.catalog-wrap.element .quantity .plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}
.catalog-wrap.element .quantity .plus:after { width: 2px; height: 14px; }
.catalog-wrap.element .quantity-input {
  width: 100%;
  height: 44px;
  border: 0;
  color: #ffffff;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.catalog-wrap.element .add-to-cart-wrap { display: grid; gap: 10px; }
.catalog-wrap.element .add-to-cart, .catalog-wrap.element .buy-for-one-click {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.catalog-wrap.element .add-to-cart { background: #ef3f2d; color: #ffffff; box-shadow: 0 10px 22px rgba(239, 63, 45, 0.25); }
.catalog-wrap.element .buy-for-one-click { color: #12243a; background: #ffffff; }
.catalog-wrap.element .add-to-cart:hover, .catalog-wrap.element .buy-for-one-click:hover { transform: translateY(-1px); }
.catalog-wrap.element .properties-wrap {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(20, 37, 58, 0.07);
}
.catalog-wrap.element .properties-wrap .title {
  margin: 0 0 18px;
  color: #12243a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}
.catalog-wrap.element .properties {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}
.catalog-wrap.element .properties .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, .45fr);
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #edf2f6;
}
.catalog-wrap.element .properties .left-name { color: #66768a; line-height: 1.35; }
.catalog-wrap.element .properties .right-value { color: #12243a; font-weight: 800; line-height: 1.35; }
.catalog-wrap.element .properties2 { color: #2f3d4d; font-size: 16px; line-height: 1.65; }
.catalog-wrap.element .properties2 p { margin: 0 0 12px; }
@media (max-width: 1100px) {
  .catalog-wrap.element .bx_item_container,
  .catalog-wrap.element .bx_item_container .info { grid-template-columns: 1fr; }
  .catalog-wrap.element .price-and-buttons { max-width: none; }
}
@media (max-width: 760px) {
  .catalog-wrap.element { padding: 0 12px; }
  .catalog-wrap.element .bx_item_container,
  .catalog-wrap.element .properties-wrap { padding: 16px; }
  .catalog-wrap.element h1.name { font-size: 24px; }
  .catalog-wrap.element .preview-properties .row,
  .catalog-wrap.element .properties,
  .catalog-wrap.element .properties .row { grid-template-columns: 1fr; }
  .catalog-wrap.element .bx_item_container .image { min-height: 240px; }
}

/* Product detail layout fix, 2026-06-03 */
.catalog-wrap.element .bx_item_container {
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
}
.catalog-wrap.element .bx_item_container .info {
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}
.catalog-wrap.element .price-and-buttons {
  position: static !important;
  right: auto !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  min-width: 0;
  margin: 0;
}
.catalog-wrap.element .add-to-cart-wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 760px) {
  .catalog-wrap.element .add-to-cart-wrap {
    grid-template-columns: 1fr;
  }
}

/* Product detail fixed-width reset, 2026-06-03 */
.catalog-wrap.element .bx_item_container {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
}
.catalog-wrap.element .bx_item_container .info {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  min-width: 0;
}
.catalog-wrap.element .price-and-buttons {
  box-sizing: border-box !important;
}

/* Product detail compact price, 2026-06-03 */
.catalog-wrap.element .price-and-buttons { padding: 16px; }
.catalog-wrap.element .price-text .lower { min-height: 0; font-size: 20px; }
.catalog-wrap.element .quantity { margin-bottom: 10px; }
.catalog-wrap.element .add-to-cart,
.catalog-wrap.element .buy-for-one-click { min-height: 42px; }

/* Product detail final three-column polish, 2026-06-03 */
@media (min-width: 1101px) {
  .catalog-wrap.element .bx_item_container {
    grid-template-columns: minmax(240px, 330px) minmax(0, 1fr) !important;
    gap: 24px !important;
    padding: 24px !important;
  }
  .catalog-wrap.element .bx_item_container .image {
    min-height: 300px !important;
  }
  .catalog-wrap.element .bx_item_container .image img {
    max-height: 280px !important;
  }
  .catalog-wrap.element .bx_item_container .info {
    grid-template-columns: minmax(0, 1fr) 250px !important;
    align-items: start !important;
  }
  .catalog-wrap.element .price-and-buttons {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  .catalog-wrap.element .name-and-properties {
    min-width: 0;
  }
  .catalog-wrap.element h1.name {
    font-size: 30px !important;
    line-height: 1.12 !important;
    margin-bottom: 16px !important;
  }
  .catalog-wrap.element .preview-properties .row {
    padding: 10px 12px !important;
  }
  .catalog-wrap.element .add-to-cart-wrap {
    grid-template-columns: 1fr !important;
  }
}

/* Product detail details-column reset, 2026-06-03 */
@media (min-width: 1101px) {
  .catalog-wrap.element .name-and-properties {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-right: 12px;
    box-sizing: border-box !important;
  }
  .catalog-wrap.element .preview-properties,
  .catalog-wrap.element .preview-properties .row {
    width: auto !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }
  .catalog-wrap.element .preview-properties .row {
    grid-template-columns: 150px minmax(0, 1fr) !important;
  }
}

/* Product detail old padding reset, 2026-06-03 */
.catalog-wrap.element .bx_item_container .info {
  padding: 0 !important;
}
.catalog-wrap.element h1.name {
  margin-top: 0 !important;
}

/* Product detail property rows height fix, 2026-06-03 */
.catalog-wrap.element .preview-properties .row {
  height: auto !important;
  min-height: 36px !important;
  overflow: visible !important;
  align-items: center !important;
}
.catalog-wrap.element .preview-properties .left,
.catalog-wrap.element .preview-properties .right {
  line-height: 1.35 !important;
  overflow: visible !important;
}

/* Product detail card min-height fit, 2026-06-03 */
@media (min-width: 1101px) {
  .catalog-wrap.element .bx_item_container {
    min-height: 390px !important;
    align-items: start !important;
  }
}

/* Product detail quick sections and readable props, 2026-06-03 */
@media (min-width: 1101px) {
  .catalog-wrap.element .bx_item_container .info {
    grid-template-columns: minmax(430px, 1fr) 230px !important;
  }
  .catalog-wrap.element .preview-properties .row {
    grid-template-columns: 145px minmax(220px, 1fr) !important;
  }
  .catalog-wrap.element .preview-properties .right {
    white-space: normal !important;
    word-break: normal !important;
  }
  .catalog-wrap.element .price-and-buttons {
    width: 230px !important;
  }
}
.catalog-wrap.element .product-detail-quick-sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 12px;
}
.catalog-wrap.element .product-detail-quick-section {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #dcecf5;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.catalog-wrap.element .product-detail-quick-section:hover {
  color: #ffffff;
  background: rgba(255,255,255,.14);
}
@media (max-width: 1100px) {
  .catalog-wrap.element .product-detail-quick-sections {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .catalog-wrap.element .product-detail-quick-sections {
    grid-template-columns: 1fr;
  }
}

/* Product detail price and info windows, 2026-06-03 */
.catalog-wrap.element .price-wrap,
.catalog-wrap.element .price-text,
.catalog-wrap.element .price-text .lower {
  width: 100% !important;
  justify-content: center !important;
  text-align: center !important;
}
.catalog-wrap.element .price-text .lower {
  display: flex !important;
  padding: 0 4px;
  white-space: normal !important;
}
.catalog-wrap.element .product-detail-quick-sections {
  display: none !important;
}
.catalog-wrap.element .product-info-windows {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.catalog-wrap.element .product-info-windows .properties-wrap {
  margin-top: 0 !important;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.catalog-wrap.element .product-info-windows .properties-wrap .title {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5edf4;
  font-size: 18px;
}
.catalog-wrap.element .product-info-windows .properties2 {
  font-size: 15px;
  line-height: 1.58;
}
@media (max-width: 1100px) {
  .catalog-wrap.element .product-info-windows {
    grid-template-columns: 1fr;
  }
}

/* Product detail technical empty column fix, 2026-06-03 */
.catalog-wrap.element .properties .right.odd:empty {
  display: none !important;
}
.catalog-wrap.element .properties:has(.right.odd:empty) {
  grid-template-columns: minmax(0, 1fr) !important;
}
.catalog-wrap.element .properties:has(.right.odd:empty) .left.odd {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
}
.catalog-wrap.element .properties:has(.right.odd:empty) .left.odd .row {
  min-height: 54px;
}
@media (max-width: 760px) {
  .catalog-wrap.element .properties:has(.right.odd:empty) .left.odd {
    grid-template-columns: 1fr;
  }
}

/* Product detail technical no-row column fix, 2026-06-03 */
.catalog-wrap.element .properties:not(:has(> .right.odd .row)) {
  grid-template-columns: minmax(0, 1fr) !important;
}
.catalog-wrap.element .properties:not(:has(> .right.odd .row)) > .right.odd {
  display: none !important;
}
.catalog-wrap.element .properties:not(:has(> .right.odd .row)) > .left.odd {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 22px !important;
}
.catalog-wrap.element .properties:not(:has(> .right.odd .row)) > .left.odd .row {
  min-height: 54px !important;
}
@media (max-width: 760px) {
  .catalog-wrap.element .properties:not(:has(> .right.odd .row)) > .left.odd {
    grid-template-columns: 1fr !important;
  }
}

/* Product detail technical card rows, 2026-06-03 */
.catalog-wrap.element .properties:not(:has(> .right.odd .row)) > .left.odd .row {
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  align-content: start !important;
  padding: 14px 16px !important;
  border: 1px solid #edf2f6 !important;
  border-radius: 8px !important;
  background: #f7fafc !important;
}
.catalog-wrap.element .properties:not(:has(> .right.odd .row)) > .left.odd .row:nth-child(odd) {
  background: #ffffff !important;
}
.catalog-wrap.element .properties:not(:has(> .right.odd .row)) .left-name,
.catalog-wrap.element .properties:not(:has(> .right.odd .row)) .right-value {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}
.catalog-wrap.element .properties:not(:has(> .right.odd .row)) .right-value {
  font-size: 15px !important;
}

/* Product detail technical full-width cards, 2026-06-03 */
.catalog-wrap.element .properties:not(:has(> .right.odd .row)) > .left.odd {
  width: 100% !important;
  max-width: none !important;
  grid-column: 1 / -1 !important;
}
.catalog-wrap.element .properties:not(:has(> .right.odd .row)) > .left.odd .row {
  width: auto !important;
  max-width: none !important;
}

/* Product detail top rows overflow fix, 2026-06-03 */
.catalog-wrap.element .bx_item_container {
  height: auto !important;
  min-height: 390px !important;
  align-items: stretch !important;
  overflow: visible !important;
}
.catalog-wrap.element .bx_item_container .info {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}
.catalog-wrap.element .name-and-properties {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  align-self: stretch !important;
}
.catalog-wrap.element .preview-properties {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  align-content: start !important;
  gap: 10px !important;
}
.catalog-wrap.element .preview-properties .row {
  min-height: 36px !important;
  height: auto !important;
  padding: 7px 12px !important;
  box-sizing: border-box !important;
}
.catalog-wrap.element .section-props,
.catalog-wrap.element .properties {
  clear: both !important;
}

/* Product detail technical two-column overlap fix, 2026-06-03 */
.catalog-wrap.element .properties:has(> .right.odd .row) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  column-gap: 24px !important;
  align-items: start !important;
}
.catalog-wrap.element .properties:has(> .right.odd .row) > .left.odd,
.catalog-wrap.element .properties:has(> .right.odd .row) > .right.odd {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: start !important;
}
.catalog-wrap.element .properties:has(> .right.odd .row) .row {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
.catalog-wrap.element .properties:has(> .right.odd .row) .left-name,
.catalog-wrap.element .properties:has(> .right.odd .row) .right-value {
  min-width: 0 !important;
  max-width: 100% !important;
}
@media (max-width: 900px) {
  .catalog-wrap.element .properties:has(> .right.odd .row) {
    grid-template-columns: 1fr !important;
  }
}

/* Product detail price quick links return, 2026-06-03 */
.catalog-wrap.element .price-and-buttons .product-detail-quick-sections {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
  margin-top: 14px !important;
  width: 100% !important;
}
.catalog-wrap.element .price-and-buttons .product-detail-quick-section {
  min-height: 30px !important;
  justify-content: center !important;
  padding: 7px 8px !important;
  border-radius: 8px !important;
  color: #e7f4f7 !important;
  background: rgba(255, 255, 255, .09) !important;
  border-color: rgba(255, 255, 255, .18) !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}
.catalog-wrap.element .price-and-buttons .product-detail-quick-section:hover {
  color: #ffffff !important;
  background: rgba(0, 129, 116, .55) !important;
}

/* Product detail price quick links compact, 2026-06-03 */
.catalog-wrap.element .price-and-buttons .product-detail-quick-sections {
  gap: 6px !important;
  margin-top: 12px !important;
}
.catalog-wrap.element .price-and-buttons .product-detail-quick-section {
  min-height: 28px !important;
  height: auto !important;
  padding: 6px 8px !important;
  font-size: 11px !important;
}

/* Header basket exist position fix, 2026-06-03 */
header .second-block .first-line > .basket-header.exist {
  position: relative !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  flex: 0 0 142px !important;
  width: 142px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 6px 44px 6px 14px !important;
  display: block !important;
  align-self: center !important;
  background: #2c6d88 !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
header .second-block .first-line > .basket-header.exist .text,
header .second-block .first-line > .basket-header.exist .sum {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  line-height: 16px !important;
  white-space: nowrap !important;
  color: #ffffff !important;
}
header .second-block .first-line > .basket-header.exist .text {
  font-size: 12px !important;
  font-family: "Ubuntu Medium", Arial, sans-serif !important;
}
header .second-block .first-line > .basket-header.exist .sum,
header .second-block .first-line > .basket-header.exist .sum .quantity-of-products,
header .second-block .first-line > .basket-header.exist .sum .sum-measure {
  font-size: 11px !important;
  font-family: "Ubuntu Medium", Arial, sans-serif !important;
  color: #ffffff !important;
}
header .second-block .first-line > .basket-header.exist:after {
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* Modern cart page */
body[data-ptype="cart"] .main {
  background: #f4f7f8;
  padding: 34px 0 56px;
}
body[data-ptype="cart"] .cart-list,
body[data-ptype="cart"] .order {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 24px;
}
body[data-ptype="cart"] .cart__content,
body[data-ptype="cart"] .order .container {
  width: 100%;
  max-width: none;
  padding: 0;
}
body[data-ptype="cart"] .cart-list__items,
body[data-ptype="cart"] .order__content {
  background: #fff;
  border: 1px solid rgba(13, 67, 76, .1);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(11, 42, 48, .08);
}
body[data-ptype="cart"] .cart-list__items {
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
  overflow: hidden;
}
body[data-ptype="cart"] .cart-list__item {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 150px 170px 150px 112px;
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid #e6eef0;
}
body[data-ptype="cart"] .cart-list__headline {
  background: #0f5963;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}
body[data-ptype="cart"] .cart-list__item-name a {
  color: #103c43;
  font-weight: 700;
  text-decoration: none;
}
body[data-ptype="cart"] .cart-list__item-price,
body[data-ptype="cart"] .cart-list__item-summ {
  color: #0d434c;
  font-weight: 700;
}
body[data-ptype="cart"] .cart-list__item-delete {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  background: #fff1f1;
  border: 1px solid #ffd7d7;
  color: #b42323;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  font-family: inherit;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
body[data-ptype="cart"] .cart-list__item-delete:hover {
  background: #d93636;
  border-color: #d93636;
  color: #ffffff;
  transform: translateY(-1px);
}
body[data-ptype="cart"] .cart-list__item-delete img {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(25%) sepia(71%) saturate(2269%) hue-rotate(340deg) brightness(88%) contrast(91%);
}
body[data-ptype="cart"] .cart-list__item-delete:hover img {
  filter: brightness(0) invert(1);
}
body[data-ptype="cart"] .cart-list__total {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 18px 22px;
  background: #123f48;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 800;
}
body[data-ptype="cart"] .order__content {
  padding: 28px;
}
body[data-ptype="cart"] .order__title {
  margin: 0 0 22px;
  color: #103c43;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
}
body[data-ptype="cart"] .order__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
}
body[data-ptype="cart"] .order__title,
body[data-ptype="cart"] .order__form-container,
body[data-ptype="cart"] .order__form-wrapper:has(textarea),
body[data-ptype="cart"] .order__form-wrapper-checkbox,
body[data-ptype="cart"] .order_error,
body[data-ptype="cart"] .order__form-submit {
  grid-column: 1 / -1;
}
body[data-ptype="cart"] .order__form-name {
  margin-bottom: 7px;
  color: #355963;
  font-size: 14px;
  font-weight: 700;
}
body[data-ptype="cart"] .order__form-input,
body[data-ptype="cart"] textarea.order__form-input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7e2e5;
  border-radius: 8px;
  background: #f8fbfb;
  color: #102f36;
  padding: 11px 13px;
  font-size: 15px;
  box-sizing: border-box;
}
body[data-ptype="cart"] textarea.order__form-input {
  min-height: 110px;
  resize: vertical;
}
body[data-ptype="cart"] .order__form-help {
  margin-top: 8px;
  color: #6b7f86;
  font-size: 13px;
}
body[data-ptype="cart"] .order__form-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #244d56;
}
body[data-ptype="cart"] .button-default--cart {
  min-width: 210px;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: #0f7f73;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
body[data-ptype="cart"] .order__footer {
  margin-top: 14px;
  color: #6b7f86;
  font-size: 13px;
}


/* Compact cart checkout form */
body[data-ptype="cart"] .order__content {
  padding: 20px 22px;
}
body[data-ptype="cart"] .order__title {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.2;
}
body[data-ptype="cart"] .order__form {
  gap: 10px 16px;
}
body[data-ptype="cart"] .order__form-name {
  margin-bottom: 5px;
  font-size: 13px;
}
body[data-ptype="cart"] .order__form-input,
body[data-ptype="cart"] textarea.order__form-input {
  min-height: 38px;
  padding: 8px 11px;
  font-size: 14px;
}
body[data-ptype="cart"] textarea.order__form-input {
  min-height: 78px;
}
body[data-ptype="cart"] .order__form-help,
body[data-ptype="cart"] .order__footer {
  margin-top: 6px;
  font-size: 12px;
}
body[data-ptype="cart"] .button-default--cart {
  min-width: 184px;
  height: 40px;
  font-size: 13px;
}

@media (max-width: 900px) {
  body[data-ptype="cart"] .cart-list,
  body[data-ptype="cart"] .order { width: min(100% - 24px, 1180px); }
  body[data-ptype="cart"] .cart-list__item { grid-template-columns: 1fr; }
  body[data-ptype="cart"] .cart-list__headline { display: none; }
  body[data-ptype="cart"] .order__form { grid-template-columns: 1fr; }
}
/* Compact legacy floating cart/login controls */
.fixed {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 900;
  display: grid;
  gap: 10px;
  width: auto;
  height: auto;
  pointer-events: none;
}
.fixed > div,
.fixed .fixed-more {
  pointer-events: auto;
}
.fixed__login,
.fixed__cart,
.fixed__mail,
.fixed__call,
.fixed__exit {
  width: 46px;
  height: 46px;
}
.fixed__login-link,
.fixed__cart-link,
.fixed__mail-link,
.fixed__call-link,
.fixed__exit-link {
  position: relative;
  display: grid !important;
  place-items: center;
  width: 46px !important;
  height: 46px !important;
  border-radius: 8px;
  background: #123f48;
  box-shadow: 0 12px 28px rgba(12, 46, 54, .18);
  text-decoration: none;
  overflow: visible;
}
.fixed__cart-icon,
.fixed__login-icon,
.fixed__mail-icon,
.fixed__call-icon,
.fixed__exit-icon {
  display: block;
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
}
.fixed__cart-counter,
.nav__cart-counter.fixed__cart-counter {
  position: absolute;
  right: -7px;
  top: -7px;
  display: grid !important;
  place-items: center;
  min-width: 22px;
  height: 22px !important;
  padding: 0 6px;
  border-radius: 999px;
  background: #0f7f73;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}
.fixed__cart-counter.hide,
.nav__cart-counter.fixed__cart-counter.hide {
  display: none !important;
}
.fixed .tooltip {
  position: absolute;
  right: 58px;
  top: 0;
  width: 280px;
  max-width: 280px;
  background: #fff;
  border: 1px solid rgba(13, 67, 76, .12);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(12, 46, 54, .16);
  color: #123f48;
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}
.fixed .tooltip-wr:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.fixed .tooltip__text2 {
  display: block;
  color: #123f48;
  font-size: 13px;
  line-height: 1.45;
}
.fixed.fixed-more {
  position: static;
  display: grid;
  gap: 10px;
}
.to-top {
  position: fixed;
  right: 18px;
  bottom: 188px;
  z-index: 850;
}
.to-top img {
  width: 42px;
  height: 42px;
}
/* Keep search preview independent from floating controls */
.preview-search.fixed {
  display: none;
  position: absolute;
  top: 200%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1170px;
  height: auto;
  margin-left: -585px;
  padding: 20px 0 30px;
  background: #fff;
  border: 1px solid #d6dfe2;
  z-index: 5;
  pointer-events: auto;
}

/* Catalog stock drums */
.product-stock-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 6px;
  background: #eef7f1;
  color: #234536;
  font-size: 13px;
  line-height: 1.25;
}
.product-stock-line span {
  color: #627068;
}
.product-stock-line b {
  font-weight: 700;
  color: #173f2b;
}
.product-drums {
  margin-top: 7px;
  max-width: 560px;
  font-size: 13px;
  color: #2f3742;
}
.product-drums summary {
  cursor: pointer;
  width: fit-content;
  color: #0b6f45;
  font-weight: 700;
  list-style: none;
  border-bottom: 1px dashed rgba(11,111,69,.45);
}
.product-drums summary::-webkit-details-marker {
  display: none;
}
.product-drums summary::after {
  content: " +";
  color: #0b6f45;
}
.product-drums[open] summary::after {
  content: " -";
}
.product-drums__list {
  margin-top: 8px;
  max-height: 170px;
  overflow: auto;
  padding: 10px 12px;
  border: 1px solid #dce8e1;
  border-radius: 8px;
  background: #fbfdfc;
  line-height: 1.55;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.product-drums--short {
  max-width: 100%;
}
.product-drums--short .product-drums__list {
  max-height: 140px;
}
@media (max-width: 767px) {
  .product-stock-line,
  .product-drums {
    font-size: 12px;
  }
  .product-drums__list {
    max-height: 130px;
  }
}

/* Catalog stock layout fix */
.product.tr.products__card .item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-width: 0 !important;
}
.product.tr.products__card .name {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}
.product.tr.products__card .name .flex-child-1,
.product.tr.products__card .name .flex-child-2 {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}
.product.tr.products__card .product-stock-line {
  display: flex !important;
  flex: 0 0 auto !important;
  margin-top: 9px !important;
  clear: both !important;
  white-space: nowrap !important;
}
.product.tr.products__card .product-drums {
  display: block !important;
  width: 100% !important;
  margin-top: 8px !important;
  clear: both !important;
}
.product.tr.products__card .product-drums summary {
  white-space: nowrap !important;
}
@media (max-width: 960px) {
  .product.tr.products__card .product-stock-line {
    white-space: normal !important;
  }
}

/* Catalog stock wrap fix */
.product.tr.products__card .item {
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  row-gap: 7px !important;
}
.product.tr.products__card .artnumber {
  display: none !important;
}
.product.tr.products__card .product-stock-line {
  margin-top: 0 !important;
}

/* Product detail stock */
.price-wrap .product-stock-line--detail {
  margin-top: 12px !important;
}
.price-wrap .product-drums--detail {
  margin-top: 10px !important;
  max-width: 360px;
}
.price-wrap .product-drums--detail .product-drums__list {
  max-height: 190px;
}

/* Product detail quantity alignment */
.bx_item_detail .bx_item_container .info .price-and-buttons .quantity,
.catalog-wrap.element .price-and-buttons .quantity {
  width: 100% !important;
  margin: 0 0 14px !important;
  display: grid !important;
  grid-template-columns: 42px minmax(54px, 1fr) 42px !important;
  align-items: center !important;
}
.bx_item_detail .bx_item_container .info .price-and-buttons .quantity .elem,
.catalog-wrap.element .price-and-buttons .quantity .elem {
  width: auto !important;
  margin: 0 !important;
}
.bx_item_detail .bx_item_container .info .price-and-buttons .quantity input.quantity-input,
.catalog-wrap.element .price-and-buttons .quantity input.quantity-input {
  width: 100% !important;
  height: 44px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

/* Catalog button icon alignment */
@media (min-width: 961px) {
  header .second-block .second-line .catalog-button {
    padding-left: 58px !important;
    padding-right: 22px !important;
  }
  header .second-block .second-line .catalog-button .icon,
  header .second-block .second-line .catalog-button.show .icon {
    left: 26px !important;
    right: auto !important;
    margin-top: -7px !important;
  }
  header .second-block .second-line .catalog-button .icon::after,
  header .second-block .second-line .catalog-button .icon::before,
  header .second-block .second-line .catalog-button .icon .line,
  .fixed-header-wrap .fixed-header .first-block .catalog-button-wrap .catalog-button .icon::after,
  .fixed-header-wrap .fixed-header .first-block .catalog-button-wrap .catalog-button .icon::before,
  .fixed-header-wrap .fixed-header .first-block .catalog-button-wrap .catalog-button .icon .line {
    background: #fff !important;
  }
  .fixed-header-wrap .fixed-header .first-block .catalog-button-wrap .catalog-button {
    padding-left: 55px !important;
    padding-right: 22px !important;
  }
  .fixed-header-wrap .fixed-header .first-block .catalog-button-wrap .catalog-button .icon,
  .fixed-header-wrap .fixed-header .first-block .catalog-button-wrap .catalog-button.show .icon {
    left: 25px !important;
    right: auto !important;
    margin-top: -7px !important;
  }
}

/* Header search field alignment */
header .third-block .search-form {
  border-bottom: 0 !important;
}
header .third-block .search-form .title {
  display: none !important;
}
header .third-block .search-form form input[name="mr_search"] {
  padding-left: 18px !important;
}

/* Remove legacy navigation guide lines */
header .second-block .second-line .header-menu-wrap ul.header-menu li {
  border-bottom: 0 !important;
}
header .second-block .second-line::before {
  display: none !important;
  content: none !important;
}
header .second-block .second-line .header-menu-wrap ul.header-menu li a::after {
  display: none !important;
}
.breadcrumb::before {
  border-bottom: 0 !important;
}
.breadcrumb .item,
.breadcrumb .item:first-child {
  border-left: 0 !important;
  border-right: 0 !important;
}
.breadcrumb a span,
.breadcrumb a:hover span {
  border-bottom: 0 !important;
}

/* Catalog product rows: keep columns inside the available content width. */
.products-block.table .product.tr.products__card {
  grid-template-columns: minmax(0, 1fr) 74px 42px minmax(128px, .62fr) 48px !important;
  column-gap: 12px !important;
  overflow: hidden !important;
}

.products-block.table .product.tr.products__card > .photo.td {
  display: none !important;
}

.products-block.table .product.tr.products__card > .item.td,
.products-block.table .product.tr.products__card > .price-wrap.td {
  min-width: 0 !important;
}

.products-block.table .product.tr.products__card > .price-wrap.td {
  justify-content: flex-end !important;
  white-space: nowrap !important;
}

.products-block.table .thead {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 74px 42px minmax(128px, .62fr) 48px !important;
  align-items: center !important;
  column-gap: 12px !important;
}

.products-block.table .thead > .photo {
  display: none !important;
}

/* FullHD catalog row compact alignment. */
.products-block.table .product.tr.products__card {
  min-height: 0 !important;
  padding: 12px 16px !important;
}

.products-block.table .product.tr.products__card > .quantity.td {
  display: grid !important;
  grid-template-columns: 18px 46px 18px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  width: auto !important;
  height: 38px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.products-block.table .product.tr.products__card > .quantity.td .elem {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: block !important;
  width: auto !important;
  height: 34px !important;
  margin: 0 !important;
}

.products-block.table .product.tr.products__card > .quantity.td input.quantity-input {
  width: 46px !important;
  height: 34px !important;
  padding: 0 !important;
  text-align: center !important;
}

.products-block.table .product.tr.products__card > .item.td {
  align-self: center !important;
}

.products-block.table .product.tr.products__card > .item.td .product-stock-line {
  margin-top: 8px !important;
}

/* Cart readability 20260827-cart-layout-v1 */
body[data-ptype="cart"] .cart-list__item {
  grid-template-columns: minmax(280px, 1fr) 170px 176px 170px 112px;
  gap: 18px;
  min-height: 92px;
  padding: 20px 24px;
}
body[data-ptype="cart"] .cart-list__headline {
  min-height: 54px;
  color: #fff;
  font-size: 14px;
}
body[data-ptype="cart"] .cart-list__headline > * {
  color: #fff;
}
body[data-ptype="cart"] .cart-list__item-name a {
  color: #102d35;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}
body[data-ptype="cart"] .cart-list__item-price,
body[data-ptype="cart"] .cart-list__item-summ {
  color: #0d434c;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}
body[data-ptype="cart"] .cart-list__item-summ {
  color: #087f72;
  font-size: 21px;
}
body[data-ptype="cart"] .cart-list__item-price--mobile {
  display: none;
}
body[data-ptype="cart"] .products__card-counter {
  display: grid;
  grid-template-columns: 44px 64px 44px;
  gap: 6px;
  align-items: center;
  justify-content: start;
  width: max-content;
}
body[data-ptype="cart"] .products__card-counter-minus,
body[data-ptype="cart"] .products__card-counter-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #b9d0d3;
  border-radius: 6px;
  background: #eef7f6;
  color: #087f72;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
body[data-ptype="cart"] .products__card-counter-minus:hover,
body[data-ptype="cart"] .products__card-counter-plus:hover {
  border-color: #087f72;
  background: #087f72;
  color: #fff;
}
body[data-ptype="cart"] .products__card-counter-num {
  box-sizing: border-box;
  width: 64px;
  height: 44px;
  margin: 0;
  border: 1px solid #b9d0d3;
  border-radius: 6px;
  background: #fff;
  color: #102d35;
  font-size: 17px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
  appearance: textfield;
}
body[data-ptype="cart"] .products__card-counter-num::-webkit-inner-spin-button,
body[data-ptype="cart"] .products__card-counter-num::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
body[data-ptype="cart"] .cart-list__total {
  align-items: center;
  min-height: 70px;
  padding: 18px 24px;
  font-size: 17px;
}
body[data-ptype="cart"] .cart-list__total-price {
  font-size: 26px;
  font-weight: 900;
}

@media (max-width: 900px) {
  body[data-ptype="cart"] .cart-list__item {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 20px;
  }
  body[data-ptype="cart"] .cart-list__item-price,
  body[data-ptype="cart"] .cart-list__item-summ {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    font-size: 18px;
  }
  body[data-ptype="cart"] .cart-list__item-summ {
    font-size: 20px;
  }
  body[data-ptype="cart"] .cart-list__item-price--mobile {
    display: inline;
    color: #62777c;
    font-size: 13px;
    font-weight: 700;
  }
  body[data-ptype="cart"] .products__card-counter {
    grid-template-columns: 48px 72px 48px;
  }
  body[data-ptype="cart"] .products__card-counter-minus,
  body[data-ptype="cart"] .products__card-counter-plus {
    width: 48px;
    height: 48px;
  }
  body[data-ptype="cart"] .products__card-counter-num {
    width: 72px;
    height: 48px;
    line-height: 48px;
  }
  body[data-ptype="cart"] .cart-list__total {
    justify-content: space-between;
    padding: 18px 20px;
  }
}

@media (max-width: 420px) {
  body[data-ptype="cart"] .cart-list,
  body[data-ptype="cart"] .order {
    width: calc(100% - 16px);
  }
  body[data-ptype="cart"] .cart-list__item {
    padding: 16px;
  }
  body[data-ptype="cart"] .cart-list__total {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

/* Cart heading contrast 20260827-cart-layout-v2 */
body[data-ptype="cart"] .cart-list__headline .cart-list__item-price,
body[data-ptype="cart"] .cart-list__headline .cart-list__item-summ {
  color: #fff;
  font-size: 14px;
}
