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

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

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 */
/*--------------------*/
.x-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;
}
.overflow-hidden{
  overflow: hidden;
}
.x-privacy,
.x-cookies,
.x-terms,
.x-business-model {
  display: none;
}

.x-privacy-text,
.x-cookies-text,
.x-terms-text,
.x-business-model-text {
  padding-bottom: 30px;
}

.x-privacy-text h1,
.x-cookies-text h1,
.x-terms-text h1,
.x-business-model-text h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin:75px 0 20px;
}

.x-privacy-text h2,
.x-cookies-text h2,
.x-terms-text h2,
.x-business-model-text h2 {
  margin: 20px 0;
  font-weight: 700;
}

.x-privacy-text h3,
.x-cookies-text h3,
.x-terms-text h3,
.x-business-model-text h3 {
  margin: 20px 0;
  font-weight: 700;
}

.x-privacy-text p,
.x-cookies-text p,
.x-terms-text p,
.x-business-model-text p {
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 ;
}
.x-privacy-text ul,
.x-cookies-text ul,
.x-terms-text ul,
.x-business-model-text ul{
  margin-left: 20px;
}

.x-privacy-text li,
.x-cookies-text li,
.x-terms-text li,
.x-business-model-text li {
  list-style: initial;
  font-size: 13px;
  line-height: 18px;
}

.x-use-cookie{
  display: none;
  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;
}
.x-use-cookie__container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.x-use-cookie.x-use-cookie--show{
  transform: translateY(0);
}

.x-use-cookie__text{
  color: #80858C;
  font-size: 13px;
  line-height: 18px;
  text-align: start;
}
.x-use-cookie__text strong{
  color: var(--color-basic-white);
}
.x-use-cookie__link{
  text-decoration: underline;
  color: var(--color-basic-white);
}
.x-use-cookie__btn{
  min-width: 60px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 10px 0 10px 0;
}
[lang="es"] .x-use-cookie__btn{
  min-width: min-content;
}
/* GLOBAL */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"),
       url("../fonts/Roboto-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"),
       url("../fonts/Roboto-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"),
       url("../fonts/Roboto-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"),
       url("../fonts/Roboto-Bold.ttf") format("ttf");
}
@media(min-width: 1110px){
  ::-webkit-scrollbar {
  width: 0.8em;
  height: 0.8em;
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--text-hover);
    border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: var(--text-hover);
    border: 3px solid transparent;
    border-radius: 9px;
    background-clip: content-box;
  }
}

body {
  position: relative;
  display: grid;
  font-family: "Roboto", "Arial", sans-serif;
  grid-template-rows: min-content 1fr min-content;
  align-content: start;
  min-height: 100%;
  margin: 0;
  background-color: var(--body-bg-color);
  background-image: url(../img/x-bg-mobile-wall.webp);
  background-position: center top 50px;
  background-size: auto 200px;
  background-repeat: no-repeat;
  overflow: hidden;
  color: var(--button-text-color);
}
html.popup-open {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100vw;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
}
html.popup-open body {
  display: initial;
  height: 100%;
  min-height: 100vh;
  position: initial !important;
}

.x-main{
  display: grid;
  grid-template-rows: min-content 1fr minmax(110px, min-content);
}

.popup-open .x-main {
  min-height: unset;
  max-height: 100vh;
  filter: blur(5px);
  overflow: hidden;
}
.second-page .x-main{
  grid-template-rows: 1fr minmax(110px, min-content);
}

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

.x-terms-text,
.x-cookies-text,
.x-privacy-text,
.x-business-model-text {
  background-color: var(--color-basic-white);
  background-image: url(../img/x-bg_white_desktop_start.webp);
  background-size: 100% auto;
  background-position: top center;
  padding: 0 3.125%;
}
.x-wrapper{
  width:100%;
  margin:0 auto;
}

/*-MOBILE-*/
/*-Header-*/
.x-header{
  height: 50px;
  position: relative;
  z-index: 1000;
  background-color:var(--body-bg-color);
  background-image: var(--header-gradient);
  box-shadow: var(--shadow);
}
.popup-open .x-header{
  filter: blur(5px);
  position: fixed;
  width: 100%;
  z-index: 1999;
}


.x-header-nav-box{
  position: relative;
  padding: 0 3.125%;
  height: 100%;
}
.second-page .x-header-nav__list{
  column-gap: 0;
}
.x-header-nav__list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.x-header-nav__buttons--box{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.x-header-nav__member-buttons--box {
  display: none;
  justify-content: space-between;
  gap: 20px;
}

.logged  .x-header-nav__buttons--box {
  display: none;
}

.logged .x-header-nav__member-buttons--box {
  display: flex;
}

.x-header-nav__item-logo{
  position: initial;
  transform: translate(0, -2px);
  width: 60%;
  max-width: 90px;
  margin-right: 10px;
}
#popup-login.active-popup-login{
  display:block;
}
.x-header__logo{
  display: block;
  margin: 5px auto 0;
  width: 90px;
  height: 50px;
}

.second-page .x-header-nav__item-logo{
  position: initial;
}

.x-header-nav__item--mobile-burger,
.x-header-nav__item--mobile-sign{
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--color-basic-white);
  box-shadow: var(--header-mobile-burder-box-shadow);
}

