
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=REM:ital,wght@0,100..900;1,100..900&display=swap');

html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	background: #120a31;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 145%;
	color: #fff;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}



a:hover {
  text-decoration: none;
}

/* Title */
h1, h2, h3, h4, .title {
	display: block;
	position: relative;
  font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 50px;
  line-height: 115%;
	font-style: normal;
	font-family: "REM", sans-serif;
}



h2 {
  font-size: 30px;
}

h3, h4, h5, h6 {
	font-size: 18px;
}
.button {
  font-family: "REM", sans-serif;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  text-decoration: none!important;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  text-transform: uppercase;
  text-align: center;
  color: #0b0536;
  padding: 17px 32px;
  min-width: 249px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid rgba(0, 255, 173, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: -o-radial-gradient(50.29% 100%, 70.47% 100%, #00ffad 0%, rgba(0, 255, 173, 0) 100%), #00ffad;
  background: radial-gradient(70.47% 100% at 50.29% 100%, #00ffad 0%, rgba(0, 255, 173, 0) 100%), #00ffad;
}
.button:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.button.inverse {
  color: #00ffad;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -o-radial-gradient(50.84% 100%, 41.4% 58.75%, #016042 0%, rgba(0, 255, 173, 0) 100%);
  background: radial-gradient(41.4% 58.75% at 50.84% 100%, #016042 0%, rgba(0, 255, 173, 0) 100%);
}
/* Special */
.image img,
.background img {
	display: block;
	position: relative;
}

.background {
	display: block !important;
	position: absolute !important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0!important;
	z-index: -1;
}

.background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


.head {
	position: relative;
  padding: 90px 18px 210px 18px;
}
.background .img-mob {
	display: none;
}
.header {
	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: 26px;
	margin-bottom:130px;
}
.header__logo {
	display: block;
  height: 54px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.header__logo:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.prime {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
	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;
  text-align: center;
}

.prime__title {
  font-size: 48px;
  line-height: 115%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0 0 30px 0;
  font-family: "REM", sans-serif;
}
.prime__title span {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}
.prime__title strong {
  font-weight: 800;
  font-size: 80px;
  text-shadow: 0 4px 49px #00ffad;
  color: #00ffad;
}

.prime__inner {
	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;

}
.prime__text{
	margin: 0 0 60px 0;
  font-weight: 600;
  font-size: 21px;
  line-height: 115%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.prime__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
}

.bonus {
  padding: 0 18px 50px 18px;
  margin-top: -60px;
}

.bonus__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  list-style: none;
}
.bonus-item {
  width: 100%;
  max-width: 454px;
  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;
  border: 1px solid #211e3e;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  background: #141226;
  padding: 10px 10px 30px 10px;
}
.bonus-item__head {
  border: 1px solid #211e3e;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 28px 55px 0px 55px;
  position: relative;
  background-image: url(../images/bonus-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-de .bonus-item__head {
  padding-left: 25px;
  padding-right: 25px;
}
.page-de .bonus-item__title {
  font-size: 17px;
}
.page-de .bonus-item__title strong {
  font-size: 20px;
}
.page-de .bonus-item__inner{
  top: 90px;
}
.bonus-item__image {
  min-height: 185px;
}
.bonus-item__inner {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.bonus-item__inner span {
  -webkit-box-shadow: 0 4px 49px 0 #9e01ff;
          box-shadow: 0 4px 49px 0 #9e01ff;
  background: #9e01ff;
  padding: 5px;
  width: 41px;
  height: 41px;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #fff;
  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;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  margin: 0 auto 17px auto;
  font-family: "REM", sans-serif;
}
.bonus-item__title {
  font-family: "REM", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
}
.bonus-item__title strong {
  color: #ff8400;
  display: block;
}

.bonus-item__text {
  margin: 30px 0 0 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "REM", sans-serif;
}
.bonus-item__text strong {
  color: #ff8400;
  display: block;
  font-weight: 600;
}


.tournament {
  padding: 100px 18px;
  position: relative;
  background-image: url(../images/tournament-bg.webp);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.tournament__table {
  border: 1px solid #211e3e;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  padding: 50px;
  max-width: 1200px;
  background: #141226;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}
.tournament__table tbody, .tournament__table thead, .tournament__table table {
  display: block;
  width: 100%;
}
.tournament__table th {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 16px 25px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}
.tournament__table tr {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tournament__table tbody tr{
  border: 1px solid #211e3e;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.tournament__table tbody tr + tr {
  margin-top: 10px;
}
.tournament__table td {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: #fff;
  padding: 14px 16px;
  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;
  width: 25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tournament__table td:last-child span {
  padding: 6px 28px 6px 8px;
  background: #22293d;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  text-align: right;
}
.tournament__table td:last-child span::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/quality.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
}
.tournament__table th:last-child, .tournament__table td:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tournament__table-button {
  margin: 50px auto 0 auto;
  background: -o-radial-gradient(50.29% 100%, 70.47% 100%, #00ffad 0%, rgba(0, 255, 173, 0) 100%);
  background: radial-gradient(70.47% 100% at 50.29% 100%, #00ffad 0%, rgba(0, 255, 173, 0) 100%);
  color: #fff;
}
.howto {
  background-image: url(../images/howto-bg.webp);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 18px 100px 18px
}
.howto__wrap {
  border: 1px solid #211e3e;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  padding: 100px;
  max-width: 910px;
  width: 100%;
  background: #141226;
  margin: 0 auto;
}
.howto__subtitle{
  text-align: left;
  margin-bottom: 20px;
}
.howto__list {
  padding-left: 20px;
}
.howto__list li {
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  color: rgba(255, 255, 255, 0.5);
}
.howto__list li + li {
  margin-top: 4px;
}
.howto__list a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(0, 255, 173, 0.5);
}
.howto__list a:hover {
  color: #fff;
}
.howto__list ~ .howto__subtitle {
  margin-top: 50px;
}


.footer {
  background: #141226;
  padding: 18px;
  text-align: center;
  font-family: "REM", sans-serif;
}
.footer p {
  font-weight: 400;
  font-size: 12px;
  line-height: 217%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.footer p span {
  color: #fff;
}
