/* Base: 1920px design → 1rem = 10px at 1920vw */
html {
  font-size: calc(100vw / 192);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
  overflow-x: hidden;
}

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

body {
  font-family: "Inter", sans-serif;
  background: #002f51;
  color: #fff;
  overflow-x: hidden;
  line-height: normal;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font-family: inherit;
  border: none;
  outline: none;
}

.page {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container {
  width: 147.7rem;
  max-width: calc(100% - 41.8rem);
  margin: 0 auto;
}

/* Colors */
:root {
  --yellow: #ffd500;
  --blue: #002f51;
  --blue-deep: #00247d;
  --blue-mid: #2d5c91;
  --blue-muted: #3c678c;
  --jacobs: #113c23;
  --jacobs-dark: #0a2a18;
}

.text-white { color: #fff; }
.text-yellow { color: var(--yellow); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
  padding: 0 3.2rem;
  border-radius: 8.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
  white-space: nowrap;
}

.btn:hover {
  opacity: 0.92;
  transform: translateY(-0.1rem);
}

.btn--yellow {
  background: var(--yellow);
  color: var(--blue-deep);
}

.btn--lg {
  height: 5.6rem;
  min-width: 39.4rem;
  font-size: 1.8rem;
  font-weight: 700;
}

/* Section titles */
.section-title {
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  margin-bottom: 4.8rem;
}

.section-title--shadow {
  text-shadow: -0.4rem 0.2rem 0.65rem rgba(0, 0, 0, 0.57);
}

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 92.5rem;
  padding-bottom: 4rem;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: url("../img/hero/bg.jpg") center top / cover no-repeat;
  z-index: 0;
}

.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 20, 40, 0.55) 0%,
    rgba(0, 20, 40, 0.15) 45%,
    transparent 70%
  );
}

.hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 8.1rem;
}

.header-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding-top: 8.1rem;
}

.header-bar.is-sticky {
  position: fixed;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background: #0b2841;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.25);
}

.header-bar__spacer {
  display: none;
  width: 100%;
}

.header-bar.is-sticky + .header-bar__spacer:not([hidden]) {
  display: block;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.3rem;
}

.header__logo {
  width: 14rem;
  height: 4.3rem;
  flex-shrink: 0;
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.5rem;
  height: 3.2rem;
  padding: 0 5rem;
  border: 0.1rem solid #fff;
  border-radius: 2rem;
  background: transparent;
}

.header__nav a {
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  transition: color 0.2s;
}

.header__nav a:hover {
  color: var(--yellow);
}

.header__auth {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.header__user {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
}

.header__user img {
  width: 100%;
  height: 100%;
}

.header__login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  padding: 0 2rem;
  border: 0.1rem solid #fff;
  border-radius: 2rem;
  font-size: 1.4rem;
  white-space: nowrap;
  transition: background 0.2s;
}

.header__login:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header__login--lk {
  min-width: 21.4rem;
  padding: 0 1.6rem;
}

.header__login .js-logout {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.header__login .js-open-lk {
  cursor: pointer;
}

.header__burger,
.mobile-menu,
.hero__cta-mobile {
  display: none;
}

.header__burger-icon,
.header__burger-close {
  display: none;
}

body.lightbox-open {
  overflow: hidden;
}

.hero__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 13.6rem;
  position: relative;
}

.hero__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero__title {
  width: 71.724rem;
  height: 13.398rem;
  margin-bottom: 2.8rem;
  filter: drop-shadow(0 0.4rem 0.8rem rgba(0, 0, 0, 0.35));
  object-fit: contain;
}

.hero__prize-label {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 3.6rem;
}

.hero__prize-label-text {
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  line-height: 3.7rem;
  white-space: nowrap;
}

.hero__prize-label-text p {
  margin: 0;
}

.hero__prize-label-dash {
  display: inline-block;
  width: 4.3rem;
  height: 0.3rem;
  margin-left: 0.8rem;
  vertical-align: middle;
  background: #fff;
  border-radius: 0.15rem;
  position: relative;
  top: -0.2rem;
}

.hero__car-name {
  width: 35rem;
  height: 6.1rem;
  margin-bottom: 9.4rem;
  object-fit: contain;
  object-position: left center;
}

.hero__right {
  width: 39.4rem;
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
}

