:root {
  --blue: #003d96;
  --light-blue: #5ba2e8;
  --blue-dark: #002173;
  --blue-end: #00428c;
  --green-dark: #024f17;
  --green-end: #00662f;
  --white: #ffffff;
  --copy-blue: #073d89;
  --error-red: #ff2f45;
  --error-red-soft: #ffd0d6;
  --font-main: "roc-grotesk", Arial, sans-serif;
  --font-condensed: "roc-grotesk-condensed", Impact, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 22.2222vw;
  background: #fff;
  color: var(--white);
  font-family: var(--font-main);
  font-size: 1.1111vw;
}

body {
  margin: 0;
  background: #fff;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
  /* text-decoration: none; */
}

img {
  display: block;
  max-width: 100%;
}

.site {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.hero img {
  width: 100%;
  height: auto;
}

.br-mobile {
  display: none;
}

.section-title {
  margin: 0;
  font-family: var(--font-condensed);
  font-size: 5vw;
  font-weight: 600;
  line-height: .95;
  text-align: center;
  color: var(--white);
}

.intro {
  height: 29.5833vw;
  background: #fff;
  color: var(--copy-blue);
}

.intro__inner {
  position: relative;
  height: 100%;
  padding: 6.9444vw 4.4444vw 0;
}

.intro__title {
  width: 41.6667vw;
  margin: 0;
  font-family: var(--font-condensed);
  font-size: 5vw;
  font-weight: 600;
  line-height: .98;
  color: var(--blue);
}

.intro__title span {
  display: block;
}

.intro__title span:nth-child(n + 2) {
  color: var(--light-blue);
}

.intro__hand {
  display: inline-block !important;
  position: relative;
  top: -0.2083vw;
  margin: 0 1.1111vw;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: .67em;
  line-height: 1;
}

.intro__divider {
  position: absolute;
  top: 7.7778vw;
  left: 50.0694vw;
  width: 0.4167vw;
  height: 14.0278vw;
  background: #a9d1f5;
}

.intro__copy {
  position: absolute;
  top: 8.8889vw;
  left: 54.0972vw;
  width: 41.1111vw;
  margin: 0;
  font-size: 1.6667vw;
  font-weight: 400;
  line-height: 1.43;
  color: #06366f;
}

.intro__copy strong {
  font-weight: 600;
}

.prizes {
  padding: 10.4167vw 4.1667vw 9.5139vw;
  background: linear-gradient(160deg, var(--blue-dark) 0%, var(--blue) 45%, var(--blue-end) 100%);
}

.prizes__title {
  margin-bottom: 9.9306vw;
}

.prizes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.7778vw 1.3194vw;
}

.prize-card {
  position: relative;
  min-height: 55.9257vw;
  overflow: hidden;
  border: 0.0694vw solid rgba(255, 255, 255, .2);
  border-radius: 1.3889vw;
  background: rgba(255, 255, 255, .05);
  box-shadow:
    0.2778vw 0.2778vw 1.3889vw rgba(0, 0, 0, .2),
    inset 0 0 1.3889vw rgba(255, 255, 255, .2);
}

.prize-card--main {
  grid-column: 1 / -1;
  min-height: 50.0694vw;
}

.prizes__grid .prize-card:nth-child(2),
.prizes__grid .prize-card:nth-child(3) {
  min-height: 56.6667vw;
  background: rgba(255, 255, 255, .15);
}

