/* ==== Custom CSS & JS plugin: ID 8696 — ХЛЕБНЫЕ КРОШКИ ==== */
/* =========================
   YOAST BREADCRUMBS
   Отдельный CSS-сниппет для хлебных крошек
========================= */

.seal-breadcrumbs,
.seal-breadcrumbs * {
  box-sizing: border-box;
}

.seal-breadcrumbs {
  width: 100%;
  margin: 0;
  padding: 8px 16px;
  background: #071b2d;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.seal-breadcrumbs p {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

.seal-breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
  transition: color .2s ease;
}

.seal-breadcrumbs a:hover {
  color: #ff7a00;
}

.seal-breadcrumbs .breadcrumb_last,
.seal-breadcrumbs .breadcrumb_last strong,
.seal-breadcrumbs span:last-child {
  color: #ff7a00;
  font-weight: 700;
}

.seal-breadcrumbs .separator,
.seal-breadcrumbs span.separator {
  color: #ff7a00;
  margin: 0 6px;
  opacity: .7;
}

@media (max-width: 600px) {
  .seal-breadcrumbs {
    display: block;
    padding: 8px 12px;
    font-size: 11px;
    line-height: 1.45;
    white-space: normal;
    overflow: visible;
    word-break: break-word;
  }

  .seal-breadcrumbs a,
  .seal-breadcrumbs span {
    display: inline;
  }
}

/* ==== Custom CSS & JS plugin: ID 8704 — Каталог/категория/страница — ОПИСАНИЕ первый блок (основная версия) ==== */
.seal-cat {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #061724;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 17px;
}

.seal-cat *,
.seal-cat *::before,
.seal-cat *::after {
  box-sizing: border-box;
}

.seal-cat img {
  max-width: 100%;
  height: auto;
}

.seal-cat__inner {
  width: 100%;
  padding: 34px 30px;
  background: linear-gradient(135deg, #071b2d 0%, #061724 62%, #0b2238 100%);
  border-top: 1px solid rgba(65,126,181,.3);
  border-bottom: 1px solid rgba(65,126,181,.3);
}

.seal-cat__grid {
  display: grid;
  grid-template-columns: minmax(288px, 384px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.seal-cat__media,
.seal-cat__content {
  min-width: 0;
}

.seal-cat__media {
  position: static;
  padding: 22px;
  border-radius: 18px;
  background: #0b2238;
  border: 1px solid rgba(65,126,181,.45);
}

.seal-cat__image {
  position: relative;
  width: 100%;
  min-height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  background: radial-gradient(circle at center, rgba(255,122,0,.14), rgba(7,27,45,.2) 58%);
  overflow: hidden;
}

.seal-cat__gallery {
  width: 100%;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,122,0,.9) rgba(255,255,255,.08);
  cursor: grab;
}

.seal-cat__gallery:active {
  cursor: grabbing;
}

.seal-cat__gallery::-webkit-scrollbar {
  height: 4px;
}

.seal-cat__gallery::-webkit-scrollbar-track {
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  margin: 0 42px;
}

.seal-cat__gallery::-webkit-scrollbar-thumb {
  background: #ff7a00;
  border-radius: 999px;
}

.seal-cat__gallery::-webkit-scrollbar-thumb:hover {
  background: #ff9b32;
}

.seal-cat__gallery a {
  flex: 0 0 100%;
  display: block;
  scroll-snap-align: center;
  cursor: zoom-in;
  text-decoration: none;
}

.seal-cat__gallery img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  display: block;
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0,0,0,.26);
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

@media (hover:hover) and (pointer:fine) {
  .seal-cat__gallery img:hover {
    transform: scale(1.02);
    box-shadow: 0 16px 36px rgba(0,0,0,.34);
  }
}

.seal-cat__label {
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 9px 17px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  color: #ff7a00;
  text-transform: uppercase;
  border: 1px solid rgba(255,122,0,.45);
  border-radius: 999px;
  background: rgba(255,122,0,.08);
}

.seal-cat__label::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #ff7a00;
}

.seal-cat h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.12;
  font-weight: 900;
  color: #fff;
}

.seal-cat h1 span,
.seal-cat h2 span {
  color: #ff7a00;
}

.seal-cat__lead {
  max-width: 1050px;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  color: #cfd9e3;
}

.seal-cat__btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff7a00, #ff9b32);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition:
    transform .2s ease,
    opacity .2s ease;
}

.seal-cat__btn:hover {
  transform: translateY(-2px);
  opacity: .96;
}

.seal-cat__side-btn {
  width: 100%;
  margin-top: 20px;
}

.seal-cat__section {
  width: 100%;
  min-width: 0;
  margin-top: 20px;
  padding: 26px;
  border-radius: 16px;
  background: #0b2238;
  border: 1px solid rgba(65,126,181,.38);
}

.seal-cat h2 {
  margin: 0 0 16px;
  font-size: clamp(25px, 2.5vw, 32px);
  line-height: 1.15;
  font-weight: 900;
  color: #fff;
}

.seal-cat p {
  margin: 0 0 15px;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
  color: #cfd9e3;
}

.seal-cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.seal-cat li {
  position: relative;
  padding-left: 27px;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700;
  color: #cfd9e3;
}

.seal-cat li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7a00;
  font-weight: 900;
}

.seal-cat__table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.seal-cat__caption-hidden {
  position: absolute;
  left: -9999px;
}

.seal-cat__table-wrap::-webkit-scrollbar {
  height: 6px;
}

.seal-cat__table-wrap::-webkit-scrollbar-track {
  background: rgba(255,255,255,.06);
}

.seal-cat__table-wrap::-webkit-scrollbar-thumb {
  background: rgba(255,122,0,.7);
  border-radius: 999px;
}

.seal-cat table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.seal-cat th {
  padding: 16px 14px;
  background: rgba(255,122,0,.14);
  color: #ff9b32;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid rgba(65,126,181,.4);
}

.seal-cat td {
  padding: 15px 14px;
  color: #d4dde7;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
  border: 1px solid rgba(65,126,181,.28);
}

.seal-cat__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seal-cat__tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255,122,0,.08);
  border: 1px solid rgba(255,122,0,.35);
  color: #ff9b32;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition:
    background .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.seal-cat__tag:hover {
  background: rgba(255,122,0,.14);
  border-color: rgba(255,122,0,.55);
  transform: translateY(-1px);
}

@media (min-width: 1600px) {
  .seal-cat {
    font-size: 18px;
  }

  .seal-cat__inner {
    padding: 42px 38px;
  }

  .seal-cat__grid {
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 38px;
  }

  .seal-cat__image {
    min-height: 320px;
  }

  .seal-cat__gallery img {
    max-height: 330px;
  }

  .seal-cat__lead {
    font-size: 19px;
  }

  .seal-cat p,
  .seal-cat li {
    font-size: 18px;
  }

  .seal-cat th {
    font-size: 16px;
  }

  .seal-cat td {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .seal-cat__grid {
    grid-template-columns: 1fr;
  }

  .seal-cat__image {
    min-height: 250px;
  }

  .seal-cat__gallery img {
    max-height: 260px;
  }
}

@media (max-width: 768px) {
  .seal-cat {
    font-size: 16px;
  }

  .seal-cat__inner {
    padding: 22px 14px;
  }

  .seal-cat__media {
    padding: 16px;
    border-radius: 14px;
  }

  .seal-cat__image {
    min-height: 220px;
  }

  .seal-cat__gallery img {
    max-height: 230px;
  }

  .seal-cat h1 {
    font-size: clamp(30px, 8vw, 36px);
  }

  .seal-cat__lead {
    font-size: 17px;
  }

  .seal-cat__section {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .seal-cat h2 {
    font-size: 25px;
  }

  .seal-cat p,
  .seal-cat li {
    font-size: 16px;
  }

  .seal-cat__btn {
    width: 100%;
    font-size: 15px;
  }

  .seal-cat__table-wrap {
    margin: 0 -16px;
    padding: 0 16px 6px;
  }

  .seal-cat table {
    min-width: 720px;
  }

  .seal-cat th {
    font-size: 14px;
  }

  .seal-cat td {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .seal-cat__inner {
    padding: 18px 10px;
  }

  .seal-cat__image {
    min-height: 185px;
    padding: 10px;
  }

  .seal-cat__gallery img {
    max-height: 200px;
    padding: 10px;
  }

  .seal-cat__label {
    width: auto;
    max-width: 100%;
    white-space: normal;
    font-size: 12px;
  }

  .seal-cat h1 {
    font-size: 29px;
  }

  .seal-cat h2 {
    font-size: 23px;
  }

  .seal-cat__lead {
    font-size: 16px;
  }

  .seal-cat p,
  .seal-cat li {
    font-size: 15px;
  }

  .seal-cat table {
    min-width: 680px;
  }
}
/* =========================
   ФОТОГРАФИИ И РЕНДЕРЫ
   блок внутри .seal-cat
========================= */

.seal-cat__photos {
  overflow: hidden;
}

.seal-cat__photos-text {
  max-width: 1100px;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
  color: #cfd9e3;
}

.seal-cat__photos-track {
  width: 100%;
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 4px 0 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,122,0,.9) rgba(255,255,255,.08);
}

.seal-cat__photos-track::-webkit-scrollbar {
  height: 6px;
}

.seal-cat__photos-track::-webkit-scrollbar-track {
  background: rgba(255,255,255,.08);
  border-radius: 999px;
}

.seal-cat__photos-track::-webkit-scrollbar-thumb {
  background: #ff7a00;
  border-radius: 999px;
}

.seal-cat__photos-item {
  flex: 0 0 340px;
  height: 260px;
  scroll-snap-align: start;
  border: 0;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
  padding: 0;
}

.seal-cat__photos-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 14px;
  transition: transform .22s ease;
}

@media (hover:hover) and (pointer:fine) {
  .seal-cat__photos-item:hover img {
    transform: scale(1.03);
  }
}

/* =========================
   LIGHTBOX ФОТОГРАФИЙ
========================= */

.seal-cat__photos-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(3,12,20,.78);
  backdrop-filter: blur(4px);
}

