
body.admin_body .header__wrapper {
	margin-top: 26px;
}
body.admin_body .header {
	top: 26px;
}

.header__wrapper .header-menu__experimental__overlay {
	display: none;
}
.header__wrapper.header__wrapper_with-menu .header-menu__experimental__overlay {
	display: block;
}
.header__wrapper .header-menu__experimental__close-more {
	display: none;
}
.header__wrapper.header__wrapper_with-menu .header-menu__experimental__close-more {
	display: block;
}
.header__wrapper.header__wrapper_with-menu .header-menu__experimental__append .header__menu-item {
	display: none;
}
.left-side-menu_wrap {
	overflow: auto;
}

.sub-top-list__news-item {
	width: 366px;
	overflow: hidden;
}
.admin_body .sub-top-list__news-item {
	overflow: unset;
}
.news-item {
	width: 356px;
}
.news-item_top-news {
	width: 736px;/* TODO */
}
.app__container_desktop .app__cols_2 .app__content {
	float: none;
	position: relative;
}

#comments.comments,
.comments__items-hidden,
#comments.comments .btn-readmore.comments__show-comments-btn,
#comments.comments .comments_block,
.comments__arrow-menu-list-wrapper,
#comments.no-comments .comments__header {
	display: none;
}
#comments.comments[data-loaded="true"],
#comments.comments[data-show="button"] .btn-readmore.comments__show-comments-btn,
#comments.comments[data-show="comments"] .comments_block,
.comments__arrow-menu-list-wrapper[data-status="open"] {
	display: block;
}
.comments__items .text-link {
	/* color: blue; */
}
.comments__items .a-link {
	display: none;
}

.popup_static {
	position: relative;
	margin: 20px auto;
	padding: 20px 0 0 0;
	background: #fff;
	width: 400px;
}
.popup_static .popup__block {
	z-index: 10;
	display: block;
}
.popup_static .input-container {
	margin-bottom: 20px;
}
.popup_static .popup__wrapper-social-links {
	justify-content: space-around;
	margin-top: 30px;
}
.popup_static .input-container__error.common-errors {
	margin-top: 15px;
}
.popup_static .popup__create-account-button {
	margin: 30px auto 31px;
}
.popup_static .popup__block-remind .popup-remind-pass {
	width: auto;
}
.popup_static .popup__block-remind .popup-remind-pass .input-container__error.common-errors {
	margin-bottom: 15px;
}

.header-menu__experimental__show-more a {
	top: -29px;
}

.header-menu__experimental {
	padding-top: 12px;
}

.page-head_desktop {
	width: 1135px;
	padding: 30px 10px 20px 10px;
}
.page-head__title {
	font-size: 48px;
	font-weight: 100;
	font-family: 'XXIICentar';
	letter-spacing: .3px;
	line-height: 44px;
	color: #000;
}
.view-catalog__community-wrap .page-head__subscribe-container {
	float: right;
}
.page-head .simple_link {
	font-size: 16px;
	color: #309260;
	padding: 0 10px;
}

#button-load-more,
#load-progress-bar {
	margin: 0 auto;
	text-align: center;
}
 #button-load-more .load-more button {
	padding: 5px 15px;
	border: 1px solid #c2c4c5;
	background-color: #31363c;
	color: #c2c4c5;
	font-size: 14pt;
	border-radius: 3px;
}


.covid-table tbody {
	display: none;
}
.covid-table tbody.displayed {
	display: table-row-group;
}
.covid-page .covid__data {
	display: block;
}
.covid-page .covid__data .covid__data_block {
	display: none;
}
.covid-page .covid__data .covid__data_block.covid__data_block-active {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr auto;
}

.widget-informer .widget-blocks {
	display: none;
	min-height: auto;
}
.widget-informer .widget-blocks.widget-blocks-active {
	display: block;
}

.widget-weather .widget-weather__pick {
	display: block;
}
.widget-weather .widget-weather__search-block {
	display: none;
}
.widget-weather.search-mode .widget-weather__pick {
	display: none;
}
.widget-weather.search-mode .widget-weather__search-block {
	display: block;
}
.widget-covid__items a {
	display: block;
}
.pager {
	/* background: white; */
	padding: 15px 5px 8px 5px;
	justify-content: center;
}
.pager__prev, .pager__next, .pager__page, .pager__pager, .pager__start-points, .pager__end-points {
	height: 30px;
	padding: 0 14px 0 14px;
	margin-right: 7px;
	margin-bottom: 0;
}

.ajax-click .off {
	display: none;
}
.btn-subscribe a.btn-subscribe__text {
	color: #309260;
	text-decoration: none;
}
.btn-subscribe:hover a.btn-subscribe__text {
	color: #28e476;
}
.btn-subscribe_subscribed a.btn-subscribe__text {
	color: #bbb;
	text-decoration: none;
}
.btn-subscribe_subscribed:hover a.btn-subscribe__text {
	color: #aaa;
}

