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

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  max-width: 1260px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (min-width: 1919px) {
  .container {
    max-width: 1440px;
  }
}

@media screen and (max-width: 992px) {
  header + .container {
    padding: 0 20px;
    flex-direction: column;
  }
}

@media screen and (max-width: 300px) {
  .container {
    padding: 0 10px;
  }
}


html {
  background: url('../img/bg.png');
  color: #fff;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain 100%;
}

body {}

body .visible-scrollbar,
body .invisible-scrollbar,
body .mostly-customized-scrollbar {
  display: block;
  width: 10em;
  overflow: auto;
  height: 2em;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #000;
}

body::-webkit-scrollbar-thumb {
  background: #d3ff07;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background-color: #3E0D61;
}

.container {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  position: relative;
  padding: 70px 10px;
}

.wheel {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 767px) {
  html {
    background: url('../img/bg-mob.png');
    background-size: cover;
  }

  header {
    height: 40px;
  }

  header img {
    width: 120px;
  }

  header + .container {
    flex-flow: column;
    padding: 10px;
  }

  .wheel {
    align-items: center;
  }

  #wheel img {
    width: 90vw;
  }

  .wheel .start_area {
    display: none;
  }
}

.wheel__logo {
  width: 200px;
}

.wheel__title {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .wheel__title {
    font-size: 14px;
    text-align: center;
  }
}


.wheel__text {
  font-size: 77.576px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  /* 85.333px */
  text-transform: uppercase;
  background: linear-gradient(180deg, #0AFE70 0%, #80C9E9 95.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .wheel__text {
    font-size: 28px;
    text-align: center;
  }
}