.hero__dates-wrap {
  width: 39.4rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__dates {
  width: 29.945rem;
  height: 7.548rem;
  object-fit: contain;
}

.hero__sponsors {
  display: flex;
  justify-content: flex-end;
  gap: 0.817rem;
  margin-top: 10.7rem;
  width: 57.289rem;
  margin-left: auto;
}

.sponsor-logo {
  width: 8.867rem;
  height: 5.109rem;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

/* ========== RULES ========== */
.rules {
  background: var(--blue);
  padding: 10.9rem 0 8rem;
  position: relative;
  z-index: 2;
}

.rules .section-title {
  margin-bottom: 7rem;
}

.rules__list {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 6.7rem;
}

.rules__item {
  display: flex;
  gap: 1.9rem;
  align-items: flex-start;
  flex: 1;
  max-width: 34.3rem;
}

.rules__num {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: var(--yellow);
  color: #000;
  font-size: 3.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.rules__item p {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 0.8rem;
}

.rules__item span {
  color: var(--yellow);
}

.rules__link {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.rules__link:hover {
  color: var(--yellow);
}

/* ========== PRIZES ========== */
.prizes {
  position: relative;
  padding: 6cqmin 0 8rem;
  overflow: hidden;
  background: #002f51;
}

.prizes__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.prizes__bg img {
  position: absolute;
  height: 145.86%;
  width: 146.71%;
  left: -42.88%;
  top: -25.39%;
  max-width: none;
  object-fit: cover;
}

.prizes .container {
  position: relative;
  z-index: 1;
}

.prizes__grid {
  display: grid;
  grid-template-columns: 92.6rem 43.3rem;
  gap: 11.8rem;
  align-items: start;
}

.prizes__main {
  position: relative;
  height: 51.8rem;
  overflow: visible;
}

.prizes__main-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 92.6rem;
  height: 51.8rem;
  border-radius: 2rem;
  border: 0;
  background: url("../img/prize_bg1.png") center / cover no-repeat;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 3.2rem 3.3rem;
  overflow: hidden;
}

.prizes__main-label {
  width: 29.243rem;
  height: 6.474rem;
  margin-bottom: 2.4rem;
  object-fit: contain;
}

.prizes__main-name {
  width: 35rem;
  height: 6.1rem;
  object-fit: contain;
}

.prizes__car {
  position: absolute;
  left: 3.3rem;
  top: 13.6rem;
  width: 96.7rem;
  height: 47.3rem;
  z-index: 2;
  pointer-events: none;
  object-fit: contain;
}

.prizes__side {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.prize-card {
  position: relative;
  width: 43.3rem;
  height: 12.6rem;
  border-radius: 2rem;
  border: 0;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(1rem) saturate(140%);
  -webkit-backdrop-filter: blur(1rem) saturate(140%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.stages .prize-card:nth-child(1) {
    background: url(../img/p1.png) center / cover no-repeat;
    backdrop-filter: none;
}
.stages .prize-card:nth-child(2) {
    background: url(../img/p2.png) center / cover no-repeat;
    backdrop-filter: none;
}
.stages .prize-card:nth-child(3) {
    background: url(../img/p3.png) center / cover no-repeat;
    backdrop-filter: none;
}

.stages .stages__prizes.is-main .prize-card:nth-child(1) {
    background: url(../img/p4.png) center / cover no-repeat;
    backdrop-filter: none;
}
.stages .stages__prizes.is-main .prize-card:nth-child(2) {
    background: url(../img/p5.png) center / cover no-repeat;
    backdrop-filter: none;
}


.stages .prize-card *{
  opacity: 0;
}

.prizes__side > .prize-card:nth-child(1) {
  background: url("../img/prize_bg2.png") center / cover no-repeat;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.prizes__side > .prize-card:nth-child(2) {
  background: url("../img/prize_bg3.png") center / cover no-repeat;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.prize-card__label {
  font-size: 2rem;
  font-weight: 400;
}

.prize-card__value {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.4rem;
  color: var(--yellow);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}

.prize-card__byn {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.3rem;
  color: var(--yellow);
}

.prize-card--sm .prize-card__byn {
  font-size: 5.2rem;
  margin-top: -0.5rem;
}

.prize-card__count {
  font-size: 2rem;
  margin-top: 0.2rem;
}

.prize-card--sm {
  width: 40rem;
  height: 12.6rem;
  flex-shrink: 0;
}

.prize-card--jacobs {
  background: var(--jacobs);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  text-align: left;
  overflow: visible;
}

.prize-card--jacobs .prize-card__label {
  position: absolute;
  left: 17.8rem;
  top: 2.9rem;
  width: 19.8rem;
  margin: 0;
  text-align: center;
  z-index: 1;
}

.prize-card--jacobs .prize-card__phone-name {
  position: absolute;
  left: 16.8rem;
  top: 5.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--yellow);
  width: 21.8rem;
  margin: 0;
  text-align: left;
  line-height: 1.1;
  z-index: 1;
}

.prize-card--jacobs .prize-card__count {
  position: absolute;
  left: 25.4rem;
  top: 8.5rem;
  width: 4.6rem;
  margin: 0;
  text-align: center;
  z-index: 1;
}

.prize-card__phone-img {
  position: absolute;
  left: 4rem;
  top: 0.5rem;
  width: 12.5rem;
  height: 11.7rem;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  z-index: 2;
}

.jacobs-card {
  position: relative;
  width: 43.3rem;
  height: 27.414rem;
  border-radius: 2rem;
  border: 0;
  border-top: 0.4rem solid var(--yellow);
  border-left: 0.1rem solid var(--yellow);
  overflow: hidden;
  background: var(--jacobs);
  box-sizing: border-box;
}

.jacobs-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.jacobs-card__title {
  position: absolute;
  z-index: 1;
  left: 2.4rem;
  right: 2.4rem;
  top: 9rem;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
  color: #fff;
}

.jacobs-card__divider {
  position: absolute;
  left: 50%;
  top: 14.6rem;
  bottom: 1.6rem;
  width: 0.15rem;
  background: var(--yellow);
  transform: translateX(-50%);
  z-index: 1;
}

.jacobs-card__badge {
  position: absolute;
  left: 2.5rem;
  top: 14.8rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.3rem;
  height: 5.05rem;
  border-radius: 2.5rem;
  background: url("../img/prizes/jacobs-badge.png") center / cover no-repeat;
  color: var(--jacobs);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

.jacobs-card__badge span {
  font-size: 2rem;
  margin-left: 0.3rem;
}

.jacobs-card__phone {
  position: absolute;
  left: 23.9rem;
  top: 12.7rem;
  width: 16.5rem;
  height: 7.2rem;
  object-fit: contain;
  object-position: center top;
  display: block;
  z-index: 2;
}

.jacobs-card__label {
  position: absolute;
  z-index: 2;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  top: 21.4rem;
}

.jacobs-card__label--cash {
  left: 2.4rem;
  width: 16.6rem;
}

.jacobs-card__label--phone {
  left: 24.2rem;
  width: 16.6rem;
}

.jacobs-card__count {
  position: absolute;
  z-index: 2;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--yellow);
  text-align: center;
  top: 23.6rem;
}

.jacobs-card__count--cash {
  left: 2.4rem;
  width: 16.6rem;
}

.jacobs-card__count--phone {
  left: 24.2rem;
  width: 16.6rem;
}

.prizes__jacobs-note {
  font-size: 2rem;
  font-weight: 700;
  color: var(--yellow);
  text-align: center;
  line-height: 1.35;
  width: 37.3rem;
  margin: 0 auto;
}

.prizes__jacobs-note-white {
  color: #fff;
}

/* ========== CODE ========== */
.code {
  background: var(--blue);
  box-shadow: 0 0.4rem 0.58rem rgba(0, 0, 0, 0.35);
  padding: 4rem 0 3.5rem;
  position: relative;
  z-index: 2;
  min-height: 25.6rem;
}

.code__inner {
  position: relative;
}

.code__content {
  text-align: center;
}

.code__title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.code__subtitle {
  font-size: 1.6rem;
  margin-bottom: 2.1rem;
}

.code__form-wrap {
  position: relative;
  width: 132.9rem;
  max-width: 100%;
  margin: 0 0 1.3rem 14.6rem;
}

.code__receipt {
  position: absolute;
  left: -15.6rem;
  top: -5.7rem;
  width: 12.9rem;
  height: 13.6rem;
  z-index: 1;
  pointer-events: none;
}

.code__receipt-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.code__form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}

.code__input {
  width: 99.7rem;
  max-width: calc(100% - 33.2rem);
  height: 4.5rem;
  border: 0.1rem solid #fff;
  border-radius: 8.2rem;
  background: transparent;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 3.3rem;
  text-align: left;
}

.code__input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.code__form .btn {
  width: 31.7rem;
  flex-shrink: 0;
}

.code__hint {
  font-size: 1.4rem;
  font-weight: 400;
}

.code__hint b {
  font-weight: 400;
}

.code__byn {
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: baseline;
}

/* ========== STAGES ========== */
.stages {
  position: relative;
  padding: 11rem 0 8rem;
  background: #002f51;
  overflow: hidden;
}

.stages__glow {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 173.1rem;
  height: 172.2rem;
  transform: translate(-50%, -50%);
  background: url("../img/stages/glow.svg") center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.stages .container {
  position: relative;
  z-index: 1;
}

.stages .section-title {
  margin-bottom: 7rem;
}

.stages__timeline {
  position: relative;
  width: 130rem;
  max-width: 100%;
  margin: 0 0 5rem 9.9rem;
}

.stages__circles {
  position: relative;
  height: 8.1rem;
}

.stages__circle {
  position: absolute;
  top: 0;
  width: 8.1rem;
  height: 8.1rem;
  border-radius: 50%;
  background: transparent;
  border: 0.3rem solid rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
  box-sizing: border-box;
  transition: all 0.25s;
}

.stages__circle[data-stage="1"] { left: 2rem; }
.stages__circle[data-stage="2"] { left: 23.2rem; }
.stages__circle[data-stage="3"] { left: 44.4rem; }
.stages__circle[data-stage="4"] { left: 65.6rem; }
.stages__circle[data-stage="5"] { left: 86.8rem; }
.stages__circle[data-stage="6"] { left: 108rem; }

.stages__circle.is-active {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #000;
}

.stages__circle--prize {
  font-size: 0;
}

.stages__prize-icon {
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  pointer-events: none;
}

.stages__circle--prize.is-active .stages__prize-icon {
  filter: brightness(0);
}

.stages__line {
  position: absolute;
  top: 4rem;
  width: 9.6rem;
  height: 0.1rem;
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.stages__line:nth-child(2) { left: 11.6rem; }
.stages__line:nth-child(4) { left: 32.8rem; }
.stages__line:nth-child(6) { left: 54rem; }
.stages__line:nth-child(8) { left: 75.2rem; }
.stages__line:nth-child(10) { left: 96.4rem; }

.stages__dates {
  position: relative;
  height: 3rem;
  margin-top: 2.4rem;
}

.stages__date {
  position: absolute;
  top: 0;
  width: 18.4rem;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  line-height: 3rem;
  margin: 0;
}

.stages__date[data-stage="1"] { left: -3.1rem; }
.stages__date[data-stage="2"] { left: 18.1rem; }
.stages__date[data-stage="3"] { left: 39.3rem; }
.stages__date[data-stage="4"] { left: 60.5rem; }
.stages__date[data-stage="5"] { left: 81.7rem; }
.stages__date[data-stage="6"] { left: 102.9rem; }

.stages__date.is-active {
  color: var(--yellow);
  font-weight: 700;
}

.stages__prizes.is-main .prize-card--car {
  position: relative;
  overflow: hidden;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  text-align: left;
}

.stages__prizes.is-main .prize-card--car .prize-card__label {
  position: absolute;
  left: 2.4rem;
  top: 2.4rem;
  margin: 0;
  z-index: 1;
}

.stages__prizes.is-main .prize-card--car .prize-card__phone-name {
  position: absolute;
  left: 2.4rem;
  top: 5.4rem;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--yellow);
  z-index: 1;
}

.stages__prizes.is-main .prize-card--car .prize-card__count {
  position: absolute;
  left: 2.4rem;
  top: 8.6rem;
  margin: 0;
  z-index: 1;
}

.stages__prizes.is-main .prize-card--car .prize-card__car-img {
    position: absolute;
    right: 1rem;
    bottom: 0.4rem;
    width: 21rem;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
}

.stages__info {
  width: 130.4rem;
  max-width: 100%;
  margin: 0 0 4rem 9.9rem;
}

.stages__badges {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  margin-bottom: 3rem;
}

.stages__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17.9rem;
  height: 3.2rem;
  padding: 0 1.6rem;
  border: 0.1rem solid #fff;
  border-radius: 2rem;
  font-size: 1.6rem;
}

.stages__badge--yellow {
  background: var(--yellow);
  border-color: #fff;
  color: var(--blue-mid);
  font-weight: 700;
}

.stages__winners-link {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}

.stages__prizes {
  display: flex;
  gap: 3.9rem;
  margin-bottom: 3.7rem;
}

.stages__prizes .prize-card {
  border: 0;
  box-sizing: border-box;
}

.stages__meta p {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.stages__btn {
  width: 31.7rem;
  margin-left: 9.9rem;
}

/* ========== PRODUCTS ========== */
.products {
  position: relative;
  padding: 4.9rem 0 8rem;
  overflow: hidden;
  background: #002f51;
}

.products__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.products__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/products/prize_tovary_bg.png") center / cover no-repeat;
}

.products .container {
  position: relative;
  z-index: 1;
}

.products .section-title {
  margin-bottom: 1.8rem;
}

.products__link {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
  margin-bottom: 3.6rem;
}

.products__slider {
  display: flex;
  align-items: center;
  gap: 3.1rem;
  position: relative;
}

.products__viewport {
  /* Exactly 3 slides + 2 gaps: 40.4*3 + 3.3*2 */
  width: 127.8rem;
  max-width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
}

.products__track {
  display: flex;
  gap: 3.3rem;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: none;
  touch-action: pan-y;
}

.products__track.is-animating {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.products__slide {
  flex: 0 0 40.4rem;
  width: 40.4rem;
  height: 54.5rem;
  border: 0.1rem solid #fff;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.products__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.products__arrow {
  width: 3.6rem;
  height: 3.6rem;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.products__arrow:hover {
  opacity: 0.7;
}

.products__arrow img {
  width: 100%;
  height: 100%;
}

.products__arrow--next img {
  transform: scaleX(-1);
}

.products__dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: 3.6rem;
}

.products__dot {
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.products__dot.is-active {
  background: #ffd500;
}

.products-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20050;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 20, 40, 0.92);
  padding: 12rem 4rem 4rem;
  box-sizing: border-box;
}

.products-lightbox[hidden] {
  display: none !important;
}

.products-lightbox__img {
  max-width: min(90vw, 80rem);
  max-height: calc(100vh - 16rem);
  object-fit: contain;
  border: 0.1rem solid #fff;
}

.products-lightbox__close {
  position: absolute;
  top: 10rem;
  right: 3.2rem;
  z-index: 20051;
  width: 5.6rem;
  height: 5.6rem;
  border: 0.15rem solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.products-lightbox__close::before,
.products-lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}

.products-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.products-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ========== PARTNERS ========== */
.partners {
  padding: 6rem 0 8rem;
  background: #002f51;
}

.partners__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 128rem;
  max-width: 100%;
  margin: 0 auto 1.7rem;
}

.partners__row--lg {
  gap: 1.827rem;
}

/* Desktop: one row of all small logos (6+5) */
.partners__sm-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 128rem;
  max-width: 100%;
  margin: 0 auto;
  gap: 1.05rem;
}

.partners__sm-wrap .partners__row {
  display: contents;
}

.partners__row--sm {
  gap: 1.05rem;
  margin-bottom: 0;
}

.partner-logo {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.partner-logo--lg {
  width: 19.811rem;
  height: 11.414rem;
}

.partner-logo--sm {
  width: 10.679rem;
  height: 6.156rem;
}

/* ========== WINNERS ========== */
.winners {
  padding: 4rem 0 8rem;
  background: #002f51;
}

.winners .section-title {
  margin-bottom: 8.7rem;
}

.winners__search {
  position: relative;
  width: 127.9rem;
  max-width: 100%;
  margin: 0 auto 2.8rem;
}

.winners__search input {
  width: 100%;
  height: 5.1rem;
  border: 0.2rem solid #fff;
  border-radius: 999rem;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 6rem 0 2.9rem;
}

.winners__search input::placeholder {
  color: var(--blue-muted);
  font-weight: 700;
}

.winners__search-icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.3rem;
  height: 3.3rem;
  pointer-events: none;
}

.winners__table-wrap {
  width: 127.9rem;
  max-width: 100%;
  margin: 0 auto;
}

.winners__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.winners__table thead tr {
  background: var(--yellow);
  height: 5.1rem;
}

.winners__table th {
  color: var(--blue-mid);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 0 1rem;
  background: var(--yellow);
}

.winners__table th:first-child {
  border-radius: 999rem 0 0 999rem;
}

.winners__table th:last-child {
  border-radius: 0 999rem 999rem 0;
}

.winners__table td {
  font-size: 2rem;
  text-align: center;
  padding: 0.5rem 1rem;
  height: 4rem;
}

.winners__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.1rem;
  font-size: 2rem;
  color: #fff;
}

.winners__pagination button {
  background: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.2rem 0.4rem;
}

.winners__pagination button.is-active {
  color: var(--yellow);
  font-weight: 900;
}

.winners__pagination .dots {
  color: #fff;
}

/* ========== FAQ ========== */
.faq {
  padding: 4rem 0 8rem;
  background: #002f51;
}

.faq .section-title {
  max-width: 100%;
  margin-bottom: 5.7rem;
  height: auto;
}

.faq__list {
  width: 128rem;
  max-width: 100%;
  margin: 0 auto 5.5rem;
}

.faq__item {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.85);
}

.faq__item:last-child {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.85);
}

.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 5.1rem;
  padding: 1.3rem 0;
  background: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq__icon {
  width: 3.6rem;
  height: 3.6rem;
  flex-shrink: 0;
  transition: transform 0.25s;
  transform: scaleX(-1);
}

.faq__item.is-open .faq__icon {
  transform: rotate(-90deg);
}

.faq__answer {
  display: none;
   font-size: 2rem;
  font-weight: 300;
  padding: 0 0 1.6rem;
}

.faq__item.is-open .faq__answer {
  display: block;
}

.faq__answer p,.faq__answer div {
  font-size: 2rem;
  font-weight: 300;
  max-width: 105.8rem;
}

.faq__item--extra {
  display: none;
}

.faq__item--extra.is-visible {
  display: block;
}

.faq__more {
  display: flex;
  margin: 0 auto;
  width: 42.6rem;
  height: 4.5rem;
  border-radius: 3.8rem;
  color: var(--blue-mid);
  font-weight: 800;
  font-size: 1.6rem;
}

/* ========== FOOTER ========== */
.footer {
  padding: 4rem 0 6rem;
  background: #002f51;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5.5rem;
  gap: 2rem;
}

.footer__nav {
  display: flex;
  gap: 5.5rem;
  font-size: 1.4rem;
  padding-top: 1.7rem;
}

.footer__nav a:hover {
  color: var(--yellow);
}

.footer__social {
  display: flex;
  gap: 3rem;
  padding-top: 1.1rem;
}

.footer__social a {
  width: 2.3rem;
  height: 2.3rem;
}

.footer__social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__phone {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.3;
}

.footer__phone a {
  display: block;
  margin-bottom: 0.2rem;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: flex-start;
}

.footer__copy {
  font-size: 1rem;
  max-width: 76.2rem;
  line-height: 1.4;
}

.footer__copy a {
  text-decoration: underline;
}

.footer__policies {
  text-align: right;
  font-size: 1rem;
  max-width: 39.4rem;
}

.footer__policies a {
  display: block;
  text-decoration: underline;
  margin-bottom: 0.4rem;
}

.footer__policies a:hover,
.footer__copy a:hover {
  color: var(--yellow);
}

/* Smooth scroll handled on html above */

/* Global img max-width should not break absolute overlays */
.prizes__car,
.code__receipt-img,
.hero__dates,
.hero__title,
.hero__car-name {
  max-width: none;
}

/* ========== POPUPS ========== */
.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 20060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 20, 40, 0.72);
  backdrop-filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.2rem);
}

