

/* Start:/local/templates/bani/components/bitrix/news/news/style.css?17803035452399*/
.news-card {
	display: block;
	margin-bottom: 40px;
}

.news-card__title {
	width: 100%;
	margin-bottom: 22px;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #404546;
	min-height: 54px;
	display: block;
	transition: 1s;
}

.news-card__date {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #AEAEAE;
	display: block;
	margin-bottom: 8px;
}

.news-card:hover {
	text-decoration: none;
}

.news-card img {
  filter: grayscale(100%);
  transition: 1s;
}

.news-card:hover img {
  filter: grayscale(0);
}

.news-card:hover .news-card__title {
	color: #ffc93f;
}

.load-more-items {
	margin: 0 auto;
	height: 47px;
}

@media (max-width: 767px) {
	.news-card__date {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 4px;
	}

	.news-card__title {
		font-size: 18px;
		line-height: 25px;
		min-height: inherit;
		margin-bottom: 7px;
	}
}


.news-detail__title {
  font-weight: 600;
  font-size: 43px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 32px;
}

.news-detail__content {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #404546;
}

.news-detail__date {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #AEAEAE;
	margin: 20px 0;
}

.news__detail-related {
	font-weight: 600;
	font-size: 30px;
	line-height: 31px;
	text-transform: uppercase;
	color: #040A17;
	margin: 70px 0 50px;
}

.news-detail__slider-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

.news-detail__slider-prev.swiper-prev {
  width: 44px;
  height: 44px;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}


.news-detail__slider-next.swiper-next  {
  width: 44px;
  height: 44px;
  right: -22px;
  top: 50%;
  transform: translateY(-50%)  rotate(180deg);
}

@media (max-width: 767px) {
	.news-detail__date {
		font-size: 16px;
		line-height: 24px;
	}

	.news-detail__title {
		font-size: 22px;
		line-height: 28px;
	}

	.news__detail-related {
		font-size: 20px;
		line-height: 24px;
		margin: 40px 0 30px;
	}

	.news-detail__content {
		font-size: 17px;
		line-height: 24px;
	}

	.news-detail__slider-prev.swiper-prev {
		width: 24px;
		height: 24px;
		left: -12px;
		display: flex;
	}

	.news-detail__slider-next.swiper-next {
		width: 24px;
		height: 24px;
		right: -12px;
		display: flex;
	}

	.news-detail__slider-prev.swiper-prev svg,
	.news-detail__slider-next.swiper-next svg{
		width: 11px
	}
}

/* End */


/* Start:/local/templates/bani/components/bitrix/breadcrumb/bani/style.css?1780303545302*/
.bx-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	font-weight: 300;
	font-size: 12px;
	line-height: 19px;
}

.bx-breadcrumb a span {
	color: #404546;
}

.bx-breadcrumb-item span {
	color: #ffc93f;
}

.bx-breadcrumb a:hover {
	text-decoration: none;
}

.bx-breadcrumb a:hover span {
	color: #ffc93f;
}
/* End */
/* /local/templates/bani/components/bitrix/news/news/style.css?17803035452399 */
/* /local/templates/bani/components/bitrix/breadcrumb/bani/style.css?1780303545302 */
