/*
Theme Name: ExSuperNewsTheme
Author: Evgeny Kornev (exmr@yandex.ru)
Description: Для группы сайтов ООО «ОМВ»
Version: 2.3
*/
html, body , h1, h2, p, span{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: Arial, sans-serif;
	overflow-x: hidden;
	overflow-y: visible;
}
.site.no-scroll,
body.no-scroll{
	overflow: hidden;
}
img {
	border:0;
	margin:0;
	padding:0;
	display:block;
}
a, img {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', Arial, sans-serif !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a{
	line-height: 1.1 !important;
}
.lazy {
	background: transparent url("/images/preloader.gif") no-repeat scroll 50% 50%;
}
.lazy.loaded {
	background: none;
}
._hidden {
	display: none;
}
.clear {
	clear:both;
}
.row-eq-height {
	display: -webkit-box;
	display: flex;
  	height: 100%;
  	/*border: 1px solid blue;*/
}
.height100 {
	display: flex;
	display: -webkit-box;
	height: 100%;
	width: 100%;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-grow: 1;
	-webkit-box-flex: 1;
}
.flex_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;


	width: 100%;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    /*border: 1px solid yellow;*/
}
.home .big .fleft,
.fleft {
	float: left;
	margin: 0px 10px 0 0;
	position: relative;
}
.fright {
	float: right;
	position: relative;
	margin-right:10px;
}
.inline-block {
	display: inline-block;
}
.home .fleft img{
	width: 100%;
	height: auto;
}

.half .fleft {
	display: inline-block;
	float: none;
	width: 100%;
}
.big img,
.half .fleft img {
	width: 100%;
	height: auto;
}

/* окно авторизации*/
#AuthModal h1,
#backtoblog{
	display: none;
}
/**/

#main_content {
	height: 100%;
}
#tech_block {
	position: fixed;
	/*width: 100px;*/
	/*height: 2em;*/
	background-color: #000;
	color: #fff;
	right: 0;
	z-index: 999;
}
#content {
	transition: all 0.5s cubic-bezier(0.75, 0, 0.175, 1) 0s;
	padding-top: 1em;
}
#social .headerextranews > a,
#social > a {
	font-family: Roboto condensed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#social a:hover {
	text-decoration: none;
}
#social .headerextranews > a {
	width: 100%;
}
#social .round i {
	width: 100%;
}
#social .headerextranews > a i,
#social > a .round i,
#social div > a i {
	transition: all 0.5s;
}
#social .headerextranews > a:hover i,
#social > a:hover .round i,
#social div > a:hover i
 {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
#social .round {
	display: inline-flex;
	display: -webkit-inline-flex;
	height: 3em;
	width: 3em;
	border-radius: 2em;
	align-items: center;
	text-align: center;
}
.headerextranews {
	overflow: hidden;
	/*max-width: 18em;*/
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	line-height: 1.2em;
}
.mobilemenu {
	margin-bottom: 1em;
}
.mobilemenu li a {
	white-space: nowrap;
	margin: 0;
}
#acc_menu {
	display: inline-block;
	position: relative;
	margin-right: 1em;
}
#acc_menu ul {
	margin: 20px 0 0 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all .2s ease-in-out;
	box-shadow: 0 0 5px #000;
	z-index: 2;
}
#acc_menu:hover ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#acc_menu ul li {
	display: block;
}
#acc_menu ul a {
	padding: 10px;
	display: block;
	white-space: nowrap;
	font-size: 70%;
	text-align: left;
}

.azsbx:empty {
	display: none;
}
.azsbx img {
	width: 100%;
	height: auto;
}
.azsbx img.real {
	width: auto;
	height: auto;
}
.azsbx img.real2 {
	width: 50%;
	height: auto;
}
.azsbx + .pad1em.border_bottom.block {
	border-top: 1px solid #ddd;
}
.zbane:empty + .pad1em.border_bottom.block {
	border-top: none;
}
.flex1 {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    align-items: center;

    -webkit-box-flex: 1;
}
.relative {
	position: relative;
}
.more_loading #load_more:after,
.more_loading #appendix:after {
	content: '';
	display: block;
	height: 64px;
	width: 100%;
	background: transparent url(/images/preloader.gif) no-repeat scroll 50% 50%;
}
#header {
	background:#FFFFFF;
}
#logo_container img {
    width: 100%;
}
.logo_text a{
	width: 100%;
}
.logo_text a:hover img{
	transform: scale(1.05, 1.05);
}
.logo_up {
	top: 80px;
	transition: all 0.4s ease 0s;
}
#search_form {
	z-index: -1;
	position: absolute;
	text-align: left;
	top: 1em; 
	opacity: 0;
    transition: all 0.7s cubic-bezier(0.75, 0, 0.175, 1) 0s;
    right: 0;
}
#search_form.open {
	opacity: 1;
	z-index: 1;
	padding: 0.5em;
	padding-right: 0;
}
.search_form {
	color: #fff;
	text-align: right;
	font-size: 1.5em;
	margin-top: 0.25em;
}
.search_form a{
	color: #fff;
	font-weight: 100;
	font-family: 'Roboto', Arial, sans-serif;
}
.search_form span a{
	padding-right: 1em;
}
.search_form span:last-child a{
	padding-right: 0;
}
#find_text {
	text-indent: 22px;
	display: inline;
	font-size:17px;
	padding: 3px 10px;
	outline:none;
	border-radius: 0px;
}
#find_button {
	border:0;
	display: inline;
	height: 32px;
	background:#fff;
	text-transform: uppercase;
	font-size: 18px;
	padding:1px 10px;
	transition: all 0.5s ease;
	font-family: Roboto, Arial, sans-serif;
}
.menu_3_elements {
	padding-left: 0;
	margin-bottom: 0;
	overflow: hidden;
}
.menu_3_elements li {
	float:left;
	list-style: none;
	position: relative;
}
.menu_3_cat_this a:hover {
	color: #fff !important;
}
.menu_right header {
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 2em;
	border-bottom: 1px solid #ddd;
	height: 1.45em;
}
.hidden,
.hidden_list {
	display: none;
}

#menu-verhnee-menyu {
	padding: 0;
}
.menu_3_elements a:link,
.menu_3_elements a {
	font-family: "Roboto Condensed", Arial, sans-serif;
	/*padding: 0.5em 10px;*/
	text-decoration: none;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu_3_elements li:hover a{
	text-shadow: none;
	text-decoration: none;
}
.darkgray_bg ul li a {
	text-decoration: none;
	font-family: Roboto, Arial, sans-serif !important;
}

.af_menu_upper {
	padding: 10px;
	width: 100%;
}
.af_menu_upper li {
	display: block;
}
.af_menu_upper li a {
	color: #000;
	background-color: #eee;
	padding: 5px 0 5px 15px;
	display: block;
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 1px;
}
.af_menu_upper a:hover{
	text-decoration: none;
	padding-left: 20px;
}

.cat_sub_menu {
	text-align: center;
	margin: 0 auto;

	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	height: 100%;

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;

}
.cat_sub_menu ul {
	padding: 0;
	display: inline-block;
	margin: 0;
	white-space: nowrap;
}
.cat_sub_menu li {
	list-style-type: none;
	display: inline-block;
	white-space: nowrap;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-right: 0.5em;
}
.cat_sub_menu li:last-child {
	margin-right: 0;
}
.cat_sub_menu li a {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #eee;
	border-radius: 10px;
}


/* Buttons */
.wide100,
.wide {
	width: 100%;
}
.wide50 {
	width: 70%;
/*	width: 50%;*/
}
.btn {
	border-radius: 0 !important;
	text-align: center !important;
	font-family: "Roboto Condensed",Arial,sans-serif;
}
.site {
  left: 0;
  position: relative;
}
#content_foto {
}
#content_foto img {
	width: 100%;
	height: auto;
}

