@font-face {
  font-family: "lech";
  src: url(../fonts/lechsans_regular.woff2) format("woff2"), url(../fonts/lechsans_regular.ttf) format("truetype"), url(../fonts/lechsans_regular.otf) format("opentype");
  font-weight: 400;
}
body {
  box-sizing: border-box;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: "lech", sans-serif;
  background-color: #10821E;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

button,
.first__link {
  border: 0;
  outline: none;
  font-weight: 400;
  font-family: "lech", sans-serif;
  cursor: pointer;
}

.age__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;
}

.age__section {
  width: 100%;
  height: 68.073vw;
  background-image: url(../img/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.age__section > :not(.leafScene) {
  position: relative;
  z-index: 2;
}
.age__section .age__top {
  width: 100%;
  padding-top: 7.92vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.age__section .age__title {
  margin: 0;
  text-align: center;
  color: white;
  font-size: 3.6vw;
  line-height: 0.95;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 400;
}
.age__section .age__fields {
  display: flex;
  gap: 0.83vw;
  width: 51.56vw;
  margin-top: 4.01vw;
}
.age__section .age__field {
  display: block;
  width: 5.21vw;
  height: 6.56vw;
}
.age__section .age__field:nth-child(2),
.age__section .age__field:nth-child(4) {
  margin-right: 2.03vw;
}
.age__section .age__date-input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: white;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: #0b9224;
  text-align: center;
  font-family: "lech", sans-serif;
  font-size: 3.55vw;
  text-transform: uppercase;
  padding: 0;
  box-shadow: 0 0.25vw 0.7vw rgba(0, 0, 0, 0.16);
  caret-color: #0b9224;
}
.age__section .age__date-input::-moz-placeholder {
  color: #0b9224;
  opacity: 1;
}
.age__section .age__date-input::placeholder {
  color: #0b9224;
  opacity: 1;
}
.age__section .age__date-input:focus-visible {
  outline: 0.16vw solid white;
  outline-offset: 0.18vw;
}
.age__section .age__date-input.age__date-input--error {
  box-shadow: inset 0 0 0 0.21vw #d90d09, 0 0.25vw 0.7vw rgba(0, 0, 0, 0.16);
}
.age__section .age__remember {
  display: flex;
  align-items: center;
  gap: 0.94vw;
  cursor: pointer;
  margin-top: 3.8vw;
}
.age__section .age__remember-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.age__section .age__remember-box {
  position: relative;
  width: 1.72vw;
  height: 1.72vw;
  border: 0.21vw solid #e4120c;
  background: white;
  box-sizing: border-box;
  flex-shrink: 0;
}
.age__section .age__remember-box::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 0.73vw;
  height: 0.73vw;
  background: #e4120c;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.age__section .age__remember-input:checked ~ .age__remember-box::after {
  opacity: 1;
}
.age__section .age__remember-input:focus-visible ~ .age__remember-box {
  outline: 0.16vw solid white;
  outline-offset: 0.18vw;
}
.age__section .age__remember-label {
  color: white;
  font-size: 1.7vw;
  line-height: 1;
  white-space: nowrap;
}
.age__section .age__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24.35vw;
  height: 4.24vw;
  padding: 0;
  margin-top: 3.85vw;
  background: transparent;
  border: 0;
  overflow: visible;
}
.age__section .age__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #D81100;
  transform: skewX(-12deg);
  transform-origin: center;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 0;
}
.age__section .age__button:focus-visible {
  outline: 0.16vw solid white;
  outline-offset: 0.25vw;
}
.age__section .age__button span {
  display: block;
  position: relative;
  z-index: 1;
  color: white;
  font-size: 2.5vw;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.age__section .age__footer {
  width: 100%;
  margin-top: 9.84vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.age__section .age__footer-copy,
.age__section .age__footer-note,
.age__section .age__footer-legal {
  margin: 0;
  text-align: center;
  color: white;
}
.age__section .age__footer-copy {
  width: 35vw;
  font-size: 1.08vw;
  line-height: 1.35;
}
.age__section .age__footer-copy span {
  display: inline-block;
  margin-top: 0.45vw;
}
.age__section .age__footer-badge {
  width: 26.77vw;
  display: block;
  margin-top: 2.81vw;
}
.age__section .age__footer-note {
  width: 41vw;
  font-size: 1.08vw;
  line-height: 1.4;
  margin-top: 4.48vw;
}
.age__section .age__footer-legal {
  font-size: 1.03vw;
  line-height: 1.2;
  margin-top: 3.49vw;
}
.age__section .age__footer-note a,
.age__section .age__footer-legal a {
  color: #b9c5b2;
  text-decoration: none;
}

.leafScene--gate {
  position: absolute;
  inset: 0;
  z-index: 1;
}

body.page--landing {
  background-color: #0f8d21;
}

body.page--hero-locked {
  overflow-x: hidden;
  overflow-y: scroll;
}

body.page--menu-open {
  overflow: hidden;
}

.page__content {
  width: 100%;
}

.leafScene {
  pointer-events: none;
  overflow: hidden;
}

.leafScene__leaf {
  position: absolute;
  top: -18vh;
  left: 0;
  width: var(--leaf-size, clamp(18px, 3vw, 72px));
  opacity: var(--leaf-opacity, 0.72);
  will-change: transform;
  animation: leaf-fall var(--leaf-fall-duration, 14s) linear infinite;
  animation-delay: var(--leaf-delay, 0s);
}

.leafScene__sway {
  display: block;
  animation: leaf-sway var(--leaf-sway-duration, 3s) ease-in-out infinite alternate;
}

.leafScene__img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0.32vw 0.55vw rgba(0, 0, 0, 0.18));
  transform-origin: 50% 35%;
  animation: leaf-spin var(--leaf-spin-duration, 7s) linear infinite alternate;
}

