[data-splideid="1"]{

  width: 100%;
  z-index: 100;  
  display: none;
  
  /*
  position: fixed;
  bottom: 0;
  left: 0;
  */
}

[data-splideid="1"] .splide__pagination__page{
	height: 2px;
    width: 2px;
}

[data-splideid="1"] a{
    display: flex;
    align-items: center;
    justify-content: center;
}


.mob-head.fixed + [data-splideid="1"]{
	position: fixed!important;
	top: 55px;
	left: 0;
}




.swiper-slide-inner{
	position: relative;
	/*padding-top: 12px;*/
}
.swiper_close{
	display: none;
	position: absolute;
	top: 0px;
	right: -12px;
	cursor: pointer;
	height: 25px;
	width: 25px;
	background: white;
	border-radius: 50%;
}



@media screen and (max-width: 991px){
	[data-splideid="1"]{
		display: block;
	}
	
	.column-right .bg-img-block,
	.column-left .bg-img-block{
		display: none;
	}
	
	.f-left{
		float: unset!important;
	}
	
}
   