

/* Start:/bitrix/templates/alpha_s1/components/bitrix/news.list/slider_type2/style.css?1751349910767*/
.banner__mobile-image {
  display: none;
}

@media only screen and (max-width: 767px) {
  .banner.swiper-slide.with-mobile-img {
    background: none !important;
  }

  .banner__mobile-image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .banner__mobile-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
  }

  .banner.swiper-slide.with-mobile-img .text-block{
    position: relative;
    z-index: 5;
  }

  .hero.type-2 .swiper-wrapper{
    align-items: flex-start;
  }

  .hero.type-2 .swiper-slide{
    height: auto !important;
  }
}

/* End */
/* /bitrix/templates/alpha_s1/components/bitrix/news.list/slider_type2/style.css?1751349910767 */