.fleft {
	margin: 0px 10px 0 0;
}
#center_content,
#center_column {
	min-height: 1200px;
}

#center_column .bottomsection {
	margin-top: 1em;
	/*
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: right;
	*/
}
.search div.pad1em.block,
.category div.pad1em.block,
.tag div.pad1em.block {
	margin-bottom: 1em;
}
.category .post_image a{
	margin-top: 1.5em;
}
.tag .post_image a {
    margin-top: 1.5em;
}
.category .post_image img{
	width: 100%;
	height: auto;
}
.tag .post_image img{
	width: 100%;
	height: auto;
}
.animated_detail_button {
	position: absolute;
	transform: translateX(0);
	transition: all 0.5s cubic-bezier(0.75, 0, 0.175, 1) 0s;
	right: -115px;
	bottom: 15px;
}
div.pad1em.block:hover .animated_detail_button {
	transform: translateX(-130px);
}
.animated_detail_button::after {
	content: 'Подробнее...';
}
div.pad1em.block.clicked {
	background-image: url('/images/knopka.png');
	background-position: 100% 0 !important;
}
.category_preview h2 {
	font-weight: 700;
	font-size: 1.8em;
	margin-top: 0.5em;
}
#center_column article h1{
	margin-bottom: 1.5em;
	font-weight: 700;
}

#content_date {
	display:block;
	height: 1.2em;
	margin-bottom:10px;
}
.video {
	/*padding-top: 1em;
	padding-bottom: 1em;
  	margin: 0px auto;
  	*/
  	
  	padding-bottom: 59%;
  
    padding-top: 25px;

	position: relative;
	height: 0;
	overflow: hidden;
}
.single .video {
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
}
.video > div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
}
.video .yt_image,
.video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
/*
.video .video_2_content_link {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;

	height: 100%;
	text-align: center;
}
*/
#left_column {
	overflow: hidden;
	border: 1px solid #bebebe;
}
.search #left_column,
.category #left_column {
	margin-bottom: 1em;
}
.fix {
	position: fixed;
}
.publication_sim_links .fleft.col-12 {
	float: left !important;
	position: relative;
	width: 33% !important;
	margin-right: 1em;
	
	display: inline-block;
	margin-bottom: 0;
}
.publication_sim_links .pad1em.col-sm-12.col-md-12.col-lg-12 h4 {
	margin-top: 0 !important;
}
.client_section a img,
#center_column article span.fleft,
#center_column article span.fleft a img,
.publication_sim_links .fleft,
.publication_sim_links .fleft img {
	float: none;
	width: 100%;
	height: auto;
}
.client_section {
	overflow: hidden;
}
.reklama_view {
	width: 100%;
	min-height: 100px;
	background-color: #2397be;
	color: #fff;
	font-weight: 600;
}
.reklama_view big{
	font-size: 1.5em;
}
.reklama_view span{
	color: #ff0;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
}
.carousel .post_header {
	padding-right: 15px;
	overflow: hidden;
}
.carousel .post_header > a {
	white-space: nowrap;
}

/* extex hover */
.client_section a {
	display: block;
	overflow: hidden;
	position: relative;
}
/*.client_section:not(.no_hover) a:before {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
	top: 50%;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}*/
.client_section:not(.no_hover) a:hover::before {
    height: 100%;
	top: 0;
}
/* extex hover */

/* extex hover1 */
/*.client_section:not(.no_hover).hover1 a:before {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
	left: 50%;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 1;
}*/
.client_section:not(.no_hover).hover1 a:hover::before {
    width: 100%;
	left: 0;
}
/* extex hover1 */

.page 
.vertical .fleft img {
	width: 100%;
	height: auto;
}
.border_bottom {
	border-bottom: 1px solid #ddd;
}
.border_bottom:last-child {
	border-bottom: none;
}
.t-news-date {
	font-size: 12px;
	color: #8f8f8f;
	/* height: 1.5em; */
}
.metka {
	color: #999;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 100;
}
.share_links .metka {
/*	position: absolute; */
	left: 15px;
	bottom: 15px;
}

.category #center_column .t-news-date {
	margin-bottom: 1em;
}
.tag #center_column .t-news-date {
    margin-bottom: 1em;
}
article .metainfo {
	float: none;
	font-size: 0.9em;
	color: #8f8f8f;
	/*border-bottom:1px solid #ef7f1b;*/
}
.single-publication #center_column .t-news-date {
	font-size: 12px;
}
.t_news_date{
	float:left;
	position: relative;
	font-size: 12px;
	margin: 0 8px 0 0;
	background:url(/images/calendar_grey.png) no-repeat left 1px;
	padding-left:17px;
}
.t-news-date span {
	padding-right: 10px;
}
/*
в ленте оранжевая метка должна быть с паддингом
.t-news-date span:last-child {
	padding-right: 0;
}*/
.t-news-date span[itemprop="name"] {
	padding-right: 0px;
}
#pub_mark_1 {
	font: bold 18px arial;
	color: #898989;
	border-left: 23px solid #ececec;
	padding-left:15px;
	margin-left:10px;
}
#pub_mark_2 {
	width:250px;
	float:left;
	position: relative;
	background:#e2e2e2;
	margin: 0 20px 10px 0;
	padding: 0 10px 10px 10px;
}
#pub_mark_2  h2{
	display:block;
	background: #000000;
	color:#FFFFFF;
	font: bold 13px arial !important;
	padding: 5px 10px;
	margin:0 -10px !important;
	text-transform:uppercase;
}
#pub_mark_2  p{
	margin: 10px;
	padding: 0;
}
#pub_mark_2  img{
	float:left;
	position: relative;
	margin: 3px 10px 10px 0;
}

#vote_rez {
	padding-left:0;
	margin-bottom:10px;
	height:10px;
}
#vote_on_top_vopros {
	font: bold 13px;
	padding:5px 0 0 0;
	margin-bottom:5px;
}
#voting_variants {
	margin-top:10px;
	
	margin-bottom:15px;
	/* width:185px; */
}
.single-publication #publication_vote {
	margin-top: 2em;
}
#vote_page_main_voting .vote_content,
#publication_vote {
	background-color: #eee;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
