:root {
  --navy: #142740;
  --navy-dark: #0b2037;
  --navy-light: #345683;
  --cyan: #11b8f4;
  --orange: #e98b00;
  --orange-dark: #c97600;
  --text: #3d3d3d;
  --muted: #676767;
  --line: #d5d5d5;
  --container: 960px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  overflow-x: clip;
}

body:has(dialog[open]) {
  overflow: hidden;
}

body.is-dialog-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  padding: 9px 14px;
  color: #fff;
  background: #000;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.metric-pixel,
.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hero {
  position: relative;
  min-height: 703px;
  color: #fff;
  background: #183149 url("../legacy/bg-winter-car4.jpg") center top / cover no-repeat;
}

.hero-top {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--cyan);
}

.hero-brandline {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.hero-brandline img {
  flex: 0 0 auto;
}

.hero-brandline__name {
  font-weight: 800;
}

.hero-brandline__experience {
  font-weight: 800;
  white-space: nowrap;
}

.hero-call {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  color: #fff;
  font-size: 15px;
}

.hero-phone {
  display: block;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.mobile-call {
  display: none;
}

.hero-main {
  height: 402px;
  display: grid;
  grid-template-columns: 470px 1fr;
  align-items: center;
}

.hero-product {
  position: relative;
  align-self: end;
  justify-self: center;
  width: 390px;
  height: 390px;
  transform: translate(68px, -14px);
}

.hero-product-visual {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-product-visual > picture,
.hero-product-visual > picture > img {
  position: absolute;
  right: 36px;
  bottom: 0;
  width: 334px;
  height: 364px;
  object-fit: contain;
}

.hero-product-visual > picture {
  display: block;
}

.hero-price {
  position: absolute;
  z-index: 2;
  top: 116px;
  right: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 105px;
  padding: 0;
  color: #fff;
  background: transparent;
  font-size: 28px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  transform: rotate(-27deg);
}

.hero-price b {
  font-size: inherit;
  line-height: 1;
}

.hero-price__currency {
  font-size: 16px;
}

.hero-copy {
  align-self: center;
  padding-left: 16px;
}

.hero-copy h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.12;
  transform: translateX(-9px);
}

.hero-copy ul {
  margin: 0 0 0 -24px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
}

.hero-copy .hero-benefits {
  max-width: 510px;
  font-size: 16px;
  line-height: 1.28;
}

.hero-copy li {
  position: relative;
  margin-bottom: 19px;
  padding-left: 15px;
}

.hero-copy .hero-benefits li {
  margin-bottom: 8px;
}

.hero-copy .hero-benefits li:last-child {
  margin-bottom: 0;
}

.hero-benefits__item--strong,
.hero-benefits strong {
  font-weight: 700;
}

.hero-benefits__accent {
  color: #e98b00;
}

.hero-benefits__item--mark {
  isolation: isolate;
}

.hero-benefits__item--mark::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -12px;
  width: 80px;
  height: 80px;
  background: url("../legacy/honest-sign-80.png") center / contain no-repeat;
  filter: drop-shadow(0 4px 7px rgba(4, 20, 38, .34));
  opacity: .82;
  pointer-events: none;
  transform: translateY(-50%) rotate(11deg);
}

.hero-benefits__mark-copy {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(4, 20, 38, .92);
}

.hero-copy li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--cyan);
  border-radius: 50%;
}

.hero-form-wrap {
  position: relative;
  min-height: 190px;
  padding: 18px 90px 14px;
}

.hero-form-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 775px;
  max-width: 100%;
  height: 2px;
  background: var(--cyan);
  transform: translateX(-50%);
}

.hero-form-wrap > p {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.35;
}

