.price-ticker {
  --ticker: #073b6f;
  --ticker-gap: 10px;
  position: relative !important;
  top: auto !important;
  z-index: 1;
  margin-top: var(--ticker-gap);
  margin-bottom: 10px;
  transform: none !important;
  background: linear-gradient(105deg, #031b34 0%, var(--ticker) 58%, #0b4f8a 100%);
  color: #fff;
}

.price-ticker-window,
.price-ticker-track,
.price-ticker-group {
  background: transparent;
}

.price-ticker-date,
.price-ticker-item strong,
.price-ticker-item b {
  color: #fff;
}

.price-ticker-item {
  display: none !important;
}

.price-ticker-item.has-live-price {
  display: inline-flex !important;
}

a.price-ticker-date {
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

a.price-ticker-date:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .09);
}

a.price-ticker-date:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

.hero-price-family {
  display: none !important;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 530px;
  min-width: 0;
  min-height: 520px;
  justify-self: end;
}

.entry-hero .hero-price-family {
  display: none;
}

.hero-price-family *,
.hero-price-family *::before,
.hero-price-family *::after {
  box-sizing: border-box;
}

.hero-price-card,
.hero-price-peek {
  border: 1px solid #d8e7ed;
  box-shadow: 0 24px 58px rgba(5, 43, 82, .2);
}

.hero-price-card {
  position: absolute;
  z-index: 3;
  top: 70px;
  left: 50%;
  width: min(350px, calc(100% - 48px));
  overflow: hidden;
  border-radius: 21px;
  color: #17343d;
  background: #fff;
  transform: translateX(-50%);
}

.hero-price-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #0b4f8a;
  content: "";
}

.hero-price-card__head {
  padding: 22px 21px 17px;
  border-bottom: 1px solid #e3ecef;
}

