@import url(./social_coins.css);
@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;
}
body {
  display: 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: "Montserrat", sans-serif;
  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 */
/*--------------------*/
.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;
}
.privacy,
.cookies,
.terms{
  display: none;
}

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

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

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

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

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

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

.use-cookie__text{
  color: #80858C;
  font-size: 13px;
  line-height: 18px;
  text-align: start;
}
.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;
}
[lang="es"] .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: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff") format("woff"),
       url("../fonts/Montserrat-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;
  font-family: "Montserrat", 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/K9L2M5N8.webp);
  background-position: center top 50px;
  background-size: auto 870px;
  background-repeat: no-repeat;
  overflow: hidden;
  color: var(--button-text-color);
  flex-direction: column;
}
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;
}

.main{
  display: grid;
  grid-template-rows: min-content 1fr;
  flex-grow: 1;
}

.popup-open .main {
  min-height: unset;
  max-height: 100vh;
  filter: blur(5px);
  overflow: hidden;
}

.second-page .main{
  grid-template-rows: 1fr;
}

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

.terms-text,
.cookies-text,
.privacy-text{
  font-family: "Roboto", sans-serif;
  background-color: var(--color-basic-white);
  background-image: url(../img/C9D2E5F8.png);
  background-repeat: repeat;
  background-position: top center;
  padding: 0 3.125%;
  padding-bottom: 30px;
}
.wrapper{
  width:100%;
  margin:0 auto;
}

/*-MOBILE-*/
/*-Header-*/
.header{
  height: 50px;
  position: relative;
  z-index: 1000;
  background-color:var(--color-basic-black);
}
.popup-open .header{
  filter: blur(5px);
  position: fixed;
  width: 100%;
  z-index: 1999;
}

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

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

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

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

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

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

.header-nav__item--mobile-burger,
.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);
}

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

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

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

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

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

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

.header-nav__button--join-now .header-nav-item__link,
.header-nav__button--login .header-nav-item__link,
.header-nav__button--get-now .header-nav-item__link,
.header-nav__button--log-out .header-nav-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  min-width: 30px;
  font-weight: 700;
  text-shadow: 0 1px 0 #FFFFFF;
  color: var(--color-basic-black);
  line-height: 15px;
  text-transform: uppercase;
  padding: 0 7px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px var(--color-basic-black);
  text-align: center;
}

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

.header-nav__button--login .header-nav-item__link,
.header-nav__button--log-out .header-nav-item__link {
  background-color: var(--color-basic-white);
  background-image: initial;
}

.header-nav__button--join-now{
  order: 0;
}

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

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

.header-nav__button--login .header-nav-item__link {
  background: linear-gradient(90deg, #FEFEFE 0%, #D4D4D4 100%);
  border: 2px solid #FEFEFE;
}

.header-nav__button--log-out .header-nav-item__link {
  background-image: url("../img/G3T6R9O2.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  border: 2px solid #FEFEFE;
  box-shadow: inset 0 0 0 1px #A6A6A6;
}

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

[lang=de] .header-nav__button--join-now .header-nav-item__link,
[lang=de] .header-nav__button--login .header-nav-item__link{
  font-size: 9px;
}

.header-nav__button--login .header-nav-item__link:hover {
  color: #c38f2b;
}

.header-nav__button--log-out .header-nav-item__link:hover {
  background-color: var(--button-hover);
}

.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: 35px;
}
#language.real-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  height: 50px;
  cursor: pointer;
}
#language #all-languages {
  position: fixed;
  z-index: 9000;
  display: none;
  width: 105px;
  margin-top: 20px;
  padding-top: 10px;
  margin-left: -5px;
  border-radius: 10px;
  background: transparent;
}
.language__link {
  display: flex;
  align-items: center;
  padding: 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;
}
.language__link:hover{
  background-color: #F6F5EF;
  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: 5px;
  background: url(../img/M3N6O9P2-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;
}
.container-lang-links{
  overflow: hidden;
  background-color: var(--color-basic-white);
  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;
  }
}

/*-Main-*/
.main-roulette__box{
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 697px;
  justify-content: end;
}

.logged .main-roulette__box {
  min-height: 231px;
}

.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/mirror-girl.webp);
  background-size: 320px auto;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}

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

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

.main-roulette__tagline{
  order: 1;
  display: none !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  height: 100%;
  gap: 25px;
}

.main-roulette-tagline__text-tagline{
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: start;
  padding: 0 3.125%;
  margin-bottom: 5px;
  color: var(--color-basic-white);
  margin-top: 20px;
}
.slide__text-box{
  display: flex;
  flex-direction: column;
  transform: scale(0.85, 1);
  margin-left: -14px;
}

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

