/* Lazy avatar */
 .relative .lazy_avatar{
 width:150px !important;
}

/* Lazy avatar */
.min-h-full .s-block--categories .container .s-slider-horizontal .swiper-backface-hidden  .swiper-slide .relative .lazy_avatar{
 height:150px !important;
}

/* Relative */
 .swiper-slide .relative{
 background-color:rgba(255,255,255,0);
}

@media (max-width:470px){

 /* Lazy avatar */
 .swiper-slide-active .lazy_avatar{
  z-index:211;
 }
 
 /* Lazy avatar */
 .min-h-full .s-block--categories .container .s-slider-horizontal .swiper-backface-hidden  .swiper-slide .relative .lazy_avatar{
  height:150px !important;
 }
 
 /* Block  categories */
 .min-h-full .s-block--categories{
  padding-top:0px;
  padding-bottom:0px;
 }
 
 /* Lazy avatar */
 .min-h-full .s-block--categories .container .s-slider-horizontal .swiper-backface-hidden  .swiper-slide-next .relative .lazy_avatar{
  height:150px !important;
 }
 
}
/* Block  logos slider */
.min-h-full .s-block--logos-slider{
 background-color:#ffffff;
}

/* Block  features */
.min-h-full .s-block--features{
 background-color:#ffffff;
}