.x-header-nav__item--mobile-sign.hidden,
.x-header-nav__item--mobile-burger.hidden,
.x-registration-banner-game.hidden,
.x-game-wrapper-bottom-item.hidden,
.x-header-nav__button--join-now.hidden,
.x-header-nav__item--user-greetings.hidden{
  display: none !important;
}
.x-header-nav__item--user-greetings{
  text-transform: uppercase;
  color: var(--color-basic-white);
  font-weight: 700;
  max-width: 170px;
  height: min-content;
}
.x-header-nav__item--user-greetings span{
  font-weight: 700;
  color: var(--game-gold-color);
  text-transform: uppercase;
  display: inline-block;
  word-break: break-all;
}
.x-header-nav__item--mobile-burger .x-header-nav-item__link,
.x-header-nav__item--mobile-sign .x-header-nav-item__link{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.x-header-nav__item--mobile-sign .x-header-nav-item__link{
  background-image: url(../img/x-sign-icon.svg);
  background-repeat: no-repeat;
  background-size: 22px ;
  background-position: left 8px center;
}

.x-header-nav__item--mobile-burger span:nth-child(1){
  top: 30%;
}

.x-header-nav__item--mobile-burger span:nth-child(2){
  top: 50%;
}

.x-header-nav__item--mobile-burger span:nth-child(3){
  top: 72%;
}
.x-header-nav-item-back__icon{
  display: block;
  background-image: url(../img/x-back-sphere-arrow.svg);
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.x-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;
}
.x-header-nav-item-back__text{
  display: none;
}
.burger-solid{
  width: 24px;
  height: 4px;
  border-radius: 20px;
  background: var(--burger-sticks);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.x-header-nav__item--desktop{
  display: none;
}

.x-header-nav__button--join-now .x-header-nav-item__link,
.x-header-nav__button--login .x-header-nav-item__link,
.x-header-nav__button--get-now .x-header-nav-item__link,
.x-header-nav__button--log-out .x-header-nav-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  min-width: 30px;
  font-size: 13px;
  font-weight: 900;
  line-height: 15px;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 5px 0 5px 0;
  text-align: center;
  color: var(--color-basic-black);
  background-color: var(--button-hover);
  text-shadow: var(--button-text-shadow);
  background-image: var(--button-bg-img);
  box-shadow:var(--shadow);
}

.x-header-nav__button--get-now .x-header-nav-item__link {
  display: none;
}

.x-header-nav__button--login .x-header-nav-item__link,
.x-header-nav__button--log-out .x-header-nav-item__link {
  background-color: transparent;
  background-image: radial-gradient(78.33% 78.33% at 47.27% 0%, rgba(108, 215, 81, 0.75) 0%, rgba(170, 234, 131, 0) 100%), linear-gradient(360deg, #0B5A00 0%, #149102 100%);;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), inset 0 1px 0px #48BC1D, inset 0 -1px 0 #2A7000;
  color: var(--color-basic-white);
  text-shadow:  0 -1px 0 rgba(0, 0, 0, 0.25);
}
.x-main-roulette-tagline__link,
.x-header-nav__button--join-now .x-header-nav-item__link,
.x-header-nav__button--get-now .x-header-nav-item__link {
  box-shadow:  0 5px 5px rgba(0, 0, 0, 0.25), inset 0 1px 0 #FFCA18, inset 0 -1px 0 #795B00;
}

.x-header-nav__button--join-now{
  order: 1;
}

.x-header-nav__button--login{
  order: 1;
}

.x-header-nav__button--join-now .x-header-nav-item__link {
  margin-left: 10px;
}

.x-header-nav__button--log-out .x-header-nav-item__link {
  background-image: url("../img/x-logout-icon.svg"), var(--button-bg-img);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), inset 0 1px 0 #FFCA18, inset 0 -1px 0 #795B00;
}

.x-header-nav__button--log-out .x-header-nav-item__link:hover{
  box-shadow: var(--primary-btn-shadow-hover);
}

[lang=es] .x-header-nav__button--join-now .x-header-nav-item__link,
[lang=es] .x-header-nav__button--login .x-header-nav-item__link,
[lang=fr] .x-header-nav__button--join-now .x-header-nav-item__link,
[lang=fr] .x-header-nav__button--login .x-header-nav-item__link{
 font-size: 10px;
}

[lang=de] .x-header-nav__button--join-now .x-header-nav-item__link,
[lang=de] .x-header-nav__button--login .x-header-nav-item__link{
  font-size: 9px;
}
.popup-common .btn-ok:hover,
.popup-error .btn-ok:hover,
.popup-login__button-sbm:hover,
.registration__button-sbm:hover,
.x-main-roulette-tagline__link:hover,
.x-header-nav__button--join-now .x-header-nav-item__link:hover,
.x-header-nav__button--get-now .x-header-nav-item__link:hover {
 box-shadow: var(--primary-btn-shadow-hover);
}

.x-header-nav__button--login .x-header-nav-item__link:hover{
  background: radial-gradient(78.33% 78.33% at 47.27% 0%, rgba(108, 215, 81, 0.55) 0%, rgba(170, 234, 131, 0) 100%), linear-gradient(360deg, #149102 0%, #094501 100%);
  box-shadow: inset 0 -2px 0 #112703, 0 5px 5px rgba(0, 0, 0, 0.25), inset 0 5px 5px rgba(0, 0, 0, 0.25);
}


.x-language {
   z-index: 9000;
   display: block;
   width: 20px;
   height: 20px;
   color: transparent;
   text-decoration: none;
   background-position: center;
   background-size: cover;
   border-radius: 50%;
 }
.x-language__container {
  flex-basis: 50px;
}
#x-language nobr{
  margin-top: -5px;
  width: 35px;
}
#x-language.x-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;
}
#x-language #x-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;
}
.x-language__link {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--text-color);
  user-select: none;
}
.x-language__link:hover{
  background-color: #EEF3ED;
  font-weight: 700;
}
.x-language__link:first-child {
  border-radius: 10px 10px 0 0;
}
#x-language.x-real-lang.en .x-language__link.en,
#x-language.x-real-lang.fr .x-language__link.fr,
#x-language.x-real-lang.es .x-language__link.es,
#x-language.x-real-lang.de .x-language__link.de,
#x-language.x-real-lang.it .x-language__link.it {
  display: none;
}
#x-language #x-all-languages .x-language {
  z-index: 9000;
  cursor: pointer;
  margin-right: 5px;
}
.x-language.en {
  background-image: url(../../../common/img/flags/en.svg);
}
.x-language.fr {
  background-image: url(../../../common/img/flags/fr.svg);
}
.x-language.es {
  background-image: url(../../../common/img/flags/es.svg);
}
.x-language.de {
  background-image: url(../../../common/img/flags/de.svg);
}
.x-language.it {
  background-image: url(../../../common/img/flags/it.svg);
}
#x-language #x-arrow-languages {
  z-index: 9000;
  display: inline-block;
  float: left;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-left: 5px;
  background: url(../img/x-white-arrow.svg) no-repeat center/contain;
}

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

#x-language #x-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;
}
#x-language.hover {
  z-index: 9000;
  height: 100%;
}
#x-language.hover #x-all-languages {
  position: fixed;
  top: 11px!important;
  z-index: 9000;
  display: block;
}
.x-container-lang-links{
  overflow: hidden;
  background-color: var(--color-basic-white);
  box-shadow: var(--shadow);
  border-radius: 10px;
}
.x-links-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-grow: 2;
}
@media(max-width: 767px){
  .x-language__container {
    order: -1;
  }
}

/*-Main-*/
.x-main-roulette__box{
  display: flex;
  flex-direction: column;
  position: relative;
  height: 200px;
}

.x-main-roulette__image-box{
  position: absolute;
  order: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url(../img/x-happy-man-mob@2x.webp);
  background-size: auto 203px;
  background-repeat: no-repeat;
  background-position: right bottom -3px;
  z-index: -1;
}

.x-main-roulette__image-box img{
  margin-top: 15px;
}

.x-main-roulette__box{
  color: white;
}

.main-roulette-tagline__text-1{
  font-family: "Roboto", "Arial", sans-serif;
  background-color: var(--tagline-text-bg-color);
  padding: 6px 6px 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  border-radius: 5px;
  filter: var(--tagline-text-shadow-filter);
  margin-bottom: 16px;
  margin-top: 9px;
  text-transform: uppercase;
  min-width: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.x-main-roulette__tagline{
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  height: 100%;
}

.x-main-roulette-tagline__text-tagline{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: start;
  padding: 0 3.125%;
  margin-bottom: 5px;
  color: var(--color-basic-white);

}
.slide__text-box{
  display: flex;
  flex-direction: column;
  transform: scale(0.85, 1);
  margin-left: -12px;
  font-style: italic;
}

[lang="de"] .slide__text-box {
  margin-left: -21px;
}

[lang="es"] .slide__text-box {
  margin-left: -21px;
}

.slide__text-box br{
  margin: 10px;
}

.slide__small-phrase,
.slide__big-phrase{
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}

.slide__big-phrase{
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 9px;
}

.slide__small-phrase{
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}

.x-main-roulette__tagline .gold{
  color: var(--about-us-link-hover);
  text-transform: uppercase;
}

.x-main-roulette-tagline__text-2{
  font-family: "Roboto";
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 3.125%;
  margin-bottom: 17px;
  text-align: center;
  color: var(--text-color);
}

.x-main-roulette-tagline__link,
.x-main-best-games__link{
  display: flex;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 15px;
  line-height: 37px;
  padding: 3px 22px 0;
  color: var(--button-text-color);
  background-image: var(--button-bg-img);
  background-color: var(--button-hover);
  border-radius: 5px 0 5px 0;
  transition: all 0.1s ease-in-out;
  text-align: center;
  margin-bottom: 16px;
  text-shadow: var(--button-text-shadow);
  min-width: 120px;
  justify-content: center;
  align-items: center;
}
.x-main-roulette-tagline__link{
  margin-left: 3.125%;
}

.logged .x-main-roulette-tagline__link {
  display: none;
}

.modal-btn,
.x-main-best-games__link{
  font-size: 13px;
  background-image: var(--button-bg-img-2);
  color: var(--color-basic-white);
  text-shadow: var(--button-text-shadow-2);
}

[lang="fr"] .x-main-best-games__title{
  font-size: 18px;
}

.x-main-roulette-tagline__link:hover{
  border: none;
}

.x-main-best-games__link{
  display: none;
  max-width: min-content;
  margin: 0 auto;
  white-space: nowrap;
  text-transform: uppercase;
  min-width: 120px;
}

.x-main__best-games{
  background-color: var(--best-games-bg);
  background-image: url(../img/x-bg_white_desktop_start.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  display: flex;
}

.x-main-best-games__box{
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.x-main-best-games__title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--games-title-color);
  text-transform: uppercase;
  height: 40px;
  margin-bottom:25px;
}

.x-main-best-games__images{
  display: grid;
  grid-template-columns: minmax(145px, 250px) minmax(145px, 250px);
  grid-template-rows: 33.1875vw 33.1875vw 33.1875vw 33.1875vw;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 3.125%;
}
.x-main-best-games__name{
  display: none;
}

.x-main-best-games__images .x-main-best-games-image__box{
  overflow: hidden;
  position: relative;
  border-radius: 10px 0 10px 0;
  height: 100%;
  cursor: pointer;
}

.x-main-best-games__images-row-1{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.x-main-best-games__images-row-1 img,
.x-main-best-games__images-row-2 img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-games-image);
}

.x-main-best-games__images img{
  border-radius: 10px 0 10px 0;
  border-bottom: 3px solid var(--game-bottom-border);
}

.x-main-best-games__image-btn{
  display: none;
  pointer-events: none;
}

.x-main__about-us-box{
  width: 100%;
  background:var(--about-us-bg-color);
  padding: 0 4.68%;
}

.x-main-about-us__list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.x-main-about-us__item{
  position:relative;
  margin-right: 30px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x-main-about-us__item:nth-child(3),
.x-main-about-us__item:nth-child(4){
  align-items: flex-start;
  height: 25px;
  margin: 0 18px;
}

.x-main-about-us__item::after{
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--text-color);
}

