@import "root.css";
@import "../../../common/components/InputOverflow/InputOverflow.css";

/* Normalize CSS Start */
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside{
  display: block;
}
html {
  height: 100%;
  width: 100%;
  min-width: 320px;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
input{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
button {
  cursor: pointer;
  font-family: "Roboto";
  background-color: transparent;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* Normalize CSS End */

/*OVERLAY*/
#overlay {
  display: none;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--rgba-black-85);
}

#overlay.active{
  display: block;
}

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

.use-cookie{
  position: fixed;
  bottom: 0;
  transform: translateY(110%);
  width: 100vw;
  z-index: 2147483644;
  background-color: #000;
  padding: 10px;
  box-sizing: border-box;
  border-top: 2px solid #2c2c2c;
  overflow: hidden;
}
.use-cookie__container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.use-cookie.use-cookie--show{
  transform: translateY(0);
}

.use-cookie__text{
  color: #80858C;
  font-size: 13px;
  line-height: 18px;
  text-align: start;
  font-size: 13px;
}
.use-cookie__text strong{
  color: var(--color-basic-white);
}
.use-cookie__link{
  text-decoration: underline;
  color: var(--color-basic-white);
}
.use-cookie__btn{
  min-width: 60px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 10px 0 10px 0;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  -webkit-appearance: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  background-color: var(--button-hover);
  background-image: var(--button-bg-img);
  text-shadow: var(--button-text-shadow);
  color: var(--button-text-color);
}
[lang="es"] .use-cookie__btn{
  min-width: min-content;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  background-color: #000;
  background-image:url(../images/new/bg--mobile@2x.webp);
  background-repeat: no-repeat;
  background-position: top 50px center;
  background-size: cover;
}

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

.visual-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.main {
  position: relative;
  overflow: hidden;
}

/*-Header-*/
.header{
  display: block;
  height: 50px;
  background: var(--header-bg);
  box-shadow:var(--header-shadow);
  padding: 5px 10px;
  position: relative;
  z-index: 1000;
}

.popup-open .header{
  filter: blur(5px);
  position: fixed;
  width: 100%;
  z-index: 1999;
}
.popup-open .main {
  min-height: unset;
  max-height: 100vh;
  filter: blur(5px);
  overflow: hidden;
}
.popup-open .footer {
  display: none;
}
.header-nav-box{
  position: relative;
  padding: 0;
  height: 100%;
}

.header-nav__item-back{
  display: flex;
  align-items: center;
  color: var(--color-basic-white);
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.header-nav-item-back__icon{
  display: block;
  background-image: url(../images/back-ring-arrow.svg);
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.header-nav-item-back__text{
  display: none;
}

.second-page .wrapper{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.second-page .header-nav__list{
  column-gap: 0;
}
.header-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.header__logo-link {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 90px;
  height: 50px;
  transform: translate(-50%, 0);
}


.header-nav__button--reg {
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  background: linear-gradient(105.14deg, #FBD704 -2.73%, #F3BB1A 140.47%);
  box-shadow: 0 1px 0 #FCE65B;
  border-radius: 9px 0 0 0;
  padding: 0 10px;
  cursor: pointer;
}

.header-nav__button--login {
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  background: #FFFFFF;
  box-shadow: 0 1px 0 #CCCCCC;
  border-radius: 0 0 9px 0;
  padding: 0 10px;
  cursor: pointer;
}

.header-nav__button--reg:hover,
.header-nav__button--login:hover {
  background: #f2f2f2;
}

.language {
  z-index: 9000;
  display: block;
  width: 20px;
  height: 20px;
  color: transparent;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.language__container {
  flex-basis: 50px;
}
#language nobr{
  margin-top: -10px;
  width: 35px;
}
#language.real-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  height: 50px;
  cursor: pointer;
}
#language #all-languages {
  position: fixed;
  z-index: 9000;
  display: none;
  width: 105px;
  margin-top: 20px;
  padding-top: 10px;
  margin-left: -5px;
  border-radius: 10px;
  background: transparent;
}
.language__link {
  display: flex;
  align-items: center;
  padding: 10px 5px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  user-select: none;
}
.language__link:hover{
  background-color: var(--lang-hover);
  font-weight: 700;
}
.language__link:first-child {
  border-radius: 10px 10px 0 0;
}
#language.real-lang.en .language__link.en,
#language.real-lang.fr .language__link.fr,
#language.real-lang.es .language__link.es,
#language.real-lang.de .language__link.de,
#language.real-lang.it .language__link.it {
  display: none;
}
#language #all-languages .language {
  z-index: 9000;
  cursor: pointer;
  margin-right: 5px;
}
.language.en {
  background-image: url(../../../common/img/flags/en.svg);
}
.language.fr {
  background-image: url(../../../common/img/flags/fr.svg);
}
.language.es {
  background-image: url(../../../common/img/flags/es.svg);
}
.language.de {
  background-image: url(../../../common/img/flags/de.svg);
}
.language.it {
  background-image: url(../../../common/img/flags/it.svg);
}
#language #arrow-languages {
  z-index: 9000;
  display: inline-block;
  float: left;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  margin-left: 5px;
  background: url(../images/arrow-white.svg) no-repeat center/contain;
}

