.banners_roxot_header{
	display: none;
	position: fixed;
	bottom: 10px;
	left: 0;
	width: 100%;
}


.banners_roxot_header_item{
	position: relative;
}

.swiper_close_roxot{
    position: absolute;
    top: -27px;
    right: calc(50% - 12px);
    cursor: pointer;
    height: 25px;
    width: 25px;
    background: white;
    border-radius: 50%;
    z-index: 9;
    opacity: .5;
}
.swiper_close_roxot:hover{
	opacity: 1;
}



.banners_roxot_header_item{
	
}

@media screen and (max-width: 991px){
	
	.banners_roxot_header{
		display: block;
	}
	
	
	.f-left.mob-head{
		background: white;
	}
	
	.white-block.mob_sticky_header{
		background: transparent;
		padding-top: 0px;
	}
}
   