.center_column {
	width: 729px;
}

.header__burger {
	display: none;
}

body.lock {
	overflow: hidden;
}

.header__menu {
	display: none;
}

#title-search .search-button-mob, #title-search .search-button-mic {
	display: none;
}

.autorise-mob {
	display: none;
}

.autorise-mob-reg {
	display: none;
}

@media (max-width: 768px) {
	.block-video-img {
		margin: 0;
	}
	.autorise-mob {
		display: block;
		position: absolute;
		right: 60px;
		top: 14px;
	}
	.autorise-mob-reg {
		right: 20px;
		display: block;
		position: absolute;
		top: 14px;
	}
	#popup {
		width: 80%;
	}
	#title-search .search-button-mob {
		display: block;
		margin: 8px 0px 0px 20px;
		width: 20px;
		height: 32px;
		float: left;
		cursor: pointer;
	}
	#title-search .search-button-mic {
		display: block;
		margin: 8px 0px 0px 20px;
		width: 20px;
		height: 32px;
		float: left;
		cursor: pointer;
	}
	.menu_container {
		padding: 5px 0px 5px 0px;
	}
	.search-button, .search-button-mic-full {
		display: none;
	}
	#title-search-input {
		color: #fff;
		border-bottom: 1px solid #fff;
		border-radius: 0%;
	}
	.search-input {
		border: none;
		border-radius: 0%;
		margin: 0px 0px 0px 10px;
	}
	.search-input input {
		background: #004a71;
		color: #FFF;
		width: 47vw;
	}
	.detail_picture {
		width: 100%;
	}
	.block-event-item {
		margin: 0px 0px 30px 0px;
		width: 90%;
	}
	.name_event {
		margin: 100px 0px 30px 0px;
	}
	.next_page,
	.prev_page {
		float: none;
	}
	.one_video_preview {
		float: none;
		width: 100%;
	}
	.video_wrapper_in {
		width: 100% !important;
	}
	.video_wrapper {
		width: 100%;
	}
	.video_wrapper > h1 {
		width: 100%;
		border: none;
	}
	.banner_bottom_right_main_page {
		width: 100%;
	}
	.img_class {
		width: 100%;
	}
	/*.filter_news_item {
		padding: 30px 0px 8px;
	}*/
	.right_container {
		width: 100% !important;
		margin: 0px auto;
		text-align: center;
	}
	.right_filter_block,
	.article_item {
		width: 100%;
	}
	.left_container {
		width: 100% !important;
		border: none;
		padding: 100px 0px 0px 0px;
	}
	.header__list li {
		list-style: none;
		margin: 0 0 30px 0px;
	}
	.header__list li a {
		color: #fff;
	}
	.header__link {
		color: #fff;
		text-transform: uppercase;
		font-size: 18px;
		text-decoration: none;
	}
	.mob-submenu {
		display: none;
		margin: 30px 0px 50px 0px;
	}

	.mob-submenu.active {
		display: block;
	}

	.submenu_butt {
		position: relative;
	}

	.submenu_butt::after {
		position: absolute;
		content: "";
		top: 2px;
		right: -30px;
		width: 15px;
		height: 15px;
		background: url("../images/arrow-b.svg") center no-repeat;
	}

	.submenu_butt.active::after {
		background: url("../images/arrow-t.svg") center no-repeat;
		top: 3px;
	}

	.header__menu {
		z-index: 100;
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		width: 80%;
		height: 100%;
		overflow: auto;
		background-color: #004a71;
		padding: 70px 10px 0 10px;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.header__menu.active {
		left: 0;
	}
	.header__burger {
		display: block;
		position: absolute;
		width: 30px;
		height: 20px;
		z-index: 3;
		top: 20px;
		right: 0;
	}
	.header__burger span {
		position: absolute;
		background-color: #000;
		right: 0;
		width: 100%;
		height: 2px;
		top: 9px;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.header__burger::before,
	.header__burger::after {
		content: "";
		background-color: #000;
		position: absolute;
		width: 100%;
		height: 2px;
		right: 0;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.header__burger::before {
		top: 0;
	}
	.header__burger::after {
		bottom: 0;
	}
	.header__burger.active:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 9px;
	}
	.header__burger.active:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 9px;
	}
	.header__burger.active span {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.search_block {
		width: 100%;
		margin: 1px 0px 0px 10px;
	}
	.menu_container {
		border: none;
		background: #004a71 !important;
		position: absolute;
		left: 0px;
		width: 100%;
	}
	.block_reg {
		display: none;
	}
	.header_info {
		width: 100%;
	}
	.count_label {
		font-weight: bold;
		color: #000;
		font-size: 12px;
	}
	.description_label {
		margin: 0 5px 0 0;
		font-size: 12px;
		color: #000;
	}
	.site_counter {
		display: none;
		top: 440px;
		left: calc(50% - 60px);
	}
	#site_logo {
		position: relative;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: none;
		margin: 10px 0px 10px 5px;
	}
	#site_logo .text-logo {
		max-width: 150px;
		padding: 15px 0 0 0;
		margin: 0px 0px 0px 20px;
	}
	.right_column {
		float: none;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
      margin-bottom: 30px;
	}
	.news_container .news_label {
		float: none;
		font-size: 24px;
		line-height: 150%;
		text-align: center;
		letter-spacing: 0.055em;
		margin: 50px 0px 0px 0px;
	}
	.border_popular_articles {
		border: none;
	}
	.description_popular_article,
	.name_popular_article {
		line-height: 150%;
	}
	.news_picture {
		float: none;
		margin: 50px 0px 20px 0px;
	}
	.news_name_img {
		margin: 0px 0px 0px 0px;
		padding: 0;
		line-height: 150%;
	}
	.news_item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.articles_name {
		margin: 20px 0px 40px 0px;
		font-size: 16px;
		line-height: 150%;
		font-weight: 400;
	}
	.articles_item_one {
		margin: 80px 0px 0px 0px;
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.articles_item_two,
	.articles_item_tree {
		margin: 40px 0px 0px 0px;
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.center_column {
		margin: 30px 0px 0px 0px;
		width: 100% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: none;
	}
	.center_column .news_container {
		width: 100% !important;
	}
	.articles_item {
		width: 100% !important;
	}
	.all_line {
		display: none;
	}
	#page-wrapper,
	#footer-wrapper {
		min-width: 90%;
		max-width: 90%;
		border: none;
	}
	.footer_container_left,
	.medforum_top_menu2,
	.copyright-footer {
		width: auto;
	}
	.left_column,
	.main_menu,
	.news_line,
	.left_filter_block {
		display: none;
	}

	.topbanner {
		padding-top: 20px;
	}
	.topbanner .desktop {
		display: none;
		width: 100%;
	}
	.topbanner .mobile {
		display: block;
		width: 100%;
		margin: 30px auto 50px auto;
	}
	.articles-pct {
		width: 100%;
		width: 100% !important;
		height: auto;
	}
	.pict img {
		height: auto;
		border: none;
		width: 90vw !important;
	}
	.news_picture,
	.preview_picture {
		width: 100%;
		height: auto;
	}
	.med_banner {
		text-align: center;
	}
	.news_item {
		width: 97% !important;
		margin-left: 0px;
		padding-left: 0px !important;
		height: auto !important;
	}
	.line-tocol .news_item:first-child {
		border-right: 0px;
	}
	.next_page {
		display: none;
	}
	.section {
		width: 100%;
	}
	.tabs li {
		float: none;
	}
   .source_{left: 0;top: 10px;}
   .footer-text-block{width: 85%;}
   .footer-title{text-align: center;}
   .med_banner{margin: 15px auto 0px auto;}
   .footer-text-block-menu{display: flex;flex-direction: column;}
}