.seal-cat__photos-lightbox.is-active {
  display: flex;
}

.seal-cat__photos-lightbox img {
  max-width: min(980px, 90vw);
  max-height: 84vh;
  object-fit: contain;
  display: block;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.48);
}

.seal-cat__photos-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
  cursor: pointer;
}

.seal-cat__photos-close:hover {
  background: rgba(255,122,0,.85);
}

/* =========================
   АДАПТИВ
========================= */

@media (max-width: 768px) {
  .seal-cat__photos-text {
    font-size: 16px;
  }

  .seal-cat__photos-item {
    flex-basis: 280px;
    height: 215px;
  }
}

@media (max-width: 480px) {
  .seal-cat__photos-item {
    flex-basis: 245px;
    height: 190px;
  }

  .seal-cat__photos-lightbox {
    padding: 14px;
  }

  .seal-cat__photos-lightbox img {
    padding: 10px;
    border-radius: 14px;
  }

  .seal-cat__photos-close {
    top: 10px;
    right: 10px;
  }
}

/* ==== Custom CSS & JS plugin: ID 9246 — Каталог/категория/страница - стиль фотографий и рендеров галерии ==== */
/* =========================
   LIVE GALLERY
========================= */

.seal-live-gallery {
  width: 100%;
  padding: 34px 18px;
  background: #061724;
  font-family: Arial, sans-serif;
  color: #fff;
  border-radius: 0 !important;
}

.seal-live-gallery * {
  box-sizing: border-box;
}

.seal-live-gallery__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 26px;
  border-radius: 0 !important;
  background: #0b2238;
  border: 1px solid rgba(65,126,181,.38);
}

.seal-live-gallery h2 {
  margin: 0 0 10px;
  font-size: clamp(25px, 2.4vw, 32px);
  line-height: 1.15;
  font-weight: 900;
  color: #ffffff !important;
}

.seal-live-gallery h2 span {
  color: #ff7a00 !important;
}

.seal-live-gallery p {
  margin: 0 0 20px;
  max-width: 1100px;
  color: #cfd9e3;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700;
}

/* =========================
   TRACK
========================= */

.seal-live-gallery__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0 2px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;

  /* Скрываем нижнюю полосу, но сам скролл оставляем */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.seal-live-gallery__track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.seal-live-gallery__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

/* =========================
   ITEMS
========================= */

.seal-live-gallery__item {
  flex: 0 0 420px;
  height: 300px;
  margin: 0;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  cursor: zoom-in;
  border: 1px solid rgba(255,122,0,.22);
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
}

.seal-live-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform .25s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.seal-live-gallery__item:hover img {
  transform: scale(1.03);
}

.seal-live-gallery__track.is-dragging .seal-live-gallery__item,
.seal-live-gallery__track.is-dragging .seal-live-gallery__item img {
  cursor: grabbing;
}

/* =========================
   MODAL
========================= */

.seal-live-gallery__modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(3,12,20,.88);
  backdrop-filter: blur(5px);
}

.seal-live-gallery__modal.is-active {
  display: flex;
}

.seal-live-gallery__modal-content {
  position: relative;
  width: min(1120px, 92vw);
  height: min(86vh, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.seal-live-gallery__modal-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}

/* =========================
   CLOSE BUTTON
========================= */

.seal-live-gallery__close {
  position: absolute;
  top: -12px;
  right: -70px;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(7,27,45,.88);
  color: transparent;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(0,0,0,.38);
  transition: background .22s ease, transform .22s ease, border-color .22s ease;
}

.seal-live-gallery__close::before,
.seal-live-gallery__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transform-origin: center;
}

.seal-live-gallery__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.seal-live-gallery__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.seal-live-gallery__close:hover {
  background: #ff7a00;
  border-color: #ff7a00;
  transform: scale(1.05);
}

/* =========================
   ARROWS
========================= */

.seal-live-gallery__arrow {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(7,27,45,.88);
  color: transparent;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(0,0,0,.38);
  transition: background .22s ease, transform .22s ease, border-color .22s ease;
}

.seal-live-gallery__arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}

.seal-live-gallery__arrow--prev {
  left: -90px;
  transform: translateY(-50%);
}

.seal-live-gallery__arrow--next {
  right: -90px;
  transform: translateY(-50%);
}

.seal-live-gallery__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.seal-live-gallery__arrow--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.seal-live-gallery__arrow:hover {
  background: #ff7a00;
  border-color: #ff7a00;
  transform: translateY(-50%) scale(1.05);
}

/* =========================
   COUNTER
========================= */