.compact-form {
  position: relative;
  width: 760px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-form {
  display: grid;
  font-size: 16px;
  font-weight: 400;
}

.compact-form input:not(.honeypot),
.compact-form button {
  min-width: 0;
  height: 51px;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
}

.compact-form input:not(.honeypot) {
  color: #555;
  background: #fff;
  border-right: 8px solid var(--navy);
}

.compact-form button,
.legacy-button,
.product-card button,
.dialog-form button {
  color: #fff;
  background: var(--orange);
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.compact-form button:hover,
.legacy-button:hover,
.product-card button:hover,
.dialog-form button:hover {
  background: var(--orange-dark);
}

.compact-form .form-message {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  color: #fff;
  font-size: 14px;
}

.compact-form .form-message.is-error {
  color: #ffb0a7;
}

.compact-form .form-message.is-success {
  color: #82e9b4;
}

.form-privacy {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.main-nav {
  position: sticky;
  z-index: 900;
  top: 0;
  height: 90px;
  color: #fff;
  background: var(--navy);
}

.nav-grid {
  height: 90px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.nav-grid.container {
  width: 1120px;
  max-width: 100%;
}

.nav-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  color: #fff;
  border-right: 1px solid var(--navy-light);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.nav-grid a:first-child {
  border-left: 1px solid var(--navy-light);
}

.nav-grid a:hover,
.nav-grid a.is-current {
  background: var(--navy-light);
}

.menu-toggle {
  display: none;
}

.white-section {
  background: #fff;
}

.legacy-heading {
  text-align: center;
}

.legacy-heading h2 {
  display: inline-block;
  margin: 0;
  color: var(--text);
  border-bottom: 2px solid var(--cyan);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.legacy-heading p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  text-transform: uppercase;
}

.benefits {
  min-height: 1069px;
  padding: 105px 0 70px;
}

.benefits .legacy-heading h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.benefits .legacy-heading p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin-top: 91px;
}

.benefit-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.benefit-card > img {
  width: 100%;
  height: 204px;
  object-fit: cover;
}

.benefit-card h3 {
  min-height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  padding: 7px 10px 8px;
  color: var(--text);
  background: #e6e6e6;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.benefit-card:nth-child(3) h3 {
  padding-top: 16px;
  padding-bottom: 4px;
}

.benefit-audience {
  min-height: 132px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
  list-style: none;
}

.benefit-audience li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 16px;
}

.benefit-audience li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--cyan);
  border-radius: 50%;
}

.quality-label {
  width: 236px;
  height: 36px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  padding: 0 8px;
  color: #fff;
  background: var(--cyan);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.benefit-details {
  width: 360px;
  min-height: 148px;
  margin: 0 0 20px;
  padding: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
  list-style: none;
}

.benefit-details li {
  margin: 0 0 8px;
}

.benefit-card:nth-child(2) .benefit-details {
  transform: translateX(43px);
}

.benefit-card:nth-child(3) .benefit-details {
  transform: translateX(45px);
}

.legacy-button {
  width: 100%;
  height: 51px;
  margin-top: auto;
}

.lead-band {
  min-height: 183px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--navy);
}

.lead-band .container {
  padding-inline: 90px;
}

