

/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1755870326122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/local/templates/mainTemplate/components/bitrix/news.list/bootstrap_v4/style.css?17821270307424*/
.news-list {}

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/mainTemplate/components/bitrix/news.list/bootstrap_v4/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img {
	border-radius: 3px 3px 0 0;
}

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left {
	left: 0;
}

.news-list-slider-arrow-container-right {
	right: 0;
}

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow {
	left: 20px;
}

.news-list-slider-arrow-container-right .news-list-slider-arrow {
	right: 20px;
}

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li {
	transition: opacity .3s ease;
}

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font-size: 18px;
	font-weight: 600;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value {
	font-size: 13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye {
	background-image: url(/local/templates/mainTemplate/components/bitrix/news.list/bootstrap_v4/images/eye.svg);
}

.news-list-icon-calendar {
	background-image: url(/local/templates/mainTemplate/components/bitrix/news.list/bootstrap_v4/images/calendar.svg);
}

.news-list-icon-tag {
	background-image: url(/local/templates/mainTemplate/components/bitrix/news.list/bootstrap_v4/images/tag.svg);
}

.news-list-icon-user {
	background-image: url(/local/templates/mainTemplate/components/bitrix/news.list/bootstrap_v4/images/user.svg);
}

.news-list-icon-comments {
	background-image: url(/local/templates/mainTemplate/components/bitrix/news.list/bootstrap_v4/images/comments.svg);
}

.news-filter-tags .btn-group {
	flex-wrap: wrap;
	border: 1px solid rgb(233, 233, 233);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.news-filter-tags .btn {
	border-color: transparent;
	color: #333;
	padding: 10px 15px;
}

.news-filter-tags {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 10px;
	margin-top: -80px;
	margin-bottom: 20px;
}

.news-filter-tags .btn.active {
	background-color: #ffffff;
	color: #c50034;
	border-color: #c50034 !important;
	border-radius: 5px;
}

.news-tags .badge {
margin-right: 5px;
	color: #9E9E9E;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
}

/* СТАРТ навигация */
.adm-nav-pages-total-block {
	display: flex;
	justify-content: center;
}

.adm-navigation {
	margin: 30px 0 20px;
	text-align: center;
}

.adm-nav-pages-block {
	display: inline-block;
	background: #f8f9fa;
	padding: 10px 15px;
	border-radius: 8px;
	border: 1px solid #e9ecef;
}

.navigation-title {
	font-size: 14px;
	color: #6c757d;
	margin-right: 10px;
	font-weight: 500;
}

.adm-nav-page {
	display: inline-block;
	padding: 5px 12px;
	margin: 0 3px;
	color: #c50034;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	transition: all 0.2s ease;
	border: 1px solid transparent;
	background: transparent;
	cursor: pointer;
}

.adm-nav-page:hover {
	background: #e9ecef;
	color: #c50034;
	text-decoration: none;
	border-color: #dee2e6;
}

.adm-nav-page-active {
	display: inline-block;
	padding: 5px 12px;
	margin: 0 3px;
	color: #fff;
	background: #c50034;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #c50034;
}

.adm-nav-page-prev {
	position: relative;
	padding-left: 28px;
}

.adm-nav-page-prev::before {
	content: "‹";
	left: 10px;
	font-size: 18px;
	font-weight: bold;
}

.adm-nav-page-prev.disabled {
	color: #adb5bd;
	cursor: not-allowed;
	opacity: 0.5;
}

.adm-nav-page-prev.disabled:hover {
	background: transparent;
	border-color: transparent;
}

.adm-nav-page-next {
	position: relative;
	padding-right: 28px;
}

.adm-nav-page-next::before {
	content: "›";
	right: 10px;
	font-size: 18px;
	font-weight: bold;
}

.adm-nav-page-next.disabled {
	color: #adb5bd;
	cursor: not-allowed;
	opacity: 0.5;
}

.adm-nav-page-next.disabled:hover {
	background: transparent;
	border-color: transparent;
}

/* Ссылка "Все" */
.adm-nav-page:last-child {
	margin-left: 10px;
	padding: 5px 15px;
	background: #c50034;
	color: #fff;
	border-color: #c50034;
}

.adm-nav-page:last-child:hover {
	background: #c50034;
	border-color: #c50034;
	color: #fff;
}

/* Адаптивность */
@media (max-width: 768px) {
	.adm-nav-pages-block {
		padding: 8px 10px;
	}

	.adm-nav-page,
	.adm-nav-page-active {
		padding: 4px 8px;
		font-size: 12px;
		margin: 0 2px;
	}

	.adm-nav-page-prev {
		padding-left: 22px;
	}

	.adm-nav-page-next {
		padding-right: 22px;
	}

	.adm-nav-page-prev::before,
	.adm-nav-page-next::before {
		font-size: 16px;
	}

	.navigation-title {
		font-size: 12px;
		margin-right: 5px;
	}

	.adm-nav-page:last-child {
		padding: 4px 10px;
		font-size: 12px;
		margin-left: 5px;
	}
}

@media (max-width: 480px) {
	.adm-nav-pages-block {
		padding: 5px 8px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.adm-nav-page,
	.adm-nav-page-active {
		padding: 3px 6px;
		font-size: 11px;
		margin: 2px;
	}

	.adm-nav-page-prev {
		padding-left: 18px;
	}

	.adm-nav-page-next {
		padding-right: 18px;
	}

	.adm-nav-page-prev::before,
	.adm-nav-page-next::before {
		font-size: 14px;
	}

	.navigation-title {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
	}

	.adm-nav-page:last-child {
		padding: 3px 8px;
		font-size: 11px;
	}
}
/* КОНЕЦ навигация */
/* End */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1755870326122 */
/* /local/templates/mainTemplate/components/bitrix/news.list/bootstrap_v4/style.css?17821270307424 */