.slide__small-phrase,
.slide__big-phrase{
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

.slide__big-phrase{
  color: #000;
  max-width: 100%;
  font-size: 13px !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
}

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

.main-roulette__tagline .gold{
  color: #C19D01;
}

.slide__text-box .gold {
  color:  #db1818;
  font-weight: 700;
}

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

.main-roulette-tagline__link,
.main-best-games__link{
  display: flex;
  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);
  box-shadow: 0 0 10px #FFE600;
  border-radius: 15px 0 15px 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;
}
.main-roulette-tagline__link{
  margin-left: 3.125%;
}

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

.modal-btn,
.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"] .main-best-games__title{
  font-size: 18px;
}
.modal-btn:hover,
.registration__button-sbm:hover,
.main-best-games__link:hover{
  color: var(--rgba-white-75);
}

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

.main__best-games{
  background-color: var(--best-games-bg);
  background-image: url(../img/C9D2E5F8.png);
  background-repeat: repeat;
  background-position: top center;
  display: flex;
}

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

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

.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 33.1875vw 33.1875vw 33.1875vw 33.1875vw 33.1875vw 33.1875vw 33.1875vw 33.1875vw;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 3.125%;
}

/*.logged .main-best-games__images{*/
/*  grid-template-rows: 33.1875vw 33.1875vw 33.1875vw 33.1875vw;*/
/*}*/

.main-best-games__name{
  display: none;
}

.main-best-games__images .main-best-games-image__box{
  position: relative;
  height: 100%;
  cursor: pointer;
}

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

/*.logged .main-best-games__images-row-3,*/
/*.logged .main-best-games__images-row-4 {*/
/*  display: none;*/
/*}*/

.main-best-games__images-row-3 img,
.main-best-games__images-row-4 img,
.main-best-games__images-row-1 img,
.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);
}

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

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

.main-best-games__frame {
  position: absolute;
  width: 100%;
  height: 107%;
  background-image: url("../img/Q5R8S1T4_frame.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 104%;
  pointer-events: none;
}

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

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

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

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

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

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

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

/*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;
}

.mobile-inner-block.hide{
  display:none;
}
.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: 250px;
  padding: 0;
}
.popup-common__logo{
  min-height: 90px;
  background: center/auto 50px no-repeat url(../img/K1S4U7O0.svg), center/contain no-repeat url(../img/S3T6U9V2-popup-header-bg.png);
  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 {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-basic-black);
  line-height: 18px;
  text-align: center;
}

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

.popup-common .btn-ok,
.popup-error .btn-ok {
  display: inline-block;
  box-shadow: inset 0 0 0 1px var(--color-basic-black), 0 5px 5px rgba(0, 0, 0, 0.25);
  margin: 0;
  text-align: center;
  min-width: 75px;
  height: 35px;
  font-weight: 600;
  font-size: 13px;
  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 {
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0 1px 0 #FFFFFF;
  color: var(--color-basic-black);
  background-image: linear-gradient(98.96deg, #E6C75D 6.81%, #C49333 93.19%);
  border: 2px solid #E6C75D;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px var(--color-basic-black);
}

.btn-gold:hover {
  color: #523d15;
}
/*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: #EAEAEA;
  box-shadow: 0 0 10px var(--rgba-black-25);
  text-align: center;
  line-height: normal;
  border-radius: 10px;
  box-sizing: border-box;
}

.popup-common,
.popup-error {
  background-color: var(--color-basic-white);
}

.popup-login__close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  right: -8px;
  background-image: url(../img/U7V0W3X6.svg), var(--btn-close-lg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px, contain, contain;
  border-radius: 50%;
}
.popup-login__close:hover {
  background-image: url(../img/U7V0W3X6.svg), var(--btn-close-lg-hover);
  box-shadow: var(--btn-close-shadow-hover);
}
#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: 15px;
}

#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: 25px;
}
#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: #EAEAEA;
  box-shadow: 0 0 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/U7V0W3X6.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/U7V0W3X6.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/I9J2K5L8@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/Y9Z2A5B8-load.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/G7H0I3J6_eye.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  transition: .2s ease all;
  outline: none;
}
.see-psw.hidden {
  background-image: url(../img/K9L2M5N8_eye_crossed.svg);
}

#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(../img/Y9Z2A5B8-load.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-box, .login__btn-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  height: 138px;
  width: 300px;
  margin-left: -24px;
  padding-bottom: 15px;
}

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

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

.registration__btn-show-password,
.registration__btn-hide-password{
  background-image:url(../img/G7H0I3J6_eye.svg);
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.registration__btn-hide-password{
  background-image:url(../img/K9L2M5N8_eye_crossed.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:not([type="tel"]):focus {
  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){
    .header-nav__item--user-greetings{
      font-size: 14px;
    }
  }

  @media(max-width: 500px){
    .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;
  }

#registration__country {
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
}
/*.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/E9F2G7H4.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 #7D7D7B;
    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.focus-input,
.field__input:not([type="tel"]):focus {
  border: 2px solid var(--focus-input-border);
  padding: 0 0 0 9px;
}

  #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-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/S3T6U9V2.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/U7V0W3X6.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 {
  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;
}
.frm-login-have-acc .reg__link-login {
  text-decoration: none;
  font-weight: 700;
  color: #FFF9DB;
  margin-left: 5px;
  border-bottom: 1px solid #E19854;
}

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

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

.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: #000 } to { color : #e7321f }
}

.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: 19px;
  color: var(--color-basic-black);
}
.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 #DDDDDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  box-sizing: border-box;
}
#popup-registration .checkbox__button:checked + .checkbox__label::after{
  background-color: var(--color-checkbox);
  background-image: url(../img/I5J8K1L6-black.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;
    -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);
}

.form-cc__btn-reload-payment {
  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-weight: 700;
  line-height: 1;
  font-size: 15px;
  min-width: 100px;
  margin: 0;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 1px var(--color-basic-black), 0 5px 5px rgba(0, 0, 0, 0.25);
}
.popup-login__button-sbm {
  margin: auto auto 30px;
}
.registration__terms {
    text-decoration: none;
    color: #C19D01;
  }

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

/*END POPUP REGISTRATION*/


/*Popup Game*/


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

.popup-game, .popup-game-mobile {
  font-family: "Roboto", sans-serif;
  -webkit-backdrop-filter: blur(179px);
  backdrop-filter: blur(179px);
  z-index: 4000;
}

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

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

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

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

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

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

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

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

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

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

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

b, strong {
  font-weight: bolder;
}

#popup-game .registration-banner-game, .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;
}

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

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

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

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

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