#vote1variant {
	margin: 5px 0;
}
.news_item {
	/*margin-bottom:14px;*/
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	line-height:1.2;
	margin-right: 15px;
}
.news_item[data-dt=''] img {
	width: 100%;
	height: auto;
}
.header_link {
	position: absolute;
	right: 15px;
	top: 1.5em;
}
.header_title {
	margin:0px;
	font-size: 2em;
	padding-top: 0.7em;
	color: #444;
}
.header_title a {
	color: #444;
}
.firm_bg h3.header_title a,
.firm_bg h3.header_title {
	padding-top: 0;
	color: #fff !important;
	padding-left: 5px;
}
h3.corrector,
.corrector > h3 {
	padding-top: 1em;
	margin-top: 0;
}
.firm_bg .header_title a:hover {
	color: #000 !important;
}
.lenta_title {
	font-size: 1.5em;
	color:#fff;
	padding: 6px 15px;
	font-family: "Roboto Condensed",sans-serif;
	text-transform: uppercase;
	text-align:center;
}
.lenta_item_title  a:visited{
	color:#8f8f8f;
}
.pad1em h2 + a {
	line-height: 1.3em;
	display: block;
}
h2 a:hover strong,
.lenta_title a:hover,
.lenta_rub a:hover,
#center_column a:hover,
.lenta_item_title a:hover{
	text-decoration: none;
}
.lenta_item_time {
	margin: 15px 5px 15px 0;
}
.lenta_rub{
	font-size: 12px;
	display: inline-block;
	font-family: Roboto Condensed, Arial, sans-serif;
	text-transform: uppercase;
}
.category #cat_sub_menu_center ul li a:hover {
	background-color: #ddd;
}
#center_content .lenta_rub {
    padding: 0 1em;
}
.b_place_right_top img{
	margin-top: 10px;
	height: auto;
	width: 100%;
}
.b_place_right_top .client_section {
	margin-bottom: 15px;
}
.b_place_right_top img:first-child{
	margin-top: 0px;
}

.publication_sim_links {
	background-color: #F3F3F3;
}
.publication_sim_links,
#publication_share {
	margin-top: 2em;
}
#publication_adv{
	margin-top: 1em;
	color: #ABABAB;
}
.publication_tags {
	margin:20px 0;
	color: #666;
}
.publication_tags  a {
	font-size: 0.9em;
	color: #666;
	padding-right: 0.5em;
}
.comments_section {
	margin-top: 1em;
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;
}
.comments_section h3 {
	padding-bottom: 0.3em;
    padding-top: 0.3em;
	font-size: 2em;
	color: #fff;
}
.comments_section h3 span{
	float: right;
	position: relative;
	margin-top: -0.3em;
	padding: 0.3em 1em;
}
.comments_section h3 span a{
	color: #fff;
}
.comments_section h3 span a:hover{
	color: #555;
}
.comment_item {
	clear:both;
	margin: 0 0 0 -15px;
	padding-top: 0.7em;
	padding-bottom: 0;
	position:relative;
	display: inline-block;
	width: 100%;
}
.comment_item:hover {
	background-color: #f3f3f3;
}
ul.children::before,
.comment_item::after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}
.children  {
	margin-left: 4%;
}
.comment_user {
	float: left;
	position: relative;
	padding-right: 1em;
}
.comment_text a,
.comment_user a[class="url"] {
	text-decoration: underline !important;
}
#comment_tools {
	float:left;
	position: relative;
	margin: 0 0 1em;
}
#comment_tools  a {
	color: #488DC6;
	font: bold 12px;
}
#comment_reply {
	float:left;
	position: relative;
	margin: 0 0 0 5px;
}
#comment_reply a {
	padding: 3px;
}
#commenter_name {
	margin-bottom:9px;
}
#comment {
	resize: none;
	border: 1px solid #999;
	position:relative;
	overflow-y: scroll;
	width: 100%;
	height: 120px;
	padding: 10px;
}
#comment_sub_button {
	margin-top:10px;
}
#comment_it {
	border: 1px solid #999;
	margin: 0 0 0 -1px;
	background: #ffffff;
	color:#7d7d7d;
	text-transform:uppercase;
	height: 3em;
}
img.avatar {
	width: 100%;
	height: auto;
}
/* Листинг рубрики */
#category_header {
	display:block;
	text-transform:uppercase;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ddd;
	color:#666;
	font-size: 2em;
    font-weight: 400;
	background-color: #fff;
	padding-left: 15px;
	font-family: "Roboto Condensed",Arial,sans-serif;
	line-height: 1.1;
	margin-bottom: 0.5em;
}
#category_header_post {
	display:block;
	text-transform:uppercase;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
/*	border-bottom: 1px solid #ef7f1b;*/
	font-size: 2em;
    font-weight: 400;
	background-color: #fff;
	font-family: "Roboto Condensed",Arial,sans-serif;
	line-height: 1.1;
	/*margin-bottom: 0.5em;*/
}
#category_header_post a{
color:#ef7f1b;
}
.in_cat_header_link {
	position: absolute;
	right: 0;
	top: 3px;
}
.page #category_header,
.single #category_header {
	padding-left: 0px;
}
.single #news_lenta .t-news-date > a:after{
	content: "";
	display: block;
}
#category_header a{
	text-decoration:none;
}
#category_header a.single_cat{
	padding-right: 1em;
}
#category_header a.single_cat:last-child {
	padding-right: 0;
}

#publication_text {
	position: relative;
}
/*#publication_text p:first-child {
	font-weight: 700;
	font-size: 1.2em;
	font-family: "Roboto Condensed", sans-serif;
}*/
#publication_text time {
	margin-bottom: 1em;
}
/*.single main ul.ya-share2__list li {
width:100%;
}*/
/*.single main ul.ya-share2__list,
.single main ul.ya-share2__list li,
.single main ul.ya-share2__list li a,
.single main ul.ya-share2__list li a span:first-child {
    display: block;
}*/
.single main ul.ya-share2__list li a span:first-child {
	border-radius: 0;
}
/*.single main ul.ya-share2__list li a span:nth-child(2) {
	color: #fff;
    display: block !important;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}*/
.single main ul.ya-share2__list li a {
	border: none;
}

.single main ul.ya-share2__list li a span.ya-share2__title:first-letter {
	text-transform: capitalize;
}

#publication_text table {
	width: 100%;
}
#publication_text table th,
#publication_text table td{
	border: 1px solid #666;
	padding: 0.5em;
}
#publication_text ol li{
	margin-bottom:5px;
}
#publication_text ul li{
	margin-bottom:5px;
	list-style: inside none circle;
}
#publication_text .client_section a {
	border-bottom: none !important;
}
#publication_text {
	font-size: 15px;
}
@media (min-width: 1200px){
.pad-l-100 {
	padding-left:100px;
}
}
#publication_text  p{
	margin:10px 0;
}
#publication_text  p:first-child{
	font: bold 16px;
}
#publication_text *:not(.client_section):not(.rcl-gallery) img{
	/*width: 100%;*/
	height: auto;
}
.message-text img {
width:auto !important;
}
#publication_text .rcl-gallery img{
	width: auto !important;
	height: auto !important;
}
.bx-controls-direction a {
	z-index: 2 !important;
}
#lk-conteyner img {
	width: auto !important;
	height: auto !important;
}
#publication_text img.real {
	margin-bottom: 1em;
	width: auto;
}

