

/* Start:/local/templates/dev/components/bitrix/news.list/news_page_list/style.css?17516125694191*/

  .news-content-title {
	flex-wrap: nowrap !important;
	gap: 20px;
	justify-content: space-between;
	align-items: end;
  }
  .section-desktop-news{

  }
  .section-mobile-news{
	display: none;
  }
  .news-box {
	gap: 0 9px;
  }
  .news-items-box {
	width: 100%;
	gap: 64px 9px;
  }
  .news-item {
	width: calc(33% - 6px);
  }
  .news-img {
	width: 100%;
	height: 17vw;
	border-radius: 8px;
	overflow: hidden;
	z-index: 1;
	transition: .3s;
  }
  .news-item:hover .news-img{
	border-top-left-radius: 48px;
	border-top-right-radius: 48px;
  }
  .news-title {
	position: relative;
	padding: 2.39vw 5.7vw 1.82vw 2.15vw;
	background: #d9e2d829;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	flex-grow: 1;
	justify-content: space-between;
	transition: 0.3s;
	top: -8px;
	gap: 4vw;
  }
  .news-item:hover .news-title {
	background: #d9e2d8;
	transition: 0.3s;
	border-bottom-left-radius: 48px;
	border-bottom-right-radius: 48px;
  }
  .news-title-desription{
	gap: 16px;
  }
  .news-title-desription > a{
	font-size: clamp(18px, 1.45vw, 28px);
	font-weight: 500;
	color: #d9e2d8;
	text-transform: uppercase;
	transition: 0.3s;
  } 
  .news-title-desription > div{
	font-size: clamp(18px, 1.45vw, 28px);
	font-weight: 400;
	color: #d9e2d8;
	transition: 0.3s;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
  }
  .news-title > p {
	color: #d9e2d8;
	font-size: clamp(18px, 1.05vw, 20px);
	text-transform: uppercase;
	transition: 0.3s;
  }
  .news-item:hover .news-title > p,
  .news-item:hover .news-title-desription > div,
  .news-item:hover .news-title-desription > a {
	color: #13203a;
  }
  .news-item:hover .news-title-desription > a:hover {
	color: #4b81f6;
  }
  .news-pagination-nav {
	align-items: center;
	gap: 5vw;
	width: 100%;
	justify-content: end;
  }
  .news-pagination-nav .swiper-pagination {
	position: relative;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: max-content !important;
	display: flex;
	gap: 20px;
  }
  .news-pagination-nav .swiper-pagination .swiper-pagination-bullet {
	width: max-content;
	height: max-content;
	font-size: 20px;
	font-weight: 500;
	color: #d9e2d880;
	opacity: 1;
	background: transparent;
	margin: 0 !important;
	transition: 0.3s;
  }
  .news-pagination-nav .swiper-pagination .swiper-pagination-bullet-active,
  .news-pagination-nav .swiper-pagination .swiper-pagination-bullet:hover {
	color: #d9e2d8;
	background: transparent;
  }
  .news-nav {
	align-items: center;
	gap: 9px;
  }
  .news-nav .swiper-button-next,
  .news-nav .swiper-button-prev {
	position: relative;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin-top: 0 !important;
  }
  .news-nav .swiper-button-next:after,
  .news-nav .swiper-button-prev:after {
	display: none;
  }
  .news-nav .swiper-button-prev {
	width: 3.33vw;
	height: 3.33vw;
  }
  .news-nav .swiper-button-next {
	width: 5vw;
	height: 5vw;
  }
  .news-nav .swiper-button-prev path,
  .news-nav .swiper-button-prev rect,
  .news-nav .swiper-button-next path,
  .news-nav .swiper-button-next rect {
	transition: 0.3s;
  }
  .news-nav .swiper-button-prev:hover path {
	stroke: #000000;
  }
  .news-nav .swiper-button-prev:hover rect {
	fill: white;
  }
  .news-nav .swiper-button-next:hover path {
	stroke: #4b81f6;
  }
  .news-nav .swiper-button-next:hover rect {
	fill: white;
  }
  .news-mobile {
	display: none !important;
  }

  @media (max-width: 768px) {
	.section-desktop-news{
		display: none;
	}
	.section-mobile-news{
	  display: block;
	}
	.news-desktop {
	  display: none !important;
	}
	.news-mobile {
	  display: flex !important;
	  gap: 20px;
	}
	  .news-item {
		width: calc(100%);
		height: unset;
	  }
	  .news-img {
		height: 75vw;
	  }
	  .news-item:hover .news-img{
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	  }
	  .news-title {
		position: relative;
		padding: 28px 13px 31px 13px;
		gap: 65px;
	  }
	  .news-item:hover .news-title {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	  }
	  .news-title-desription{
		gap: 20px;
	  }
	  #load-more-news{
		margin-top: 8px;
	  }
  }
  
/* End */
/* /local/templates/dev/components/bitrix/news.list/news_page_list/style.css?17516125694191 */
