

/* Start:/local/templates/brusnika/components/bitrix/news.list/news.infinite/style.css?17472233585311*/
.news-post__date {
	font-family: "Grape Nuts", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.4;
	padding-block: 10px;
	margin-bottom: 0;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}

@media screen and (min-width: 1200px) {
	.news-post__date {
		font-size: 32px;
	}
}

.news-post__caption {
	font-family: "SF Pro Display", sans-serif;
	margin-bottom: 0;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.4;
	padding: 10px 0 0 0;
}

@media screen and (min-width: 1200px) {
	.news-post__caption {
		font-size: 24px;
	}
}

.news-post__text {
	font-family: "SF Pro Display", sans-serif;
	font-size: 13px;
	margin-bottom: 0;
	line-height: 1.4;
}

@media screen and (min-width: 1200px) {
	.news-post__text {
		font-size: 14px;
	}
}

.news-post__link {
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.4;
	color: #000;
	text-decoration: underline;
}

.news-post__body-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-block: 10px;
}

@media screen and (min-width: 1200px) {
	.news-post__body-container {
		padding-block: 30px;
	}
}

.news-post__body-container_size_short {
	padding-inline: 40px;
}

@media screen and (min-width: 1200px) {
	.news-post__body-container_size_short {
		padding-inline: 170px;
	}
}

.news-post__body-container_size_wide {
	padding-inline: 0;
}

@media screen and (max-width: 768px) {
	.news-post__body-container_size-m_wide {
		padding-inline: 0;
	}
}

.news-post__cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.news-post__cols {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.news-post__cols_c_1 {
	width: 8.333%;
}

.news-post__cols_c_2 {
	width: 16.666%;
}

.news-post__cols_c_3 {
	width: 25%;
}

.news-post__cols_c_4 {
	width: 33.333%;
}

.news-post__cols_c_5 {
	width: 41.666%;
}

.news-post__cols_c_6 {
	width: 50%;
}

.news-post__cols_c_7 {
	width: 58.333%;
}

.news-post__cols_c_8 {
	width: 66.666%;
}

.news-post__cols_c_9 {
	width: 75%;
}

.news-post__cols_c_10 {
	width: 83.333%;
}

.news-post__cols_c_11 {
	width: 91.666%;
}

.news-post__cols_c_12 {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.news-post__cols_c-m_1 {
		width: 8.333%;
	}

	.news-post__cols_c-m_2 {
		width: 16.666%;
	}

	.news-post__cols_c-m_3 {
		width: 25%;
	}

	.news-post__cols_c-m_4 {
		width: 33.333%;
	}

	.news-post__cols_c-m_5 {
		width: 41.666%;
	}

	.news-post__cols_c-m_6 {
		width: 50%;
	}

	.news-post__cols_c-m_7 {
		width: 58.333%;
	}

	.news-post__cols_c-m_8 {
		width: 66.666%;
	}

	.news-post__cols_c-m_9 {
		width: 75%;
	}

	.news-post__cols_c-m_10 {
		width: 83.333%;
	}

	.news-post__cols_c-m_11 {
		width: 91.666%;
	}

	.news-post__cols_c-m_12 {
		width: 100%;
	}
}

.news-post__image-block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-block: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

@media screen and (min-width: 1200px) {
	.news-post__image-block {
		padding-block: 60px 0;
	}
}

.news-post__image {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.news-post__text-block {
	padding-block: 7.5px;
}

.news-post {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 0 0;
}

@media screen and (min-width: 1200px) {
	.news-post {
		padding: 40px 0;
	}
}

.news-post__image-caption {
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4;
	text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
	.news-post__image-caption {
		font-size: 20px;
	}
}

.news-post__image-description {
	font-family: "SF Pro Display", sans-serif;
	font-size: 13px;
	margin-bottom: 0;
	line-height: 1.4;
}

@media screen and (min-width: 1200px) {
	.news-post__image-description {
		font-size: 14px;
	}
}

.news-slider {
	width: 100%;
	height: 100%;
	position: relative;
}

.news-slider__rail {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-post__nav-arrow {
	background-color: #F8F8F8;
	border-radius: 50%;
	width: 35px !important;
	height: 35px !important;
}

.news-post__nav-arrow::after {
	font-size: 15px !important;
	color: #000;
}

.news-post__nav-arrow_d_right:after {
	width: auto !important;
	margin-right: -2px;
}

.news-post__nav-arrow_d_left:after {
	margin-left: -2px;
}
/* End */
/* /local/templates/brusnika/components/bitrix/news.list/news.infinite/style.css?17472233585311 */