#publication_text img[class*=alignleft]{
	width: 30%;
	float: left;
	position: relative;
	margin-right: 1em;
	margin-bottom: 1em;
}
#publication_text img[class*=alignright]{
	width: 30%;
	float: right;
	position: relative;
	margin-left: 1em;
	margin-bottom: 1em;
}
#publication_text img[class*=alignnone], #publication_text div.wp-caption img{
	width: 100%;
}
#publication_text .posttvlogo img{
	width: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

.vote_date {
	width: 100%;
	margin-bottom: 1em;
}
.vote {
	padding: 1em;
}
.vote_content {
	border: 1px solid #ddd;
	height: 100%;
	padding: 1em;
}
#right_column .poll {
	background-color: #fff;
	display: inline-block;
	margin-top: -15px;
}
.wp-polls {
	padding: 1em;
	margin:0;
}
.wp-polls p strong {
	/*font-weight: normal;*/
	font-size: 1.2em;
	font-family: Roboto, Arial, sans-serif;
	/*border: 1px solid #ef7f1b;*/
    padding: 5px;
	background:#f5deb3;
	line-height:2;
}
.wp-polls-ul {
	margin-bottom: 2em;
}
.wp-polls-ul li {
	line-height: 2em;
}
.wp-polls-form label {
	font-weight: normal;
	cursor: pointer;
}
.wp-polls p:first-child {
border-bottom:1px solid #ef7f1b;
}
.vote_btn {
background:none !important;
color:#333333 !important;
border:1px solid #ef7f1b !important;
padding: 6px 12px !important;
text-shadow:none !important;
}

/* Поиск */
#search_form_page {	
	border-bottom: 1px solid #cdcdcd;
	margin-bottom:15px;
}
#search_form_page  p{	
	margin-top:10px;
}
#search_form_page h1 {
	font: bold 17px;
	text-transform:uppercase;
}
#ext_search_form #find_text{
	width: 68%;
}
#ext_search_form #find_text,
#ext_search_form #find_button {
	float: left;
	position: relative;
}
#ext_search_form #find_button {
	background-color: #000;
	border: 1px solid #fff;
}
#param_date,
#search_table,
#search_params {
	width: 100%;
}
#search_params label {
	display: block;
	cursor: pointer;
}
#search_table td {
	vertical-align:top;
	padding-bottom: 1em;
}
#param_date td {
	padding: 0.5em;
}
#param_date select {
	padding: 0.3em;
	cursor: pointer;
}
#right_search_col {
	border-left: 1px solid #ddd;
	padding-left: 2em;
}
#left_search_col {
}
.search_rez_block {
	text-transform:uppercase;
}
#no_search_result {
	font: bold 18px;
	text-align:center;
}

#result_item  h1{
	font: bold 18px;
	margin: 15px 0;
	display:block;
}
#result_item  a{
	color: #000000;
	text-decoration:none;
}
.search_rez_block_all_link {
	margin-bottom: 2em;
	padding: 1em;
	text-align:center;
	color:#959595;
}

#counter_ya {
	margin:20px 0 0 0;
}
.lenta_vid_link {
	font-family: "Roboto Condensed", Arial, sans-serif;
    margin-left: 6px;
}
.lenta_video {
	color:#ff0000;
}
.news_item .vortex-p-like span,
.news_item .vortex-p-dislike span{
	float: none;
	position: relative;
}
.news_item .vortex-p-like,
.news_item .vortex-p-dislike {
	display: inline-block;
	color: #959595 !important;
}
.news_item .vortex-p-like:hover,
.news_item .vortex-p-dislike:hover {
	color: #959595 !important;
}

#prev_image_link {
    float: left;
    position: relative;
}
#next_image_link {
    float:right;
    position: relative;
}

.voting_terms_link {
    margin: 10px 0 20px 0;
}
.voting_terms_link a {
    color: #000000;
}
.t_age_info {
	float:left;
	position: relative;
	height:15px;
	width:36px;
	background:url(/images/age18.png) no-repeat;
}
.t_age_info img {
	margin:0 8px 0 0 !important;
}
.single_age_info img {
	margin: 0 !important;
}

.wp-pagenavi {
	margin: 2em 0;
	font-size: 1.5em;

	display: none;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi a, .wp-pagenavi span {
	background-color: #fff;
	color: #444;
	margin: 7px;
	font-size: 1em;
	padding: 7px 12px !important;
}

#comments-wrap {
	margin-bottom: 1em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	width: 100% !important;
	margin-bottom: 1em;
}

.commentlist {
    list-style: none;
}
.comment-metadata {
margin-bottom:5px;
}
.comment-body {
margin-bottom:20px;
}
ul.children {
 list-style: none;
}
.comment {
position:relative;
margin-bottom:10px;
}
.comment-form {
padding-top:10px;
margin-bottom:10px;
}
/*blockquote:before {
	position:absolute;
	margin-top: -5px;
	right: 0;
	content:url('images/blockquote.png');
} */
blockquote {
	padding: 5px 20px !important;
	background-color: #f9f9f9;
}
blockquote p,
blockquote {
	font-weight: 400 !important;
	font-size: 15px !important;
	font-style: italic;
}
.must-log-in a {
text-decoration:underline;
color:#488DC6;
}

.comment_votting {
	float: left;
	position: relative;
	font-size: 12px;
	font-weight: 600;
}
.comment_votting img {
    padding: 0;
    margin-right: 0.7em !important;
	float: left;
	position: relative;
}
.comment_votting span {
	float: left;
	position: relative;
	color: #666;
	font-size: 1.2em;
}
.comment_text {
    margin-top: 0.5em;
}
.comment_date {
	font-size: 0.85em;
	line-height: 1.7em;
	color: #999;
	display: inline-block;
}
.comment_date img {
	float: left;
	position: relative;
	margin-right: 1em;
}
.comment_text p {
	line-height: 1.4em;
	color: #555;
}

/*header new*/
.up_plash {
	background-color:#fff;
	/* background-image: url(https://orengrad.ru/wp-content/uploads/2023/12/newyear-bg-1.png); */
}
.up_plash .wrapper {
	margin: 0 auto;
} 

#ya_informer, #mail_informmer {
float:left;
	position: relative;
margin-right:10px;
}
#live_informer {
float:left;
	position: relative;
margin-right:10px;
}
.foot_logo {
	float:left;
	position: relative;
    margin-right: 10px;
}
.logo_text svg,
.logo_text img{
	width: 80%;
	height: auto;
}
a.foot_logo{
	width: 66%;
}
.foot_logo img{
	width: 100%;
}
.foot_menu li{
	list-style-type: square;
}
.foot_text p {
	text-align:justify;
	font-size: 10px;
	color:#b1b1b1;
}
.counters img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.counters img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#back-top {
    display: none;
    position: fixed;
    right: 20px;
	bottom: 20px;
    z-index: 1;
}
#back-top a {
   /* box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);*/
  /*  color: white; */
  color:#ef7f1b;
    display: block;
    font: 24px/46px FontAwesome;
    height: 50px;
    width: 50px;
    text-align: center;
	text-decoration: none;
}
#back-top a > span::before {
    content: "";
}
#back-top a:hover {
	text-decoration: none;
}
.columns {
	padding-right: 15px;
}
.columns .item {
	padding-right: 0;
}
.columns .block {
	margin-bottom: -10px;
}