.view-catalog__communities {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.view-catalog__communities-head {
	margin: 20px 0;
}
.view-catalog__communities-title {
	font-size: 48px;
	color: #000;
	font-weight: 100;
}
.view-catalog__communities-list {
	margin-right: 0;
}
.view-catalog__community {
	display: inline-block;
	width: 100%;
	height: 180px;
	position: relative;
	margin: 0 20px 20px 0;
	vertical-align: top;
}
.view-catalog__community-inner {
	background: #fff;
	height: 100%;
}
.view-catalog__community-wrap {
	display: inline-block;
	top: 0;
	width: 100%;
	padding: 25px;
	position: relative;
	z-index: 1;
	height: 100%;
	box-sizing: border-box;
}
.view-catalog__community-image {
	width: 130px;
	height: 130px;
	margin: 0 25px 25px 0;
	background-color: #f0f0f0;
	background-image: url(/images/anews/footer_logo.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 75%;
	float: left;
}
.view-catalog__community-pic {
	width: 100%;
	height: 100%;
	background-color: rgb(249, 249, 249, 0.05);
	filter: drop-shadow(0 4px 2px rgba(0,0,0,.3));
}
.view-catalog__community-pic_catalog img {
	max-width: 100%;
}
.view-catalog__community-title-link {
	padding: 0 20px 0 0;
	font-size: 20px;
	color: #000;
	line-height: 24px;
	display: block;
	text-decoration: none;
	height: 48px;
	overflow: hidden;
}
.view-catalog__community-description {
	position: relative;
	padding: 0 20px 0 0;
	max-height: 85px;
	height: 100%;
	overflow: hidden;
}
.view-catalog__community-description:after {
	content: '';
	position: absolute;
	display: block;
	top: 67px;
	left: 0;
	right: 0;
	width: 100%;
	height: 18px;
	background-color: rgba(255,255,255,0.75);
	background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0.2) 100%);
}

a.covid-19 {
    color: #ff2f3e;
    text-decoration: none;
    line-height: 34px;
}

.widget-video__item_half-width {
	width: 175px;
}

.instagram-media {
    margin: 10px auto !important;
	width: 100%;
}

.flip_H { transform: scale(-1, 1); }
.flip_V { transform: scale(1, -1); }

.ajax-flag {
    vertical-align: middle;
    line-height: 32px;
	text-align: center;
}

.ajax-flag a {
    color: #00afc9;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    outline: 0 none;
}

.ajax-flag .on {display: none;}
.ajax-flag .off {display: inline-block;}
.ajax-flag-on .on {display: inline-block;}
.ajax-flag-on .off {display: none;}

.ajax-flag-yandex a,
.ajax-flag-turbo a,
.ajax-flag-instant a,
.ajax-flag-google a,
.ajax-flag-mainpage a
{
	width: 60px;
    height: 60px;
    float: none;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #00afc9;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	vertical-align: top;
	margin: -15px -12px -10px -15px;
	display: inline-block;
}

.ajax-flag-yandex a:after {
    content: 'Я';
    color: white;
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
    margin: 13px;
    margin-left: 15px;
}

.ajax-flag-yandex .ajax-flag-loading img {
	display: none;
}

.ajax-flag-yandex .on {
}

.ajax-flag-yandex .off {
    background-color: #f00;
}

.ajax-flag-turbo a
{
	margin: -16px -12px -10px -14px;
}

.ajax-flag-turbo a:after
{
    content: 'Y';
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    margin: 7px;
}

.ajax-flag-turbo .off
{
    background-color: #f00;
}

.ajax-flag-turbo .ajax-flag-loading img
{
	display: none;
}

.ajax-flag-instant a
{
	margin: -16px -12px -10px -14px;
}

.ajax-flag-instant a:after
{
    content: 'FB';
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    margin: 7px;
}

.ajax-flag-instant .off
{
    background-color: #f00;
}

.ajax-flag-instant .ajax-flag-loading img
{
	display: none;
}

.ajax-flag-google a
{
	margin: -16px -12px -10px -14px;
}

.ajax-flag-google a:after
{
    content: 'G';
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    margin: 7px;
    margin-left: 15px;
}

.ajax-flag-google .off
{
    background-color: #f00;
}

.ajax-flag-google .ajax-flag-loading img
{
	display: none;
}

.ajax-flag-mainpage a
{
	margin: -16px -12px -10px -14px;
}

.ajax-flag-mainpage a:after
{
    content: 'Г';
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    margin: 7px;
}

.ajax-flag-mainpage .off
{
    background-color: #f00;
}

.ajax-flag-mainpage .ajax-flag-loading img
{
	display: none;
}

.circle_back {
	width: 60px;
    height: 60px;
    float: none;
    border-radius: 50%;
    background-color: #00afc9;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	vertical-align: top;
	display: inline-block;
    margin: -15px -12px -10px -19px;
    color: #00afc9;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    outline: 0 none;
    transform: scale(-0.5, 0.5);
}

.circle_back.edit_a:after {
    content: '✎';
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    margin: 7px;
    margin-left: 15px;
}

