.cover__image {
    position:relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    margin: calc(-135px) 0 0 0;
    margin-bottom: 50px;
}
.cover__group {
    position: absolute;
    height: auto;
}
.cover__bg {
    position: relative;
    margin: 0 auto;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 8;
}
.cover__planet {
    position: absolute;
    margin: 0 auto;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
}
.cover__stars {
    position: absolute;
    margin: 0 auto;
    top: calc(135px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 12;
}
.cover__cloud1 {
    position: absolute;
    top: calc(135px + 7%);
    left: 50%;
    z-index: 20;
    transform: translate(-300%, 0);
}
.cover__cloud2 {
    position: absolute;
    top: calc(135px + 15%);
    left: 50%;
    z-index: 30;
    transform: translate(200%, 0);
}
.cover__rocket {
    position: absolute;
    z-index: 999;
    /*top: calc(135px + 42%);*/
    /*bottom: 5%;*/
    left: 50%;
    top: 50%;
    transform: translate(-150%, 150%);
}
.cover__rocket_move {
    transition: all 1.5s linear;
}
@media (max-width:800px){
    .cover__cloud1 { transform: translate(-220%, 0); }
    .cover__cloud2 { transform: translate(150%, 0); }
    .cover__rocket { transform: translate(-90%, 90%); }
} 
@media (max-width:480px){
    .cover__rocket { transform: translate(-60%, 60%); }  
} 
@media (max-height: 280px){
    .cover__rocket { top: 25%; }  
} 
.fstvideoplay {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top:6%;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    #mainpage{
        width: 100%;
        background:transparent url('beeline-job-2-mainpage1-video@2x-tmp.jpg') no-repeat 0 0;
        -webkit-background-size:cover; 
        -moz-background-size:cover; 
        -o-background-size:cover;
        background-size: cover;
    }
}
@media only screen and (-Webkit-max-device-pixel-ratio: 1.5),
only screen and (-moz-max-device-pixel-ratio: 1.5),
only screen and (-o-max-device-pixel-ratio: 3/2),
only screen and (max-device-pixel-ratio: 1.5) {
    #mainpage{
        width: 100%;
        background:transparent url('beeline-job-2-mainpage1-video-tmp.jpg') no-repeat 0 0;
        -webkit-background-size:cover; 
        -moz-background-size:cover; 
        -o-background-size:cover;
        background-size: cover;
    }
}