.seal-live-gallery__counter {
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translateX(-50%);
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(11,34,56,.95);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1200px) {
  .seal-live-gallery__close {
    top: 10px;
    right: 10px;
  }

  .seal-live-gallery__arrow--prev {
    left: 12px;
  }

  .seal-live-gallery__arrow--next {
    right: 12px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .seal-live-gallery {
    padding: 24px 10px;
  }

  .seal-live-gallery__inner {
    padding: 18px 14px;
  }

  .seal-live-gallery p {
    font-size: 16px;
  }

  .seal-live-gallery__track {
    padding-bottom: 2px;
    cursor: default;
  }

  .seal-live-gallery__item {
    flex-basis: 280px;
    height: 215px;
  }

  .seal-live-gallery__modal {
    padding: 18px;
  }

  .seal-live-gallery__modal-content {
    width: 100%;
    height: 82vh;
  }

  .seal-live-gallery__modal-img {
    padding: 10px;
    border-radius: 14px;
  }

  .seal-live-gallery__close {
    width: 44px;
    height: 44px;
    top: 8px;
    right: 8px;
  }

  .seal-live-gallery__close::before,
  .seal-live-gallery__close::after {
    width: 19px;
  }

  .seal-live-gallery__arrow {
    width: 44px;
    height: 44px;
  }

  .seal-live-gallery__arrow::before {
    width: 12px;
    height: 12px;
    border-top-width: 3px;
    border-right-width: 3px;
  }

  .seal-live-gallery__arrow--prev {
    left: 8px;
  }

  .seal-live-gallery__arrow--next {
    right: 8px;
  }

  .seal-live-gallery__counter {
    bottom: -36px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .seal-live-gallery__item {
    flex-basis: 245px;
    height: 190px;
  }

  .seal-live-gallery__modal {
    padding: 12px;
  }

  .seal-live-gallery__modal-content {
    height: 80vh;
  }
}

/* ==== Custom CSS & JS plugin: ID 9531 — Поиск uplotnist_size_search ==== */
.seal-search-section{
    background:#071b2d;
    padding:0;
    margin:0;
}

.seal-search-section .uplotnist-search{
    margin:0 !important;
}
/* Убираем разрывы вокруг блока шорткода */
.entry-content .wp-block-shortcode {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: #071b2d !important;
}

/* Если Astra добавляет отступы между блоками */
.entry-content > .wp-block-shortcode {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/* На всякий случай красим соседний зазор */
.entry-content {
  background: #071b2d !important;
}

/* ==== Custom CSS & JS plugin: ID 9601 — Ремкомплекты - главная ==== */
/* REMKITS PAGE — CLEAN TOP + IMAGE CARDS BELOW */

.remkits-page,
.remkits-page * {
  box-sizing: border-box;
}

.remkits-page {
  width: 100%;
  background: #071b2d;
  color: #fff;
  font-family: Arial, sans-serif;
}

.remkits-page a {
  color: inherit;
}

/* HERO WITHOUT IMAGES */

.remkits-hero {
  width: 100%;
  background: linear-gradient(135deg, #071b2d 0%, #061724 58%, #0b2238 100%);
  border-top: 1px solid rgba(65,126,181,.3);
  border-bottom: 1px solid rgba(65,126,181,.3);
}

.remkits-hero__inner {
  padding: 26px 32px 22px;
}

.remkits-hero__content {
  max-width: 760px;
}

.remkits-hero__label {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,122,0,.5);
  background: rgba(255,122,0,.08);
  color: #ff7a00;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.remkits-hero__label:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff7a00;
}

.remkits-hero h1 {
  max-width: 720px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
}

.remkits-hero h1 span {
  color: #ff7a00;
}

.remkits-hero__lead {
  max-width: 720px;
  margin: 0;
  color: #d9e4ef;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 800;
}

/* SEARCH FOCUS */

.remkits-focus {
  width: 100%;
  padding: 22px 32px 34px;
  background: #071b2d;
}

.remkits-focus__card {
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background: #f7fafc;
  border: 3px solid #ff7a00;
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
}

.remkits-focus__head {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9e3ec;
}

.remkits-focus__head h2 {
  margin: 0 0 8px;
  color: #071b2d;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
}

.remkits-focus__head h2 span {
  color: #ff7a00;
}

.remkits-focus__head p {
  max-width: 980px;
  margin: 0;
  color: #263f55;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
}

.remkits-focus__hints {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.remkits-focus__hint {
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #d8e2eb;
  color: #071b2d;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
}

.remkits-focus__hint span {
  display: block;
  margin-bottom: 4px;
  color: #ff7a00;
  font-size: 10px;
  text-transform: uppercase;
}

/* SEARCH PLUGIN INSIDE WHITE CARD */

.remkits-focus__plugin {
  background: #fff;
  color: #071b2d;
}

.remkits-focus__plugin .uplotnist-kit-search,
.remkits-focus__plugin .kit-search,
.remkits-focus__plugin form,
.remkits-focus__plugin [class*="search"] {
  background: #fff !important;
  color: #071b2d !important;
}

.remkits-focus__plugin h1,
.remkits-focus__plugin h2,
.remkits-focus__plugin h3,
.remkits-focus__plugin p,
.remkits-focus__plugin label,
.remkits-focus__plugin div,
.remkits-focus__plugin span {
  color: #071b2d !important;
}

.remkits-focus__plugin input,
.remkits-focus__plugin select,
.remkits-focus__plugin textarea {
  background: #ffffff !important;
  color: #071b2d !important;
  border: 1px solid #c9d7e4 !important;
}

.remkits-focus__plugin input::placeholder {
  color: #6d8194 !important;
}

.remkits-focus__plugin button,
.remkits-focus__plugin input[type="submit"] {
  background: #ff7a00 !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 900 !important;
}

/* CONTENT */

.remkits-section {
  width: 100%;
  padding: 30px 32px;
  background: #071b2d;
}

.remkits-section--dark {
  background: #061724;
  border-top: 1px solid rgba(65,126,181,.28);
  border-bottom: 1px solid rgba(65,126,181,.28);
}

.remkits-box {
  width: 100%;
  padding: 24px;
  border-radius: 18px;
  background: rgba(10,31,51,.96);
  border: 1px solid rgba(65,126,181,.35);
}

.remkits-box h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
}

.remkits-box h2 span {
  color: #ff7a00;
}

.remkits-box h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.remkits-box h3 span {
  color: #ff7a00;
}

.remkits-box p {
  margin: 0 0 13px;
  color: #d7e1ea;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

/* IMAGE CARDS — RESTORED */

.remkits-media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.remkits-media-card {
  overflow: hidden;
  border-radius: 16px;
  background: #0b2238;
  border: 1px solid rgba(65,126,181,.42);
}

.remkits-media-card img {
  width: 100%;
  height: 170px;
  display: block;
  object-fit: cover;
  background: #fff;
}

.remkits-media-card__body {
  padding: 14px;
}

.remkits-media-card__body p {
  margin: 0;
  color: #aebdca;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

/* TAGS */

.remkits-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.remkits-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #0b2238;
  border: 1px solid rgba(65,126,181,.45);
  color: #d9e3ec;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}

.remkits-tag:hover {
  border-color: #ff7a00;
  color: #ff7a00;
}

/* NOTE */

.remkits-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255,122,0,.08);
  border: 1px solid rgba(255,122,0,.32);
  color: #ffd8b6;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .remkits-media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .remkits-focus__hints {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .remkits-hero__inner,
  .remkits-focus,
  .remkits-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .remkits-hero h1 {
    font-size: 27px;
  }

  .remkits-focus__head h2,
  .remkits-box h2 {
    font-size: 24px;
  }

  .remkits-focus__hints {
    grid-template-columns: 1fr;
  }

  .remkits-media-grid {
    grid-template-columns: 1fr;
  }

  .remkits-media-card img {
    height: 210px;
  }
}
/* =========================================================
   REMKITS ALPHABET / BRAND INDEX
========================================================= */

.remkits-alpha {
  margin-top: 18px;
}

.remkits-alpha__intro {
  max-width: 980px;
  margin: 0 0 18px;
  color: #d7e1ea;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

.remkits-alpha__hint {
  margin-top: 16px;
  padding: 15px 17px;
  border-radius: 14px;
  background: rgba(255,122,0,.08);
  border: 1px solid rgba(255,122,0,.32);
  color: #ffd8b6;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
}

.remkits-alpha__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 22px;
}

.remkits-alpha__nav a {
  min-width: 34px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 9px;
  background: #0b2238;
  border: 1px solid rgba(65,126,181,.45);
  color: #d9e3ec;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}

.remkits-alpha__nav a:hover {
  border-color: #ff7a00;
  color: #ff7a00;
}

.remkits-alpha__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.remkits-alpha__group {
  padding: 18px;
  border-radius: 16px;
  background: #0b2238;
  border: 1px solid rgba(65,126,181,.42);
}

.remkits-alpha__letter {
  margin: 0 0 12px;
  color: #ff7a00;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.remkits-alpha__items {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.remkits-alpha__item {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #071b2d;
  border: 1px solid rgba(65,126,181,.42);
  color: #d9e3ec;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}

.remkits-alpha__item:hover {
  border-color: #ff7a00;
  color: #ff7a00;
}

.remkits-alpha__item--ru {
  background: rgba(255,122,0,.07);
}

.remkits-alpha__section-title {
  margin: 24px 0 14px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.remkits-alpha__section-title span {
  color: #ff7a00;
}

.remkits-alpha__small {
  color: #aebdca;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 700;
}

@media (max-width: 768px) {
  .remkits-alpha__group {
    padding: 14px;
  }

  .remkits-alpha__item {
    width: 100%;
    justify-content: center;
  }

  .remkits-alpha__nav a {
    flex: 1 0 36px;
  }
}

/* ==== Custom CSS & JS plugin: ID 9652 — Таблицы на самописном плагине Уплотнист ==== */
/* =========================================================
   UPLOTNIST PROFILE TABLES — FIXED READABLE CSS
   Версия: 0.3.1-css-only
   Назначение: светлая таблица, липкая шапка, d не превращается в D,
   последний столбец не сливается с фоном.
========================================================= */

/* =========================================================
   ROOT WRAP
========================================================= */

.uplotnist-table-wrap,
.uplotnist-table-wrap * {
  box-sizing: border-box;
}

.uplotnist-table-wrap {
  width: 100%;
  margin: 28px 0;
  padding: 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #071b2d 0%, #061724 62%, #0b2238 100%);
  border: 1px solid rgba(65, 126, 181, .38);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
  font-family: Arial, sans-serif;
  color: #071b2d;
}

/* =========================================================
   HEADER ABOVE TABLE
========================================================= */

.uplotnist-table-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(65, 126, 181, .35);
}

.uplotnist-table-title {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: .2px;
  text-transform: none !important;
}

.uplotnist-table-title span {
  color: #ff7a00;
}

.uplotnist-table-note {
  margin: 0;
  color: #aebdca;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

/* =========================================================
   SCROLL AREA
========================================================= */

.uplotnist-table-scroll {
  width: 100%;
  max-height: 760px;
  overflow: auto;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 45, .14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65);
  -webkit-overflow-scrolling: touch;
}

.uplotnist-table-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.uplotnist-table-scroll::-webkit-scrollbar-track {
  background: #eef2f6;
  border-radius: 999px;
}

.uplotnist-table-scroll::-webkit-scrollbar-thumb {
  background: #aebdca;
  border-radius: 999px;
  border: 2px solid #eef2f6;
}

.uplotnist-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #ff7a00;
}

/* =========================================================
   TABLE BASE
========================================================= */

.uplotnist-profile-table,
.table-uplotnist-classic .uplotnist-profile-table,
.uplotnist-table-wrap .uplotnist-profile-table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  color: #071b2d;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

/* =========================================================
   STICKY TABLE HEAD
   Важно: text-transform отключён, чтобы d оставалась d, а D оставалась D.
========================================================= */

.uplotnist-profile-table thead th,
.table-uplotnist-classic .uplotnist-profile-table thead th,
.uplotnist-table-wrap .uplotnist-profile-table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 12px 14px;
  background: #071b2d;
  color: #ff7a00;
  border-bottom: 2px solid #ff7a00;
  border-right: 1px solid rgba(255, 255, 255, .12);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
  letter-spacing: .15px;
  text-transform: none !important;
}

.uplotnist-profile-table thead th:first-child,
.table-uplotnist-classic .uplotnist-profile-table thead th:first-child,
.uplotnist-table-wrap .uplotnist-profile-table thead th:first-child {
  border-top-left-radius: 13px;
}

.uplotnist-profile-table thead th:last-child,
.table-uplotnist-classic .uplotnist-profile-table thead th:last-child,
.uplotnist-table-wrap .uplotnist-profile-table thead th:last-child {
  border-right: 0;
  border-top-right-radius: 13px;
}

/* =========================================================
   TABLE BODY
========================================================= */

.uplotnist-profile-table tbody td,
.table-uplotnist-classic .uplotnist-profile-table tbody td,
.uplotnist-table-wrap .uplotnist-profile-table tbody td {
  padding: 10px 14px;
  color: #12263a !important;
  background: #ffffff;
  border-bottom: 1px solid #e3e8ee;
  border-right: 1px solid #edf1f5;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: none !important;
}

.uplotnist-profile-table tbody td:last-child,
.table-uplotnist-classic .uplotnist-profile-table tbody td:last-child,
.uplotnist-table-wrap .uplotnist-profile-table tbody td:last-child {
  border-right: 0;
}

.uplotnist-profile-table tbody tr:nth-child(even) td,
.table-uplotnist-classic .uplotnist-profile-table tbody tr:nth-child(even) td,
.uplotnist-table-wrap .uplotnist-profile-table tbody tr:nth-child(even) td {
  background: #f6f8fa;
}

.uplotnist-profile-table tbody tr:hover td,
.table-uplotnist-classic .uplotnist-profile-table tbody tr:hover td,
.uplotnist-table-wrap .uplotnist-profile-table tbody tr:hover td {
  background: #fff3e6;
  color: #071b2d !important;
}

.uplotnist-profile-table tbody td:first-child,
.table-uplotnist-classic .uplotnist-profile-table tbody td:first-child,
.uplotnist-table-wrap .uplotnist-profile-table tbody td:first-child {
  font-weight: 900;
  color: #071b2d !important;
}

/* Пустые ячейки приглушаем, но не делаем белыми */
.uplotnist-profile-table td.uplotnist-table-empty,
.table-uplotnist-classic .uplotnist-profile-table td.uplotnist-table-empty,
.uplotnist-table-wrap .uplotnist-profile-table td.uplotnist-table-empty {
  color: rgba(18, 38, 58, .32) !important;
}

/* Артикул — акцентный, но читаемый на белом фоне */
.uplotnist-profile-table tbody td.uplotnist-col-article,
.table-uplotnist-classic .uplotnist-profile-table tbody td.uplotnist-col-article,
.uplotnist-table-wrap .uplotnist-profile-table tbody td.uplotnist-col-article,
.uplotnist-profile-table tbody td.uplotnist-col-article a,
.table-uplotnist-classic .uplotnist-profile-table tbody td.uplotnist-col-article a,
.uplotnist-table-wrap .uplotnist-profile-table tbody td.uplotnist-col-article a {
  color: #e96f00 !important;
  font-weight: 900;
  text-decoration: none;
}

/* Размер из источника — строго тёмный текст, чтобы не сливался со светлой строкой */
.uplotnist-profile-table tbody td.uplotnist-col-source,
.table-uplotnist-classic .uplotnist-profile-table tbody td.uplotnist-col-source,
.uplotnist-table-wrap .uplotnist-profile-table tbody td.uplotnist-col-source,
.uplotnist-profile-table tbody td.uplotnist-col-source a,
.table-uplotnist-classic .uplotnist-profile-table tbody td.uplotnist-col-source a,
.uplotnist-table-wrap .uplotnist-profile-table tbody td.uplotnist-col-source a {
  color: #12263a !important;
  font-weight: 800;
  text-decoration: none;
  background: transparent !important;
}

.uplotnist-profile-table tbody tr:hover td.uplotnist-col-source,
.table-uplotnist-classic .uplotnist-profile-table tbody tr:hover td.uplotnist-col-source,
.uplotnist-table-wrap .uplotnist-profile-table tbody tr:hover td.uplotnist-col-source {
  color: #071b2d !important;
}

/* Дополнительная страховка: последний столбец не должен становиться белым */
.uplotnist-profile-table tbody td:last-child,
.table-uplotnist-classic .uplotnist-profile-table tbody td:last-child,
.uplotnist-table-wrap .uplotnist-profile-table tbody td:last-child,
.uplotnist-profile-table tbody td:last-child a,
.table-uplotnist-classic .uplotnist-profile-table tbody td:last-child a,
.uplotnist-table-wrap .uplotnist-profile-table tbody td:last-child a {
  color: #12263a !important;
}

/* =========================================================
   FOOTER / SERVICE STATES
========================================================= */

.uplotnist-table-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 10px;
  color: #aebdca;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 700;
}

.uplotnist-table-empty-message {
  padding: 18px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e3e8ee;
  color: #12263a;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.uplotnist-table-empty-message b {
  color: #ff7a00;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  .uplotnist-table-wrap {
    margin: 22px 0;
    padding: 14px;
    border-radius: 16px;
  }

  .uplotnist-table-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .uplotnist-table-title {
    font-size: 20px;
  }

  .uplotnist-table-note {
    text-align: left;
    white-space: normal;
  }

  .uplotnist-table-scroll {
    max-height: 680px;
    border-radius: 12px;
  }

  .uplotnist-profile-table {
    min-width: 620px;
  }

  .uplotnist-profile-table thead th,
  .table-uplotnist-classic .uplotnist-profile-table thead th,
  .uplotnist-table-wrap .uplotnist-profile-table thead th {
    padding: 11px 12px;
    font-size: 11px;
  }

  .uplotnist-profile-table tbody td,
  .table-uplotnist-classic .uplotnist-profile-table tbody td,
  .uplotnist-table-wrap .uplotnist-profile-table tbody td {
    padding: 9px 12px;
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .uplotnist-table-wrap {
    margin: 18px 0;
    padding: 12px;
    border-radius: 14px;
  }

  .uplotnist-table-title {
    font-size: 18px;
  }

  .uplotnist-table-scroll {
    max-height: 620px;
  }

  .uplotnist-profile-table {
    min-width: 560px;
  }
}

/* ==== Custom CSS & JS plugin: ID 11179 — Каталог, общее описание в3 ==== */
/* =========================================================
   CATALOG GLOBAL CSS
   uplotnist.ru
   Верхний hero: upl-cat-v2
   Нижние блоки каталога: catalog-global
   Версия: обычная браузерная подсказка через title=""
========================================================= */

/* =========================================================
   BASE RESET FOR CATALOG BLOCKS
========================================================= */

.upl-cat-v2,
.upl-cat-v2 *,
.catalog-global,
.catalog-global * {
  box-sizing: border-box;
}

/* =========================================================
   UPL CAT V2 — NEW CATALOG HERO
========================================================= */

.upl-cat-v2 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 122, 0, .11), transparent 28%),
    linear-gradient(135deg, #071b2d 0%, #061724 58%, #0b2238 100%);
  border-top: 1px solid rgba(65, 126, 181, .34);
  border-bottom: 1px solid rgba(65, 126, 181, .34);
  overflow: hidden;
}