#language.hover #arrow-languages {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#language #current-language {
  z-index: 9000;
  display: inline-block;
  float: left;
  margin-top: 0;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  width: 20px;
  height: 20px;
}
#language.hover {
  z-index: 9000;
  height: 100%;
}
#language.hover #all-languages {
  position: fixed;
  top: 11px!important;
  z-index: 9000;
  display: block;
}

#language #all-languages {
  margin-left: 0;
}

.second-page #language #all-languages {
  right: 10px;
}
.container-lang-links{
  overflow: hidden;
  background-color: var(--lang-bg);
  box-shadow: var(--shadow);
  border-radius: 10px;
}
.links-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-grow: 2;
}

.language__container {
  order: -1;
}

.intro__mobile-block {
  width: 100%;
  padding: 20px 10px 30px;
  background: radial-gradient(74.37% 74.37% at 50% 0%, #357538 0%, #163D19 100%);
}

.intro {
  background-size: cover;
  display: flex;
  min-height: calc(100vh - 66px);
}

.intro__title {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 65px;
  color: #FFF;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: 'Changa', sans-serif;
  margin-top: -160px;
  margin-bottom: 82px;
  z-index: 1;
}

[lang="de"] .intro__title{
  margin-bottom: 28px;
}

[lang="fr"] .intro__title{
  margin-bottom: 48px;
}

@media(min-width: 347px){
  [lang="de"] .intro__title{
    margin-bottom: 48px;
  }
}

@media(min-width: 391px) {
  [lang="fr"] .intro__title{
    margin-bottom: 83px;
  }
}

@media(min-width: 438px) {
  [lang="de"] .intro__title{
    margin-bottom: 83px;
  }
}

.intro__chances,
.intro__win,
.intro__jackpot{
  font-family: 'Changa', sans-serif;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

.intro__chances{
  font-size: 20px;
  line-height: 1;
  color: #FFBB04;
  margin-bottom: 10px;
}

.intro__win,
.intro__jackpot{
  font-size: 35px;
  line-height: 1;
  text-transform: initial;
}

.intro__money {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  margin-top: 15px;
}

.claim__bonus {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px 10px;
  text-shadow: 0 -1px 0 #942525;
  background: var(--form-claim-bonus-bg);
  border-radius: 0 0 10px 10px;
}

.wrapper {
  max-width: 1270px;
  margin: 0 auto;
}

.intro .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro__slot {
  position: relative;
  height: 340px;
  width: 100vw;
  pointer-events: none;
}

.intro__slots{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
  width: 380px;
  height: auto;
}

.intro__currency {
  position: absolute;
  bottom: -70px;
  right: 50px;
  left: unset;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.intro__forJust {
  background: linear-gradient(180deg, #F23A3A 4.35%, #A92A2A 100%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  color: #fff;
  min-width: 260px;
  text-align: center;
  padding: 19px 40px;
  font-size: 37px;
  display: inline-block;
  font-weight: 700;
  margin-left: -20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  transform: rotate(-10deg);
}

.intro__limited-star {
  display: none;
  position: absolute;
  top: -45px;
  right: 0;
  width: 170px;
  height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("../images/offer_star.png") -10px 8px no-repeat;
  font-weight: 800;
  font-size: 24px;
  color: #232323;
}

.intro__forJust p {
  transform: rotate(-0.9deg);
}

.intro__euro {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-7.71deg);
  pointer-events: none;
}

.intro__euro span {
  font-style: italic;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  color: #FFFFFF;
  margin-top: -25px;
  text-shadow: 5px 10px 10px #000000;
  transform: rotate(0.47deg);
}

.intro__currency-timer {
  position: absolute;
  top: calc(50% + 39px);
  left: calc(50% - 184px);
  max-width: 355px;
  width: 100%;
  background-image: url("../images/lights.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 355px;
  max-height: 85px;
  height: 100%;
  text-align: center;
  animation: proganiDesktop 1s steps(2) infinite;
  display: flex;
  align-items: center;
  justify-items: center;
}

.intro__timer {
  width: 355px;
  font-weight: 700;
  font-size: 50px;
  color: #F2E520;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.intro__form-wrapper {
  width: 100%;
  background: transparent;
  text-align: center;
  padding: 0 0 50px;
}

.login__form-wrapper {
  display: none;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2001;
}

.login__form-wrapper.active {
  display: block;
}

.intro__form,
.login__form {
  position: relative;
  padding: 35px 10px 0 10px;
  width: 300px;
  margin: 0 auto;
  background-image: var(--form-bg);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.80);
  border-radius: 20px;
}

.login__form {
  font-family: "Roboto", sans-serif;
  height: 345px;
  padding: 35px 10px 0 10px;
}

.login__form .popup-login__close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -12px;
  right: -13px;
  background-image: url("../images/times.svg"), var(--button-1-lg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), 0 -1px 0px #721320 inset, 0 1px 0px #FF7D34 inset;
  border: 0;
  border-radius: 50%;
}

.popup-login__close:hover {
  background-image: url("../images/times.svg"), var(--button-1-hover-lg);
  box-shadow: var(--button-1-shadow);
}

.login__form .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--form-title-text);
  margin-bottom: 17px;
  text-align: center;
  text-transform: capitalize;
}

