

/* Start:/local/templates/.default/components/bitrix/news/companies/style.css?16479514563245*/
.company-page-title {
	position: relative;
}
#work-area .company-page-title h1, #work-area .company-page-title .h1 {
	color: #333;
}

.news-list-container {
	border-color: #a0cfe4 !important;
	border-width: 0.125rem !important;
}
.news-list-container .news-title {
	font-size: 1.25rem;
	color: #000;
}

.company-search {
	float: right;
	width: 200px;
	border-bottom: 1px solid #7ab1c5;
	position: relative;
	padding: 0 0 4px 0;
}
.company-search input[type="text"] {
	border: none;
	color: #7ab1c5;
	width: 180px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	vertical-align: bottom;
}
.company-search input[type="text"]:focus {
	border: none!important;
	outline: none!important;
}
.company-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 {
	color: #608ac8;
	font-size: 16px;
}
.search-result b {
	color: #333;
}
.search-result img {
	width: 18px;
	height: 18px;
}

.mediakit-modal.w-standart .modal-dialog {
	max-width: 49.375rem;
}
.mediakit-modal .btn-close {
	background: url(/images/30978/close.svg);
	width: 1rem;
	height: 1rem;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 1rem;
	right: 1rem;
}
.mediakit-modal .modal-header {
	padding-top: 2.25rem;
	padding-bottom: 1rem;
}
.mediakit-modal .modal-header, .mediakit-modal .modal-body {
	color: #000;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}
.mediakit-modal .modal-body {
	padding-bottom: 3.125rem;
}
.mediakit-modal .modal-title {
	font-size: 1.5rem;
}
.btn-mediakit {
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	padding: 0.875rem 0;
	font-weight: 500;
	font-size: 1rem;
}
.btn-red {
	color: #fff;
	background-color: #d81c23;
}
.mediakit-body .modal-backdrop {
	background-color: #a0cfe4 !important;
}
.mediakit-form input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.mediakit-form input[type=checkbox] + label {
	display: inline-flex;
	align-items: flex-start;
	user-select: none;
}
.mediakit-form input[type=checkbox] + label:before {
	content: '';
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 0.8rem;
	background-image: url('/images/30978/checkbox-off-light.svg');
	background-repeat: no-repeat;
	background-position: center center;
}
.mediakit-form input[type=checkbox]:checked + label:before {
	background-image: url('/images/30978/checkbox-on-light.svg');
}
.mediakit-form input[type=text], .mediakit-form input[type=email], .mediakit-form input[type=tel], .mediakit-form input[type=password], .mediakit-form textarea {
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media (min-width: 768px) {
	.mediakit-col-md-4 {
		-ms-flex: calc(33.333333% -1.333333rem) !important;
		flex: calc(33.333333% - 1.333333rem) !important;
		max-width: calc(33.333333% - 1.333333rem) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.mediakit-col-md-4:not(:last-child) {
		margin-right: 2rem;
	}
}
.mediakit-link {
	cursor: pointer;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/companies/bitrix/news.detail/.default/style.css?16479514562937*/
.mediakit-content, .mediakit-content a {
	color: #000;
}
.mediakit-content a:hover {
	color: #608ac8;
}
.mediakit-content .border-bottom, .mediakit-content .border-top {
	border-color: #a0cfe4 !important;
	border-width: 0.125rem !important;
}
.mediakit-control-buttons a {
	font-size: 0.75rem;
	line-height: 1;
}
.mediakit-control-buttons a > span, .mediakit-control-buttons a .icon-block{
	height: 1.125rem;
	overflow: visible;
}

.block-link__container {
	width: calc(100% + 1rem);
}
.block-link {
	position: relative;
	height: 10rem;
	display: table;
	padding-left: 0;
}
.block-link > div {
	width: calc(100% - 1rem);
}
.block-link__title {
	z-index: 3;
	position: relative;
	color: white;
	font-size: 1.8rem;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	line-height: 2.5rem;
	padding-left: .5rem;
	padding-right: .5rem;
}
.block-link__img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-size: cover;
	z-index: 1;
}
.block-link__fg {
	z-index: 2;
	background: #09336D;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.block-link__description {
	color: white;
	display: none;
	font-size: .9rem;
	text-align: center;
	line-height: 1rem;
	text-transform: none;
}
.block-link__button {
	display: none;
	z-index: 3;
	position: absolute;
	bottom: .5rem;
	left: 0;
	text-align: center;
}
.block-link__button span {
	display: inline-block;
	font-size: 1.25rem;
	color: white;
	background: #d81c23;
	border-radius: .5rem;
	padding: .25rem 1rem;
}
.block-link:hover .block-link__title {
	padding-top: .5rem;
	font-size: 1.5rem;
	line-height: 2rem;
	vertical-align: top;
}
.block-link:hover .block-link__fg {
	opacity: 0.8;
}
.block-link:hover .block-link__description {
	display: block;
}
.block-link:hover .block-link__button {
	display: block;
}

.subscribe-company .subscribed {
	display: none;
}
.subscribe-company .unsubscribed {
	display: inline-block;
}
.subscribe-company.subscribed .subscribed {
	display: inline-block;
}
.subscribe-company.subscribed .unsubscribed {
	display: none;
}

#full-search + .search-result {
	position: absolute!important;
	text-align: left!important;
	width: 100%!important;
	top: calc(50% + 1.2rem)!important;
}

.subscribe-banner {
	background: #cb201b;
	color: white;
}
.subscribe-banner.hidden {
	display: none!important;
}
.subscribe-banner-text {
	font-size: 24px;
}
.subscribe-banner-button, .subscribe-banner-button:hover {
	font-size: 18px;
	line-height: 24px;
	color: white!important;
	display: inline-block;
}
.subscribe-banner-button img {
	height: 24px;
	vertical-align: bottom;
}
.company-name-place {
	background: #6282b3;
	padding: 26px 10px;
}
.company-name {
	text-transform: uppercase;
	color: white!important;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
}
.preview_picture {
	max-height: 105px;
	width: auto;
	margin: 10px 0;
}
.detail_picture {
	width: auto;
	max-width: 100%;
}
/* End */


/* Start:/local/templates/30978/components/bitrix/news.list/mediakit/style.css?1647951456419*/
#last-news-company .news-name, #last-news-company .news-date {
	font-size: 0.8125rem;
}
#last-news-company .news-name {
	color: #000;
	cursor: pointer;
}
#last-news-company .news-date {
	color: #7ab1c5;
	line-height: 2;
}

.last-news-title {
	color: #3b3b3b !important;
	font-family: 'Gilroy',sans-serif;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 1.2rem !important;
	margin: 0 0 .5rem !important;
}
/* End */


/* 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/news/companies/style.css?16479514563245 */
/* /local/templates/.default/components/bitrix/news/companies/bitrix/news.detail/.default/style.css?16479514562937 */
/* /local/templates/30978/components/bitrix/news.list/mediakit/style.css?1647951456419 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/more/style.css?1647951456353 */
/* /local/templates/.default/components/bitrix/news.list/company_docs/style.css?16504705725072 */
