.up-wholesale-page .inner-main-content-container,
.up-wholesale-page .crumbs,
.up-wholesale-page .catalog__link-main,
.up-wholesale-page .catalog__h2 {
  display: none;
}

.up-wholesale-page .up-home-footer-cta {
  display: none !important;
}

.up-wholesale {
  --up-blue: #112a6e;
  --up-blue-dark: #0e2358;
  --up-blue-mid: #1a3b94;
  --up-blue-bright: #2a55c9;
  --up-red: #e11b22;
  --up-red-dark: #b30f16;
  --up-text: #0f1a2e;
  --up-muted: #5b6678;
  --up-line: #dfe5f1;
  color: var(--up-text);
  background: #f4f7fb;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.up-wholesale * {
  box-sizing: border-box;
}

.up-wholesale,
.up-wholesale button,
.up-wholesale input,
.up-wholesale textarea,
.up-wholesale select {
  font-family: var(--up-font-main, "Golos Text", Arial, sans-serif) !important;
}

.up-wholesale a {
  color: inherit;
}

.up-wholesale-hero-wrap,
.up-wholesale-section,
.up-wholesale-cta {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.up-wholesale-breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 24px 0 18px;
  color: #6c7587;
  font-size: 14px;
}

.up-wholesale-breadcrumbs a {
  text-decoration: none;
  color: var(--up-blue-mid);
}

.up-wholesale-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr);
  gap: 34px;
  align-items: center;
  min-height: 520px;
  padding: 52px;
  border-radius: 24px;
  background:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(135deg, var(--up-blue-dark), var(--up-blue-mid) 56%, var(--up-blue-bright));
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: 0 22px 50px rgba(17, 42, 110, .22);
}

.up-wholesale-hero__content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.up-wholesale-kicker,
.up-wholesale-section__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.up-wholesale-hero h1 {
  max-width: 740px;
  margin: 18px 0 18px;
  color: #fff;
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: 0;
}

.up-wholesale-hero p {
  max-width: 670px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
}

.up-wholesale-hero__actions,
.up-wholesale-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.up-wholesale-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 0;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  font-family: Arial, sans-serif !important;
  line-height: 1.2;
}

.up-wholesale-btn:hover {
  transform: translateY(-1px);
}

.up-wholesale-btn--red {
  background: var(--up-red);
  color: #fff;
  box-shadow: 0 12px 26px rgba(225, 27, 34, .28);
}

.up-wholesale-btn--red:hover {
  background: var(--up-red-dark);
}

.up-wholesale-btn--light {
  background: rgba(255,255,255,.94);
  color: var(--up-blue) !important;
}

.up-wholesale-btn--white {
  background: #fff;
  color: var(--up-red-dark) !important;
}

.up-wholesale-btn--outline-white {
  border: 1px solid rgba(255,255,255,.62);
  color: #fff !important;
  background: rgba(255,255,255,.08);
}

.up-wholesale-btn--red,
.up-wholesale-btn--red:visited {
  color: #fff !important;
}

.up-wholesale-btn--light:visited {
  color: var(--up-blue) !important;
}

.up-wholesale-hero__media {
  position: relative;
  z-index: 1;
  min-height: 390px;
}

.up-wholesale-hero__media img {
  display: block;
  width: 112%;
  max-width: none;
  height: 500px;
  margin-left: -6%;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0,0,0,.28));
}

.up-wholesale-form-source {
  display: none !important;
}

.up-wholesale-section {
  padding-top: 70px;
}

.up-wholesale-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.up-wholesale-section__head h2,
.up-wholesale-lk h2,
.up-wholesale-cta h2 {
  margin: 0;
  color: var(--up-text);
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0;
}

.up-wholesale-section__label {
  background: #e7edf9;
  color: var(--up-blue-mid);
}

.up-wholesale-benefits-section {
  padding-top: 72px;
}

.up-wholesale-benefits-section .up-wholesale-section__head {
  display: block;
  max-width: 920px;
  margin-bottom: 36px;
}

.up-wholesale-benefits-section .up-wholesale-section__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 4px;
  margin-left: 44px;
  border-radius: 0;
  background: rgba(225, 27, 34, .08);
  color: var(--up-red);
  font-family: var(--up-font-main, "Golos Text", Arial, sans-serif) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.up-wholesale-benefits-section .up-wholesale-section__label:before {
  content: "";
  position: absolute;
  left: -44px;
  top: 50%;
  width: 32px;
  height: 3px;
  background: var(--up-red);
  transform: translateY(-50%);
}

.up-wholesale-benefits-section .up-wholesale-section__head h2 {
  max-width: 900px;
  margin-top: 24px;
  color: #071a3a;
  font-family: var(--up-font-main, "Golos Text", Arial, sans-serif);
  font-size: 38px;
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: 0;
}

.up-wholesale-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.up-wholesale-benefit {
  min-height: 256px;
  padding: 32px 30px 28px;
  border: 1px solid #e2e8f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.up-wholesale-benefit img,
.up-wholesale-benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 16px;
  background: #eef3ff;
}

.up-wholesale-benefit img {
  object-fit: contain;
  padding: 8px;
}

.up-wholesale-benefit svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--up-blue-mid);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.up-wholesale-benefit h3 {
  margin: 0 0 14px;
  color: #071a3a;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.12;
}