.login__form .login__container,
.login__form form {
  height: 100%;
}

.login__form form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, var(--registration-inner-box-bg) 260px, transparent 260px);
  border-radius: 10px 10px 0 0;
}

.login__fields-wrp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.intro__form::before,
.login__form::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 5px;
  width: 290px;
  height: 90%;
  border: 1px solid var(--form-inner-border);
  border-radius: 20px;
  pointer-events: none;
}

.intro__form .claim__bonus {
  font-style: normal;
}

.intro__details {
  position: relative;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: var(--form-title-text);
  padding: 0 40px;
}
.intro__details-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--form-small-title);
}

.intro__details:after, .intro__details:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 40px;
  border: 2px dashed var(--form-dotted-solid);
}

.intro__details:before {
  left: unset;
  right: 0;
}

.registration__steps {
  position: relative;
  background: var(--form-step-not-active);
  border: 3px solid var(--form-step-not-active);
  border-radius: 10px;
  width: fit-content;
  margin: 7px auto 0;
  padding-bottom: 3px;
}

.registration__steps:after {
  position: absolute;
  content: '';
  top: -30px;
  right: -96px;
  width: 96px;
  height: 67px;
  background: url("../images/coin-_top_2x.webp") no-repeat center/cover;
}

.registration__step {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  padding: 3px 10px 3px;
  text-transform: uppercase;
  color: var(--form-step-not-active-color);
  box-sizing: border-box;
}