.spin__start,
.register,
.btn {
  display: inline-block;
  color: #243086;
  font-size: 16px;
  line-height: 0px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 70px;
  border-radius: 100px;
  text-decoration: none !important;
  background-color: rgb(1 254 109 / 1);
  transition: all 0.5s;
  box-sizing: border-box;
  box-shadow: 0px 10px 7px 0px rgba(33, 42, 82, 0.5);
  cursor: pointer;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

.spin__start:hover,
.register:hover {
  cursor: pointer;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .spin__start {
    padding: 15px 50px;
    font-size: 1rem;
  }
}

@keyframes pulse-black {
  0% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgb(1 254 109 / 1);
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0px 0px 0px 10px rgb(1 254 109 / 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgb(1 254 109 / 0);
  }
}

.shadow-top {
  position: fixed;
  left: 0;
  top: -20px;
  height: 300px;
  width: 200%;
  background: linear-gradient(180deg, #000 1%, transparent);
  z-index: 5;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
}


.wheel-container {
  position: relative;
}

.wheel-container__block {
  margin-top: 30px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 570px;
  position: relative;
}

.wheel-container__block:before {
  content: "";
  position: absolute;
  display: block;
  height: 70%;
  width: 50%;
  top: 20px;
  background: url(../img/wheel-arrow.png) no-repeat;
  background-size: contain;
  z-index: 1;
  transform: translate(5px, 0);
}

.wrapper {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
}

.wrapper:before {
  content: '';
  position: absolute;
  top: -250px;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image: url(../img/wheel-bg-before.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -5;
}

.wrapper lottie-player {
  position: absolute;
  bottom: -120px;
  right: -70px;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .wrapper lottie-player {
    transform: scale(0.8);
    right: -90px;
  }
  .wrapper:before {
    background: none;
  }

  .wrapper {
    margin-top: 50px;
  }

  .roulette_wrap:before {
    top: -100px;
    right: -70px;
    width: 100%;
    height: 100%;
  }

  .roulette_wrap:after {
    left: -45vw;
    bottom: -80px;
  }

  .wheel-container__block:before {
    top: 10px;
  }
}

@media screen and (max-width: 375px) {}

.start_area {
  margin-top: 50px;
}

.roulette_wrap {
  height: 570px;
  width: 570px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/spin-bg.png) no-repeat;
  background-position: center -50px;
  background-size: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .roulette_wrap {
    width: 80vw;
    height: 300px;
    background-position: center;
  }
}

@media screen and (max-width: 525px) {
  .roulette_wrap {
    width: 97vw;
  }
}

@media screen and (max-width: 325px) {
  .roulette_wrap {
    width: 97vw;
    height: 200px;
  }
}

.roulette_wrap .inner {
  margin-top: 110px;
  display: inline-block;
  z-index: -1;
  display: flex;
  transform: rotate(180deg);
}

.roulette_wrap .spin_item {
  display: inline-block;
  margin: 10px 20px auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.spin_item:nth-of-type(2) .spin_area_inner {
  transform: translateY(-360px);
}

.spin_item:nth-of-type(3) .spin_area_inner {
  transform: translateY(-180px);
}

.roulette_wrap .spin_item:nth-of-type(1) .spin_area_inner.stop {
  transition-duration: 7.5s;
}

.roulette_wrap .spin_item:nth-of-type(2) .spin_area_inner.stop {
  transition-duration: 6.5s;
}

.roulette_wrap .spin_item:nth-of-type(3) .spin_area_inner.stop {
  transition-duration: 5.5s;
}

@media screen and (max-width: 767px) {
  .roulette_wrap .spin_item {
    margin: 20px 15px auto;
  }

  .spin_item:nth-of-type(2) .spin_area_inner {
    transform: translateY(-325px);
  }

  .spin_item:nth-of-type(3) .spin_area_inner {
    transform: translateY(-165px);
  }
}

@media screen and (max-width: 375px) {
  .roulette_wrap .spin_item {
    margin: 20px 12px auto;
  }
}

@media screen and (max-width: 325px) {
  .roulette_wrap .spin_item {
    margin: auto 12px;
  }
}

.roulette_wrap .spin_area {
  position: relative;
  width: 130px;
  height: 180px;
  border: 1px solid #000;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .roulette_wrap .spin_area {
    width: 21vw;
    height: 165px;
  }
}

@media screen and (max-width: 525px) {
  .roulette_wrap .spin_area {
    width: 23vw;
    height: 165px;
  }
}

@media screen and (max-width: 325px) {
  .roulette_wrap .spin_area {
    height: 120px;
  }
}

.roulette_wrap .spin_area .spin_area_inner.active {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: spin1_active;
  animation-name: spin1_active;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.roulette_wrap .spin_area .spin_area_inner.stop {
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes spin1_active {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(-1050px);
  }
}

@keyframes spin1_active {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(-1050px);
  }
}

.roulette_wrap .spin_area .spin_area_inner>span {
  display: block;
  width: 125px;
  height: 180px;
  font-size: 90px;
  line-height: 100px;
  font-weight: bold;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .roulette_wrap .spin_area .spin_area_inner>span {
    width: 23vw;
    height: 165px;
  }
}

@media screen and (max-width: 325px) {
  .roulette_wrap .spin_area .spin_area_inner>span {
    height: 120px;
  }
}

.roulette_wrap .spin_area .spin_area_inner>span:nth-of-type(1n) {
  background: url("../img/icon-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.roulette_wrap .spin_area .spin_area_inner>span:nth-of-type(2n) {
  background: url("../img/icon-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.roulette_wrap .spin_area .spin_area_inner>span:nth-of-type(3n) {
  background: url("../img/icon-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.roulette_wrap .spin_area .spin_area_inner>span:nth-of-type(4n) {
  background: url("../img/icon-4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.roulette_wrap .spin_area .spin_area_inner>span:nth-of-type(5n) {
  background: url("../img/icon-5.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.roulette_wrap .start_area {
  display: inline-block;
}

.start_area-mob {
  margin-top: 80px;
  display: none;
}

@media screen and (max-width: 767px) {
  .start_area-mob {
    display: block;
    margin: 80px auto 0;
  }

  .wrapper video {
    position: absolute;
    bottom: -60px;
    right: -40px;
    width: 45vw;
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.popup__overlay {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}

.popup.open {
  visibility: visible;
}

.popup.open .popup__overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.popup__window {
  position: relative;
  opacity: 0;
  transform: scale(0.9) translateY(50px);
  transition: 0.2s all;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  overflow: auto;
  border-radius: 10px;
  background: #5B227D;
  max-width: 90vw;
  width: 700px;
  padding: 50px 30px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
}

.popup__window .win {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 19.041px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.popup__window .text {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 38.931px;
  font-style: normal;
  font-weight: 900;
  line-height: 45.42px;
}

.popup__window .bonus {
  color: #00FF6C;
  text-align: center;
  font-family: Poppins;
  font-size: 72.429px;
  font-style: normal;
  font-weight: 900;
  line-height: 84.5px;
}

.popup__window .total-bonus strong {
  font-size: 16.186px;
  font-style: normal;
  font-weight: 700;
}

.popup__window .total-bonus span {
  color: #00FF6C;
  text-align: center;
  font-family: Poppins;
  font-size: 32.746px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup__window .btn {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {

  .popup__window .text {
    font-size: 24px;
    line-height: 1;
    margin: 10px;
  }

  .popup__window .bonus {
    font-size: 45px;
    white-space: nowrap;
  }

  .popup__window .total-bonus span {
    font-size: 20px;
  }

  .popup__window h3 {
    font-size: 12px;
  }
}

.popup__window h4 {
  color: #00FF6C;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.6px;
}

.popup__window p {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.popup__window img:not(.popup__close) {
  width: 140px;
  align-self: center;
}

.popup.open .popup__window {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.popup__close {
  position: absolute;
  width: 15px;
  bottom: calc(100% + 10px);
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.popup__content {
  display: flex;
  justify-content: center;
}

.popup__content h3,
.popup__content h4 {
  text-transform: uppercase;
}

.modal-text>div {
  text-align: center;
}

.modal-text .bonus-description {
  margin: 10px 0 20px;
  text-align: start;
}

.popup__content::-webkit-scrollbar {
  width: 8px;
}

.popup__content::-webkit-scrollbar-thumb {
  background-color: #E74C50;
}

.popup__content h1 {
  font-size: 22px;
}

.popup__content h2 {
  font-size: 20px;
}

.popup__content h3 {
  font-size: 18px;
}

.modal-btn {
  text-decoration: none;
  height: 42px;
  border-radius: 15px;
  background-color: #E74C50;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
}

.bonus-day {
  font-weight: 600;
  margin-bottom: 10px;
}

.bonus-title {
  font-weight: 600;
  font-size: 30px;
  color: #E74C50;
  margin-bottom: 10px;
}

.bonus-promo {
  text-transform: uppercase;
  font-size: 17px;
  color: #D3FF06;
}

.bonus-popup hr {
  margin: 10px 0;
  border-color: #e0e0e0;
}

.bonus-popup.finished .modal-btn {
  display: none;
}

/* Benefits */
.benefits {
	margin: 50px 0;
}

.benefits .container {
	margin: 0 auto;
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 60px;
	row-gap: 40px;
	max-width: 1000px;
	width: 100%;
}

.benefits__title {
	font-size: 1.5rem;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
	position: relative;
	text-transform: uppercase;
}

.benefits__item {
	width: 101px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.benefits__item:nth-of-type(5) {
	margin-right: 50px;
}

.benefits__item:first-of-type {
	margin-left: 45px;
}

.benefits__item-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	text-align: center;
}

.benefits__item-title {
	text-align: center;
	color: #FFF;
	text-align: center;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.benefits .btn {
	margin: 30px auto;
}

@media screen and (max-width: 786px) {
  .payments {
    margin-top: 40px;
  }
	.benefits {
		margin: 20px 0;
	}
	.benefits .container {
		column-gap: 0;
		row-gap: 15px;
		justify-content: flex-start;
	}

  .footer-icons img {
		max-height: 40px;
	}

	.benefits__item {
		width: 33%;
	}

	.benefits__item-title {
		font-size: 0.55rem;
	}

	.benefits__item:first-of-type {
		margin-left: 0;
	}

	.benefits__item:nth-of-type(5) {
		margin-right: 0;
	}
}

/* /benefits */

.payments .container{
  padding: 0;
	max-width: 1100px;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 20px;
	column-gap: 15px;
}


.twitch {
  animation: twitch 4s infinite cubic-bezier(0.8, 0.79, 1, -0.59);
}

.rotate {
  -webkit-animation: spin 4.5s ease-in-out;
  -moz-animation: spin 4.5s ease-in-out;
  animation: spin 4.5s ease-in-out;
}

@keyframes twitch {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(20deg);

  }

  100% {
    transform: rotate(0deg);
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


footer {
	text-align: center;
	color: #78869c;
	max-width: 1500px;
	margin: 50px auto;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.footer-logos {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-flow: row wrap;
	max-width: 1500px;
}

.footer-logos img {
	display: inline-block;
	margin: 22px 30px;
	vertical-align: middle;
	height: 25px;
}

.terms-modal {
	display: none;
	position: fixed;
	overflow: hidden;
	top: 0;
	padding-top: 20px;
	width: 100%;
	height: 100vh;
	opacity: 0;
	transition: All 0.5s ease;
	background-color: rgba(0, 0, 0, 0.80);
}

.terms-container {
	display: block;
	z-index: 2;
	height: 90vh;
	max-width: 930px;
	background-image: -moz-linear-gradient(0deg, rgb(75, 26, 117) 0%, rgb(75, 35, 132) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(75, 26, 117) 0%, rgb(75, 35, 132) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(75, 26, 117) 0%, rgb(75, 35, 132) 100%);
	overflow: hidden;
	opacity: 1;
	margin: 0 auto;
	padding-bottom: 50px;
	box-sizing: border-box;
	border-radius: 20px;
	transition: All 0s ease;
}

.terms-block {
	height: 90%;
	overflow-y: auto;
	padding: 0px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}

.show {
	display: block;
	opacity: 1;
	transition: All 1s ease;
}

.about-text {
	margin: 10px 60px 100px 60px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
}

.arr {
	display: block;
	text-align: center;
	width: 100%;
	height: 46px;
	position: absolute;
	bottom: 0px;
	z-index: 2;
	cursor: pointer;
}

.arr.up {
	transform: rotate(180deg);
}

.footer-text {
	height: 180px;
	overflow: hidden;
}

.footer-text.closed {
	height: auto;
	overflow: hidden;
}

.footer-gradient {
	position: absolute;
	width: 100%;
	height: 220px;
	background: rgb(99 19 130);
	background: linear-gradient(0deg, rgb(99 19 130) 0%, rgb(99 19 130) 35%, rgba(29, 25, 39, 0) 100%);
}

.footer-gradient.hide {
	display: none;
}

.terms-block::-webkit-scrollbar-track {
	background-color: #421360;
}

.terms-block::-webkit-scrollbar {
	width: 4px;
	background-color: #421360;
	right: 0;
}

.terms-block::-webkit-scrollbar-thumb {
	background-color: #5E1276;
}

#close-terms {
	position: relative;
	float: right;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	/* background: #ea4151; */
}

#close-terms span {
	display: block;
	position: absolute;
	height: 2px;
	width: 20px;
	background: #ffffff;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#close-terms:hover span {
	background: #fff;
}

#close-terms span:nth-child(1) {
	top: 18px;
	left: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#close-terms span:nth-child(2) {
	top: 18px;
	left: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

ol {
	margin: 0px;
	padding: 0px 30px;
}

ol li {
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}


@media only screen and (max-width:1500px) {
	.footer-logos img {
		margin: 22px 20px;
	}

}

@media only screen and (max-width:1024px) {

	.footer-logos img {
		margin: 18px 20px;
	}

	.text3 {
		font-size: 50px;
	}

	.money {
		margin: 80px 0 50px 0;
	}

	.text-line {
		margin-top: 60px;
	}

	.step-container {
		margin-top: 50px;
	}
}