

/* Start:/local/templates/etm_44/components/bitrix/system.pagenavigation/round/style.css?16999681953644*/
.bx-pagination.pagination-round {
	margin: 10px 0;
}
.bx-pagination.pagination-round .bx-pagination-container {
	/* text-align: center; */
	position: relative;
}
.bx-pagination.pagination-round .bx-pagination-container ul {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination.pagination-round .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 20px 15px 2px;
	filter: drop-shadow(var(--drop-shadow));
}
.bx-pagination.pagination-round .bx-pagination-container ul li span {
	-webkit-transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	-moz-transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	-ms-transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	-o-transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	background: var(--color-white);
	padding: 0 8px;
	display: block;
	height: 40px;
	min-width: 40px;
	line-height: 40px;
	color: var(--color-dark-gray);
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination.pagination-round .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: var(--color-dark-gray);
	vertical-align: middle;
}
.bx-pagination.pagination-round .bx-pagination-container ul li a:hover span {
	background: var(--color-light-gray);
}
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-active span {
	background: var(--color-green);
	color: var(--color-white);
}
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: var(--color-dark-gray);
}
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-pag-next span {
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #dadada;
	color: #000;
}

/*color schemes*/
/* .bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
	background: #f9a91d;
	color: #fff;
}
.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
	background: #e22b2b;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
	background: #0083d1;
	color: #fff;
} */

/* quick fixes */
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-pag-prev,
.bx-pagination.pagination-round .bx-pagination-container ul li.bx-pag-next {
	display: none !important;
}
/*  */
/*  */
/*  */

/* End */


/* Start:/local/templates/etm_44/components/bitrix/news.list/flat/style.css?17016104955467*/
.bx-newslist-flat {
}
.bx-newslist-flat > .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
}
.bx-newslist-flat .bx-newslist-container {
	display: block;
	max-height: 600px;
	text-decoration-color: var(--color-gray);
	
	transform: scale(1);
	transition: transform 0.2s;
}
.bx-newslist-flat .bx-newslist-container:hover {
	transform: scale(1.01);
	text-decoration: underline;
	text-decoration-color: var(--color-gray);
}

.bx-newslist-flat .bx-newslist-block {
	height: 100%;
	background-color: var(--color-white);
	border-radius: 10px;
	padding: 16px;
	padding-bottom: 50px;
	font-size: var(--font-size-5);
	filter: drop-shadow(var(--drop-shadow));
}
.bx-newslist-flat .bx-newslist-block-inner {
	overflow: hidden;
	height: 100%;
}

.bx-newslist-flat .aspect-ratio-keeper.bx-newslist-aspect-ratio-keeper {
	/* 440:300 aspect ratio */
	margin-top: 70% !important;
}

/* POST FORMATS */
.bx-newslist-flat .bx-newslist-img,
.bx-newslist-flat .bx-newslist-audio,
.bx-newslist-flat .bx-newslist-youtube,
.bx-newslist-flat .bx-newslist-slider {
	/* +aspect ratio styles */
	border-radius: 10px;
}
.bx-newslist-flat .bx-newslist-slider img,
.bx-newslist-flat .bx-newslist-img img {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
}
.bx-newslist-flat .bx-newslist-img.nophoto {
	display:flex;
	justify-content: center;
	align-items: center;
}
.bx-newslist-flat .bx-newslist-img.nophoto img {
	width: auto;
	min-width: unset;
	height: 80%;
	min-height: 80%;
}
.bx-newslist-flat .bx-newslist-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	background: url("/local/templates/etm_44/components/bitrix/news.list/flat/images/bx-video.png") no-repeat center;
}
.bx-newslist-flat .bx-newslist-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newslist-flat .bx-newslist-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newslist-flat .bx-newslist-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newslist-flat .bx-newslist-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newslist-flat .bx-newslist-slider-arrow-container-left,
.bx-newslist-flat .bx-newslist-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newslist-flat .bx-newslist-slider-arrow-container-left {
	left: 0;
}
.bx-newslist-flat .bx-newslist-slider-arrow-container-right {
	right: 0;
}
.bx-newslist-flat .bx-newslist-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: 0.5;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.bx-newslist-flat .bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,
.bx-newslist-flat .bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow {
	color: #fff;
	display: block;
	opacity: 1;
}
.bx-newslist-flat .bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow {
	left: 20px;
}
.bx-newslist-flat .bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow {
	right: 20px;
}
.bx-newslist-flat .bx-newslist-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newslist-flat .bx-newslist-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: 0.5;
}
.bx-newslist-flat .bx-newslist-slider-control li:hover,
.bx-newslist-flat .bx-newslist-slider-control li.current {
	background: #fff;
	opacity: 1;
}
.bx-newslist-flat bx-newslist-slider-arrow,
.bx-newslist-flat .bx-newslist-slider-control li {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.bx-newslist-flat .bx-newslist-title,
.bx-newslist-flat .bx-newslist-title a {
	margin-top: 20px;
	color: var(--color-green);
	font-weight: 700;
	text-transform: uppercase;
}

.bx-newslist-flat .bx-newslist-view,
.bx-newslist-flat .bx-newslist-date,
.bx-newslist-flat .bx-newslist-comments,
.bx-newslist-flat .bx-newslist-author,
.bx-newslist-flat .bx-newslist-other {
	color: var(--color-dark-gray);
	font-weight: bold;
	margin-top: 30px;
	white-space: nowrap;
}
.bx-newslist-flat .bx-newslist-view i.fa,
.bx-newslist-flat .bx-newslist-date i.fa,
.bx-newslist-flat .bx-newslist-comments i.fa,
.bx-newslist-flat .bx-newslist-author i.fa,
.bx-newslist-flat .bx-newslist-tags i.fa,
.bx-newslist-flat .bx-newslist-other i.fa {
	/* width: 13px; */
	color: #b4b4b4;
}
.bx-newslist-flat .bx-newslist-tags {
	color: #a4a4a4;
	/* font-size: 13px; */
	padding-bottom: 5px;
}
.bx-newslist-flat .bx-newslist-content,
.bx-newslist-flat .bx-newslist-content a {
	color: var(--color-black);
	line-height: 1;
}
.bx-newslist-flat .bx-newslist-content {
	/* height: 100%; */
	padding-top: 20px;
}
.bx-newslist-flat .bx-newslist-more {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* only 2 items on MAINPAGE when on MD- screen - so hide third one */
/* md- (incl) */
@media (max-width: 991px) {
	.bx-newslist-flat .bx-newslist-item-2 {
		display: none;
	}
}
/* End */
/* /local/templates/etm_44/components/bitrix/system.pagenavigation/round/style.css?16999681953644 */
/* /local/templates/etm_44/components/bitrix/news.list/flat/style.css?17016104955467 */
