.map-stat {
  transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

.map-stat--production:hover {
  background: #d81b12 !important;
}

.map-stat--regions:hover,
.map-stat--cities:hover {
  background: #242424 !important;
}

.about-innovations article {
  border: 1px solid transparent;
  transition: border-color .3s ease, transform .3s ease;
}

.about-innovations article:hover {
  border-color: #d81b12;
}

.wholesale-condition-grid article {
  display: flex;
  flex-direction: column;
  background: #f8f8f8 !important;
  border: 0 !important;
}

.wholesale-condition-grid article p {
  margin-top: 135px;
}

.retailer {
  border: 1px solid #dedede !important;
  background: #fff !important;
}

.retailer img {
  width: 50% !important;
}

.suppliers-directions article,
.club-opportunities article {
  background: #f8f8f8 !important;
}

.club-opportunities article {
  padding: 35px !important;
  border-radius: 38px !important;
}

.suppliers-purpose,
.club-purpose,
.wholesale-statement {
  display: grid;
  grid-template-columns: minmax(220px, 38%) minmax(0, 1fr);
  grid-template-rows: max-content max-content;
  column-gap: clamp(24px, 5vw, 90px);
  row-gap: 28px;
  align-items: center;
  align-content: center;
  width: var(--page);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.suppliers-purpose > span,
.club-purpose > span,
.wholesale-statement > b,
.wholesale-statement > p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-self: end;
}

.suppliers-purpose > h2,
.club-purpose > h2,
.wholesale-statement > p {
  align-self: start;
}

.suppliers-purpose,
.club-purpose {
  width: var(--page);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.suppliers-purpose > .purpose-side-image,
.club-purpose > .purpose-side-image,
.wholesale-statement > .wholesale-statement__image {
  grid-row: 1 / span 2;
  width: 100%;
  max-height: 440px;
  object-fit: contain;
}

.wholesale-statement p {
  font-weight: 500 !important;
}

.mega-menu__side-promos .mega-promo > img {
  object-fit: cover;
  object-position: center;
}

.mega-menu__side-promos .mega-promo:first-child > img {
  content: url('/local/templates/kleim_pro/assets/%D0%9F%D1%80%D0%BE%D0%B8%D0%B7%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE%D0%A3%D0%BF%D0%B0%D0%BA%D0%BE%D0%B2%D0%BA%D0%B8.png?v=2');
}

.mega-menu__side-promos .mega-promo:nth-child(2) > img {
  content: url('/local/templates/kleim_pro/assets/%D0%A0%D0%B5%D0%BA%D0%BB%D0%B0%D0%BC%D0%BD%D1%8B%D0%B5%D0%9C%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB%D1%8B.png?v=2');
}

.scroll-top {
  position: fixed;
  right: clamp(16px, 2.3vw, 38px);
  bottom: clamp(16px, 2.3vw, 38px);
  z-index: 1000;
  width: 82px;
  height: 82px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #242424;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease, background-color .25s ease;
  display: grid;
  place-items: center;
  line-height: 0;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top:hover {
  background: #d81b12;
}

.scroll-top img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
  margin: 0;
}

.chat {
  bottom: 128px !important;
}

.legal-page {
  background: #fff;
  font-family: Raleway, sans-serif;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

.legal-breadcrumbs {
  padding-top: 46px;
  margin-bottom: 34px;
}

.legal-page__hero {
  padding-bottom: 56px;
}

.legal-page__hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-family: Bounded, sans-serif;
  font-size: clamp(34px, 4vw, 72px);
  font-weight: 700;
  line-height: 1.02;
}

.legal-document {
  max-width: 1780px;
  margin-bottom: 150px;
  padding: clamp(28px, 4vw, 64px);
  color: #242424;
  background: #f8f8f8;
  border-radius: 38px;
  font-family: Raleway, sans-serif;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-size: 17px;
  line-height: 1.55;
}

.legal-document h2 {
  margin: 52px 0 20px;
  font-family: Bounded, sans-serif;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.15;
}

.legal-document h2:first-of-type {
  margin-top: 20px;
}

.legal-document h3 {
  margin: 34px 0 14px;
  font-size: 21px;
}

.legal-document p,
.legal-document ul,
.legal-document ol {
  margin: 0 0 18px;
}

.legal-document ul,
.legal-document ol {
  padding-left: 26px;
}

.legal-document li + li {
  margin-top: 8px;
}

.legal-document table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  background: #fff;
}

.legal-document th,
.legal-document td {
  padding: 14px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.legal-document a {
  color: #d81b12;
  text-decoration: underline;
}

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 10020;
  box-sizing: border-box;
  width: min(1120px, calc(100% - 32px));
  padding: 24px 26px;
  color: #fff;
  background: #242424;
  border-radius: 26px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 24px);
  transition: opacity .28s ease, visibility .28s ease, transform .28s ease;
}

.cookie-consent.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.cookie-consent.is-closing {
  opacity: 0;
  transform: translate(-50%, 18px);
}

.cookie-consent__copy {
  max-width: 700px;
}

.cookie-consent strong {
  font-family: Bounded, sans-serif;
  font-size: 21px;
}

.cookie-consent p {
  margin: 8px 0 0;
  color: #d7d7d7;
  font-size: 14px;
  line-height: 1.35;
}

.cookie-consent a {
  color: #fff;
  text-decoration: underline;
}

.cookie-consent__actions {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
}

.cookie-consent button {
  min-height: 48px;
  padding: 0 22px;
  color: #fff;
  background: transparent;
  border: 1px solid #777;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-consent button:last-child {
  background: #d81b12;
  border-color: #d81b12;
}

@media (max-width: 760px) {
  .suppliers-purpose,
  .club-purpose,
  .wholesale-statement {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }

  .suppliers-purpose > .purpose-side-image,
  .club-purpose > .purpose-side-image,
  .wholesale-statement > .wholesale-statement__image {
    grid-row: auto;
    max-height: 300px;
  }

  .scroll-top {
    width: 58px;
    height: 58px;
  }

  .chat {
    bottom: 88px !important;
  }

  .wholesale-condition-grid article p {
    margin-top: 50px;
  }

  .scroll-top img {
    width: 30px;
    height: 30px;
  }

  .legal-breadcrumbs {
    padding-top: 24px;
    margin-bottom: 22px;
  }

  .legal-page__hero {
    padding-bottom: 30px;
  }

  .legal-document {
    margin-bottom: 80px;
    padding: 24px 18px;
    border-radius: 24px;
    font-size: 15px;
    overflow-x: auto;
  }

  .legal-document h2 {
    margin-top: 38px;
  }

  .cookie-consent {
    bottom: 12px;
    padding: 20px;
    border-radius: 22px;
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .cookie-consent__actions {
    width: 100%;
  }

  .cookie-consent button {
    flex: 1;
    padding: 0 12px;
    font-size: 12px;
  }
}
