#acfbltime{ /*background:linear-gradient(to bottom,#f0f0f0,#ffffff 50%); padding:50px 0 ;*/ position: relative;}
#acfbltime .swiper-slide{ position: relative; width:460px; text-align: center; padding:40px 60px; }
#acfbltime .swiper-slide:before{content: ""; position: absolute; top:0px; left:0;  width:100%; height:4px; background:#cccccc;   }
#acfbltime .swiper-slide:first-child:before{ left:50%; }
#acfbltime .swiper-slide:last-child:before{ width:50%; }
#acfbltime .swiper-slide:after{content: ""; position: absolute; top:0px; left:calc(50% - 2px); width:4px; background: #cccccc; height:30px;   }
#acfbltime .swiper-slide.swiper-slide-active:after{ border-color:#c70c42;}
#acfbltime .y{ transition:all 0.3s linear;  position: relative;font-size:25px; line-height: 1; font-weight: 700; color:#cccccc; margin-bottom:45px; }
#acfbltime .y:after{ transition:background 0.3s linear; content: ""; position: absolute; top:calc(100% + 5px); left:calc(50% - 2px); width:4px; background: #cccccc; height:30px;   }
#acfbltime .swiper-slide.swiper-slide-active .y{ color:#c70c42; font-size:40px;}
#acfbltime .swiper-slide.swiper-slide-active .y:after{ background: #c70c42; }
#acfbltime .d{ transition:color 0.3s linear; line-height: 1.3; color: #cccccc; background: #ffffff; }
#acfbltime .swiper-slide.swiper-slide-active .d{ color:#221e20; }

.histo-prev,.histo-next{position: absolute; color: #221e20; top:calc(50% - 110px); }
.histo-prev{ transform:translateX(-200px); }
.histo-next{ transform:translateX(200px); }


@media (max-width: 1099px){	
	#acfbltime{ padding:40px 0 0 0; }
	#acfbltime .swiper-slide{ width:auto; padding:40px;  }
	#acfbltime .navigation{ display: flex; justify-content: center;}
	.histo-prev,.histo-next{ position: static; color: #221e20;margin:0 10px; }
	.histo-prev{ transform:none !important; }
	.histo-next{ transform:none !important; }

}