@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: 12px 10px 13px;
  box-sizing: border-box;
  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 {
  font-family: "Roboto", sans-serif;
  color: #80858C;
  font-size: 13px;
  line-height: 18px;
  text-align: start;
}
.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: 'Lato', sans-serif;
  background: #0f122b;
}

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{
  position: relative;
  display: block;
  height: 60px;
  background: var(--header-bg);
  box-shadow: var(--shadow);
  padding: 5px 10px;
  z-index: 1000;
}

/*.second-page .header {*/
/*  border-bottom: 3px solid #991F3E;*/
/*}*/

.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 25px;
  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{
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.second-page .header-nav__list{
  column-gap: 0;
}
.header-nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__logo-link {
  position: absolute;
  top: 8px;
  left: 50%;
  display: block;
  width: 140px;
  height: auto;
  transform: translate(-50%, 0);
}

.auth-block {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
}
.header__buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;

}

.header-nav__button--reg {
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--button-lg);
  box-shadow: var(--shadow),0 10px 10px rgba(255, 255, 255, 0.25) inset;
  padding: 0 10px;
  cursor: pointer;
  text-shadow: 0 1px 0 #da58cf;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #88177F;
  border-radius: 10px 0;
  -webkit-transition: 150ms all ease;
}

.header-nav__button--reg:hover{
  background: linear-gradient(265.59deg, #d726c2 0%, #37169f 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(7, 26, 197, 0.4), inset 0px 4px 4px rgba(0, 0, 0, 0.6), inset 0px 10px 10px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(7, 26, 197, 0.4), inset 0px 4px 4px rgba(0, 0, 0, 0.6), inset 0px 10px 10px rgba(255, 255, 255, 0.25);
}

.header-nav__button--login {
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  color: #071ac5;
  text-align: center;
  text-shadow: none;
  background: #ffffff;
  border: 1px solid #da58cf;
  border-radius: 10px 0;
  padding: 0 10px;
  cursor: pointer;
}

.header-nav__button--login:hover{
  background: #ffffff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 5px 4px rgba(218, 88, 207, 0.25), inset 0 4px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 5px 4px rgba(218, 88, 207, 0.25), inset 0 4px 4px rgba(0, 0, 0, 0.5);
}

.language {
  z-index: 9000;
  display: block;
  width: 20px;
  height: 20px;
  color: transparent;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.language__container {
  flex-basis: 50px;
}
#language nobr{
  margin-top: -5px;
  width: 40px;
}
#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-start;
  height: 50px;
  cursor: pointer;
}
#language #all-languages {
  position: fixed;
  z-index: 9000;
  display: none;
  width: 105px;
  margin-top: 20px;
  padding-top: 15px;
  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: #B8BFD7;
  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: 10px;
  margin-left: 10px;
  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;
  margin-left: -5px;
}
.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;
}
@media(max-width: 767px){
  .language__container {
    order: -1;
  }
}

.intro__mobile-block {
  width: 100%;
  padding: 20px 10px 30px;
  background-color: #071031;
  background-image: radial-gradient(74.37% 74.37% at 50% 0%, rgba(5, 23, 183, 0.60) 0%, rgba(7, 16, 49, 0.60) 100%);
  z-index: 1;
}

.intro {
  background: url(../images/tablet_bg.webp) #071031 top left -520px no-repeat;
  background-size: cover;
  padding: 50px 0;
  display: flex;
  min-height: calc(100vh - 80px);
}

.intro__title {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
  text-align: center;
  font-size: 65px;
  color: #F1E7D3;
  text-shadow: 0 0 25px #000000;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  z-index: 1;
}

.intro__money {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 5px solid #F23A92;
  border-image: var(--color-line) 5;
  z-index: 1;
}

.claim__bonus {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #071AC5;
  padding: 5px 10px;
  background-color: #fff;
  text-shadow: 0 1px 0 #E05AD0;
  box-shadow: var(--shadow);
  border-radius: 0 0 10px 10px;
  border: 1px solid #4929A8;
}

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

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

.intro__slot {
  position: relative;
}

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

.intro__forJust {
  color: #fff;
  min-width: 260px;
  text-align: center;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-left: -20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  transform: rotate(-10deg);
  background: var(--button-lg);
  box-shadow: var(--shadow), 0 10px 10px rgba(255, 255, 255, 0.25) inset;
  padding: 10px;
  text-shadow: 0 1px 0 #da58cf;
  text-transform: uppercase;
  border: 1px solid #88177F;
  border-radius: 10px 0;
  -webkit-transition: 150ms all ease;
  min-height: 75px;
}