.upl-cat-v2__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 34px 32px 38px;
}

.upl-cat-v2__grid {
  display: grid;
  grid-template-columns: minmax(300px, 350px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.upl-cat-v2__side {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.upl-cat-v2__label {
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 122, 0, .5);
  border-radius: 999px;
  background: rgba(255, 122, 0, .09);
  color: #ff7a00;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .25px;
}

.upl-cat-v2__label::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #ff7a00;
  box-shadow: 0 0 14px rgba(255, 122, 0, .75);
}

.upl-cat-v2__title {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 29px;
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -.35px;
}

.upl-cat-v2__title span {
  display: block;
  color: #ff7a00;
}

.upl-cat-v2__text {
  margin: 0;
  color: #cfd9e3;
  font-size: 13px;
  line-height: 1.48;
  font-weight: 700;
}

.upl-cat-v2__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 17px 0 0;
}

.upl-cat-v2__stat {
  min-height: 86px;
  padding: 13px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 13px;
  background: rgba(11, 34, 56, .92);
  border: 1px solid rgba(65, 126, 181, .45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.upl-cat-v2__num {
  color: #ff7a00;
  font-size: 24px;
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.3px;
}

.upl-cat-v2__cap {
  margin-top: 8px;
  color: #aebdca;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 800;
}

.upl-cat-v2__cta {
  margin-top: 12px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(11, 34, 56, .94);
  border: 1px solid rgba(65, 126, 181, .45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.upl-cat-v2__button {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 11px;
  background: linear-gradient(135deg, #ff7a00, #ff9b32);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 10px 24px rgba(255, 122, 0, .22);
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.upl-cat-v2__button:hover {
  transform: translateY(-2px);
  opacity: .96;
  box-shadow: 0 14px 28px rgba(255, 122, 0, .28);
}

.upl-cat-v2__trust {
  margin-top: 12px;
  color: #aebdca;
  font-size: 11px;
  line-height: 1.36;
  font-weight: 700;
}

.upl-cat-v2__trust span {
  color: #ff7a00;
  font-weight: 900;
}

.upl-cat-v2__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.upl-cat-v2__head {
  flex: 0 0 auto;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 14px;
}

.upl-cat-v2__heading {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.2px;
}

.upl-cat-v2__heading span {
  color: #ff7a00;
}

.upl-cat-v2__note {
  flex: 0 0 auto;
  color: #aebdca;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.upl-cat-v2__cards {
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.upl-cat-v2__card {
  position: relative;
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background: #071b2d;
  border: 1px solid rgba(65, 126, 181, .52);
  text-decoration: none;
  isolation: isolate;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .045),
    0 10px 26px rgba(0, 0, 0, .16);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.upl-cat-v2__card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 0, .95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .055),
    0 16px 34px rgba(0, 0, 0, .26),
    0 0 0 1px rgba(255, 122, 0, .14);
}

.upl-cat-v2__card--accent {
  border-color: rgba(255, 122, 0, .9);
}

.upl-cat-v2__pic {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #071b2d;
}

.upl-cat-v2__pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform .32s ease, filter .32s ease;
}

.upl-cat-v2__card:hover .upl-cat-v2__pic img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.upl-cat-v2__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(6, 23, 36, .92) 0%, rgba(6, 23, 36, .76) 34%, rgba(6, 23, 36, .24) 70%, rgba(6, 23, 36, .06) 100%),
    linear-gradient(to right, rgba(6, 23, 36, .5), rgba(6, 23, 36, .06) 62%);
  pointer-events: none;
}

.upl-cat-v2__card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, #ff7a00, rgba(255, 122, 0, 0));
  opacity: .85;
  pointer-events: none;
}

.upl-cat-v2__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px 44px 18px 15px;
}