@keyframes leaf-fall {
  from {
    transform: translate3d(var(--leaf-start-x, 0vw), -18vh, 0);
  }
  to {
    transform: translate3d(calc(var(--leaf-start-x, 0vw) + var(--leaf-drift-x, 0vw)), 118vh, 0);
  }
}
@keyframes leaf-sway {
  from {
    transform: translateX(calc(var(--leaf-sway-distance, 1vw) * -1));
  }
  to {
    transform: translateX(var(--leaf-sway-distance, 1vw));
  }
}
@keyframes leaf-spin {
  from {
    transform: rotate(var(--leaf-rotation-start, -20deg)) scaleX(var(--leaf-scale-x, 1));
  }
  to {
    transform: rotate(var(--leaf-rotation-end, 20deg)) scaleX(var(--leaf-scale-x, 1));
  }
}
@media (prefers-reduced-motion: reduce) {
  .leafScene {
    display: none !important;
  }
}
.standard__p {
  color: white;
  font-size: 1.22vw;
  line-height: 1.25;
  margin: 0;
}

.inner__color {
  color: #10821E;
}

strong {
  font-weight: 900;
}

h3 {
  margin: 0;
  color: white;
  font-weight: 400;
  font-size: 2.96vw;
  font-family: "lech", sans-serif;
  line-height: 1.165;
}

.first__section {
  margin-top: 36.6vw;
  padding-left: 51.2vw;
}
.first__section .standard__p {
  padding-top: 1.9vw;
}

