html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline
}

body {
  line-height: 1;
  color: #222;
  background: #fff;
  scrollbar-gutter: stable;
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

a img {
  border: none
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

:root {
  --primary-text-color: #fff;
  --secondary-color: #f1af0a;
  --third-color: #3b4a39;
  --btn-background: #21DBFF;
  --btn-color: #111810;
  --bg-color: #0A1A32;
  --accent: #FFB700;
  --accent-btn: #a2d22b;
  --time: 250ms;
  --function-animation: ease-in-out;
  --font-family: "Inter", sans-serif;
}

*,
::before,
::after {
  box-sizing: border-box
}

html {
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden
}

body {
  color: var(--primary-text-color);
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.09;
  min-height: 100vh;
  margin: 0;
  background-color: var(--bg-color);
  position: relative;
  overflow-x: hidden;
  width: 100vw
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}

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

.container {
  width: calc(100% - 40px);
  min-width: 320px;
  /* padding-left: 20px;
  padding-right: 20px; */
  margin: 0 auto
}

a {
  text-decoration: none
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}

.btn {
  width: 100%;
  display: flex;
  width: 240px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  flex-shrink: 0;
  background-color: var(--btn-background);
  border-radius: 24px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--btn-color);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  mask-image: radial-gradient(#fff, #222);
  z-index: 44;
  transition: background-color var(--time) var(--function-animation)
}

.btn:hover,
.btn:focus {
  background-color: var(--accent);
}

.btn__light {
  position: absolute;
  left: 40px;
  height: 150px;
  width: 0;
  background-color: #fff;
  box-shadow: 2px 2px 24px 12px #fff;
  transform: rotate(50deg);
  animation: buttonLight 3s linear infinite
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 24px;
  padding-bottom: 21px;
  width: 100%;
  background: linear-gradient(180deg, #10170f -13.82%, rgba(16, 23, 15, 0) 72.84%)
}

.logo {
  display: block;
  width: 197px;
  height: 40px;
  margin-left: auto;
  margin-right: auto
}

.img-logo {
  width: 197px;
  height: auto;
  margin: 0 auto;
}

.hero {
  padding-top: 560px;
  padding-bottom: 0;
  background-image: url("../images/bg_mob.webp");
  background-position: top 0 left 0;
  background-size: 100% 607px;
  background-repeat: no-repeat;
  overflow-x: hidden;
  width: 100vw
}

.image-container {
  position: absolute;
  top: 109px;
  right: calc((100% - 477px) / 2);
  width: 477px;
  height: 343px
}

.block-wheel {
  width: 473px;
  height: 343px;
  position: absolute;
  top: -50px;
  left: 0;
}

.block-wheel__img-one {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 0;
  animation: wheelOpacityDown 6s ease-in-out infinite
}

.block-wheel__img-two {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 0;
  transform: rotate(20deg);
  animation: wheelOpacityUp 6s ease-in-out infinite
}

.block-wheel__img-main {
  position: relative;
  z-index: 1
}

.img-totem {
  width: 150px;
  height: auto;
  position: absolute;
  top: 105px;
  left: 164px;
  z-index: 2;
}

.img-totem--one {
  opacity: 1
}

.img-totem--two {
  opacity: 0;
  animation: opacityUp 3s ease-in-out infinite
}

.img-one {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 117px;
  left: 49px;
  animation: starThree 5s ease-in-out infinite
}

.img-two {
  width: 36px;
  height: 35px;
  position: absolute;
  top: 53px;
  left: 0;
  animation: starTwo 5s ease-in-out infinite
}

.img-three {
  width: 77px;
  height: 74px;
  position: absolute;
  top: 0;
  left: 36px;
  animation: starOne 5s ease-in-out infinite
}

.img-four {
  width: 31px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: 80px;
  animation: starFour 5s ease-in-out infinite
}

.img-five {
  width: 18px;
  height: 17px;
  position: absolute;
  top: 50px;
  right: 0;
  animation: starFive 5s ease-in-out infinite
}

.img-six {
  width: 68px;
  height: 65px;
  position: absolute;
  top: 61px;
  right: 46px;
  animation: starSix 5s ease-in-out infinite
}

.img-seven {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 151px;
  right: 18px;
  animation: starSeven 5s ease-in-out infinite
}

.text {
  color: var(--accent);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px
}

.hero__title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 15px
}

.action {
  padding-top: 36px;
  padding-bottom: 31px
}

.action__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 13px
}

.action__item {
  position: relative;
  background-image: url("../images/table.webp");
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: 100% 100%;
  width: 100%;
  max-width: 310px;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  padding: 0 0 0 12px
}

.action__number {
  color: var(--secondary-color);
  font-size: 59px;
  font-weight: 900;
  line-height: 1.09
}

.action__item:nth-of-type(1) .action__text {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.09;
  text-transform: uppercase;
  width: 112px
}

.action__text {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  width: 170px;
}

.action__animation {
  position: absolute;
  top: 142px;
  left: 133px;
  width: 34px;
  height: 34px;
  background-image: url("../images/arrow_mob_1.svg");
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: 100% 100%;
  transform: rotate(90deg);
  animation: arrowMob 3s ease-in-out infinite
}

.action__bottom-text {
  color: var(--third-color);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.12
}

.action__link {
  color: var(--third-color);
  font: inherit;
  text-decoration: underline;
  transition: color 500ms linear
}

.action__link:hover,
.action__link:focus {
  color: #7c927b
}

.welcome {
  padding-top: 50px;
  padding-bottom: 93px
}

.title {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
  /* margin-bottom: 20px */
}

.welcome .container {
  position: relative;
}

.welcome__block {
  position: relative;
  width: 320px;
  height: auto;
  background-image: url(../images/slot.webp), url(../images/slot.webp), url(../images/slot.webp);
  background-repeat: no-repeat;
  background-size: 42px 150px, 42px 150px, 42px 150px;
  background-position:  bottom 112.5px left 101px, bottom 84px left 139px, bottom 119px right 102px;
  margin-left: auto;
  margin-right: auto;
  animation: prizeMob 4s ease-in-out infinite;
  z-index: 4;
}

.welcome__block2 {
  position: absolute;
  top: 27%;
  left: 50%;
  background: url(../images/machine_light.webp);
  width: 777px;
  height: 778px;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.welcome__img {
  width: 320px;
  height: auto;
  position: relative;
  z-index: 4;
}

.welcome__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  flex-direction: column;
  max-width: 320px;
  margin: 15px auto 40px;
}

.welcome__item {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  padding: 13px 21px;
  gap: 10px;
  border-radius: 40px;
  position: relative;
  background-color: rgba(3, 5, 22, 0.6);
}

.welcome__item:nth-of-type(1) .welcome__text {
  width: 60%;
  text-align: center;
}

.welcome__title {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.12;
  width: 132px
}

.welcome__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
}