.popup-overlay[hidden] {
  display: none !important;
}

body.popup-open {
  overflow: hidden;
}

.popup {
  position: relative;
  width: 92.6rem;
  max-width: calc(100vw - 4rem);
  height: 51.8rem;
  padding: 0;
  border-radius: 2rem;
  border: 0;
  border-top: 0.4rem solid var(--yellow);
  border-left: 0.1rem solid var(--yellow);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(1rem) saturate(140%);
  -webkit-backdrop-filter: blur(1rem) saturate(140%);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.popup[hidden] {
  display: none !important;
}

.popup--auth {
  padding-top: 13.5rem;
}

.popup--sms {
  padding-top: 15.1rem;
}

.popup--reg {
  width: 100rem;
  height: 57.1rem;
  padding: 4.8rem 11.5rem 3.2rem;
}

.popup--msg {
  padding-top: 18.7rem;
  align-items: center;
}

.popup--msg#popupCodeOk {
  padding-top: 17.8rem;
}

.popup--msg#popupCodeOk .popup__title {
  white-space: nowrap;
}

.popup--msg .popup__text {
  margin: 0 0 2.4rem;
}

.popup__close {
  position: absolute;
  right: 2.5rem;
  top: 2.3rem;
  width: 5.7rem;
  height: 5.7rem;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  background: transparent url("../img/ui/close-x.svg") center / 2.3rem 2.1rem no-repeat;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.popup__mob-title,
.popup__reg-link,
.lk__code-cards,
.lk__cards-dots,
.lk__switch-tab,
.lk__close {
  display: none;
}

br.mob,
span.mob {
  display: none !important;
}

br.desk {
  display: block;
}

span.desk {
  display: inline;
}

.lk__header-actions {
  display: none;
}

.popup__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.4rem;
  margin: 0 0 4.9rem;
  width: 100%;
}

