/* ================================== */
/* ============ОБЩИЕ СТИЛИ=========== */
/* ================================== */
@charset "utf-8";

.full {
  width: 300px;
  min-width: 300px;
  max-width: 100%;
  /* height: 600px; */
  height: 600px;
  min-height: 600px;
  max-height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
  background-color: #000;
}






#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: 140px;
  top: 4.6%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.logo_piter {
  position: absolute;
  z-index: 9999;
  left: 50%;
  width: 56px;
  height: 56px;
  top: 12%;
  -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;
}

.screen_num,
.screen_game,
.screen_coeff,
.screen_legal {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  background-image: url('./bgr.png');
  background-size: contain;
  background-repeat: no-repeat;
  /* 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: 21.029em;
  height: 4.996em;
  bottom: 9.9%;
  -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: 8px;
  opacity: 1;
  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;
}
.plane {
  top: 37.3%;
  left: 50%;
  width: 300px;
}


.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: 1;
  font-family: 'Giorgio';
  text-transform: uppercase;
  font-size: 45px;
  top: 55.9%;
  color: #2EDCFE;
}

.t_box .title .thin {
  font-weight: normal;
}

.t_box .title .small {
  font-weight: 500;
  text-transform: initial;
  font-size: 16px;
  position: relative;
  text-align: center;
  width: auto;
  font-family: 'Gilroy';
  top: 0.2em;
  line-height: 1.2;
  color: #fff;
  letter-spacing: initial;
}
.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 .animation_on .logo_ce_3 {
  -moz-animation: logo_ce_3 2s ease infinite;
  -o-animation: logo_ce_3 2s ease infinite;
  -webkit-animation: logo_ce_3 2s ease infinite;
  animation: logo_ce_3 2s ease infinite;
}
.animation .animation_on .logo_ce_2 {
  -moz-animation: logo_ce_2 2s ease infinite;
  -o-animation: logo_ce_2 2s ease infinite;
  -webkit-animation: logo_ce_2 2s ease infinite;
  animation: logo_ce_2 2s ease infinite;
}
.animation .animation_on .logo_ce_1 {
  -moz-animation: logo_ce_1 2s ease infinite;
  -o-animation: logo_ce_1 2s ease infinite;
  -webkit-animation: logo_ce_1 2s ease infinite;
  animation: logo_ce_1 2s 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,
.animation_off.screen_item .logo_ce_3,
.animation_off.screen_item .logo_ce_2,
.animation_off.screen_item .logo_ce_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;
  transform-origin: bottom right;
}
.animation .animation_on .element_bottom_right_IN img {
  -moz-animation: image_bottom_right_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  -o-animation: image_bottom_right_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  -webkit-animation: image_bottom_right_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  animation: image_bottom_right_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) 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;
  transform-origin: bottom left;
}
.animation .animation_on .element_bottom_left_IN img {
  -moz-animation: image_bottom_left_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  -o-animation: image_bottom_left_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  -webkit-animation: image_bottom_left_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  animation: image_bottom_left_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) 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;
  transform-origin: bottom right;
}
.animation .animation_on .element_top_right_IN img {
  -moz-animation: image_top_right_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  -o-animation: image_top_right_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  -webkit-animation: image_top_right_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  animation: image_top_right_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) 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;
  transform-origin: top left;
}
.animation .animation_on .element_top_left_IN img {
  -moz-animation: image_top_left_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  -o-animation: image_top_left_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  -webkit-animation: image_top_left_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) infinite;
  animation: image_top_left_IN 4s cubic-bezier(0.44, 0.65, 0.4, 0.98) 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 logo_ce_1 {
  0% { opacity: 1; }
  33% { opacity: 1; }
  33.001% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes logo_ce_2 {
  0% { opacity: 0; }
  33% { opacity: 0; }
  33.001% { opacity: 1; }
  66% { opacity: 1; }
  66.001% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes logo_ce_3 {
  0% { opacity: 0; }
  66% { opacity: 0; }
  66.001% { opacity: 1; }
  99.999% { opacity: 1; }
  100% { opacity: 0; }
}


@-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(-160px, -150px); }
  10% { transform: translate(-3px,-3px); }
  90% { transform: translate(0,0); }
  100% { transform: translate(-160px, -150px); }
}
@keyframes image_top_left_IN {
  0% { transform: scale(0.2) rotate(60deg); }
  10% { transform: scale(1); }
  90% { transform: scale(1) rotate(-20deg); }
  100% { transform: scale(0.2) rotate(60deg); }
}

@keyframes top_right_IN {
  0% { transform: translate(100px, -100px); }
  10% { transform: translate(3px,-5px); }
  90% { transform: translate(0,0); }
  100% { transform: translate(100px, -100px); }
}
@keyframes image_top_right_IN {
  0% { transform: scale(0.2) rotate(60deg); }
  10% { transform: scale(1); }
  90% { transform: scale(1) rotate(-20deg); }
  100% { transform: scale(0.2) rotate(60deg); }
}

@keyframes bottom_left_IN {
  0% { transform: translate(-100px, 100px) rotate(-60deg); }
  10% { transform: translate(-3px,3px); }
  90% { transform: translate(0,0); }
  100% { transform: translate(-100px, 100px) rotate(-60deg); }
}
@keyframes image_bottom_left_IN {
  0% { transform: scale(0.2) rotate(-60deg); }
  10% { transform: scale(1); }
  90% { transform: scale(1) rotate(20deg); }
  100% { transform: scale(0.2) rotate(-60deg); }
}

@keyframes bottom_right_IN {
  0% { transform: translate(65px, 50px); }
  10% { transform: translate(3px,3px); }
  90% { transform: translate(0,0); }
  100% { transform: translate(65px, 50px); }
}
@keyframes image_bottom_right_IN {
  0% { transform: scale(0.2) rotate(-60deg); }
  10% { transform: scale(1); }
  90% { transform: scale(1) rotate(20deg); }
  100% { transform: scale(0.2) rotate(-60deg); }
}







@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; }
}









@-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);}
}
