

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/more/style.css?1647951456353*/
.page-link,
.page-link:hover {
	color: var(--theme-color-primary);
}

.page-item.active .page-link {
	color: var(--theme-b-tx-primary);
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}
.pagination-container li {
    list-style: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/company_docs/style.css?16504705725072*/
.block {
	margin-top: 2rem;
}
.block-header {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: .5rem;
	padding-top: .5rem;
	margin-bottom: 1rem;
	border-top: 0.125rem solid #a0cfe4;
	border-bottom: 0.125rem solid #a0cfe4;
	position: relative;
	padding-left: 1.25rem;
	text-transform: uppercase;
}
.block-header:before {
	content: 'ᐯ';
	position: absolute;
	left: 0;
	top: .5rem;
	font-family: monospace, monospace;
	font-size: 75%;
}
.block.show .block-header:before {
	content: 'ᐱ';
}
.block-content {
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block.show .block-content {
	max-height: 100001px;
}

.filters {
	position: relative;
	margin-bottom: 1rem;
}

.filter-element {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.filter-element + label {
	display: inline-block;
	border-radius: 1rem;
	color: black;
	margin-right: .5rem;
	margin-bottom: .5rem;
	line-height: 20px;
	font-size: 16px;
	padding: .5rem;
	cursor: pointer;
}
.filters-section .filter-element + label {
	background: none;
	border: 2px solid #a0cfe4;
}
.filters-section .filter-element:checked + label {
	background: #a0cfe4;
}
.filters-tags .filter-element + label {
	background: none;
	border: 2px solid #c6eecf;
}
.filters-tags .filter-element:checked + label {
	background: #c6eecf;
}

.doc-search {
	width: 100%;
	border-bottom: 1px solid #7ab1c5;
	position: relative;
	padding: 0 0 4px 0;
}
.doc-search input[type="text"] {
	border: none;
	color: #7ab1c5;
	width: calc(100% - 20px);
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	vertical-align: bottom;
}
.doc-search input[type="text"]:focus {
	border: none!important;
	outline: none!important;
}
.doc-search input[type="submit"] {
	border: none;
	background: url('/images/30978/search.svg') no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 6px;
}
.search-result.hide span {
	opacity: 0;
}

.docs-container {
	clear: both;
}

.masonry {
	display: grid;
	grid-template-columns: repeat(3, minmax(100px,1fr));
	grid-gap: 1rem;
	grid-auto-rows: 0;
}
.masonry .alert-warning {
	grid-row-end: span 6;
}
.doc-card {
	position: relative;
	border: 1px solid #7ab1c5;
	border-radius: 0.25rem;
	grid-row-end: span 18;
	cursor: pointer;
}
.doc-card.status_DRAFT {
	border: 3px solid Gold;
}
.doc-card.status_DISABLE {
	border: 3px solid Red;
}
.doc-preview {
	position: relative;
	width: 100%;
	height: 10rem;
	background-size: cover !important;
	border-radius: 3px 3px 0 0;
}
.doc-preview .likes-block {
	bottom: .25rem;
}
.doc-announce {
	display: flex;
	line-height: 1rem;
	padding: .5rem;
	height: 3rem;
	position: relative;
}
.doc-title {
	width: 75%;
	color: #000;
	font-size: 0.875rem;
	height: 2rem;
	line-height: 1rem;
}
.doc-title span {
	display: inline-block;
	height: 2rem;
}
.doc-title span:hover {
	display: inline-block;
	height: 2rem;
	color: #d81c23;
}
.doc-date {
	color: #7ab1c5;
	font-size: 0.8125rem;
	line-height: 1rem;
	text-align: right;
	width: 25%;
}
.doc-more {
	color: #d81c23;
	font-size: 0.75rem;
	text-decoration: underline;
	line-height: 1rem;
	display: none;
}
.doc-logo {
	width: 22%;
	height: 2.5rem;
	position: absolute;
	right: 3px;
	bottom: 3px;
	background-size: contain !important;
	cursor: pointer;
}

.doc-card iframe {
	height: 10rem;
}

.type-photo {
	grid-row-end: span 20;
}
/*.type-video, .type-pdf {
	grid-row-end: span 14;
}*/

.type-video .doc-date, .type-pdf .doc-date  {
	display: none;
}
/*.type-video .doc-title, .type-pdf .doc-title {
	width: 100%;
}*/
/*.type-news*/ .doc-title {
	height: 3rem;
}
/*.type-news*/ .doc-more {
	display: block;
}
/*.type-news*/ .doc-announce {
	height: 4rem;
}
.type-photo .doc-announce .doc-more{
	display: none;
}
.type-photo .doc-preview {
	height: calc(18rem - 4rem);
	border-radius: 3px;
}

.btn-load {
	display: inline-block;
	border-radius: .5rem;
	cursor: pointer;
	color: white!important;
	padding: .5rem 1rem;
	background: #d81c23;
	line-height: 16px;
}

.loader-icons {
	text-align: center;
	opacity: 0;
	height: 1px;
	overflow: hidden;
}
.loader-icons.active {
	height: auto;
	opacity: 1;
}
.wait-sm {
	opacity: 0;
	width: 1px;
}

.mediakit-likes, .mediakit-views, .mediakit-fav {
	font-size: 0.75rem;
	color: #fff;
	margin-right: 0.5rem;
	background-repeat: no-repeat;
	background-position-x: 4px;
	background-position-y: center;
	display: inline-block;
	background-color: #7ab1c5;
	padding: 1px 5px 1px 24px;
	border-radius: 5px;
}
.mediakit-likes {
	background-image: url('/images/30978/like.svg');
}
.mediakit-likes.liked {
	background-image: url('/images/30978/liked.svg');
}
.mediakit-fav {
	background-image: url('/images/30978/fav.svg');
	padding: 1px 5px 1px 9px;
	background-size: 12px;
}
.mediakit-fav.faved {
	background-image: url('/images/30978/faved.svg');
}
.mediakit-views {
	background-image: url('/images/30978/views.svg');
}

.float-right {
	float: right;
}

#detailTextMaterialModal img { max-width: 100%; }
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/more/style.css?1647951456353 */
/* /local/templates/.default/components/bitrix/news.list/company_docs/style.css?16504705725072 */
