

/* Start:/local/components/mobecan/main_advantages/templates/.default/style.css?17811879452478*/
/*  */
/* intro-hero-info */
/*  */
.intro-hero-info {
  --swiper-theme-color: var(--black);
  --swiper-pagination-bullet-size: 8px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 1.5rem;
  background: var(--light-gray-bg);
  padding: 1.5rem;
  width: 100%;
  height: 438px;
  overflow: clip;
}

.intro-hero-info:not(.swiper-initialized) .swiper-pagination {
  display: none;
}

.intro-hero-info .swiper-wrapper {
  display: flex;
  height: auto;
  flex-direction: column;
  gap: 1.5rem;
}

.intro-hero-info .swiper-wrapper .swiper-slide {
  height: 3.5rem;
}

.intro-hero-info .intro-hero-info__item {
  display: flex;
  gap: 0.75rem;
}

.intro-hero-info .intro-hero-info__ico {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  background: #fff;
  box-shadow: 0px 8px 32px 0px #282c301f;
  flex-shrink: 0;
}

.intro-hero-info .intro-hero-info__ico svg {
  width: 2rem;
  height: 2rem;
  margin: auto;
}

.intro-hero-info .intro-hero-info__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 18px;
  line-height: 1.3333;
  color: var(--black);
  font-weight: 600;
}

.intro-hero-info .intro-hero-info__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-top: 0.25rem;
  font-size: 13px;
  line-height: 1.428571;
  color: var(--black-sec);
}

@media (max-width: 1099px) {
  .intro-hero-info {
    order: 2;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .intro-hero-info:not(.swiper-initialized) .intro-hero-info__item:not(:first-child) {
    display: none;
  }

  .intro-hero-info .swiper-wrapper {
    height: auto;
    flex-direction: row;
    gap: 0;
  }

  .intro-hero-info .swiper-wrapper .swiper-slide {
    height: auto;
  }

  .intro-hero-info .intro-hero-info__item {
    padding: 1.5rem;
    height: auto;
  }

  .intro-hero-info .intro-hero-info__name {
    display: block;
  }
}

@media (max-width: 767px) {
  .intro-hero-info {
    margin: 0 -1rem;
    width: auto;
    border-radius: 0;
  }

  .intro-hero-info .swiper-wrapper .swiper-slide {
    height: auto;
  }

  .intro-hero-info .intro-hero-info__item {
    padding: 1rem;
    padding-bottom: 2.5rem;
  }

  .intro-hero-info .intro-hero-info__name {
    font-size: 1rem;
    line-height: 1.375em;
  }

  .intro-hero-info .intro-hero-info__desc {
    display: block;
  }
}
/* End */


/* Start:/local/components/mobecan/main_slider/templates/.default/style.css?1781187982685*/
/* banner-swiper.css */

.banner-swiper:not(.swiper-initialized) .banner-swiper-slide:not(:first-child) {
  display: none;
}

.banner-swiper .banner-swiper-slide {
  height: 438px;
  border-radius: 1.5rem;
  overflow: clip;
}

.banner-swiper .banner-swiper-slide img,
.banner-swiper .banner-swiper-slide picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .banner-swiper .banner-swiper-slide {
    height: auto;
    border-radius: 0;
    overflow: clip;
  }

  .banner-swiper .banner-swiper-slide img,
  .banner-swiper .banner-swiper-slide picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 375 / 230;
  }
}
/* End */
/* /local/components/mobecan/main_advantages/templates/.default/style.css?17811879452478 */
/* /local/components/mobecan/main_slider/templates/.default/style.css?1781187982685 */
