@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  background: #000;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 640px;
  overflow: hidden;
}

.hero__stage {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.hero__bg,
.hero__shade,
.hero__stripes-top,
.hero__stripe-over {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.signs-box {
    margin: 2em 0;
    padding: 1em 0 .5em;
    background: var(--bg-gradient);
    border-radius: var(--radius);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3), 1px 1px 2px 0px #FFFFFF inset;
}

.signs-box__item {
    padding: .5em 1.5em;
    display: flex;
    gap: 1em;
    align-items: start;
}

.signs-box__name {
    margin-bottom: .5em !important;
}

.hero__stripes-top {
  position: absolute;

  top: 0vh;
  left: 0;

  width: 100%;
  height: 15vh;
  background-image: url("https://static.sz.kz/landings/LD-new/img/stripes-top.png");
  background-repeat: no-repeat;
  background-size: cover;

  background-position: 35% bottom;

  z-index: 10;
  pointer-events: none;
}


.hero__shade {
  background: radial-gradient(60% 55% at 50% 35%,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, .45));
  z-index: 3;
}

.hero__stage {
  position: relative;
  z-index: 10;
  min-height: 660px;
}

.hero__man {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;

  background: url("https://static.sz.kz/landings/LD-new/img/man.png") center / contain no-repeat;
  background-origin: content-box;
  top: -115px;
}

.hero__logo {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 295px;

  z-index: 8;
  user-select: none;
  pointer-events: none;
}

.hero__stripes-bottom {
  position: absolute;
  left: 55%;
  transform: translateX(-50%);

  bottom: 13px;
  width: 140vw;
  max-width: 2200px;
  height: clamp(260px, 58vh, 520px);

  background-image: url("https://static.sz.kz/landings/LD-new/img/stripes-bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;

  z-index: 6;
  pointer-events: none;
}

.hero__car {
  position: absolute;
  top: 175px;
  left: 50%;
  transform: translateX(-53%);
  transform-origin: center;

  width: clamp(770px, calc(600px + 1.6 * 100vw), 1700px);
  aspect-ratio: 1700 / 600;

  background: url("https://static.sz.kz/landings/LD-new/img/car.png") right center / contain no-repeat;

  z-index: 9;
  pointer-events: none;
}

.hero__btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: min(320px, 88vw);
  display: block;
  z-index: 20;
  text-decoration: none;
  isolation: isolate;
}

.hero__btn-second {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  width: min(500px, 88vw);
  display: block;

  z-index: 20;
  text-decoration: none;
  isolation: isolate;
}

.hero__btn-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.hero__btn-text,
.prizes-btn__text {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;

  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;

  z-index: 2;
  pointer-events: none;
  transform: translate(44px, -4px);
}


.top-wrap {
  position: relative;
  background: #000;
  overflow: hidden;
}

.top-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(450px, calc(540px - -24.7vw), 590px);
  width: 100vw;
  height: 200vh;
  background: url("https://static.sz.kz/landings/LD-new/img/bg.png") center top / cover no-repeat;
  z-index: 1;
  pointer-events: none;
}

.stage-section {
  position: relative;
  background: transparent;
  z-index: 1;
}

.stage-card {
  position: relative;
  border-radius: 16px;
  padding: 22px 18px 18px;
  background: rgba(20, 20, 20, 0.9);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .06),
    0 18px 40px rgba(0, 0, 0, .65);
  overflow: hidden;
}

.stage-card::before {
  content: "";
  position: absolute;
  inset: -40px -30px auto -30px;
  height: 220px;
  background: radial-gradient(closest-side, rgba(163, 65, 255, .35), rgba(0, 0, 0, 0));
  filter: blur(18px);
  pointer-events: none;
}

.stage-slide__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}

.stage-slide__content p {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
}

.stage-slide__content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.stage-text-main {
  margin-top: 8px;
  color: rgba(255, 255, 255, .85);
}

.stage-prize {
  margin: 14px 0 10px;
  font-size: 16px;
  line-height: 1.2;
}