.lead-band p {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.lead-band p small {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.lead-band--short {
  min-height: 182px;
}

.guarantee {
  min-height: 1941px;
  padding-top: 82px;
  background: #fff url("../legacy/nz-5-bg.jpg") center bottom / 1920px 1941px no-repeat;
}

.guarantee .legacy-heading p {
  text-transform: none;
}

.guarantee-caption {
  margin: 28px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.guarantee-grid {
  width: 880px;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto;
}

.guarantee-grid article {
  text-align: center;
}

.guarantee-grid article:nth-child(1) {
  transform: translateX(10px);
}

.guarantee-grid article:nth-child(2) {
  transform: translateX(-10px);
}

.guarantee-grid img {
  height: auto;
  width: auto;
  margin: 0 auto 16px;
  object-fit: contain;
}

.guarantee-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 22px;
}

.guarantee-note {
  width: 660px;
  max-width: 100%;
  margin: 55px auto 28px;
  padding-top: 22px;
  border-top: 2px solid var(--cyan);
  font-size: 14px;
}

.guarantee-order {
  width: 845px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 40px 34px;
  color: #fff;
  background: rgba(20, 39, 64, .8);
}

.guarantee-order > p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 25px;
}

.guarantee-order .compact-form {
  width: 100%;
}

.guarantee-order .compact-form input:not(.honeypot),
.guarantee-order .compact-form button {
  height: 56px;
  font-size: 16px;
}

.mobile-quality-scene {
  display: contents;
}

.warning {
  width: 845px;
  max-width: 100%;
  margin: 180px auto 0;
  padding: 25px 35px;
  color: #41536a;
  background: rgba(255, 255, 255, .52);
  border: 3px solid #41536a;
}

.warning h3,
.warning p,
.warning small {
  position: relative;
  top: -37px;
}

.warning h3 {
  display: inline-block;
  margin: -43px 0 15px -14px;
  padding: 0 14px;
  background: #eaf0f5;
  font-size: 20px;
}

.warning p {
  margin: 0 0 9px;
  font-size: 17px;
}

.warning strong {
  color: #d73d2c;
}

.warning small {
  font-size: 14px;
}

.alcoholmeter-card {
  width: 450px;
  min-height: 430px;
  margin: 138px 0 0 58px;
  padding: 30px 28px;
  color: #fff;
  background: rgba(20, 39, 64, .92);
}

.alcoholmeter-card h3 {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.alcoholmeter-card h3 strong {
  color: inherit;
  font-size: inherit;
}

.alcoholmeter-card p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.alcoholmeter-card .meter-guarantee {
  margin-bottom: 30px;
  color: var(--orange);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.alcoholmeter-card .meter-copy {
  color: #faf9f7;
  font-size: 16px;
  line-height: 22px;
}

.alcoholmeter-card .meter-gift {
  margin: 5px 0 24px;
  color: var(--orange);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.alcoholmeter-card .meter-note {
  margin-bottom: 18px;
  color: #faf9f7;
  font-size: 16px;
  line-height: 22px;
}

.alcoholmeter-card .meter-footnote {
  color: #7790b4;
  font-size: 14px;
  line-height: 18px;
}

.products {
  min-height: 700px;
  padding: 75px 0 60px;
}

.products .legacy-heading p {
  font-size: 14px;
  text-transform: none;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 230px);
  justify-content: center;
  gap: 14px;
  margin-top: 48px;
}

.product-card {
  position: relative;
  min-width: 0;
  padding-bottom: 20px;
  background: #e5e5e5;
  text-align: center;
}

.product-card h3 {
  margin: 0;
  padding: 10px;
  color: #fff;
  background: #6595ca;
  font-size: 26px;
}

.product-card > span {
  display: block;
  padding: 5px;
  font-weight: 700;
}

.product-card img {
  height: 240px;
  width: auto;
  margin: 5px auto;
  object-fit: contain;
}

.product-card > strong,
.product-card > small {
  display: block;
}

.product-card > strong {
  font-size: 19px;
}

.product-card > small {
  margin: 4px 0 10px;
  font-size: 14px;
}

.product-card button {
  width: 100%;
  height: 48px;
}

.product-card > p {
  margin: 16px 13px 0;
  color: var(--muted);
  font-size: 14px;
  text-align: left;
}

.best-label {
  position: absolute;
  right: 0;
  bottom: -48px;
  left: 0;
  padding: 8px;
  color: #fff;
  background: #62ad00;
  font-size: 14px;
}

.production {
  min-height: 650px;
  color: #fff;
  background: var(--navy) url("../legacy/nz-9-bg.jpg") center / cover no-repeat;
}

.production-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 435px 1fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  column-gap: 35px;
  padding-top: 50px;
}

.production-grid > h2 {
  grid-column: 1 / -1;
  margin: 0 0 38px;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.production-grid > h2 span {
  padding-bottom: 4px;
  border-bottom: 2px solid var(--cyan);
  font-size: inherit;
}

.production-bottles {
  position: relative;
  width: 445px;
  height: 414px;
  padding-left: 49px;
}

.production-bottles > img:first-child {
  width: 327px;
}

.production-bottles > .production-quality {
  position: absolute;
  top: 64px;
  left: 151px;
  width: 332px;
  max-width: none;
}

.production-copy ul {
  margin: 18px 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  list-style: none;
}

.production-copy li {
  min-height: 55px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: start;
}

.production-copy li:nth-child(n + 3) {
  min-height: 63px;
}

.production-copy li img {
  justify-self: center;
}

.production-copy li span {
  font-size: inherit;
}

.documents {
  min-height: 637px;
  padding: 76px 0 60px;
}

.documents .legacy-heading p {
  text-transform: none;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 15px;
  margin-top: 50px;
}

.documents-grid a,
.documents-grid article {
  color: var(--text);
  text-align: center;
  text-decoration: none;
}

.documents-grid span {
  min-height: 55px;
  display: block;
  font-size: 14px;
}

.documents-grid img {
  max-height: 230px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}

.documents-note {
  width: 700px;
  max-width: 100%;
  margin: 45px auto 0;
  padding-top: 22px;
  border-top: 2px solid var(--cyan);
  font-size: 14px;
}

.delivery {
  min-height: 720px;
  padding: 76px 0 60px;
}

.delivery .legacy-heading p {
  font-size: 14px;
}

.delivery-grid {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 60px;
  margin-top: 48px;
}

.delivery-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.delivery-images img:first-child {
  grid-column: 1 / -1;
  width: 100%;
}

.delivery-images img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.delivery-images img:only-child {
  height: auto;
  object-fit: contain;
}

.delivery-list article {
  min-height: 100px;
  padding: 7px 0 18px;
  border-bottom: 1px solid var(--line);
}

.delivery-list h3 {
  margin: 0 0 7px;
  font-size: 18px;
}

.delivery-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.contacts {
  min-height: 690px;
  padding: 70px 0 45px;
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 45px;
  margin-top: 42px;
}

.contacts-grid > img {
  width: 406px;
  justify-self: center;
}

.contacts-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts-grid li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 16px;
  font-size: 14px;
}

.contacts-grid li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--cyan);
  border-radius: 50%;
}