.hero-price-card__topline,
.hero-price-peek__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hero-price-list-label,
.hero-price-peek__label {
  color: #0b4f8a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-price-badge,
.hero-price-peek__count {
  padding: 6px 8px;
  border-radius: 999px;
  color: #587078;
  background: #f2f7f8;
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.hero-price-card h2 {
  margin: 13px 0 0;
  color: #102f3a;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.hero-price-card__subline {
  margin: 6px 0 0;
  color: #667d85;
  font-size: 11px;
}

.hero-price-card__columns,
.hero-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 12px;
}

.hero-price-card__columns {
  padding: 10px 21px;
  color: #71848a;
  background: #f8fafb;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-price-card__columns span:last-child,
.hero-price-state {
  text-align: right;
}

.hero-price-list {
  margin: 0;
  padding: 0 21px;
  list-style: none;
}

.hero-price-row {
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #e5edef;
}

.hero-price-material {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.hero-price-token,
.hero-price-peek__token {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #cae6f2;
  border-radius: 9px;
  color: #0b4f8a;
  background: #eaf7fc;
  font-weight: 900;
}

.hero-price-token {
  width: 34px;
  height: 34px;
  font-size: 10px;
}

.hero-price-material strong,
.hero-price-material small,
.hero-price-state strong,
.hero-price-state small,
.hero-price-peek strong,
.hero-price-peek small {
  display: block;
}

.hero-price-material strong {
  color: #193840;
  font-size: 11px;
  line-height: 1.3;
}

.hero-price-material small {
  margin-top: 3px;
  color: #81949a;
  font-size: 8px;
  font-weight: 700;
}

.hero-price-state strong {
  color: #073b6f;
  font-size: 15px;
  white-space: nowrap;
}

.hero-price-state small {
  margin-top: 3px;
  color: #667d85;
  font-size: 7px;
  font-weight: 800;
}

.hero-price-card__foot {
  padding: 15px 21px 20px;
}

.hero-price-note {
  margin-bottom: 12px;
  padding: 9px 10px;
  border: 1px solid #d2e9f3;
  border-radius: 10px;
  color: #536a72;
  background: #f1f9fc;
  font-size: 8px;
  line-height: 1.4;
}

.hero-price-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  color: #fff;
  background: #073b6f;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(7, 59, 111, .2);
}

.hero-price-cta:hover {
  color: #fff;
  background: #0b4f8a;
}

.hero-price-cta:focus-visible {
  outline: 3px solid #00a8e8;
  outline-offset: 3px;
}

.hero-price-peek {
  position: absolute;
  overflow: hidden;
  border-radius: 18px;
}

.hero-price-peek--mini {
  z-index: 1;
  top: 18px;
  left: 2px;
  width: 180px;
  min-height: 126px;
  padding: 16px;
  color: #fff;
  border-color: rgba(132, 220, 255, .25);
  background: #07508b;
  transform: rotate(-3deg);
}

.hero-price-peek--mini .hero-price-peek__label,
.hero-price-peek--mini strong {
  color: #fff;
}

.hero-price-peek--medium {
  z-index: 2;
  right: 0;
  bottom: 20px;
  width: 238px;
  min-height: 150px;
  padding: 15px;
  background: #edf8fc;
  transform: rotate(2.2deg);
}

.hero-price-peek__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding-top: 11px;
}

.hero-price-peek__material {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.hero-price-peek__token {
  width: 28px;
  height: 28px;
  font-size: 8px;
}

.hero-price-peek__material strong,
.hero-price-peek__value strong {
  font-size: 9px;
  line-height: 1.25;
}

.hero-price-peek__material small,
.hero-price-peek__value small {
  margin-top: 2px;
  color: #6f858c;
  font-size: 7px;
}

.hero-price-peek__value {
  text-align: right;
}

.hero-price-peek__value strong {
  color: #073b6f;
  white-space: nowrap;
}

.hero-price-peek--mini .hero-price-peek__token {
  color: #c2edff;
  background: rgba(0, 159, 227, .18);
  border-color: rgba(132, 220, 255, .24);
}

.hero-price-peek--mini small {
  color: #b8dcea;
}

.price-ticker-item b {
  font-variant-numeric: tabular-nums;
}

.price-ticker-item b.ticker-price-up {
  color: #52df8b;
}

.price-ticker-item b.ticker-price-down {
  color: #ff7474;
}

.price-ticker-item b.ticker-price-neutral {
  color: #fff;
}

.price-ticker-item b.ticker-price-up::before,
.price-ticker-item b.ticker-price-down::before {
  margin-right: 5px;
  font-size: .82em;
}

.price-ticker-item b.ticker-price-up::before {
  content: "\25B2";
}

.price-ticker-item b.ticker-price-down::before {
  content: "\25BC";
}

@media (min-width: 1181px) {
  .entry-hero {
    overflow: hidden;
  }

  .entry-hero .entry-hero-inner {
    position: relative;
  }

  .entry-hero .hero-price-family {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    display: block;
    width: 530px;
    max-width: none;
    min-height: 520px;
    transform: translateY(-50%) scale(.6);
    transform-origin: right center;
  }

  .header-quick-contacts:not(.restricted-header-contact) {
    width: 268px;
    flex-basis: 268px;
  }

  .header-quick-contacts:not(.restricted-header-contact) .header-request-button {
    width: 120px;
    min-width: 120px;
    flex-basis: 120px;
    padding-inline: 12px;
  }

  .header-quick-contacts:not(.restricted-header-contact) > small,
  .header-quick-contacts:not(.restricted-header-contact) .header-phone-number {
    width: 120px;
  }
}

@media (max-width: 1180px) {
  .price-ticker {
    --ticker-gap: 8px;
  }

  .hero-price-family {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .price-ticker {
    --ticker-gap: 6px;
    margin-bottom: 8px;
  }

  .hero-price-family {
    max-width: 390px;
    min-height: 430px;
  }

  .hero-price-peek {
    display: none;
  }

  .hero-price-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
  }
}