.stage-prize span {
  color: #ffd400;
  font-weight: bold;
  margin-left: 6px;
}

.stage-links {
  display: grid;
  gap: 10px;
  margin: 10px 0 40px;
}

.link-one {
  display: flex;
  align-items: center;
  gap: 10px;
}

.link-two {
  justify-content: center;
  margin-bottom: 30px;
}

.inline-link {
  color: rgba(255, 255, 255, .9);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 13px;
}

.stage-cta-wrap {
  margin-top: 8px;
}

.stage-cta {
  position: relative;
  display: block;
  width: min(340px, 92vw);
  margin: 0 auto;
  text-decoration: none;
  isolation: isolate;
}

.stage-cta__img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.stage-cta__text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .6);
  transform: translate(34px, -2px);
  z-index: 2;
  pointer-events: none;
}

.rating-section {
  position: relative;
  overflow: hidden;
  background-color: #000;
  background-image: url("https://static.sz.kz/landings/LD-new/img/rating-bg2.png");
  background-repeat: no-repeat;
  min-height: 1150px;
  background-size: auto 100%;
  background-position: 27% center;
}

.rating__wrap {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 175px 16px 26px;
}


.rating__stripes-top,
.rating__stripes-bottom {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

.rating__stripes-top {
  top: 6vh;
  left: 0;
  width: 100%;
  height: 60vh;

  background-image: url("https://static.sz.kz/landings/LD-new/img/rating-stripes-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: 55% bottom;
}

.rating__stripes-bottom {
  bottom: -4vh;
  left: 0;
  width: 100%;
  height: 60vh;
  z-index: 0;
  background-image: url("https://static.sz.kz/landings/LD-new/img/rating-stripes-top.png");
  background-repeat: no-repeat;
  background-size: cover;

  background-position: 65% top;
}

.rating__bg {
  display: none;
}

.rating-header {
  display: flex;
  justify-content: center;
  margin: 15px 0 45px;
}

.rating-title {
  width: min(260px, 78vw);
  height: auto;
  display: block;
  user-select: none;
  pointer-events: none;
}

.rating-list {
  display: grid;
  gap: 10px;
}

.rating-item {
  position: relative;
  min-height: 52px;
  padding: 10px 12px 10px 66px;

  background: url("https://static.sz.kz/landings/LD-new/img/rating-row.png") center / 100% 100% no-repeat;

  box-shadow: 0 0 0 1px rgba(0, 0, 0, .35);
  overflow: hidden;
}

.rating-place {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 50px;
}

.rating-info {
  color: #fff;
}

.rating-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr .7fr;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .6);
}