.registration__step.active {
  background-image: var(--form-step-active);
  border-radius: 50px;
  color: var(--form-step-active-color);
  text-shadow: none;
}

.registration__container {
  padding-top: 10px;
  background: var(--registration-inner-box-bg);
  border-radius: 10px;
  margin-top: -15px;
}

.registration__container::-webkit-scrollbar {
  width: 0;
}

.registration__big-loader{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url(../images/gif-load.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px auto;
  z-index: 1998;
}
.registration__big-loader.show{
  display: block;
}
.field__input:-webkit-autofill,
input:-internal-autofill-selected{
  -webkit-text-fill-color: #000;
  color: #000;
  border: 1px solid var(--game-gold-color);
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

.see-psw {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  border: none;
  padding: 0;
  /*background-image: url(../images/pass_eye.svg);*/
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  transition: .2s ease all;
  outline: none;
}
.see-psw.hidden {
  /*background-image: url(../images/pass_eye_crossed.svg);*/
}

#form{
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 25px 10px 10px;
}

.registration-loader-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1998;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 5000;
}

.loader.hidden {
  display: none;
}

.registration-loader-box.hidden{
  display: none;
}

.registration-loader-box__inner{
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/gif-load.gif);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.registration__show-password {
  background-image: none;
  right: 1em;
  height: 1em;
  width: auto;
}
.registration__show-password {
  text-transform: uppercase;
  font-size: initial;
  height: 20px;
  width: 20px;
  right: 10px;
  box-sizing: border-box;
}

.registration__btn-show-password,
.registration__btn-hide-password{
  background-image:url(../images/pass_eye.svg);
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.registration__btn-hide-password{
  background-image:url(../images/pass_eye_crossed.svg);
}

.hidden > .registration__btn-show-password {
  display: none;
}
.registration__btn-hide-password {
  display: block;
}

.hidden > .registration__btn-show-password {
  display: block;
}

.hidden > .registration__btn-hide-password {
  display: none;
}

.forgot-password .field--error .field__input,
.field--error .field__input:not(.registration__phone-number),
.field--error .field__input,
.field--error .field__input:not([type="tel"]):focus {
  border: 2px solid var(--error-border);
  outline: none;
}

.tooltip-red{
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  font-size: 11px;
  text-align: left;
  line-height: 1;
  width: 100%;
  height: fit-content;
  word-break: break-word;
  z-index: 1;
  color: var(--error-border);
}

.tooltip-red.hide{
  display:none;
}

.field__input:not([type="tel"]):focus {
  border: 2px solid var(--input-border-focus);
  box-shadow: inset 0 0 1px var(--input-border-focus);
  padding: 0 0 0 9px;
}

.registration__block-multi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.registration__block-multi .field--country {
  width: 170px;
  flex-grow: 1;
}

.registration__block-multi .field--currency {
  min-width: 80px;
  flex: 1;
}

@media(max-width: 650px){
  .header-nav__item--user-greetings{
    font-size: 14px;
  }
}

@media(max-width: 500px){
  .header-nav__item--user-greetings{
    display: none;
  }
}

.registration__fields-wrp {
  position: relative;
  z-index: 2;
}

.registration__step-block-1, .registration__step-block-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  align-items: flex-end;
  grid-gap: 20px 10px;
  /*margin-bottom: 37px;*/
}
.intro__form-wrapper input, textarea, select, label {
  font: normal 1em/1.3em "Roboto",sans-serif;
}
.field__label {
  padding-right: 18px;
  display: block;
  position: relative;
  user-select: none;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
  color: var(--input-color-text);
}

.field__label sup{
  color: #FF0000;
}

.field__wrp-input {
  position: relative;
}
.select-container::before,
.field--currency .field__wrp-input::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 100%;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 16px;
  pointer-events: none;
  box-sizing: border-box;
  z-index:1000;
}
.select-container.active::before {
  transform: rotate(180deg);
}
#popup-registration .field__mobile--focus, #popup-registration .field__mobile--focus:hover {
  border: 2px solid var(--focus-input-border);
  box-shadow: inset 0 0 1px var(--focus-input-outline);
  border-radius: 5px;
}