.intro__limited-star {
  font-family: "Roboto",sans-serif;
  display: none !important;
  position: absolute;
  top: -45px;
  right: 0;
  width: 170px;
  height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 7px;
  background: url("../images/offer_star.png") -10px 8px no-repeat;
  font-weight: 700;
  font-size: 20px;
  color: #29292C;
}

[lang=it] .intro__limited-star,
[lang=es] .intro__limited-star,
[lang=de] .intro__limited-star,
[lang=fr] .intro__limited-star {
  font-size: 13px;
  line-height: 18px;
}

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

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

.intro__euro img {
  width: 94px;
  height: auto;
}

.intro__euro span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  color: #FFFFFF;
  margin-top: -25px;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  transform: rotate(0.47deg);
}

.intro__slots {
  max-width: initial;
  width: 1100px;
  margin-top: -200px;
}

.intro__slot::before{
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 559px;
  height: 559px;
  background-color: #000;
  filter: blur(150px);
  z-index: -1;
  transform: translate(-50%, 0);
  max-width: 100%;
  max-height: calc(100% - 5px);
  pointer-events: none;
}

.intro__currency-timer {
  position: absolute;
  top: calc(50% + -50px);
  left: calc(50% - 159px);
  max-width: 395px;
  width: 100%;
  background-image: url(../images/lights.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 395px;
  max-height: 92px;
  height: 100%;
  text-align: center;
  animation: proganiDesktop 1s steps(2) infinite;
  display: flex;
  align-items: center;
  justify-items: center;
  transform: rotate(-10deg);
}

.intro__timer {
  font-family: "Roboto", sans-serif;
  width: 100%;
  font-weight: 700;
  font-size: 37px;
  color: #FFF;
}

.intro__win {
  font-size: 35px;
  line-height: 1.2;
  color: #071ac5;
  text-align: center;
  text-shadow: none;
  background: #ffffff;
  border: 1px solid #da58cf;
  border-radius: 10px 0;
  padding: 4px 20px;
  width: max-content;
  margin-top: -1px;
  box-sizing: border-box;
}

.intro__jackpot {
  background-image: var(--button-lg);
  text-shadow: none;
  text-transform: uppercase;
  border: 1px solid #88177F;
  border-radius: 10px 0;
  padding: 5px 20px;
  box-shadow: var(--shadow), 0 10px 10px rgba(255, 255, 255, 0.25) inset;
  font-size: 99px;
}

.intro__form-wrapper {
  width: 100%;
  background: #071031;
  padding: 0 25px 25px;
  text-align: center;
  z-index: 2;
}

.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: var(--registration-lg);
  box-shadow:  0 5px 5px 0 rgba(0, 0, 0, 0.25), inset 0 0 0 1px #3C4775;
  border: 5px solid #141944;
  border-radius: 20px;
  outline-offset: -5px;
}

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

.login__form .popup-login__close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  right: -13px;
  background-image: url(../images/times.svg), linear-gradient(265.59deg, #d726c2 0%, #37169f 100%);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 10px 10px rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 10px 10px rgba(255, 255, 255, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px, contain;
  border: 1px solid #ac41a3;
  border-radius: 50%;
}

.popup-login__close:hover {
    background-image: url(../images/times.svg), linear-gradient(265.59deg, #37169f 0%, #d726c2 100%);
}

.login__form .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-basic-white);
  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;
}

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

.intro__form .claim__bonus {
  top: -5px;
  font-size: 10px;
  color: var(--color-basic-white);
  text-shadow: 0 -1px 0 #942525;
  background: linear-gradient(0deg, #D53EC8 0%, #4620A4 100%);
}

.intro__details {
  position: relative;
  margin: 0 auto;
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color:  var(--colored-text);;
  padding: 0 30px;
}
.intro__details-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #B8BFD7;
}

.intro__details:after, .intro__details:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 5px;
  width: 30px;
  border: 1px dashed  var(--colored-text);;
}

.intro__details:before {
  left: unset;
  right: 5px;
}

[lang="es"] .intro__details,
[lang="it"] .intro__details{
  font-size: 18px;
}