.x-main-about-us__item:nth-child(3)::after{
  top: 24%;
}

.x-main__payments-about-us{
  display: none;
}

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

#x-overlay.active {
  display: block;
}

.x-mobile-inner-block.hide{
  display:none;
}
.x-pc-inner-block.hide{
  display:none;
}

.tooltip-red.hide{
  display:none;
}
/*POPUP BLOCKED COUNTRY*/
.popup-common.active,
.popup-error.active {
  display: flex;
  flex-direction: column;
  width: 300px;
  min-height: 265px;
  padding: 0;
  background-image: url(../img/x-bg_white_desktop_start.webp);
  background-size: cover;
}
.popup-common__logo{
  position: relative;
  top: -1px;
  min-height: 50px;
  background: center/auto 40px no-repeat url(../img/x-logo-Mach.svg), var(--header-gradient);
  border-radius: 10px 10px 0 0;
}
.popup-common__text-box{
  padding: 60px 20px 20px;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup-common__text {
  font-size: 15px;
  font-weight: 700;
  margin-top: -20px;
  color: var(--color-basic-black);
  line-height: 18px;
  text-align: center;
}

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

.popup-common .btn-ok,
.popup-error .btn-ok {
  display: inline-block;
  color: var(--color-basic-black);
  background-color: var(--button-hover);
  text-shadow: var(--button-text-shadow);
  background-image: var(--button-bg-img);
  box-shadow:var(--shadow);
  margin: 0 10px 20px;
  border-radius: 9px 0 9px 0;
  text-align: center;
  min-width: 75px;
  height: 33px;
  -moz-border-radius: 9px 0 9px 0;
  -webkit-border-radius: 9px 0 9px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  text-transform: uppercase;
  padding: 0 18px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}

.btn-gold:hover {
  color: var(--color-basic-black);
  background: none;
  background-color: var(--color-grey--130);
  border-bottom: 2px solid var(--color-grey--140);
}
/*POPUP LOGIN*/
#popup-login,
.popup-common,
.popup-error {
  display: none;
  position: fixed;
  font-family: "Roboto", sans-serif;
  opacity: 1;
  z-index: 2001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  padding: 40px 0 0;
  background-color: var(--color-basic-white);
  box-shadow: 0 0 10px var(--rgba-black-25);
  text-align: center;
  line-height: normal;
  border-radius: 10px;
  box-sizing: border-box;
}
.popup-login__close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  right: -8px;
  background-image: url(../img/x-times-white-cross.svg), radial-gradient(100% 100% at 47.27% 0%, rgba(117, 215, 81, 0.55) 0%, rgba(166, 255, 77, 0) 100%), linear-gradient(360deg, #09420F 0%, #327D1F 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px, contain, contain;
  border-radius: 50%;
}
.popup-login__close:hover {
  background-image: url(../img/x-times-white-cross.svg), linear-gradient(360deg, #3B7A2B 0%, #06320A 100%);
  box-shadow: inset 0 1px 0 #7CB367, inset 0 -1px 0 #112703;
}
#popup-login .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-basic-black);
  margin-bottom: 17px;
  text-align: center;
  text-transform: capitalize;
}
#popup-login form {
  padding: 0 10px;
}
#popup-login .field {
  position: relative;
  margin-bottom: 25px;
}
#popup-login .field__label {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 7px;
}
#popup-login .field__label sup {
  color: #DF4B4B;
}
#popup-login .field__input {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  border-radius: 5px;
}
#popup-login .field--without-icon {
  margin-bottom: 20px;
}
#popup-login::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -20px;
}
.popup-login__footer {
  display: none;
  align-items: center;
  background: #F5F5F5;
  border-radius: 0 0 10px 10px;
  height: 50px;
}
.frm-login-join {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 14px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.frm-login_hav-acc {
  margin: 0;
}
#popup-login a.item,
#popup-registration a.item {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #418038;
  margin-left: 5px;
  border-bottom: 1px solid #4180384d;
}
@media (max-width: 1279px) {
  @media (max-height: 480px) and (orientation: landscape) {
    #popup-login {
      position: absolute !important;
      top: 0;
      transform: translateX(-50%);
      margin-top: 20px;
    }
  }
}
/*POPUP REGISTRATION*/

#popup-registration {
  display: none;
  font-family: "Roboto", sans-serif;
  position: absolute;
  opacity: 1;
  z-index: 2002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: var(--color-basic-white);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  color: var(--color-basic-black);
  line-height: normal;
  border-radius: 10px;
  max-width: 630px;
}


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

/* Track */
.registration__container::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.registration__container::-webkit-scrollbar-thumb {
    background: transparent;
}

/* Handle on hover */
.registration__container::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

#popup-registration.active-popup-registration {
  display: block;
}

#popup-registration.not-centered {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#popup-registration::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
}

.popup-close-btn,
.popup-registration__close{
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  right: -8px;
  background-image: url(../img/x-times-white-cross.svg), var(--btn-close-lg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px, contain, contain;
  border-radius: 50%;
  border: 0;
  z-index: 1;
}
.popup-registration__close:hover,
.popup-close-btn:hover {
  background-image: url(../img/x-times-white-cross.svg), var(--btn-close-lg-hover);
  box-shadow: var(--btn-close-shadow-hover);
}
#popup-registration .registration-banner {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 120px;
  background-image: url(../img/x-banner_registration-mobile@2x.jpg);
  background-position: center;
  background-size: 101% auto;
  border-radius: 10px 10px 0 0;
  padding: 0 10px;
  box-sizing: border-box;
}

#popup-registration .registration-banner .line-1,
#popup-registration .registration-banner .line-2,
#popup-registration .registration-banner .line-3{
  display: block;
  font-weight: 900;
  color: var(--text-color);
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.registration-banner .line-3 b,
.registration-banner .line-2 b,
.registration-banner .line-1 b{
  color: var(--colored-text);
}
#popup-registration .registration-banner .line-2,
#popup-registration .registration-banner .line-1{
  width: 180px;
  margin-bottom: 15px;
}
@media(min-width: 440px){
  [lang="es"] #popup-registration .registration-banner .line-1{
    width: 240px;
  }
}

#popup-registration .registration-banner .line-3 {
  width: 170px;
}

[lang="fr"] #popup-registration .registration-banner .line-1{
  width: 170px;
  margin-bottom: 10px;
}
.registration__big-loader{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url(../img/x-load-gif.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px auto;
  z-index: 1998;
}
.registration__big-loader.show{
  display: block;
}
#popup-registration .title{
  font-size: 20px;
  font-weight: 700;
  color: var(--color-basic-black);
  margin-bottom: 17px;
  text-align: center;
}
.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(../img/x-pass_eye_icon.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  transition: .2s ease all;
  outline: none;
}
.see-psw.hidden {
  background-image: url(../img/x-pass_eye_crossed_icon.svg);
}

#form{
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 30px 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(../img/x-load-gif.gif);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.popup-registration .registration__show-password {
  background-image: none;
  right: 1em;
  height: 1em;
  width: auto;
}
.popup-registration .hidden.registration__show-password, .popup-registration .registration__show-password {
  text-transform: uppercase;
  font-size: initial;
  height: 20px;
  width: 20px;
  right: 10px;
  box-sizing: border-box;
}
.registration__btn-box{
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}
.registration__btn-show-password,
.registration__btn-hide-password{
  background-image:url(../img/x-pass_eye_icon.svg);
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.registration__btn-hide-password{
  background-image:url(../img/x-pass_eye_crossed_icon.svg);
}

.popup-registration .registration__btn-show-password,
.popup-registration .hidden .registration__btn-hide-password {
  display: none;
}
.popup-registration .hidden .registration__btn-show-password,
.popup-registration .registration__btn-hide-password {
  display: block;
}
#popup-registration::-webkit-scrollbar {
  width:0;
  height: 0;
}

/*.forgot-password .field--correct .field__wrp-input input,*/
/*.popup-registration .field--correct .field__wrp-input  input,*/
/*.popup-registration--mobile .field--correct .field__wrp-input input{*/
/*  border: 2px solid var(--color-green--120);*/
/*}*/

.popup-login .field--error .field__input,
#popup-login .field--error .field__input:focus,
.forgot-password .field--error .field__input,
#popup-registration .field--error .field__input:not(.registration__phone-number),
.popup-registration--mobile .field--error .field__input{
  border: 2px solid var(--error-border);
  outline: none;
}