.field__input {
  display: block;
  border: 1px solid var(--input-border);
  background-color: var(--input-bg);
  color: var(--input-color-text);
  outline: none;
  padding: 0 10px;
  text-align: left;
  height: 41px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.field__input::placeholder{
  color: var(--input-placeholder);
}

.registration__container .field__input {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--input-color-text);
  display: flex;
  align-items: center;
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 5px;
  padding: 0 10px;
}
.registration__container .field__input::placeholder{
  color: var(--input-placeholder);
}
.registration__container .registration__country,
.registration__container .registration__country:focus {
  padding: 0 30px 0 10px;
}

.registration__flag-img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-position: center;
  background-size: auto 22px;
}

.field__input--transparent {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: 400;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  color: inherit;
  padding-left: 10px;
  padding-right: 0;
}
.field__input-phone-code {
  width: calc(100% - 22px);
  font-weight: 700;
}

#registration__phone-number.field__input{
  border: none;
}

.registration__phone-code {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink:0;
  width: auto;
  min-width: 70px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  padding: 8px 10px 8px 9px;
  box-sizing: border-box;
  background: #F5F5F5;
}
.field__input.field__input--code-country{
  padding-left: 0;
}

.frm-login-have-acc{
  font-family: "Roboto", sans-serif;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 14px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}

[lang=fr] .frm-login-have-acc {
  font-size: 11px;
}

.frm-login-have-acc p {
  font-size: 13px;
  color: var(--form-small-link-color);
}

.frm-login-have-acc a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  margin-left: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.registration__checkbox-wrp {
  border: 0;
  padding: 0;
}

.checkbox {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.checkbox__button {
  display: none;
}
.checkbox__label {
  color: var(--color-basic-white);
  text-align: left;
}

.checkbox__label.checkbox-unchecked{
  color: var(--color-red--140);
  animation: 1s linear 0s infinite  alternate checkbox-red;
}
@keyframes checkbox-red{
  from { color: var(--color-basic-white) } to { var(--color-red--140)) }
}
.registration__checkbox-label {
  color: var(--color-basic-white);
  font-size: 14px;
}
.registration__checkbox-label {
  font-size: 12px;
}
.checkbox {
  display: flex;
  align-items: center;
  margin: 0;
}
.checkbox__button {
  display: none;
}
.checkbox__label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  display: block;
  opacity: 1;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: var(--checkbox-color-text);
}
.checkbox__label::before, .checkbox__label::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 1px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

.checkbox__label::after{
  width: 16px;
  height: 16px;
  top: 1px;
  background-color: var(--checkbox-bg);
  opacity: 1;
  border: 1px solid var(--checkbox-border);
  border-radius: 3px;
  box-sizing: border-box;
}
.checkbox__button:checked + .checkbox__label::after{
  background-color: var(--color-checkbox);
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.registration__button-sbm:disabled{
  filter: grayscale(1);
}

.registration__button-sbm {
  min-height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 13px;
  background-image: var(--button-bg-img-2);
  color: var(--color-basic-white);
  text-shadow: none;
  border: 0;
  min-width: 100px;
  margin: 0;
  display: flex;
  align-items: center;
  border-radius: 10px 0 10px 0;
}

.registration__terms {
  text-decoration: underline;
  color: var(--gold-text);
}

.registration__btn-box,
.login__btn-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  height: 128px;
  width: 300px;
  margin-left: -10px;
  padding-bottom: 15px;
}

.login__btn-box {
  flex-direction: column;
  align-items: center;
  margin-left: -19px;
  margin-bottom: -6px;
  padding-bottom: 20px;
}

.login__btn-box .login__button-sbm {
  position: absolute;
  margin-bottom: 37px;
}

.login__btn-box .frm-login-have-acc {
  margin-bottom: -95px;
}