.popup-game-mobile--btn {
  font-size: 15px;
  margin: 4px 0;
  min-width: 100px;
  min-height: 40px;
  max-width: 269px;
  box-sizing: border-box;
}

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

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

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

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

#popup-game .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);
}
.popup-game-mobile_ratio-wrp {
  display: flex;
  align-items: center;
  margin: 30px auto 40px;
}
.popup-game-mobile_ratio {
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  position: relative;
  padding-left: 32px;
  margin-right: 10px;
}
.popup-game-mobile_ratio span {
  white-space: pre-wrap;
}

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

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

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

.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){
    .popup-game-mobile_second-section {
      margin: 0;
      width: 100%;
      justify-content: flex-start;
      flex-grow: 1;
    }
  }

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

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

  @media (max-width: 799px){
    #popup-game {
      overflow-y: scroll;
    }
  }
  @media (max-width: 576px){
    .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){
    .popup-game-mobile_first-section {
      padding: 0 39px;
    }
  }
  @media (max-width: 576px){
    #popup-game .registration-banner-game.mob {
      margin: 0;
    }
  }

}


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

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

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

  .main__payments svg,
  .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){
  .main-best-games__images{
    display: grid;
    grid-template-columns: 160px 160px 160px;
    grid-template-rows:  131px 131px;
  }

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

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

@media(min-width: 540px){
  .main-roulette__box {
    min-height: 692px;
  }

  .logged .main-roulette__box {
    min-height: 231px;
  }
  .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 16.81vw 16.81vw 16.81vw 16.81vw;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 3.125%;
  }

  /*.logged .main-best-games__images{*/
  /*  grid-template-rows: 16.81vw 16.81vw;*/
  /*}*/

  #popup-registration .registration-banner{
    background-image: url(../img/A5B8C1D4@2x.jpg);
    background-size: cover;
  }

}