.up-wholesale-benefit p {
  margin: 0;
  color: #536078;
  font-size: 17px;
  line-height: 1.42;
}

.up-wholesale-lk {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 40px;
  align-items: center;
  overflow: hidden;
  padding: 46px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0e2358, #16337f);
  color: #fff;
  box-shadow: 0 20px 48px rgba(14, 35, 88, .2);
}

.up-wholesale-lk h2 {
  margin-top: 18px;
  color: #fff;
}

.up-wholesale-lk p {
  max-width: 650px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
}

.up-wholesale-checks {
  display: grid;
  gap: 12px;
  margin: 26px 0 28px;
  padding: 0;
  list-style: none;
}

.up-wholesale-checks li {
  position: relative;
  padding-left: 34px;
  color: rgba(255,255,255,.9);
  font-size: 16px;
}

.up-wholesale-checks li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--up-red);
}

.up-wholesale-checks li:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.up-wholesale-lk__screen {
  min-width: 0;
}

.up-wholesale-lk__image {
  min-width: 0;
}

.up-wholesale-lk__image img {
  display: block;
  width: min(100%, 540px);
  height: auto;
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 22px;
  box-shadow: 0 22px 44px rgba(0,0,0,.24);
}

.up-wholesale-screen {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 22px;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.up-wholesale-screen__bar {
  display: flex;
  gap: 7px;
  margin-bottom: 20px;
}

.up-wholesale-screen__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.56);
}

.up-wholesale-screen__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px 56px;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  color: #1d2740;
}

.up-wholesale-screen__row + .up-wholesale-screen__row {
  margin-top: 10px;
}

.up-wholesale-screen__row.is-head {
  min-height: 42px;
  background: rgba(255,255,255,.17);
  color: #fff;
}

.up-wholesale-screen__row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.up-wholesale-screen__row strong {
  color: var(--up-blue-mid);
}

.up-wholesale-screen__row em {
  display: inline-flex;
  justify-content: center;
  min-width: 38px;
  padding: 6px 8px;
  border-radius: 999px;
  background: #e9eefb;
  color: var(--up-blue-mid);
  font-style: normal;
  font-weight: 700;
}

.up-wholesale-screen__toast {
  margin: 18px 0 0 auto;
  max-width: 300px;
  padding: 13px 16px;
  border-radius: 14px;
  background: var(--up-red);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(0,0,0,.2);
}

.up-wholesale-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 46px;
  padding-bottom: 46px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--up-red), #8f0b11);
  color: #fff;
  box-shadow: 0 18px 44px rgba(225, 27, 34, .22);
}

.up-wholesale-cta h2 {
  margin-top: 14px;
  color: #fff;
}

.up-wholesale-cta p {
  max-width: 690px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
}

.up-wholesale-cta .up-wholesale-section__label {
  background: rgba(255,255,255,.17);
  color: #fff;
}

@media (max-width: 1100px) {
  .up-wholesale-hero {
    grid-template-columns: 1fr;
  }

  .up-wholesale-hero__media {
    min-height: 280px;
  }

  .up-wholesale-hero__media img {
    width: 100%;
    max-width: 100%;
    height: 360px;
    margin-left: 0;
  }

  .up-wholesale-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .up-wholesale-lk,
  .up-wholesale-cta {
    grid-template-columns: 1fr;
  }

  .up-wholesale-lk__image img {
    width: 100%;
    margin-left: 0;
  }

  .up-wholesale-cta {
    display: block;
  }
}

@media (max-width: 760px) {
  .up-wholesale-hero-wrap,
  .up-wholesale-section,
  .up-wholesale-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .up-wholesale-breadcrumbs {
    padding-top: 16px;
  }

  .up-wholesale-hero,
  .up-wholesale-lk {
    padding: 26px;
    border-radius: 18px;
  }

  .up-wholesale-hero h1 {
    font-size: 31px;
  }

  .up-wholesale-hero p,
  .up-wholesale-lk p,
  .up-wholesale-cta p {
    font-size: 16px;
  }

  .up-wholesale-hero__actions,
  .up-wholesale-cta__actions {
    display: grid;
  }

  .up-wholesale-btn {
    width: 100%;
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }

  .up-wholesale-section {
    padding-top: 48px;
  }

  .up-wholesale-section__head {
    display: block;
  }

  .up-wholesale-section__head h2,
  .up-wholesale-lk h2,
  .up-wholesale-cta h2 {
    margin-top: 14px;
    font-size: 27px;
  }

  .up-wholesale-benefits {
    grid-template-columns: 1fr;
  }

  .up-wholesale-benefit {
    min-height: 0;
  }

  .up-wholesale-lk {
    grid-template-columns: 1fr;
  }

  .up-wholesale-lk__image img {
    border-radius: 16px;
  }

  .up-wholesale-screen {
    padding: 14px;
  }

  .up-wholesale-screen__row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .up-wholesale-screen__row.is-head {
    display: none;
  }

  .up-wholesale-screen__row span {
    white-space: normal;
  }

  .up-wholesale-screen__toast {
    max-width: none;
  }

  .up-wholesale-cta {
    margin-top: 48px;
    margin-bottom: 48px;
    border-radius: 18px;
  }
}
