


@charset "utf-8";

@import url('../../../css2');

html {
  font-size: 0.833vw;
}


body {
  position: relative;
	width: 100%;
  overflow-x: hidden;
	height: auto;
	min-height: 100vh;
  font-family: "Montserrat", sans-serif;
	font-weight: 900;
  font-style: italic;
  background-image: url(../images/bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	color: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
	word-wrap: break-word;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
body.active {
  overflow: hidden;
}
img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}



/* Header */

.header {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
}

.header__logo {
  display: block;
  width: 15.625rem;
}



/* Main */

.wheel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.wheel__wheel{
  -webkit-animation: wheel-idle 90s linear infinite forwards;
          animation: wheel-idle 90s linear infinite forwards;
}
.wheel.active .wheel__wheel{
  -webkit-animation: wheel-spin 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
          animation: wheel-spin 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
}

.wheel__wrap {
  position: relative;
}


.wheel__button {
  display: block;
  font-style: italic;
  font-weight: 900;
  font-size: 1.9rem;
  line-height: 159%;
  text-align: center;
  color: #fff;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
  position: absolute;
  top: 18rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 11.25rem;
  height: 11.25rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.wheel__button:hover {
  -webkit-box-shadow: inset 0 0 15px 0 rgba(5, 255, 0, 0.35), 0 0 40px 0 rgba(96, 183, 51, 0.8);
          box-shadow: inset 0 0 15px 0 rgba(5, 255, 0, 0.35), 0 0 40px 0 rgba(96, 183, 51, 0.8);
}

.wheel__figure {
  width: 47.5rem;
  height: 52.625rem;

}
.wheel__wheel {
  position: absolute;
  top: 3rem;
  left: 50%;
  margin-left: -20.5rem;
  width: 41rem;
  height: 41rem;
  z-index: 1;
}
.wheel__title {
  font-style: italic;
  font-weight: 900;
  font-size: 5rem;
  line-height: 110%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
}
.wheel__title span {
  color: #4ca421;
}
.image {
  position: absolute;
  bottom: 0;
  width: 46.875rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.image img {
  height: auto;
}
.image--left{
  left: 0;
}
.image--right {
  right: 0;
}
.image--mob {
  display: none;
}

/* Footer */


.footer {
  margin-top: auto;
  background: #161616;
  border-top: 1px solid #3C3C3C;
  padding: 1.563rem 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__pays {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  gap: 1.9rem;
}
.footer__pays li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.75rem;
}
.footer__pays img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.footer__crypto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.footer__crypto li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5rem;

}
.footer__crypto li:first-child {
  font-size: 0.8rem;
  color: #fff;
  font-style: normal;
  height: auto;
  font-weight: 400;
}
.footer__crypto img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}


/* Popup */

.popup {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	text-align: center;
  word-break: break-word;
  text-transform: uppercase;
  color: rgba(255,255,255,1.00);
  overflow: hidden;
  -webkit-animation: popup-bg-birth 0.75s ease-in-out;
          animation: popup-bg-birth 0.75s ease-in-out;
  z-index: 99999;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: -o-radial-gradient(50% 50%, 50% 50%, rgba(46,46,46,0.7) 0%, rgba(0,0,0,0.9) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(46,46,46,0.7) 0%, rgba(0,0,0,0.9) 100%);
  padding: 6rem 4rem;
  overflow-y: auto;
}

.popup.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popup__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 54rem;
  height: auto;
  text-align: center;
  color: rgba(255,255,255,1.00);
  overflow: visible;
  padding: 7rem 2rem 4rem 2rem;
  margin: auto;
  -webkit-animation: popup-birth 0.5s ease-in-out;
          animation: popup-birth 0.5s ease-in-out;
  z-index: 1;
  background: #242424;
  border: 1px solid #3C3C3C;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.popup__icon {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popup__title {
  font-style: italic;
  font-weight: 900;
  font-size: 2.938rem;
  line-height: 138%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-align: center;
  background: -o-linear-gradient(143deg, #4ca421 0%, #a6fc71 100%);
  background: linear-gradient(307deg, #4ca421 0%, #a6fc71 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.popup__subtitle {
  margin: 0 0 2.5rem 0;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.popup__text{
  font-style: italic;
  font-weight: 800;
  font-size: 3.125rem;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.popup__text br {
  display: none;
}
.popup__text span {
  color: #4ca421;
  display: block;
}
.popup__button {
  -webkit-border-radius: 793px;
          border-radius: 793px;
  background: -o-linear-gradient(143deg, #4ca421 0%, #a6fc71 100%);
  background: linear-gradient(307deg, #4ca421 0%, #a6fc71 100%);
  padding: 1.563rem;
  width: 22.5rem;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none!important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 2.5rem;
  font-style: normal;
}

.popup__button:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.popup__logo {
  display: none;
}
