/* presscenter PAGE */
/* filters */
.presscenter_block {
	--btn-more-margin-t: 54px;
    --news-list-margin-t: 34px;
}
.presscenter_block .block_title {
	margin-top: 0;
    margin-bottom: var(--margin-top);
}
.presscenter_block .block_header .block_title {
    margin-bottom: 0;
}

.presscenter_filter_block .search_filter_wrapper,
.presscenter_filter_block .person_id_filter_wrapper,
.presscenter_filter_block .spheres_filter_wrapper {
	width: var(--column3);
}
.presscenter_filter_block .tag_filter_wrapper,
.presscenter_filter_block .type_filter_wrapper,
.presscenter_filter_block .date_filter_wrapper {
	width: calc( (var(--column3) - var(--margin)) / 2 );
}
@media (min-width: 1001px) {
	[lang="en"] .presscenter_filter_block .search_filter_wrapper {
		width: calc(var(--page-content) - ((var(--column3) - var(--margin)) / 2) - var(--margin) );
	}
}

@media(min-width: 750px) and (max-width:1000px) {
	[lang="en"] .presscenter_filter_block .person_id_filter_wrapper {
		width: var(--column3);
	}
}

.presscenter_list_info {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.presscenter_list_block .block_header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	gap: var(--margin);
	margin-bottom: var(--margin-top);
}

.presscenter_list_block .news_group_list .button_more {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: var(--btn-more-margin-t);
	align-items: center;
}

.presscenter_list_block .news_list {
	/* column-fill: auto; */
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	column-gap: var(--margin);
	margin-top: var(--news-list-margin-t);
	row-gap: 26px;
	overflow: hidden;
}

