@-webkit-keyframes scale-up-center {
  0% {
    transform: scale(1);
    /* opacity: 1; */
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  background: #b50f5e;
  color: #fff;
  font-family: "Inter", sans-serif;
  overflow: hidden;
}

a {
  color: inherit !important;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

main ul li::before {
  background: #fff;
}

.footer {
  display: none;
}

.container-common {
  padding: 0 15px;
}

/* Intro */

.intro {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}

.intro__desktop {
  display: none;
}

.intro__inner-top {
  height: 359px;
}

.intro__inner-top::after{
  content:"";
  position:absolute;
  left:50%;
  top:28%;
  transform:translate(-50%, -50%);
  width:650px;
  height:650px;
  z-index:-1;
  pointer-events:none;

  background:
    linear-gradient(135deg, transparent 47%, rgba(255,255,255,.55) 49%, rgba(255,255,255,.15) 51%, transparent 53%),

    linear-gradient(12deg, transparent 49.2%, rgba(255,255,255,.30) 50%, transparent 50.8%),
    linear-gradient(24deg, transparent 49.4%, rgba(255,255,255,.22) 50%, transparent 50.6%),
    linear-gradient(38deg, transparent 49.3%, rgba(255,255,255,.26) 50%, transparent 50.7%),
    linear-gradient(60deg, transparent 49.35%, rgba(255,255,255,.20) 50%, transparent 50.65%),
    linear-gradient(78deg, transparent 49.2%, rgba(255,255,255,.18) 50%, transparent 50.8%),

    linear-gradient(205deg, transparent 49.2%, rgba(255,255,255,.20) 50%, transparent 50.8%),
    linear-gradient(228deg, transparent 49.25%, rgba(255,255,255,.24) 50%, transparent 50.75%),
    linear-gradient(250deg, transparent 49.35%, rgba(255,255,255,.16) 50%, transparent 50.65%),

    radial-gradient(circle at center,
      rgba(255,255,255,.22) 0%,
      rgba(255,255,255,0) 60%
    );

  filter: blur(6px);
  opacity:.85;
  mix-blend-mode:screen;

  -webkit-mask-image: radial-gradient(circle,#000 0 35%,rgba(0,0,0,.9) 48%,transparent 80%);
  mask-image: radial-gradient(circle,#000 0 35%,rgba(0,0,0,.9) 48%,transparent 80%);

  animation:raysFlicker 3.8s ease-in-out infinite, raysJitter 6s ease-in-out infinite;
}

.intro__inner-top::before{
  content:"";
  position:absolute;
  left:50%;
  top:23%;
  transform:translate(-50%,-50%);
  width:520px;
  height:480px;
  background:
    url("https://static.sz.kz/landings/SuperLoto229/img/630/bg-lights.png") no-repeat center,
    url("https://static.sz.kz/landings/SuperLoto229/img/630/bag-lights.png") no-repeat center;
  background-size:contain, 900px;
  opacity:1;
  pointer-events:none;
  z-index:-1;
  -webkit-mask-image: radial-gradient(circle,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 75%);
  mask-image: radial-gradient(circle,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 68%);
}

.intro__inner-top .container-common {
  position: relative;
}

.intro__logo {
  position: absolute;
  top: -50px;
  left: 42%;
  transform: translateX(-45%);
  z-index: 1;
  width: 685px;
}


.intro__inner {
  position: relative;
}

.intro__inner-bottom {
  position: relative;
  z-index: 1;
}

.conditions-light {
  position: absolute;
  bottom: -33px;
  left: -28px;
  width: 100%;
  height: 50%;
}

.ball5 {
  position: absolute;
  top: 45px;
  right: -22px;
  width: 80px;
}

.ball3 {
  position: absolute;
  top: 220px;
  left: -13px;
  width: 70px;
}

.ball8 {
  position: absolute;
  top: 317px;
  right: 13px;
}

.intro__title {
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.intro__text {
  margin-top: 20px;
  margin-bottom: 32px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.intro__text strong {
  font-weight: 700;
}

.intro__cloud {
  position: relative;
}

.intro__cloud-title {
  position: absolute;
  top: 28px;
  left: 17px;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.intro__bottom-items {
  margin-left: 23px;
  padding-left: 24px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.intro ul li::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.intro__bottom-btn {
  margin-top: 32px;
  width: 100%;
  padding: 19px 45px;
  border-radius: 16px;
  border: none;
  background: var(--649, linear-gradient(102deg, #fecc00 10.9%, #fea800 93.9%));
  box-shadow: 0px 16.34483px 21.7931px 0px #9b0a50;
  color: #3f015c;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.16px;
}

.intro__bottom-btn:hover {
  background: #d49921;
}

.intro__bottom-btn:active {
  background: #b68013;
}

/* FAQ */

.faq {
  position: relative;
  z-index: 1;
}

.faq__light {
  position: absolute;
  width: 100%;
  height: 957px;
  top: -50px;
  z-index: -1;
}

.faq__img {
  display: none;
}

.faq__cloud {
  position: relative;
  margin-bottom: 10px;
}

.faq__cloud-title {
  width: 240px;
  position: absolute;
  top: 30px;
  left: 22px;
  color: #fff;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

/* Accordion */

.accordion__text {
  position: relative;
  color: #fff;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  border-radius: 15px;
  background: #ad0f5b;
  box-shadow: 0px 5px 25px 0px rgba(43, 93, 168, 0.15);
  padding: 15px 60px 15px 15px;
}

.accordion__body {
  color: var(--unnamed, #fff);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border-radius: 15px;
  background: #bf1968;
}

.accordion__text::after {
  background: url("./img/icon-close.svg");
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 23px;
  right: 15px;
}

/* Important */

.important {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
}

.important__cloud {
  position: relative;
}

.important__cloud-title {
  position: absolute;
  top: 29px;
  left: 21px;
  color: #fff;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.important__desk-title {
  position: absolute;
  top: 29px;
  left: 21px;
  color: #fff;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  display: none;
}

.important__list {
  margin-left: 30px;
}

.important__items {
  padding-left: 15px;
  color: #fff;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.important li::before {
  background: url(./img/important-li.svg);
  width: 20px;
  height: 20px;
  top: 4px !important;
  left: -20px;
}

.important li:first-child::before {
  top: 0px !important;
}

/* Resp */

.resp {
  padding-bottom: 110px;
  color: #d4d4d4;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.8;
  position: relative;
  z-index: 1;
}

@media (min-width: 540px) {
  .container-common {
    max-width: 540px;
    margin: 0 auto;
    padding: 0;
  }

  .conditions-light {
    display: none;
  }

  .balls {
    display: none;
  }
}

@media (min-width: 1024px) {
  main {
    overflow: hidden;
  }

  .intro ul li:first-child::before {
    top: 7px;
  }

  .intro ul li::before {
    top: 16px;
  }

  .intro__cloud-title,
  .faq__cloud-title,
  .important__desk-title {
    font-size: 35px;
  }

  .container-common {
    max-width: 960px;
  }

  /* Intro */
  .intro {
    overflow: visible;
    padding-bottom: 80px;
    padding-top: 230px;
  }

  .intro__inner {
    display: flex;
    max-width: 960px;
    margin: 0 auto;

  }

  .intro__desktop-logo::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 1200px;
    z-index: -1;
    pointer-events: none;

    background:
      linear-gradient(135deg, transparent 47%, rgba(255, 255, 255, .55) 49%, rgba(255, 255, 255, .15) 51%, transparent 53%),

      linear-gradient(12deg, transparent 49.2%, rgba(255, 255, 255, .30) 50%, transparent 50.8%),
      linear-gradient(24deg, transparent 49.4%, rgba(255, 255, 255, .22) 50%, transparent 50.6%),
      linear-gradient(38deg, transparent 49.3%, rgba(255, 255, 255, .26) 50%, transparent 50.7%),
      linear-gradient(60deg, transparent 49.35%, rgba(255, 255, 255, .20) 50%, transparent 50.65%),
      linear-gradient(78deg, transparent 49.2%, rgba(255, 255, 255, .18) 50%, transparent 50.8%),

      linear-gradient(205deg, transparent 49.2%, rgba(255, 255, 255, .20) 50%, transparent 50.8%),
      linear-gradient(228deg, transparent 49.25%, rgba(255, 255, 255, .24) 50%, transparent 50.75%),
      linear-gradient(250deg, transparent 49.35%, rgba(255, 255, 255, .16) 50%, transparent 50.65%),

      radial-gradient(circle at center,
        rgba(255, 255, 255, .22) 0%,
        rgba(255, 255, 255, 0) 60%);

    filter: blur(6px);
    opacity: .85;
    mix-blend-mode: screen;

    -webkit-mask-image: radial-gradient(circle, #000 0 35%, rgba(0, 0, 0, .9) 48%, transparent 80%);
    mask-image: radial-gradient(circle, #000 0 35%, rgba(0, 0, 0, .9) 48%, transparent 80%);

    animation: raysFlicker 3.8s ease-in-out infinite, raysJitter 6s ease-in-out infinite;
  }

  .intro__inner-top {
    display: none;
  }

  .intro__inner-bottom {
    position: relative;
    width: 455px;
  }

  .intro__inner-bottom .container-common {
    padding: 0;
  }

  .intro__desktop {
    display: block;
    width: 565px;
    position: relative;
  }

  .intro__desktop-logo img {
    position: absolute;
    top: -218px;
    left: -301px;
    width: 1200px;
    z-index: 1;
  }

  .intro__desktop-logo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 950px;
    height: 866px;
    background: url("https://static.sz.kz/landings/SuperLoto229/img/630/bg-lights.png") no-repeat center,
      url("https://static.sz.kz/landings/SuperLoto229/img/630/bag-lights.png") no-repeat center;
    background-size: contain, 1500px;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 75%);
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 75%);
  }

  .intro__title {
    line-height: 57.5px;
    font-size: 40px;
    font-weight: 700;
    width: 480px;
  }

  .intro__text {
    font-size: 18px;
    line-height: 29px;
  }

  .intro__bottom-items {
    font-size: 18px;
    line-height: 130%;
  }

  .intro__bottom-btn {
    width: 300px;
    font-size: 19px;
  }

  .ball5-desk {
    position: absolute;
    top: -195px;
    left: -120px;
  }

  .ball8-desk {
    position: absolute;
    right: -265px;
    top: -165px;
  }

  .ball8-desk img {
    width: 230px;
  }

  .ball3-desk {
    position: absolute;
    bottom: -145px;
    left: 50%;
    transform: translateX(-50%);
  }

  .intro__cloud-title {
    top: 46px;
    left: 29px;
  }

  /* FAQ */
  .faq__inner {
    display: flex;
  }

  .faq__inner-content {
    width: 455px;
    position: relative;
    z-index: 1;
  }

  .faq__img {
    display: block;
    position: relative;
  }

  .faq__ball {
    position: absolute;
    bottom: -163px;
    left: 37px;
  }

  .faq__cloud-title {
    width: 511px;
  }

  .faq__ripple-inner {
    position: absolute;
    bottom: -159px;
    left: 43px;
    z-index: 0;
  }

  .faq__ripple-inner img {
    width: 281px;
    opacity: 0.5;
  }

  .faq-ripple1 {
    animation: scale-up-center 1.8s linear infinite both;
  }

  .faq-ripple2 {
    animation: scale-up-center 1.8s linear 0.6s infinite both;
  }

  .faq-ripple3 {
    animation: scale-up-center 1.8s linear 1.2s infinite both;
  }

  .faq__cloud-title {
    top: 25px;
  }

  .faq__light {
    top: -290px;
  }

  .accordion__text {
    color: #fff;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding: 25px 60px 25px 25px;
  }

  .accordion__text::after {
    background: url("./img/icon-close-desk.svg");
    width: 34px;
    height: 34px;
    top: 44%;
    right: 25px;
  }

  /* Important */
  .important__inner,
  .resp__inner {
    width: 455px;
    text-align: left;
  }

  .important__items {
    line-height: 27px;
    padding-left: 20px;
  }

  .important__cloud-title {
    display: none;
  }

  .important__desk-title {
    display: block;
    top: 42px;
    left: 29px;
  }

  .resp {
    padding-bottom: 253px;
  }

  .important li::before {
    top: 13px !important;
  }

  .important li:first-child::before {
    top: 3px !important;
  }
}

@media (min-width: 1280px) {

  .container-common,
  .intro__inner {
    max-width: 1140px;
  }

  .intro__title {
    font-size: 55px;
  }

  .intro__text,
  .intro__bottom-items,
  .important__items {
    font-size: 20px;
  }

  .intro__inner-bottom {
    width: 587px;
  }

  .faq__inner-content,
  .important__inner,
  .resp__inner {
    width: 555px;
  }
}

@media only screen and (max-width: 1024px) {
  .accordion__body * {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .accordion__body {
    padding: 30px 15px 20px 15px;
  }

  .out-of-header {
    margin-top: -50px;
  }

  .header__lang-switch {
    color: #fff;
    background: rgba(0, 0, 0, 0.15) !important;
  }

  .header__mobile-button path {
    stroke: #fff;
  }

  .header button {
    background: transparent;
  }

  .header__announ-icon {
    filter: brightness(10);
  }

  .logo {
    filter: brightness(10);
  }

  .header__mobile-button {
    background: rgba(0, 0, 0, 0.15) !important;
  }

  .nav .d-sm-none {
    color: #fff;
  }

  .page {
    margin-top: unset;
  }
}

 @keyframes raysFlicker {
    0% {
      opacity: .15;
      filter: blur(9px);
      transform: translate(-50%, -50%) scale(.98);
    }

    20% {
      opacity: .85;
      filter: blur(6px);
      transform: translate(-50%, -50%) scale(1.00);
    }

    45% {
      opacity: .35;
      filter: blur(10px);
      transform: translate(-50%, -50%) scale(.99);
    }

    65% {
      opacity: .95;
      filter: blur(5px);
      transform: translate(-50%, -50%) scale(1.01);
    }

    100% {
      opacity: .15;
      filter: blur(9px);
      transform: translate(-50%, -50%) scale(.98);
    }
  }

  @keyframes raysJitter {

    0%,
    100% {
      background-position: 50% 50%;
    }

    25% {
      background-position: 49.5% 50.2%;
    }

    50% {
      background-position: 50.4% 49.6%;
    }

    75% {
      background-position: 50.1% 50.5%;
    }
  }