.popup--reg .popup__tabs {
  margin-bottom: 4.9rem;
}

.popup__tab {
  background: none;
  border: 0;
  color: #6ea3db;
  font-size: 2rem;
  font-weight: 400;
  line-height: 5.5rem;
  cursor: pointer;
  padding: 0;
}

.popup__tab.is-active {
  color: #fff;
  font-weight: 700;
}

.popup__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 5.5rem;
  text-align: center;
  color: #fff;
  margin: 0 0 0;
}

.popup--sms .popup__title {
  margin-bottom: 0;
}

.popup--msg .popup__title {
  margin-bottom: 0.8rem;
}

.popup__text {
  font-size: 2rem;
  font-weight: 400;
  color: #6ea3db;
  text-align: center;
  margin: 0 0 3.1rem;
  line-height: 1.35;
  max-width: 38rem;
}

.popup__hint {
  font-size: 1.6rem;
  font-weight: 400;
  color: #6ea3db;
  margin: 0 0 2.4rem;
  text-align: center;
  line-height: 1.25;
  max-width: 37.3rem;
}

.popup__hint span {
  display: block;
}

.popup__hint-phone {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #6ea3db;
  margin: 0 0 2.4rem;
  text-align: center;
  line-height: 1.25;
}

.popup__body {
  width: 100%;
}

