

/* Start:/local/templates/actoragency/components/bitrix/system.pagenavigation/actoragency/style.css?1721223845742*/
div.modern-page-navigation { 
	padding: 2em;
}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

/* End */


/* Start:/local/templates/actoragency/components/bitrix/news.list/films/style.css?17193255864830*/
.list-films{
	display: flex;
	flex-wrap: wrap;
	margin: 2rem 1rem;
}
	.list-films .card-img-top{
		margin: 0 0 2rem;
	}

.section-description{
	margin: 0 2rem;
}
.news-list-item {
	margin-bottom: 2rem;
}
	.news-list-item .card {
		padding-top: 150%;
		background-size: cover;
		background-position: center;
	}

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

.box-film-info {
	position: absolute;
	padding: 1.5rem;
	background: rgb(255 255 255 / 90%);
	height: 100%;
	top: 0;
	right: 15px;
	left: 15px;
	overflow: auto;
	opacity: 0;
}
	.box-film-info:hover {
		opacity: 1 !important;
	}

.film-info-block {
	position: relative;
	display: flex;
	font-size: 14px;
	padding: 0.5rem;
	background: #fff;
	margin: 0 0 1rem;
	align-items: center;
	border-radius: 8px;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);
}

.actor-img{
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	margin-right: .5rem;
}
.film-info-descr{
	font-size: 14px;
	color: #666;
}
.actor-filter{
	position: absolute;
	right: 5px;
	top: 1px;
}
	.actor-filter a.active{
		color: #cb3935;
	}

/* 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/actoragency/components/bitrix/news.list/films/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: 18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 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/actoragency/components/bitrix/news.list/films/images/eye.svg); }

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

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

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

.news-list-icon-comments { background-image: url(/local/templates/actoragency/components/bitrix/news.list/films/images/comments.svg); }
/* End */
/* /local/templates/actoragency/components/bitrix/system.pagenavigation/actoragency/style.css?1721223845742 */
/* /local/templates/actoragency/components/bitrix/news.list/films/style.css?17193255864830 */