.upl-cat-v2__badge {
  width: fit-content;
  min-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 7px;
  padding: 3px 8px;
  border-radius: 5px;
  background: #ff7a00;
  color: #071b2d;
  font-size: 8px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .15px;
}

.upl-cat-v2__card-title {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.15px;
}

.upl-cat-v2__card-text {
  margin: 6px 0 0;
  color: #d6e0ea;
  font-size: 11px;
  line-height: 1.28;
  font-weight: 750;
}

.upl-cat-v2__arrow {
  position: absolute;
  right: 15px;
  bottom: 20px;
  z-index: 4;
  color: #ff7a00;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  transition: transform .22s ease;
}

.upl-cat-v2__card:hover .upl-cat-v2__arrow {
  transform: translateX(3px);
}

/* =========================================================
   CATALOG GLOBAL — LOWER CATALOG BLOCKS
========================================================= */

.catalog-global {
  width: 100%;
  background: #071b2d;
  font-family: Arial, sans-serif;
  color: #ffffff;
}

.catalog-global__inner {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(65, 126, 181, .35);
  border-radius: 16px;
  background: rgba(10, 31, 51, .96);
}

.catalog-global__block {
  margin-bottom: 42px;
}

.catalog-global__block:last-child {
  margin-bottom: 0;
}

.catalog-global__header {
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(65, 126, 181, .35);
}

.catalog-global__title {
  margin: 0;
  color: #ff7a00;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.catalog-global__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 120px));
  gap: 12px;
  align-items: stretch;
}

/* =========================================================
   CATALOG GLOBAL — LOWER CARDS
========================================================= */

.catalog-global__card {
  position: relative;
  width: 120px;
  min-height: 145px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  background: #0b2238;
  border: 1px solid rgba(65, 126, 181, .35);
  border-radius: 10px;
  text-decoration: none;
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
  transform-origin: center;
  z-index: 1;
}

/* Старое нормальное увеличение карточки */
@media (hover: hover) and (pointer: fine) {
  .catalog-global__card:hover {
    transform: scale(2);
    border-color: #ff7a00;
    box-shadow: 0 12px 35px rgba(255, 122, 0, .3);
    z-index: 20;
  }
}

.catalog-global__image {
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-global__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  display: block;
}

.catalog-global__card-title {
  margin-top: 8px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  letter-spacing: .1px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.catalog-global__card-text {
  margin-top: 4px;
  color: #4f6375;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.catalog-global__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 18px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  background: #ff7a00;
  color: #071b2d;
  font-size: 8px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 2;
}

/* =========================================================
   NATIVE TOOLTIP MODE
   Подсказка классификации теперь только через HTML title=""
   Никаких кастомных .catalog-global__card--hint::after тут нет.
========================================================= */

.catalog-global__card--hint {
  cursor: help;
}

/* =========================================================
   GLOBAL BUTTONS
========================================================= */

.catalog-global__button {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  margin: 0 0 8px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff7a00, #ff9b32);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  transition:
    transform .2s ease,
    opacity .2s ease;
}

.catalog-global__button:hover {
  transform: translateY(-2px);
  opacity: .95;
}

.catalog-global__button--ghost {
  background: transparent;
  border: 1px solid rgba(255, 122, 0, .45);
  color: #ff7a00;
}

/* =========================================================
   GLOBAL TABLE
========================================================= */

.catalog-global__table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(65, 126, 181, .35);
  border-radius: 12px;
}

.catalog-global__table th {
  padding: 14px;
  background: rgba(255, 122, 0, .12);
  color: #ff7a00;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
}