.bg_white {
	background: #fff;
}
.color_white {
	color: #fff;
}
.inetta {
	display: none !important;
}
.block {
	overflow: hidden;
	min-height: 10em;
	padding-right: 10px;
	padding-left: 15px;
	position: relative;
}

#news_lenta .news_item,
.vertical,
.block {
	transition: all 0.3s ease 0s;
}

.center,
.centered {
	text-align: center;
}
.pad5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pad7 {
	padding-top: 7px;
	padding-bottom: 7px;
}
.pad10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottompad10 {
	padding-bottom: 10px;
}
.pad1em {
	padding-top: 1em;
	padding-bottom: 1em;
}
.pad1embottom {
	padding-bottom: 1em !important;
}
.mar1embottom {
	margin-bottom: 1em !important;
}
.pad15em {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.pad2em {
	padding-top: 2em;
	padding-bottom: 2em;
}
.pad4ios {
	padding-top: 3em;
	padding-bottom: 3em;
}
.comment_link {
	padding-top: 2em;
}
.comment_link a{
	border-bottom: 1px dashed #27ABE8;
}
.no-lr-pad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.rpad15px,
.l-pad {
	padding-right: 15px;
}
.lpad15px,
.r-pad {
	padding-left: 15px;
}
.no-l-pad {
	padding-left: 0 !important;
}
.no-r-pad {
	padding-right: 0 !important;
}
.no-l-mar {
	margin-left: 0 !important;
}
.no-r-mar {
	margin-right: 0 !important;
}
.no-b-pad {
	padding-bottom: 0 !important;
}
.no-t-pad {
	padding-top: 0 !important;
}
.dashborder {
	border: 1px dashed #A11A2B;
	height: 1.6em;
	margin-left: 15px;
	margin-right: 15px;
}
.gray {
	color: #666;
}
.gray_bg {
	background-color: #999 !important;
}

/*.xxxlabel,*/
.xxlabel,
.xlabel {
	position: absolute;
	top: 1em;
	left: 1em;
	padding: 0px 5px;
	color: #fff;
	text-transform: uppercase;
}
.xxlabel_lenta {
padding: 2px 5px;
	color: #fff;
	text-transform: uppercase;
}

#center_column .row-eq-height .item0 .xlabel,
#center_column .row-eq-height .item1 .xlabel,
#center_column .row-eq-height .item2 .xlabel{
	background-color: #FB2F5450;
	top: 1em;
}
#center_column .row-eq-height .item0 .fleft,
#center_column .row-eq-height .item1 .fleft,
#center_column .row-eq-height .item2 .fleft{
	margin: 0;
}
#center_column .row-eq-height .item0 .xlabel,
#center_column .row-eq-height .item1 .xlabel{
	left: 30px;
}
#center_column .row-eq-height .item2 .xlabel{
	left: 15px;
}

.date-label {
	font-size: 80%;
}
.date-label span {
padding-right: 10px;
}
.xxlabel, .xxlabel_lenta {
	font-size: smaller;
	background-color: #FF4F13;
}

.xxlabel .fa {
margin-right:5px;
}
.xxlabel_lenta .fa {
margin-right:5px;
}
.mb1em {
	margin-bottom: 1em;
}
.mb2em {
	margin-bottom: 2em;
}
.mt1em {
	margin-top: 1em;
}
.mt15px {
	margin-top: 15px;
}
.mr15px {
	margin-right: 15px;
}
.mr10px {
	margin-right: 10px;
}
.mr_15px {
	margin-right: -15px;
}
.ml15px {
	margin-left: -15px;
}
.pt15px {
	padding-top: 15px;
}
.corrector {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.uncorrector {
	margin-left: -15px;
	margin-right: -15px;
}

.postbox {
	background: url("/images/right-line-1.png") no-repeat scroll 0 0px,
				#fff url("/images/right-line-2.png") no-repeat scroll 0 100%;
}
.postbox a{
	display: inline-block;
}
.mb10 {
	margin-bottom: 10px;
}
.nooverflow {
	overflow: hidden;
}
.fixedpanel {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.menuspoiler {
	width: 100%;
	position: absolute;
}
.post_id {
	color: #999;
}
.sticky1 {
	position: fixed;
	z-index: 4;
	width: 100%;
	box-shadow:	0px 5px 5px #888;
	top: 63px;
}
.sticky2 {
	position: fixed !important;
	z-index: 4;
	width: 100%;
	box-shadow:	0px 5px 5px #888;
	top: 102px;
}
.noborder {
	border: medium none !important;
}
.row-flex {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    flex-flow: row wrap;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}
.vkontakte {
	float: right;
	position: relative;
}
body.page .vortex-container-vote {
	display: none;
}
.vortex-container-vote {
	margin-top: 1em;
	margin-bottom: 2em;
}
/*
.vortex-container-vote:before {
	color: #444;
	content: '';
	margin-right: 1em;
	font-weight: 700;
}
*/
.vortex-container-vote-comment {
	float: left;
	position: relative;
	margin-right: 1em;
}
.vortex-container-like-comment,
.vortex-container-dislike-comment,
.vortex-container-dislike,
.vortex-container-like {
	padding-right: 0.5em;
}
.vortex-p-dislike-counter,
.vortex-p-like-counter {
	font-size: 0.75em;
}
.page .mistape_caption {
	display: none;
}
.mistape_caption:before {
	display: block;
	clear: both;
	content: ' ';
}
.mistape_caption p {
	font-weight: 400 !important;
}
body.blur div.site {
	transition: all 0.5s ease 0s;
	-webkit-filter: blur(3px);
	-webkit-filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.ngg-gallery-thumbnail-box {
	float: none !important;
}
.ngg-gallery-thumbnail a img,
.ngg-gallery-thumbnail a {
	margin: 0 !important;
}
.mobilesmart_switcher a{
	color: #27ABE8;
}
.wp-polls-loading img.wp-polls-image {
	width: auto !important;
	margin-bottom: 3px !important;
}

/* OVERRIDE */
.fa-130 {
	font-size: 1.3em !important;
}
.pad {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
.bg_firm_color {background: #27ABE8;}
.navbar-brand {margin: 1em; padding: 0;}
.navbar-toggle {
    float: left;
    position: relative;
    margin-left: 1.5em;
    margin-top: 1.5em;
}
#container {padding-bottom: 2em;}
#footer {
	color: #999;
}
#collapseFooter div:nth-child(1n+1) {
	padding-left: 1em;
	padding-right: 1em;
}
#comment-image-reloaded-wrapper label {
	font-weight: 400;
	font-style: italic;
}
.nonewyear {
	color: red;
	font-weight: 700;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
#qm { /* Query monitor скрываем от юзеров */
	/* display: none !important; */
}
#qm.qm-peek .qm {
	display: block !important;
}
/*
#ny {
	display: inline-block;
	width: 80px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
}
*/
/* NY */
body.ny {
	background: url("newyear/bg.jpg") no-repeat 0 0 fixed;
	background-size: cover;
}

body:not(.ny) #particles-js{
	display: none;
}