.announce__planet {
    position:relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.announce__bg {
    position: relative;
    margin: 0 auto;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 8;
}
.announce__stars1 {
    position: absolute;
    bottom: 0%;
    left: 0%;
/*    float: left;*/
    z-index: 10;
}
.announce__stars2 {
    position: absolute;
    bottom: 0%;
    right: 0%;
/*    float: right;*/
    z-index: 10; 
}
.announce__planet1 {
    bottom: 29.5%;
    position: absolute;
    left: calc(50% - 1px);
    transform: translate(-50%,0);
    transition: margin-bottom 2s 0.5s ease-in-out;
    z-index: 32;
}
.announce__planet2 {
    position: absolute;
    left: 50%;
    bottom: -3%;
    transform: translate(-50%, 0%);
    z-index: 12;
}
.planet_move {
    margin-bottom: 200px;
}
@media (max-width:800px){
    .announce__planet {
        transform: translateX(-14%) scale(0.8);
        width: 140%;
        margin-top: -150px;
        margin-bottom: -150px;
    }
    .planet_move { margin-bottom: 200px; }   
} 
@media (max-width:600px){
    .announce__planet {
        transform: translateX(-22%) scale(0.6);
        width: 180%;
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .planet_move { margin-bottom: 200px; }   
} 
@media (max-width:480px){
    .announce__planet {
        transform: translateX(-30%) scale(0.4);
        width: 260%;
        margin-top: -330px;
        margin-bottom: -330px;
    }
    .planet_move { margin-bottom: 200px; }   
} 
.pl_drone, .pl_gpad, .pl_mess, .pl_phone, .pl_play, .pl_vr, .pl_watch {
    position: absolute;
    left: 50%;
    bottom: 37%; 
    transform: translate(-50%, 0%);
    transition: margin 1s 1.5s ease-in-out;
    z-index: 9;
}
.pl_drone_move {
    margin-left: 400px;
    margin-bottom: 320px;
    z-index: 9;
}
.pl_gpad_move {
    margin-left: -380px;
    margin-bottom: -120px;
    z-index: 9;
}
.pl_mess_move {
    margin-left: 380px;
    margin-bottom: 80px;
    z-index: 9;
}
.pl_phone_move {
    margin-left: -450px;
    margin-bottom: 60px;
    z-index: 9;
}
.pl_play_move {
    margin-left: 380px;
    margin-bottom: -100px;
    z-index: 9;
}
.pl_vr_move {
    margin-left: -390px;
    margin-bottom: 260px;
    z-index: 9;
}
.pl_watch_move {
    margin-left: 490px;
    margin-bottom: 250px;
    z-index: 9;
}
@media (max-width:800px){
    .pl_drone_move { margin-left: 340px; }
    .pl_gpad_move { margin-left: -360px; }
    .pl_mess_move { margin-left: 360px; }
    .pl_phone_move { margin-left: -390px; }
    .pl_play_move { margin-left: 350px; }
    .pl_vr_move { margin-left: -360px; }
    .pl_watch_move { margin-left: 420px; } 
} 
@media (max-width:480px){
    .pl_drone_move { margin-left: 340px; }
    .pl_gpad_move { margin-left: -360px; }
    .pl_mess_move { margin-left: 360px; }
    .pl_phone_move { margin-left: -390px; }
    .pl_play_move { margin-left: 350px; }
    .pl_vr_move { margin-left: -360px; }
    .pl_watch_move { margin-left: 420px; } 
} 
#mp2:after {
  margin: 0;
  padding: 0;
}
.main__image {
    position: relative;
    overflow: hidden;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}
.headph {
    position: absolute;
    z-index: 99;
    left: 35%;
    top: 29%;
}
.iph {
    position: absolute;
    z-index: 99;
    left: 75%;
    top: 27%;
}
.bubble1 {
    position: absolute;
    z-index: 99;
    top: 55.7%;
    left: 40%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s 0.5s, all 1s 0.5s ease-in-out;
}
.bubble2 {
    position: absolute;
    z-index: 99;
    top: 57.5%;
    left: 20%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 1s 1s, all 1s 1s ease-in-out;
}
.bubble3 {
    position: absolute;
    z-index: 99;
    top: 60.3%;
    left: 20%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 1.5s 1.5s, all 1s 1.5s ease-in-out;
}
.bubble4 {
    position: absolute;
    z-index: 99;
    top: 64.7%;
    left: 40%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 2s 2s, all 1s 2s ease-in-out;
}
.bubble5 {
    position: absolute;
    z-index: 99;
    top: 66%;
    left: 20%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 2.5s 2.5s, all 1s 2.5s ease-in-out;
}
.bubble6 {
    position: absolute;
    z-index: 99;
    top: 68.1%;
    left: 20%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 3s 3s, all 1s 3s ease-in-out;
}
.bubble1_move {
    top: 53.7%;
    left: 40%;
    opacity: 1;
    visibility:visible;
}
.bubble2_move {
    top: 55.5%;
    opacity: 1;
    visibility:visible;
}
.bubble3_move {
    top: 58.3%;
    opacity: 1;
    visibility:visible;
}
.bubble4_move {
    top: 62.5%;
    opacity: 1;
    visibility:visible;
}
.bubble5_move {
    top: 64%;
    opacity: 1;
    visibility:visible;
}
.bubble6_move {
    top: 66.3%;
    opacity: 1;
    visibility:visible;
}

.team1 {
    position: absolute;
    z-index: 99;
    left: 40%;
    top: 80%;
}
.team2 {
    position: absolute;
    z-index: 99;
    left: 12%;
    top: 81%;
}
.team4 {
    position: absolute;
    z-index: 99;
    left: 37%;
    top: 88%;
}
.team5 {
    position: absolute;
    z-index: 99;
    left: 4%;
    top: 89%;
}
.team6 {
    position: absolute;
    z-index: 99;
    left: 55%;
    top: 90%;
}
.team-plantes {
    position: absolute;
    z-index: 99;
    left: 0%;
    top: 75.6%; 
}
.team-rocket {
    position: absolute;
    z-index: 99;
    left: 70%;
    top: 75%;  
}
.team-ytube {
    position: absolute;
    z-index: 99;
    width: 14%;
    left: 43%;
    top: 96%;  
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    #mainpage3{
        width: 100%;
        background:transparent url('beeline-job-4-mainpage3-video@2x-tmp.jpg') no-repeat 0 0;
        -webkit-background-size:cover; 
        -moz-background-size:cover; 
        -o-background-size:cover;
        background-size: cover;
    }
}
@media only screen and (-Webkit-max-device-pixel-ratio: 1.5),
only screen and (-moz-max-device-pixel-ratio: 1.5),
only screen and (-o-max-device-pixel-ratio: 3/2),
only screen and (max-device-pixel-ratio: 1.5) {
    #mainpage3{
        width: 100%;
        background:transparent url('beeline-job-4-mainpage3-video-tmp.jpg') no-repeat 0 0;
        -webkit-background-size:cover; 
        -moz-background-size:cover; 
        -o-background-size:cover;
        background-size: cover;
    }
}