.registration__steps {
  position: relative;
  background: #1B2252;
  border: 3px solid var(--registration-bg-inner);
  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/form-coin.png") no-repeat center/contain;
}

.registration__step {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  padding: 2px 10px 3px;
  text-transform: uppercase;
  color: #5D6582;
  box-sizing: border-box;
}

.registration__step.active {
  background: #D726C2;
  border-radius: 50px;
  color: var(--color-basic-white);
  text-shadow: none;
}

.registration__container {
  padding-top: 10px;
  background: var(--registration-bg-inner);
  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-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  transition: .2s ease all;
  outline: none;
}

.see-psw .registration__btn-hide-password {
  display: block;
}

.see-psw.hidden .registration__btn-show-password {
  display: block;
  background-image: url(../images/pass_eye.svg);
}

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

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

.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);
}

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

.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-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;
}

.registration__container .field__input.focus-input,
.field__input:not([type="tel"]):focus {
  border: 2px solid var(--focus-input-border);
  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: #B8BFD7;
}

.field__label sup{
  color: #DF4B4B;
}

.field__wrp-input {
  position: relative;
}

.select-container::before,
.field--country .field__wrp-input::before,
.field--currency .field__wrp-input::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  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;
}

.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 #3C4775;
  background: var(--input--bg);
  color: #B8BFD7;
  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-color);
}

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

.registration__container .field__input::placeholder {
  color: #4B536D;
}

.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;
  margin-bottom: 5px;
}

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

.frm-login-have-acc p {
  font-size: 13px;
  color: #AC6AFF;
}

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

.registration__checkbox-wrp {
  border: 0;
  padding: 0;
  /*margin-bottom: 20px;*/
}

.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: 9px 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: #B8BFD7;
}
.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-image: none;
  opacity: 1;
  border: 1px solid var(--colored-text);
  border-radius: 3px;
  box-sizing: border-box;
}
.checkbox__button:checked + .checkbox__label::after{
  background-color: var(--color-checkbox);
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border: 0;
  box-shadow: none;
}
.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(--colored-text);
  margin-left: 5px;
}

.first_button {
  font-family: "Philosopher", sans-serif;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  min-width: 105px;
  padding: 0.15em 10px;
  outline: none;
  border: 1px solid #88177F;
  border-radius: 10px 0;
  -webkit-appearance: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  background: var(--button-lg);
  color: var(--button-text-color);
  box-shadow: 0 10px 10px rgba(255, 255, 255, 0.25) inset;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.25));
}

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

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

.login__button-sbm {
  font-family: "Roboto", sans-serif;
  position: absolute;
  color: #071ac5;
  text-align: center;
  text-shadow: 0 1px 0 #E05AD0;
  cursor: pointer;
  margin: 0 auto 47px;
  align-items: center;
  padding: 1px;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #4929A8 0%, #DA58CF 100%) border-box;
  border: 1px solid transparent;
  border-radius: 5px;
}

.login__button-sbm:hover {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #4929A8 0%, #DA58CF 100%) border-box;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 5px 4px rgba(218, 88, 207, 0.25), inset 0 4px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 5px 4px rgba(218, 88, 207, 0.25), inset 0 4px 4px rgba(0, 0, 0, 0.5);
}

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

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

.login__btn-box img {
  top: unset;
  bottom: 11px;
}

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

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

.registration__btn-step-1{
  min-height: 35px;
  min-width: 105px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: #071ac5;
  text-align: center;
  background: #ffffff;
  text-shadow: 0 1px 0 #E05AD0;
  cursor: pointer;
  margin: 0 auto;
  display: none;
  align-items: center;
  padding: 1px;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
  linear-gradient(180deg, #4929A8 0%, #DA58CF 100%) border-box;
  border: 1px solid transparent;
  border-radius: 5px;
}

.registration__btn-step-1 span {
  display: inline-block;
  width: 10px;
  height: 14px;
  background: url(../images/arrow-right-btn.svg) center/contain no-repeat;
  margin-left: 7px;
}

.registration__button-back{
  border: 2px solid #FFF;
  background: transparent;
  box-shadow: none;
  color: var(--color-basic-white);
  border-radius: 5px;
}

.registration__button-back:hover {
  background: #071ac533;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.45) inset;
}

.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;
}