#particles-js{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
}
/* NY */
#featured-media a.xclose {
	display: none;
}
#featured-media.is-sticky a.xclose {
	display: block;
	position: fixed;
	z-index: 9;
	left: auto;
	color: red;
	font-weight: 700;
	font-size: 1.3em;
}

#featured-video {
	transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
}
#featured-video.is-sticky {
	position: fixed;
	left: auto;
	z-index: 9;
	box-shadow: 0 0 5px #000;
	width: 307px;
	height: 173px;
	max-width: 307px;
	max-height: 173px;
}
.rcl-public-box .rcl-field-notice {
    color: #999;
}
.rcl-field-input .maxlength {
	z-index: 2 !important;
}
.vortex-container-vote a.pdfbutton {
	float: right;
}

.play_button {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	background: transparent url('images/play.png') no-repeat scroll top right;
}

/*.styled_post:hover .play_button {
	background: transparent url('images/play-hover.png') no-repeat scroll top right;
}*/

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.search_form {font-size:1.3em;}
	
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
.social a img {width:30px; height:auto;}
@media (max-width: 480px) {
	
}
@media (max-width: 767px) {
	
	.flex_column {
		display: block;
	}
	#first_row {
		padding: 0;
	}
	.fleft {
		float: none;
		display: inline-block;
		width: 100%;
		height: auto;
	}
	.row-eq-height {
		display: block;
	}
	.col-xs-12 {
		padding: 0;
	}
	.logo_up {
		top: 0 !important;
	}
	#category_header {
		border-bottom: none;
	}
	.site {
		background-color: white;
	}
	div.mobilemenu {
		display: block;

		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		overflow-y: scroll;
		z-index: 999;
		transform: translateX(100%);

		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
	}
	div.mobilemenu.open {
		transform: translateX(0);
	}
	a.close_mobile_menu {
		display: block !important;
	}
	.up_plash .wrapper .row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.fixedpanel {
		box-shadow: 0 0 5px #000;
	}
	.logo_up img {
		width: 100%;
	}
	.lenta_item_title  a:link,
	.lenta_item_title  a{
		font-size: 15px;
	}
	#center_column {
		padding: 0;
	}
	#content_foto {
		margin-right: 0;
		margin-bottom: 1em;
		float: none;
	}
	#content_foto img,
	.banner img {
		width: 100%;
	}
	#search_form {
		float:none;
		height: 2.6em;
		position: relative;
		transform: translateY(0px);
		top: 0;
	}
	#search_form.open {
		padding: 0;
	}
	#search_form .togglesearch {
		display: none;
	}
	#find_text {
		height: 32px;
	}
	#find_button {
		float: right;
		position: relative;
	}
	#video_block {
		padding-top: 6em;
	}
	#social_menu_buttons,
	.logo_up {
		text-align: center;
	}
	#social_menu_buttons div,
	.logo_up a{
		display: inline-block;
	}
	h2 {
		font-size: 1.5em;
		margin-top: 0px;
	}
	.xs-no-top-margin {
		margin-top: 0px;
	}
	.news-feed {
		width: 5px;
	}

	.mobile_toggle {
		/*height: 100px;*/
		height:50px;
		/*width: 70px;*/
		width:100%;
		position: fixed;
		bottom: 0;
		/*left: 4px;*/
		z-index: 100;
	/*	border-top-left-radius: 0px;
		border-top-right-radius: 25px;
		border-right: 1px solid #999;
		border-top: 1px solid #999; */
		line-height:50px;
		font-size:20px;
		text-align:center;
		text-decoration:none;
		color:#ffffff;
	}
	.mobile_toggle.active {
		left: auto;
		right: 4px;
		z-index: 102;		
		top:0;
		
		/*border-top-left-radius: 25px;
		border-top-right-radius: 0px;
		border-right: none;
		border-left: 1px solid #999;
		border-top: 1px solid #999;*/
		text-decoration:none;
		color:#ffffff;
	}
	.mobile_toggle:focus, .mobile_toggle:active, .mobile_toggle:hover {
	text-decoration:none;
		color:#ffffff;
	}
	#mobile_side.active {
		background: #fff;
		/*left: 0;*/
		bottom:0;
	}
	#mobile_side {
		border-right: 4px solid #F2464640;

		transition: all 0.7s ease 0s;
		-webkit-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;		

		position: fixed;
		z-index: 101;
		height: 100%;
		width: 100%;

		/*left: calc( -100% + 4px );
		top: 0px;*/
		bottom: calc( -100% + 4px );

		overflow-y: scroll;
		overflow-x: hidden;		
	}

	#news_lenta {
		font-size: 1.5em;
		overflow: hidden;
	}
	.news_item  {
		padding-left: 0;
		padding-right: 0;
		margin: 0;
		line-height: 0.9;
	}
	.news_item a img {
		width: 100%;
		height: auto;
	}
	
	#back-top {
		bottom: 65px;
	}

	a.mobilemenu-toggle {
		/*color: #fff;*/
		color:#ef7f1b;
		display: inline-block;
		margin-left: -5px;
		margin-right: -5px;
		padding: 5px;
	}
	a.mobilemenu-toggle.open {
		background-color: #fff;
		color: #BF8500;
	}
	.menu_3_elements {
		height: auto;
		z-index: 10;
	}
	.menu_3_elements li{
		border-bottom: 1px solid #555;
		float: none;
	}
	.menu_3_elements li.second {
		background-color: #444;
	}
	.menu_3_elements li a{
		padding-bottom: 3px;
		width: 100%;
	}	
	.mobilemenu .menu_3_elements li a{
		font-size: 1.5em;
	}
	.mobilemenu .menu_3_elements li a{
		font-family: "Roboto", sans-serif;
		padding-left: 1em;
	}
	#mailto_redaction {
		padding-right: 10px;
	}
	.foot_text {
		margin-top: 1em;
	}
	.mobile_no_paddings {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.category_post_data {
		padding-left: 15px !important;
	}
	.cat_sub_menu {
		width: 300%;
	}
	#center_column > .row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo_up {
		display: block;
	}
	
	.comments_section h3 span {
		padding: 0.3em;
	}
	#footer .social {
		text-align: center;
	}
	.social .mr15px {
		margin-right: 6px;
	}

	.foot_menu.fright,
	#footer .counters {
		float: left !important;
		position: relative;
	}
	.foot_menu li {
		display: block !important;
	}
	/*#main_content > div > div.l-pad */

	/* responsive method */
	#publication_text table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #a0a0a0;
	}
	#publication_text .ya-site-form__form table tr {
		border-bottom: none;
	}
	
	#publication_text table td {
		display: block;
		text-align: right;
		font-size: 13px;
		border: 0;
		border-bottom: 1px dotted #a0a0a0;
		width: 100%;
	}
	#publication_text .ya-site-form__form table td {display:table-cell;}
	#publication_text table td:last-child {
		border-bottom: 0;
	}
	#publication_text table td:before {
		content: attr(data-label);
		float: left;
		position: relative;
		text-transform: uppercase;
		font-weight: bold;
		display: block;
		padding: 0 8px;
		background: #eee;
	}
	/* responsive method */

	.cat_sub_menu li,
	.cat_sub_menu li a {
		padding-bottom: 1em;
		padding-top: 1em;
	}
	.col-sm-flex-corrector {
		margin-left: -14px !important;
		margin-right: -14px !important;
	}
	.text_up {
	margin-bottom:1em;
	}
}
@media (min-width: 768px) {
	#category_header.main {
		margin-top: 0;
	}
	#category_header.main span.center_h1 {
		padding: 10px;
	}
	.sticky2 {
		top: 101px;
	}
	#find_text {
		width: 60%;
	}
	.logo_up img {
		width: 100%;
	}
	.row-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-height {
		display: table-cell;
		float: none !important;
		height: 100%;
	}
	.col-lr-pad {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.col-l-pad {
		padding-left: 5px !important;
	}
	.col-r-pad {
		padding-right: 5px !important;
	}
	.darkgray_bg ul li a {
		padding: 3px 12px 5px !important;
	}
	.logo_up {
		display: none;
		height: 41px;
	}
	.logo_text {
		font-size: 1.2em;
	}

}
@media (max-width: 992px) {
	.blocks3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.t-news-date img {
		float: left !important;
		position: relative;
	}
	.menu_3_elements a {
		font-size: 11px;
		font-family: "Roboto Condensed", sans-serif;
		padding: 5px 3px ;
	}
	#menu_1 ul li:last-child img {
    height: 25px;
}
#menu_2 .menu_3_elements a {
padding: 5px 8px ;
}
	.darkgray_bg .menu_3_elements li a {
		padding: 0px 2px 0px !important;
	}
	.menu-button a{
		margin-top: 0px !important;
	}
	.dashborder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: auto;
	}
	.sticky1 {
		top: 58px;
	}
	.mistape_caption {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	/*
	Этот стиль применяется в этом разрешении НЕ для iPad (_custom.js:133)
	*/
	.row-eq-height {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	#search_form {
		top: 0.5em;
	}
	.laptop_mb10 {
	margin-bottom:10px;
	}
	.social a img {width:25px; height:auto;}
	.logo_text svg, .logo_text img{width:90%; height:auto;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.search_form a {
		font-size: 1em;
	}
	.sticky1 {
		top: 63px;
	}
	.sticky2 {
		top: 101px;
	}
	.logo_up img {
		width: auto;
	}
	#header {
		margin-top: 1em;
	}
	h2 {
		font-size: 2em;
		margin-top: 0px;
	}
	.most_commented h2,
	.menu_3_elements a {
		font-size: 13px;
		padding: 5px 7px;
	}
		#menu_1 ul li:last-child img {
    height: 28px;
}
#social a {
font-size:12px;
}
	
	.darkgray_bg .menu_3_elements li a {
		padding: 4px 13px !important;
	}
	.menu-button a{
		margin-top: 0px !important;
	}
	.logo_text {
		font-size: 1.3em;
	}
	.item_courses {
		font-size: 0.8em;
	}
	
	.comments_section div.commentlist ul.children ul.children .comment_item div.col-xs-12.col-sm-1.col-md-1.col-lg-1,
	.comments_section div.commentlist ul.children ul.children ul.children .comment_item div.col-xs-12.col-sm-1.col-md-1.col-lg-1 {
		padding-right: 0;
	}

	.comments_section div.commentlist ul.children ul.children ul.children .comment_item div.col-xs-12.col-sm-1.col-md-1.col-lg-1,
	.comments_section div.commentlist ul.children ul.children ul.children ul.children .comment_item div.col-xs-12.col-sm-1.col-md-1.col-lg-1 {
		width: 10.33333%
	}
	.comments_section div.commentlist ul.children ul.children ul.children .comment_item div.col-xs-12.col-sm-11.col-md-11.col-lg-11,
	.comments_section div.commentlist ul.children ul.children ul.children ul.children .comment_item div.col-xs-12.col-sm-11.col-md-11.col-lg-11 {
		width: 89.6667%;
	}	
		.headerextranews {	
	max-width: 20em;
	margin-left:15px;
	}
	.social a img {width:25px; height:auto;}
	.logo_text svg, .logo_text img{width:90%; height:auto;}
}
@media (min-width: 1024px) {	
}
@media (max-width: 1199px) {
	#center_column h2 {
		font-size: 1.35em;
	}
	#center_column #content_foto img {}
}