.welcome__all {
  text-align: center;
  width: 100%;
}

.benefits {
  padding-top: 300px;
  padding-bottom: 20px;
  position: relative;
  z-index: -1;
}

.benefits__wrapper {
  position: relative;
  background-image: url(../images/bg_benefits-mob.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 257px;
  height: 387px;
  margin: 0 auto;
  background-position-x: center;
}

.animation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.benefits__container-img {
  position: absolute;
  top: -265px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 305px;
}

.benefits__img-one {
  position: absolute;
  top: -30px;
  left: -80px;
  width: 99px;
  z-index: 2;
  height: 104px;
  animation: coinsLeft 3s ease-in-out infinite;
}

.benefits__img-two {
  position: absolute;
  top: 165px;
  right: -81px;
  width: 107px;
  height: 112px;
  animation: coinsRight 3s ease-in-out infinite;
  z-index: 2;
}

.benefits__img-bird {
  position: relative;
  z-index: 2;
  width: 200px;
  height: 305px
}

.benefits__light {
  top: -60%;
  left: -100%;
  object-fit: cover;
  position: absolute;
  max-width: none;
  width: 614px;
  height: auto;
  animation: scaleAnimation 4s ease-in-out infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.benefits__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 29px;
  row-gap: 2px;
  position: relative;
  z-index: 2;
  padding-top: 60px;
}

.benefits__title {
  font-size: 42px;
  font-weight: 900;
  line-height: 66px;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0
}

.accent {
  color: var(--accent)
}

.benefits__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
}

.advantages {
  padding-top: 40px;
  padding-bottom: 19px
}

.advantages__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 25px
}

.advantages .title {
  font-size: 25px;
  margin-bottom: 20px
}

.advantages__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  margin-bottom: 25px
}

.advantages__item {
  padding: 15px 21px 15px 22px;
  background-color: rgba(3, 5, 22, 0.6);
  width: 100%;
  border-radius: 9px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  height: 160px
}

.advantages__img {
  width: 100px;
  height: 100px
}

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

.advantages__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: var(--secondary-color);
  margin-bottom: 10px
}

.advantages__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center
}

.circle {
  padding: 80px 0;
  overflow-x: hidden;
}

.circle__img {
  margin: 0 auto;
  width: 80%;
  height: auto;
  animation: scaleAnimation 4s ease-in-out infinite;
}

@media screen and (min-width: 475px) {
  .circle__img {
    margin: 0 auto;
    width: 475px;
    height: auto;
  }
}

@media screen and (min-width:390px) {
  .text {
    font-size: 22px;
  }

  .hero__title {
    font-size: 20px;
  }

  .welcome__title {
    font-size: 18px
  }

  .welcome__item {
    max-width: 100%;
  }

  .welcome__text {
    font-size: 16px;
  }
}

@media screen and (max-width:350px) {
  .advantages__title {
    font-size: 18px;
    line-height: 1
  }

  .advantages__text {
    font-size: 10px
  }
}

@media screen and (min-width:510px) {
  .welcome__block {
    position: relative;
    width: 367px;
    height: 588px;
    background-image: url(../images/slot.webp), url(../images/slot.webp), url(../images/slot.webp);
    background-repeat: no-repeat;
    background-size: 49px 170px, 49px 170px, 49px 170px;
    background-position: top 133px left 103px, top 72px left 149px, top 149px right 162px;
    margin-left: auto;
    margin-right: auto;
    animation: prizeDesk 4s ease-in-out infinite;
    z-index: 4;
  }
  
  .welcome__block2 {
    position: absolute;
    top: 27%;
    left: 50%;
    background: url(../images/machine_light.webp);
    width: 777px;
    height: 778px;
    background-size: contain;
    transform: translate(-50%, -50%);
  }
  
  .welcome__img {
    width: 367px;
    height: 588px;
    position: relative;
    z-index: 4;
  }
}

