

@-webkit-keyframes anim_slides {
0% {opacity:0;}
4% {opacity:1;}
24% {opacity:1;}
50% {opacity:0;}
100% {opacity:0;}
}
@keyframes anim_slides {
0% {opacity:0;}
4% {opacity:1;}
24% {opacity:1;}
50% {opacity:0;}
100% {opacity:0;}
}
@-moz-keyframes anim_slides {
0% {opacity:0;}
4% {opacity:1;}
24% {opacity:1;}
50% {opacity:0;}
100% {opacity:0;}
}

.body_slides{
	list-style:none;
	margin:0;
	padding:0;
	z-index:-2; 
	background:white;}
.body_slides,
.body_slides:after{
    position: fixed;
	width:100%;
	height: 1000px;
    
    overflow:hidden;
	top:0px;
	left:0px;}
.body_slides:after { 
    content: '';
	background: transparent url(images/pattern.png  ) repeat top center;}


.body_slides li{
    width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:  top center;
	opacity:0;
    -webkit-animation: anim_slides 60s linear infinite 0s;
    -moz-animation: anim_slides 60s linear infinite 0s;
    -o-animation: anim_slides 60s linear infinite 0s;
    -ms-animation: anim_slides 60s linear infinite 0s;
    animation: anim_slides 60s linear infinite 0s;
}
  
.body_slides li:nth-child(1){
background-image: url(/media/img_r/2024_1.jpg) ;

}
.body_slides li:nth-child(2){
animation-delay: 6.0s;
-webkit-animation-delay: 6.0s;
-moz-animation-delay: 6.0s;
background-image: url(/media/img_r/2024_2.jpg) 
}
.body_slides li:nth-child(3){
animation-delay: 12.0s;
-webkit-animation-delay: 12.0s;
-moz-animation-delay: 12.0s;
background-image: url(/media/img_r/2024_3.jpg) 
}

.body_slides li:nth-child(4){
animation-delay: 18.0s;
-webkit-animation-delay: 18.0s;
-moz-animation-delay: 18.0s;
background-image: url(/media/img_r/2024_4.jpg) 
}

.body_slides li:nth-child(5){
animation-delay: 24.0s;
-webkit-animation-delay: 24.0s;
-moz-animation-delay: 24.0s;
background-image: url(/media/img_r/2024_5.jpg) 
}

.body_slides li:nth-child(6){
animation-delay: 30.0s;
-webkit-animation-delay: 30.0s;
-moz-animation-delay: 30.0s;
background-image: url(/media/img_r/2024_6.jpg) 
}

.body_slides li:nth-child(7){
animation-delay: 36.0s;
-webkit-animation-delay: 36.0s;
-moz-animation-delay: 36.0s;
background-image: url(/media/img_r/2024_7.jpg) 
}

.body_slides li:nth-child(8){
animation-delay: 42.0s;
-webkit-animation-delay: 42.0s;
-moz-animation-delay: 42.0s;
background-image: url(/media/img_r/2024_8.jpg) 
}


/* для команд */
.body_slides_team{
	list-style:none;
	margin:0;
	padding:0;
	z-index:-2; 
	background:white;}
.body_slides_team,
.body_slides_team:after{
    position: fixed;
	width:100%;
	height: 1000px;
    
    overflow:hidden;
	top:0px;
	left:0px;}
.body_slides_team:after { 
    content: '';
	background: transparent url(images/pattern.png  ) repeat top left;}


.body_slides_team li{
    width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
    background-size:cover;
    background-repeat:none;
	opacity:0;
    -webkit-animation: anim_slides 24s linear infinite 0s;
    -moz-animation: anim_slides 24s linear infinite 0s;
    -o-animation: anim_slides 24s linear infinite 0s;
    -ms-animation: anim_slides 24s linear infinite 0s;
    animation: anim_slides 24s linear infinite 0s;
}
  
.body_slides_team li:nth-child(1){
background-image: url(/media/img_r/1_26.jpg) ;
background-repeat: no-repeat;
background-size: cover;
}
.body_slides_team li:nth-child(2){
animation-delay: 6.0s;
-webkit-animation-delay: 6.0s;
-moz-animation-delay: 6.0s;
background-image: url(/media/img_r/1_27.jpg) 
}
.body_slides_team li:nth-child(3){
animation-delay: 12.0s;
-webkit-animation-delay: 12.0s;
-moz-animation-delay: 12.0s;
background-image: url(/media/img_r/1_28.jpg) 
}
.body_slides_team li:nth-child(4){
animation-delay: 18.0s;
-webkit-animation-delay: 18.0s;
-moz-animation-delay: 18.0s;
background-image: url(/media/img_r/1_18.jpg) 
}