.prize-card__image {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.prize-card__image--main {
  right: 16.1806vw;
  bottom: 1.5vw;
  width: 53.5556vw;
}

.prize-card__image--tickets {
  top: 5.2778vw;
  left: 0.5417vw;
  width: 37.5417vw;
}

.prize-card__image--tickets-many {
  top: 5.6944vw;
  left: 1.5vw;
  width: 37.5833vw;
}

.prize-card__image--players {
  top: 6.1111vw;
  left: 3.3333vw;
  width: 33.8889vw;
}

.prize-card__image--shirts {
    top: 4.3472vw;
    left: 7.8611vw;
    width: 30.0694vw;
}

.prize-card__label {
  position: absolute;
  left: 7.8611vw;
  right: 7.8611vw;
  bottom: 5.5556vw;
  display: flex;
  min-height: 12.3611vw;
  align-items: center;
  justify-content: center;
  padding: 1.25vw 1.8056vw 1.5278vw;
  border: 0.0694vw solid #fff;
  border-radius: 1.3889vw;
  background: #003D96;
  box-shadow: 0.2778vw 0.2778vw 1.3889vw rgba(0, 0, 0, .2);
  font-family: var(--font-condensed);
  font-size: 2.7778vw;
  font-weight: 600;
  line-height: 1.18;
  text-align: center;
  color: #fff;
}

.prize-card__label--main {
  top: 5.6944vw;
  right: auto;
  bottom: auto;
  left: 8.4028vw;
  width: 30.625vw;
  min-height: 7.8472vw;
  font-size: 2.3611vw;
  line-height: 1.17;
}

.dates {
  height: 30.1389vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--blue);
}

.dates p {
  margin: 0 0 0.8333vw;
  font-family: var(--font-condensed);
  font-size: 5.5vw;
  font-weight: 600;
  line-height: 1.27;
  text-align: center;
}

.dates span {
  display: block;
}

.dates span + span {
  color: var(--light-blue);
}

.contest-banner {
  position: relative;
  height: 33.1944vw;
  overflow: hidden;
  background: url("../img/konkurs_bg.jpg") center center / cover no-repeat;
}

.contest-banner__copy {
  position: absolute;
  top: 7.3611vw;
  left: 48.9583vw;
  width: 43.0556vw;
  text-shadow: 1vw 1vw 1vw rgba(0, 0, 0, .35);
}

.contest-banner h2,
.contest-banner p {
  margin: 0;
  font-family: var(--font-condensed);
  font-weight: 600;
  color: #fff;
}

.contest-banner h2 {
  font-size: 10.5vw;
  line-height: .85;
}

.contest-banner p {
  margin-top: 3.125vw;
  font-size: 4vw;
  line-height: 1.08;
}

.rules {
  padding: 9.3056vw 0 0;
  background: linear-gradient(160deg, var(--green-dark) 0%, #005820 52%, var(--green-end) 100%);
}

.rules__inner {
  width: 100%;
}

.rules__title {
  margin-bottom: 8.4028vw;
}

.rules__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 1.3889vw;
  padding: 0 4.7222vw;
}

.rules__step {
  text-align: center;
}

.rules__step img {
  height: 15.5556vw;
  width: auto;
  margin: 0 auto 2.2917vw;
  object-fit: contain;
}

.rules__step--two img {
  height: 16.8056vw;
  margin-bottom: 1.6667vw;
}

.rules__step--three img {
  height: 16.9444vw;
  margin-bottom: 1.5278vw;
}

.rules__step strong {
  display: block;
  font-family: var(--font-condensed);
  font-size: 5.9722vw;
  font-weight: 600;
  line-height: .9;
  color: #fff;
}

.rules__step p {
  min-height: 4.5139vw;
  margin: 2.0139vw 0 0;
  font-size: 1.7361vw;
  font-weight: 400;
  line-height: 1.27;
  color: #fff;
}

.task-block {
  margin-top: 10.9722vw;
  padding: 5.5556vw 0 7.2222vw;
  background: #5BA2E8;
}

.task__title {
  margin-top: 0;
  margin-bottom: 5.5556vw;
  font-size: 6.1111vw;
}

.task__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1111vw;
  padding: 0 4.4444vw;
}

.task__cards p {
  min-height: 13.4028vw;
  margin: 0;
  padding: 2.7083vw 3.75vw;
  border: 0.0694vw solid #fff;
  border-radius: 0.5556vw;
  background: rgba(224, 244, 235, .82);
  box-shadow: 0.5556vw 0.7639vw 0.9722vw rgba(0, 0, 0, .18);
  color: var(--blue);
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 1.19;
}

