/* ================================== */
/* ============ОБЩИЕ СТИЛИ=========== */
/* ================================== */
@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
.full {
  width: 300px;
  min-width: 300px;
  max-width: 100%;
  /* height: 600px; */
  height: 600px;
  min-height: 600px;
  max-height: 100%;
  position: absolute;
  cursor: pointer;
  background-color: #012780;
}
.title_yellow {
  display: inline !important;
  color: #D2A85A;
}
.bg {
  background-color: #012780;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* mix-blend-mode: screen; */
  z-index: 1 !important;
}


#content {
  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.3%;
  width: 115px;
  top: 5.4%;
  will-change: transform;
  transform: translateX(-50%);
}

.logo_atp {
  position: absolute;
  z-index: 9999;
  left: 50%;
  width: 82px;
  top: 41.9%;
  will-change: transform;
  transform: translateX(-50%);
}

.animation_off .logo_bb {
  visibility: hidden;
}

.banner_container {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  z-index: 10 !important;
}


.screen_num,
.screen_game,
.screen_coeff,
.screen_legal {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}



.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;
  background: #0d0d0d;
}

.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: 100px;
}

.banner_anim_off .screen_item:nth-of-type(4) {
  top: 750px;
}

img {
  width: 100%;
  height: auto;
  will-change: transform;
}


.button {
  position: absolute;
  /*-webkit-transform: translateX(-50%);*/
  /*-ms-transform: translateX(-50%);*/
  /*-o-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
  left: 17%;
  z-index: 999;
  font-size: 10px;
  will-change: transform;
  width: 20em;
  height: 2.783em;
  top: 84%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.legal_wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  z-index: 3000;
  /* height: 100%; */
  /* width: 1400px; */
}

p.legal {
  color: #fff;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* left: calc(50% + 50px); */
  font-weight: 400;
  line-height: 1;
  bottom: 10px;
  opacity: 1;
  font-size: 9px;
  text-align: center;
  width: auto;
  z-index: 220;
  display: inline-block;
  white-space: nowrap;
  font-family: 'Gilroy', sans-serif;
}





.t_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.t_box .title {
  font-style: normal;
  font-weight: 700;
  font-size: 51px;
  line-height: 45px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  position: absolute;
  left: -.66%;
  top: 51.3%;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0;
  font-family: 'Giorgio', sans-serif;
}

.les_title {
  /* margin-left: 13px; */
  position: relative;
  font-size: 62px;
  top: -3px;
}


.t_box .title .yellow {
  color: #D2A85A;
}

.t_box .title .thin {
  font-weight: normal;
}

.t_box .title .small {
  bottom: 12px;
  text-transform: uppercase;
  font-size: 31px;
  left: 2px;
  position: relative;
  width: 100%;
  font-weight: 700;
  font-family: 'Giorgio', sans-serif;
  font-style: normal;
}
.t_box .title .small_2 {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  bottom: 17px;
  left: 1px;
  text-transform: none;
  position: relative;
  width: 100%;
  font-style: normal;
  font-family: 'Gilroy', sans-serif;
  text-align: center;
  color: #FFFFFF;
}

.image_item {
  position: absolute;
  /* transform: translate(-50%,-50%); */
  z-index: 100;
  /* display: none; */
}


.element {
  position: absolute;
}
.people {
  width: 300px;
  left: 0;
  top: 82px;
}
.line {
  width: 48em;
  left: calc(50% - 267px);
  top: -179px;
}
.bgr {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  z-index: 1;
}

.bgr_1 {
  left: 50%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* ============================ */
/* ==========Контроллер======== */
/* ============================ */


.animation .animation_on .off {
  -moz-animation: pulse 4s ease 1;
  -o-animation: pulse 4s ease 1;
  -webkit-animation: pulse 4s ease 1;
  animation: pulse 4s ease 1;
}

.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 .light_1 {
  -moz-animation: rotate 4s linear infinite;
  -o-animation: rotate 4s linear infinite;
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
}

.pulse {
  -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 .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 .bgr,
.animation .animation_off .stad_wrapper,
.animation .animation_off .elem_8,
.animation .animation_off .legal,
.animation .animation_off .banner_container:after,
.animation .animation_off .ball_bottom_right img {
  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 .ball_bottom_right img {
  -moz-animation: ball_bottom_right 4s ease infinite;
  -o-animation: ball_bottom_right 4s ease infinite;
  -webkit-animation: ball_bottom_right 4s ease infinite;
  animation: ball_bottom_right 4s ease infinite;
  transform-origin: bottom right;
}

.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_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_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_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 rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@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 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);
  }

  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);
  }
}


@keyframes ball_bottom_right {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }

  20% {
    transform: translate(0, 0);
    opacity: 1;
  }

  90% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}

@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 top_right_IN {
  0% {
    transform: translate(100px, -100px);
  }

  10% {
    transform: translate(3px, -5px);
  }

  90% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(100px, -100px);
  }
}

@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 bottom_right_IN {
  0% {
    transform: translate(35px, 30px) rotate(-20deg);
  }

  10% {
    transform: translate(0, 0);
  }

  90% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(35px, 30px) rotate(-20deg);
  }
}