.button__error {
  background: red !important;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .standard__p {
    font-size: 4.5vw;
    margin: 0;
  }
  .age__section {
    height: 267.23vw;
    background-image: url(../img/1_mobile.jpg);
  }
  .age__section .age__top {
    padding-top: 11.39vw;
  }
  .age__section .age__title {
    width: 79.2vw;
    font-size: 5.55vw;
    line-height: 1;
  }
  .age__section .age__fields {
    width: 70vw;
    display: grid;
    grid-template-columns: repeat(4, 15.83vw);
    gap: 6.67vw 2.22vw;
    margin-top: 10.28vw;
  }
  .age__section .age__field {
    width: 15.83vw;
    height: 22.5vw;
  }
  .age__section .age__field:nth-child(2),
  .age__section .age__field:nth-child(4) {
    margin-right: 0;
  }
  .age__section .age__date-input {
    font-size: 11.11vw;
    box-shadow: 0 1.11vw 2.22vw rgba(0, 0, 0, 0.16);
  }
  .age__section .age__date-input:focus-visible {
    outline: 0.9vw solid white;
    outline-offset: 0.9vw;
  }
  .age__section .age__date-input.age__date-input--error {
    box-shadow: inset 0 0 0 0.83vw #d90d09, 0 1.11vw 2.22vw rgba(0, 0, 0, 0.16);
  }
  .age__section .age__remember {
    gap: 4.44vw;
    margin-top: 11.39vw;
  }
  .age__section .age__remember-box {
    width: 8.89vw;
    height: 8.89vw;
    border-width: 0.83vw;
  }
  .age__section .age__remember-box::after {
    width: 3.89vw;
    height: 3.89vw;
  }
  .age__section .age__remember-input:focus-visible ~ .age__remember-box {
    outline: 0.9vw solid white;
    outline-offset: 1vw;
  }
  .age__section .age__remember-label {
    font-size: 6.1vw;
  }
  .age__section .age__button {
    width: 80.56vw;
    height: 14.44vw;
    margin-top: 11.39vw;
  }
  .age__section .age__button::before {
    box-shadow: 0 1.39vw 0 rgba(128, 0, 0, 0.45);
  }
  .age__section .age__button:focus-visible {
    outline: 0.9vw solid white;
    outline-offset: 1vw;
  }
  .age__section .age__button span {
    font-size: 7.5vw;
  }
  .age__section .age__footer {
    margin-top: 31.67vw;
  }
  .age__section .age__footer-copy {
    width: 82vw;
    font-size: 4.72vw;
    line-height: 1.45;
  }
  .age__section .age__footer-copy span {
    margin-top: 1.67vw;
  }
  .age__section .age__footer-badge {
    width: 91.11vw;
    margin-top: 9.72vw;
  }
  .age__section .age__footer-note {
    width: 82vw;
    font-size: 4.44vw;
    line-height: 1.45;
    margin-top: 13.06vw;
  }
  .age__section .age__footer-legal {
    width: 82vw;
    font-size: 4.44vw;
    margin-top: 7.5vw;
  }
}
@media (max-width: 767px) {
  .break-mobile {
    display: block;
  }
  .break-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .break-mobile {
    display: none;
  }
  .break-desktop {
    display: block;
  }
}
/* Stage 2 landing */
.leafScene--landing {
  position: fixed;
  inset: 0;
  z-index: 1;
}