.presscenter_list_block .news_list .news_card_min {
	width: var(--column2);
	padding-bottom: 26px;
	margin-top: 0;
	border-bottom: 2px solid #D4D6D9;
}
.presscenter_list_block .news_list .news_card_min.last_news {
	border-bottom: none;
	padding: 0;
}
.presscenter_list_block .news_list .news_card_min .img_container {
	margin-bottom: 21px;
	height: 232px;
	display: block;
}
.presscenter_list_block .news_card_min .img_container img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.presscenter_list_block .news_list .news_card_min .news_info {
	gap: 20px;
}
.presscenter_list_block .news_list .news_card_min .news_title {
	display: block;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media all and (max-width: 1600px) {
	.presscenter_list_block .news_list .news_card_min .img_container {
		width: 293px;
		height: 205px;
	}
}

@media all and (max-width: 1400px) {
    .presscenter_block{
        --btn-more-margin-t: 40px;
        --news-list-margin-t: 32px;
	}

	.presscenter_news_list .news_card_min .img_container {
		width: 274px;
		height: 193px;
	}
}

@media all and (max-width: 1240px) {
	.presscenter_list_block .news_list {
		/* column-fill: auto; */
		column-gap: var(--margin);
	}

	.presscenter_list_block .news_list .news_card_min {
		width: var(--column3);
		padding-bottom: 26px;
	}

	.presscenter_list_block .news_list .news_card_min .img_container {
		width: 470px;
		height: 232px;
	}

	.presscenter_list_block .news_list .news_card_min .news_info {
		gap: 20px;
	}
}

@media all and (max-width: 1000px){
	.presscenter_block {
        --news-list-margin-t:30px;
    }
	
	.presscenter_filter_block .tag_filter_wrapper,
	.presscenter_filter_block .type_filter_wrapper,
    .presscenter_filter_block .date_filter_wrapper {
		width: var(--column3);
	}
    .presscenter_filter_block .person_id_filter_wrapper {
		width: 100%;
	}

    .presscenter_block .news_list .news_card_min {
		width: var(--column3);
		padding-bottom: 26px;
	}
    .presscenter_block .news_list .news_card_min .img_container {
		width: 341px;
		height: 205px;
	}
}

@media all and (max-width: 750px) {
	.presscenter_block {
        --btn-more-margin-t: 30px;
    }

    .presscenter_filter_container .block_header {
		flex-direction: column;
		justify-content: baseline;
		align-items: left;
		gap: 15px;
	}
	
	.presscenter_filter_block .filter_block_list .filter_block {
		width: 100%;
	}

    .presscenter_block .news_list {
		max-height: none;
	}
    .presscenter_block .news_list .news_card_min:nth-of-type(n+16) {
		display: none;
	}
    .presscenter_block .news_list .news_card_min {
		width: 100%;
		padding-bottom: 26px;
	}
    .presscenter_block .news_list .news_card_min .img_container {
		width: 335px;
		height: 205px;
	}
}

/* END presscenter PAGE */


/* presscenter element page */

/* HEADER BLOCK */

.presscenter_one .presscenter_data_block {
	margin-top: 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	align-items: baseline;
}

.presscenter_one .presscenter_event_date {
	color: #7F838E;
	white-space: nowrap;
}

@media all and (max-width: 1240px) {
	.presscenter_one .presscenter_data_block {
		margin-top: 24px;
	}
}

@media all and (max-width: 750px) {
	.presscenter_one .presscenter_data_block {
		margin-top: 22px;
		flex-direction: column;
		gap: 16px;
		align-items: baseline;
	}
}

/* END HEADER BLOCK */

/* -PRESS TEXT- */

.presscenter_one .attachment_list {
	margin-top: var(--margin-top2);
	width: var(--column5);
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}

.presscenter_one .attachment_list .document_card {
	padding: 20px 30px;
	display: flex;
	gap: 10px;
	flex-direction: row;
	justify-content: space-between;
}

.presscenter_one .attachment_list .document_card .document_type,
.presscenter_one .attachment_list .document_card .document_title {
	margin: 0;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.presscenter_one .attachment_list .document_card .document_type {
	color: #2A3143;
}

.presscenter_one .attachment_list .document_card .document_meta {
	overflow: hidden;
	flex-shrink: 1;
}

.presscenter_one .attachment_list .document_card .file_info {
	display: flex;
	gap: 5px;
	align-items: center;
}

.presscenter_one .attachment_list .document_card .file_info * {
	white-space: nowrap;
	color: var(--tc_gray);
}

.presscenter_one .attachment_list .document_card .download_btn {
	margin-left: 10px;
	flex-shrink: 0;
}
.presscenter_one .gallery_block {
	margin-top: 0;
}

@media (min-width:1241px) {
	.presscenter_one .gallery_block,
	.presscenter_one .gallery_block .gallery_group_list {
		width: var(--column5);
	}

	.presscenter_one .gallery_group_list .nav_btn_container {
		top: calc(((var(--column5) / 1.716) - 75px)/2);
		width: calc(var(--column5) - 80px);
	}

	.presscenter_one .gallery_block .gallery_item {
		--img-container-w: var(--column5);
	}
}


@media (max-width: 1200px) {
	.presscenter_one .attachment_list {
		width: 100%;
	}
}
.presscenter_one .text_wrapper {
	--text-block-width: var(--column5);
	margin-bottom: 60px;
	width: var(--text-block-width);
}
	.presscenter_one .text_wrapper .description_title {
		margin-bottom: 26px;
		width: var(--text-block-width);
	}

	.presscenter_one .text_wrapper .credentials_list {
		margin-top: 14px;
		margin-bottom: 26px;
	}

	.presscenter_one .text_wrapper .credentials_item {
		width: calc(var(--column5) - var(--margin)*3/4);
	}

	.presscenter_one .text_wrapper .point_list {
		margin-bottom: 14px;
		margin-left: 17px;
	}

	.presscenter_one .text_wrapper .point_item {
		width: calc(var(--column5) - var(--margin) * 5 /4);
	}

	.presscenter_one .text_wrapper .presscenter_one .quote_block {
		width: var(--text-block-width);
		margin: 40px 0;
		border-top: 2px solid #2A3143;
		border-bottom: 2px solid #2A3143;
		padding: 30px 0 28px;
		background-image: url("data:image/svg+xml,%3Csvg width='88' height='64' viewBox='0 0 88 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M33.8454 29.1305H21.3842V27.9958L37.7273 2.54026L38.7161 1H36.8858H17.8951H17.3487L17.0536 1.45974L1.1585 26.2174L1 26.4643V26.7577V62V63H2H33.8454H34.8454V62V30.1305V29.1305H33.8454ZM80.9596 29.1305H68.4984V27.9958L84.8415 2.54026L85.8304 1H84H65.0093H64.463L64.1678 1.45974L48.2727 26.2174L48.1142 26.4643V26.7577V62V63H49.1142H80.9596H81.9596V62V30.1305V29.1305H80.9596Z' stroke='%232A3143' stroke-width='2'/%3E%3C/svg%3E%0A");
		background-repeat: no-repeat;
		background-position: 18px 18px;
		background-size: 82px 60px;
	}

	.presscenter_one .text_wrapper iframe[allowfullscreen] {
		width: var(--text-block-width);
		height: calc(var(--text-block-width) / 1.75 );
	}

.presscenter_one .video_block {
	margin-top: 60px;
	margin-bottom: 50px;
}

.presscenter_one .video_container {
	margin-bottom: 26px;
	position: relative;
}

	.presscenter_one .video_container .play_button {
		position: absolute;
		background-image: url("data:image/svg+xml,%3Csvg width='27' height='31' viewBox='0 0 27 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75 2.07661L25 15.5L1.75 28.9234L1.75 2.07661Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 54px 54px;
		height: 100%;
		width: 100%;
	}

	.presscenter_one .video_container img {
		width: 100%;
		height: 643px;
		object-fit: cover;
	}

.presscenter_one .video_block .video_text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.presscenter_one .video_text .video_description {
	color: #7F838E;
}

.presscenter_one .interview_list {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-bottom: 40px;
}

.presscenter_one .important_block {
	margin-bottom: 40px;
	width: var(--text-block-width);
	padding: 24px 30px 22px;
}

	.presscenter_one .important_block .important_title {
		margin-bottom: 9px;
	}

.presscenter_one .repost_block {
	padding-top: 20px;
	border-top: 2px solid #D4D6D9;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

	.presscenter_one .repost_block .tag_list {
		white-space: unset;
		align-items: center;
		flex-wrap: wrap;
	}
	.presscenter_one .repost_block .tag_list>li {
		white-space: normal;
	}

	.presscenter_one .repost_block .soc_web {
		align-self: end;
		display: flex;
		gap: 9px;
		margin-right: -9px;
	}
	.presscenter_one .repost_block .tag_list + .soc_web {
		align-self: unset;
	}


@media (max-width: 1600px) {
	.presscenter_one .text_wrapper {
		margin-bottom: 60px;
	}

		.presscenter_one .text_wrapper .description_title {
			margin-bottom: 26px;
			width: var(--column5);
		}

		.presscenter_one .text_wrapper .credentials_list {
			margin-top: 14px;
			margin-bottom: 20px;
		}

		.presscenter_one .text_wrapper .credentials_item {
			width: calc(var(--column5) - var(--margin)*3/4);
			margin-bottom: 12px;
		}

		.presscenter_one .text_wrapper .point_list {
			margin-bottom: 12px;
		}

		.presscenter_one .text_wrapper .point_item {
			width: calc(var(--column5) - var(--margin) * 5 /4);
		}

	.presscenter_one .quote_block {
		width: var(--column5);
		margin: 40px 0;
		padding: 30px 0;
		background-position: 18px 18px;
		background-size: 82px 60px;
	}

		.presscenter_one .quote_block .quote_text {
			margin-left: 36px;
			margin-bottom: 18px;
		}

		.presscenter_one .quote_block .quote_author {
			align-items: flex-end;
			gap: 2px;
		}

	.presscenter_one .video_block {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.presscenter_one .video_container {
		margin-bottom: 26px;
		position: relative;
	}

		.presscenter_one .video_container .play_button {
			background-size: 54px 54px;
		}

		.presscenter_one .video_container img {
			height: 574px;
		}

	.presscenter_one .video_block .video_text {
		gap: 8px;
	}

	.presscenter_one .interview_list {
		gap: 50px;
		margin-bottom: 40px;
	}

	.presscenter_one .important_block {
		margin-bottom: 40px;
		width: var(--column5);
		padding: 24px 40px 26px 30px;
	}

		.presscenter_one .important_block .important_title {
			margin-bottom: 9px;
		}

	.presscenter_one .documents_block {
		margin-top: 40px;
		display: flex;
		gap: 24px;
		width: var(--column5);
	}

	.downloads_documents_block .document_card {
		padding: 19px 30px 21px;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 1400px) {
	.presscenter_one .text_wrapper {
		margin-bottom: 50px;
	}

		.presscenter_one .text_wrapper .description_title {
			margin-bottom: 16px;
		}

		.presscenter_one .text_wrapper .credentials_item {
			margin-bottom: 16px;
		}

		.presscenter_one .text_wrapper .point_list {
			margin-bottom: 14px;
		}

		.presscenter_one .text_wrapper .point_item {
			width: calc(var(--column5) - var(--margin) * 5 /4);
			margin-bottom: 14px;
		}

	.presscenter_one .quote_block {
		margin: 42px 0 32px;
		padding: 30px 0;
	}

		.presscenter_one .quote_block .quote_text {
			margin-left: 36px;
			margin-bottom: 18px;
			line-height: 25px;
		}

		.presscenter_one .quote_block .quote_author {
			gap: 4px;
		}

	.presscenter_one .video_block {
		margin: 32px 0;
	}

	.presscenter_one .video_container {
		margin-bottom: 24px;
	}

		.presscenter_one .video_container .play_button {
			background-size: 54px 54px;
		}

		.presscenter_one .video_container img {
			height: 520px;
		}

	.presscenter_one .interview_list {
		gap: 68px;
		margin-bottom: 30px;
	}

	.presscenter_one .important_block {
		margin-bottom: 30px;
		padding: 24px 30px 30px;
	}

	.presscenter_one .documents_block {
		margin-top: 40px;
		gap: 16px;
	}

		.presscenter_one .documents_block .document_card {
			padding: 19px 30px 25px;
		}
}

@media (max-width: 1240px) {
	.presscenter_one .text_wrapper {
		margin-bottom: 60px;
		--text-block-width: var(--page-content);
	}

		.presscenter_one .text_wrapper .description_title {
			margin-bottom: 26px;
			width: 100%;
		}

		.presscenter_one .text_wrapper .credentials_list {
			margin-top: 12px;
		}

		.presscenter_one .text_wrapper .credentials_item {
			width: 100%;
			margin-bottom: 12px;
		}

		.presscenter_one .text_wrapper .point_list {
			margin-bottom: 12px;
		}

		.presscenter_one .text_wrapper .point_item {
			width: 100%;
			margin-bottom: 12px;
		}

	.presscenter_one .quote_block {
		margin: 40px 0;
		width: 100%;
	}

		.presscenter_one .quote_block .quote_text {
			margin-bottom: 19px;
			line-height: 34px;
		}

		.presscenter_one .quote_block .quote_author {
			gap: 2px;
		}

	.presscenter_one .video_block {
		margin-top: 50px;
		margin-bottom: 50px;
		width: var(--column5);
	}

	.presscenter_one .video_container {
		margin-bottom: 26px;
	}

		.presscenter_one .video_container .play_button {
			background-size: 54px 54px;
		}

		.presscenter_one .video_container img {
			height: 466px;
		}

	.presscenter_one .interview_list {
		gap: 60px;
		margin-bottom: 40px;
	}

	.presscenter_one .important_block {
		margin-bottom: 40px;
		width: 100%;
		padding: 24px 33px 26px 30px;
	}

	.presscenter_one .documents_block {
		margin-top: 40px;
		gap: 24px;
		width: 100%;
	}

		.presscenter_one .documents_block .document_card {
			padding: 19px 30px 23px;
		}
}

@media (max-width: 1000px) {
	.presscenter_one .text_wrapper {
		margin-bottom: 60px;
	}

		.presscenter_one .text_wrapper .description_title {
			margin-bottom: 20px;
		}

		.presscenter_one .text_wrapper .credentials_list {
			margin-top: 12px;
			margin-bottom: 20px;
		}

		.presscenter_one .text_wrapper .credentials_item {
			margin-bottom: 12px;
		}

		.presscenter_one .text_wrapper .point_list {
			margin-bottom: 12px;
		}

	.presscenter_one .quote_block {
		margin: 40px 0;
		padding: 30px 0;
		background-position: 18px 18px;
		background-size: 82px 60px;
	}

		.presscenter_one .quote_block .quote_text {
			margin-left: 36px;
			margin-bottom: -14px;
		}

		.presscenter_one .quote_block .quote_author {
			gap: 2px;
		}

	.presscenter_one .video_block {
		margin-top: 40px;
		margin-bottom: 40px;
		width: 100%;
	}

	.presscenter_one .video_container {
		margin-bottom: 26px;
	}

		.presscenter_one .video_container .play_button {
			background-size: 54px 54px;
		}

		.presscenter_one .video_container img {
			height: 413px;
		}

	.presscenter_one .video_block .video_text {
		gap: 8px;
	}

	.presscenter_one .text_wrapper.table_block {
		margin-bottom: 40px;
	}


	.presscenter_one .interview_list {
		gap: 50px;
		margin-bottom: 40px;
	}

	.presscenter_one .important_block {
		margin-bottom: 40px;
		padding: 26px 23px 30px 30px;
	}

		.presscenter_one .important_block .important_title {
			margin-bottom: 9px;
		}

	.presscenter_one .documents_block {
		margin-top: 40px;
		gap: 24px;
	}

		.presscenter_one .documents_block .document_card {
			padding: 19px 30px 21px;
			align-items: center;
			justify-content: space-between;
		}
}

@media (max-width: 750px) {
	.presscenter_one .text_wrapper {
		margin-bottom: 40px;
	}

		.presscenter_one .text_wrapper .description_title {
			margin-bottom: 14px;
		}

		.presscenter_one .text_wrapper .credentials_item {
			margin-bottom: 12px;
			width: auto;
		}

		.presscenter_one .text_wrapper .point_list {
			margin-bottom: 12px;
		}

		.presscenter_one .text_wrapper .point_item {
			width: auto;
		}

	.presscenter_one .quote_block {
		margin: 32px 0;
		padding: 30px 0;
		background-position: 0px 18px;
		background-size: 82px 60px;
	}

		.presscenter_one .quote_block .quote_text {
			margin-left: 20px;
			margin-bottom: 20px;
			line-height: 24px;
		}

		.presscenter_one .quote_block .quote_author {
			gap: 2px;
		}

	.presscenter_one .video_block {
		margin-top: 32px;
		margin-bottom: 32px;
	}

	.presscenter_one .video_container {
		margin-bottom: 22px;
	}

		.presscenter_one .video_container .play_button {
			background-size: 42px 42px;
		}

		.presscenter_one .video_container img {
			height: 205px;
		}

	.presscenter_one .video_block .video_text {
		gap: 8px;
	}

	.presscenter_one .description_title.table_title {
		margin-bottom: 20px;
	}

	.presscenter_one .text_wrapper.table_block {
		margin-bottom: 39px;
	}

	.presscenter_one .interview_list {
		gap: 40px;
		margin-bottom: 32px;
	}

	.presscenter_one .important_block {
		margin-bottom: 32px;
		padding: 26px 20px 20px;
	}

	.presscenter_one .documents_block {
		margin-top: 32px;
		gap: 15px;
	}

		.presscenter_one .documents_block .document_card {
			padding: 19px 30px 21px;
			align-items: baseline;
			flex-direction: column;
			gap: 14px;
		}

		.presscenter_one .documents_block .downloads_documents_button {
			align-self: flex-end;
		}

	.presscenter_one .repost_block {
		flex-direction: column;
		gap: 12px;
		align-items: baseline;
	}
		.presscenter_one .repost_block .tag_list {
		
		}
	

		.presscenter_one .repost_block .soc_web {
			margin-left: -12px;
		}
}

/* -END PRESS TEXT- */



/* END presscenter element PAGE */