@media (min-width: 1200px) {
	/*#first_row {min-height: 1650px}*/
	#find_text {
		width: 60%;
	}
	.menu_3_elements a {
		font-size: 17px;
		padding: 5px 11px;
	}
	#menu_1 ul li:last-child img {
    height: 34px;
}
	.banner img{
		height: auto;
	}
	.item_courses {
		font-size: 0.95em;
	}
	#Carousel2 .post_image img,  /*Видео*/
	#Carousel1 .post_image img { /*Афиша*/
		height: 400px;
	}
	#Carousel3 .post_image img { /*Фото*/
		height: 642px;
	}	
	
	.headerextranews {	
	max-width: 30em;
	margin-left:15px;
	}
}
@media (min-width: 1600px) {
	.item_courses {
		font-size: 1em;
	}
}

/* Mediametrics FIX!*/
.single .mm-body__line--text-over-image {
    width: 33.33% !important;
}
.single #right_column_banner .mm-body__line--text-over-image {
	width: 100% !important;
}
.single #right_column_banner .mm-body__line--text-over-image a,
.single #right_column_banner .mm-body__line--text-over-image img {
	width: 100% !important;
	height: 100% !important;
}
.home .mm-body__inner {
	overflow: hidden;
}
.home .mm-body__inner > div {
	display: flex;
	margin-bottom: -10px;
}
.home .mm-body__line--horizontal {
    width: 25% !important;
    margin-bottom: 0px !important;
}
.single .mm-body__line--horizontal {
    width: 33.3% !important;
    margin-bottom: 0px !important;
}

.single .mm-body__line--horizontal a,
.single .mm-body__line--horizontal img,
.home .mm-body__line--horizontal a,
.home .mm-body__line--horizontal img {
	width: 100% !important;
	height: 100% !important;
}
.home .mm-body__line--horizontal,
.single .mm-body__line--horizontal,
.home div[id*="mm-block"] {
	height: auto !important;
}
/* Mediametrics FIX!*/
#adfox_15548229893377434 {
margin-bottom:10px;
}

