/* ================================== */
/* ============ОБЩИЕ СТИЛИ=========== */
/* ================================== */
@charset "utf-8";

.full {
  width: 300px;
  height: 600px;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.bg {
  background-color: #0D0D0D;
  
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* mix-blend-mode: screen; */
  z-index: 1 !important;
}




#content {
  /* background-color: #ff0025; */
  
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content a {
  color: #000;
  text-decoration: none;
}

#content span {
  display: inline-block;
}

.logo_bb {
  position: absolute;
  z-index: 9999;
  left: 50%;
  width: 147px;
  top: 16.8%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}





.animation_off .logo_bb {
  visibility: hidden;
}

.banner_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 600px;
  z-index: 10 !important;
}
.banner_container_blur {
  display: inline-block;
  width: 248px;
  height: 525px;
  background: rgba(13, 13, 13, 0.76);
  filter: blur(38.084632873535156px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9 !important;
}

.screen_num,
.screen_game,
.screen_coeff,
.screen_legal {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  
  /* max-width: 300px; */
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}



.screen_item * {
  z-index: 999;
}

.animation .screen_num,
.animation .screen_game,
.animation .screen_coeff,
.animation .screen_legal {
  background-color: transparent;
}

.banner_anim_off .screen_num,
.banner_anim_off .screen_game,
.banner_anim_off .screen_coeff,
.banner_anim_off .screen_legal {
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner_anim_off#content {
  overflow: visible;
}

.banner_anim_off .screen_item:nth-of-type(2) {
  top: 100px;
}

.banner_anim_off .screen_item:nth-of-type(3) {
  top: 500px;
}

.banner_anim_off .screen_item:nth-of-type(4) {
  top: 750px;
}

img {
  width: 100%;
  height: auto;
  will-change: transform;
}


.button {
  border-radius: 0.3em;
  white-space: nowrap;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 999;
  font-size: 10px;
  will-change: transform;
  width: 19.529em;
  height: 4.996em;
  bottom: 16.7%;
  
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.legal_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  /* width: 1400px; */
}

p.legal {
  color: #fff;
  margin: 0;
  position: absolute;
  /* left: 0; */
  font-family: 'Gilroy';
  font-weight: 400;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 400;
  line-height: 1.1;
  bottom: 12px;
  opacity: 0.7;
  font-size: 9px;
  text-align: center;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}

.image_item {
  position: absolute;
  /* transform: translate(-50%,-50%); */
  z-index: 6;
}
.cards_1 {
  top: 62.9%;
  left: -13.8%;
  width: 112px;
}
.chips {
  top: 14.6%;
  left: -12.1%;
  width: 97px;
}
.cards_3 {
  top: 15.9%;
  left: 67.8%;
  width: 152px;
}
.boots {
  top: -12.3%;
  left: 6%;
  width: 197px;
}
.fball {
  top: 70.9%;
  left: -21.8%;
  width: 203px;
}
.bgr_elems {
  transform: translate(-50%,-50%);
  top: 94.7%;
  left: 73%;
  width: 720px;
  z-index: 0;
  opacity: .8;
}



.t_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.t_box .title {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.t_box .title {
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 0.85;
  font-family: 'Giorgio';
  text-transform: uppercase;
  font-size: 61px;
  top: 38%;
}

.t_box .title .thin {
  font-weight: normal;
}

.t_box .title .small {
  font-weight: 400;
  text-transform: initial;
  font-size: 0.54em;
  position: relative;
  text-align: center;
  width: auto;
  font-family: 'Giorgio';
  top: -0.1em;
  line-height: 1.3;
  letter-spacing: initial;
  color: #fff;
}
.t_box .title .yellow {
  color: #D2A85A;
}
.t_box .title .small .wrap {
  display: block !important;
}



/* ============================ */
/* ==========Контроллер======== */
/* ============================ */


.animation .animation_on .off {
  -moz-animation: pulse 4s ease infinite;
  -o-animation: pulse 4s ease infinite;
  -webkit-animation: pulse 4s ease infinite;
  animation: pulse 4s ease infinite;
}

.animation .animation_on .line_1_6 {
  -moz-animation: line_1_6 4s ease infinite;
  -o-animation: line_1_6 4s ease infinite;
  -webkit-animation: line_1_6 4s ease infinite;
  animation: line_1_6 4s ease infinite;
}

.animation .animation_on .line_1_5 {
  -moz-animation: line_1_5 4s ease infinite;
  -o-animation: line_1_5 4s ease infinite;
  -webkit-animation: line_1_5 4s ease infinite;
  animation: line_1_5 4s ease infinite;
}

.animation .animation_on .line_1_4 {
  -moz-animation: line_1_4 4s ease infinite;
  -o-animation: line_1_4 4s ease infinite;
  -webkit-animation: line_1_4 4s ease infinite;
  animation: line_1_4 4s ease infinite;
}

.animation .animation_on .line_1_3 {
  -moz-animation: line_1_3 4s ease infinite;
  -o-animation: line_1_3 4s ease infinite;
  -webkit-animation: line_1_3 4s ease infinite;
  animation: line_1_3 4s ease infinite;
}

.animation .animation_on .line_1_2 {
  -moz-animation: line_1_2 4s ease infinite;
  -o-animation: line_1_2 4s ease infinite;
  -webkit-animation: line_1_2 4s ease infinite;
  animation: line_1_2 4s ease infinite;
}

.animation .animation_on .line_1_1 {
  -moz-animation: line_1_1 4s ease infinite;
  -o-animation: line_1_1 4s ease infinite;
  -webkit-animation: line_1_1 4s ease infinite;
  animation: line_1_1 4s ease infinite;
}

.animation_off.screen_item .line_1_6,
.animation_off.screen_item .line_1_5,
.animation_off.screen_item .line_1_4,
.animation_off.screen_item .line_1_3,
.animation_off.screen_item .line_1_2,
.animation_off.screen_item .line_1_1 {
  visibility: hidden;
}

.banner_anim_off .animation_off.screen_item .line_1_6,
.banner_anim_off .animation_off.screen_item .line_1_5,
.banner_anim_off .animation_off.screen_item .line_1_4,
.banner_anim_off .animation_off.screen_item .line_1_3,
.banner_anim_off .animation_off.screen_item .line_1_2,
.banner_anim_off .animation_off.screen_item .line_1_1 {
  visibility: visible;
}



.animation .animation_on .button {
  -moz-animation: btn_pulse 4s ease infinite;
  -o-animation: btn_pulse 4s ease infinite;
  -webkit-animation: btn_pulse 4s ease infinite;
  animation: btn_pulse 4s ease infinite;
}

.animation .animation_off .button,
.animation .animation_off .bg,
.animation .animation_off .stad_wrapper,
.animation .animation_off .elem_8,
.animation .animation_off .legal,
.animation .animation_off.screen_item:before,
.animation .animation_off.screen_item:after {
  visibility: hidden;
}



.animation .animation_on .element_bottom_right_IN {
  -moz-animation: bottom_right_IN 4s ease infinite;
  -o-animation: bottom_right_IN 4s ease infinite;
  -webkit-animation: bottom_right_IN 4s ease infinite;
  animation: bottom_right_IN 4s ease infinite;
}

.animation .animation_on .element_bottom_left_IN {
  -moz-animation: bottom_left_IN 4s ease infinite;
  -o-animation: bottom_left_IN 4s ease infinite;
  -webkit-animation: bottom_left_IN 4s ease infinite;
  animation: bottom_left_IN 4s ease infinite;
}

.animation .animation_on .element_top_right_IN {
  -moz-animation: top_right_IN 4s ease infinite;
  -o-animation: top_right_IN 4s ease infinite;
  -webkit-animation: top_right_IN 4s ease infinite;
  animation: top_right_IN 4s ease infinite;
}

.animation .animation_on .element_top_left_IN {
  -moz-animation: top_left_IN 4s ease infinite;
  -o-animation: top_left_IN 4s ease infinite;
  -webkit-animation: top_left_IN 4s ease infinite;
  animation: top_left_IN 4s ease infinite;
}

.animation .animation_off .off {
  visibility: hidden;
}
.animation .animation_off .element_bottom_right_IN,
.animation .animation_off .element_bottom_left_IN,
.animation .animation_off .element_top_right_IN,
.animation .animation_off .element_top_left_IN {
  visibility: hidden;
}



/* ============================ */
/* ==========Анимациия========= */
/* ============================ */





@-moz-keyframes pulse {
  0% { -moz-transform: translateY(0) scale(1); }
  10% { -moz-transform: translateY(0) scale(1); }
  40% { -moz-transform: translateY(0) scale(1); }
  47% { -moz-transform: translateY(0) scale(1.06); }
  54% { -moz-transform: translateY(0) scale(1); }
  61% { -moz-transform: translateY(0) scale(1.06); }
  68% { -moz-transform: translateY(0) scale(1); }
  90% { -moz-transform: translateY(0) scale(1); }
  100% { -moz-transform: translateY(0) scale(1); }
}

@-o-keyframes pulse {
  0% { -o-transform: translateY(0) scale(1); }
  10% { -o-transform: translateY(0) scale(1); }
  40% { -o-transform: translateY(0) scale(1); }
  47% { -o-transform: translateY(0) scale(1.06); }
  54% { -o-transform: translateY(0) scale(1); }
  61% { -o-transform: translateY(0) scale(1.06); }
  68% { -o-transform: translateY(0) scale(1); }
  90% { -o-transform: translateY(0) scale(1); }
  100% { -o-transform: translateY(0) scale(1); }
}

@-webkit-keyframes pulse {
  0% { -webkit-transform: translateY(0) scale(1); }
  10% { -webkit-transform: translateY(0) scale(1); }
  40% { -webkit-transform: translateY(0) scale(1); }
  47% { -webkit-transform: translateY(0) scale(1.06); }
  54% { -webkit-transform: translateY(0) scale(1); }
  61% { -webkit-transform: translateY(0) scale(1.06); }
  68% { -webkit-transform: translateY(0) scale(1); }
  90% { -webkit-transform: translateY(0) scale(1); }
  100% { -webkit-transform: translateY(0) scale(1); }
}

@keyframes pulse {
  0% { transform: translateY(0) scale(1); }
  10% { transform: translateY(0) scale(1); }
  40% { transform: translateY(0) scale(1); }
  47% { transform: translateY(0) scale(1.06); }
  54% { transform: translateY(0) scale(1); }
  61% { transform: translateY(0) scale(1.06); }
  68% { transform: translateY(0) scale(1); }
  90% { transform: translateY(0) scale(1); }
  100% { transform: translateY(0) scale(1); }
}





@keyframes top_left_IN {
  0% { transform: translate(-200px, -200px) rotate(-45deg); }
  10% { transform: translate(0, 0); }
  90% { transform: translate(0, 0); }
  100% { transform: translate(-200px, -200px) rotate(-45deg); }
}

@keyframes top_right_IN {
  0% { transform: translate(60px, -50px) rotate(-45deg); }
  10% { transform: translate(0, 0); }
  90% { transform: translate(0, 0); }
  100% { transform: translate(60px, -50px) rotate(-45deg); }
}

@keyframes bottom_left_IN {
  0% { transform: translate(-200px, 50px) rotate(-60deg); }
  10% { transform: translate(0, 0); }
  90% { transform: translate(0, 0); }
  100% { transform: translate(-200px, 50px) rotate(-60deg); }
}

@keyframes bottom_right_IN {
  0% { transform: translate(65px, 50px) rotate(45deg); }
  10% { transform: translate(0, 0); }
  90% { transform: translate(0, 0); }
  100% { transform: translate(65px, 50px) rotate(45deg); }
}







@-moz-keyframes line_1_1 {
  0% {
    -moz-transform: translateY(-30px);
    opacity: 0;
  }
  
  2% {
    -moz-transform: translateY(-30px);
    opacity: 0;
  }
  
  12% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
  
  90% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
  
  100% {
    -moz-transform: translateY(30px);
    opacity: 0;
  }
}

@-o-keyframes line_1_1 {
  0% {
    -o-transform: translateY(-30px);
    opacity: 0;
  }
  
  2% {
    -o-transform: translateY(-30px);
    opacity: 0;
  }
  
  12% {
    -o-transform: translateY(0);
    opacity: 1;
  }
  
  90% {
    -o-transform: translateY(0);
    opacity: 1;
  }
  
  100% {
    -o-transform: translateY(30px);
    opacity: 0;
  }
}

@-webkit-keyframes line_1_1 {
  0% {
    -webkit-transform: translateY(-30px);
    opacity: 0;
  }
  
  2% {
    -webkit-transform: translateY(-30px);
    opacity: 0;
  }
  
  12% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  
  90% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform: translateY(30px);
    opacity: 0;
  }
}

@keyframes line_1_1 {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  
  2% {
    transform: translateY(-30px);
    opacity: 0;
  }
  
  12% {
    transform: translateY(0);
    opacity: 1;
  }
  
  90% {
    transform: translateY(0);
    opacity: 1;
  }
  
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}










@-moz-keyframes btn_pulse {
  0% { -moz-transform: translateX(-50%) scale(1); }
  10% { -moz-transform: translateX(-50%) scale(1); }
  40% { -moz-transform: translateX(-50%) scale(1); }
  47% { -moz-transform: translateX(-50%) scale(1.06); }
  54% { -moz-transform: translateX(-50%) scale(1); }
  61% { -moz-transform: translateX(-50%) scale(1.06); }
  68% { -moz-transform: translateX(-50%) scale(1); }
  90% { -moz-transform: translateX(-50%) scale(1); }
  100% {-moz-transform: translateX(-50%) scale(1);}
}

@-o-keyframes btn_pulse {
  0% { -o-transform: translateX(-50%) scale(1); }
  10% { -o-transform: translateX(-50%) scale(1); }
  40% { -o-transform: translateX(-50%) scale(1); }
  47% { -o-transform: translateX(-50%) scale(1.06); }
  54% { -o-transform: translateX(-50%) scale(1); }
  61% { -o-transform: translateX(-50%) scale(1.06); }
  68% { -o-transform: translateX(-50%) scale(1); }
  90% { -o-transform: translateX(-50%) scale(1); }
  100% {-o-transform: translateX(-50%) scale(1);}
}

@-webkit-keyframes btn_pulse {
  0% { -webkit-transform: translateX(-50%) scale(1); }
  10% { -webkit-transform: translateX(-50%) scale(1); }
  40% { -webkit-transform: translateX(-50%) scale(1); }
  47% { -webkit-transform: translateX(-50%) scale(1.06); }
  54% { -webkit-transform: translateX(-50%) scale(1); }
  61% { -webkit-transform: translateX(-50%) scale(1.06); }
  68% { -webkit-transform: translateX(-50%) scale(1); }
  90% { -webkit-transform: translateX(-50%) scale(1); }
  100% {-webkit-transform: translateX(-50%) scale(1);}
}

@keyframes btn_pulse {
  0% { transform: translateX(-50%) scale(1); }
  10% { transform: translateX(-50%) scale(1); }
  40% { transform: translateX(-50%) scale(1); }
  47% { transform: translateX(-50%) scale(1.06); }
  54% { transform: translateX(-50%) scale(1); }
  61% { transform: translateX(-50%) scale(1.06); }
  68% { transform: translateX(-50%) scale(1); }
  90% { transform: translateX(-50%) scale(1); }
  100% {transform: translateX(-50%) scale(1);}
}
