.loadingTree_bottom_block_move{
    animation: loadingTreeBottom .5s  ease-in-out 1 forwards;
	-webkit-animation: loadingTreeBottom .5s   ease-in-out 1 forwards;
	-moz-animation: loadingTreeBottom .5s   ease-in-out 1 forwards;
	-o-animation: loadingTreeBottom .5s ease-in-out 1 forwards;		
}
@keyframes loadingTreeBottom {
0%  { bottom: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ bottom: 94px; background-color:transparent;}
}
@-webkit-keyframes loadingTreeBottom {
0%  { bottom: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ bottom: 94px; background-color:transparent;}
}
@-moz-keyframes loadingTreeBottom {
0%  { bottom: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ bottom: 94px; background-color:transparent;}
}
@-ms-keyframes loadingTreeBottom {
0%  { bottom: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ bottom: 94px; background-color:transparent;}
}
.loadingTree_top_block_move{
    animation: loadingTreeTop .8s  ease-in-out 1 forwards;	
	-webkit-animation: loadingTreeTop .8s   ease-in-out 1 forwards;	
	-moz-animation: loadingTreeTop .8s   ease-in-out 1 forwards;	
	-o-animation: loadingTreeTop .8s ease-in-out 1 forwards;		
}
@keyframes loadingTreeTop {
0%  { top: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ top: -80px; background-color:transparent;}
}
@-webkit-keyframes loadingTreeTop {
0%  { top: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ top: -80px; background-color:transparent;}
}
@-moz-keyframes loadingTreeTop {
0%  { top: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ top: -80px; background-color:transparent;}
}
@-ms-keyframes loadingTreeTop {
0%  { top: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ top: -80px; background-color:transparent;}
}
.loadingTree_left_block_move{
    animation: loadingTreeLeft .8s  ease-in-out 1 forwards;
	-webkit-animation: loadingTreeLeft .8s   ease-in-out 1 forwards;
	-moz-animation: loadingTreeLeft .8s   ease-in-out 1 forwards;
	-o-animation: loadingTreeLeft .8s ease-in-out 1 forwards;		
}
@keyframes loadingTreeLeft {
0%  { left: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ left: -60px; background-color:transparent;}
}
@-webkit-keyframes loadingTreeLeft {
0%  { left: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ left: -60px; background-color:transparent;}
}
@-moz-keyframes loadingTreeLeft {
0%  { left: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ left: -60px; background-color:transparent;}
}
@-ms-keyframes loadingTreeLeft {
0%  { left: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ left: -60px; background-color:transparent;}
}
.loadingTree_right_block_move{
    animation: loadingTreeRight .8s  ease-in-out 1 forwards;
	-webkit-animation: loadingTreeRight .8s   ease-in-out 1 forwards;
	-moz-animation: loadingTreeRight .8s   ease-in-out 1 forwards;
	-o-animation: loadingTreeRight .8s ease-in-out 1 forwards;		
}
@keyframes loadingTreeRight {
0%  { right: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ right: -40px; background-color:transparent;}
}
@-webkit-keyframes loadingTreeRight {
0%  { right: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ right: -40px; background-color:transparent;}
}
@-moz-keyframes loadingTreeRight {
0%  { right: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ right: -40px; background-color:transparent;}
}
@-ms-keyframes loadingTreeRight {
0%  { right: 0; background-color:#e5f880; }  95%{ background-color:#e5f880; }  100%{ right: -40px; background-color:transparent;}
}
.soccer{
	animation: soccer 1.5s ease-in-out infinite;
	-webkit-animation: soccer 1.5s ease-in-out infinite;
	-moz-animation: soccer 1.5s ease-in-out infinite;
	-o-animation: soccer 1.5s ease-in-out infinite;
}
@keyframes soccer {
0%  { top: 75px; transform:rotate(0deg);}  50%{ top: 35px; }  100%{ top: 75px; transform:rotate(360deg);}
}
@-webkit-keyframes soccer {
0%  { top: 75px; -webkit-transform:rotate(0deg);}  50%{ top: 35px; }  100%{ top: 75px; -webkit-transform:rotate(360deg);}
}
@-moz-keyframes soccer {
0%  { top: 75px; -moz-transform:rotate(0deg);}  50%{ top: 35px; }  100%{ top: 75px; -moz-transform:rotate(360deg);}
}
@-ms-keyframes soccer {
0%  { top: 75px; -ms-transform:rotate(0deg);}  50%{ top: 35px; }  100%{ top: 75px; -ms-transform:rotate(360deg);}
}
.soccerShadow{
	animation: soccerShadow 1.5s ease-in-out infinite;
	-webkit-animation: soccerShadow 1.5s ease-in-out infinite;
	-moz-animation: soccerShadow 1.5s ease-in-out infinite;
	-o-animation: soccerShadow 1.5s ease-in-out infinite;
}
@keyframes soccerShadow {
0%  { top: 162px; transform:scale(1); opacity:.8; }  50%{ top: 170px; transform:scale(.7); opacity:.3; }  100%{ top: 162px; transform:scale(1); opacity:.8; }
}
@-webkit-keyframes soccerShadow {
0%  { top: 162px; -webkit-transform:scale(1); opacity:.8; }  50%{ top: 170px; -webkit-transform:scale(.7); opacity:.3; }  100%{ top: 162px; -webkit-transform:scale(1); opacity:.8; }
}
@-moz-keyframes soccerShadow {
0%  { top: 162px; -moz-transform:scale(1); opacity:.8; }  50%{ top: 170px; -moz-transform:scale(.7); opacity:.3; }  100%{ top: 162px; -moz-transform:scale(1); opacity:.8; }
}
@-ms-keyframes soccerShadow {
0%  { top: 162px; -ms-transform:scale(1); opacity:.8; }  50%{ top: 170px; -ms-transform:scale(.7); opacity:.3; }  100%{ top: 162px; -ms-transform:scale(1); opacity:.8; }
}
.benefit_tree_intro span{
	transform-origin:left bottom;
	-webkittransform-origin:left bottom;
	-moz-transform-origin:left bottom;
	-o-transform-origin:left bottom;
	animation: benefit_bubble 1.5s  linear infinite;
	-webkit-animation: benefit_bubble 1.5s linear infinite;
	-moz-animation: benefit_bubble 1.5s linear infinite;
	-o-animation: benefit_bubble 1.5s linear infinite;
}
@keyframes benefit_bubble {
0%  { transform:scale(1); top: -30px; right: -25px; }  50%{ transform:scale(1.1); top: -40px; right: -25px; }  100%{ transform:scale(1); top: -25px; right: -25px; }
}
@-webkit-keyframes soccerShadow {
0%  { -webkit-transform:scale(1); top: -30px; right: -25px; }  50%{ -webkit-transform:scale(1.1); top: -40px; right: -25px; }  100%{ -webkit-transform:scale(1); top: -30px; right: -25px; }
}
@-moz-keyframes soccerShadow {
0%  { -moz-transform:scale(1); top: -30px; right: -25px; }  50%{ -moz-transform:scale(1.1); top: -40px; right: -25px; }  100%{ -moz-transform:scale(1); top: -30px; right: -25px; }
}
@-ms-keyframes soccerShadow {
0%  { -ms-transform:scale(1); top: -30px; right: -25px; }  50%{ -ms-transform:scale(1.1); top: -40px; right: -25px; }  100%{ -ms-transform:scale(1); top: -30px; right: -25px; }
}
.benefit_tree_intro span:hover{
	animation:none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
}
.popup_news .benefit_tree{
	animation: popup_news_tree 6s  linear infinite;
	-webkit-animation: popup_news_tree 6s linear infinite;
	-moz-animation: popup_news_tree 6s linear infinite;
	-o-animation: popup_news_tree 6s linear infinite;
}
@keyframes popup_news_tree {
0%{ top: -112px; transform:scale(1);} 10%{ top: -112px; transform:scale(1); }  14%{ top: -125px; transform:scale(1.1);}  18%{ top: -112px; transform:scale(1);}  
30%{ top: -112px; transform:scale(1)} 34%{ top: -125px;transform:scale(1.1) } 38%{ top: -112px; transform:scale(1)}
}
@-webkit-keyframes popup_news_tree {
0%{ top: -112px; -webkit-transform:scale(1);} 10%{ top: -112px; -webkit-transform:scale(1); }  14%{ top: -125px; -webkit-transform:scale(1.1);}  18%{ top: -112px; -webkit-transform:scale(1);}  
30%{ top: -112px; -webkit-transform:scale(1)} 34%{ top: -125px; -webkit-transform:scale(1.1) } 38%{ top: -112px; -webkit-transform:scale(1)}
}
@-moz-keyframes popup_news_tree {
0%{ top: -112px; -moz-transform:scale(1);} 10%{ top: -112px; -moz-transform:scale(1); }  14%{ top: -125px; -moz-transform:scale(1.1);}  18%{ top: -112px; -moz-transform:scale(1);}  
30%{ top: -112px; -moz-transform:scale(1)} 34%{ top: -125px; -moz-transform:scale(1.1) } 38%{ top: -112px; -moz-transform:scale(1)}
}
@-ms-keyframes popup_news_tree {
0%{ top: -112px; -ms-transform:scale(1);} 10%{ top: -112px; -ms-transform:scale(1); }  14%{ top: -125px; -ms-transform:scale(1.1);}  18%{ top: -112px; -ms-transform:scale(1);}  
30%{ top: -112px; -ms-transform:scale(1)} 34%{ top: -125px; -ms-transform:scale(1.1) } 38%{ top: -112px; -ms-transform:scale(1)}
}
.popup_news h1 span{
	animation: popup_light 6s   linear infinite;
	-webkit-animation: popup_light 6s  linear infinite;
	-moz-animation: popup_light 6s  linear infinite;
	-o-animation: popup_light 6s   linear infinite;
}
@keyframes popup_light {
0%{ left: -85px; top:25px;} 50%{ left:-85px; top:25px;}59%{ left:420px; top:25px;}60%{ left:420px; top:85px; } 65%{left:635px;top:85px; }  100%{left:635px;top:85px; }   
}
@-webkit-keyframes popup_light {
0%{ left: -85px; top:25px;} 50%{ left:-85px; top:25px;}59%{ left:420px; top:25px;}60%{ left:420px; top:85px; } 65%{left:635px;top:85px; }  100%{left:635px;top:85px; } 
}
@-moz-keyframes popup_light {
0%{ left: -85px; top:25px;} 50%{ left:-85px; top:25px;}59%{ left:420px; top:25px;}60%{ left:420px; top:85px; } 65%{left:635px;top:85px; }  100%{left:635px;top:85px; } 
}
@-ms-keyframes popup_light {
0%{ left: -85px; top:25px;} 50%{ left:-85px; top:25px;}59%{ left:420px; top:25px;}60%{ left:420px; top:85px; } 65%{left:635px;top:85px; }  100%{left:635px;top:85px; } 
}