@media(min-width: 650px){
  /*.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;
  }
  .main-roulette__tagline:before{
    content: none;
  }

  .main .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;
  }
  .main-roulette-tagline__text-tagline {
    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;
  }
}
.main__inform-box{
  position: relative;
  background-color: var(--footer-bg-color);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.main-inform-box__conditions {
  display: none !important;
}

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

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

.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, #1F0001 0%, #271F00 100%);
  margin: 0;
  padding-left: calc((100% - 960px) / 2);
  padding-right: calc((100% - 960px) / 2);
}

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

.conditions-item{
  position: relative;
  padding: 90px 10px 10px;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}
.conditions-item__icon{
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90px auto;
}
.icon-1{
  top: 0;
  left: 0;
  background-image: url(../img/U1V4W7X0-icon-1.png);
}
.icon-2{
  top: 0;
  left: 0;
  background-image: url(../img/Y3Z6A9B2-icon-2.png);
}
.icon-3{
  top: -10px;
  left: 0;
  background-size: 115px;
  background-image: url(../img/C5D8E1F4-icon-3.png);
}
.conditions-item__text{
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-basic-white);
  line-height: 20px;
  text-align: start;
  margin-top: 30px;
}
.main-inform-box__social{
  font-family: "Roboto", sans-serif;
  background: var(--footer-bg-social);
  padding-bottom: 25px;
}
.popup-open .main-inform-box__social{
  min-height: unset;
  height: unset;
}
.social__logo{
  width: 140px;
  height: 40px;
  background-image: url(../img/funs-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 35px auto 0;
}
.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;
}
.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;
}

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

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

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

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

/*-Footer-*/

.footer{
  background: var(--footer-bg-color);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-open .footer {
  display: none;
}
.footer__text{
  color: var(--footer-text);
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  line-height: 45px;
  text-align: center;
}
.footer__box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
}
.footer__box a{
  position: relative;
  color: var(--color-basic-white);
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
.footer__box a:hover{
  color: var(--about-us-link-hover);
}
.footer__box span{
  diplay: block;
  width: 4px;
  height: 4px;
  background-color: #a3a3a3;
  border-radius: 50%;
  margin: 0 10px;
}
/*-TABLET-*/
@media (min-width:769px){
  /*body {*/
  /*  background-image: url(../img/K9L2M5N8.webp);*/
  /*  background-size: auto 366px;*/
  /*  background-position: center top 80px;*/
  /*}*/

  /*.main-slide__image-box {*/
  /*  height: 366px;*/
  /*  background-image: url(../img/mirror-girl.webp);*/
  /*  background-size: 508px auto;*/
  /*  background-position: bottom  right;*/
  /*  margin-top: auto;*/
  /*}*/

  .header-nav__list{
    column-gap: 20px;
    justify-content: flex-end;
  }
  .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: 30px;
    height: 30px;
  }
  .links-container{
    gap: 20px;
    justify-content: flex-end;
  }
  #language nobr{
    width: 50px;
  }
  .header-nav__item-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -2px);
    width: 60%;
    max-width: 120px;
  }
  .header__logo {
    display: block;
    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:after{
    content: "";
    width: 342px;
    height: 44px;
 }
  .terms-text, .cookies-text, .privacy-text,
.header-nav-box{
  padding: 0 4.5572916%;
}

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

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

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

.header__logo{
  width: 140px;
  height: 80px;
}
  .header-nav__button--join-now .header-nav-item__link,
  .header-nav__button--login .header-nav-item__link{
    font-size: 15px;
  }

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

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

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

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

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

.main .main-roulette-tagline__link{
    margin-bottom: 57px;
  }
  .slide__text-box {
    /*transform: scale(0.85, 1);*/
    /*margin-left: -27px;*/
  }
  .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;
  }

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

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

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

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

  .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 14.97395833333vw 14.97395833333vw 14.97395833333vw 14.97395833333vw;
    padding:0 4.55729116%;
    gap: 20px;
    margin-bottom: 24px;
    row-gap: 36px;
  }

  .main-best-games__name{
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    color: #232323;
    text-align: center;
    margin-top: 5px;
  }
  .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;
  }

  .main-best-games__images .main-best-games-image__box:hover .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;
  }

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

  .main-best-games__image-btn{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--button-text-color);
    white-space: nowrap;
    min-width: 110px;
    max-height: 32px;
    line-height: 28px;
    text-shadow: none;
    border-width: 1px;
    padding: 1px 20px;
    opacity: 0;
    pointer-events: none;
  }

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

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

  .main__best-games {
    background-color: var(--best-games-bg);
    background-image: url(../img/C9D2E5F8.png);
  }

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

  }
  .icon-2{

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

    background-size: 195px auto;
    background-image: url(../img/I5J8K1L4.png);
  }

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

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

  .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 670px;
    background-position: center top 80px;
  }

  .header-nav__item-logo{
    max-width: 160px;
  }

  .main-roulette__image-box img{
    width: 354px;
    margin-top: -36px;
    margin-right: 62px;
  }

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

  .main-roulette__image-box{
    width: 100vw;
    height: 670px;
    left: -249px;
    background-size: 928px auto;
    background-position: bottom left 0;
  }

  .logged .main-roulette__image-box {
    left: 0;
  }

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

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

}

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

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

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

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

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

  .wrapper{
    width:960px;
    margin: 0 auto;
    padding: 0;
  }
  .terms-text, .cookies-text, .privacy-text{
    padding: 0 0 50px;
  }
  body {
    background-image: url(../img/K9L2M5N8.webp);
    background-size: auto 760px;
    background-position: center top 80px;
  }
  /*-Header-*/
  .header-nav__item--mobile-burger,
  .header-nav__item--mobile-sign{
    display: none;
  }

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

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

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

  .header-nav-item__link{
    transition: 0.1s all ease-in-out;
  }

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

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

  header-nav__button--login .header-nav-item__link{
    display: block;
  }
  .header-nav__item-logo{
    transform: translate(-50%, 0);
  }

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

  .header__logo {
    width: 170px;
    height: auto;
    margin-top: 0;
  }

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

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


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

  .main-roulette__box{
    width: 1100px;
  }

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

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

  .main-roulette__image-box{
    order: 1;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    background-image: url(../img/mirror-girl.webp);
  }
  .main-roulette__image-box img{
    width: 518px;
    margin-top: 10px;
    margin-right: 0;
    margin-left: -3px;
  }

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

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

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

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

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

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

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

 .main .main-roulette-tagline__link{
    align-self: flex-start;
    padding: 5px 10px 5px;
    min-width: 140px;
    font-size: 20px;
  }

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

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

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

  /*.logged .main-best-games__images {*/
  /*  grid-template-rows: 160px 160px;*/
  /*}*/

  .main__best-games {
    background-color: var(--best-games-bg);
    background-image: url(../img/C9D2E5F8.png);
  }

  .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;
  }
  /*-Footer-*/
  .footer__text{
    padding-left: 0;
    padding-top: -1px;
  }

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

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

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

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

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

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

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

  .popup-game .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;
  }
  #popup-game .panel-game .game-container {
    background-image: url(../img/Y9Z2A5B8-load.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%;
  }

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

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

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

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

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

  #popup-game #game-data .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/C1D4E7F0.svg) no-repeat top left;
  }

  #popup-game .panel-info .game-info .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/W5B8T1.svg) no-repeat top left;
  }

  #popup-game .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;
  }

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

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