.login__button-sbm div,
.registration__btns div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  font-size: 15px;
}

.registration__button-sbm,
.registration__btn-step-2.registration__button-sbm {
  font-size: 15px;
  color: #071ac5;
  text-align: center;
  background: #ffffff;
  text-shadow: 0 1px 0 #E05AD0;
  cursor: pointer;
  margin: 0 auto;
  display: none;
  align-items: center;
  padding: 1px;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
  linear-gradient(180deg, #4929A8 0%, #DA58CF 100%) border-box;
  border: 1px solid transparent;
  border-radius: 5px;
}

.registration__btn-step-1:hover,
.registration__button-sbm:hover,
.registration__btn-step-2.registration__button-sbm:hover {
  background: linear-gradient(#ffffff, #ffffff) padding-box,
  linear-gradient(180deg, #4929A8 0%, #DA58CF 100%) border-box;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 5px 4px rgba(218, 88, 207, 0.25), inset 0 4px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 5px 4px rgba(218, 88, 207, 0.25), inset 0 4px 4px rgba(0, 0, 0, 0.5);
}

.registration__step-block, .registration__btn-step-2 {
  font-family: "Roboto", sans-serif;
  display: none;
}

.registration__btn-step-1.active, .registration__btn-step-2.active {
  display: flex;
  align-items: center;
}

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

.intro__chances {
  background-image: var(--button-lg);
  text-shadow: none;
  text-transform: uppercase;
  border: 1px solid #88177F;
  border-radius: 10px 0;
  padding: 4px 20px;
  box-shadow: var(--shadow), 0 10px 10px rgba(255, 255, 255, 0.25) inset;
  box-sizing: border-box;
}

.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-image: radial-gradient(58.35% 100% at 50% 100%, #141C60 0%, #141735 100%);
  background-position: bottom center;
  box-shadow: var(--shadow);
}
.main__steps::before,
.main__steps::after {
  position: absolute;
  content: '';
  left:0;
  width: 100%;
  height: 20px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main__steps::before {
  top: -17px;
}

.main__steps::after {
  bottom: -17px;
  transform: scale(-1, -1);
}

.main__steps .wrapper {
  padding: 45px 20px 45px;
}

.main__steps-title {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: var(--colored-text);
}

.main__steps-title span {
  display: block;
  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;
  margin-bottom: 5px;
}

.main__steps-arrow {
  display: none;
}

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

.social {
  text-align: center;
  color: #fff;
  padding: 60px 20px 60px;
  background-image: url(../images/social_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.social__title {
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 35px;
}

.social__title span {
  color: var(--color-basic-white);
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  margin-right: 5px;
  margin-bottom: 5px;
}

.social__subtitle {
  font-family: "Roboto", "Arial", sans-serif;
  color: var(--colored-text);
  text-shadow: var(--shadow);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}

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

.social__slider > .social__slide {
  width: 300px;
  box-shadow: 0 5px 20px #0517B7;
}

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

.social__slide div {
  padding: 10px ;
  border-radius: 0 0 10px 10px;
  background: #FFF;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social__slide p {
  font-family: "Roboto", sans-serif;
  max-width: 100%;
  font-weight: 700;
  font-size: 15px;
  color: #071AC5;
  text-align: center;
}

.social__slide p > span {
  color: #FF0000;
}

.social__desc {
  display: block;
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 45px;
}

.social__link {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 300px;
  margin: 0 auto;
  padding: 35px 10px 10px;
  cursor: pointer;
  background: var(--tab-lg);
  box-shadow: var(--shadow);
  border: 1px solid #88177F;
  border-radius: 10px;
  font-family: inherit;
}

.social__link-text {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: var(--color-basic-white);
  text-shadow: 0 1px 0 #7D4051;
}

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

.terms-text {
  background-color: #0F122B;
  padding: 40px 3.125%;
  color: #B8BFD7;
}

.terms-text a {
  color: #B8BFD7;
  text-decoration: underline;
}

.terms-text strong,
.terms-text h1 {
  font-family: "Philosopher", sans-serif;
  color: #D840D2;
}

.terms-text h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 20px;
}
.terms-text p {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0;
}

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

.second-page .footer {
  display: none;
}

/*-TABLET-*/
@media (min-width:768px) {

  .header-nav-item-back__text{
    display: block;
  }

  .second-page .header .header-nav__list{
    justify-content: space-between;
  }

  .language__container {
    order: 1;
  }

  .language__container {
    order: 1;
  }

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

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

  #language #all-languages {
    margin-top: 25px;
    padding-top: 30px;
    margin-left: -21px;
  }

  .language {
    width: 20px;
    height: 20px;
  }

  .links-container {
    gap: 20px;
    justify-content: flex-end;
  }

  #language nobr {
    width: 55px;
  }

  .header-nav__item-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -2px);
    width: 60%;
    max-width: 250px;
  }

  .header__logo-link {
    left: calc(50% - 45px);
    width: 90px;
    height: 50px;
  }

  .header-nav__item-back {
    font-size: 15px;
  }

  .header-nav-item-back__text {
    display: block;
  }

  #game-7, #game-8 {
    display: block;
  }

  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  /*-Header-*/
  .header {
    height: 80px;
  }

  .header__logo-link {
    top: 50%;
    left: 50%;
    width: 140px;
    height: auto;
    transform: translate(-50%, -50%);
  }

  [lang="fr"] .header__logo-link,
  [lang="de"] .header__logo-link{
    left: calc(50% - 30px);
  }

  .intro__limited-star {
    display: flex;
  }

  .main__steps-item {
    align-items: center;
    flex-direction: column;
    flex-basis: 25%;
  }

  .main__steps-item-text {
    font-size: 20px;
    padding-bottom: 0;
    padding-top: 20px;
  }

  .main__steps-item-img {
    box-sizing: border-box;
  }

  .main__steps-arrow {
    display: block;
    width: 100%;
    max-width: 44px;
    height: 15px;
    background: url("../images/arrow-right.svg") no-repeat center/cover;
  }

  .main__steps-title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .main__steps-title span {
    display: inline-block;
  }

  .main__steps-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  @media(max-width: 1098px){
    .header-nav__button--login{
      margin-right: 15px;
    }
  }

}
.arrow--right {
  transform: scale(-1, 1);
}