.rating-row-2 {
  display: grid;
  grid-template-columns: 1fr 1.2fr .7fr;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.rating-row-2 span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-list {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.rating-download {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 12px;
}

.rating__note {
  margin-top: 12px;
  text-align: center;
  color: rgba(255, 255, 255, .85);
  font-size: 12px;
  line-height: 1.35;
}

.rating-list.loading {
  opacity: .65;
}

.check-section {
  position: relative;
  padding: 10px 16px 80px;
  background: #000;
  overflow: hidden;
  z-index: 1;
}

.check__stripes-top {
  position: absolute;
  top: -7vh;
  left: 0;

  width: 100%;
  height: 60vh;

  background-image: url("https://static.sz.kz/landings/LD-new/img/faq-stripes-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 55% bottom;

  z-index: 2;
  pointer-events: none;
}

.check__stripes-bottom {
  position: absolute;
  bottom: -20vh;
  left: 0;
  width: 100%;
  height: 60vh;
  background-image: url("https://static.sz.kz/landings/LD-new/img/faq-stripes-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 45% top;
  z-index: 2;
  pointer-events: none;
}

.check-card {
  position: relative;
  z-index: 5;
  max-width: 498px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .6);
  background: #2F49FF;
  color: #fff;
  border: 2px solid #000;
}

.check-card h3 {
  margin: 0;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 120.358%;
  background-image: url("https://static.sz.kz/landings/LD-new/img/check-header-bg.png");
  background-size: cover;
  background-position: center;
  padding: 0 16px;
  height: 23vw;
  max-height: 120px;
  display: flex;
  align-items: center;
  max-width: 500px;
}

.check-card>p {
  margin: 0;
  padding: 22px 16px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

.check-form {
  padding: 0 16px;
  display: flex;
  gap: 10px;
}

.input-wrapper {
  margin-top: 2px;
  flex: 1;
  position: relative;
}

.prefix {
  z-index: 1;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.check-input {
  border-radius: unset;
  background-color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px 0 32px;
  border: none;
  outline: none;
  color: #000;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.check-btn {
  position: relative;
  position: relative;
  min-width: 140px;
  height: 45px;
  padding: 0 28px;

  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  background: #5B18E6;
  border: 3px solid transparent;
  cursor: pointer;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  z-index: 1;

  transition: transform .15s ease, box-shadow .15s ease;
}

.check-btn {
  position: relative;
  overflow: hidden;
}

.check-btn::before,
.check-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 1;
}

.check-btn::before {
  background:
    linear-gradient(to left, transparent, #ffffff, #ff2fd3, #B412FF, transparent) top / 200% 2px no-repeat,
    linear-gradient(to right, transparent, #ffffff, #ff2fd3, #B412FF, transparent) bottom / 200% 2px no-repeat;
  animation: checkBorderX 2.2s linear infinite;
}

.check-btn::after {
  background:
    linear-gradient(to top, transparent, #ffffff, #ff2fd3, #B412FF, transparent) right / 2px 200% no-repeat,
    linear-gradient(to bottom, transparent, #ffffff, #ff2fd3, #B412FF, transparent) left / 2px 200% no-repeat;
  animation: checkBorderY 2.2s linear infinite;
}

.check-btn {
  transition: box-shadow .25s ease, transform .15s ease;
}

.check-btn .check-btn__inner,
.check-btn span,
.check-btn {
  position: relative;
  z-index: 2;
}

.check-btn .__glow-in,
.check-btn .glow-internal {
  display: none;
}

.check-btn i {
  display: none;
}

.check-btn .dummy {
  display: none;
}

.check-btn:hover {}

.check-btn:focus-visible {
  outline: none;
}

.check-btn ._nope {
  display: none;
}


.check-btn::marker {
  content: "";
}

.check-btn::selection {
  background: transparent;
}

@media (hover:hover) {
  .check-btn:hover,
  .check-btn:active {
    box-shadow:
      inset 0 0 0 999px rgba(180, 18, 255, .5),
      inset 0 0 22px rgba(255, 18, 204, .5);
  }

  .check-btn:active {
    transform: scale(0.98);
  }
}

.check-btn.is-pressed {
  box-shadow:
    inset 0 0 0 999px rgba(180, 18, 255, .5),
    inset 0 0 22px rgba(255, 18, 204, .5);
  transform: scale(0.98);
}


@keyframes checkBorderX {
  0% {
    opacity: 0;
    background-position: 100% 0, -100% 100%;
  }

  /* reset невидим */
  6% {
    opacity: 1;
    background-position: 100% 0, -100% 100%;
  }

  /* включились */
  82% {
    opacity: 1;
    background-position: -100% 0, 100% 100%;
  }

  /* пробег */
  90% {
    opacity: 1;
    background-position: -100% 0, 100% 100%;
  }

  /* пауза */
  100% {
    opacity: 0;
    background-position: -100% 0, 100% 100%;
  }

  /* погасли -> дальше снова 0% */
}

@keyframes checkBorderY {
  0% {
    opacity: 0;
    background-position: 100% 100%, 0 -100%;
  }

  6% {
    opacity: 1;
    background-position: 100% 100%, 0 -100%;
  }

  82% {
    opacity: 1;
    background-position: 100% -100%, 0 100%;
  }

  90% {
    opacity: 1;
    background-position: 100% -100%, 0 100%;
  }

  100% {
    opacity: 0;
    background-position: 100% -100%, 0 100%;
  }
}

.check-result {
  list-style: none;
  padding: 12px 16px;
  margin: 0;
  display: none;
  font-size: 14px;
}

.check-result.is-visible {
  display: block;
}

.check-result li {
  margin-bottom: 6px;
}

.check-message {
  padding: 10px 16px;
  font-size: 13px;
  text-align: left;
  opacity: .9;
}

.prizes-section {
  position: relative;
  background-color: #000000;
  overflow: hidden;
  background-image: url("https://static.sz.kz/landings/LD-new/img/rating-bg2.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 27% center;
  min-height: 1150px;
  padding: 0 16px 150px;
}

.prizes__inner {
  margin: 245px auto 0;
  position: relative;
  z-index: 5;
}

.prizes__stripes-top,
.prizes__stripes-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.prizes__stripes-top {
  top: 110px;
  height: 60vh;
  background-image: url("https://static.sz.kz/landings/LD-new/img/rating-stripes-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 45% bottom;
}

.prizes__stripes-bottom {
  bottom: 26vh;
  height: 60vh;
  background-image: url("https://static.sz.kz/landings/LD-new/img/rating-stripes-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 55% top;
}

.prizes-header {
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
}

.prizes-title {
  width: 168px;
  height: auto;
  display: block;
  user-select: none;
  pointer-events: none;
}

.prizes-list {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.prize-item {
  position: relative;
  min-height: 62px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 8px 14px;
  overflow: hidden;
}

.prize-item__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background-image: url("https://static.sz.kz/landings/LD-new/img/prize-item-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.prize-place,
.prize-sum {
  position: relative;
  z-index: 1;
  color: #fff;
}

.prize-place {
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.prize-sum {
  text-align: right;
  font-size: 28px;
  font-weight: 800;
  line-height: 50px;
}

.sum2{
  max-width: 200px;
    font-size: 20px;
    line-height: 1;
}

.prizes-btn {
  position: relative;
  display: block;
  width: min(500px, 88vw);
  margin: 32px auto 14px;
  text-decoration: none;
  isolation: isolate;
}

.prizes-btn__img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.prizes-note {
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 110%;
  color: rgba(255, 255, 255, 1);
  width: min(500px, 88vw);
  margin: 30px auto;
}

.faq-section {
  position: relative;
  overflow: visible;   
  background: #000;
  padding: 34px 16px 60px;
  max-height: none;    
}


.faq__inner {
  position: relative;
  z-index: 5;
}

.faq-header {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.faq-title {
  width: min(220px, 70vw);
  height: auto;
  display: block;
  user-select: none;
  pointer-events: none;
}

.faq__stripes-top,
.faq__stripes-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.faq__stripes-top {
  top: -15vh;
  height: 60vh;
  background: url("https://static.sz.kz/landings/LD-new/img/faq-stripes-top.png") no-repeat;
  background-size: cover;
  background-position: 45% bottom;
}

.faq-list li{
  margin: 0;
    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 130%;
}

.faq__stripes-bottom {
  bottom: 0;
  height: 60vh;
  background: url("https://static.sz.kz/landings/LD-new/img/faq-stripes-top.png") no-repeat;
  background-size: cover;
  background-position: 60% top;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(120, 0, 255, .15);
  overflow: hidden;
}

.faq-btn {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;

  padding: 16px 14px;
  background: #4B11D6;
  border: none;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.faq-q {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}

.faq-ic {
  position: relative;
  width: 44px;
  height: 44px;
}

.faq-ic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .2s ease;
}

.faq-ic__closed {
  opacity: 1;
}

.faq-ic__open {
  opacity: 0;
}

.faq-item.is-open .faq-ic__closed {
  opacity: 0;
}

.faq-item.is-open .faq-ic__open {
  opacity: 1;
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  background: #fff;
  color: #111;
}

.faq-panel__content {
  padding: 14px 14px 16px;
}

.faq-panel__content h3 {
  margin: 8px 0;
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
}

.faq-panel__content a {
  text-decoration: underline;
  color: #000;
   font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.faq-panel__content p {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%
}

.hero__btn--timer {
  display: block;
  text-decoration: none;
  color: #fff;

  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  margin: 0 auto;
}

.hero__btn-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 68px;
}

.hero__btn-part {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.hero__btn-textblock {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.hero__btn-textblock2 {
  gap: 14px;
  margin-bottom: 10px;
}

.hero__btn-title {
  color: rgba(255, 255, 255, 0.61);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.hero__btn-value {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

.hero__btn-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.download-list a {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  text-decoration: underline;
  color: #ffffff;
  opacity: 0.9;
  font-weight: 500;
}

.rating__note p {
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.77);
}


.hero__btn-separator {
  display: inline-block;
  width: 2px;
  height: 26px;
  align-self: center;
  flex: 0 0 auto;
  transform: skewX(-15deg);
  background: rgba(255, 255, 255, 0.45);
  border-radius: 2px;
}

.faq-main{
  margin-bottom: 8px !important;
}

@media (max-width: 540px) {
  .prize-place{
    max-width: 117px;
  }
}

@media (max-width: 1025px) {

  .rating-list,
  .faq-list,
  .prizes-list {
    max-width: 500px;
    margin: 0 auto;
  }

  .hero__btn-textblock2 {
    gap: 8px;
    margin-bottom: 7px;
  }

  header.header {
    background: #fff !important;
    padding-bottom: 10px;
  }

  .page {
    margin-top: 0;
  }

  .hero__btn--timer {
    background-image: url("https://static.sz.kz/landings/LD-new/img/btn2.png");
  }

  .hero__btn-content {
    padding: 0 23px;
  }

  .hero__btn-icon {
    width: 24.3px;
    height: 24.3px;
  }

  .hero__btn-title {
    font-family: "Montserrat", sans-serif;
    font-size: 6.7px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.61)
  }

  .hero__btn-value {
    font-family: "Montserrat", sans-serif;
    font-size: 11.5px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
  }
}

@media (min-width: 380px) {
  .rating-info {
    margin-left: 10px;
  }
}

@media (min-width: 390px) {
  .hero__stripes-bottom {
    width: clamp(640px, 165vw, 1100px);
    height: clamp(575px, 60vw, 380px);
    background-position: 52% 0%;
  }
}

@media (min-width: 420px) {
  .hero__logo {
    width: clamp(295px, calc(30px + 35vw), 500px);
    top: clamp(35px, calc(156px - 24vw), 155px);
  }

  .hero__stage {
    top: 0;
  }

  .hero__car {
    top: clamp(10px, 19vh, 215px);
    width: clamp(1333px, 120vw, 1500px);
    transform: translateX(-54%);
  }

  .hero__btn--timer {
    height: 105px;
  }

  .rating-info {
    margin-left: 20px;
  }

  .hero__stripes-bottom {
    width: clamp(640px, 165vw, 1100px);
    height: clamp(588px, 60vw, 380px);
    background-position: 52% 0%;
  }

  .hero__btn {
    bottom: 10px;
  }
}

@media (min-width: 420px) and (max-width: 1023px) {
  .hero__stage {
    top: 0;
  }

  .hero__man {
    background-position: center 145px;
    background-size: 435px auto;
  }
}

@media (min-width: 450px) {
  .hero__stripes-bottom {
    width: clamp(900px, 160vw, 1500px);
    height: clamp(685px, 48vw, 520px);
    background-position: 54% 0%;
  }
}

@media (min-width: 480px) {
  .rating-info {
    margin-left: 30px;
  }

  .hero__stripes-bottom {
    width: clamp(900px, 160vw, 1500px);
    height: clamp(695px, 48vw, 520px);
    background-position: 54% 0%;
  }
}

@media (min-width: 540px) {
  .rating-info {
    margin-left: 40px;
  }
}

@media (min-width: 600px) {
  .hero__stripes-bottom {
    width: clamp(1200px, 135vw, 1900px);
    height: clamp(860px, 42vw, 640px);
    background-position: 55% 0%;
    left: 450px;
  }
}

@media (min-width: 768px) {
  .hero__car {
    top: clamp(175px, 12vh, 420px);
    width: clamp(1500px, 105vw, 1700px);
    transform: translateX(-59%);
  }

  .hero__stripes-bottom {
    bottom: 0;
    width: clamp(1200px, 135vw, 1900px);
    height: clamp(855px, 42vw, 640px);
    background-position: 55% 0%;
  }

  .hero {
    min-height: 700px;
  }

  .hero__btn {
    bottom: -40px;
  }
}

@media (min-width: 934px) {
  .hero__stripes-bottom {
    width: clamp(1200px, 135vw, 1900px);
    height: clamp(905px, 42vw, 640px);
    background-position: 55% 0%;
  }
}

@media (min-width: 1024px) {
  .hero__btn-part {
    gap: 16px;
  }

  .faq-panel__content a,
  .faq-list li{
    font-size: 20px;
  }

  .hero__btn-separator {
    display: inline-block;
    width: 3px;
    height: 47px;
    margin: 0 28px;
    align-self: center;
    flex: 0 0 auto;
    transform: skewX(-15deg);
    background: rgba(255, 255, 255, 0.45);
    border-radius: 2px;
  }

  .hero__btn-content {
    display: flex;
    align-items: center;
  }

  .hero__btn--timer {
    width: 610px;
    background-image: url("https://static.sz.kz/landings/LD-new/img/btn-desktop.png");
    background-size: 610px;
  }

  .prizes-note {
    font-size: 20px;
    margin-top: 40px;
  }

  .faq-q {
    font-size: 24px;
  }

  .faq-btn,
  .faq-panel__content {
    padding: 22px 38px;
  }

  .download-list a {
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    text-decoration: underline;
    color: #ffffff;
    opacity: 0.9;
    font-weight: 500;
  }

  .rating__note p {
    font-size: 18px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.77);
  }

  .faq-panel__content h3 {
    font-size: 30px;
  }

  .faq-panel__content p {
    font-size: 20px;
  }

  .stage-slide__content p,
  .stage-slide__content a,
  .link-two a {
    font-size: 28px;
    font-weight: 400;
  }

  .stage-slide__content {
    padding: 60px 20px;
  }

  .inline-link {
    font-size: 20px;
    font-weight: 400;
  }

  .link-one img {
    width: 27px;
  }

  .hero__btn-text,
  .prizes-btn__text {
    font-size: 32px;
    font-weight: 900;
  }

  .hero {
    height: min(145vh, 1800px);
    min-height: 820px;
    overflow: hidden;
    position: relative;
  }

  .stage-links {
    margin-bottom: 90px;
  }

  .hero__btn-second,
  .hero__btn-second img {
    width: 520px;
  }

  .hero__btn-second span,
  .prizes-btn__text {
    font-family: "Montserrat";
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: 120%;
    margin-left: 40px;
  }

  .rating-item {
    min-height: 86px;
    background: url("https://static.sz.kz/landings/LD-new/img/rating-row-desktop.png") center / 100% 100% no-repeat;
    padding: 20px 15px 10px 145px;
  }

  .rating__inner {
    width: 818px;
    margin: 0 auto;
  }

  .rating__stripes-top {
    top: 9vh;
    height: 91vh;
  }

  .rating__stripes-bottom,
  .check__stripes-top,
  .check__stripes-bottom,
  .prizes__stripes-bottom,
  .faq__stripes-top {
    height: 91vh;
  }

  .rating-place {
    font-size: 52px;
    font-weight: 700;
    margin-left: 20px;
  }

  .rating-row {
    font-size: 14px;
    font-weight: 500;
  }

  .rating-row-2 {
    font-size: 24px;
    font-weight: 500;
  }

  .prizes__stripes-top {
    top: 255px;
    height: 90vh;
  }

  .faq__stripes-bottom {
    bottom: -20vh;
    height: 90vh;
  }

  .check-section {
    padding: 40px 0 120px;
  }

  .check-card {
    max-width: 818px;
    width: 818px;
  }

  .check-card h3 {
    padding: 81px 32px;
    font-size: 34px;
    background-image: url("https://static.sz.kz/landings/LD-new/img/check-header-bg-desk.png");
    background-size: cover;
    background-position: center;
    max-width: 818px;
  }

  .check-card>p {
    max-width: 680px;
    padding: 40px;
    font-size: 30px;
  }

  .check-form {
    padding: 0 32px;
    gap: 16px;
    align-items: center;
  }

  .check-input {
    height: 95px;
    font-size: 33px;
    padding: 0 16px 0 65px;
  }

  .rating-title {
    width: 455px;
  }

  .rating-section {
    min-height: 1200px;
    background-size: 160% 100%;
    padding: 150px 0;
    background-position: center center;
  }

  .prizes-section {
    min-height: 1200px;
    background-size: 160% 100%;
    padding: 150px 0;
    background-position: center center;
  }

  .prizes-title {
    width: 336px;
  }

  .prefix {
    left: 18px;
    font-size: 33px;
  }

  .check-btn {
    height: 100px;
    min-width: 220px;
    font-size: 30.874px;
    font-style: italic;
    font-weight: 900;
    padding: 0 34px;
  }

  .prize-place {
    font-size: 33px;
    font-weight: 700;
    margin-left: 50px;
  }

  .prize-sum {
    font-size: 38px;
  }

  .sum2{
  font-size: 33px;
  max-width: 435px;
}

  .check-result {
    padding: 14px 32px 6px;
    font-size: 16px;
  }

  .check-message {
    padding: 10px 32px 60px;
    font-size: 14px;
  }

  .prize-item__bg {
    background-image: url("https://static.sz.kz/landings/LD-new/img/prize-item-bg-desktop.png");
  }

  .prize-item {
    min-height: 82px;
  }

  .prizes-list {
    max-width: 818px;
    margin: 70px auto 90px;
  }

  img.prizes-btn__img {
    width: 520px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .faq__inner {
    max-width: 818px;
    margin: 0 auto;
  }

  .faq-title {
    width: 455px;
  }

  .hero__stage {
    height: 100%;
    min-height: 100%;
  }

  .hero__bg {
    background-size: cover;
    background-position: center;
    inset: 0;
    height: 100%;
  }

  .hero__logo {
    top: clamp(120px, calc(156px - 18vw), 155px);
  }

  .hero__stripes-top {
    top: 0vh;
    height: 46vh;
    background-size: cover;
    background-position: center bottom;
  }

  .hero__man {
    background-size: 720px auto;
    background-position: center 175px;
  }

  .hero__car {
    top: clamp(355px, 35vh, 560px);
    width: clamp(2000px, 95vw, 1900px);
    transform: translateX(-60%);
    background-position: 100% 50%;
  }
}

@media (min-width: 1024px) and (max-width: 1239px) {
  .hero__man {
    background-size: 720px auto;
    background-position: center 180px;
  }

  .hero__logo {
    top: clamp(100px, calc(156px - 18vw), 155px);
  }

  .hero__car {
    width: 2200px;
    top: 340px;
    left: 50%;
    transform: translateX(-60%);
    background-position: 100% 50%;
  }

  .hero__stripes-bottom {
    width: 2300px;
    left: 50%;
    top: 330px;
    transform: translateX(-50%);
    bottom: 0;
    background-size: 75% 105%;
    background-position: 56% 0%;
    z-index: 3;
  }

  .hero {
    height: min(137vh, 1800px);
  }

  .hero__btn {
    bottom: 65px;
  }

  .top-wrap::before {
    bottom: clamp(450px, calc(540px - -18.7vw), 720px);
  }
}

@media (min-width: 1240px) and (max-width: 1339px) {
  .hero__man {
    background-size: 720px auto;
    background-position: center 180px;
  }

  .hero__logo {
    top: clamp(100px, calc(156px - 18vw), 155px);
  }

  .hero__car {
    width: 2400px;
    top: 330px;
    left: 50%;
    transform: translateX(-60%);
    background-position: 100% 50%;
  }

  .hero__stripes-bottom {
    width: 2200px;
    left: 50%;
    top: 375px;
    transform: translateX(-50%);
    bottom: 0;
    background-size: 77% 105%;
    background-position: 56% 0%;
    z-index: 3;
  }

  .hero {
    height: min(144vh, 1800px);
  }

  .hero__btn {
    bottom: 75px;
  }

  .top-wrap::before {
    bottom: clamp(450px, calc(540px - -18.7vw), 720px);
  }
}

@media (min-width: 1340px) and (max-width: 1389px) {
  .hero__man {
    background-size: 720px auto;
    background-position: center 180px;
  }

  .top-wrap::before {
    bottom: clamp(450px, calc(540px - -18.7vw), 720px);
  }

  .hero__logo {
    top: clamp(100px, calc(156px - 18vw), 155px);
  }

  .hero__car {
    width: 2542px;
    top: 318px;
    left: 50%;
    transform: translateX(-60%);
    background-position: 100% 50%;
  }

  .hero__stripes-bottom {
    width: 2200px;
    left: 50%;
    top: 400px;
    transform: translateX(-50%);
    bottom: 0;
    background-size: 80% 106%;
    background-position: 56% 0%;
    z-index: 3;
  }

  .hero {
    height: min(146vh, 1800px);
  }

  .hero__btn {
    bottom: 65px;
  }
}

@media (min-width: 1390px) and (max-width: 1439px) {
  .top-wrap::before {
    bottom: clamp(450px, calc(540px - -18.7vw), 720px);
  }

  .hero__man {
    background-size: 720px auto;
    background-position: center 180px;
  }

  .hero__logo {
    top: clamp(100px, calc(156px - 18vw), 155px);
  }

  .hero__car {
    width: 2800px;
    top: 290px;
    left: 50%;
    transform: translateX(-60%);
    background-position: 100% 50%;
  }

  .hero__stripes-bottom {
    width: 2200px;
    left: 50%;
    top: 475px;
    transform: translateX(-50%);
    bottom: 0;
    background-size: 85% 100%;
    background-position: 56% 0%;
    z-index: 3;
  }

  .hero {
    height: min(150vh, 1800px);
  }

  .hero__btn {
    bottom: 20px;
  }
}

@media (min-width: 1440px) {
  .hero__man {
    background-size: 720px auto;
    background-position: center 180px;
  }

  .hero__logo {
    top: clamp(100px, calc(156px - 18vw), 155px);
  }

  .hero__car {
    width: 2700px;
    top: 290px;
    left: 50%;
    transform: translateX(-60%);
    background-position: 100% 50%;
  }

  .hero__stripes-bottom {
    width: 250vw;
    left: 50%;
    top: 295px;
    transform: translateX(-50%);
    bottom: 0;
    background-size: 138% 125%;
    background-position: 56% 0%;
    z-index: 3;
  }

  .hero {
    height: 1275px;
  }

  .hero__btn {
    bottom: 35px;
  }

  .top-wrap::before {
    bottom: 700px;
  }
}

.hero__btn-second,
.prizes-btn {
  transition: filter .25s ease;
}

.hero__btn-second::after,
.prizes-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent 30%,
      rgba(255, 255, 255, .35) 50%,
      transparent 70%);
  opacity: 0;
  transform: translateX(-120%);
  transition: transform .6s ease, opacity .3s ease;
  pointer-events: none;
}

@media (hover:hover) {

  .hero__btn-second:hover::after,
  .prizes-btn:hover::after {
    opacity: 1;
    transform: translateX(120%);
  }

  .hero__btn-second:hover,
  .prizes-btn:hover {
    filter: brightness(.78);
  }
}

.hero__btn-second:active,
.prizes-btn:active {
  filter: brightness(.78);
}