.registration__btn-box img,
.login__btn-box img {
  position: absolute;
  display: block;
  top: 34px;
  left: -10px;
  width: 300px;
}

.registration__btn-box .coins-bg {
  top: -21px;
}

.login__btn-box img {
  top: unset;
  bottom: 0;
  left: -1px;
  width: 301px;
  max-width: initial;
}

.first_button {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: var(--color-basic-white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  text-transform: uppercase;
  background: var(--button-1-lg);
  box-shadow: var(--button-1-shadow);
  border: none;
  border-radius: 10px;
  position: relative;
}

.popup-common .btn-ok::before,
.first_button:not(.registration__button-back)::before{
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  opacity: 0.5;
  background: var(--button-1-pseudo);
  -webkit-mask: var(--button-1-webkit-mask);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 10px;
  padding: 1px;
  cursor: pointer;
}

.popup-common .btn-ok:hover,
.first_button:not(.popup-common .first_button):hover{
  background: var(--button-1-hover-lg);
}

.registration__btns {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-left: -20px;
}

.registration__btn-step-1{
  display: none;
}

.login__button-sbm,
.registration__btn-step-1.active{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 105px;
  min-height: 35px;
}

.registration__btn-step-1 span {
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url(../images/arrow-right-btn.svg) center/contain no-repeat;
  margin-left: 7px;
  filter: drop-shadow(0 -0.5px 0 rgba(0, 0, 0, 0.5));
}

body.locale_fr.registration__btn-step-2 {
  font-size: 14px;
}

.registration__button-back,
.registration__button-back:hover {
  border: 2px solid var(--button-2-border);
  min-width: 105px;
  min-height: 35px;
  background: transparent !important;
  color: var(--back-color) !important;
  text-shadow: none;
  box-shadow: none !important;
}
.registration__button-back.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.registration__button-back span {
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../images/arrow-white-left.svg) center/cover no-repeat;
  margin-right: 7px;
}

.registration__step-block, .registration__btn-step-2 {
  display: none;
}

.registration__btn-step-1.active, .registration__btn-step-2.active {
  display: flex;
  justify-content: center;
}

.registration__step-block.active {
  display: grid;
}

.social {
  min-height: 545px;
}

.footer {
  background: #151515;
}

.footer .wrapper{
  display: grid;
  padding: 20px;
  max-width: 700px;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr  1fr 1fr 1fr;
}

.footer svg:not(.no-sp) {
  transform: scale(0.5);
}

.footer .no-sp {
  transform: scale(0.75);
}


/* STEPS */
.main__steps {
  position: relative;
  background: #001E0A;
  border-top: 3px solid transparent;
  border-bottom: 5px solid #E4C65C;
}
.main__steps::after,
.main__steps::before {
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/shine-left-mob.png);
  background-size: 251px auto;
  background-repeat: no-repeat;
  background-position: left top;
  pointer-events: none;
}