.catalog-global__table td {
  padding: 14px;
  border-top: 1px solid rgba(65, 126, 181, .25);
  color: #d9e3ec;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

/* =========================================================
   RESPONSIVE — UPL CAT V2
========================================================= */

@media (max-width: 1500px) {
  .upl-cat-v2__inner {
    padding: 32px 24px 36px;
  }

  .upl-cat-v2__grid {
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 22px;
  }

  .upl-cat-v2__title {
    font-size: 26px;
  }

  .upl-cat-v2__text {
    font-size: 12px;
    line-height: 1.45;
  }

  .upl-cat-v2__card-title {
    font-size: 13px;
  }

  .upl-cat-v2__card-text {
    font-size: 9.5px;
  }
}

@media (max-width: 1200px) {
  .upl-cat-v2__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .upl-cat-v2__side {
    max-width: none;
  }

  .upl-cat-v2__text {
    max-width: 980px;
  }

  .upl-cat-v2__stats {
    max-width: 520px;
  }

  .upl-cat-v2__cta {
    max-width: 560px;
  }

  .upl-cat-v2__main {
    display: block;
  }

  .upl-cat-v2__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .upl-cat-v2__card {
    min-height: 210px;
    height: auto;
  }
}

@media (max-width: 700px) {
  .upl-cat-v2__inner {
    padding: 26px 16px 30px;
  }

  .upl-cat-v2__title {
    font-size: 24px;
  }

  .upl-cat-v2__text {
    font-size: 13px;
    line-height: 1.5;
  }

  .upl-cat-v2__heading {
    font-size: 22px;
  }

  .upl-cat-v2__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .upl-cat-v2__stats {
    grid-template-columns: 1fr;
  }

  .upl-cat-v2__stat {
    min-height: auto;
    padding: 13px 14px;
  }

  .upl-cat-v2__cards {
    grid-template-columns: 1fr;
  }

  .upl-cat-v2__card {
    min-height: 176px;
  }

  .upl-cat-v2__body {
    min-height: 88px;
    padding: 14px 42px 17px 14px;
  }
}

/* =========================================================
   RESPONSIVE — LOWER CATALOG BLOCKS
========================================================= */

@media (max-width: 1100px) {
  .catalog-global__title {
    font-size: 26px;
  }

  .catalog-global__grid {
    grid-template-columns: repeat(auto-fill, minmax(110px, 110px));
  }

  .catalog-global__card {
    width: 110px;
  }
}

@media (max-width: 768px) {
  .catalog-global__inner {
    padding: 14px;
  }

  .catalog-global__title {
    font-size: 22px;
  }

  .catalog-global__grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 100px));
    gap: 9px;
  }

  .catalog-global__card {
    width: 100px;
    min-height: 130px;
  }

  .catalog-global__image {
    height: 72px;
  }

  .catalog-global__card-title {
    font-size: 11px;
  }
}