.popup__body--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.popup--sms .popup__hint {
  margin: 0 0 1rem;
}

.popup__input {
  width: 30rem;
  height: 4rem;
  border: 0;
  border-radius: 8.2rem;
  background: #eee;
  color: #0e3653;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 2.4rem;
  margin: 0 0 2.5rem;
  text-align: left;
  box-shadow:
    0 0.2rem 0.2rem rgba(0, 0, 0, 0.24),
    0 0 0.2rem rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.popup__input:focus {
  outline: none;
  background: #fff;
}

.popup__input::placeholder {
  color: #0e3653;
  opacity: 1;
}

.popup__input--wide {
  width: 46.8rem;
  max-width: 100%;
  margin-bottom: 6.5rem;
}

.popup--auth .popup__body--center .popup__btn {
  margin-top: 0;
}

.popup__input--sms {
  width: 30rem;
  margin-bottom: 2.5rem;
}

.popup__grid {
  display: grid;
  grid-template-columns: 24.9rem 24.9rem 24.9rem;
  column-gap: 0.8rem;
  row-gap: 2.5rem;
  width: 76.3rem;
  max-width: 100%;
  margin: 0 auto;
}

.popup__grid .popup__input {
  width: 100%;
  height: 4rem;
  margin: 0;
  font-size: 1.2rem;
  padding: 0 1.8rem;
}

.popup__grid #regCity {
  grid-column: 1 / 2;
  width: 37.9rem;
  max-width: none;
}