.animateme {
    width:100%;
    transform-origin:center center center;
}

.announce__core {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 5;
}
@media (max-width:1200px){
    .announce__core {
        transform: translateX(-4%) scale(0.8);
        margin-top: -75px;
        margin-bottom: -100px;
    }  
} 
@media (max-width:800px){
    .announce__core {
        transform: translateX(-18%) scale(0.8);
        width: 140%;
        margin-top: -100px;
        margin-bottom: -100px;
    }  
} 
@media (max-width:600px){
    .announce__core {
        transform: translateX(-26%) scale(0.6);
        width: 180%;
        margin-top: -200px;
        margin-bottom: -200px;
    }
}
.announce__corebg {
    position: relative;
    margin: 0 auto;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 3;
}
.announce__core_img {
    position: absolute;
    z-index: 5;
}
.rotation {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
}
.rotation__item {
  position: absolute;
  transform: translate(-50%, -50%);
}
.item--1, .item--2, .item--3, .item--4, .item--5, .item--6, .item--7, .item--8, .item--9, .item--10, 
.item--11, .item--12, .item--13, .item--14, .item--15, .item--16, .item--17, .item--18, .item--19, .item--20, 
.item--21, .item--22, .item--23, .item--24, .item--25, .item--26, .item--27, .item--28, .item--29, .item--30 {
    display:block; 
    margin:0 auto;
}