@media screen and (min-width:768px) {
  .container {
    width: 768px;
    padding: 0 24px
  }

  .header {
    padding-top: 38px;
    padding-bottom: 33px;
    background: linear-gradient(180deg, #10170f -13.82%, rgba(16, 23, 15, 0) 87.56%)
  }

  .logo {
    width: 222px;
    height: auto
  }

  .img-logo {
    width: 222px;
    height: auto;
  }

  .hero {
    padding-top: 700px;
    padding-bottom: 0;
    background-image: url("../images/bg_tab.webp");
    background-position: top 0 left 0;
    background-size: 100% 757px;
    background-repeat: no-repeat
  }

  .image-container {
    position: absolute;
    top: 98px;
    right: calc((100% - 631px) / 2);
    width: 631px;
    height: 454px
  }

  .block-wheel {
    width: 454px;
    height: 444px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .block-wheel__img-main {
    width: 454px;
    height: 444px
  }

  .img-totem {
    width: 168px;
    height: 292px;
    top: unset;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
  }

  .img-one {
    width: 24px;
    height: 24px;
    top: 154px;
    left: 65px
  }

  .img-two {
    width: 48px;
    height: 47px;
    top: 71px;
    left: 0
  }

  .img-three {
    width: 101px;
    height: 98px;
    top: 0;
    left: 48px
  }

  .img-four {
    width: 41px;
    height: 40px;
    top: 8px;
    right: 106px
  }

  .img-five {
    width: 24px;
    height: 23px;
    top: 66px;
    right: 0
  }

  .img-six {
    width: 89px;
    height: 85px;
    top: 80px;
    right: 61px
  }

  .img-seven {
    width: 14px;
    height: 13px;
    position: absolute;
    top: 200px;
    right: 24px
  }

  .block-wheel__img-one, .block-wheel__img-two {
    top: 50%;
  }

  .text {
    font-size: 32px;
    line-height: 1.09;
    margin-bottom: 30px
  }

  .hero__title {
    font-size: 45px;
    margin-bottom: 30px;
    min-width: 650px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }

  .btn {
    max-width: 220px;
    height: 74px;
    width: 220px;
    font-size: 19px;
    border-radius: 44px
  }

  .action {
    padding-bottom: 55px
  }

  .action__list {
    flex-direction: row;
    gap: 44px;
    margin-bottom: 12px
  }

  .action__item {
    padding: 0 0 0 20px;
    width: calc((100% - 88px) / 3);
    min-width: 210px;
    max-width: calc((100% - 88px) / 3);
    height: 105px;
    gap: 15px
  }

  .action__number {
    font-size: 42px
  }

  .action__item:nth-of-type(1) {
    padding: 12px 0 16px 26px;
  }

  .action__item:nth-of-type(1) .action__text {
    font-size: 19px
  }

  .action__text {
    font-size: 11px;
    width: 90px
  }

  .action__animation {
    position: absolute;
    top: 38px;
    left: auto;
    right: -45px;
    width: 37px;
    height: 19px;
    background-image: url("../images/arrow_tab_1.svg");
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 100% 100%;
    transform: rotate(0);
    animation: arrowTab 3s ease-in-out infinite
  }

  .action__bottom-text {
    font-size: 12px;
    width: 595px;
    margin-left: auto;
    margin-right: auto
  }

  .welcome {
    padding-bottom: 50px
  }

  .welcome .container {
    position: relative
  }

  .title {
    margin-bottom: 26px
  }

  /* .welcome__block {
    position: absolute;
    top: 47px;
    right: 2px;
    z-index: 3;
    width: 247px;
    height: 396px;
    background-image: url("../images/slot.webp"), url("../images/slot.webp"), url("../images/slot.webp");
    background-repeat: no-repeat;
    background-size: 34px 115px, 34px 115px, 34px 115px;
    background-position: bottom 76px left 76px, bottom 41px left 140px, bottom 87px right 81px;
    animation: prizeTab 4s ease-in-out infinite
  }

  .welcome__img {
    width: 247px;
    height: auto;
  } */

  .welcome__list {
    margin-bottom: 36px;
    max-width: 720px;
  }


  .welcome__item {
    padding: 18px 36px;
    gap: 20px;
    background-color: rgba(3, 5, 22, 0.6);
    flex-direction: row;
  }

  .welcome__item:nth-of-type(1) .welcome__text {
    width: 60%;
    text-align: left;
  }

  .welcome__title {
    font-size: 22px
  }

  .welcome__text {
    font-size: 18px;
    margin-left: 0
  }

  .welcome__all {
    width: 100%;
    text-align: center;
  }

  .benefits {
    padding-top: 360px;
    padding-bottom: 38px;
    background-color: var(--bg-color)
  }

  .benefits__container-img {
    position: absolute;
    top: -280px;
    left: 50%;
    width: 200px;
    height: 305px;
    z-index: 2;
  }

  .benefits__wrapper {
    position: relative;
    background-image: url(../images/bg_benefits-tab.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    width: 713px;
    height: 161px;
  }

  .benefits__img-one {
    top: -20px;
    left: -88px;
    width: 99px;
    height: 104px;
  }

  .benefits__img-two {
    top: 175px;
    right: -95px;
    width: 107px;
    height: 112px;
  }

  .benefits__light {
    top: -50%;
    left: -100%;
    position: absolute;
    max-width: none;
    width: 587px;
    height: 590px;
    animation: scaleAnimation 4s ease-in-out infinite;
  }

  .benefits__img-bird {
    position: relative;
    z-index: 2;
    width: 200px;
    height: 305px;
  }

  .benefits__list {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    border-radius: 7px;
    z-index: 1;
    margin-left: 0;
    gap: 30px;
    padding: 0 80px;
  }

  .benefits .container {
    position: relative
  }

  .animation-wrapper {
    top: 0;
    left: 143px;
    border-radius: 7px;
    width: 601px;
    height: 100%;
    z-index: 0
  }

  .benefits__title {
    font-size: 48px;
    line-height: 1.12;
    margin-bottom: 0
  }

  .benefits__text {
    font-size: 15px;
    line-height: 1.12;
    text-align: left;
  }

  .advantages {
    padding-top: 62px;
    padding-bottom: 10px
  }

  .advantages__txt {
    font-size: 21px;
    line-height: 1.2;
    width: 508px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
  }

  .advantages__cards {
    padding-top: 36px;
    height: 100%;
    width: 727px;
    margin-bottom: 29px;
  }

  .advantages .title {
    font-size: 42px;
    margin-bottom: 20px
  }

  .advantages__list {
    gap: 63px;
    flex-direction: column;
    align-items: center
  }

  .advantages__item {
    padding: 126px 51px 16px;
    position: relative;
    width: 100%;
    display: block;
    height: 340px;
    transition: padding 500ms ease-in-out, height 500ms ease-in-out
  }

  .advantages__item:hover,
  .advantages__item:focus {
    padding: 126px 51px 16px;
    background: linear-gradient(180deg, rgba(33, 219, 255, 0.6) -31.67%, rgba(3, 5, 22, 0.6) 100%);
    height: 380px;
  }

  .advantages__img {
    position: absolute;
    top: -50px;
    left: calc((100% - 146px) / 2);
    width: 146px;
    height: 167px;
  }

  .advantages__item:nth-of-type(2) .advantages__img {
    top: -45px
  }

  .advantages__title {
    font-size: 32px;
    margin-bottom: 12px
  }

  .advantages__text {
    font-size: 18px;
    line-height: 1.2
  }
}

@media screen and (min-width:1024px) {
  /* .container {
    width: 1024px
  } */

  /* .welcome__item {
    padding-left: 30%
  } */

  .animation-wrapper {
    width: 857px
  }
}

/* @media screen and (min-width:1200px) {
  .container {
    width: 1200px
  }

  .animation-wrapper {
    width: 1033px
  }
} */

@media screen and (min-width:1440px) {
  .benefits__title {
    font-size: 48px;
    line-height: 1.12;
    margin-bottom: 0
  }

  .benefits__text {
    font-size: 15px;
    line-height: 1.12;
    text-align: left;
  }

  .advantages {
    padding-top: 62px;
    padding-bottom: 10px
  }

  .advantages__txt {
    font-size: 11px;
    line-height: 1.2;
    width: 508px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
  }

  .advantages__cards {
    padding-top: 36px;
    height: 255px;
    margin-bottom: 29px
  }

  .advantages .title {
    font-size: 25px;
    margin-bottom: 20px
  }

  .advantages__list {
    gap: 14px;
    flex-direction: row;
    align-items: center
  }

  .advantages__item {
    padding: 65px 16px 13px 16px;
    position: relative;
    width: calc((100% - 28px) / 3);
    display: block;
    height: 192px;
    transition: padding 500ms ease-in-out, height 500ms ease-in-out
  }

  .advantages__item:hover,
  .advantages__item:focus {
    padding: 77px 16px 52px 16px;
    background: linear-gradient(180deg, rgba(33, 219, 255, 0.6) -31.67%, rgba(3, 5, 22, 0.6) 100%);
    height: 216px
  }

  .advantages__img {
    position: absolute;
    top: -50px;
    left: calc((100% - 102px) / 2);
    width: 102px;
    height: 102px
  }

  .advantages__item:nth-of-type(2) .advantages__img {
    top: -45px
  }

  .advantages__title {
    font-size: 18px;
    margin-bottom: 12px
  }

  .advantages__text {
    font-size: 10.8px;
    line-height: 1.2
  }
  .container {
    width: 1440px;
    padding: 0 118px
  }

  .benefits .container {
    position: relative;
  }

  .benefits__wrapper {
    position: relative;
    background-image: url("../images/bg_benefits.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 190px;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 0;
    background: transparent;
    z-index: 4
  }

  .logo {
    margin-left: 0
  }

  .main {
    position: relative
  }

  .hero {
    padding-top: 215px;
    padding-bottom: 136px;
    background: transparent
  }

  .hero .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start
  }

  .wrapper {
    background-image: url("../images/bg_desk.webp");
    background-position: top 0 left 0;
    background-size: 100% 825px;
    background-repeat: no-repeat;
    width: 100vw
  }

  .image-container {
    position: absolute;
    top: 93px;
    right: calc((100% - 1324px) / 2);
    width: 734px;
    height: 526px
  }

  .btn {
    font-size: 20px
  }

  .hero .btn {
    margin-left: 0
  }

  .block-wheel {
    width: 715px;
    height: 699px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .block-wheel__img-main {
    max-width: none;
    width: 715px;
    height: 699px;
  }

  .block-wheel__img-one,
  .block-wheel__img-two {
    width: 500px;
    height: 495px;
  }

  .img-totem {
    width: 265px;
    height: 461px;
    top: 150px;
    left: 367px;
  }

  .img-one {
    width: 28px;
    height: 27px;
    top: 179px;
    left: 76px
  }

  .img-two {
    width: 56px;
    height: 54px;
    top: 82px;
    left: 0
  }

  .img-three {
    width: 118px;
    height: 113px;
    top: 0;
    left: 56px
  }

  .img-four {
    width: 48px;
    height: 46px;
    top: 9px;
    right: 123px
  }

  .img-five {
    width: 28px;
    height: 27px;
    top: 76px;
    right: 0
  }

  .img-six {
    width: 104px;
    height: 99px;
    top: 93px;
    right: 71px
  }

  .img-seven {
    width: 16px;
    height: 15px;
    top: 232px;
    right: 28px
  }

  .text {
    margin-left: 0
  }

  .hero__title {
    margin-left: 0;
    text-align: left
  }

  .action {
    padding-top: 60px;
    padding-bottom: 41px
  }

  .action__list {
    gap: 74px;
    justify-content: center;
    margin-bottom: 28px
  }

  .action__item {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    height: 172px;
    gap: 25px;
    padding: 0 0 5px 15px
  }

  .action__number {
    font-size: 70px
  }

  .action__item:nth-of-type(1) .action__text {
    font-size: 32px;
    width: 145px
  }

  .action__text {
    font-size: 18px;
    width: 145px
  }

  .action__animation {
    position: absolute;
    top: 63px;
    left: auto;
    right: -75px;
    width: 62px;
    height: 32px
  }

  .action__bottom-text {
    font-size: 16px;
    width: 993px
  }

  .welcome {
    padding-bottom: 41px
  }

  .title {
    font-size: 42px;
    margin-bottom: 40px
  }

  .welcome__block {
    position: absolute;
    top: 25px;
    right: 120px;
    z-index: 3;
    width: 367px;
    height: 588px;
    background-image: url("../images/slot.webp"), url("../images/slot.webp"), url("../images/slot.webp");
    background-repeat: no-repeat;
    background-size: 49px 170px, 49px 170px, 49px 170px;
    background-position: top 133px left 103px, top 72px left 149px, top 149px right 162px;
    animation: prizeDesk 4s ease-in-out infinite
  }

  .welcome__block2 {
    position: absolute;
    background: url(../images/machine_light.webp);
    width: 778px;
    height: 771px;
    background-size: contain;
    top: 36%;
    right: -486px;
    left: unset;
    z-index: 2;
  }

  .welcome__img {
    width: 367px;
    height: 588px
  }

  .welcome__list {
    margin-bottom: 50px;
    max-width: 996px;
    width: 996px;
    margin-left: auto;
    margin-right: auto;
    gap: 15px
  }

  .welcome__item {
    max-width: 996px;
    width: 996px;
    padding: 18px 50px;
    gap: 28px
  }

  .welcome__item:nth-of-type(1) .welcome__text {
    width: 60%
  }

  .welcome__title {
    font-size: 30px;
    width: 182px
  }

  .welcome__all {
    text-align: left;
    width: 60%;
  }

  .welcome__text {
    font-size: 25px;
    margin-left: 0
  }

  .benefits {
    padding-top: 58px;
    padding-bottom: 63px
  }

  .benefits__container-img {
    position: absolute;
    top: -58px;
    left: 200px;
    width: 320px;
    height: 297px
  }

  .animation-wrapper {
    width: 1000px;
    left: 322px
  }

  .benefits__img-one {
    top: 15px;
    left: -80px;
    width: 99px;
    height: 87px;
  }

  .benefits__img-two {
    top: 200px;
    right: 40px;
    width: 77px;
    height: 73px;
  }

  .benefits__light {
    top: -50%;
    left: -70%;
    position: absolute;
    max-width: none;
    width: 614px;
    height: 609px;
  }

  .benefits__img-bird {
    width: 200px;
    height: 305px;
    position: relative;
    z-index: 2;
  }

  .benefits__list {
    margin-left: 204px;
    gap: 82px;
    padding: 0 92px 30px 170px
  }

  .benefits__title {
    font-size: 68px
  }

  .benefits__text {
    font-size: 24px;
    font-weight: 600;
  }

  .advantages {
    padding-top: 25px;
    padding-bottom: 33px
  }

  .advantages__txt {
    font-size: 18px;
    width: 847px;
    margin-bottom: 51px
  }

  .advantages .title {
    margin-bottom: 40px;
    font-size: 42px;
  }

  .advantages__cards {
    height: 419px;
    padding-top: 49px;
    margin-bottom: 49px;
    width: 100%;
  }

  .advantages__list {
    gap: 24px
  }

  .advantages__item {
    padding: 127px 22px 32px 22px;
    width: 384px;
    height: 340px;
    border-radius: 44px;
  }

  .advantages__item img {
    position: absolute;
    top: -55px;
    height: 167px;
  }

  .advantages__item:first-child img {
    left: calc((100% - 146px) / 2);
    width: 146px;
  }

  .advantages__item:nth-child(2) img, .advantages__item:nth-child(3) img {
    left: calc((100% - 130px) / 2);
    width: 130px;
  }

  .advantages__item:hover,
  .advantages__item:focus {
    padding: 137px 22px 78px 22px;
    height: 360px
  }

  .advantages__img {
    position: absolute;
    top: -83px;
    left: calc((100% - 170px) / 2);
    width: 170px;
    height: 170px
  }

  .advantages__item:nth-of-type(2) .advantages__img {
    top: -59px
  }

  .advantages__title {
    font-size: 30px;
    margin-bottom: 15px
  }

  .advantages__text {
    font-size: 18px
  }

  .circle__img {
    width: 475px;
    height: 473px;
  }
}


@-moz-keyframes buttonLight {
  0% {
    transform: translateX(-100px) rotate(50deg)
  }

  30% {
    transform: translateX(500px) rotate(50deg)
  }

  100% {
    transform: translateX(500px) rotate(50deg)
  }
}

@-webkit-keyframes buttonLight {
  0% {
    transform: translateX(-100px) rotate(50deg)
  }

  30% {
    transform: translateX(500px) rotate(50deg)
  }

  100% {
    transform: translateX(500px) rotate(50deg)
  }
}

@-o-keyframes buttonLight {
  0% {
    transform: translateX(-100px) rotate(50deg)
  }

  30% {
    transform: translateX(500px) rotate(50deg)
  }

  100% {
    transform: translateX(500px) rotate(50deg)
  }
}

@keyframes buttonLight {
  0% {
    transform: translateX(-100px) rotate(50deg)
  }

  30% {
    transform: translateX(500px) rotate(50deg)
  }

  100% {
    transform: translateX(500px) rotate(50deg)
  }
}

@-moz-keyframes arrowMob {
  0% {
    background-image: url("../images/arrow_mob_1.svg")
  }

  25% {
    background-image: url("../images/arrow_mob_2.svg")
  }

  50% {
    background-image: url("../images/arrow_mob_3.svg")
  }

  75% {
    background-image: url("../images/arrow_mob_2.svg")
  }

  100% {
    background-image: url("../images/arrow_mob_1.svg")
  }
}

@-webkit-keyframes arrowMob {
  0% {
    background-image: url("../images/arrow_mob_1.svg")
  }

  25% {
    background-image: url("../images/arrow_mob_2.svg")
  }

  50% {
    background-image: url("../images/arrow_mob_3.svg")
  }

  75% {
    background-image: url("../images/arrow_mob_2.svg")
  }

  100% {
    background-image: url("../images/arrow_mob_1.svg")
  }
}

@-o-keyframes arrowMob {
  0% {
    background-image: url("../images/arrow_mob_1.svg")
  }

  25% {
    background-image: url("../images/arrow_mob_2.svg")
  }

  50% {
    background-image: url("../images/arrow_mob_3.svg")
  }

  75% {
    background-image: url("../images/arrow_mob_2.svg")
  }

  100% {
    background-image: url("../images/arrow_mob_1.svg")
  }
}

@keyframes arrowMob {
  0% {
    background-image: url("../images/arrow_mob_1.svg")
  }

  25% {
    background-image: url("../images/arrow_mob_2.svg")
  }

  50% {
    background-image: url("../images/arrow_mob_3.svg")
  }

  75% {
    background-image: url("../images/arrow_mob_2.svg")
  }

  100% {
    background-image: url("../images/arrow_mob_1.svg")
  }
}

@-moz-keyframes arrowTab {
  0% {
    background-image: url("../images/arrow_tab_1.svg")
  }

  25% {
    background-image: url("../images/arrow_tab_2.svg")
  }

  50% {
    background-image: url("../images/arrow_tab_3.svg")
  }

  75% {
    background-image: url("../images/arrow_tab_2.svg")
  }

  100% {
    background-image: url("../images/arrow_tab_1.svg")
  }
}

@-webkit-keyframes arrowTab {
  0% {
    background-image: url("../images/arrow_tab_1.svg")
  }

  25% {
    background-image: url("../images/arrow_tab_2.svg")
  }

  50% {
    background-image: url("../images/arrow_tab_3.svg")
  }

  75% {
    background-image: url("../images/arrow_tab_2.svg")
  }

  100% {
    background-image: url("../images/arrow_tab_1.svg")
  }
}

@-o-keyframes arrowTab {
  0% {
    background-image: url("../images/arrow_tab_1.svg")
  }

  25% {
    background-image: url("../images/arrow_tab_2.svg")
  }

  50% {
    background-image: url("../images/arrow_tab_3.svg")
  }

  75% {
    background-image: url("../images/arrow_tab_2.svg")
  }

  100% {
    background-image: url("../images/arrow_tab_1.svg")
  }
}

@keyframes arrowTab {
  0% {
    background-image: url("../images/arrow_tab_1.svg")
  }

  25% {
    background-image: url("../images/arrow_tab_2.svg")
  }

  50% {
    background-image: url("../images/arrow_tab_3.svg")
  }

  75% {
    background-image: url("../images/arrow_tab_2.svg")
  }

  100% {
    background-image: url("../images/arrow_tab_1.svg")
  }
}

@-moz-keyframes starOne {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(25%, 5%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes starOne {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(25%, 5%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-o-keyframes starOne {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(25%, 5%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes starOne {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(25%, 5%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-moz-keyframes starTwo {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, 35%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes starTwo {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, 35%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-o-keyframes starTwo {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, 35%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes starTwo {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, 35%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-moz-keyframes starThree {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(45%, 45%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes starThree {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(45%, 45%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-o-keyframes starThree {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(45%, 45%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes starThree {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(45%, 45%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-moz-keyframes starFour {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-100%, 10%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes starFour {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-100%, 10%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-o-keyframes starFour {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-100%, 10%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes starFour {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-100%, 10%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-moz-keyframes starFive {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-200%, 55%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes starFive {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-200%, 55%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-o-keyframes starFive {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-200%, 55%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes starFive {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-200%, 55%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-moz-keyframes starSix {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, 11%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes starSix {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, 11%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-o-keyframes starSix {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, 11%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes starSix {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, 11%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-moz-keyframes starSeven {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, -200%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes starSeven {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, -200%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-o-keyframes starSeven {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, -200%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes starSeven {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, -200%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-moz-keyframes wheelOpacityDown {
  0% {
    transform: translate(-50%, -50%) rotate(0);
    opacity: 1
  }

  50% {
    transform: translate(-50%, -50%) rotate(150deg);
    opacity: 1
  }

  100% {
    transform: rotate(0);
    opacity: 1
  }
}

@-webkit-keyframes wheelOpacityDown {
  0% {
    transform: translate(-50%, -50%) rotate(0);
    opacity: 1
  }

  50% {
    transform: translate(-50%, -50%) rotate(150deg);
    opacity: 1
  }

  100% {
    transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes wheelOpacityDown {
  0% {
    transform: translate(-50%, -50%) rotate(0);
    opacity: 1
  }

  50% {
    transform: translate(-50%, -50%) rotate(150deg);
    opacity: 1
  }

  100% {
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes wheelOpacityDown {
  0% {
    transform: translate(-50%, -50%) rotate(0);
    opacity: 1
  }

  50% {
    transform: translate(-50%, -50%) rotate(150deg);
    opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) rotate(0);
    opacity: 1
  }
}

@-moz-keyframes wheelOpacityUp {
  0% {
    transform: translate(-50%, -50%) rotate(20deg);
    opacity: 0
  }

  50% {
    transform: translate(-50%, -50%) rotate(170deg);
    opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) rotate(20deg);
    opacity: 0
  }
}

@-webkit-keyframes wheelOpacityUp {
  0% {
    transform: translate(-50%, -50%) rotate(20deg);
    opacity: 0
  }

  50% {
    transform: translate(-50%, -50%) rotate(170deg);
    opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) rotate(20deg);
    opacity: 0
  }
}

@-o-keyframes wheelOpacityUp {
  0% {
    transform: translate(-50%, -50%) rotate(20deg);
    opacity: 0
  }

  50% {
    transform: translate(-50%, -50%) rotate(170deg);
    opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) rotate(20deg);
    opacity: 0
  }
}

@keyframes wheelOpacityUp {
  0% {
    transform: translate(-50%, -50%) rotate(20deg);
    opacity: 0
  }

  50% {
    transform: translate(-50%, -50%) rotate(170deg);
    opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) rotate(20deg);
    opacity: 0
  }
}

@-moz-keyframes prizeMob {
  0% {
    background-position: bottom 112.5px left 101px, bottom 84px left 139px, bottom 119px right 102px
  }

  50% {
    background-position: bottom 94.5px left 101px, bottom 102px left 139px, bottom 85px right 102px
  }

  100% {
    background-position: bottom 112.5px left 101px, bottom 84px left 139px, bottom 119px right 102px
  }
}

@-webkit-keyframes prizeMob {
  0% {
    background-position: bottom 112.5px left 101px, bottom 84px left 139px, bottom 119px right 102px
  }

  50% {
    background-position: bottom 94.5px left 101px, bottom 102px left 139px, bottom 85px right 102px
  }

  100% {
    background-position: bottom 112.5px left 101px, bottom 84px left 139px, bottom 119px right 102px
  }
}

@-o-keyframes prizeMob {
  0% {
    background-position: bottom 112.5px left 101px, bottom 84px left 139px, bottom 119px right 102px
  }

  50% {
    background-position: bottom 94.5px left 101px, bottom 102px left 139px, bottom 85px right 102px
  }

  100% {
    background-position: bottom 112.5px left 101px, bottom 84px left 139px, bottom 119px right 102px
  }
}

@keyframes prizeMob {
  0% {
    background-position: bottom 112.5px left 101px, bottom 84px left 139px, bottom 119px right 102px
  }

  50% {
    background-position: bottom 94.5px left 101px, bottom 102px left 139px, bottom 85px right 102px
  }

  100% {
    background-position: bottom 112.5px left 101px, bottom 84px left 139px, bottom 119px right 102px
  }
}

@-moz-keyframes prizeTab {
  0% {
    background-position: bottom 76px left 76px, bottom 61px left 106px, bottom 87px right 81px  }

  50% {
    background-position: bottom 60px left 76px, bottom 79px left 106px, bottom 60px right 81px  }

  100% {
    background-position: bottom 76px left 76px, bottom 61px left 106px, bottom 87px right 81px  }
}

@-webkit-keyframes prizeTab {
  0% {
    background-position: bottom 76px left 76px, bottom 61px left 106px, bottom 87px right 78px
  }

  50% {
    background-position: bottom 60px left 76px, bottom 79px left 106px, bottom 60px right 78px
  }

  100% {
    background-position: bottom 76px left 76px, bottom 61px left 106px, bottom 87px right 78px
  }
}

@-o-keyframes prizeTab {
  0% {
    background-position: bottom 76px left 76px, bottom 61px left 106px, bottom 87px right 78px
  }

  50% {
    background-position: bottom 60px left 76px, bottom 79px left 106px, bottom 60px right 78px
  }

  100% {
    background-position: bottom 76px left 76px, bottom 61px left 106px, bottom 87px right 78px
  }
}

@keyframes prizeTab {
  0% {
    background-position: bottom 76px left 76px, bottom 61px left 106px, bottom 87px right 78px
  }

  50% {
    background-position: bottom 60px left 76px, bottom 79px left 106px, bottom 60px right 78px
  }

  100% {
    background-position: bottom 76px left 76px, bottom 61px left 106px, bottom 87px right 78px
  }
}

@-moz-keyframes prizeDesk {
  0% {
    background-position: bottom 133px left 117px, bottom 721px left 169px,bottomp 149px right 142px
  }

  50% {
    background-position: bottom 103px left 117px, bottom 1021px left 169pxbottomop 103px right 142px
  }

  100% {
    background-position: bottom 133px left 117px, bottom 721px left 169px,bottomp 149px right 142px
  }
}

@-webkit-keyframes prizeDesk {
  0% {
    background-position: bottom 95px left 117px, bottom 132px left 159px, bottom 120px right 118px
  }

  50% {
    background-position: bottom 125px left 117px, bottom 102px left 159px,bottom 90px right 118px
  }

  100% {
    background-position: bottom 95px left 117px, bottom 132px left 159px, bottom 120px right 118px
  }
}

@-o-keyframes prizeDesk {
  0% {
    background-position: bottom 95px left 117px, bottom 132px left 159px, bottom 120px right 118px
  }

  50% {
    background-position: bottom 125px left 117px, bottom 102px left 159px,bottom 90px right 118px
  }

  100% {
    background-position: bottom 95px left 117px, bottom 132px left 159px, bottom 120px right 118px
  }
}

@keyframes prizeDesk {
  0% {
    background-position: bottom 95px left 117px, bottom 132px left 159px, bottom 120px right 118px
  }

  50% {
    background-position: bottom 125px left 117px, bottom 102px left 159px,bottom 90px right 118px
  }

  100% {
    background-position: bottom 95px left 117px, bottom 132px left 159px, bottom 120px right 118px
  }
}

@-moz-keyframes coinsLeft {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-15%, -15%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes coinsLeft {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-15%, -15%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-o-keyframes coinsLeft {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-15%, -15%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes coinsLeft {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-15%, -15%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-moz-keyframes coinsRight {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(15%, 15%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes coinsRight {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(15%, 15%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@-o-keyframes coinsRight {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(15%, 15%)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes coinsRight {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(15%, 15%)
  }

  100% {
    transform: translate(0, 0)
  }
}


@-moz-keyframes opacityDown {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes opacityDown {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes opacityDown {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes opacityDown {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes opacityUp {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes opacityUp {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-o-keyframes opacityUp {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes opacityUp {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@media screen and (min-width:491px) {
  .see-more {
    display: none;
  }
}

@media screen and (max-width:490px) {
  .see-more {
    font-size: 20px;
    text-align: center;
    position: relative;
    display: block !important;
    width: fit-content;
    margin: 10px auto 0;
  }

  .see-more::before, .see-more::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/arrow-down.svg) no-repeat;
    background-size: contain;
    animation: moveArrow 2s ease-in-out infinite;
  }

  .see-more::after {
    right: -35px;
  }

  .see-more::before {
    left: -35px;
  }

  @keyframes moveArrow {
    0% {
      transform: translateY(-30%);
    }
    50% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(-30%);
    }
  }

  .hero__title span {
    display: none;
  }

  .text {
    margin-bottom: 0 !important;
  }

  .hero {
    padding-top: 510px !important;
  }

  .img-totem {
    top: 105px !important;
  }
}

@media screen and (max-width:590px) and (max-height:702px) {
  .header {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .img-logo {
    width: 140px;
    height: auto;
  }

  .hero {
    padding-top: 435px !important;
  }

  .image-container {
    top: 60px;
  }
  
  .btn {
    height: 50px;
  }
}