

/* Start:/local/templates/sporos_rasa/components/bitrix/news/selection/bitrix/news.list/.default/style.css?15760246642264*/
body main > .container__first {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body main {
	position: relative;
}
body .container_breadcrumbs {
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 0;
	width: 100%;
	color: white;
	z-index: 1;
}
body .container_breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
	background-color: white;
}
.news-list .new_head {
  height: 26rem;
  padding: 0;
  position: relative;
	margin-bottom: 2rem;
}
.news-list .new_head .new_bg {
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  filter: brightness(0.7);
}
.news-list .new_head .new_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
}
.news-list .new_head .new_title h2 {
  font-size: 2.666em;
  font-weight: bold;
  color: white;
}

body .news-item.card .card-body h3 {
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
  font-size: 1em;
}
body .news-item.card .card-head {
	background-size: contain;
	background-color: white;
}
body .news-item.card .card-body .card-link {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	width: 6rem;
	min-width: fit-content;
	padding: 0.6em 1em;
}

@media (max-width: 991px) {
  body .news-list p {
    font-size: 1.3em;
  }
}

@media (max-width: 767px) {
	body .news-item.card .card-body > div.card-inner {
		max-height: unset;
		display: flex;
    align-items: flex-end;
	}
	.news-item.card .card-body > div.card-inner h3 {
		font-weight: bold;
		font-size: 1.875em;
	}
}
@media (max-width: 575px) {
	body .news-item.card .card-body > div.card-inner h3 {
		margin-right: 0;
		margin-bottom: 1em;
	}
}

/********* safari fix *********/
/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) { @media {
  .news-detail .new_head .new_bg {
    background-attachment: scroll;
    background-position: center;
  }
}}
/* Safari 6.1-10.0 (not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media {
  .news-detail .new_head .new_bg {
    background-attachment: scroll;
    background-position: center;
  }
}}
/********* /safari fix *********/

/* End */
/* /local/templates/sporos_rasa/components/bitrix/news/selection/bitrix/news.list/.default/style.css?15760246642264 */