@media (max-width:768px){
  .header-nav__item-logo {
    position: static;
    transform: none;
  }

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

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

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

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

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

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

  .header-nav__button--join-now .header-nav-item__link,
  .header-nav__button--login .header-nav-item__link {
    font-size: 13px;
  }

  [lang=it] .header-nav__button--join-now .header-nav-item__link,
  [lang=it] .header-nav__button--login .header-nav-item__link {
    font-size: 11px;
  }

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

  .main-roulette-tagline__link {
    min-width: unset;
    padding: 0 15px;
    line-height: 38px;
  }

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

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

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

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

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

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

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

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

  .logged .second-page .language__container {
    display: block;
  }

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

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

@media (max-width: 486px) and (max-height: 690px) {
  .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;
  }

  .header {
    height: 50px;
  }

  .header:after {
    display: none;
  }

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

  .second-page .header-nav__item-logo {
    position: absolute;
    left: 50%;
  }

  .header__logo {
    width: 100px;
    height: 40px;
    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%);
  }

  .main-roulette-tagline__link {
    min-width: unset;
    padding: 0 15px;
    line-height: 38px;
  }

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

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

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

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

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

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

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

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

.registration__block-multi:has(.field--currency:not(.visually-hidden)) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.logged .reg {
  display: none!important;
}