.tooltip-red{
  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.tooltip-red--password{
  top: calc(100% + 15px);
}

.password-indicator {
  background-color: #ababab;
  height: 5px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(100%);
  position: absolute;
  bottom: -5px;
  border-radius: 10px;
  overflow: hidden;
}
.password-indicator__progress {
  transition: .4s ease all;
  height: 100%;
}

[data-password-strength="very-weak"] {
  background-color: #EB4846;
  width: 20%;
}

[data-password-strength="weak"] {
  background-color: #ff9703;
  width: 40%;
}

[data-password-strength="medium"] {
  background-color:   #ffe403;
  width: 60%;
}

[data-password-strength="strong"] {
  background-color: #267a05;
  width: 80%;
}

[data-password-strength="very-strong"] {
  background-color: #267a05;
  width: 100%;
}

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

  @media (max-width: 1024px){
    #popup-registration.popup-registration {

    }
  }

  @media (max-width: 435px){
    #popup-registration .registration-banner {

    }
  }

  @media (max-width: 412px){
    #popup-registration .registration-banner {

    }
  }
  @media (max-width: 384px){
    #popup-registration .registration-banner {

    }
  }

  @media (max-width: 323px){

  }


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

  @media(max-width: 500px){
    .x-header-nav__item--user-greetings{
      display: none;
    }
  }
  @media (max-width: 365px){
    #popup-registration .registration-banner .line-1 {
      /*font-size: 18px;*/
    }
  }

  @media (max-width: 365px){
    #popup-registration .registration-banner .line-1 {
      /*font-size: 16px;*/
    }
  }

  @media (max-width: 355px){
    #popup-registration .registration-banner .line-1{
      /*font-size: 17px;*/
    }
  }

  @media (max-width: 335px){
    #popup-registration .registration-banner .line-1, #popup-registration .registration-banner .line-2 {
      /*font-size: 16px;*/
    }
  }
  .registration__fields-wrp {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    align-items: flex-end;
    grid-gap: 25px 10px;
    margin-bottom: 37px;
  }

  @media (max-width: 1024px){
    #popup-registration .registration__fields-wrp {

    }
  }

  @media (max-width: 420px){
    #popup-registration .registration__fields-wrp {

    }
  }
  /*.popup-registration .field--reg, .popup-registration--mobile .field--reg {*/
  /*  margin-bottom: 0;*/
  /*}*/
  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(--text-color);
  }

   .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("../img/x-black-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);
}

.field__input {
    display: block;
    border: 1px solid var(--game-gold-color);
    background-color: #fff;
    color: var(--text-color);
    outline: none;
    padding: 0 10px;
    text-align: left;
    height: 41px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
  }

  #popup-registration .field__input, .popup-registration--mobile .field__input {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--text-color);
    display: flex;
    align-items: center;
    background-color: var(--color-basic-white);
    border: 1px solid var(--game-gold-color);
    border-radius: 5px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

#popup-registration input[type="date"] {
  position: relative;
}

#popup-registration input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

#popup-registration input[type="date"]::-webkit-inner-spin-button,
#popup-registration input[type="date"]::-webkit-clear-button {
  z-index: -10;
}

#popup-registration input[type="date"]::-webkit-input-placeholder {
  z-index: 99;
}

#popup-registration input[type="date"]::placeholder {
  z-index: 99;
}

#popup-registration input[type="date"]:not(.has-value):before {
  content: attr(placeholder);
  width: 100%;
  line-height: 1;
}

#popup-registration input[type="date"]:not(.has-value)::-webkit-datetime-edit {
  display: none;
}

#field--reg_birthday .field__wrp-input > span {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 28px;
  height: 41px;
  background-image: url(../img/x-datepicker-icon-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  pointer-events: none;
  cursor: pointer;
}

#field--reg_birthday .field__wrp-input.open > span {
  background-image: url(../img/x-times-cross.svg);
  background-position: center;
  background-size: 14px;
}

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

#profile__filed_birthday, #field--reg_birthday, #field--reg_short-form-birthday, #kyc-field--reg_short-form-birthday, #deposit-field--reg_short-form-birthday {
  position: relative;
}

.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;
}
#popup-registration .field__input.field__input--code-country{
  padding-left: 0;
}

  .popup-registration__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
  }
.frm-login-have-acc{
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 14px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.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);
}

.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: #7D7D7B;
}
.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 #959595;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 1);
  border-radius: 3px;
  box-sizing: border-box;
}
#popup-registration .checkbox__button:checked + .checkbox__label::after{
  background-color: var(--color-checkbox);
  background-image: url(../img/x-white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border: 0;
  box-shadow: none;
}
  .first_button, .form-cc__btn-reload-payment, .second_button {
    font-size: 13px;
    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: 9px 0 9px 0;
    -webkit-appearance: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
  }
.registration__button-sbm:disabled{
  filter: grayscale(1);
}
.second_button {
  background-image: var(--button-bg-img);
  color: var(--color-basic-black);
  text-shadow: var(--button-text-shadow);
}
.second_button:hover{
  background-color: var(--button-hover);
  background-image: none;
}
.form-cc__btn-reload-payment, .first_button {
  background-color: var(--button-hover);
  background-image: var(--button-bg-img);
  text-shadow: var(--button-text-shadow);
  color: var(--button-text-color);
}
.popup-login__button-sbm,
.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;
  color: var(--color-basic-black);
  background-color: var(--button-hover);
  text-shadow: var(--button-text-shadow);
  background-image: var(--button-bg-img);
  box-shadow:var(--shadow);
  min-width: 100px;
  margin: 0;
  display: flex;
  align-items: center;
  border-radius: 5px 0 5px 0;
}
.popup-login__button-sbm {
  margin: auto auto 30px;
}
.registration__terms {
    text-decoration: none;
    color: #418038;
  }

.popup-registration__footer {
  display: none;
  align-items: center;
  background: #F5F5F5;
  border-radius: 0 0 10px 10px;
  height: 50px;
}

/*END POPUP REGISTRATION*/


/*Popup Game*/


.x-popup-game-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 50px;
  padding-top: 3vw;
  overflow-y: auto;
}

.x-popup-game, .x-popup-game-mobile {
  /*background-image: url(../img/game_bg.png);*/
  /*background-position: center top;*/
  /*background-size: cover;*/
  /*background-color: var(--game-popup-bg);*/
  /*background-color: rgba(0, 0, 0, 0.8);*/
  -webkit-backdrop-filter: blur(179px);
  backdrop-filter: blur(179px);
  z-index: 4000;
}

.x-popup-game-mobile .x-zoom-panel {
  display: none;
}

.x-iframe-game-mobile-wrap {
  display: none;
  width: 100%;
  height: 100%;
}

.x-iframe-game-mobile {
  position: relative;
  width: calc(100% - 20px);
  height: calc(100% - 15px);
}

.x-close-button--popup-game-mobile {
  position: fixed;
  right: 10px;
  top: 10px;
}

.x-popup-game-mobile_title {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #FAD505;
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  padding: 0 38px;
}
@media (max-width: 576px){
  .x-popup-game_inner-wrp {
    padding-bottom: 40px;
  }
}

.x-popup-game_inner-wrp {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.x-close-button--popup-game-mobile {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 10px;
}

.x-close-button_icon::before, .x-close-button_icon::after {
  content: " ";
  position: absolute;
  width: 2px;
  background-color: #000;
  height: 67%;
}

.x-close-button_icon::before {
  transform: rotate(45deg);
}

.x-close-button_icon::after {
  transform: rotate(-45deg);
}

#x-popup-game .x-registration-banner-game b, .x-reg-popup-game__info b {
  color: var(--first-color);
}

b, strong {
  font-weight: bolder;
}

#x-popup-game .x-registration-banner-game, .x-reg-popup-game__info {
  display: none;
  border: 2px solid var(--game-popup-description-border);
  background-color: rgba(0,0,0, 0.9);
  border-radius: 10px;
}

#x-popup-game.hide{
  display:none;
}

#x-popup-game.fullscreen {
  margin-top: -40px;
  z-index: 3002;
  top: 40px;
  padding-top: 40px;
}

#x-popup-game.fullscreen .x-panel-info {
  display: none;
}

#x-popup-game.fullscreen .x-panel-game {
  margin: 0 auto;
  float: none;
}

.x-close-button_icon {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.x-popup-game-mobile--btn {
  font-size: 15px;
  margin: 4px 0;
  min-width: 100px;
  min-height: 30px;
  max-width: 269px;
  box-shadow: 0 0 20px #FFE600;
  box-sizing: border-box;
}

.x-popup-game-mobile_info-wrp {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.x-popup-game-mobile_first-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  width: auto;
  height: 100%;
}

.x-popup-game-mobile_second-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  height: 100%;
}

.x-popup-game-mobile_img {
  width: 100%;
  min-height: 125px;
  max-width: 250px;
}