.popup__grid .popup__date-wrap {
  grid-column: 2 / 4;
  justify-self: end;
  width: 37.6rem;
}

.popup__grid .popup__date-wrap .popup__input {
  width: 100%;
}

.popup__grid #regPhone {
  grid-column: 1 / 2;
  width: 37.9rem;
}

.popup__grid #regHow {
  grid-column: 2 / 4;
  justify-self: end;
  width: 37.9rem;
  appearance: none;
  -webkit-appearance: none;
  background-image: none;
  cursor: pointer;
  color: #0e3653;
}

.popup__grid #regHow option {
  color: #0e3653;
}

.popup__note {
  color: var(--yellow);
  font-size: 1.2rem;
  width: 76.3rem;
  max-width: 100%;
  margin: 1.4rem auto 1.8rem;
}

.popup__checks {
  width: 76.3rem;
  max-width: 100%;
  margin: 0 auto 4.5rem;
}

.popup__check {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1rem;
  cursor: pointer;
  line-height: 1.2;
}

.popup__check:last-child {
  margin-bottom: 0;
}

.popup__check a {
  color: inherit;
  text-decoration: underline;
}

.popup__date-wrap {
  position: relative;
}

.popup__date-wrap .popup__input {
  width: 100%;
  padding-right: 4.4rem;
}