@media(max-width: 1099px){
  .intro .wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .intro {
    display: block;
    padding: 0;
  }

  .intro__currency-timer {
    top: calc(50% + -38px);
    left: calc(50% - 132px);
    max-width: 251px;
    background-size: 100%;
    max-height: 62px;
    animation: proganiMobile-2 1s steps(2) infinite;
    margin-top: 15px;
  }

  .intro__timer{
    font-size: 26px;
  }

  .intro__slots {
    width: 690px;
    margin-left: -50px;
    max-width: initial;
    margin-top: -105px;
  }
}

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

  .intro__currency {
    right: 7px;
    bottom: 8px;
  }

  .social__slider {
    overflow: hidden;
    max-width: 300px;
    min-height: 300px;
  }

  .social__slide {
    position: absolute;
    left: 50%;
    width: 300px;
    transform: translateX(-400%);
    animation: gopher 12s ease-in-out infinite;
  }

  .intro__forJust {
    font-size: 26px;
    min-width: 150px;
    padding: 8px 20px;
    border-radius: 10px;
    min-height: 40px;
  }

  .intro__euro {
    width: 310px;
  }

  .intro__euro span {
    font-size: 50px;
  }

  .social__slide--1 {
    animation-delay: 8s;
  }

  .social__slide--2 {
    animation-delay: 4s;
  }

  .header{
    display: block;
  }

  .second-page .wrapper{
    width: 100%;
  }

  .auth-block{
    right: 10px;
  }
}