#x-popup-game .x-registration-banner-game.mob {
  padding: 5px;
  min-width: calc(100% - 20px);
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  margin: 40px 0 0;
  line-height: 18px;
  max-width: 350px;
  width: 100%;
  min-height: 140px;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  color: var(--color-basic-white);
}
.x-popup-game-mobile_ratio-wrp {
  display: flex;
  align-items: center;
  margin: 30px auto 40px;
}
.x-popup-game-mobile_ratio {
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  position: relative;
  padding-left: 32px;
  margin-right: 10px;
}
.x-popup-game-mobile_ratio span {
  white-space: pre-wrap;
}

.x-popup-game-mobile_ratio::after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 27px;
  height: 25px;
}

.x-popup-game-mobile--volatility::after {
  background-image: url(../img/x-volatility-icon.svg);
  background-position: center 5px;
}

.x-popup-game-mobile--rtp::after {
  background-image: url(../img/x-rtp-icon.svg);
}

.x-popup-game-mobile_ratio {
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  position: relative;
  padding-left: 32px;
  margin-right: 10px;
}

@media(max-width: 1110px){

  @media (max-width: 576px){
    .x-popup-game-mobile_second-section {
      margin: 0;
      width: 100%;
      justify-content: flex-start;
      flex-grow: 1;
    }
  }

  @media (max-width: 576px){
    .x-popup-game-mobile {
      padding: 50px 0;
    }
  }

  @media (max-width: 576px){
    .x-popup-game-mobile {
      min-height: 100vh;
    }
  }

  @media (max-width: 799px){
    #x-popup-game {
      overflow-y: scroll;
    }
  }
  @media (max-width: 576px){
    .x-popup-game-mobile_info-wrp {
      justify-content: end;
      flex-direction: column;
      align-items: center;
      flex-grow: 1;
      min-height: min-content;
      gap: 20px;
    }
  }

  @media (max-width: 576px){
    .x-popup-game-mobile_first-section {
      padding: 0 39px;
    }
  }
  @media (max-width: 576px){
    #x-popup-game .x-registration-banner-game.mob {
      margin: 0;
    }
  }

}


@media(min-width: 365px){
  .x-main-about-us__item:nth-child(3){
    align-items: center;
    height: 41px;
    margin: 0 18px 0 0;
  }

  .x-main-about-us__item:nth-child(3)::after{
    top: 50%;
  }

  .x-main__payments{
    gap: 10px;
    column-gap: 14px;
  }

  .x-main__payments svg,
  .x-main__payments img {
    transform: scale(1.2);
  }

  .main-roulette-tagline__text-1{
    margin-bottom: 15px;
  }
}

@media(min-width: 451px){
  .main-about-us__item:nth-child(3),
  .main-about-us__item:nth-child(4){
    align-items: center;
    height: 51px;
  }

  .main-about-us_list .main-about-us__item{
    margin: 0 14px;
  }

  .main-about-us__item:nth-child(4)::after{
    top: 50%;
  }
}

@media(min-width: 474px){
  .main-about-us_list .main-about-us__item{
    margin: 0 18px;
  }
}

.main-about-us__item:last-child::after{
  width: 0;
  height: 0;
  background-color: transparent;
}
.main-about-us__link{
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.main-about-us__link:hover{
  color: var(--about-us-link-hover);
}

.main__payments-about-us{
  background-color: var(--footer-bg-color);
}

.main__payments{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 32px 3.125% 30px;
  overflow: hidden;
  pointer-events: none;
  gap: 5px;
  column-gap: 10px;
  max-width: 768px;
  margin: 0 auto;
  background-color: var(--footer-bg-color);
}

@media(min-width:620px){
  .x-main-best-games__images{
    display: grid;
    grid-template-columns: 160px 160px 160px;
    grid-template-rows:  131px 131px;
  }

  .x-main-best-games__images .x-main-best-games-image__box:nth-child(5),
  .x-main-best-games__images .x-main-best-games-image__box:nth-child(6){
    display: block;
  }

  .x-header-nav__item--user-greetings{
    max-width: 230px;
  }
}

@media(min-width: 540px){
  .x-main-best-games__images{
    display: grid;
    grid-template-columns: minmax(100px, 250px) minmax(100px, 250px) minmax(100px, 250px) minmax(100px, 250px) ;
    grid-template-rows: 16.81vw 16.81vw;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 3.125%;
  }
  #popup-registration .registration-banner{
    background-image: url(../img/x-banner_registration-desk@2x.jpg);
    background-size: cover;
  }

}

@media(min-width: 650px){
  .x-main-roulette__box{
    position: relative;
    flex-direction: row;
  }

  .main-roulette-tagline__text-1{
    margin-top: 0;
    margin-bottom: 17px;
  }

  .main-roulette-tagline__text-2{
    margin-bottom: 20px;
  }
  .x-main-roulette__tagline:before{
    content: none;
  }

  .x-main-roulette__image-box{
    min-width: 170px;
    order: 1;
  }

  .x-main-roulette__image-box img{
    margin-top:0;
  }

  .x-main .x-main-roulette__tagline{
    padding-left: 3.125%;
    justify-content: center;
    align-items: flex-start;
    flex-basis: 52%;
    order: 0;
  }

  .x-main-roulette-tagline__text-tagline{
    text-align: left;
    padding: 0;
  }

  .x-main .x-main-roulette-tagline__link{
    align-self: flex-start;
    min-width: 140px;
    margin-left: 0;
  }

  .main-roulette-tagline__text-2 {
    padding: 0;
    text-align: start;
  }

  .main__payments {
    column-gap: 16px;
  }
  .x-main-roulette-tagline__text-tagline {
    font-size: 25px;
    line-height: 30px;
  }
  #popup-registration .registration-banner{
    height: 150px;
  }

  #popup-registration .registration-banner .line-1,
  #popup-registration .registration-banner .line-2,
  #popup-registration .registration-banner .line-3{
    text-transform: uppercase;
  }

  [lang="fr"] #popup-registration .registration-banner .line-1,
  #popup-registration .registration-banner .line-1,
  #popup-registration .registration-banner .line-2,
  #popup-registration .registration-banner .line-3{
    font-size: 20px;
    margin-bottom: 20px;
    width: 295px;
  }
  [lang="es"] #popup-registration .registration-banner .line-1{
    width: 340px
  }
  #popup-registration .registration-banner .line-3{
    margin: 0;
  }
}
.x-main__inform-box{
  position: relative;
  background-color: var(--footer-bg-color);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.x-main-inform-box__conditions::after,
.x-main-inform-box__conditions::before{
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/x-shine-left_mobile.png);
  background-size: 205px auto;
  background-repeat: no-repeat;
  background-position: left top;
  pointer-events: none;
}

.x-main-inform-box__conditions::before{
  width: 100%;
  top: 0;
  left: initial;
  right: 0;
  background-image: url(../img/x-shine-mobile_right.png);
  background-position: right bottom;
  background-size: 189px auto;
}