.popup__date-native {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  opacity: 0.01;
  cursor: pointer;
  border: 0;
  padding: 0;
  z-index: 2;
}

.popup__date-icon {
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  opacity: 0.85;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e3653' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lk__field--birth {
  position: relative;
}

.lk__field--birth .lk__date-native {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  opacity: 0;
  cursor: pointer;
  border: 0;
  padding: 0;
}

.popup__check input {
  appearance: none;
  -webkit-appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}

.popup__check input:checked::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0.3rem;
  width: 0.55rem;
  height: 1.1rem;
  border: solid #0e3653;
  border-width: 0 0.25rem 0.25rem 0;
  transform: rotate(45deg);
}

.popup__btn {
  width: 30rem;
  height: 4rem;
  min-height: 4rem;
  padding: 0;
  border-radius: 8.2rem;
  background: var(--yellow);
  color: #2d5c91;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  margin: 0;
}

.popup__btn:hover {
  filter: brightness(1.03);
}

.popup--sms .popup__btn {
  width: 30.2rem;
}

.popup--reg .popup__btn {
  width: 30.2rem;
  display: block;
  margin: 0 auto;
}

.popup--msg .popup__btn {
  width: 30rem;
  color: #0e3653;
}

.popup__error {
  color: #ff8a8a;
  font-size: 1.4rem;
  min-height: 2rem;
  margin-top: 1.2rem;
  text-align: center;
  width: 100%;
}

/* ========== LK PAGE ========== */
.lk {
  position: fixed;
  inset: 0;
  z-index: 800;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0e3653;
}

.lk[hidden] {
  display: none !important;
}

.lk__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: url("../img/products/prize_tovary_bg.png") center / cover no-repeat;
  pointer-events: none;
}

.lk__inner {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding-top: 8.1rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow-x: hidden;
}

.lk .header {
  flex-shrink: 0;
}

.lk__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  width: 100%;
  min-height: 61rem;
  height: auto;
  margin: 11.2rem auto 0;
  padding: 4.9rem 0 4rem;
  border-radius: 2rem;
  border: 0;
  border-top: 0.4rem solid var(--yellow);
  border-left: 0.1rem solid var(--yellow);
  background: rgba(14, 54, 83, 0.7);
  backdrop-filter: blur(1rem) saturate(140%);
  -webkit-backdrop-filter: blur(1rem) saturate(140%);
  box-sizing: border-box;
  flex-shrink: 0;
}

.lk__panel.is-profile {
  min-height: 62.7rem;
}

.lk__panel.is-profile .lk__counters {
  display: none;
}

.lk__panel-top,
.lk__panel-bottom {
  display: contents;
}

.lk__title {
  grid-column: 1 / -1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 5.5rem;
  text-align: center;
  margin: 0 0 0.7rem;
  color: #fff;
}

.lk__scratch {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.8rem;
}

.lk__scratch-input {
  width: 35.1rem;
  height: 4rem;
  border: 0;
  border-radius: 8.2rem;
  background: #fff;
  color: #0e3653;
  font-size: 1.2rem;
  padding: 0 2.4rem;
  text-align: left;
  box-sizing: border-box;
}

.lk__scratch-input::placeholder {
  color: #0e3653;
  opacity: 1;
  text-align: left;
}

.lk__scratch-btn {
  width: 19.8rem;
  height: 4rem;
  min-height: 4rem;
  padding: 0;
  border: 0;
  border-radius: 8.2rem;
  background: var(--yellow);
  color: #2d5c91;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none;
}