.reg {
  --rgba-black-85: rgba(0,0,0,.85);
  --color-basic-white: #fff;
  --color-basic-black: #000;
  --game-gold-color: #F3BB1A;
  --focus-input-border: #E6C75D;
  --focus-input-outline: rgba(230,199,93,.35);
  --error-border: #DF4B4B;
  --color-checkbox: #DB1818;
  --button-bg-img-2: linear-gradient(360deg,#CC7A00 0%,#F9CD04 100%);
  --text-color: #242424;
  --colored-text: #E6C25A;
  --lg-blocked-popup: linear-gradient(180deg,#FFFADE 0%,#FFC978 100%);
  --shadow: 0 10px 30px rgba(0,0,0,.25);
  margin-top: 231px;
  display: flex;
}

.registration__currency {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* overlay + лоадер */
.reg #overlay{
  display:none; z-index:2000; position:fixed; inset:0;
  background-color:var(--rgba-black-85);
}
.reg #overlay.active{display:block;}
.reg .loader{
  position:fixed; inset:0; background:rgba(0,0,0,.5); z-index:5000;
}
.reg .loader.hidden{display:none;}

/* модалка согласия cookies (если используешь) */
.reg .use-cookie{
  position:fixed; left:0; right:0; bottom:0; transform:translateY(110%);
  z-index:2147483644; background:#000; padding:12px 10px 13px;
}
.reg .use-cookie.use-cookie--show{ transform:translateY(0); }
.reg .use-cookie__text{ color:#80858C; font-size:13px; line-height:18px;}
.reg .use-cookie__text strong{ color:var(--color-basic-white); }
.reg .use-cookie__link{ color:var(--color-basic-white); text-decoration:underline; }

/* контейнер формы */
.reg .intro__form-wrapper{
  width:100%;
  padding:0 25px 25px;
  text-align:center;
  border-bottom:5px solid #E4C65C;
}

.reg .intro__form{
  position:relative; padding:10px 10px 0; width:300px; margin:0 auto;
  background:linear-gradient(180deg,#FFFADE 0%,#FFC978 100%) padding-box,
  linear-gradient(180deg,#FFFADE 0%,#FFC978 100%) border-box;
  box-shadow:0 5px 20px #000, inset 0 0 0 1px #F8C100;
  border:5px solid transparent; border-radius:20px; outline-offset:-5px;
}

/* ступени регистрации */
.reg .registration__steps{
  position:relative; background:#fff0ca; border:3px solid #fff0ca; border-radius:10px;
  width:fit-content; margin:7px auto 0; padding-bottom:3px;
}
.reg .registration__step{
  font-weight:700; font-size:10px; line-height:1; padding:2px 10px 3px; text-transform:uppercase;
  color:#C7A071; text-shadow:0 1px 0 #fff;
}
.reg .registration__step.active{
  background:#DB1818; border-radius:50px; color:#fff; text-shadow:none;
}

/* контейнер полей */
.reg .registration__container{
  padding-top:10px; background:#fff; border-radius:10px; margin-top:-15px;
}

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

.reg .registration__container .registration__step-block,
.reg .registration__container .registration__btn-step-2 {
  display: none;            /* базово скрыты */
}

.reg .registration__btn-step-1.active,
.reg .registration__btn-step-2.active {
  display: flex;            /* показать активные кнопки */
}

.reg .registration__step-block.active {
  display: grid;            /* показать активный шаг сеткой */
}

/* сетка шагов (на всякий случай повторю под скоуп) */
.reg .registration__step-block-1,
.reg .registration__step-block-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  align-items: flex-end;
  grid-gap: 20px 10px;      /* как в исходнике */
}

/* поля */
.reg .field{ position:relative; }
.reg .field__label{
  display:block; font-size:13px; font-weight:700; margin:0 0 7px; color:var(--text-color);
}
.reg .field__label sup{ color:#DF4B4B; }
.reg .field__wrp-input{ position:relative; }
.reg .field__input{
  display:block; width:100%; height:41px; border-radius:5px; box-sizing:border-box;
  background:#fff; color:var(--text-color);
  border:1px solid var(--game-gold-color); padding:0 10px;
}
.reg .field--error .field__input{
  border:2px solid var(--error-border);
  padding-left:9px;
}
.reg .tooltip-red{
  position:absolute; top:calc(100% + 5px); left:0; width:100%; font-size:11px; line-height:1;
  color:var(--error-border);
}
.reg .tooltip-red.hide{ display:none; }

/* телефон (код страны + input) */
.reg .registration__phone-code{
  position:relative; display:flex; align-items:center; min-width:70px; height:100%;
  padding:8px 10px 8px 9px; border-radius:5px 0 0 5px; background:#F5F5F5; box-sizing:border-box;
}
.reg #registration__phone-number.field__input{ border:none; }

/* селекты страна/валюта (кастомный caret) */
.reg .select-container::before,
.reg .field--country .field__wrp-input::before,
.reg .field--currency .field__wrp-input::before{
  content:""; position:absolute; right:0; top:0; z-index:1; width:35px; height:100%;
  background:url("../img/arrow.svg") no-repeat center / 14px 16px; pointer-events:none;
}
.reg .select-container.active::before{ transform:rotate(180deg); }

/* “показать пароль” */
.reg .see-psw{
  position:absolute; right:0; top:50%; transform:translateY(-50%);
  width:30px; height:100%; border:0; background:none; padding:0;
}
.reg .registration__btn-show-password,
.reg .registration__btn-hide-password{
  width:20px; height:20px; background-repeat:no-repeat; background-position:center; background-size:18px 14px;
}
.reg .registration__btn-show-password{ display:none; background-image:url(../img/pass_eye.svg); }
.reg .registration__btn-hide-password{ display:block; background-image:url(../img/pass_eye_crossed.svg); }
.reg .see-psw.hidden .registration__btn-show-password{ display:block; }
.reg .see-psw.hidden .registration__btn-hide-password{ display:none; }

/* чекбоксы */
.reg .checkbox{ display:flex; align-items:center; margin:9px 0; }
.reg .checkbox__button{ display:none; }
.reg .checkbox__label{
  position:relative; padding-left:23px; cursor:pointer; font-size:11px; line-height:16px; color:#8C6D47;
}
.reg .checkbox__label::after{
  content:""; position:absolute; left:0; top:1px; width:16px; height:16px; border:1px solid #DB1818; border-radius:3px;
}
.reg .checkbox__button:checked + .checkbox__label::after{
  border:0; background:var(--color-checkbox) url(../img/arrow-white.svg) no-repeat center / 10px;
}

/* кнопки */
.reg .registration__btns{
  position:relative; z-index:1; display:flex; align-items:center; justify-content:center; gap:10px;
}
.reg .first_button,
.reg .registration__button-sbm{
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  text-transform: uppercase;
  min-height: 40px;
  min-width: 105px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: var(--color-basic-black);
  background: radial-gradient(100% 100% at 47.27% 0%, #EED065 0%, rgba(254, 243, 205, 0) 67.19%), linear-gradient(360deg, #CC7A00 0%, #F9CD04 100%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), inset 0 2px 0 #FFE297;
  text-shadow: 0 1px 0 #FFE297;
  border: 0;
  border-radius: 100px;
}

.reg .registration__button-sbm:disabled{ filter:grayscale(1); }

.reg .registration__btn-step-1{
  display:none; align-items:center; margin:0 auto; min-height:40px; min-width:105px; padding:0 20px;
  border-radius:100px; border:0; font-weight:700; font-size:15px; color:#000;
  background: radial-gradient(100% 100% at 47.27% 0%, #EED065 0%, rgba(254,243,205,0) 67.19%),
  linear-gradient(360deg,#CC7A00 0%,#F9CD04 100%);
  box-shadow:0 5px 5px rgba(0,0,0,.25), inset 0 2px 0 #FFE297;
  text-shadow:0 1px 0 #FFE297;
}
.reg .registration__btn-step-1.active{ display:flex; }
.reg .registration__btn-step-1 span{
  width:10px; height:14px; margin-left:7px; background:url(../img/arrow-right-btn.svg) center/contain no-repeat;
}

.reg .registration__button-back{
  border:2px solid #EB8C35; background:transparent; color:#FFD38D; box-shadow:none; padding:0 10px;
}
.reg .registration__button-back span{
  width:9px; height:14px; margin-right:7px; display:inline-block;
  background:url(../img/arrow-white-left.svg) center/cover no-repeat;
}

.reg .registration__btn-step-2.registration__button-sbm{
  font-size:15px; color:#000; text-shadow:0 1px 0 #FFE297;
  background: radial-gradient(100% 100% at 47.27% 0%, #EED065 0%, rgba(254,243,205,0) 67.19%),
  linear-gradient(360deg,#CC7A00 0%,#F9CD04 100%);
  box-shadow:0 5px 5px rgba(0,0,0,.25), inset 0 2px 0 #FFE297;
  border: none;
}
.reg .registration__btn-step-2.active{ display:flex; }

/* ссылки условий */
.reg .registration__terms{ color:#8C6D47; text-decoration:underline; }

/* ошибки/подсветка для autofill */
.reg .field__input:-webkit-autofill,
.reg input:-internal-autofill-selected{
  -webkit-text-fill-color:#000; color:#000; border:1px solid var(--game-gold-color); background:transparent !important;
  -webkit-box-shadow:0 0 0 1000px #fff inset; box-shadow:0 0 0 1000px #fff inset;
}
.reg .field--currency,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*@media (min-width: 550px){*/
/*  .main-roulette__box {*/
/*    height: 692px;*/
/*  }*/
/*}*/

@media (min-width: 950px) {
  .reg {
    margin-top: 40px;
  }

  .main-roulette__box{
    flex-direction: row;
    background: none;
    width: 950px;
    max-width: 100%;
    height: 670px;
    justify-content: flex-end;
  }

  .registration__btn-box img {
    left: -1px;
  }

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

@media(min-width: 1100px){
  .registration__btn-box img {
    left: 0;
  }
}

/* маленькие адаптивы — сетка и мелочи */
@media (max-width: 550px){
  .reg .intro__form-wrapper{ padding:0 0 30px; }
  .reg .registration__step-block-1,
  .reg .registration__step-block-2{
    grid-template-columns:1fr;
  }
}


.reg *{
  font-family: "Roboto", sans-serif;
}
.reg .checkbox__button:checked + .checkbox__label::after {
  background-color: var(--color-checkbox);
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border: 0;
  box-shadow: none;
}

.reg .checkbox__label::after {
  width: 16px;
  height: 16px;
  top: 1px;
  background-image: none;
  opacity: 1;
  border: 1px solid #DB1818;
  border-radius: 3px;
  box-sizing: border-box;
}

.reg .registration__button-back,
.reg .registration__button-back:hover {
  border: 2px solid #EB8C35;
  background: transparent;
  box-shadow: none;
  color: #FFD38D;
  text-shadow: none;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  font-style: normal;
  text-transform: uppercase;
  min-height: 40px;
  min-width: 105px;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px
}

.registration__btn-step-1 {
  min-height: 40px;
  min-width: 105px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: var(--color-basic-black);
  background: radial-gradient(100% 100% at 47.27% 0%, #EED065 0%, rgba(254, 243, 205, 0) 67.19%), linear-gradient(360deg, #CC7A00 0%, #F9CD04 100%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), inset 0 2px 0 #FFE297;
  text-shadow: 0 1px 0 #FFE297;
  border: 0;
  border-radius: 100px;
  margin: 0 auto;
  display: none;
  align-items: center;
}

.registration__btn-step-1:hover {
  background: linear-gradient(360deg, #FFE787 0%, #D69B00 100%);
  box-shadow: 0 5px 5px rgba(181, 139, 54, 0.25), inset 0 1px 0 #EABF1A, inset 0 2px 0 #AD8402, inset 0 -1px 0 #8A751D;
}

.registration__btn-step-2.registration__button-sbm {
  font-size: 15px;
  background: radial-gradient(100% 100% at 47.27% 0%, #EED065 0%, rgba(254, 243, 205, 0) 67.19%), linear-gradient(360deg, #CC7A00 0%, #F9CD04 100%);
  padding: 0 10px;
  border: 2px solid #EB8C35;
  background: transparent;
  box-shadow: none;
  color: #FFD38D;
  text-shadow: none;
}

.registration__btn-step-2.registration__button-sbm:hover {
  background: linear-gradient(360deg, #FFE787 0%, #D69B00 100%);
  box-shadow: 0 5px 5px rgba(181, 139, 54, 0.25), inset 0 1px 0 #EABF1A, inset 0 2px 0 #AD8402, inset 0 -1px 0 #8A751D;
}

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

@media(min-height: 1500px) and (min-width: 2100px) {
  .header:after {
    width: 500px;
    height: 70px;
  }
  .wrapper {
    width: 1400px;
  }
  .header__logo {
    width: 205px;
    height: auto;
  }
  .header-nav__button--login .header-nav-item__link{
    margin-right: 20px;
  }
  .header-nav__button--login .header-nav-item__link,
  .header-nav__button--join-now .header-nav-item__link,
  .header-nav__item-back,
  [lang=de] .header-nav__button--join-now .header-nav-item__link,
  [lang=de] .header-nav__button--login .header-nav-item__link,
  [lang=es] .header-nav__button--join-now .header-nav-item__link,
  [lang=es] .header-nav__button--login .header-nav-item__link,
  [lang=fr] .header-nav__button--join-now .header-nav-item__link,
  [lang=fr] .header-nav__button--login .header-nav-item__link{
    font-size: 20px;
  }
  .main .main-roulette-tagline__link{
    min-width: 250px;
    font-size: 24px;
    height: 60px;
  }
  .main-roulette {
    min-height: 40vh;
  }
  .main-roulette__box {
    min-height: 40vh;
    width: 1291px;
  }
  .main-roulette__tagline{
    height:calc(100% - 8vh);
  }
  .main-roulette__image-box {
    min-height: 40vh;
    background-size: auto 40vh;
    width: 1400px;
    right: -350px;
  }

  .logged .main-roulette__image-box {
    right: initial;
  }

  [lang=fr] .slide__big-phrase{
    letter-spacing: 0;
  }
  [lang=es] .main .main-roulette__tagline, [lang=fr] .main .main-roulette__tagline,
  .main .main-roulette__tagline {
    margin-top: 8vh;
    padding-left: 0;
  }
  .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;*/
  }
  .main-best-games__name {
    font-size: 18px;
  }
  .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){
    .main-slide__tagline{
      height:calc(100% - 10vh);
    }
    [lang=es] .main .main-roulette__tagline, [lang=fr] .main .main-roulette__tagline,
    .main .main-roulette__tagline {
      margin-top: 10vh;
    }
    .logged[lang] .main .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;
  }

  .main-best-games__images{
    grid-template-columns: minmax(225px,1fr) minmax(225px,1fr) minmax(225px,1fr) minmax(225px,1fr);
    grid-template-rows: 215px 215px 215px 215px 215px 215px;
    margin-bottom: 5vh;
  }

  /*.logged .main-best-games__images {*/
  /*  grid-template-rows: 215px 215px;*/
  /*}*/

  .main-inform-box__social {
    /*height: 230px;*/
  }
  .social__logo{
    width: 155px;
    height: 90px;
  }

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

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

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

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

.reg .field--currency {
  display: none !important;
}