.x-main-inform-box__conditions{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  background: linear-gradient(93.58deg, #001825 0%, #271F00 100%);
  margin: 0;
  padding-left: calc((100% - 960px) / 2);
  padding-right: calc((100% - 960px) / 2);
}

.second-page .x-main-inform-box__conditions {
  display: none;
}

.x-conditions-item{
  position: relative;
  padding: 90px 10px 10px;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}
.x-conditions-item__icon{
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110px auto;
}
.x-icon-1{
  top: 10px;
  left: 0;
  background-image: url(../img/x-icon-mob-1.png);
}
.x-icon-2{
  top: 0;
  left: 0;
  background-image: url(../img/x-icon-mob-2.png);
  background-size: 115px auto;
}
.x-icon-3{
  top: 5px;
  left: 0;
  background-size: 120px;
  background-image: url(../img/x-icon-mob-3.png);
}
.x-conditions-item__text{
  position: relative;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  color: var(--about-us-link-hover);
  line-height: 20px;
  text-align: start;
  margin-top: 30px;
}
.x-main-inform-box__social{
  background: var(--footer-bg-social);
  padding-bottom: 25px;
}
.popup-open .x-main-inform-box__social{
  min-height: unset;
  height: unset;
}
.x-social__logo{
  width: 90px;
  height: 50px;
  background-image: url(../img/xcasinosocial-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 35px auto 0;
}
.x-social__title{
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: var(--color-basic-white);
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase;
}
.x-social__text{
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  color: var(--footer-bg-social-small-text);
  text-align: center;
  padding: 0 10px;
  margin-top: 20px;
}

.x-begamblingaware {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.x-begamblingaware__text {
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color: var(--footer-bg-social-small-text);
  margin-bottom: 20px;
}

.x-begamblingaware__text > a {
  color: #FAD505;
  text-decoration: none;
}

.x-begamblingaware__logo {
  display: block;
  width: 77px;
  height: 30px;
  background-image: url("../img/x-begambleaware-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/*-Footer-*/

.x-footer{
  background: var(--footer-bg-color);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 2;
  padding: 0 10px;
}
.popup-open .x-footer {
  display: none;
}
.x-footer__text{
  color: var(--footer-text);
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  line-height: 45px;
  text-align: center;
}
.x-footer__box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.x-footer__box a{
  position: relative;
  color: var(--color-basic-white);
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
.x-footer__box a:hover{
  color: var(--about-us-link-hover);
}
.x-footer__box span{
  diplay: block;
  width: 4px;
  height: 4px;
  background-color: #FAD505;
  border-radius: 50%;
  margin: 0 10px;
}
/*-TABLET-*/
@media (min-width:769px){
  body {
    background-image: url(../img/x-bg-tablet-wall.webp);
    background-size: auto 366px;
    background-position: center top 60px;
  }
  .x-header-nav__list{
    column-gap: 20px;
    justify-content: flex-end;
  }
  .x-language__container{
    order:1;
  }
  .x-language__container{
    order: 1;
  }
  #x-language #x-current-language{
    width: 30px;
    height: 30px;
  }
  #x-language #x-arrow-languages{
    width: 15px;
    height: 15px;
  }
  #x-language #x-all-languages{
    margin-top: 20px;
    padding-top: 23px;
    margin-left: -21px;
  }
  .x-language{
    width: 30px;
    height: 30px;
  }
  .x-links-container{
    gap: 20px;
    justify-content: flex-end;
  }
  #x-language nobr{
    width: 50px;
  }
  .x-header-nav__item-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 60%;
    max-width: 170px;
  }
  .x-header__logo {
    display: block;
    margin: 24px auto 0;
    width: 90px;
    height: 50px;
  }
  .x-header-nav__item-back{
    font-size: 15px;
  }
  .x-header-nav-item-back__text{
    display: block;
  }
  #x-game-7, #x-game-8{
    display:block;
  }

  .x-wrapper{
    width:100%;
    margin:0 auto;
  }
  /*-Header-*/
  .x-header{
    height: 60px;
  }

  .x-terms-text,
  .x-cookies-text,
  .x-privacy-text,
  .x-business-model-text,
  .x-header-nav-box {
  padding: 0 4.5572916%;
}

.x-header-background::after{
  height: 43px;
}

.x-header-background::before{
  height: 43px;
}

.x-header-nav__item-logo{
  align-self: initial;
}
.second-page .x-header-nav__item-logo{
  position: absolute;
}
.x-header__logo{
  width: 137px;
  height: 71px;
  margin: -9px auto 0;
  padding-left: 0;
}
  .x-header-nav__button--join-now .x-header-nav-item__link,
  .x-header-nav__button--login .x-header-nav-item__link{
    font-size: 15px;
  }

  .x-header-nav__button--login .x-header-nav-item__link{
    margin-right: 10px;
  }
/*-Main-*/

  .x-main-roulette__box{
    min-height: 366px;
  }

  .x-main-roulette__image-box{
    height: 366px;
    background-image: url(../img/x-happy-man-desk@1x.webp);
    background-size: auto 367px;
    background-position: bottom right;
    margin-top: auto;
  }

  .x-main-roulette__image-box:after{
    background-size: auto 366px;
  }

  .x-main-roulette__image-box img{
    margin-top: 0;
    margin-right: 18px;
    box-sizing: border-box;
    width: 279px;
  }

  .x-main .x-main-roulette__tagline{
    padding-left: 4.5572916%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-basis: 52%;
    margin-top: 80px;
  }

  .main-roulette-tagline__text-1{
    display: block;
    margin-bottom: 15px;
    min-width: 107px;
    text-align: center;
  }

  .x-main-roulette-tagline__text-tagline{
    text-align: left;
    padding: 0;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }

.x-main .x-main-roulette-tagline__link{
    margin-bottom: 57px;
  }
  .slide__text-box {
    transform: scale(0.85, 1);
    margin-left: -21px;
  }
  .slide__big-phrase{
    font-size: 36px;
    line-height: 36px;
  }

  .slide__small-phrase{
    font-size: 30px;
    line-height: 30px;
  }
  .main-roulette-tagline__text-2 {
    padding: 0;
    margin-bottom: 20px;
  }

  .x-main .x-main-roulette-tagline__link{
    min-width: 160px;
    margin-left: 0;
  }

  .x-main .x-main-best-games__link{
    padding-top: 2px;
    padding-bottom: 1px;
  }

  .x-main-best-games__box{
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .x-main-best-games__title{
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 22px;
  }

  .x-main-best-games__images{
    grid-template-columns: minmax(160px, 250px) minmax(160px, 250px)  minmax(160px, 250px) minmax(160px, 250px);
    grid-template-rows:  14.97395833333vw 14.97395833333vw;
    padding:0 4.55729116%;
    gap: 20px;
    margin-bottom: 24px;
    row-gap: 30px;
  }

  .x-main-best-games__name{
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    color: var(--color-basic-black);
    text-align: center;
    margin-top: 5px;
  }
  .x-main-best-games__image-btn-container{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.8);
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    display: none;
  }

  .x-main-best-games__images .x-main-best-games-image__box:hover .x-main-best-games__image-btn-container{
    opacity: 1;
    transition: background-size 0.3s ease-in-out,
                background-position 0.3s ease-in-out;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .x-main-best-games__images-row-2{
    display: block;
  }

  .x-main-best-games__image-btn{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: var(--button-text-color);
    min-width: 100px;
    border-radius: 5px 0 5px 0;
    line-height: 28px;
    background-image: var(--button-bg-img);
    box-shadow: var(--button-shadow-filter);
    text-shadow: var(--button-text-shadow);
    padding: 1px 20px;
    opacity: 0;
    pointer-events: none;
  }

  [lang=fr] .x-main-best-games__image-btn,
  [lang=es] .x-main-best-games__image-btn {
    width: 150px;
    padding: 1px 10px;
  }

  [lang=es] .x-main-best-games__image-btn {
    width: 120px;
  }

  [lang=de] .x-main-best-games__image-btn {
    width: 135px;
  }

  .x-main-best-games__images .x-main-best-games-image__box:hover .x-main-best-games__image-btn{
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }

  .x-main__best-games {
    background-color: var(--best-games-bg);
    background-image: url(../img/x-bg_white_desktop_start.webp);
  }

  .x-main-about-us__list{
    column-gap: 29px;
  }
  .x-main-about-us__list .x-main-about-us__item{
    margin: 0;
  }
  .x-main__about-us-box{
    padding: 0 4.55729116%;
  }
  .main__payments{
    padding: 32px 4.9% 30px;
    max-width: 820px;
    gap: 10px;
    column-gap: 19px;
  }

  .main__payments svg, .main__payments img {
    transform: scale(1.3);
  }

  /*-Footer-*/
  .x-footer__text{
    padding-left: 23px;
  }
  .x-conditions-item{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .x-conditions-item__icon{
    width: 140px;
    height: 140px;
    margin: 0;
  }
  .x-main-inform-box__conditions{
    position: relative;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
  }
  .x-footer__box span{
    margin: 0 20px;
  }
  .x-footer__box a{
    font-size: 13px;
  }
  .x-conditions-item__text{
    text-align: center;
  }
  .x-conditions-item{
    padding: 155px 10px 10px;
  }
  .x-conditions-item__icon{
    top: -7px;
    left: 0;
    background-size: 161px auto;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .x-icon-1{
    top: -7px;
    background-image: url(../img/x-icon-desk-1.png);

  }
  .x-icon-2{

    background-image: url(../img/x-icon-desk-2.png);
  }
  .x-icon-3{

    background-size: 195px auto;
    background-image: url(../img/x-icon-desk-3.png);
  }

  .x-main__inform-box{
    background-size: 100% 320px;
    grid-template-rows: minmax(320px, min-content) minmax(210px, min-content);
  }

  .x-main__inform-box::after,
  .x-main__inform-box::before{
    height: 320px;
    background-size: 321px auto;
  }

  .x-main__inform-box::before{
    background-size: 269px auto;
  }
}

@media(min-width: 820px){
  .main__payments{
    max-width: 1024px;
  }
}

@media(min-width: 950px){
  body {
    background-size: auto 435px;
  }
  .x-main-roulette__image-box img{
    width: 354px;
    margin-top: -36px;
    margin-right: 62px;
  }

  .x-main-roulette__box{
    min-height: 435px;
  }

  .x-main-roulette__image-box{
    right: -100px;
    height: 435px;
    background-size: auto 436px;
    background-position: bottom right;
  }

  .x-main-roulette__image-box:after{
    background-size: auto 435px;
  }

  .x-main-roulette__image-box:before{
    bottom: -23px;
  }

}

@media(min-width: 1020px){
  body {
    background-size: auto 435px;
  }
  .x-main-roulette__image-box img {
    width: 410px;
    margin-top: 11px;
    margin-right: 62px;
  }

  .main-roulette-tagline__text-1 {
    margin-bottom: 22px;
  }

  .x-main-roulette-tagline__text-tagline{
    font-size: 40px;
    margin-bottom: 25px;
  }

  .main-roulette-tagline__text-2 {
    margin-bottom: 30px;
  }
  [lang=de] .x-header-nav__button--join-now .x-header-nav-item__link,
  [lang=de] .x-header-nav__button--login .x-header-nav-item__link,
  [lang=es] .x-header-nav__button--join-now .x-header-nav-item__link,
  [lang=es] .x-header-nav__button--login .x-header-nav-item__link,
  [lang=fr] .x-header-nav__button--join-now .x-header-nav-item__link,
  [lang=fr] .x-header-nav__button--login .x-header-nav-item__link{
    font-size: 15px;
  }
}

/*-DESKTOP-*/
@media (min-width:1110px){

  .x-wrapper{
    width:960px;
    margin: 0 auto;
    padding: 0;
  }
  .x-terms-text,
  .x-cookies-text,
  .x-privacy-text,
  .x-business-model-text {
    padding: 0 0 30px;
  }
  body {
    background-image: url(../img/x-collage-bg-origin.webp);
    background-size: auto 506px;
    background-position: center top 60px;
  }
  /*-Header-*/
  .x-header-nav__item--mobile-burger,
  .x-header-nav__item--mobile-sign{
    display: none;
  }

  .x-header::before{
    height: 80px;
  }

  .x-header-nav__list{
    justify-content: flex-end;
    margin: 0;
    height: 60px;
  }

  .x-header-nav__list.flex-start{
    justify-content: flex-start;
  }

  .x-header-nav-item__link{
    color: #fff;
    padding: 0 5px 0 0;
    transition: 0.1s all ease-in-out;
  }

  .x-header-nav__item:nth-child(3){

  }

  .x-header-nav__item:nth-child(6){
    margin-right: 0;
  }
  .x-header-nav__button--login .x-header-nav-item__link,
  .x-header-nav__button--join-now .x-header-nav-item__link,
  .x-header-nav__button--get-now .x-header-nav-item__link,
  .x-header-nav__button--log-out .x-header-nav-item__link {
    min-width: 100px;
    padding: 0 15px;
    min-height: 40px;
    font-size: 15px;
  }

  .x-header-nav__button--log-out .x-header-nav-item__link {
    min-width: 40px;
  }

  .x-header-nav__item-logo{
    transform: translate(-50%, 5px);
    margin: 0;
  }

  .x-header__logo-link{
    display: block;
    width: 100%;
    height: 100%;
  }

  .x-header-nav__item--desktop.x-header-nav__button--join-now:not(.hidden){
    display: block;
  }
  #x-language #x-all-languages{
    margin-left: -5px;
  }
    /*-Main-*/

  .x-main__roulette{
    position: relative;
    min-height: 506px;
  }

  .x-main__roulette:after{
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -1.5px;
    background-image: var(--gold-line-desk);
    pointer-events: none;
  }

  .x-main-roulette__box{
    flex-direction: row;
    background: none;
    width: 1100px;
  }

  .x-main-roulette__box:after{
    content: none;
  }

  .x-main-roulette__tagline{
    order: 0;
    align-items: flex-start;
  }

  .x-main-roulette__image-box{
    order: 1;
    position: absolute;
    right: -100px;
    top: 0;
    height: 506px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../img/x-happy-man-desk@2x.webp);
    background-size: auto 506px;
  }
  .x-main-roulette__image-box img{
    width: 518px;
    margin-top: 10px;
    margin-right: 0;
    margin-left: -3px;
  }

  .x-main .x-main-roulette__tagline{
    padding-left: 70px;
    flex-basis: 53%;
    margin: 140px 0 0 0;
  }

  .logged[lang] .x-main .x-main-roulette__tagline {
    margin: 180px 0 0 0;
  }

  [lang="it"] .x-main .x-main-roulette__tagline {
    padding-left: 70px;
    flex-basis: 56%;
    margin: 140px 0 0 0;
  }

  [lang="es"] .x-main .x-main-roulette__tagline{
    flex-basis: 65%;
    margin: 140px 0 0 0;
  }

  .slide__text-box {
    transform: scale(0.85, 1);
    margin-left: -33px;
  }

  [lang="it"] .slide__text-box,
  [lang="de"] .slide__text-box {
    margin-left: -43px;
  }

  [lang="es"] .slide__text-box{
    margin-left: -47px;
  }

  .slide__big-phrase{
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 10px;
  }

  .slide__small-phrase{
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px;
  }

  .main-roulette-tagline__text-1{
    margin-bottom: 19px;
  }

  .x-main-roulette-tagline__text-tagline{
    font-size: 50px;
    line-height: 51px;
  }
  .slide__big-phrase{

  }
  .slide__small-phrase{
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .main-roulette-tagline__text-2{
    line-height: 45px;
  }

 .x-main .x-main-roulette-tagline__link{
    align-self: flex-start;
    padding: 7px 27px 6px;
   min-width: 170px;
   font-size: 20px;
  }

  .x-main-best-games__box{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .x-main-best-games__title{
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 25px;
  }

  .x-main-best-games__images{
    grid-template-columns: 225px 225px 225px 225px;
    grid-template-rows: 160px 160px ;
    margin-bottom: 24px;
    padding: 0;
  }

  .x-main__best-games {
    background-color: var(--best-games-bg);
    background-image: url(../img/x-bg_white_desktop_start.webp);
  }

  .x-main-best-games__image-btn-container{
    display: block;
  }

  .main-about-us__list{
    gap: 35px;
    height: 58px;
  }

  .main__payments{
    display: flex;
    padding: 16px 0 17px;
    transform: none;
    max-width: 100%;
    column-gap: 22px;
  }

  .main__payments svg, .main__payments img {
    transform: scale(1.37);
  }

  .main-payments__box-1 svg,
  .main-payments__box-1 img,
  .main-payments__box-2 svg,
  .main-payments__box-2 img,
  .main-payments__box-3 svg,
  .main-payments__box-3 img{
    margin-right: 5px;
  }

  .x-main-inform-box__conditions::after {
    background-image: url(../img/x-shine-left_desk.png);
  }

  .x-main-inform-box__conditions::before {
    background-image: url(../img/x-shine-desk_right.png);
  }

  /*-Footer-*/
  .x-footer__text{
    padding-left: 0;
    padding-top: -1px;
  }

  .registration__fields-wrp{
    grid-gap: 20px 15px;
  }

  .x-popup-game {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .x-popup-game {
    display: block;
    position: absolute;
    margin-left: 0;
    width: 100%;
    height: 100%;
    top: 55px;
  }

  #x-popup-game .x-wrapper_close-and-zoom {
    width: 70px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #x-popup-game .x-close {
    position: static;
    float: right;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }

  #x-popup-game .x-zoom {
    position: static;
    width: 30px;
    height: 30px;
    background-image: url(../img/x-zoom-icon.svg), var(--btn-close-lg);
  }

  #x-popup-game .x-zoom:hover {
    background-image: url(../img/x-zoom-icon.svg), var(--btn-close-lg-hover);
    box-shadow: var(--btn-close-shadow-hover);
  }

  #x-popup-game .x-panel-info .x-game-name {
    font-size: 24px;
    line-height: 28px;
    color: var(--game-popup-title-color);
    margin-bottom: 20px;
    display: block;
  }

  .x-popup-game .x-panel-game {
    position: relative;
    float: left;
    margin-left: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--color-darkgrey--250);
    background-color: var(--color-basic-black);
    width: calc(100% - 360px);
    height: 90vh;
  }
  #x-popup-game .x-panel-game .x-game-container {
    background-image: url(../img/x-load-gif.gif);
    background-size: 160px 120px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
  }

  .x-popup-game .x-panel-info {
    float: right;
    width: 300px;
    max-height: 91vh;
    margin-right: 18px;
    margin-top: 50px;
  }

  .x-panel-info__container{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  #x-popup-game .x-panel-info .x-game-description {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-basic-white);
    margin-bottom: 15px;
    font-weight: 400;
    display: block;
    overflow-y: auto;
  }

  #x-popup-game .x-panel-info .x-game-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .x-game-iframe, #x-iframe {
    z-index: 9999;
    display: inline;
    width: 100%;
    height: 100%;
  }

  #x-popup-game #x-game-data .x-game-volatility {
    display: inline-flex;
    align-items: baseline;
    margin-bottom: 3px;
    margin-left: 0;
    text-align: center;
    padding-left: 33px;
    color: var(--color-basic-white);
    z-index: 50;
    width: auto;
    height: 35px;
    font-size: 14px;
    background: url(../img/x-volatility-icon.svg) no-repeat top left;
  }

  #x-popup-game .x-panel-info .x-game-info .x-game-rtp {
    margin-bottom: 1px;
    margin-left: 0;
    text-align: center;
    padding-left: 33px;
    display: inline-flex;
    align-items: baseline;
    color: var(--color-basic-white);
    z-index: 50;
    width: auto;
    height: 35px;
    font-size: 14px;
    background: url(../img/x-rtp-icon.svg) no-repeat top left;
  }

  #x-popup-game .x-registration-banner-game {
    width: auto;
    padding: 10px;
    text-align: center;
    color: var(--color-basic-white);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-height: 140px;
  }

  .x-main-inform-box__conditions.x-wrapper {
    width: 100%;
    height: 320px;
    margin: 0;
    padding-left: calc((100% - 960px) / 2);
    padding-right: calc((100% - 960px) / 2);
  }

  .x-conditions-item{
    width: 320px;
    padding: 155px 10px 10px;
  }
  .x-icon-1{
    top: -7px;
    left: 0;
    background-image: url(../img/x-icon-desk-1.png);
    background-size: 161px auto;
  }
}
@media(min-width: 2050px){
  body {
    background-size: auto 506px;
  }
}