.lk__tabs-row {
  grid-column: 1 / -1;
  grid-row: 3;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  width: 104.6rem;
  max-width: calc(100% - 8.6rem);
  margin: 0 auto 2.4rem;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.lk__tabs {
  display: flex;
  flex-direction: row-reverse;
  gap: 5.7rem;
  padding-left: 0;
}

.lk__tab {
  background: none;
  border: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  line-height: 3rem;
  text-align: center;
}

.lk__tab[data-lk-tab="codes"] {
  min-width: 17.8rem;
}

.lk__tab[data-lk-tab="profile"] {
  min-width: 24rem;
}

.lk__tab.is-active {
  color: var(--yellow);
  font-weight: 700;
}

/* Одна линия с табами (Figma 1865:327): справа, без вылета за overflow */
.lk__counters {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 104.6rem;
  max-width: calc(100% - 8.6rem);
  margin: -1.1rem auto 2.4rem;
  justify-self: center;
  text-align: right;
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  position: relative;
  z-index: 0;
  pointer-events: none;
}

.lk__counters p {
  margin: 0;
  white-space: nowrap;
}

.lk__counters span {
  color: var(--yellow);
  font-weight: 700;
}

.lk__pane {
  display: none;
  grid-column: 1 / -1;
}

.lk__pane.is-active {
  display: block;
}

.lk__table-wrap {
  overflow-x: auto;
  width: 104.6rem;
  max-width: calc(100% - 8.6rem);
  margin: 0 auto;
}

.lk__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 2rem;
  text-align: center;
  table-layout: fixed;
}

.lk__table th {
  font-weight: 700;
  color: #fff;
  padding: 0 1rem 1.8rem;
  border-bottom: 0.1rem solid var(--yellow);
  height: 4.8rem;
  vertical-align: middle;
}

.lk__table td {
  font-weight: 400;
  color: #fff;
  padding: 0 1rem;
  border-bottom: 0.1rem solid var(--yellow);
  height: 6.6rem;
  vertical-align: middle;
}

.lk__table td.is-status-ok {
  color: var(--yellow);
  font-weight: 700;
}

.lk__table td.is-status-mod {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
}

.lk__table td.is-status-reject {
  color: #ff3b30;
  font-weight: 700;
}

.lk__table td.is-status-win {
  color: #8dffb0;
  font-weight: 700;
}

.lk__profile-grid {
  display: grid;
  grid-template-columns: 30.8rem 30.9rem 30.9rem;
  column-gap: 1.8rem;
  row-gap: 2.4rem;
  width: 104.6rem;
  max-width: calc(100% - 8.6rem);
  margin: 0 auto 5.5rem;
}

.lk__field label {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  color: #fff;
  line-height: 1;
}

.lk__field input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 0.1rem solid #fff;
  color: #fff;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 0 0 0.5rem;
  height: 3.5rem;
  box-sizing: border-box;
}

.lk__field input:focus {
  outline: none;
  border-bottom-color: var(--yellow);
}

.lk__field input[readonly] {
  opacity: 0.9;
}

.lk__field--city {
  grid-column: 1 / 2;
  width: 48.2rem;
}

.lk__field--birth {
  grid-column: 2 / 4;
  width: 46.9rem;
  justify-self: end;
}

.lk__field--phone {
  grid-column: 1 / 2;
  width: 48.2rem;
  margin-top: 1.4rem;
}

.lk__field--email {
  display: none !important;
}

.lk__save {
  display: block;
  width: 30.2rem;
  height: 4rem;
  margin: 0 auto;
  border: 0;
  border-radius: 8.2rem;
  background: var(--yellow);
  color: #2d5c91;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none;
}

.lk__footer {
  margin-top: 4rem;
  padding: 0 0 4rem;
  background: transparent;
  border-top: 0;
  flex-shrink: 0;
}

.lk__footer .footer__top {
  margin-bottom: 4.5rem;
}

body.lk-open {
  overflow: hidden;
}

body.lk-open .page {
  display: none !important;
  visibility: hidden;
}

/* ---------- Desktop motion (AOS + subtle loops) ---------- */
@media (min-width: 1025px) {
  .hero__cta-desktop {
    position: relative;
    overflow: hidden;
  }

  .hero__cta-desktop.aos-animate {
    animation: heroCtaPulse 2.8s ease-in-out infinite;
  }

  .hero__cta-desktop::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transform: skewX(-18deg);
    pointer-events: none;
    opacity: 0;
  }

  .hero__cta-desktop.aos-animate::after {
    animation: heroCtaShine 3.6s ease-in-out infinite;
  }

  .prizes__car {
    transition: transform 0.55s ease-out;
    will-change: transform;
  }

  .prizes__main:hover .prizes__car {
    transform: translateY(-0.8rem);
  }
}

@keyframes heroCtaPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.25rem);
  }
}

@keyframes heroCtaShine {
  0%,
  55% {
    left: -40%;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  85%,
  100% {
    left: 120%;
    opacity: 0;
  }
}

