

/* Start:/local/components/eabr/handbook.accordions/templates/.default/style.css?17842892171571*/
.handbook-content__carousel{
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
}
.handbook-content__inner{
    flex: 0 1;
    flex-basis: 65%;
	align-items:center;
	justify-content:center;
}
.handbook-content__video{

	width:50%;
	position:relative;
	flex: 0 1;
    flex-basis: 30%;
}
.handbook-content__video a>img{
	max-width:100%;
	border-radius:24px;
}
.handbook-content__video .play{
position:absolute;
top:calc(50%);
left:calc(50%);
transform:translate(-50%,-50%);
transition:.5s all;
cursor:pointer;
}
.handbook-content__video .swiper{
	border-radius:24px;
	overflow:hidden;
}
.handbook-content__video .play:hover{
transform:translate(-50%,-50%) scale(1.15);
}
button.fancybox-btn[data-fancybox-close]{
position:absolute;
right:10px;
bottom:10px;
}
.handbook-content__video .swiper-btn{
	position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);cursor:pointer;
	border-radius:50%;
	width: 48px;
    height: 48px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
    transition: background .2s ease, color .2s ease, opacity .2s ease;
}
.handbook-content__video .swiper-btn:hover{
	color: #1bce1b;
    background: #F2FCF2;
}
.handbook-content__video .swiper-btn--prev{left: 4px;} 
.handbook-content__video .swiper-btn--next{right:4px;}
.handbook-content__video .swiper-pagination{
position: absolute;
    bottom: 24px;
    z-index: 3;
    left: 0;
    right: 0;
}
@media (max-width:768px){
	.handbook-content__carousel{
    	flex-direction: column;
	}
	.handbook-content__video{
		width:100%;
	}
}
/* End */
/* /local/components/eabr/handbook.accordions/templates/.default/style.css?17842892171571 */