@media(min-height: 1500px) and (min-width: 2100px) {
  body {
    background-size: auto 40vh;
  }

  .x-wrapper {
    width: 1400px;
  }
  .x-header__logo {
    /*width: 170px;*/
    /*height: auto;*/
    /*margin-top: 35px;*/
  }
  .x-header-nav__button--login .x-header-nav-item__link{
    margin-right: 20px;
  }
  .x-header-nav__button--login .x-header-nav-item__link,
  .x-header-nav__button--join-now .x-header-nav-item__link,
  .x-header-nav__item-back,
  [lang=de] .x-header-nav__button--join-now .x-header-nav-item__link,
  [lang=de] .x-header-nav__button--login .x-header-nav-item__link,
  [lang=es] .x-header-nav__button--join-now .x-header-nav-item__link,
  [lang=es] .x-header-nav__button--login .x-header-nav-item__link,
  [lang=fr] .x-header-nav__button--join-now .x-header-nav-item__link,
  [lang=fr] .x-header-nav__button--login .x-header-nav-item__link{
    font-size: 20px;
  }
  .x-main .x-main-roulette-tagline__link{
    min-width: 250px;
    font-size: 24px;
    height: 60px;
  }
  .x-main-roulette {
    min-height: 40vh;
  }
  .x-main-roulette__box{
    min-height: 40vh;
  }
  .x-main-roulette__tagline{
    height:calc(100% - 8vh);
  }
  .x-main-roulette__image-box {
    min-height: 40vh;
    background-size: auto 40vh;
    width:80.75vw;
    max-width: 100vw;
    right: calc(50% + ((100vw / 2) - 76vw));
  }

  [lang=fr] .slide__big-phrase{
    letter-spacing: 0;
  }
  [lang=es] .x-main .x-main-roulette__tagline, [lang=fr] .x-main .x-main-roulette__tagline,
  .x-main .x-main-roulette__tagline {
    margin-top: 8vh;
    padding-left: 0;
  }
  .x-main-best-games__link{
    min-width: 170px;
    font-size: 20px;
    min-height: 50px;
  }
  .slide__text-box {
    transform: scale(0.9, 1);
    margin-left: -32px;
  }
  [lang=es] .slide__text-box {
    transform: scale(0.87, 1);
    margin-left: -53px;
  }
  .x-main-best-games__name {
    font-size: 18px;
  }
  .x-main-best-games__box{
    padding-top: calc(5.5vh * 1.5);
    padding-bottom: calc(5vh * 1.5);
    justify-content: flex-start;
  }
  @media(min-height: 1700px){
    .x-main-slide__tagline{
      height:calc(100% - 10vh);
    }
    [lang=es] .x-main .x-main-roulette__tagline, [lang=fr] .x-main .x-main-roulette__tagline,
    .x-main .x-main-roulette__tagline {
      margin-top: 10vh;
    }
    .logged[lang] .x-main .x-main-roulette__tagline {
      margin-top: 15vh;
    }
  }
  .slide__big-phrase {
    font-size: 65px;
    line-height: 75px;
  }
  .slide__small-phrase {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .x-main-best-games__images{
    grid-template-columns: minmax(225px,1fr) minmax(225px,1fr) minmax(225px,1fr) minmax(225px,1fr);
    grid-template-rows: 215px 215px;
    margin-bottom: 5vh;
  }
  .main-inform-box__social {
    /*height: 230px;*/
  }
  .x-social__logo{
    width: 155px;
    height: 90px;
  }

  .x-social__title{
    font-size: 25px;
    line-height: 30px;
  }
  .x-footer{
    height: 80px;
  }
  .x-footer__box a {
    font-size: 20px;
  }

  .x-privacy-text p,
  .x-cookies-text p,
  .x-terms-text p,
  .x-business-model-text p {
    font-size: 18px;
    line-height: 26px;
  }

  .x-privacy-text h1,
  .x-cookies-text h1,
  .x-terms-text h1,
  .x-business-model-text h1 {
    font-size: 40px;
    margin: 75px 0 50px;
  }

  .x-privacy-text h3,
  .x-cookies-text h3,
  .x-terms-text h3,
  .x-business-model-text h3 {
    font-size: 24px;
    margin: 30px 0;
  }
  .x-privacy-text li,
  .x-cookies-text li,
  .x-terms-text li,
  .x-business-model-text li {
    font-size: 21px;
    line-height: 32px;
  }
}

@media (max-width:768px){
  .x-header-nav__item-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -2px);
  }

  #x-language #x-arrow-languages {
    margin-top: 8px;
  }

  .x-header-nav__member-buttons--box {
    gap: 10px;
  }

  .x-main-best-games__box {
    padding-top: 30px;
  }

  .x-main-best-games__images {
    margin-bottom: 0;
  }
}