.landing {
  position: relative;
  display: block;
  width: 100%;
  height: 302vw;
  background-image: url(../img/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: white;
  overflow: hidden;
}
.landing > :not(.leafScene):not(.landing__hero-media) {
  position: relative;
  z-index: 2;
}
.landing .landing__hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  background: transparent;
  will-change: opacity;
}
.landing .landing__hero-media::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 54%;
  background: linear-gradient(to bottom, rgb(16, 130, 30) 0%, rgba(16, 130, 30, 0.92) 12%, rgba(16, 130, 30, 0.72) 24%, rgba(16, 130, 30, 0.42) 36%, rgba(16, 130, 30, 0.18) 48%, rgba(16, 130, 30, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
.landing .landing__hero-media--active {
  visibility: visible;
}
.landing .landing__hero-canvas {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 6%, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.45) 18%, rgba(0, 0, 0, 0.72) 24%, #000 32%, #000 84%, rgba(0, 0, 0, 0.35) 94%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 6%, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.45) 18%, rgba(0, 0, 0, 0.72) 24%, #000 32%, #000 84%, rgba(0, 0, 0, 0.35) 94%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.landing a {
  margin-left: 0;
  color: white;
  text-decoration: none;
  font-size: inherit;
}
.landing .landing__header,
.landing .landing__hero,
.landing .landing__prizes,
.landing .landing__rules,
.landing .landing__entry,
.landing .landing__regulations,
.landing .landing__contact,
.landing .landing__footer {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
}
.landing .landing__nav-link,
.landing .landing__hero-title,
.landing .landing__section-title,
.landing .landing__entry-stage,
.landing .landing__prize-number,
.landing .landing__prize-text,
.landing .landing__rule-text,
.landing .landing__label,
.landing .landing__contact-main,
.landing .landing__contact-sub,
.landing .landing__cta span,
.landing .landing__menu-link {
  display: block;
  font-style: normal;
  transform: none;
}
.landing .landing__header {
  display: flex;
  justify-content: center;
  z-index: 20;
}
.landing .landing__nav {
  width: 64.79vw;
  height: 6.04vw;
  padding: 0 3.33vw;
  border-radius: 0 0 1.56vw 1.56vw;
  background: #10821E;
  box-shadow: 0 0.57vw 1.35vw rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing .landing__nav-link {
  font-size: 2.2vw;
  line-height: 1;
  white-space: nowrap;
}
.landing .landing__mobile-bar {
  display: none;
}
.landing .landing__menu {
  display: none;
}
.landing .landing__hero,
.landing .landing__prizes,
.landing .landing__rules,
.landing .landing__entry,
.landing .landing__regulations,
.landing .landing__contact {
  scroll-margin-top: 8vw;
}
.landing .landing__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing .landing__zabka-logo {
  margin-top: 21.3vw;
  width: 10.9vw;
  display: block;
  margin-left: 15vw;
}
.landing .landing__hero-grid {
  width: 66.9vw;
  margin-top: 1.52vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 14.9vw;
}
.landing .landing__hero-title {
  margin: 0;
  font-size: 4.5vw;
  line-height: 0.92;
  font-weight: 400;
}
.landing .landing__hero-title--left {
  text-align: left;
}
.landing .landing__hero-title--right {
  text-align: right;
}
.landing .landing__prizes {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 19.6vw;
}
.landing .landing__section-title {
  margin: 0;
  font-size: 3.6vw;
  line-height: 0.94;
  text-align: center;
  font-weight: 400;
}
.landing .landing__prize-copy {
  width: 13.39vw;
  margin: 11.24vw 28.09vw 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.landing .landing__prize-number {
  font-size: 5.05vw;
  line-height: 0.84;
}
.landing .landing__prize-text {
  margin-top: 0.42vw;
  font-size: 3.04vw;
  line-height: 0.92;
}
.landing .landing__rules {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 21vw;
}
.landing .landing__rules-grid {
  width: 71%;
  margin-top: 20.4vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.landing .landing__rule-text {
  margin: 0;
  font-size: 2.6vw;
  line-height: 1.08;
  text-align: center;
}
.landing .landing__rules-note {
  margin: 3.53vw 0 0;
  font-size: 1.56vw;
  text-align: center;
  font-weight: 400;
}
.landing .light-green {
  color: #6BB173;
}
.landing .landing__entry {
  width: 46.67vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  margin-top: 13.3vw;
}
.landing .landing__entry-stage {
  margin: 0.5vw 0 0;
  font-size: 2.55vw;
  line-height: 1;
}
.landing .landing__form {
  width: 100%;
  margin-top: 4.12vw;
}
.landing .landing__form-row {
  display: flex;
  justify-content: space-between;
  gap: 1.56vw;
}
.landing .landing__field-group {
  display: block;
  width: calc(50% - 0.78vw);
}
.landing .landing__field-group--full {
  width: 100%;
  margin-top: 2.25vw;
}
.landing .landing__label {
  margin: 0 0 0.63vw 0.62vw;
  font-size: 1.59vw;
  line-height: 1.1;
}
.landing .landing__field {
  width: 100%;
  height: 2.92vw;
  display: flex;
  align-items: center;
  background: white;
  transform: skewX(-12deg);
  box-sizing: border-box;
}
.landing .landing__field--error {
  background: #ffd9d6;
}
.landing .landing__field--select {
  position: relative;
}
.landing .landing__field--select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25vw;
  width: 0;
  height: 0;
  border-left: 0.36vw solid transparent;
  border-right: 0.36vw solid transparent;
  border-top: 0.63vw solid #d70f05;
  transform: translateY(-50%) skewX(12deg);
  pointer-events: none;
}
.landing .landing__control {
  width: 100%;
  height: 100%;
  padding: 0 0.99vw;
  border: 0;
  outline: none;
  background: transparent;
  color: #111;
  font-family: "lech", sans-serif;
  font-size: 1.1vw;
  transform: skewX(12deg);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.landing .landing__control::-moz-placeholder {
  color: #CECECE;
  opacity: 1;
}
.landing .landing__control::placeholder {
  color: #CECECE;
  opacity: 1;
}
.landing .landing__control--select {
  cursor: pointer;
}
.landing .landing__consents {
  margin-top: 3.65vw;
  display: flex;
  flex-direction: column;
  gap: 0.94vw;
}
.landing .landing__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75vw;
}
.landing .landing__consent-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.landing .landing__checkbox-box {
  position: relative;
  width: 1.65vw;
  height: 1.65vw;
  border: 0.13vw solid white;
  background: white;
  flex-shrink: 0;
  box-sizing: border-box;
  margin-top: 0.05vw;
}
.landing .landing__checkbox-box::after {
  content: "";
  position: absolute;
  inset: 0.16vw;
  background: #e11208;
  opacity: 0;
}
.landing .landing__consent-input:checked + .landing__checkbox-box::after {
  opacity: 1;
}
.landing .landing__consent-text {
  display: block;
  font-size: 1.12vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.landing .landing__consent--optional .landing__consent-text {
  font-weight: 400;
}
.landing .landing__consent--error .landing__checkbox-box {
  box-shadow: inset 0 0 0 0.2vw #D81100;
  border: 0;
}
.landing .landing__mandatory-note {
  margin: 0.85vw 0 0;
  font-size: 1.07vw;
  line-height: 1.28;
  font-style: normal;
  font-weight: 400;
}
.landing .landing__privacy-note {
  margin: 1.15vw 0 0;
  font-size: 0.807vw;
  line-height: 1.1;
  font-weight: 400;
}
.landing .landing__privacy-note a {
  text-decoration: underline;
}
.landing .landing__captcha {
  width: 100%;
  margin: 2.8vw auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.63vw;
}
.landing .landing__captcha-box {
  width: 19.18vw;
  max-width: 100%;
  height: 78px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
}
.landing .landing__captcha-widget {
  width: 304px;
  height: 78px;
  display: block;
  transform-origin: top center;
}
.landing .landing__captcha--error .landing__captcha-box {
  box-shadow: 0 0 0 0.16vw #ffd9d6;
  border-radius: 0.36vw;
}
.landing .landing__captcha-error {
  margin: 0;
  min-height: 1.1vw;
  color: #ffd9d6;
  font-size: 0.83vw;
  line-height: 1.25;
  text-align: center;
}
.landing .landing__captcha-error[hidden] {
  display: none;
}
.landing .landing__cta {
  position: relative;
  width: 23.73vw;
  height: 4.78vw;
  margin: 3.54vw auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  overflow: visible;
  color: white;
}
.landing .landing__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #D81100;
  transform: skewX(-12deg);
  box-shadow: 0 0.47vw 0.94vw rgba(0, 0, 0, 0.32);
  z-index: 0;
}
.landing .landing__cta span {
  position: relative;
  z-index: 1;
  font-size: 3vw;
  line-height: 1;
  white-space: nowrap;
}
.landing .landing__cta--download {
  width: 23.73vw;
  height: 4.16vw;
  margin-top: 2.24vw;
}
.landing .landing__regulations {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12.5vw;
}
.landing .landing__contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5vw;
}
.landing .landing__contact-list {
  width: 100%;
  margin-top: 2.09vw;
  display: flex;
  justify-content: center;
}
.landing .landing__contact-item {
  width: 21vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing .landing__contact-icon {
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #10821E;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.landing .landing__contact-icon svg,
.landing .landing__contact-icon img {
  width: 3.39vw;
  height: 3.39vw;
  display: block;
}
.landing .landing__contact-main {
  margin: 1.3vw 0 0;
  font-size: 1.7vw;
  line-height: 1;
}
.landing .landing__contact-main-tel {
  font-size: 2.1vw;
}
.landing .landing__contact-main--link {
  text-decoration: underline;
}
.landing .landing__contact-sub {
  margin: 0.42vw 0 0;
  font-size: 1.15vw;
  line-height: 1.08;
}
.landing .landing__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 12.3vw;
}
.landing .landing__footer-copy,
.landing .landing__footer-note,
.landing .landing__footer-legal {
  margin: 0;
  color: white;
  font-style: normal;
  font-weight: 700;
}
.landing .landing__footer-copy {
  font-size: 1.25vw;
  line-height: 1.25;
  font-weight: 400;
}
.landing .landing__footer-copy span {
  display: inline-block;
  margin-top: 0.26vw;
}
.landing .landing__footer-badge {
  width: 26.67vw;
  display: block;
  margin-top: 1.4vw;
}
.landing .landing__footer-note {
  font-size: 1.2vw;
  line-height: 1.35;
  margin-top: 1.81vw;
  font-weight: 400;
}
.landing .landing__footer-note a,
.landing .landing__footer-legal a {
  color: #6BB173;
  text-decoration: underline;
}
.landing .landing__footer-legal {
  font-size: 1.22vw;
  line-height: 1.32;
  margin-top: 1.63vw;
  font-weight: 400;
}

@media (max-width: 768px) {
  .landing {
    height: 1876.666667vw;
    background-image: url(../img/2_mobile.jpg);
  }
  .landing .landing__nav {
    display: none;
  }
  .landing .landing__zabka-logo-mobile {
    display: none;
  }
  .landing .landing__header {
    width: 100%;
    z-index: 30;
  }
  .landing .landing__mobile-bar {
    display: flex;
    position: static;
    width: 100%;
    padding: 5.56vw 6.11vw 0 4.72vw;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
  }
  .landing .landing__hamburger {
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1vw;
    width: 20vw;
    height: 15vw;
  }
  .landing .landing__hamburger-line {
    position: relative;
    width: 14.89vw;
    height: 0.83vw;
    border-radius: 999vw;
    background: rgba(255, 255, 255, 0.95);
  }
  .landing .landing__hamburger-line::before,
  .landing .landing__hamburger-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 999vw;
    background: rgba(255, 255, 255, 0.95);
  }
  .landing .landing__hamburger-line::before {
    top: -4.4vw;
  }
  .landing .landing__hamburger-line::after {
    top: 4.4vw;
  }
  .landing .landing__zabka-badge--mobile {
    display: inline-flex;
    gap: 1.11vw;
    padding: 1.11vw 2.5vw;
  }
  .landing .landing__zabka-badge--desktop {
    display: none;
  }
  .landing .landing__zabka-copy {
    font-size: 2.78vw;
  }
  .landing .landing__zabka-logo {
    width: 35.89vw;
    margin-top: 2.1vw;
    margin-left: 0;
  }
  .landing .landing__menu {
    position: fixed !important;
    inset: 0;
    z-index: 60;
    background: #0d921f;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .landing .landing__menu.landing__menu--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .landing .landing__menu-close {
    position: absolute;
    top: 5.56vw;
    right: 5vw;
    width: 15vw;
    height: 15vw;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .landing .landing__menu-close::before,
  .landing .landing__menu-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10.56vw;
    height: 1.11vw;
    border-radius: 999vw;
    background: #fff;
    transform-origin: center;
  }
  .landing .landing__menu-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .landing .landing__menu-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .landing .landing__menu-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7vh;
    margin-top: 20vh;
  }
  .landing .landing__menu-link {
    font-size: 11.94vw;
    line-height: 1;
    font-style: normal;
    transform: none;
    text-transform: uppercase;
  }
  .landing .landing__hero-grid {
    width: 100%;
    margin-top: 9.2vw;
    flex-direction: column;
    margin-left: 0;
    align-items: center;
  }
  .landing .landing__hero-title {
    margin: 0;
    font-size: 16.82vw;
    line-height: 0.92;
  }
  .landing .landing__hero-title--left {
    text-align: center;
  }
  .landing .landing__hero-title--right {
    text-align: center;
    margin-top: 150.82vw;
  }
  .landing .landing__hero-media::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22%;
    width: 100%;
    height: 25%;
    background: linear-gradient(to top, rgb(16, 130, 30) 0%, rgba(16, 130, 30, 0.92) 18%, rgba(16, 130, 30, 0.64) 40%, rgba(16, 130, 30, 0.28) 64%, rgba(16, 130, 30, 0.08) 80%, rgba(16, 130, 30, 0) 100%);
    pointer-events: none;
    z-index: 2;
  }
  .landing .landing__hero-canvas {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 6%, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.45) 18%, rgba(0, 0, 0, 0.72) 24%, #000 32%, #000 95%, rgba(0, 0, 0, 0.92) 98%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 6%, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.45) 18%, rgba(0, 0, 0, 0.72) 24%, #000 32%, #000 95%, rgba(0, 0, 0, 0.92) 98%, transparent 100%);
  }
  .landing .landing__prizes {
    align-items: center;
    margin-top: 32.5vw;
  }
  .landing .landing__section-title {
    font-size: 13.8vw;
    line-height: 1;
  }
  .landing .landing__prize-copy {
    width: initial;
    margin: 11.7vw 0 0 14.53vw;
    align-self: flex-start;
  }
  .landing .landing__prize-number {
    font-size: 22vw;
  }
  .landing .landing__prize-text {
    font-size: 11.61vw;
    margin-top: 1.53vw;
  }
  .landing .landing__rules {
    margin-top: 117.2vw;
  }
  .landing .landing__rules-grid {
    margin-top: 95.72vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .landing .landing__rule {
    width: 100%;
  }
  .landing .landing__rule:nth-child(2) {
    margin-top: 120.5vw;
  }
  .landing .landing__rule:nth-child(3) {
    margin-top: 97vw;
  }
  .landing .landing__rule:nth-child(4) {
    margin-top: 123vw;
  }
  .landing .landing__rule:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -12.5vw;
    border-top: 2.22vw solid rgba(214, 242, 204, 0.55);
    border-right: 1.67vw solid transparent;
    border-left: 1.67vw solid transparent;
    border-bottom: 0;
    transform: translateX(50%);
  }
  .landing .landing__rule-text {
    font-size: 11.02vw;
    line-height: 1;
  }
  .landing .landing__rules-note {
    margin-top: 19.14vw;
    font-size: 6.78vw;
    line-height: 1.2;
  }
  .landing .landing__entry {
    width: 83vw;
    margin-top: 41vw;
  }
  .landing .landing__entry-stage {
    margin-top: 2.78vw;
    font-size: 6.39vw;
  }
  .landing .landing__form {
    margin-top: 4vw;
  }
  .landing .landing__form-row {
    flex-direction: column;
    gap: 5vw;
  }
  .landing .landing__field-group {
    width: 100%;
  }
  .landing .landing__field-group--full {
    margin-top: 5vw;
  }
  .landing .landing__label {
    margin: 0 0 2.22vw 1.67vw;
    font-size: 7.2vw;
  }
  .landing .landing__field {
    height: 15vw;
  }
  .landing .landing__field--select::after {
    right: 3.61vw;
    border-left-width: 1.11vw;
    border-right-width: 1.11vw;
    border-top-width: 2.22vw;
  }
  .landing .landing__control {
    padding: 0 3.61vw;
    font-size: 5.5vw;
  }
  .landing .landing__consents {
    margin-top: 15vw;
    gap: 4.17vw;
  }
  .landing .landing__consent {
    gap: 3.06vw;
  }
  .landing .landing__checkbox-box {
    width: 8.7vw;
    height: 8.7vw;
    border-width: 1.1vw;
  }
  .landing .landing__checkbox-box::after {
    inset: 0.83vw;
  }
  .landing .landing__consent-text {
    font-size: 5.3vw;
    line-height: 1.05;
  }
  .landing .landing__mandatory-note {
    margin-top: 4.72vw;
    font-size: 5vw;
  }
  .landing .landing__privacy-note {
    margin-top: 5vw;
    font-size: 4.62vw;
    line-height: 1.05;
  }
  .landing .landing__captcha {
    width: 100%;
    margin-top: 10.7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.22vw;
  }
  .landing .landing__captcha-box {
    width: 100%;
    height: 78px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: visible;
  }
  .landing .landing__captcha-widget {
    width: 304px;
    height: 78px;
    display: block;
    transform-origin: top center;
  }
  .landing .landing__captcha--error .landing__captcha-box {
    box-shadow: 0 0 0 0.56vw #ffd9d6;
    border-radius: 1.11vw;
  }
  .landing .landing__captcha-error {
    margin: 0;
    min-height: 4.17vw;
    color: #ffd9d6;
    font-size: 3.06vw;
    line-height: 1.3;
    text-align: center;
  }
  .landing .landing__captcha-error[hidden] {
    display: none;
  }
  .landing .landing__cta {
    width: 80vw;
    height: 13.1vw;
    margin-top: 10.28vw;
  }
  .landing .landing__regulations {
    margin-top: 34vw;
  }
  .landing .landing__cta::before {
    box-shadow: 0 1.39vw 2.22vw rgba(0, 0, 0, 0.32);
  }
  .landing .landing__cta span {
    font-size: 7.22vw;
  }
  .landing .landing__cta--download {
    width: 80vw;
    height: 13.1vw;
    margin-top: 5.83vw;
  }
  .landing .landing__contact {
    width: 100%;
    margin-top: 19.5vw;
  }
  .landing .landing__contact-list {
    width: 100%;
    margin-top: 14.2vw;
    flex-direction: column;
    align-items: center;
    gap: 17vw;
  }
  .landing .landing__contact-item {
    width: 80vw;
  }
  .landing .landing__contact-icon {
    width: 26.89vw;
    height: 26.89vw;
  }
  .landing .landing__contact-icon svg,
  .landing .landing__contact-icon img {
    width: 8.61vw;
    height: 8.61vw;
  }
  .landing .landing__contact-main {
    margin-top: 8.16vw;
    font-size: 8vw;
  }
  .landing .landing__contact-sub {
    font-size: 6.87vw;
  }
  .landing .landing__contact-main-tel {
    font-size: 11.5vw;
  }
  .landing .landing__footer {
    margin-top: 23vw;
  }
  .landing .landing__footer-copy {
    width: 79.44vw;
    font-size: 4.45vw;
    line-height: 1.3;
  }
  .landing .landing__footer-copy span {
    margin-top: 0.83vw;
  }
  .landing .landing__footer-badge {
    width: 91.07vw;
    margin-top: 7.84vw;
  }
  .landing .landing__footer-note {
    width: 80vw;
    font-size: 4.16vw;
    line-height: 1.42;
    margin-top: 12.11vw;
  }
  .landing .landing__footer-legal {
    font-size: 4.46vw;
    line-height: 1.45;
    margin-top: 5.47vw;
  }
}/*# sourceMappingURL=style.css.map */