@media(min-width: 900px) and (max-width: 1099px){
  .intro .wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .main .intro  {
    min-height: initial;
    background-color: #000;
    background-image: url(../images/desktop_bg.webp);
    background-position: top center;
    background-size: cover;
    padding: 0;
  }

  .main .main__steps::before,
  .main .main__steps::after {
    background-color: transparent;
    background-image: url(../images/line.png);
    height: 20px
  }

  .main .main__steps::before{
    top: -10px;
  }

  .main .main__steps::after{
    bottom: -10px;
  }

  .intro__mobile-block {
    display: none;
  }

  .intro__money{
    border: none;
  }

  .intro__form-wrapper{
    background: none;
    border: none;
  }

  .intro__title{
    font-size: 40px;
    line-height: 55px;
    z-index: 1;
  }

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

  .intro__jackpot{
    font-size: 70px;
    line-height: 110px;
  }

  .intro__slot{
    width: 540px;
    height: 374px;
    position:relative;
  }

  .intro__slots{
    position: absolute;
    left: 60%;
    top: 65%;
    transform: translate(-50%, -50%);
    max-width: initial;
    width: 658px;
  }

  .intro__limited-star{
    font-size: 14px;
    line-height: 20px;
  }

  .intro__limited-star{
    width: 120px;
    height: 120px;
    right: 67px;
    background-size: 120px auto;
    background-position: top 5px right 7px;
    z-index: 0;
  }

  .intro__currency-timer {
    top: calc(50% + -35px);
    left: calc(50% - 98px);
    max-width: 237px;
    background-size: 237px;
    max-height: 58px;
    animation: proganiTablet2 1s steps(2) infinite;
  }

  .intro__timer{
    font-size: 22px;
  }

  .intro__currency{
    right: -69px;
    bottom: 13px;
  }

  [lang=it] .intro__limited-star,
  [lang=es] .intro__limited-star,
  [lang=de] .intro__limited-star,
  [lang=fr] .intro__limited-star{
    font-size: 12px;
    line-height: 18px;
  }

  .main .social{
    background-image: url(../images/social_bg.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1099px) {
  .second-page .header__logo-link {
    top: 2px;
    left: calc(50% - 100px);
    width: 200px;
    height: 70px;
  }

  .social{
    background: transparent;
  }

  .intro {
    background-image: url(../images/mobile_bg.webp);
    height: 100%;
    min-height: initial;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto calc(100% - 605px);
  }

  .header-nav-box {
    padding: 0 10px;
  }

  .header-nav__list {
    justify-content: space-between;
  }

  .language__container {
    order: -1;
  }

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

  .auth-block {
    right: 10px;
  }

  .intro__title {
    font-size: 40px;
    margin-top: 35px;
    line-height: 1.4;
  }

  .intro__win {
    font-size: 35px;
  }

  .intro__jackpot {
    font-size: 70px;
  }

  .main__steps::before, .main__steps::after {
    background-color: #071031;
    background-image: url(../images/line-mobile.png);
    height: 10px;
    z-index: 10;
  }

  .main__steps::before {
    top: -9px;
  }

  .main__steps::after {
    bottom: -9px;
  }
}

@media screen and (max-width: 700px) {
  .header__logo-link {
    top: 10px;
    left: 121px;
    width: 120px;
  }
}

@media screen and (max-width: 550px) {
  #language #arrow-languages {
    margin-top: 8px;
  }

  .second-page .header__logo-link {
    width: 120px;
    left: calc(50% - 60px);
  }

  .second-page #language.hover #all-languages {
    right: 10px;
  }

  .header-nav-box {
    padding: 0;
  }

  .auth-block {
    right: 0;
  }

  .auth-block div {
    height: 30px;
    font-size: 13px;
  }

  .intro__slots {
    width: 615px;
    margin-left: -35px;
    max-width: initial;
    margin-top: -85px;
  }

  .intro__slot::before {
    top: -10px;
  }

  .intro__timer {
    font-size: 22px;
  }

  .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__form {
    /*padding: 25px 55px;*/
  }

  .intro__title {
    margin-top: 35px;
    font-size: 30px;
  }

  .intro__win {
    font-size: 20px;
  }

  .intro__currency-timer {
    top: calc(50% + -30px);
    left: calc(50% - 113px);
    max-width: 223px;
    background-size: 100%;
    max-height: 55px;
    animation: proganiMobile 1s steps(2) infinite;
  }

  .intro__chances{
    font-size: 30px;
    line-height: 31px;
  }
  .intro__win{
    font-size: 15px;
    line-height: 19px;
  }
  .intro__jackpot {
    font-size: 40px;
    line-height: 48px;
    margin-top: -1px;
  }

  .intro__euro img {
    width: 50px;
  }

  .intro__euro span {
    margin-top: -7px;
    font-size: 33px;
  }

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

  .intro__currency {
    right: unset;
    left: 53%;
    bottom: 30px;
  }

  .intro__form-wrapper {
    padding: 0 0 20px;
    margin-bottom: 10px;
    z-index: 12;
  }

  .social {
    padding: 40px 10px;
    background: transparent;
  }

  .main__steps-item {
    gap: 10px;
  }

  .social__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .social__subtitle {
    font-size: 15px;
  }

  .social__slider {
    margin-bottom: 0;
  }

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

  .footer .wrapper {
    padding: 0 10px;
  }

  .terms-text h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 475px) {
  .header__logo-link {
    position: absolute;
    top: 13px;
    left: 90px;
    display: block;
    width: 84px;
    height: auto;
  }
}