/* ==== Uplotnist static v0.3.3 UI fixes: header, breadcrumbs, centered media, true magnifier, catalog hero, GOST tabs ==== */
.u2-header{min-height:116px !important;background:#fff !important;border-bottom:1px solid #e7edf3 !important;}
.u2-header__inner{height:116px !important;width:min(1540px, calc(100% - 36px)) !important;margin:0 auto !important;display:grid !important;grid-template-columns:270px minmax(0,1fr) 270px !important;align-items:center !important;justify-content:initial !important;gap:22px !important;}
.u2-logo{grid-column:1 !important;justify-self:start !important;}
.u2-logo img{width:190px !important;max-width:190px !important;height:auto !important;}
.u2-nav{grid-column:2 !important;justify-self:center !important;justify-content:center !important;gap:34px !important;}
.u2-nav a{font-size:16px !important;font-weight:800 !important;padding:50px 0 46px !important;}
.u2-nav a.is-active::after{bottom:34px !important;height:3px !important;}
.seal-breadcrumbs{color:#ff7a00 !important;background:#071b2d !important;border-top:1px solid rgba(65,126,181,.25) !important;border-bottom:1px solid rgba(65,126,181,.25) !important;}
.seal-breadcrumbs a,.seal-breadcrumbs .u2-breadcrumb-sep{color:#ff7a00 !important;text-decoration:none !important;}
.seal-breadcrumbs a:hover{color:#ff9b32 !important;}
.seal-breadcrumbs .u2-breadcrumb-current,.seal-breadcrumbs .breadcrumb_last,.seal-breadcrumbs .breadcrumb_last strong,.seal-breadcrumbs span:last-child{color:#ffffff !important;font-weight:900 !important;}

body.u2-page-catalog .upl-cat-v2{width:100vw !important;max-width:100vw !important;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;}
body.u2-page-catalog .upl-cat-v2__inner{width:100% !important;max-width:1920px !important;margin:0 auto !important;padding-left:24px !important;padding-right:24px !important;}

.seal-cat__media{overflow:visible !important;}
.seal-cat__image{display:flex !important;align-items:center !important;justify-content:center !important;overflow:visible !important;}
.seal-cat__gallery{width:100% !important;min-height:288px !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:visible !important;padding:0 !important;gap:0 !important;scroll-snap-type:none !important;}
.seal-cat__gallery::-webkit-scrollbar{display:none !important;}
.seal-cat__gallery a{flex:0 1 auto !important;width:100% !important;min-height:288px !important;display:flex !important;align-items:center !important;justify-content:center !important;text-decoration:none !important;}
.seal-cat__gallery img{display:block !important;width:auto !important;max-width:min(100%, 320px) !important;max-height:320px !important;margin:auto !important;object-fit:contain !important;object-position:center center !important;transform-origin:center center !important;}
@media (hover:hover) and (pointer:fine){.seal-cat__gallery,.seal-cat__gallery a,.seal-cat__gallery img,.seal-cat__image img{cursor:none !important;}.seal-cat__gallery img:hover{transform:none !important;}}
.catalog-global__image,.seal-card__image{display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;}
.catalog-global__image img,.seal-card__image img{display:block !important;width:auto !important;height:auto !important;max-width:88% !important;max-height:88px !important;margin:auto !important;object-fit:contain !important;object-position:center center !important;}
.catalog-global__card-title{font-size:13px !important;}

.u2-magnifier-lens{position:fixed;width:250px;height:250px;border-radius:20px;border:2px solid rgba(255,122,0,.98);background-color:#fff;background-repeat:no-repeat;box-shadow:0 18px 54px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.22) inset;pointer-events:none;z-index:999999;opacity:0;transform:translate(-50%,-50%) scale(.96);transition:opacity .1s ease,transform .1s ease;will-change:left,top,background-position;}
.u2-magnifier-lens.is-visible{opacity:1;transform:translate(-50%,-50%) scale(1);}
.u2-magnifier-lens::after{content:"лупа";position:absolute;right:10px;bottom:8px;padding:4px 7px;border-radius:999px;background:rgba(7,27,45,.9);color:#ff7a00;font:900 10px/1 Arial,sans-serif;letter-spacing:.2px;text-transform:uppercase;}

.gost-tabs{margin:26px 0 10px;padding:22px;border-radius:18px;background:#0b2238;border:1px solid rgba(65,126,181,.45);box-shadow:0 14px 38px rgba(0,0,0,.18);}
.gost-tabs *{box-sizing:border-box;}
.gost-tabs__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:18px;align-items:end;margin-bottom:16px;}
.gost-tabs__top h2{margin:0 0 8px;color:#fff;font-size:28px;line-height:1.15;font-weight:900;}
.gost-tabs__top h2 span{color:#ff7a00;}
.gost-tabs__top p{margin:0;color:#cfd9e3;font-size:14px;line-height:1.55;font-weight:700;}
.gost-tabs__search{display:block;color:#d9e3ec;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.3px;}
.gost-tabs__search span{display:block;margin-bottom:7px;color:#ff7a00;}
.gost-tabs__search input{width:100%;min-height:44px;border-radius:10px;border:1px solid rgba(65,126,181,.7);background:#061724;color:#fff;padding:10px 12px;font-size:14px;font-weight:700;outline:none;}
.gost-tabs__search input:focus{border-color:#ff7a00;box-shadow:0 0 0 3px rgba(255,122,0,.16);}
.gost-tabs__buttons{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 12px;}
.gost-tabs__btn{border:1px solid rgba(255,122,0,.45);background:rgba(255,122,0,.08);color:#ff7a00;border-radius:999px;min-height:42px;padding:0 15px;font-size:13px;font-weight:900;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;}
.gost-tabs__btn span{opacity:.82;margin-left:4px;color:inherit;}
.gost-tabs__btn:hover{transform:translateY(-1px);border-color:#ff7a00;background:rgba(255,122,0,.16);}
.gost-tabs__btn.is-active{background:#ff7a00;color:#fff;border-color:#ff7a00;}
.gost-tabs__status{margin:0 0 12px;color:#cfd9e3;font-size:13px;font-weight:800;}
.gost-tabs__panel[hidden]{display:none !important;}
.gost-tabs__panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0 10px;}
.gost-tabs__panel-head h3{margin:0;color:#fff;font-size:21px;line-height:1.2;font-weight:900;}
.gost-tabs__panel-head span{flex:0 0 auto;color:#ff7a00;font-size:13px;font-weight:900;}
.gost-table-wrap{max-height:680px;overflow:auto;border-radius:14px;border:1px solid rgba(65,126,181,.5);background:#071b2d;}
.gost-table{width:100%;border-collapse:separate;border-spacing:0;background:#071b2d;color:#d9e3ec;font-size:13px;line-height:1.35;}
.gost-table caption{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;}
.gost-table th,.gost-table td{border-right:1px solid rgba(65,126,181,.35);border-bottom:1px solid rgba(65,126,181,.28);padding:10px 12px;text-align:left;vertical-align:top;font-weight:700;}
.gost-table th{position:sticky;top:0;z-index:2;background:#2d2d2d;color:#ff9b32;text-transform:uppercase;font-size:12px;font-weight:900;}
.gost-table tr:nth-child(even) td{background:rgba(255,255,255,.025);}
.gost-table tr:hover td{background:rgba(255,122,0,.08);color:#fff;}
.gost-table td:nth-child(1),.gost-table td:nth-child(5){font-weight:900;color:#fff;}
.gost-table tr.is-hidden{display:none;}
@media(max-width:980px){.gost-tabs__top{grid-template-columns:1fr}.u2-header__inner{grid-template-columns:1fr !important;height:auto !important;min-height:96px !important;padding:14px 0 !important}.u2-logo{justify-self:center !important;}.u2-nav{grid-column:1 !important;justify-self:center !important;gap:18px !important}.u2-nav a{padding:6px 0 !important;font-size:14px !important}.u2-nav a.is-active::after{bottom:-5px !important}.u2-logo img{width:164px !important;max-width:164px !important;}}
@media(max-width:760px){.u2-header{min-height:auto !important}.u2-header__inner{width:min(100% - 24px, 1540px) !important}.gost-tabs{padding:16px;border-radius:14px}.gost-tabs__top h2{font-size:23px}.gost-table{font-size:12px}.u2-magnifier-lens{display:none !important}.catalog-global__image img{max-height:72px !important;}}


/* ==== Uplotnist v0.6: full-width catalog layout, centered cards, clean magnifier ==== */
body.u2-page-catalog .u2-main{background:#071b2d !important;}body.u2-page-catalog .upl-cat-v2{width:100vw !important;max-width:100vw !important;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;padding-top:34px !important;padding-bottom:42px !important;}body.u2-page-catalog .upl-cat-v2__inner{width:100% !important;max-width:none !important;margin:0 !important;padding-left:clamp(24px,4vw,72px) !important;padding-right:clamp(24px,4vw,72px) !important;}body.u2-page-catalog .upl-cat-v2__grid{display:grid !important;grid-template-columns:minmax(280px,380px) minmax(0,1fr) !important;gap:32px !important;align-items:stretch !important;max-width:1920px !important;margin:0 auto !important;}body.u2-page-catalog .upl-cat-v2__cards{display:grid !important;grid-template-columns:repeat(4,minmax(220px,1fr)) !important;gap:18px !important;}body.u2-page-catalog .upl-cat-v2__card{min-height:305px !important;}body.u2-page-catalog .upl-cat-v2__pic{height:100% !important;min-height:305px !important;}
.catalog-global{width:100vw !important;max-width:100vw !important;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;padding:30px clamp(18px,3vw,56px) !important;}.catalog-global__inner{max-width:1920px !important;margin:0 auto !important;border-radius:18px !important;padding:26px !important;}.catalog-global__grid{grid-template-columns:repeat(auto-fill,minmax(128px,1fr)) !important;gap:14px !important;align-items:stretch !important;}.catalog-global__card{width:100% !important;min-height:154px !important;align-items:center !important;justify-content:space-between !important;overflow:visible !important;}.catalog-global__image{width:100% !important;height:96px !important;display:flex !important;align-items:center !important;justify-content:center !important;}.catalog-global__image img{width:auto !important;height:auto !important;max-width:96px !important;max-height:86px !important;margin:auto !important;object-fit:contain !important;object-position:center center !important;display:block !important;}.catalog-global__card-title{width:100% !important;text-align:center !important;}@media(hover:hover) and (pointer:fine){.catalog-global__card:hover{transform:scale(1.35) !important;}}
.seal-cat__image,.seal-cat__gallery,.seal-cat__gallery a{display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;}.seal-cat__gallery a{width:100% !important;}.seal-cat__gallery img,.seal-cat__image img{display:block !important;margin:auto !important;object-fit:contain !important;object-position:center center !important;transform:none !important;}.u2-magnifier-lens{width:240px !important;height:240px !important;border:0 !important;border-radius:18px !important;box-shadow:0 20px 58px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.18) inset !important;background-color:#fff !important;}.u2-magnifier-lens::after{content:none !important;display:none !important;}
@media(max-width:1200px){body.u2-page-catalog .upl-cat-v2__grid{grid-template-columns:1fr !important}body.u2-page-catalog .upl-cat-v2__cards{grid-template-columns:repeat(2,minmax(220px,1fr)) !important}.catalog-global__grid{grid-template-columns:repeat(auto-fill,minmax(112px,1fr)) !important}}@media(max-width:720px){body.u2-page-catalog .upl-cat-v2__cards{grid-template-columns:1fr !important}.catalog-global{padding-left:10px !important;padding-right:10px !important}.catalog-global__grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}


/* ==== Uplotnist v0.6.1: layout correction, wide catalog, clean lens, centered media ==== */

/* Search block: full-width band, content stretched cleanly */
.upl-prod-search{
  width:100vw !important;
  max-width:100vw !important;
  margin:0 calc(50% - 50vw) 42px !important;
  padding:26px clamp(22px,4vw,72px) 30px !important;
  border-left:0 !important;
  border-right:0 !important;
  border-radius:0 !important;
}
.upl-prod-search__top,
.upl-prod-search__form,
.upl-prod-search__hint,
.upl-prod-search__results{
  width:min(1760px, calc(100vw - 56px)) !important;
  max-width:none !important;
}
.upl-prod-search__form{
  grid-template-columns:120px 120px 120px 120px minmax(480px,1fr) 104px !important;
}
.upl-prod-search__results{
  overflow:visible !important;
}
.upl-prod-search__table-wrap{
  width:100% !important;
  overflow:auto !important;
}
.upl-prod-search table{
  table-layout:auto !important;
  min-width:1320px !important;
}
.upl-prod-search th:first-child,
.upl-prod-search td:first-child{
  min-width:430px !important;
  width:430px !important;
  max-width:560px !important;
  padding-left:16px !important;
  color:#10243e !important;
  overflow:visible !important;
}
.upl-prod-search__name-cell{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:12px !important;
  min-width:0 !important;
  width:100% !important;
}
.upl-prod-search__name-cell > div{
  flex:1 1 auto !important;
  min-width:0 !important;
  display:block !important;
  color:#10243e !important;
  overflow:visible !important;
}
.upl-prod-search__name-cell span,
.upl-prod-search__name-link{
  display:block !important;
  color:#10243e !important;
  font-weight:900 !important;
  line-height:1.35 !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  text-decoration:none !important;
}
.upl-prod-search__name-link:hover{color:#ff7a00 !important;text-decoration:underline !important;}
.upl-prod-search__copy{
  flex:0 0 32px !important;
  margin-left:auto !important;
}

/* Main catalog hero: use the actual screen width, not a narrow island */
body.u2-page-catalog .upl-cat-v2{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
}
body.u2-page-catalog .upl-cat-v2__inner{
  width:100vw !important;
  max-width:none !important;
  padding:42px clamp(18px,4vw,72px) 48px !important;
}
body.u2-page-catalog .upl-cat-v2__grid{
  width:min(1880px, calc(100vw - 36px)) !important;
  max-width:none !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:minmax(280px,360px) minmax(0,1fr) !important;
  gap:34px !important;
}
body.u2-page-catalog .upl-cat-v2__cards{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(230px,1fr)) !important;
  gap:20px !important;
}
body.u2-page-catalog .upl-cat-v2__card{
  width:100% !important;
  min-height:330px !important;
}
body.u2-page-catalog .upl-cat-v2__pic{
  height:100% !important;
  min-height:330px !important;
}

/* Category/profile grids: no matryoshka-narrow center, spread cards across available width */
.catalog-global{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:34px clamp(10px,2.2vw,42px) !important;
}
.catalog-global__inner{
  width:min(1900px, calc(100vw - 24px)) !important;
  max-width:none !important;
  margin:0 auto !important;
  padding:26px 22px !important;
  border-radius:18px !important;
}
.catalog-global__grid{
  width:100% !important;
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(118px,1fr)) !important;
  gap:14px !important;
  justify-content:stretch !important;
  align-items:stretch !important;
}
.catalog-global__card{
  width:100% !important;
  min-width:0 !important;
  min-height:154px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:space-between !important;
}
.catalog-global__image{
  width:100% !important;
  height:96px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
.catalog-global__image img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:min(96px,90%) !important;
  max-height:86px !important;
  margin:auto !important;
  object-fit:contain !important;
  object-position:50% 50% !important;
}
.catalog-global__card-title{
  width:100% !important;
  text-align:center !important;
}

/* Profile page media: hard centering, one clean image, no right drift from flex/galleries */
.seal-cat__media{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
}
.seal-cat__image{
  display:grid !important;
  place-items:center !important;
  padding:20px !important;
  overflow:visible !important;
}
.seal-cat__gallery{
  width:100% !important;
  min-height:320px !important;
  display:grid !important;
  place-items:center !important;
  overflow:visible !important;
  padding:0 !important;
  margin:0 !important;
  gap:0 !important;
}
.seal-cat__gallery a{
  width:100% !important;
  min-height:320px !important;
  display:grid !important;
  place-items:center !important;
  margin:0 !important;
  padding:0 !important;
}
.seal-cat__gallery img,
.seal-cat__image img{
  display:block !important;
  position:static !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  width:auto !important;
  height:auto !important;
  max-width:min(100%,320px) !important;
  max-height:320px !important;
  margin:auto !important;
  object-fit:contain !important;
  object-position:50% 50% !important;
  transform:none !important;
}

/* Clean magnifier: no label, no orange frame */
.u2-magnifier-lens{
  width:240px !important;
  height:240px !important;
  border:0 !important;
  outline:0 !important;
  border-radius:18px !important;
  box-shadow:0 20px 58px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.2) inset !important;
  background-color:#fff !important;
}
.u2-magnifier-lens::after,
.u2-magnifier-lens::before{
  content:none !important;
  display:none !important;
}

@media(max-width:1300px){
  body.u2-page-catalog .upl-cat-v2__grid{grid-template-columns:1fr !important;}
  body.u2-page-catalog .upl-cat-v2__cards{grid-template-columns:repeat(2,minmax(220px,1fr)) !important;}
  .upl-prod-search__form{grid-template-columns:repeat(4,1fr) !important;}
  .upl-prod-search__form input[name=q], .upl-prod-search button{grid-column:1/-1 !important;}
}
@media(max-width:760px){
  body.u2-page-catalog .upl-cat-v2__cards{grid-template-columns:1fr !important;}
  .catalog-global__grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .upl-prod-search__top,.upl-prod-search__form,.upl-prod-search__hint,.upl-prod-search__results{width:calc(100vw - 24px) !important;}
}


/* ==== Uplotnist v0.6.2 global layout/profile centering fix ==== */
body.u2-page-catalog .upl-cat-v2{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
}
body.u2-page-catalog .upl-cat-v2__inner{
  width:100vw !important;
  max-width:none !important;
  padding-left:24px !important;
  padding-right:24px !important;
}
body.u2-page-catalog .upl-cat-v2__grid{
  width:calc(100vw - 48px) !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
  grid-template-columns:minmax(250px,320px) minmax(0,1fr) !important;
  gap:24px !important;
}
body.u2-page-catalog .upl-cat-v2__cards{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
.catalog-global{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.catalog-global__inner{
  width:calc(100vw - 48px) !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.catalog-global__grid{
  grid-template-columns:repeat(auto-fit,minmax(116px,1fr)) !important;
  gap:14px !important;
}
.seal-cat__image,
.seal-cat__gallery,
.seal-cat__gallery a{
  display:grid !important;
  place-items:center !important;
  text-align:center !important;
  justify-items:center !important;
  align-items:center !important;
}
.seal-cat__gallery img,
.seal-cat__image img{
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
  object-position:center center !important;
  max-width:min(100%,320px) !important;
  max-height:320px !important;
}
.seal-cat__gallery img[src*="shtokovoe-uplotnenie"],
.seal-cat__image img[src*="shtokovoe-uplotnenie"]{
  transform:translateX(-3%) !important;
}
.u2-magnifier-lens::before,
.u2-magnifier-lens::after{display:none !important;content:none !important;}
@media(max-width:1300px){
  body.u2-page-catalog .upl-cat-v2__grid{width:calc(100vw - 28px) !important;grid-template-columns:1fr !important;}
  body.u2-page-catalog .upl-cat-v2__cards{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .catalog-global__inner{width:calc(100vw - 24px) !important;}
}
@media(max-width:760px){
  body.u2-page-catalog .upl-cat-v2__cards{grid-template-columns:1fr !important;}
}


/* ==== Uplotnist v0.7.5 polish fixes ==== */
.u2-header{min-height:108px !important;background:#fff !important;}
.u2-header__inner{width:min(1500px,calc(100% - 56px)) !important;height:108px !important;margin:0 auto !important;display:grid !important;grid-template-columns:300px 1fr 170px !important;align-items:center !important;gap:18px !important;}
.u2-logo{justify-self:start !important;}
.u2-logo img{width:214px !important;max-width:214px !important;height:auto !important;}
.u2-nav{grid-column:2 !important;justify-self:center !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:38px !important;}
.u2-nav a{font-size:18px !important;font-weight:900 !important;color:#061724 !important;letter-spacing:-.01em !important;padding:42px 0 38px !important;}
.u2-nav a.is-active{color:#ff7a00 !important;}
.u2-nav a.is-active::after{bottom:28px !important;height:3px !important;background:#ff7a00 !important;}
.seal-breadcrumbs span:last-child{color:inherit !important;}
.seal-breadcrumbs .u2-breadcrumb-current{color:#ff7a00 !important;font-weight:900 !important;}
.seal-breadcrumbs .u2-breadcrumb-sep{color:#fff !important;opacity:.9 !important;margin:0 5px !important;}
.seal-breadcrumbs a{color:#fff !important;}
.seal-breadcrumbs a:hover{color:#ff7a00 !important;}
.u2-cta{background:#071b2d !important;border:1px solid rgba(65,126,181,.45) !important;color:#fff !important;}
.u2-cta strong{color:#fff !important;}.u2-cta span{color:#dbe7f2 !important;}
.upl-profile-products__msg{background:rgba(255,255,255,.06) !important;color:#dbe7f2 !important;border:1px solid rgba(65,126,181,.45) !important;border-radius:14px !important;padding:16px 18px !important;font-weight:800 !important;}
.upl-profile-products__large{background:rgba(255,122,0,.10) !important;color:#ffd8b0 !important;border:1px solid rgba(255,122,0,.55) !important;border-radius:14px !important;padding:14px 16px !important;font-weight:900 !important;}
.seal-live-gallery__item.is-broken,.seal-cat__photo.is-broken,.seal-cat__photos a.is-broken{display:none !important;}
.u2-cart-float{right:26px !important;bottom:26px !important;padding:15px 18px !important;border-radius:999px !important;font-size:15px !important;box-shadow:0 16px 38px rgba(255,122,0,.35) !important;}
.u2-cart-float__text{font-weight:900 !important;}.u2-cart-float__count{min-width:28px !important;height:28px !important;font-size:14px !important;}
@media(max-width:980px){.u2-header__inner{width:calc(100% - 32px) !important;grid-template-columns:1fr !important;height:auto !important;min-height:96px !important;padding:12px 0 !important}.u2-logo{justify-self:center !important}.u2-logo img{width:190px !important;max-width:190px !important}.u2-nav{grid-column:1 !important;gap:20px !important;flex-wrap:wrap !important}.u2-nav a{font-size:15px !important;padding:8px 0 !important}.u2-nav a.is-active::after{bottom:-5px !important}.u2-cart-float{right:12px !important;bottom:12px !important;font-size:13px !important;padding:11px 13px !important}}

/* v46 header: stable menu order, no desktop line breaks */
@media (min-width:981px){
  .u2-header__inner{width:min(1320px,calc(100% - 40px))!important;}
  .u2-nav{flex-wrap:nowrap!important;gap:28px!important;}
  .u2-nav a{white-space:nowrap!important;font-size:16px!important;line-height:1!important;}
}

/* v46 catalog sidebar secondary button */
.upl-cat-v2__button + .upl-cat-v2__button{margin-top:10px!important;}
.upl-cat-v2__button--tech{background:linear-gradient(135deg,#ff7a00,#ff9b32)!important;}

/* Catalog technical directories: white secondary CTA. */
.upl-cat-v2__button.upl-cat-v2__button--tech{background:#fff!important;color:#10243e!important;border:1px solid rgba(255,255,255,.88)!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important}
.upl-cat-v2__button.upl-cat-v2__button--tech:hover{background:#f1f5f8!important;color:#071b2d!important;opacity:1!important}