.contacts-grid a {
  font-weight: 700;
  text-decoration: none;
}

.contact-link {
  padding: 0;
  color: #2576a1;
  background: none;
  border: 0;
  border-bottom: 1px solid;
}

.site-footer {
  min-height: 86px;
  color: #fff;
  background: var(--navy);
}

.site-footer .container {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer button {
  color: #fff;
  background: none;
  border: 0;
  text-decoration: underline;
}

.footer-legal {
  display: grid;
  gap: 4px;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
}

.footer-legal a {
  color: rgba(255, 255, 255, .78);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-legal a:hover,
.footer-legal a:focus {
  color: #fff;
}

.lead-dialog {
  width: min(92vw, 510px);
  padding: 38px 42px;
  color: var(--text);
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.lead-dialog::backdrop {
  background: rgba(0, 0, 0, .78);
}

.lead-dialog h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 28px;
  text-transform: uppercase;
}

.lead-dialog > p {
  color: var(--muted);
}

.dialog-close {
  position: absolute;
  top: 8px;
  right: 10px;
  color: var(--navy);
  background: none;
  border: 0;
  font-size: 32px;
}

.dialog-form {
  display: grid;
  gap: 12px;
}

.dialog-form label {
  font-size: 14px;
  font-weight: 600;
}

.dialog-form label input {
  width: 100%;
  height: 50px;
  margin-top: 5px;
  padding: 0 13px;
  border: 1px solid #bbb;
}

.dialog-form button {
  height: 52px;
}

.dialog-form .form-message {
  min-height: 18px;
  font-size: 14px;
}

.dialog-form .form-message.is-error {
  color: #b42318;
}

.dialog-form .form-message.is-success {
  color: #16784b;
}

.lead-dialog > small {
  display: block;
  color: #777;
  font-size: 14px;
}

.toast {
  position: fixed;
  z-index: 1200;
  right: 20px;
  bottom: 20px;
  max-width: min(420px, calc(100vw - 40px));
  padding: 15px 18px;
  color: #fff;
  background: #16784b;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .25);
  font-weight: 600;
}

.form-consent,
.compact-form .form-consent,
.dialog-form .form-consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 9px 0 0;
  text-align: left;
}

.form-consent input[type="checkbox"],
.compact-form .form-consent input[type="checkbox"],
.dialog-form .form-consent input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #c8d2de;
  border-radius: 4px;
  box-shadow: none;
  flex: none;
  accent-color: var(--orange);
}

.form-consent span,
.compact-form .form-consent span,
.dialog-form .form-consent span {
  display: inline;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.42;
}

.form-consent a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-consent a:hover,
.form-consent a:focus {
  color: var(--cyan);
}

.dialog-form .form-consent {
  margin-top: 0;
}