.task__cards p:nth-child(2) {
  padding-top: 3.8889vw;
  font-size: 2.0139vw;
  line-height: 1.18;
}

.task__cards strong {
  font-weight: 600;
}

.entry {
  padding: 6.6667vw 0 9.375vw;
  background: linear-gradient(160deg, var(--blue-dark) 0%, var(--blue) 56%, var(--blue-end) 100%);
}

.entry__inner {
  width: 57.6389vw;
  margin: 0 auto;
}

.entry__title {
  margin: 0 0 2.2222vw;
  font-family: var(--font-condensed);
  font-size: 2.4306vw;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.entry__lead {
  margin: 0 0 3.4028vw;
  font-size: 1.7056vw;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  color: #fff;
}

.winners {
  padding: 0 4.1667vw;
  margin-top: 4.4444vw;
  display: grid;
  gap: 2.0833vw;
}

.winners__group {
  padding: 2.0833vw 2.7778vw 2.5vw;
  border: 0.0694vw solid rgba(255, 255, 255, .25);
  border-radius: 1.3889vw;
  background: rgba(255, 255, 255, .06);
  box-shadow:
    0.2778vw 0.2778vw 1.3889vw rgba(0, 0, 0, .15),
    inset 0 0 1.3889vw rgba(255, 255, 255, .1);
}

.winners__group-title {
  margin: 0 0 1.25vw;
  font-family: var(--font-condensed);
  font-size: 1.8056vw;
  font-weight: 600;
  line-height: 1.05;
  text-align: center;
  color: #fff;
}

.winners__group-title span {
  display: block;
  margin-top: 0.5556vw;
  font-family: var(--font-main);
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 1.3;
  color: var(--light-blue);
}

.winners__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 1.6667vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.winners__list li {
  padding: 0.4167vw 0;
  border-bottom: 0.0694vw solid rgba(255, 255, 255, .15);
  font-size: 0.9722vw;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}

.winners__list--small {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.winners__list--single {
  grid-template-columns: 1fr;
  max-width: 20.8333vw;
  margin: 0 auto;
  text-align: center;
}

.winners__list--single li {
  padding: 0;
  border-bottom: 0;
  font-family: var(--font-condensed);
  font-size: 1.5278vw;
  font-weight: 600;
}

.entry-form {
  display: flex;
  flex-direction: column;
}

.field {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 1.0417vw;
}

.field input,
.field textarea,
.size-field {
  width: 100%;
  border: 0.0694vw solid rgba(255, 255, 255, .9);
  border-radius: 1.25vw;
  background: rgba(0, 61, 150, .18);
  color: #fff;
  outline: none;
  box-shadow: none;
}

.field input {
  height: 2.7778vw;
  padding: 0 1.5972vw 0.1389vw;
  font-size: 0.9722vw;
}

.field textarea {
  height: 22.0833vw;
  resize: none;
  padding: 1.5972vw 1.5972vw 3.1944vw;
  font-size: 0.9722vw;
  line-height: 1.35;
}

.field textarea::placeholder,
.field input::placeholder {
  color: rgba(255, 255, 255, .88);
  opacity: 1;
}

.field__textarea-hint,
.field__counter {
  position: absolute;
  bottom: 1.1806vw;
  font-size: 0.9028vw;
  line-height: 1;
  color: rgba(255, 255, 255, .92);
  pointer-events: none;
}

.field__textarea-hint {
  left: 1.6667vw;
}

.field__counter {
  right: 1.6667vw;
}

.field__counter b {
  font-weight: 400;
}

.entry-form__group-title {
  margin: 1.875vw 0 1.0417vw;
  font-size: 1.3889vw;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.size-field {
  max-height: 2.7778vw;
  min-height: 2.7778vw;
  margin-bottom: 2.7083vw;
  padding: 0 1.5278vw;
  overflow: hidden;
  transition: max-height .38s ease, box-shadow .28s ease, background-color .28s ease;
}

.size-field.is-open {
  max-height: 14.8611vw;
  background: rgba(0, 61, 150, .28);
  box-shadow: inset 0 0 1.0417vw rgba(255, 255, 255, .06);
}

.size-field button {
  display: block;
  width: 100%;
  height: 2.0139vw;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .88);
  font-size: 0.9722vw;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}

.size-field__button {
  position: relative;
  display: flex !important;
  height: 2.7778vw !important;
  align-items: center;
  justify-content: space-between;
}

.size-field__button::after {
  content: "";
  width: 0.4861vw;
  height: 0.4861vw;
  border-right: 0.0694vw solid rgba(255, 255, 255, .72);
  border-bottom: 0.0694vw solid rgba(255, 255, 255, .72);
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform .28s ease, opacity .28s ease;
  opacity: .72;
}

.size-field.is-open .size-field__button::after {
  transform: rotate(225deg);
  opacity: .95;
}

.size-field__value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.size-field__options {
  padding: 0.2083vw 0 0.9722vw;
  opacity: 0;
  transform: translateY(-0.5556vw);
  transition: opacity .24s ease .08s, transform .28s ease;
}

.size-field.is-open .size-field__options {
  opacity: 1;
  transform: translateY(0);
}

.size-field__options button {
  transition: color .2s ease, transform .2s ease;
}

.size-field__options button:hover,
.size-field__options button:focus-visible,
.size-field__options button[aria-selected="true"] {
  color: #fff;
  transform: translateX(0.4167vw);
}

.agreements {
  display: flex;
  flex-direction: column;
  gap: 1.4583vw;
  margin-bottom: 2.9167vw;
}

.agreements label {
  display: grid;
  grid-template-columns: 1.0417vw 1fr;
  gap: 1.25vw;
  align-items: start;
  font-size: 0.9028vw;
  font-weight: 400;
  line-height: 1.24;
  color: rgba(255, 255, 255, .82);
}

.agreements input {
  appearance: none;
  position: relative;
  width: 1.0417vw;
  height: 1.0417vw;
  margin: 0;
  border: 0.0694vw solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: border-color .22s ease, background-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.agreements input::after {
  content: "";
  position: absolute;
  inset: 0.2083vw;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: transform .22s cubic-bezier(.2, 1.4, .4, 1);
}

.agreements input:checked {
  border-color: #fff;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 0 0 0.2778vw rgba(255, 255, 255, .08);
  animation: checkbox-pop .22s ease-out;
}

.agreements input:checked::after {
  transform: scale(1);
}

.agreements label {
  cursor: pointer;
}

@keyframes checkbox-pop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.18);
  }

  100% {
    transform: scale(1);
  }
}