.btn-oren {
border:1px solid #ef7f1b !important;
}
/*div#site {
    background-color: #e8e8e8;
}*/
.single_render {
   /* padding: 7px;*/
   padding:5px 30px;
}
.pageviews-placeholder {
padding-left:5px;
}
.metka p, .metka i {
float:right;
}
.metka i {
margin-left:10px;
font-size:28px;
color: #ef7f1b;
}
.metka p {
margin-top:3px;
}
.all_cat_post a {
background-color:#bebebe;
display:inline-block;
border-radius:5px;
color:#fff !important;
border-bottom:0 !important;
padding:1px 6px;
font-size:12px;
}
#date_social {
	margin-top:1em;
	/* для корректировки margin у row*/
    margin-left:7px;
	margin-right:7px;
}
#lid_text {
    font-weight: 700;
    font-size: 1.2em;
}
#lid_text a {
	border-bottom: 1px dashed #ef7f1b;
	color: #ef7f1b;
}
.thumbs-rating-up {
background:url(images/green_thumb.png) no-repeat left 50% !important;
padding: 0.5em 0.5em 0.5em 2.5em !important;
color:#333333 !important;
margin-right:20px;
}
.cld-common-wrap a {
text-decoration:none !important;
}
#loginform #wp-submit {
    color: #ffffff;
    background-color: #ef7f1b;
	background-image:none;
	border-color: #ef7f1b;
}
p#nav a {
    background-color: #ef7f1b;
	background-image:none;
	border-color: #ef7f1b;
	color: #ffffff !important;
	padding: 6px 12px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
	border: 1px solid transparent;
	display: inline-block;
	font-family: "Roboto Condensed",Arial,sans-serif;
}
.cld-like-dislike-wrap {
    float: right;
    position: relative;
    margin-right: 1em;
}
.cld-common-wrap {
border:1px solid #ef7f1b;
padding-left:5px;
}
#loginform input {
box-shadow: 0 0 10px rgba(239,127,27,0.5);
}
:root span.required {
color: rgb(239,127,27) !important;
}
.ssi-modalOuter.rcl-preview-post .rcl-notice-preview {
    background: rgba(239, 127, 27, 0.15) !important;
	border:1px solid #ef7f1b;
}	
.no_posts {
text-align:center;
border:1px solid #ef7f1b;
padding:3px 5px;
margin:auto;
}
.post_meta {
text-align:left;
margin-bottom:1em;
margin-left:10px;
color:#ffffff;
}
.post_meta span {
margin-right:10px;
}
.post_meta i {
margin-right:3px;
}
.text_up { 
  position: relative;
  overflow:hidden;
}
.text_overlay {
	position: absolute;
	background-color:rgba(0, 0, 0, 0.6);						
	right:0;
	left:0;
	transition-duration:0.6s;
font-size:12px;
font-weight:bold;
line-height:16px;
bottom:0;
}
.text_overlay a, .text_overlay a:hover {
	color:#fff;
}
.text_overlay h4, .text_overlay h5 {
margin: 10px;
}
.fs80 {
font-size:80%;
}
.spec_rub {
position:absolute;
top:5px;
left:0;
background-color: #ef7f1b;
padding:0 5px;
}
.spec_rub a, .spec_rub a:hover {
text-transform:uppercase;
color:#ffffff;
}
.main_rub_small {
color:#ef7f1b;
}
.rep_post {
border-bottom:1px solid #333;
padding:10px;
}
#single_right {
    overflow: hidden;
    border: 1px solid #bebebe;
}
.post_image {
overflow:hidden;
}
.orange_bb {
border-bottom:1px solid #ef7f1b;
}
.write_new  {
text-align:right;
padding-bottom:3px;
padding-top:7px;
font-size:1.5em;
}
.write_new  a{
color:red;
}
.write_new  a:focus, .write_new a:hover{
color:red;
}
 @media (max-width: 767px) {
	.write_new  {
text-align:left;
	} 
	.logo_text svg, .logo_text img{width:90%; height:auto;}
}
.marquee .g, .marquee .g a {
color:#ffffff;
}
.marquee {
padding:5px 0;
}
.marquee .g span {
padding-right:25px;
}
img.size-thumbnail{
	width:100%;
}
#mob_mn_block {
	margin-top:15px;
}

/* Яндекс.Поиск */
#ya-site-results table th,
#ya-site-results table td,
.ya-site-form table th,
.ya-site-form table td {
	border: none !important;
}
.wp-pwd .btn-danger {
background-image: linear-gradient(to bottom, #ef7f1b 0, #ef7f1b 100%);
border-color: #ef7f1b;
background-color: #ef7f1b;
}
.wp-pwd .btn-danger:hover, .wp-pwd .btn-danger:focus, .wp-pwd .btn-danger:active {
    background-color: #ef7f1b;
    background-position: 0 0;
	border-color: #ef7f1b;
	background-image: linear-gradient(to bottom, #ef7f1b 0, #ef7f1b 100%);
}
.rcl-data-filters a {
color:#fff;
}
.mob_mistape {
padding:10px;
  background-color: #ef7f1b;
  color:#fff;
  cursor:pointer;
  margin-bottom:15px;
  font-size:16px;
  text-align:center;
}
.mob_mistape_text {
font-style:italic;
font-size:12px;
}
#rcl-post-bar .post-bar-item i {
color:#fff;
}
.sticky_cos {
    position: sticky;
    top: 150px;
    min-height: 200px;
    visibility: visible;
	padding:0 8px;
}
.col-rel {
    position: relative;
}
.single-publication ul.ya-share2__list li a span:nth-child(2) {
    color: #fff;
    /* display: block !important; */
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 2px 4px 4px 0 !important;
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
}
@media (max-width: 991px) {
.sticky_cos {
    min-height: 58px;
    margin-top: 20px;
}
}
.rl_border {
/*padding-left:0;*/
border-left:1px solid #bebebe;
border-right:1px solid #bebebe;
padding-top:10px;
position:relative;
}
#menu_1 li a i {
	margin-left:10px;
	font-size:18px;
}
#menu_1 ul li:last-child {
	float:right;
	padding-right:10px;
}
/*#menu_1 ul li:last-child a {
	padding: 0 !important;
}*/
.popup_menu {
background-color: #777;
    visibility: hidden;
    transition: all .2s ease-in-out;
    z-index: 3;
  /*  opacity: 0;*/
    position: absolute;
	right:0;
	left:0;
	padding:10px 10px 0 10px;
}
.menu_sep {
    height: 1px;
    background-color: #e1dfd2;
    margin: 10px 0;
}
.popup_menu.open {
    visibility: visible;
    opacity: 1;
}
.menu_col_item span {
color: #afaeaa;
    font-size: 16px;
    font-weight: 600;
}
.menu_col_item ul {
list-style-type: none;
    padding: 0;
    margin-top: 6px;
    font-size: 16px;
}
.menu_col_item li a {
    color: #fffef9;
}
.col_no_title {
    margin-top: 26px !important;
}
.menu_text, .menu_text a {
color:#fff;
}

.calendar table {
color:#fff;
}
.calendar header .month {
color:#fff;
}
.soc_giant_title {
    text-align: center;
    font-size: 18px;
    color: #5e5e5e;
    margin-top: 5px;
}
.soc_giant {
    text-align: center;
	border-bottom: 1px solid #ef7f1b;
	padding-bottom:5px;
}
.soc_giant a {
    display: inline-block;
    box-shadow: 0px 0.80009px 4.80053px rgb(32 33 36 / 28%);
    border-radius: 0px 6px 6px 0px;
}
@media (max-width: 767px) {
li.btn_menu_popup {display:none;}
span.btn_menu_popup {font-size: 18px;}
span.btn_menu_popup i {padding-left:10px;}
.popup_menu.open {overflow-y:scroll; position:fixed; height:75%;}
}
.more_menu {
margin-top:5px;
}