

/* Start:/local/templates/uberture/components/bitrix/news.list/news_banner/style.css?17870721061938*/
.news-banner {
  position: relative;
}
.news-banner .js-swiper-news-banner {
  position: relative;
}
.news-banner__slide {
  position: relative;
  padding-bottom: 42.5%;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
}
.news-banner__image {
  position: absolute;
  inset: 0;
}
.news-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-banner__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.72) 0%, rgba(20, 20, 20, 0.35) 55%, rgba(20, 20, 20, 0.15) 100%);
  pointer-events: none;
}
.news-banner__link {
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.news-banner__content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.news-banner__content .section__title,
.news-banner__content .text,
.news-banner__content .text p {
  color: #fff;
}
.news-banner__content .text {
  margin: 20px 0 28px;
}
.news-banner__content .button {
  position: relative;
  z-index: 3;
}
.news-banner__slider-manage {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 4;
}

@media screen and (max-width: 1024px) {
	.news-banner__slide {
		padding-bottom: 52.5%;
	}

	.news-banner__content {
		padding: 10px 20px;
	}

	.news-banner__content .section__title {
		font-size: 22px;
	}
	.news-banner__content .text {
		margin: 10px 0 15px;
		font-size: 16px;
	}

	.news-banner__content .button.button_main-fill {
		font-size: 16px;
		height: auto;
	}
}

@media screen and (max-width: 768px) {

	.news-banner__content .section__title {
		font-size: 18px;
	}
	.news-banner__content .text {
		font-size: 14px;
	}

	.news-banner__content .button.button_main-fill {
		font-size: 14px;
	}
}

/* End */
/* /local/templates/uberture/components/bitrix/news.list/news_banner/style.css?17870721061938 */