.rotation__item {
  opacity: 0;
  -webkit-animation: hide 5s step-end infinite;
          animation: hide 5s step-end infinite;
  border: 1px solid transparent;
}
.rotation__item:nth-child(30n + 1) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.rotation__item:nth-child(30n + 2) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.rotation__item:nth-child(30n + 3) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.rotation__item:nth-child(30n + 4) { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.rotation__item:nth-child(30n + 5) { -webkit-animation-delay: 1.0s; animation-delay: 1.0s; }
.rotation__item:nth-child(30n + 6) { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.rotation__item:nth-child(30n + 7) { -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.rotation__item:nth-child(30n + 8) { -webkit-animation-delay: 1.6s; animation-delay: 1.6s; }
.rotation__item:nth-child(30n + 9) { -webkit-animation-delay: 1.8s; animation-delay: 1.8s; }
.rotation__item:nth-child(30n + 10) { -webkit-animation-delay: 2.0s; animation-delay: 2.0s; }
.rotation__item:nth-child(30n + 11) { -webkit-animation-delay: 2.2s; animation-delay: 2.2s; }
.rotation__item:nth-child(30n + 12) { -webkit-animation-delay: 2.4s; animation-delay: 2.4s; }
.rotation__item:nth-child(30n + 13) { -webkit-animation-delay: 2.6s; animation-delay: 2.6s; }
.rotation__item:nth-child(30n + 14) { -webkit-animation-delay: 2.8s; animation-delay: 2.8s; }
.rotation__item:nth-child(30n + 15) { -webkit-animation-delay: 3.0s; animation-delay: 3.0s; }
.rotation__item:nth-child(30n + 16) { -webkit-animation-delay: 3.2s; animation-delay: 3.2s; }
.rotation__item:nth-child(30n + 17) { -webkit-animation-delay: 3.4s; animation-delay: 3.4s; }
.rotation__item:nth-child(30n + 18) { -webkit-animation-delay: 3.6s; animation-delay: 3.6s; }
.rotation__item:nth-child(30n + 19) { -webkit-animation-delay: 3.8s; animation-delay: 3.8s; }
.rotation__item:nth-child(30n + 20) { -webkit-animation-delay: 4.0s; animation-delay: 4.0s; }
.rotation__item:nth-child(30n + 21) { -webkit-animation-delay: 4.2s; animation-delay: 4.2s; }
.rotation__item:nth-child(30n + 22) { -webkit-animation-delay: 4.4s; animation-delay: 4.4s; }
.rotation__item:nth-child(30n + 23) { -webkit-animation-delay: 4.6s; animation-delay: 4.6s; }
.rotation__item:nth-child(30n + 24) { -webkit-animation-delay: 4.8s; animation-delay: 4.8s; }
.rotation__item:nth-child(30n + 25) { -webkit-animation-delay: 5.0s; animation-delay: 5.0s; }
/*.rotation__item:nth-child(30n + 26) { -webkit-animation-delay: 5.2s; animation-delay: 5.2s; }
.rotation__item:nth-child(30n + 27) { -webkit-animation-delay: 5.4s; animation-delay: 5.4s; }
.rotation__item:nth-child(30n + 28) { -webkit-animation-delay: 5.6s; animation-delay: 5.6s; }
.rotation__item:nth-child(30n + 29) { -webkit-animation-delay: 5.8s; animation-delay: 5.8s; }
.rotation__item:nth-child(30n + 30) { -webkit-animation-delay: 6.0s; animation-delay: 6.0s; }
*/
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
}

#noshadow .als-browser_desktop {
    box-shadow: none;
}
.grad {
    /*border-bottom: 1px solid #5950c7;*/
    background: linear-gradient(#0b0b0b 0%, #172645 36%, #333e86 68%, #5950c7 100%); */
 /*border-top: 1px solid #0b0b0b; 
 padding: 0px;
 overflow: auto;*/ 
}
.grad1 {
    /*border-bottom: 1px solid #5950c7;*/
    background: linear-gradient(#0b0b0b 0%, #172645 36%, #333e86 68%, #5950c7 100%); 
    /*background: url('5-mainpage4-bg.png') repeat-x;
    background-size: 100% 100%;*/
    overflow: hidden;
}
.grad2 {
    /*border-top: 1px solid #5950c7;
    /*border-bottom: 1px solid #5da2d6;*/
    background: linear-gradient(#5950c7 0%, #5da2d6 100%);
    /*background: url('6-mainpage5-bg.png') repeat-x;
    background-size: 100% 100%;*/
    display: block;
    overflow: hidden;
}

.clouds {
    position: absolute;
    overflow: hidden;
    display: block;  
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cloud1 {
    position: absolute;
    z-index: 99;
    left: 50%;
    bottom: 3%;
    transform: translate(-250%, 0%);
    transition: all 1s linear; 
    will-change: transform;
}
.cloud2 {
    position: absolute;
    z-index: 99;
    left: 50%;
    bottom: 1%;
    transform: translate(95%, 0%);
    transition: all 1s linear; 
    will-change: transform;
}
.cloud3 {
    position: absolute;
    z-index: 99;
    left: 50%;
    bottom: 0%;
    transform: translate(-75%, 0%);
    transition: all 1s linear; 
    will-change: transform;
}
.cloud1_move1 { transform: translate(-250%, -20%); }
.cloud2_move1 { transform: translate(95%, -20%); }
.cloud3_move1 { transform: translate(-75%, -20%); }

.cloud1_move2 { transform: translate(-250%, -40%); }
.cloud2_move2 { transform: translate(95%, -40%); }
.cloud3_move2 { transform: translate(-75%, -40%); }

.cloud1_move3 { transform: translate(-250%, -60%); }
.cloud2_move3 { transform: translate(95%, -60%); }
.cloud3_move3 { transform: translate(-75%, -60%); }

@media (max-width:1200px){
    .cloud1 { transform: translate(-220%, 0%) scale(0.8); }
    .cloud2 { transform: translate(60%, 20%) scale(0.8); }
    .cloud3 { transform: translate(-55%, 10%) scale(0.8); }

    .cloud1_move1 { transform: translate(-220%, -20%) scale(0.8); }
    .cloud2_move1 { transform: translate(60%, 0%) scale(0.8); }
    .cloud3_move1 { transform: translate(-55%, -10%) scale(0.8); }

    .cloud1_move2 { transform: translate(-220%, -40%) scale(0.8); }
    .cloud2_move2 { transform: translate(60%, -20%) scale(0.8); }
    .cloud3_move2 { transform: translate(-55%, -30%) scale(0.8); }

    .cloud1_move3 { transform: translate(-220%, -60%) scale(0.8); }
    .cloud2_move3 { transform: translate(60%, -40%) scale(0.8); }
    .cloud3_move3 { transform: translate(-55%, -50%) scale(0.8); }
} 
@media (max-width:800px){
    .cloud1 { transform: translate(-170%, 10%) scale(0.6); }
    .cloud2 { transform: translate(30%, 20%) scale(0.6); }
    .cloud3 { transform: translate(-55%, 10%) scale(0.6); }

    .cloud1_move1 { transform: translate(-170%, -10%) scale(0.6); }
    .cloud2_move1 { transform: translate(30%, 0%) scale(0.6); }
    .cloud3_move1 { transform: translate(-55%, -10%) scale(0.6); }

    .cloud1_move2 { transform: translate(-170%, -30%) scale(0.6); }
    .cloud2_move2 { transform: translate(30%, -20%) scale(0.6); }
    .cloud3_move2 { transform: translate(-55%, -30%) scale(0.6); }

    .cloud1_move3 { transform: translate(-170%, -50%) scale(0.6); }
    .cloud2_move3 { transform: translate(30%, -40%) scale(0.6); }
    .cloud3_move3 { transform: translate(-55%, -50%) scale(0.6); }
} 
@media (max-width:600px){
    .cloud1 { transform: translate(-120%, 20%) scale(0.4); }
    .cloud2 { transform: translate(0%, 20%) scale(0.4); }
    .cloud3 { transform: translate(-55%, 10%)  scale(0.4); }

    .cloud1_move1 { transform: translate(-120%, 0%) scale(0.4); }
    .cloud2_move1 { transform: translate(0%, 0%) scale(0.4); }
    .cloud3_move1 { transform: translate(-55%, -10%) scale(0.4); }

    .cloud1_move2 { transform: translate(-120%, -20%) scale(0.4); }
    .cloud2_move2 { transform: translate(0%, -20%) scale(0.4); }
    .cloud3_move2 { transform: translate(-55%, -30%) scale(0.4); }

    .cloud1_move3 { transform: translate(-120%, -40%) scale(0.4); }
    .cloud2_move3 { transform: translate(0%, -40%) scale(0.4); }
    .cloud3_move3 { transform: translate(-55%, -50%) scale(0.4); }
}
.bbanim {
    background: #cdcdcd 50% 0/cover no-repeat;
    height: 100%;
    position: relative;
    z-index: 100
}

.bbanim:before {
    content: "";
    display: block;
    padding-top: 60%
}

.bbanim_1 {
    -webkit-animation: bbanim 20s ease-in-out infinite alternate paused;
    animation: bbanim 20s ease-in-out infinite alternate paused;
}

.bbanim_2 {
    -webkit-animation: bbanim 20s ease-in-out infinite alternate paused;
    animation: bbanim 20s ease-in-out infinite alternate paused;
}

.bbanim_start {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes bbanim {
    0% {
        background-position: 50% 0
    }
    to {
        background-position: 50% 100%
    }
}

@keyframes bbanim {
    0% {
        background-position: 50% 0
    }
    to {
        background-position: 50% 100%
    }
}