.admin_body .moderation-popup_wrap {
	position: absolute;
	display: none;
	bottom: -45px;
	left: 0;
	right: 0;
	z-index: 5;
}
.admin_body .news-item_top-news:hover .moderation-popup_wrap,
.admin_body .sub-top-list__news-item:hover .moderation-popup_wrap,
.admin_body .post-list .news-item:hover .moderation-popup_wrap {
	display: inline-block;
}
.admin_body .news-item_top-news:hover .moderation-popup_wrap {
	bottom: -52px;
	border-bottom: 7px solid #efefef;
}
.admin_body .sub-top-list__news-item:hover {
	background-color: #eaeaea;
}
.admin_body .sub-top-list__news-item .moderation-popup_wrap {
	bottom: -35px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #eaeaea;
}
.admin_body .post-list .news-item .moderation-popup_wrap {
	bottom: -45px;
	left: 0;
}
.admin_body .moderation-popup {
	display: inline-block;
	display: block;
	padding: 5px 15px;
	height: 35px;
	background-color: white;
}
.admin_body .post-list .moderation-popup {
	display: block;
	box-shadow: 0 8px 8px 0 rgba(0,0,0,.2);
}
/*
.admin_body .sub-top-list__news-item .moderation-popup::before,
.admin_body .sub-top-list__news-item .moderation-popup::after {
	content: '';
	position: absolute;
	left: 100px;
	top: -10px;
	border: 4px solid transparent;
	border-bottom: 6px solid red;
}
*/
.moderation {
	position: inherit;
	color: #fff;
	display: inline-block;
}
.post-content .moderation {
	margin: 10px 80px;
}

.autoload-post_list .pager {
	margin-right: 20px;
}

.profile-sections-list_comments .profile-sections-list__section_comments {
	color: #000;
	position: relative;
}
.profile-sections-list_comments .profile-sections-list__section_comments::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #309260;
}


.post-info__time {
	margin-left: 0;
}

.post-info__time::before {
	display: none;
}


.text u {
	text-decoration: none;
}

body.image_modal_mode {
	overflow: hidden;
}
.image-preloadable_no-js .img {
	cursor: zoom-in;
}
#image-modal {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: transparent;
	z-index: 10002;
}
#image-modal .ril__image {
	max-width: 100%;
	max-height: 100%;
}

.side {
	padding-bottom: 0;
}

@media screen and (min-width: 1180px) {
	.app__cols_desktop {
		width: 1155px;
	}

	.covid {
		width: 1115px;
		padding: 20px 20px 0;
	}

	.app__content_desktop {
		margin-left: 20px;
		width: 756px;
		padding-top: 20px;
	}

	.side {
		top: 20px;
	}
}

.ril-toolbar__item-zoom_value {
	color: #b3b3b3;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.widget-desktop-article {
	margin: 0;
}

.widget_full-width-right-ad {
	background: white;
	margin: 20px 0;
}

.widget_full-width-right-ad > div {
	margin: auto;
}

.ad-container-line {
	padding: 8px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 12px;
}

.see-other--below {
	background: white;
	margin-bottom: 0;
	padding: 8px 0;
}

.post-list--2column .news-item[data-hidden] {
	display: none;
}

.text li p {
	margin: 0 0 2px;
}

.debug-path {
	position: absolute;
}

p[role=presentation] {
	margin: 0 0 15px;
}

p[role=presentation]:before {
	content: '•';
	display: inline;
	margin-right: 15px;
}

p[role=presentation] + br {
	display: none;
}

/* стили для переведённого твита */
.tweet_translated {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 20px 40px 29px;
	width: 100%;
	border: 2px solid #d1dae0;
	border-radius: 5px;
	background-color: #fff;
	word-wrap: break-word;
	box-sizing: border-box;
	font-size: 1.35em;
}
.tweet_translated a.social-network_source.s-n_s-desktop:hover {
	color: #000;
	text-decoration: underline;
}
.tweet_translated em {
	display: block;
	margin: 16px 0 10px;
	padding-top: 0;
	border-top: none;
}
.tweet_translated .widget_title {
	display: flex;
	border-bottom: 1px solid #d1dae0;
	padding-bottom: 13px;
	align-items: center;
}
.tweet_translated .widget_title h3 {
	margin: 0;
	font-size: 1.35em;
	font-weight: bold;
}
.tweet_translated .social-network_source {
	color: #8a8a8a;
	position: absolute;
	right: 40px;
	border-width: 0;
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	text-decoration: underline;
	transition: 25ms ease-out 25ms;
}
.tweet_translated .social-network_source:hover {
	color: #000
}
.tweet_translated .widget_icon__twitter {
	background: url(/images/icons/twitter.svg) no-repeat;
}
.tweet_translated .widget_icon {
	margin: 0 15px 0 0;
	width: 37px;
	height: 37px;
	vertical-align: middle;
	flex: 0 0 37px;
}
.tweet_translated .widget-image, .tweet_translated .widget_icon {
	display: inline-block;
}

.post-content__text table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    overflow: hidden
}

.post-content__text table td,.post-content__text table th {
    min-width: 1em;
    border: 2px solid #ddd;
    padding: 3px 5px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.post-content__text table td>*,.post-content__text table th>* {
	margin-bottom: 0
}

.post-content__text table th {
	font-weight: 700;
	text-align: left
}