@media(max-width: 475px){
  [lang=de] .auth-block div,
  [lang=fr] .auth-block div {
    font-size: 11px;
  }
}

@media screen and (max-height: 480px) and (orientation: landscape){
  .header-nav__list {
    justify-content: space-between;
  }

  .language__container {
    order: -1;
  }

  .second-page #language #all-languages {
    margin-left: 0;
    right: 10px;
  }

  .intro__title {
    margin-top: 40px;
    font-size: 30px;
    line-height: 1.4;
  }

  .intro__win {
    font-size: 20px;
  }

  .intro__jackpot {
    font-size: 40px;
    line-height: 75px;
  }

}

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

/*-DESKTOP-*/
@media (min-width:1099px){
  .header__logo-link,
  [lang="fr"] .header__logo-link,
  [lang="de"] .header__logo-link{
    width: 184px;
    left: 50%;
  }

  .intro{
    min-height: initial;
    background-color: #000;
    background-image: url(../images/desktop_bg.webp);
    background-position: top center;
    background-size: cover;
    padding-bottom: 0;
    margin-bottom: -70px;
  }

  .intro__mobile-block {
    display: none;
  }

  .auth-block {
    right: 103px;
  }

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

  .social__slider {
    margin-top: 30px;
    margin-bottom: 90px;
  }

  .intro__slots {
    margin-left: 15px;
  }

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

  .intro__money {
    margin-left: -180px;
  }

  .terms-text{
    padding: 65px 0 65px;
  }

  .header-nav__list {
    column-gap: 20px;
    justify-content: flex-end;
  }

  .social__title {
    line-height: 70px;
  }
}

@media(min-height: 1500px) and (min-width: 2100px) {
  .terms-text p{
    font-size: 18px;
    line-height: 26px;
  }

  .terms-text h1{
    font-size: 40px;
    margin: 75px 0 50px;
  }

  .terms-text h3{
    font-size: 24px;
    margin: 30px 0;
  }
  .terms-text li {
    font-size: 21px;
    line-height: 32px;
  }
}

@keyframes gopher {
  0% {transform:translateX(-100%);opacity:0;}
  3% {transform:translateX(-50%);opacity:1;}
  33% {transform:translateX(-50%);opacity:1;}
  36% {transform:translateX(100%);opacity:0;}
  100% {transform:translateX(-100%);opacity:0;}
}

@keyframes proganiMobile {
  from {background-position: center 0;}
  to {background-position: center -106px;}
}
@keyframes proganiMobile-2 {
  from {background-position: center 0;}
  to {background-position: center -118px;}
}
@keyframes proganiTablet {
  from {background-position: center 0;}
  to {background-position: center -158px;}
}

@keyframes proganiTablet2 {
  from {background-position: center 0;}
  to {background-position: center -112px;}
}

@keyframes proganiDesktop {
  from {background-position: center 0;}
  to {background-position: center -189px;}
}

@media(min-height: 1500px) and (min-width: 2100px) {
  .main__steps{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
/*POPUP BLOCKED COUNTRY*/
.popup-common{
  display: none;
  flex-direction: column;
  width: 300px;
  min-height: 250px;
  padding: 60px 0 0;
  z-index: 2001;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #141944 0%, #0F122B 100%);
  border-radius: 10px;
  box-sizing: border-box;
}
.popup-common.active {
  display: flex;
}
.popup-common__logo{
  min-height: 55px;
  background: center/auto 55px no-repeat url(../images/logo.svg);
  border-radius: 10px 10px 0 0;
}
.popup-common__text-box{
  padding: 20px;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup-common__text{
  color: var(--color-basic-white);
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

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

/*Changed OXN-6601*/
#ftd-max-bonus-percent{
  display: none !important;
}

.registration__button-sbm--autofill {
  margin: 10px auto;
  max-width: max-content;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#phone-country-dropdown-container input {
  border:2px solid var(--focus-input-border) !important;
}

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

.intro__details-text.free-chips {
  margin-top: 5px;
}