@media (max-width: 486px) {
  .x-header-nav__item-logo {
    position: initial;
    transform: translate(0, -2px);
  }

  #popup-registration {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .x-main-roulette-tagline__link {
    min-width: unset;
    padding: 3px 15px 0;
  }

  .x-main-best-games__box {
    padding: 30px 0 40px;
  }

  .x-main-best-games__images {
    margin-bottom: 0;
  }

  .x-main-inform-box__conditions {
    padding-bottom: 30px;
  }

  .x-privacy-text h1,
  .x-cookies-text h1,
  .x-terms-text h1,
  .x-business-model-text h1 {
    font-size: 20px;
    margin: 20px 0 20px;
  }

  .x-main-inform-box__social {
    padding-bottom: 20px;
  }

  .x-begamblingaware__text {
    margin-bottom: 10px;
  }

  .x-footer__box {
    row-gap: 5px;
  }
}

@media (max-width: 410px) {
  .x-language__container {
    flex-basis: 30px;
  }

  .second-page .x-header-nav__item .x-header-nav-item__link {
    padding: 0 5px;
  }

  [lang=it] .second-page .x-header-nav__item .x-header-nav-item__link {
    font-size: 11px;
  }
}

@media (max-width: 486px) and (max-height: 690px) {
  .x-popup-page.coins_free-popup {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-height: 486px) and (orientation: landscape){
  body {
    background-position: center top 50px;
  }

  .x-header {
    height: 50px;
  }

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

  .x-header__logo {
    width: 90px;
    height: 50px;
    margin: 4px auto 0;
  }

  #popup-registration {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .popup-page.coins_free-popup {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .x-main-roulette-tagline__link {
    min-width: unset;
    padding: 3px 15px 0;
  }

  .x-main-best-games__box {
    padding: 30px 0 40px;
  }

  .x-main-best-games__images {
    margin-bottom: 0;
  }

  .x-main-inform-box__conditions {
    padding-bottom: 30px;
  }

  .x-privacy-text h1,
  .x-cookies-text h1,
  .x-terms-text h1,
  .x-business-model-text h1 {
    font-size: 20px;
    margin: 20px 0 20px;
  }

  .x-popup-game-mobile_info-wrp {
    justify-content: end;
    flex-direction: column;
     align-items: center;
     flex-grow: 1;
    min-height: min-content;
    gap: 20px;
  }

  .x-popup-game-mobile_first-section {
    padding: 0 39px;
  }
}

.not-clickable{
  pointer-events: none;
}

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