.main__steps::before {
  width: 100%;
  top: 0;
  left: initial;
  right: 0;
  background-image: url(../images/shine-right-mob.png);
  background-position: right bottom;
  background-size: 269px auto;
}
.main__steps .wrapper {
  padding: 35px 20px 44px;
}
.main__steps-title {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: var(--colored-text);
}
body:not(.locale_fr).main__steps-title span {
  display: block;
}
.main__steps-title span {
  color: var(--color-basic-white);
}
.main__steps-item {
  display: flex;
  align-items: flex-end;
}
.main__steps-item-text {
  padding-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.main__steps-arrow {
  display: none;
}

.main__steps-item-img{
  width: 100px;
  height: 100px;
}

.social {
  text-align: center;
  color: #fff;
  padding: 55px 20px 25px;
}

.social__title {
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
}

.social__title span {
  color: #FAD408;
  margin-right: 5px;
  margin-bottom: 5px;
}

.social__subtitle {
  color: #FAD408;
  font-style: italic;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}

.social__slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.social__slide img {
  border-radius: 10px 10px 0 0;
}

.social__slide div {
  padding: 5px 25px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, #163D19 0%, #357538 100%);
}

.social__slide p {
  max-width: 180px;
  font-weight: 600;
  font-size: 18px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}

.social__desc {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

.social__link {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 300px;
  margin: 0 auto;
  border: none;
  padding: 40px 10px 10px;
  cursor: pointer;
  background: radial-gradient(100% 100% at 47.27% 0%, #EED065 0%, rgba(254, 243, 205, 0) 67.19%), linear-gradient(360deg, #CC7A00 0%, #F9CD04 100%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), inset 0 2px 0 #FFE297;
  border-radius: 10px 0;
  font-family: inherit;
  font-style: italic;
}

.social__link-text {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFE297;
}

.social__link-chances {
  font-size: 25px;
}

.terms-text {
  background-color: var(--color-basic-white);
  background-image: url(../images/bg_bottom_desktop.webp);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: top center;
  padding: 20px 3.125%;
}
.terms-text h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 20px;
}
.terms-text p {
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0;
}

.terms-text p:last-child {
  margin-bottom: 0;
}

.second-page .footer {
  display: none;
}
@media(min-width:768px){
  body {
    background-image:url(../images/new/bg--mobile@3x.webp);
  }
}
/*-Desktop-*/
@media screen and (max-width: 1099px) {
  .intro .wrapper {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 550px) {
  .header-nav-box,
  .second-page .header-nav-box {
    padding: 0;
  }

  .second-page .header__logo-link {
    position: absolute;
    top: 5px;
    left: calc(50% - 35px);
    display: block;
    width: 71px;
    height: 40px;
  }

  .social__slide {
    transform: translateX(-200%);
  }

  .social__link--arrow, .form__checkbox {
    position: relative;
  }

  .form__checkbox::before {
    left: initial;
    right: -50px;
    top: -40px;
    transform: scale(-1, 1);
  }

  .intro__limited-star {
    right: 90px;
    transform: scale(0.9);
    font-size: 20px;
  }

}

@media screen and (max-height: 375px) and (orientation: landscape){
  .login__form-wrapper {
    top: 20px;
    transform: translateX(-50%);
  }
}

/*-DESKTOP-*/
@media (min-width:1099px){
  body {
    background-image: url(../images/new/bg--desktop@1x.png);
    background-size: cover;
    background-position: top 70px center;
    object-fit: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 760px;
  }

  .header {
    background: var(--header-bg);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    height: 70px;
    min-height: 70px;
  }

  .header__logo-link {
    width: 145px;
    height: auto;
    z-index: 1;
    top: 3px;
  }

  .header__logo{
    width: 184px;
    height: auto;
  }

  #language nobr {
    width: 50px;
  }

  #language #current-language {
    width: 30px;
    height: 30px;
  }

  #language #arrow-languages {
    width: 15px;
    height: 15px;
  }

  #language.hover #all-languages{
    top: 23px!important;
  }

  .intro {
    padding: 0;
  }

  .intro .wrapper{
    position: relative;
    min-width: 900px;
  }

  .intro__slots{
    max-width: initial;
    width: 100%;
    top: initial;
    transform: translate(-50%, 0);
    bottom: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .intro__money {
    align-self: flex-end;
    height: 100%;
  }

  .intro__wrapper {
    position: absolute;
    flex-basis: 864px;
    height: 100%;
    display: flex;
    left: -205px;
  }

  .intro__form-wrapper {
    position: absolute;
    width: auto;
    right: 40px;
  }

  .intro__title {
    position: absolute;
    width: max-content;
    margin: 0;
    left: 50%;
    transform: translate( -50%, -50%);
    top: 65%;
  }

  .intro__chances{
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .intro__win {
    font-size: 75px;
    line-height: 1;
  }

  [lang="fr"] .intro__win {
    font-size: 55px;
  }

  [lang="es"] .intro__win {
    font-size: 73px;
  }

  .intro__jackpot {
    font-size: 75px;
  }

  [lang="de"] .intro__win,
  [lang="de"] .intro__jackpot{
    font-size: 52px;
  }

  .second-page #language #all-languages {
    right: unset;
  }

  .main__steps::after {
    background-image: url(../images/shine-left.png);
    background-size: 321px auto;
  }
  .main__steps::before {
    background-image: url(../images/shine-right.png);
    background-size: 319px auto;
  }

  .footer svg:not(.no-sp),
  .footer svg {
    transform: unset;
  }

  .social__slider {
    margin-top: 30px;
  }

  .intro__form-wrapper, .intro__money {
    width: auto;
    background: transparent;
    border-bottom: 0;
  }

  .intro__mobile-block {
    display: none;
  }
  .terms-text{
    padding: 75px 0 0;
  }

  .intro {
    min-height: 768px;
    height: calc(100vh - 70px);
    padding-top: 73px;
  }

  .intro__wrapper {
    position: absolute;
    flex-basis: initial;
    height: 100%;
    display: flex;
    left: -19.63%;
    width: 100%;
    justify-content: center;
  }

  .intro__form-wrapper{
    right: 0;
  }

  .intro__slot {
    width: 100%;
    overflow: initial;
    height: 100%;
  }

  .intro__money {
    width: 95%;
  }

  .wrapper {
    max-width: 82.145833%;
  }
}