.submit-button {
  width: 100%;
  height: 3.8889vw;
  border: 0;
  border-radius: 100px;
  background: #fff;
  color: var(--blue);
  font-family: var(--font-condensed);
  font-size: 1.8056vw;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.field input.is-invalid,
.field textarea.is-invalid,
.size-field.is-invalid {
  border-color: var(--error-red);
  box-shadow: 0 0 0 0.2083vw rgba(255, 47, 69, .2), 0 0 0 0.4167vw rgba(255, 47, 69, .34);
}

.agreements label.is-invalid {
  color: var(--error-red-soft);
}

.agreements label.is-invalid input {
  border-color: var(--error-red);
  box-shadow: 0 0 0 0.2778vw rgba(255, 47, 69, .28);
}

.entry-form.is-submitting .submit-button {
  cursor: wait;
  opacity: .72;
}

.form-status {
  min-height: 1.5278vw;
  margin: 1.1111vw 0 0;
  color: #fff;
  font-size: 1.0417vw;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.form-status.is-error {
  color: var(--error-red);
}

.footer {
  display: grid;
  grid-template-columns: 18.1944vw 1fr 17.0833vw;
  align-items: center;
  height: 9.7917vw;
  background: var(--green-dark);
  color: #fff;
}

.footer__logo {
  display: flex;
  height: 9.7917vw;
  align-items: center;
  justify-content: center;
  background: #00662f;
}

.footer__logo img {
  width: 14.1667vw;
}

.footer__links {
  display: flex;
  gap: 5vw;
  justify-content: center;
  padding-right: 10vw;
  font-size: 1.6667vw;
  font-weight: 600;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.6389vw;
  padding-right: 4.5139vw;
}

.footer__social a {
  display: flex;
  width: 2.2222vw;
  height: 2.9167vw;
  align-items: center;
  justify-content: center;
}

.footer__social img {
  max-height: 2.7778vw;
  width: auto;
}

.sr-only {
  position: absolute;
  width: 0.0694vw;
  height: 0.0694vw;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 47.9375em) {
  .site {
    max-width: none;
  }

  .br-desktop {
    display: none;
  }

  .br-mobile {
    display: block;
  }

  .section-title {
    font-size: 11.2051vw;
  }

  .intro {
    height: 111.0256vw;
  }

  .intro__inner {
    padding: 15.1795vw 7.6923vw 0;
  }

  .intro__title {
    width: 84.6154vw;
    font-size: 8.4615vw;
    line-height: .98;
  }

  .intro__hand {
    top: -0.2564vw;
    margin: 0 1.7949vw;
    font-size: .63em;
  }

  .intro__divider {
    top: 48.7179vw;
    left: 7.6923vw;
    width: calc(100% - 15.3846vw);
    height: 1.2821vw;
  }

  .intro__copy {
    top: 56.6667vw;
    left: 7.6923vw;
    width: 84.6154vw;
    font-size: 4.359vw;
    line-height: 1.45;
  }

  .prizes {
    padding: 11.7949vw 3.0769vw 11.5385vw;
  }

  .prizes__title {
    margin-bottom: 10.7692vw;
  }

  .prizes__grid {
    display: flex;
    flex-direction: column;
    gap: 7.4359vw;
  }

  .prize-card,
  .prize-card--main {
    min-height: 115vw;
    border-width: 0.2564vw;
    border-radius: 5.1282vw;
    box-shadow:
      1.0256vw 1.0256vw 5.1282vw rgba(0, 0, 0, .2),
      inset 0 0 5.1282vw rgba(255, 255, 255, .2);
  }

  .prizes__grid .prize-card:nth-child(2),
  .prizes__grid .prize-card:nth-child(3) {
    min-height: 117.9487vw;
  }

  .prize-card__image--main {
    top: 7.7179vw;
    right: auto;
    bottom: auto;
    left: 8.1026vw;
    width: 72.5385vw;
  }

  .prize-card__image--tickets {
    top: 5.5897vw;
    left: -0.5385vw;
    width: 80.9231vw;
  }

  .prize-card__image--tickets-many {
    top: 3.5897vw;
    left: -7.6154vw;
    width: 92.5641vw;
  }

  .prize-card__image--players {
    top: 8.4615vw;
    left: 6.9231vw;
    width: 81.5385vw;
  }

  .prize-card__image--shirts {
    top: 7.0513vw;
    left: 14.2821vw;
    width: 67.3077vw;
  }

  .prize-card__label,
  .prize-card__label--main {
    top: auto;
    right: 7.6923vw;
    bottom: 7.6923vw;
    left: 7.6923vw;
    width: auto;
    min-height: 22.0513vw;
    padding: 3.0769vw 2.5641vw 3.3333vw;
    border-width: 0.2564vw;
    border-radius: 5.1282vw;
    box-shadow: 1.0256vw 1.0256vw 5.1282vw rgba(0, 0, 0, .2);
    font-size: 7.6vw;
    line-height: 1.14;
  }

  .dates {
    height: 73.0769vw;
    align-items: flex-start;
    padding-top: 13.6154vw;
  }

  .dates p {
    margin: 0;
    font-size: 4.359vw;
    line-height: 1.25;
  }

  .dates span:first-child {
    margin-bottom: 5.1282vw;
  }

  .dates span:first-child::before {
    content: "CZAS TRWANIA KONKURSU:";
    display: block;
    font-size: 6vw;
    line-height: 1.25;
  }

  .dates span:first-child::after {
    content: "1-14.07.2026";
    display: block;
    font-size: 12vw;
    line-height: 1.05;
  }

  .dates span + span::before {
    content: "OGŁOSZENIE WYNIKÓW:";
    display: block;
    font-size: 6vw;
    line-height: 1.25;
  }

  .dates span + span::after {
    content: "DO 28.07.2026";
    display: block;
    font-size: 12vw;
    line-height: 1.05;
  }

  .dates span {
    font-size: 0 !important;
  }

  .contest-banner {
    display: none;
  }

  .rules {
    padding: 11.5385vw 0 0;
  }

  .rules__title {
    margin-bottom: 17.9487vw;
  }

  .rules__steps {
    display: block;
    padding: 0 0;
  }

  .rules__step {
    margin-bottom: 21.2821vw;
  }

  .rules__step img {
    height: auto;
    margin: 0 auto 8.7179vw;
  }

  .rules__step--one img {
    width: 85vw;
  }

  .rules__step--two img {
    width: 64.6154vw;
    margin-bottom: 9.2308vw;
  }

  .rules__step--three img {
    width: 85vw;
    margin-bottom: 8.9744vw;
  }

  .rules__step strong {
    font-size: 25vw;
  }

  .rules__step p {
    min-height: 0;
    margin-top: 5.3846vw;
    padding: 0 9.2308vw;
    font-size: 6.2154vw;
    line-height: 1.28;
  }

  .task-block {
    margin-top: 32.3077vw;
    padding: 9.2308vw 0 9.7436vw;
  }

  .task__title {
    width: 61.5385vw;
    margin: 0 auto 9.2308vw;
    font-size: 11vw;
    line-height: 1.08;
  }

  .task__cards {
    display: flex;
    flex-direction: column;
    gap: 3.3333vw;
    padding: 0 3.3333vw;
  }

  .task__cards p,
  .task__cards p:nth-child(2) {
    min-height: 26.1538vw;
    padding: 5.641vw 4.8718vw;
    border-radius: 25px;
    font-size: 4.4vw;
    line-height: 1.24;
  }

  .task__cards p:nth-child(2) {
    min-height: 24.8718vw;
    font-size: 5vw;
  }

  .entry {
    padding: 18.9744vw 5.641vw 20vw;
  }

  .entry__inner {
    width: 100%;
  }

  .entry__title {
    margin-bottom: 8.9744vw;
    font-size: 5.641vw;
  }

  .entry__lead {
    margin-bottom: 11.2821vw;
    font-size: 5.141vw;
    line-height: 1.43;
  }

  .winners {
    padding: 0 5.641vw;
    margin-top: 8.2051vw;
    gap: 5.1282vw;
  }

  .winners__group {
    padding: 6.1538vw 5.1282vw 7.1795vw;
    border-width: 0.2564vw;
    border-radius: 5.1282vw;
    box-shadow:
      1.0256vw 1.0256vw 5.1282vw rgba(0, 0, 0, .15),
      inset 0 0 5.1282vw rgba(255, 255, 255, .1);
  }

  .winners__group-title {
    margin-bottom: 4.1026vw;
    font-size: 7.1795vw;
  }

  .winners__group-title span {
    margin-top: 2.0513vw;
    font-size: 4.1026vw;
  }

  .winners__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 4.1026vw;
  }

  .winners__list li {
    padding: 2.0513vw 0;
    font-size: 3.5897vw;
  }

  .winners__list--small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .winners__list--single {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .winners__list--single li {
    font-size: 6.1538vw;
  }

  .field {
    margin-bottom: 3.8462vw;
  }

  .field input,
  .field textarea,
  .size-field {
    border-radius: 100px;
  }

  .field textarea {
    height: 94.1026vw;
    padding: 4.1026vw 6.4103vw 14.8718vw;
    font-size: 3.5897vw;
    line-height: 1.35;
    border-radius: 30px;
  }

  .field input {
    height: 11.7949vw;
    padding: 0 6.4103vw 0.5128vw;
    font-size: 3.5897vw;
  }

  .field__textarea-hint,
  .field__counter {
    bottom: 6.1538vw;
    font-size: 3.5897vw;
  }

  .field__textarea-hint {
    left: 6.9231vw;
  }

  .field__counter {
    right: 6.9231vw;
  }

  .entry-form__group-title {
    margin: 6.4103vw 0 4.6154vw;
    font-size: 5.3846vw;
  }

  .size-field {
    max-height: 11.7949vw;
    min-height: 11.7949vw;
    margin-bottom: 10.5128vw;
    padding: 0 6.4103vw;
    border-radius: 55px;
  }

  .size-field.is-open {
    max-height: 59.4872vw;
  }

  .size-field button {
    height: 8.2051vw;
    font-size: 3.5897vw;
  }

  .size-field__button {
    height: 11.7949vw !important;
  }

  .size-field__button::after {
    width: 1.5385vw;
    height: 1.5385vw;
    border-right-width: 0.2564vw;
    border-bottom-width: 0.2564vw;
  }

  .size-field__options {
    padding: 1.2821vw 0 4.359vw;
    transform: translateY(-1.5385vw);
  }

  .size-field__options button:hover,
  .size-field__options button:focus-visible,
  .size-field__options button[aria-selected="true"] {
    transform: translateX(1.5385vw);
  }

  .agreements {
    gap: 5.1282vw;
    margin-bottom: 8.4615vw;
  }

  .agreements label {
    grid-template-columns: 4.1026vw 1fr;
    gap: 3.8462vw;
    font-size: 3.0769vw;
    line-height: 1.35;
  }

  .agreements input {
    width: 4.1026vw;
    height: 4.1026vw;
    margin-top: 0.5128vw;
  }

  .agreements input::after {
    inset: 0.7692vw;
  }

  .agreements input:checked {
    box-shadow: 0 0 0 1.0256vw rgba(255, 255, 255, .08);
  }

  .submit-button {
    height: 13.5718vw;
    font-size: 5.6282vw;
  }

  .field input.is-invalid,
  .field textarea.is-invalid,
  .size-field.is-invalid {
    box-shadow: 0 0 0 0.7692vw rgba(255, 47, 69, .2), 0 0 0 1.2821vw rgba(255, 47, 69, .34);
  }

  .agreements label.is-invalid input {
    box-shadow: 0 0 0 1.0256vw rgba(255, 47, 69, .28);
  }

  .form-status {
    min-height: 5.1282vw;
    margin-top: 3.5897vw;
    font-size: 3.8462vw;
  }

  .footer {
    grid-template-columns: 36.6667vw 1fr;
    grid-template-rows: 22.8205vw 22.8205vw;
    height: 54.641vw;
    padding: 0 5.641vw;
  }

  .footer__logo {
    width: 30.7692vw;
    height: 22.8205vw;
    justify-content: center;
  }

  .footer__logo img {
    width: 30.7692vw;
  }

  .footer__social {
    grid-column: 2;
    grid-row: 1;
    gap: 7.1795vw;
    justify-content: flex-end;
    padding-right: 0;
  }

  .footer__social a {
    width: 7.1795vw;
    height: 9.2308vw;
  }

  .footer__social img {
    max-height: 8.7179vw;
  }

  .footer__links {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: column;
    gap: 4.1026vw;
    align-items: center;
    justify-content: flex-start;
    padding: 3.3333vw 0 0;
    font-size: 5.1282vw;
    line-height: 1;
  }
}