.dialog-form .form-consent span {
  color: #687383;
}

.dialog-form .form-consent a {
  color: var(--navy-light);
}

.dialog-form .form-consent input[type="checkbox"] {
  margin-top: 2px;
}

.legal-dialog {
  width: min(94vw, 860px);
  max-height: calc(100vh - 32px);
  padding: 34px 38px 30px;
  color: var(--text);
  background: #fff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .42);
  overflow: hidden;
}

.legal-dialog::backdrop {
  background: rgba(0, 0, 0, .78);
}

.lead-dialog.is-fallback-open,
.legal-dialog.is-fallback-open {
  position: fixed;
  z-index: 1500;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .78), 0 20px 70px rgba(0, 0, 0, .42);
}

.legal-dialog h2 {
  margin: 0 44px 18px 0;
  color: var(--navy);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
}

.legal-dialog__body {
  max-height: calc(100vh - 150px);
  padding-right: 12px;
  overflow-y: auto;
  outline: none;
  scrollbar-color: #b8c4d2 #eef2f6;
}

.legal-dialog__body h2 {
  margin: 22px 0 8px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.3;
}

.legal-dialog__body p {
  margin: 0 0 13px;
  color: #4f5966;
  font-size: 14px;
  line-height: 1.62;
}

.legal-dialog__body a {
  color: var(--navy-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-notice {
  position: fixed;
  z-index: 1300;
  right: 18px;
  bottom: 18px;
  width: min(330px, calc(100% - 36px));
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #d7e0ea;
  border-radius: 12px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 38px rgba(10, 17, 25, .24);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-notice p {
  margin: 0;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.4;
}

.cookie-notice a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-notice button {
  min-width: 50px;
  min-height: 34px;
  padding: 7px 12px;
  color: #fff;
  background: var(--orange);
  border: 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  flex: none;
}

.cookie-notice button:hover,
.cookie-notice button:focus {
  background: var(--orange-dark);
}

@media (min-width: 761px) and (max-width: 1100px) {
  .benefit-details,
  .benefit-card:nth-child(2) .benefit-details,
  .benefit-card:nth-child(3) .benefit-details {
    width: 100%;
    transform: none;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 58px;
  }

  .container {
    width: min(calc(100% - 24px), 480px);
  }

  .hero {
    min-height: 0;
    background-image: url("../legacy/bg-winter-car4.jpg");
    background-position: center top;
    background-size: cover;
  }

  .hero-top {
    position: relative;
    height: 69px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-inline: 0;
  }

  .hero-brandline {
    min-width: 0;
    gap: 8px;
    font-size: 9.5px;
    line-height: 1.2;
  }

  .hero-brandline img {
    display: none;
  }

  .hero-call {
    display: flex;
    min-width: 0;
    align-items: flex-end;
    gap: 0;
  }

  .hero-call > span {
    display: none;
  }

  .hero-phone {
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
  }

  .mobile-call {
    display: none;
  }

  .mobile-call img {
    width: 52px;
    height: 52px;
  }

  .hero-main {
    height: auto;
    grid-template-columns: 36% 64%;
    align-items: start;
    column-gap: 0;
    row-gap: 0;
    padding-top: 6px;
  }

  .hero-product {
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: start;
    width: 100%;
    height: 240px;
    transform: none;
  }

  .hero-product-visual > picture,
  .hero-product-visual > picture > img {
    right: -4px;
    bottom: 25px;
    width: 140px;
    height: 260px;
    object-position: right center;
  }

  .hero-product-visual {
    transform: translate(-20px, -5px) scale(.8);
    transform-origin: center bottom;
  }

  .hero-price {
    top: 5px;
    right: 3px;
    width: 46px;
    height: 66px;
    font-size: 8px;
    line-height: 10px;
  }

  .hero-price b {
    font-size: 17px;
  }

  .hero-price__currency {
    font-size: 9px;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy h1 {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin: 12px 0 10px 8px;
    font-size: 22px;
    transform: none;
  }

  .hero-copy ul {
    font-size: 11px;
    line-height: 1.25;
  }

  .hero-copy .hero-benefits {
    display: contents;
    font-size: 16px;
    line-height: 1.25;
  }

  .hero-copy li {
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.2;
  }

  .hero-copy .hero-benefits li {
    margin-bottom: 5px;
  }

  .hero-copy .hero-benefits li:nth-child(-n + 2) {
    grid-column: 2;
    margin-left: 8px;
  }

  .hero-copy .hero-benefits li:nth-child(1) {
    grid-row: 2;
  }

  .hero-copy .hero-benefits li:nth-child(2) {
    grid-row: 3;
  }

  .hero-copy .hero-benefits li:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .hero-copy .hero-benefits li:nth-child(n + 4) {
    grid-column: 1 / -1;
  }

  .hero-copy .hero-benefits li:nth-child(4) {
    grid-row: 5;
  }

  .hero-copy .hero-benefits li:nth-child(5) {
    grid-row: 6;
  }

  .hero-copy .hero-benefits li:nth-child(6) {
    grid-row: 7;
  }

  .hero-copy .hero-benefits li:nth-child(7) {
    grid-row: 8;
  }

  .hero-copy li::before {
    width: 7px;
    height: 7px;
  }

  .hero-benefits__item--mark::after {
    right: 3px;
    width: 64px;
    height: 64px;
    opacity: .74;
    transform: translateY(-50%) rotate(13deg);
  }

  .hero-copy ul br {
    display: none;
  }

  .hero-form-wrap {
    min-height: 0;
    margin-top: 10px;
    padding: 8px 24px;
  }

  .hero-form-wrap > p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.15;
  }

  .compact-form {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hero-form {
    display: grid;
    gap: 3px;
    font-size: 14px;
    font-weight: 400;
  }

  .hero-form input:not(.honeypot),
  .hero-form button {
    width: 100%;
    height: 37px;
    font-size: 13px;
  }

  .hero-form .form-consent {
    gap: 6px;
    margin-top: 2px;
  }

  .hero-form .form-consent span {
    font-size: 9px;
    line-height: 1.3;
  }

  .compact-form input:not(.honeypot) {
    border-right: 0;
  }

  .compact-form .form-message:empty,
  .form-privacy {
    display: none;
  }

  .compact-form .form-message {
    position: static;
  }

  .main-nav {
    display: none;
  }

  .menu-toggle {
    width: 100%;
    height: 58px;
    display: block;
    color: #fff;
    background: var(--navy);
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
  }

  .nav-grid {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 8px 12px 16px;
    background: var(--navy);
  }

  .nav-grid.is-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .nav-grid a {
    min-height: 54px;
    border: 1px solid var(--navy-light);
  }

  .legacy-heading h2 {
    font-size: 26px;
  }

  .legacy-heading p {
    font-size: 13px;
  }

  .benefits,
  .products,
  .documents,
  .delivery,
  .contacts {
    min-height: 0;
    padding: 58px 0;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 42px;
  }

  .benefit-card {
    width: min(100%, 330px);
    margin-inline: auto;
  }

  .benefit-audience,
  .benefit-details,
  .benefit-card h3 {
    min-height: 0;
  }

  .benefit-audience {
    margin-bottom: 20px;
  }

  .benefit-details {
    width: 100%;
    transform: none;
  }

  .quality-label {
    margin-top: 12px;
  }

  .lead-band,
  .lead-band--short {
    min-height: 280px;
    padding: 28px 0;
  }

  .lead-band .container {
    padding-inline: 22px;
  }

  .benefits,
  .lead-band--business {
    display: none;
  }

  .guarantee {
    min-height: 0;
    padding-top: 48px;
    background: #fff;
  }

  .guarantee > .container > .legacy-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .guarantee > .container > .legacy-heading p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 20px;
  }

  .guarantee > .container > .legacy-heading p br,
  .guarantee-note br {
    display: none;
  }

  .guarantee-caption {
    margin: 32px 0 22px;
    font-size: 16px;
  }

  .guarantee-grid {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .guarantee-grid article {
    transform: none;
  }

  .guarantee-grid img {
    margin-bottom: 12px;
  }

  .guarantee-grid p {
    font-size: 14px;
    line-height: 18px;
  }

  .guarantee-note {
    width: 100%;
    margin: 32px auto 24px;
    padding-top: 18px;
    font-size: 14px;
    line-height: 20px;
  }

  .guarantee-order {
    width: 100%;
    margin-bottom: 38px;
    padding: 22px;
  }

  .guarantee-order > p {
    font-size: 16px;
    line-height: 22px;
  }

  .guarantee-order .compact-form input:not(.honeypot),
  .guarantee-order .compact-form button {
    height: 51px;
    font-size: 14px;
  }

  .mobile-quality-scene {
    position: relative;
    left: 50%;
    width: 100vw;
    height: 971px;
    display: block;
    margin-left: -50vw;
    overflow: hidden;
    background: #fff url("../legacy/nzm-m-2-bgnew.jpg") center top / 640px 971px no-repeat;
  }

  .warning {
    position: absolute;
    z-index: 1;
    top: 22px;
    left: 50%;
    width: 320px;
    margin: 0;
    padding: 22px;
    background: rgb(255 255 255 / 86%);
    transform: translateX(-50%);
  }

  .warning h3,
  .warning p,
  .warning small {
    top: 0;
  }

  .warning h3 {
    font-size: 17px;
  }

  .warning p {
    font-size: 14px;
  }

  .alcoholmeter-card {
    position: absolute;
    z-index: 1;
    top: 380px;
    left: 50%;
    width: 320px;
    min-height: 435px;
    margin: 0;
    padding: 22px 18px;
    background: transparent;
    transform: translateX(-50%);
  }

  .alcoholmeter-card h3 {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 18px;
  }

  .alcoholmeter-card .meter-guarantee {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 18px;
  }

  .alcoholmeter-card .meter-copy,
  .alcoholmeter-card .meter-note {
    font-size: 14px;
    line-height: 18px;
  }

  .alcoholmeter-card .meter-gift {
    margin: 6px 0 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .alcoholmeter-card .meter-footnote {
    margin-top: 18px;
    font-size: 12px;
    line-height: 16px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 38px;
  }

  .product-card {
    margin-bottom: 40px;
  }

  .product-card img {
    height: 190px;
  }

  .production,
  .production-grid {
    min-height: 0;
  }

  .production-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
    padding: 42px 20px 35px;
  }

  .production-grid > h2 {
    margin: 0;
    font-size: 23px;
    line-height: 28px;
  }

  .production-bottles {
    width: 300px;
    height: 330px;
    justify-self: center;
    padding-left: 0;
  }

  .production-bottles > img:first-child {
    width: 250px;
  }

  .production-bottles > .production-quality {
    top: 45px;
    left: 80px;
    width: 250px;
  }

  .production-copy ul {
    width: 310px;
    max-width: 100%;
    margin: 0 auto;
  }

  .production-copy li {
    grid-template-columns: 42px 1fr;
  }

  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 8px;
  }

  .documents-grid span {
    min-height: 48px;
  }

  .documents-grid img {
    max-height: 180px;
  }

  .delivery-grid,
  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .delivery-images {
    max-width: 440px;
    margin-inline: auto;
  }

  .contacts-grid > img {
    width: min(100%, 360px);
  }

  .site-footer .container {
    min-height: 0;
    padding-block: 18px;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .site-footer .hero-brandline {
    font-size: 9px;
  }

  .footer-legal {
    order: 3;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 14px;
  }

  .lead-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    padding: 34px 22px 24px;
  }

  .legal-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    padding: 28px 18px 20px;
  }

  .legal-dialog__body {
    max-height: calc(100dvh - 125px);
    padding-right: 7px;
  }

  .cookie-notice {
    right: 8px;
    bottom: 2px;
    left: auto;
    width: min(260px, calc(100% - 16px));
    padding: 5px 6px;
    gap: 5px;
    align-items: center;
  }

  .cookie-notice p {
    font-size: 9px;
    line-height: 1.15;
  }

  .cookie-notice button {
    min-width: 40px;
    min-height: 28px;
    padding: 4px 7px;
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  .hero-product-visual > picture,
  .hero-product-visual > picture > img {
    right: -10px;
  }

  .hero-phone {
    font-size: 13px;
  }

  .hero-copy h1 {
    margin-left: 4px;
    font-size: 20px;
  }

  .hero-form-wrap {
    padding-inline: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