/*POPUP BLOCKED COUNTRY*/
.popup-common{
  display: none;
}
.popup-common.active{
  display: flex;
  flex-direction: column;
  width: 300px;
  min-height: 250px;
  padding: 0;
  z-index: 2001;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #32245A;
  background-size: cover;
  border-radius: 10px;
  box-sizing: border-box;
}
.popup-common__logo{
  min-height: 91px;
  background: center/auto 50px no-repeat url(../images/logo-pr.svg);
  border-radius: 10px 10px 0 0;
}
.popup-common__text-box{
  padding: 30px 20px 20px;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.popup-common__text{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: var(--color-basic-white);
  text-align: center;
}

.popup-common .buttons {
  margin-top: 17px;
}

.popup-common .btn-ok {
  font: normal 1em/1.2em "Roboto",sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 0.15em 10px;
  outline: none;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  background: var(--popup-btn-lg);
  box-shadow: var(--popup-btn-shadow);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  min-width: 75px;
}
.popup-common .btn-ok:hover{
  background: var(--popup-btn-lg-hover);
}

@media(min-width: 1366px){
  .intro .wrapper {
    min-width: 1100px;
  }
  .intro__wrapper {
    left: -20.63%;
    justify-content: center;
  }
  .intro__slots {
    width: 900px;
  }
}

@media (min-width: 1650px){
  body {
    background-size: cover;
    min-height: 760px;
  }

  .intro {
    min-height: 768px;
    height: calc(100vh - 70px);
  }

  .intro .wrapper {
    min-width: 1174px;
    width: 61.1358%;
  }

  .intro__wrapper {
    position: absolute;
    flex-basis: initial;
    height: 100%;
    display: flex;
    left: -25.63%;
  }

  .intro__slot {
    width: 100%;
  }

  .intro__money {
    width: 93.69%;
  }

  .intro__slots{
    width: 100%;
  }

  .wrapper {
    max-width: 67.3958%;
  }

  .intro__chances{
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .intro__win{
    font-size: 90px;
  }

  [lang="fr"] .intro__win {
    font-size: 90px;
  }

  [lang="es"] .intro__win {
    font-size: 90px;
  }

  [lang="de"] .intro__win,
  [lang="de"] .intro__jackpot {
    font-size: 75px;
  }
}

@media(min-width: 1600px) and (max-width: 1920px) and  (max-height: 1050px){
  .intro__slots {
    max-width: 1000px;
  }
}

.registration__button-sbm--autofill {
  margin: 10px auto;
  max-width: max-content;
}

.free-chips--hidden {
  display: none;
}
