/* ================================== */
/* ============ОБЩИЕ СТИЛИ=========== */
/* ================================== */
@charset "utf-8";

.full {
  width: 300px;
  /* height: 600px; */
  height: 600px;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
  background: linear-gradient(180deg, #1A1A1A 0%, #0E0E0E 100%);
}





#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: 196px;
  top: 5.9%;
  -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 {
  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: 25.1em;
  height: 4.996em;
  bottom: 11%;
}


.icons_wrapper {
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  gap: 2.9em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 51.5%;
}
.icons_wrapper .icon {
  width: 6.5em;
  height: 6.5em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.icons_wrapper .icon_1 img {
  width: 6.5em;
}
.icons_wrapper .icon_2 img {
  width: 7.4em;
}
.icons_wrapper .icon_3 img {
  width: 6.9em;
}
.icons_wrapper .icon span {
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Giorgio';
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  top: 115%;
  font-size: 1.6em;
  color: #fff;
  width: 6.1em;
  line-height: 1.15;
  letter-spacing: .01em;
}

.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: 10px;
  opacity: 0.7;
  font-size: 10px;
  text-align: center;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}

.image_item {
  position: absolute;
  z-index: 6;
}
.gem_1 {
  top: 110px;
  right: -176px;
  width: 353px;
  z-index: 10;
}
.gem_2 {
  top: 40px;
  left: -71px;
  width: 149px;
  z-index: 10;
}
.whistle {
  top: -118px;
  right: -51px;
  width: 245px;
  z-index: 10;
}
.fball {
  top: 15px;
  left: -295px;
  width: 509px;
  z-index: 1;
}
.bomb {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}


.t_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}

.t_box .title {
  position: absolute;
  left: 0;
  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;
  width: 100%;
  line-height: 0.95;
  font-family: 'Giorgio';
  text-transform: uppercase;
  font-size: 60px;
  top: 19.5%;
  line-height: 0.9;
}

.t_box .title .thin {
  font-weight: normal;
}

.t_box .title .small {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  text-align: center;
  width: auto;
  font-family: 'Halvar Breit';
  top: 0em;
  line-height: 1.2;
  letter-spacing: initial;
  color: #F8E800;
}



/* ============================ */
/* ==========Контроллер======== */
/* ============================ */


.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 .icon_1 img {
  -moz-animation: icon_pulse_1 4s ease infinite;
  -o-animation: icon_pulse_1 4s ease infinite;
  -webkit-animation: icon_pulse_1 4s ease infinite;
  animation: icon_pulse_1 4s ease infinite;
}
.animation .animation_on .icon_2 img {
  -moz-animation: icon_pulse_2 4s ease infinite;
  -o-animation: icon_pulse_2 4s ease infinite;
  -webkit-animation: icon_pulse_2 4s ease infinite;
  animation: icon_pulse_2 4s ease infinite;
}
.animation .animation_on .icon_3 img {
  -moz-animation: icon_pulse_3 4s ease infinite;
  -o-animation: icon_pulse_3 4s ease infinite;
  -webkit-animation: icon_pulse_3 4s ease infinite;
  animation: icon_pulse_3 4s ease infinite;
}


.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;
}



/* ============================ */
/* ==========Анимациия========= */
/* ============================ */



@keyframes icon_pulse_1 {
  0% { transform: translateY(0) scale(1); }
  26% { transform: translateY(0) scale(1); }
  33% { transform: translateY(0) scale(1.1); }
  40% { transform: translateY(0) scale(1); }
  100% { transform: translateY(0) scale(1); }
}
@keyframes icon_pulse_2 {
  0% { transform: translateY(0) scale(1); }
  40% { transform: translateY(0) scale(1); }
  47% { transform: translateY(0) scale(1.1); }
  67% { transform: translateY(0) scale(1); }
  100% { transform: translateY(0) scale(1); }
}
@keyframes icon_pulse_3 {
  0% { transform: translateY(0) scale(1); }
  54% { transform: translateY(0) scale(1); }
  61% { transform: translateY(0) scale(1.1); }
  68% { transform: translateY(0) scale(1); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes pulse {
  0% { transform: translateY(0) scale(1); }
  10% { transform: translateY(0) scale(1); }
  26% { transform: translateY(0) scale(1); }
  33% { transform: translateY(0) scale(1.06); }
  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(150px, 50px) rotate(45deg); }
  10% { transform: translate(0, 0); }
  90% { transform: translate(0, 0); }
  100% { transform: translate(150px, 50px) rotate(45deg); }
}






@keyframes line_1_3
{
  0% { transform: translateY(-30px); opacity: 0; }
  4% { transform: translateY(-30px); opacity: 0; }
  14% { transform: translateY(0); opacity: 1; }
  90% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(30px); opacity: 0; }
}
@keyframes line_1_2
{
  0% { transform: translateY(-30px); opacity: 0; }
  3% { transform: translateY(-30px); opacity: 0; }
  13% { transform: translateY(0); opacity: 1; }
  90% { transform: translateY(0); opacity: 1; }
  100% { 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; }
}






@keyframes btn_pulse {
  0% { transform: translateX(-50%) scale(1); }
  10% { transform: translateX(-50%) scale(1); }
  26% { transform: translateX(-50%) scale(1); }
  33% { transform: translateX(-50%) scale(1.06); }
  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); }
}