/*
Theme Name: Tverisport-New
Author: Evgeny Kornev
Description: Для сайта tverisport.ru
Version: 2.0
*/
html, body , h1, h2, p, span{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background-color : #EAEAEA !important;
	font-family: Arial, sans-serif;
	overflow-x: hidden;
	overflow-y: visible;
}
.site.noscroll,
body.noscroll{
	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.svg") no-repeat scroll 50% 50%;
}
.lazy.loaded {
	background: none;
}
._hidden {
	display: none;
}
.clear {
	clear:both;
}
.fleft {
	float: left;
	margin: 0px 10px 0 0;
}
.half .fleft {
	display: inline-block;
	float: none;
	width: 100%;
}
.big  .fleft img,
.half .fleft img {
	width: 100%;
	height: auto;
}
/*
.big  .fleft {
	width: 50%;
}
*/
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
}
.fright {float: right;}
.wrapper{
	margin:0 auto;
	overflow: hidden;
}	
@media screen and (max-width: 767px) {
	.wrapper{
		width:100%;
	}	
}
@media screen and (min-width: 768px) {
	.wrapper{
		width:750px;
	}	
}
@media screen and (min-width: 992px) {
	.wrapper{
		width:970px;
	}	
}
@media screen and (min-width: 1200px) {
	.wrapper{
		width:1170px;
	}	
}
@media screen and (min-width: 1599px) {
	.wrapper{
		width:1270px;
	}	
}
#main {
	height: auto;
	position: relative;
}
#main_content {
	height: 100%;
	margin-top: 1em;
}
#content {
	transition: all 0.5s cubic-bezier(0.75, 0, 0.175, 1) 0s;
}
#big_menu {
	position: absolute;
	background-color : #38A3D9;
	transition: all 0.5s cubic-bezier(0.75, 0, 0.175, 1) 0s;
	transform: translateX(-100%);
    z-index: 0;
}
#big_menu.open {
	transform: translateX(0);
	transition: all 0.7s cubic-bezier(0.75, 0, 0.175, 1) 0s !important;
}
#big_menu + #content  {
	transform: translateX(0);
}
#big_menu.open + #content  {
	transform: translateX(16.6667%);
	z-index: -1;
}
@media (max-width: 992px) {
	#big_menu.open + #content  {
		transform: translateX(25%);
	}
}
#big_menu ul li{
	list-style: none;
	position: relative;
}
#big_menu ul ul{
	display: none;
	overflow: hidden;
}
#big_menu ul li ul li a{
	border-bottom: 1px solid #aaa;
	color: #333;
	font-size: 1.2em;
	height: calc(1.2em*2);
	padding-left: 25px;
	padding-top: 8px;
}
#big_menu ul li ul li:last-child a{
	border-bottom: 1px solid #fff !important;
}
#big_menu ul li a{
	border-bottom: 1px solid #aaa;
	height: 2em;
	font-size: 1.4em;
	padding-left: 15px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
	font-family: "Roboto Condensed", Arial, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
}
#big_menu ul li a.toggle_list {
	font-family: "FontAwesome";
	position: absolute;
	display: inline;
	right: 5px;
	top: 5px;
	z-index: 1;
	/* background-color: silver !important; */
	padding: 0;
	border: none;
	height: 1.3em;
}
#big_menu ul li a.toggle_list:after {
	content: "\f067";
    width: 100%;
    display: block;
    height: 100%;
}
#big_menu ul li a.toggle_list.open:after {
	content: "\f068";
}
/*
#big_menu ul > li:last-child a{
	border-bottom: none;
}
*/
#big_menu > ul li a:not(.toggle_list):hover{
	color: #000;
	background-color: #fff;
	padding-left: 25px;
}
#big_menu > ul li > ul li a:hover {
	background-color: #fff;
	padding-left: 35px !important;
}

ul.left_list > li > a + a {
	transition: all 0.3s easy 0s !important;
}
.hamburger {
    display: inline-block;
    width: 1em;
	transition: all 0.7s cubic-bezier(0.75, 0, 0.175, 1) 0s !important;
}
.hamburger.open {
	transform: rotate(270deg);
}
ul.left_list > li > a:hover + a{
	transform: rotate(180deg);
}

.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;
}
#pic_day .azsbx {
	text-align: center;
}
#pic_day .azsbx a{
	display: block;
}
#pic_day .azsbx a img{
	float: none;
	margin: 0 auto;
}
.calendar {
	font-family: 'Roboto Condensed', Arial, sans-serif;
}
.calendar header {
	font-weight: 700;
	font-size: 1.2em;
}
.calendar tr {
	border-bottom: 1px solid #ddd;
}
.calendar th,
.calendar td{
	padding-bottom: 3px;
	padding-top: 3px;
}

#mailto_redaction {
	margin-bottom: 7px;
	margin-top: 7px;
	text-align: right;
}
#mailto_redaction a {
	font-size:1.2em;
}
#mailto_redaction a:hover {
	text-decoration:none;
}
#login img {
	margin-right:5px;
	display:inline-block;	
}
#login div {
	float:left;
	margin-right:15px;
}
#login a {
	color:#000000;
	font-weight:300;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
}
#login a span {
	display:inline-block;
}
#login a:hover {
	text-decoration:none;
}
#datetime {	
	font-family: 'Roboto', sans-serif;
	color:#797979;
	text-align: right;
}
#header {
	background:#FFFFFF;
}
#logo_container img {
    width: 100%;
}
.logo_text {
	font-family: "Roboto Condensed", sans-serif;
	transition: all 0.4s ease 0s;
}
.logo_text a,
.logo_text a:hover,
.logo_text a:focus {
	color: #fff;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.logo_text a{
	width: 100%;
}
.logo_up {
	top: 80px;
	transition: all 0.4s ease 0s;
}
#logo_path {
	transition: all 0.4s ease 0s;
	opacity: 0.85;
}
#logo_svg:hover #logo_path {
	opacity: 1;
}
/*
#logo_svg {
	display: none;
}
*/
#menu_1 {
	font-family: 'Roboto', Arial, sans-serif;
}
#search_form {
	z-index: 1;
	position: absolute;
	text-align: left;
	width: 100%;
	/* top: -55px; */
	transform: translateY(-155px);
    transition: all 0.7s cubic-bezier(0.75, 0, 0.175, 1) 0s;
	opacity:0;
}
#search_form.open {
	transform: translateY(0px);
	opacity:1;
}
.search_form {
	color: #fff;
	text-align: right;
	font-size: 1.5em;
	margin-top: 0.25em;
}
.search_form a{
	color: #fff;
	font-size: 1.2em;
	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 {
	border:1px solid #ffffff;
	background: #27ABE8 url("/images/search-pict.png") no-repeat 5px 5px;
	text-indent: 22px;
	color:#fff;
	display: inline;
	/* float:right; */
	font-size:17px;
	padding: 3px 10px;
	outline:none;
	border-radius: 0px;
}
#find_text::-moz-placeholder {
	color: #6AF8FF;
}
#find_text::-webkit-input-placeholder {
	text-indent: 30px;
	color: #6AF8FF;
}
#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;
}

#acc_menu {
	display: inline-block;
	position: relative;
}
#acc_menu ul {
	background: #444;
	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;
}
#acc_menu ul a:hover {
	background-color: #eee;
	color: #1979A9;
	text-decoration: none;
}


.menu_3_elements {
	padding-left: 0;
	margin-bottom: 0;
	overflow: hidden;
}
.menu_3_elements li {
	float:left;
	list-style: none;
}
.menu_3_cat_this a:hover {
	color: #fff !important;
}
#big_menu header,
.menu_right header {
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 2em;
	border-bottom: 1px solid #ddd;
	height: 1.45em;
}
#big_menu header a{
	color: #fff;
}
#big_menu header a.togglepanel{
	float: right;
	font-size: 0.75em;
	margin-right: 6px;
}
.hidden,
.hidden_list {
	display: none;
}
#big_menu ul,
ul.main_list1,
ul.main_list {
	margin: 0;
	padding: 0;
}
#big_menu ul li,
ul.main_list1 li,
ul.main_list li {
	list-style-type: none;
}
ul.main_list1 li a,
ul.main_list li a{
	height: 2em;
	font-size: 1.4em;
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
	color: #000;
	position: relative;
	white-space: nowrap;
}
ul.main_list1 li a:hover,
ul.main_list li a:hover{
	padding-left: 25px;
}
a.toggle_hidden::after,
ul.main_list li a::after{
    bottom: 0;
    content: " ";
    display: block;
    height: 5px;
    position: absolute;
    right: 0;
    width: 20%;
	/* opacity: 0.5; */
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
ul.main_list li:nth-child(-n+10) a:hover::after{
	background-color: transparent !important;
}
ul.main_list li:nth-child(10n+1) a::after,
ul.main_list li:nth-child(1) a::after{
	background-color: #7CA53F;
}
ul.main_list li:nth-child(10n+2) a::after,
ul.main_list li:nth-child(2) a::after{
	background-color: #2B7BDA;
}
ul.main_list li:nth-child(10n+3) a::after,
ul.main_list li:nth-child(3) a::after{
	background-color: #AF1E1B;
}
ul.main_list li:nth-child(10n+4) a::after,
ul.main_list li:nth-child(4) a::after{
	background-color: #D78329;
}
ul.main_list li:nth-child(10n+5) a::after,
ul.main_list li:nth-child(5) a::after{
	background-color: #EBC32D;
}
ul.main_list li:nth-child(10n+6) a::after,
ul.main_list li:nth-child(6) a::after{
	background-color: #36979E;
}
ul.main_list li:nth-child(10n+7) a::after,
ul.main_list li:nth-child(7) a::after{
	background-color: #4FCF34;
}
ul.main_list li:nth-child(10n+8) a::after,
ul.main_list li:nth-child(8) a::after{
	background-color: #204DFE;
}
ul.main_list li:nth-child(10n+9) a::after,
ul.main_list li:nth-child(9) a::after{
	background-color: #7E97FB;
}
ul.main_list li:nth-child(10n+10) a::after,
ul.main_list li:nth-child(10) a::after{
	background-color: #BF54FC;
}

#menu-verhnee-menyu {
	padding: 0;
}
.menu_3_elements a:link,
.menu_3_elements a {
    display: inline-block;
	font-family: "Roboto Condensed", Arial, sans-serif;
	padding: 0px 24px;
	text-decoration: none;
	text-transform: uppercase;
}
.menu_3_elements li:hover a{
	text-shadow: none;
	text-decoration: none;
}
.menu_3_elements li.menu-button a {
	height: 40px;
}
.darkgray_bg ul {
	margin-left: 0px !important;
}
.darkgray_bg ul li a {
	font-weight: 300;
	text-decoration: none;
}

.af_menu_upper {
	list-style: none;
	padding: 10px;
	display: table;
	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;
}

/* Buttons */
.wide {
	width: 100%;
}
.btn {
	border-radius: 0 !important;
	text-align: center !important;
	font-family: "Roboto Condensed",Arial,sans-serif;
}

.btn_dark {
	border-radius: 0 !important;
	text-align: center !important;
}

.site {
  left: 0;
  position: relative;
}
.mobilemenu {
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  z-index: 6;
  list-style: none;
}
.mobilemenu .headermenu{
	height: 5px !important;
}
div.mobilemenu {
	display: none;
}
#content_foto {
}
#content_foto img {
	width: 100%;
	height: auto;
}
/*
#pic_day {
	height: 100%;
}
*/
#pic_day .border_bottom.block:first-child {
	/* border-top: 1px solid #ddd; */
}
.fleft {
	margin: 0px 10px 0 0;
}
#pic_day .item0 .animated_detail_button,
#pic_day .item1 .animated_detail_button{
	display: none;
}

#SliderTabs .fleft a img {
	margin: 0px 10px 0 0;
}
#SliderTabs .infosection {
	position: relative;
	padding-left: 0;
    padding-right: 15px;
	width: 50%;
	display: flex;
}
.infosection .fleft {
	width: 40%;
	margin-right: 1em;
	float: none;
}
.infosection .fleft img {
	height: auto;
	width: 100%;
}
.infosection .combi {
	display: flex;
    flex-direction: column;
	width: calc(60% - 1em);
}
.infosection .combi .text a {
	line-height: 1.2em;
	display: block;
    font-size: 90%;
}
.infosection .combi .empty {
	flex-grow: 1;
}
.infosection .bottomsection {
	text-align: right;
}
.infosection .t-news-date a i.fa {
	color: #969696;
}
#center_column {
	min-height: 940px;
}
#center_column .block {
	position: relative;
	background-position: 105% 0;
	background-repeat: no-repeat;
}

#center_column .bottomsection {
	margin-top: 1em;
	overflow: hidden;
	/*
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: right;
	*/
}
.search div.pad1em.block,
.category div.pad1em.block,
.tag div.pad1em.block,
#pic_day div.pad1em.block:nth-child(1n+3) {
	margin-bottom: 1em;
}
.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;
}
#center_column h2 {
	font-weight: 700;
	font-size: 1.8em;
	margin-top: 0;
}
#pic_day h2 {
	margin-top: 0.5em;
}
#center_column article h1{
	margin-bottom: 1.5em;
	font-weight: 700;
}

#content_date {
	display:block;
	height: 1.2em;
}
.video {
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;
  margin: 0px auto;
}
.video > div {
  position: relative;
  padding-bottom: 60%;
  height: 0px;
}
.video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#publication_sim_links .fleft.col-12 {
	float: left !important;
	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;
}
#center_column article span.fleft,
#center_column article span.fleft a img,
#publication_sim_links .fleft,
#publication_sim_links .fleft img,
#pic_day .columns .fleft,
#pic_day .columns .fleft img {
	float: none;
	width: 100%;
	height: auto;
}
.most_commented .fleft {
	float: none;
	margin: 0;
}
.most_commented .t-news-date {
    display: table;
}
.most_commented .t-news-date .lenta_rub {
    padding: 0;
}
.reklama_view {
	width: 100%;
	min-height: 100px;
	background-color: #000;
	color: #fff;
	font-weight: 600;
}
.reklama_view big{
	font-size: 1.5em;
}
.reklama_view span{
	color: #ff0;
}

/* extex hover */
.block .fleft a,
.infosection .fleft a,
.client_section a,
.related_posts .fleft a,
.most_commented .fleft a {
	display: block;
	position: relative;
}
.block .fleft a:before,
.infosection .fleft a:before,
.client_section a:before,
.related_posts .fleft a:before,
.most_commented .fleft a:before {
	background: rgba(39, 171, 232, 0.25) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
	top: 50%;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.block .fleft a:hover::before,
.infosection .fleft a:hover::before,
.client_section a:hover::before,
.related_posts .fleft a:hover::before,
.most_commented .fleft a:hover::before {
    height: 100%;
	top: 0;
}
/* extex hover */

/* extex hover1 */
.block .fleft.hover1 a:before,
.infosection.hover1 .fleft a:before,
.client_section.hover1 a:before,
.related_posts .hover1 .fleft a:before,
.most_commented.hover1 .fleft a:before {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
	left: 50%;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 0;
}
.block .fleft.hover1 a:hover::before,
.infosection.hover1 .fleft a:hover::before,
.client_section.hover1 a:hover::before,
.related_posts .hover1 .fleft a:hover::before,
.most_commented.hover1 .fleft a:hover::before {
    width: 100%;
	left: 0;
}
/* extex hover1 */

.most_commented .fleft a img {
	height: auto;
    width: 100%;
}
.most_commented.item1,
.most_commented.item2 {
	border-right: 1px solid #ddd;
}
.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; */
}
/*
.t-news-date:after {
	content: ' ';
	display: table;
	clear: both;
}
*/
.category #center_column .t-news-date {
	margin-bottom: 1em;
}
article .metainfo {
	float: none;
	font-size: 0.9em;
	color: #8f8f8f;
}
.single-publication #center_column .t-news-date {
	font-size: 12px;
}
.t_news_date{
	float:left;
	font-size: 12px;
	margin: 0 8px 0 0;
	background:url(/images/calendar_grey.png) no-repeat left 1px;
	padding-left:17px;
}
.t-news-date a,
.t-news-date a:hover,
.t-news-date a:hover span,
.t-news-date a span{
	color: #8f8f8f;
	text-decoration: none;
}
.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;
}
.t-news-date img{
	display: inline;
}
.t_news_comment {
	background: url(/images/comments_grey.png) no-repeat left 2px;
padding-left: 17px;
float:left;
font-size: 12px;
margin-right:8px;
color: #8f8f8f;
}

#pub_mark_1 {
	font: bold 18px arial;
	color: #898989;
	border-left: 23px solid #ececec;
	padding-left:15px;
	margin-left:10px;
}
.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;
	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;
	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 {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #ddd;
	line-height:1.2;
}
.news_item[data-dt=''] img {
	width: 100%;
	height: auto;
}
.blocks3 {
}
.blocks3::after {
    clear: both;
    content: " ";
    display: block;
}
.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;
}
.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;
}
.infosection p a,
.infosection p a:link,
.lenta_item_title a:link,
.lenta_item_title a{
	text-decoration:none;
	color:#000;
}
.lenta_item_title  a:visited{
	color:#8f8f8f;
}
.infosection .text a,
.pad1em a {
	color: #000;
	text-decoration: none;
}
.page #publication_text a{
	text-decoration: underline;
}
.pad1em h2 + a {
	line-height: 1.3em;
	display: block;
}
.infosection p a:hover,
h2 a:hover strong,
.lenta_rub a:hover,
#center_column a:hover,
.lenta_item_title a:hover{
	text-decoration: none;
}
.t_news_cat {
	text-transform: uppercase;
}
.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;
}
.pad1em .lenta_rub {
    padding: 0 5px;
}
.pad1em.item0 .lenta_rub,
.pad1em.item1 .lenta_rub {
	bottom: inherit;
    left: inherit;
    right: 2em;
    top: 2em;
}
.b_place_right_top img{
	margin-top: 10px;
	height: auto;
	width: 100%;
}
.b_place_right_top .client_section {
	margin-bottom: 15px;
	display: inline-block;
}
.b_place_right_top img:first-child{
	margin-top: 0px;
}


#footer {
	background:#3D3D3D;
}
.ncol1 {
	margin-bottom:15px;
}
.ncol1 ul {
	list-style-type: none;
	padding:0;
}
.ncol1 ul a{
	color:#fff;
}
#bot_split {
	background: #3D3D3D;
	text-align: center;
}
#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;
}
#item_comments {
	margin-top: 1em;
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;
}
#item_comments h3 {
	padding-bottom: 0.3em;
    padding-top: 0.3em;
	padding-left: 0.3em;
	font-size: 2em;
	color: #fff;
}
#item_comments h3 span{
	float: right;
	margin-top: -0.3em;
	padding: 0.3em 1em;
}
#item_comments h3 span a{
	color: #fff;
}
#item_comments 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;
	padding-right: 1em;
}
.comment_text a,
.comment_user a[class="url"] {
	text-decoration: underline !important;
}
#comment_tools {
	float:left;
	margin: 0 0 1em;
}
#comment_tools  a {
	color: #488DC6;
	font: bold 12px;
}
#comment_reply {
	float:left;
	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;
}
/* Листинг рубрики */
#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;
}
.page #category_header,
.single #category_header {
	padding-left: 0px;
}
#category_header a{
	color:#666;
	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;
}
#publication_text ul.ya-share2__list,
#publication_text ul.ya-share2__list li,
#publication_text ul.ya-share2__list li a,
#publication_text ul.ya-share2__list li a span:first-child {
    display: block;
}
#publication_text ul.ya-share2__list li a span:first-child {
	border-radius: 0;
}
#publication_text ul.ya-share2__list li a span:nth-child(2) {
	color: #fff;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#publication_text ul.ya-share2__list li a {
	border: none;
}
#publication_text table {
	width: 100%;
}
#publication_text table th,
#publication_text table td{
	border: 1px solid #666;
	padding: 0.5em;
}
#publication_text table.rcl-table td,
#publication_text table.rcl-table th,
#publication_text table.rcl-form td,
#publication_text table.rcl-form th{
	border: none;
	padding: 0;
	padding-bottom: 0.35em;
}

.rcl-chat.chat-private .message-text p {
	font-size: 1em !important;
    font-weight: 400 !important;
}
#block_author-rcl span.rating-rcl,
#block_author-rcl .user-content-rcl span.filter-data:nth-child(3) {
	display: none;
}

.cab_content {
	margin: 0 !important;
}

#block_author-rcl .user-single .thumb-user a {
	border: none;
}

#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;
}
#publication_text  p{
	margin:10px 0;
}
#publication_text  p:first-child{
	font: bold 16px;
}
#publication_text :not(.client_section) img{
	width: 100%;
	height: auto;
}
#publication_text img.real {
	margin-bottom: 1em;
	width: auto;
}

#publication_text img[class*=alignleft]{
	width: auto;
	float: left;
	margin-right: 1em;
}
#publication_text img[class*=alignright]{
	width: auto;
	float: right;
	margin-left: 1em;
}
#publication_text .posttvlogo img{
	width: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}
.telegram_info {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1.1em;
}
.telegram_info img {
	float: left;
	margin-right: 1em;
	width: auto !important;
}
/* Блоги */
.ordname, .orddate, .ordrate  {
	font: bold 12px !important;
}

#blog_privet p{
	margin:5px 0;
	padding-right:15px;
}
#blog_privet hr{
	height: 2px;
	color: #CDCDCD;
	background-color: #CDCDCD;
	border: 0;
	margin-bottom:10px;
}
#blog_privet {
	margin:20px 0;

}
#wantsay_privet p{
	margin:5px 0;
	padding-right:15px;
}
#wantsay_privet hr{
	height: 2px;
	color: #CDCDCD;
	background-color: #CDCDCD;
	border: 0;
	margin-bottom:10px;
}
#wantsay_privet {
	margin:5px 0 20px 0;
text-align: justify;

}
#blogi_sort {
	margin-top:5px;
}
#blogi_sort a {
	color:#000000;
}
#blog_item {
	margin-top:10px;
	border: 1px solid #cdcdcd;
	padding: 10px 18px 10px 18px;
}
#blog_name {
	font: bold 18px;
}
#blog_name  a{
	color: #000000;
	text-decoration: none;
}
#blog_desk {
	margin-bottom:14px;
}
#blog_desk  a{
	color: #000000;
	text-decoration: none;
}
#blog_avatar {
	margin-top:2px;
	float:left;
	margin-right: 10px;
}
#blog_user_name {
	font: bold 12px;
	color: #7d7d7d;
	text-decoration: underline;
}
#blog_user_name  a{
	color: #7d7d7d;
	text-decoration: underline;
}
#blog_comments {
	margin-top:3px;
}
#blog_comments img{
	float:left;
	margin:3px 3px 0 0;
}
.blog_post {
	clear:both;
	padding: 5px 0 10px 60px;
}
.blog_post h1 {
	font: bold 14px;
}
.blog_post h1  a{
	color:#000000;
	text-decoration:none;
}
.blog_post h3 {
	font: bold 14px;
}
.blog_post h3  a{
	color:#000000;
	text-decoration:none;
}
.blog_post_text {
	padding: 5px 0 0 0;
}
.blog_post_text p{
	margin:5px 0;
}
.blog_post_text  a{
	color:#000000;
	text-decoration:none;
}
#blog_page_container {
	margin-top:10px;
	border: 1px solid #cdcdcd;
	padding: 10px 20px 10px 18px;
}

/* Галерея */
#tverigrad_gallery {
	background:#e2e2e2;
	padding:15px;
	width:574px;
	float:left;
	margin-top:10px;
}
#main_gallery_image_content {
	width:430px;
	float:left;
	margin-right:15px;
	display:block;
	overflow:hidden;
}
#main_gallery_image {
	width: 430px;
        height: 297px;
	display:block;
	margin-right:9px;
}
#main_gallery_desc {
	clear:both;
	padding-top:10px;
}
#main_gallery_image img {
	height: 297px;
}
#galery_hide_image {
	display:none;
}
.vote_date {
	width: 100%;
	margin-bottom: 1em;
}
.vote {
	padding: 1em;
}
.vote_content {
	border: 1px solid #ddd;
	height: 100%;
	padding: 1em;
}
#two_voting_container {
	margin-top:10px;
}
#page_vote_sec_vote {
	border: 1px solid #cdcdcd;
	width:368px;
	padding: 10px;
	vertical-align:top;
}
#right_column .poll {
	background-color: #fff;
	display: inline-block;
	margin-top: -15px;
}
.wp-polls-ul {
	margin: 0 !important;
}
.wp-polls-form {
	padding:0;
	margin:0;
}
.wp-polls-form input[type="button"]{
	padding: 3px 2em;
}
#voting_variants label {
	font-weight: 400;
	cursor: pointer;
}
#vote_on_top_vopros {
	font-weight: 700;
	font-size: 1.2em;
}
#voters_container {
	margin:-10px;
}
/* Поиск */
#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;
}
#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;
}
#gis_link {
	color:#000000;
}
#gis_container {
	text-align:right;
}
/*Облако тегов*/
#tag_cloud {
	display:block;
	background:#000000;
	font: bold 13px;
	text-transform: uppercase;
	padding: 5px 0 5px 10px;
	margin-bottom:5px;
	color: #ffffff;
	clear:both;
}
#block_tag_cloud a{
	color:#000000;
	/*font-family:;*/
}
#block_tag_cloud {
	margin-bottom:10px;
}
#lenta_musthave li{
	margin-bottom:5px;
	line-height:95%;
}
#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;
}
.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;
}
#next_image_link {
    float:right;
}

.voting_terms_link {
    margin: 10px 0 20px 0;
}
.voting_terms_link a {
    color: #000000;
}
.t_age_info {
float:left;
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 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;
}
.wp-pagenavi {
	margin: 2em 0;
	font-size: 1.5em;
}
#comments-wrap {
margin-bottom:10px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	width: 100% !important;
}

.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 {
	margin-bottom:10px;
}
blockquote p:first-child {
    font-style: italic;
}
blockquote p {
    font-size: 1em !important;
    font-weight: 400 !important;
}
.must-log-in a {
text-decoration:underline;
color:#488DC6;
}

.comment_votting {
	float: left;
	font-size: 12px;
	font-weight: 600;
}
.comment_votting img {
    padding: 0;
    margin-right: 0.7em !important;
	float: left;
}
.comment_votting span {
	float: left;
	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;
	margin-right: 1em;
}
.comment_text p {
	line-height: 1.4em;
	color: #555;
}

/*header new*/
.up_plash {
	padding: 10px 0 16px;
	/* overflow: hidden; */
	height: 67px;
}
.up_plash .wrapper {
	margin: 0 auto;
} 
.courses {
	color:#8a8a8a;
}
.item_courses {
	text-align: right;
}
.item_courses img {
	display:inline-block;
}
.item_courses a{
	color: inherit;
}
.item_courses a:hover{
	text-decoration: inherit;
}
.item_courses  span{
	padding-right: 0px;
}
#ya_informer, #mail_informmer {
float:left;
margin-right:10px;
}
#live_informer {
float:left;
margin-right:10px;
}
.foot_lh {
line-height:1.8;
font-size:1.2em;
}
.foot_lh span {
	font-weight: 700;
}
.foot_lh a i {
	width: 1.5em;
}
.foot_logo {
	float:left;
    margin-right: 10px;
}
.logo_text img{
	width: 100%;
}
a.foot_logo{
	width: 66%;
}
.foot_logo img{
	width: 100%;
}
.foot_menu {
	font-size: 14px;
	margin: 5px 0;
}
.foot_menu li{
	display:inline-block;
	margin:0 5px;
}
#footer{
	background-color:#3d3d3d;
	padding-top:10px;
}	
#footer a {
/* display:block; */
}
#footer a.foot_mail_link {
display:inline;
color:#b1b1b1;
}
.ncol_min {
    float: left;
    width: 33%;
	font:bold 14px arial;
}
.ncol_mic {
	width:50%;
}
a.vk_color,
.vk_color, .vk_color:link, .vk_color:hover {
	color:#5080fb;
}
a.fb_color,
.fb_color, .fb_color:link, .fb_color:hover {
	color:#256dff;
}
.tw_color, .tw_color:link, .tw_color:hover {
	color:#02b8d9;
}
a.tg_color,
.tg_color, .tg_color:link, .tg_color:hover {
	color: #54B3E6;
}
.you_color, .you_color:link, .you_color:hover {
	color:#e43737;
}
a.ok_color,
.ok_color, .ok_color:link, .ok_color:hover {
	color:#ff6600;
}
.f_color, .f_color:link, .f_color:hover {
	color:#f2a604;
}
.ncol1 a {
	display:block;
}
.foot_text p {
	text-align:justify;
	font-size: 10px;
	color:#b1b1b1;
}
.w_color, .w_color:hover {
	color:#fff;
}
#simplemodal-login-container form label {
	display: block;
}
.counters img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.counters img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#social_menu_buttons {
	padding-top: 5px;
}
#social_menu_buttons a{
	display: inline-block;
	float: right;
}
#social_menu_buttons  img{
	padding-left: 2px;
	margin: 0 2px;
	border: 0;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#social_menu_buttons img:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: -5px;
}
#back-top {
    bottom: 90px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 1;
}
#back-top a {
    background: rgba(39, 171, 232, 0.75) none repeat scroll 0 0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    color: white;
    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 {
    background: rgba(39, 171, 232, 1) none repeat scroll 0 0;
	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;
}
.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;
}
#news_lenta .news_item:hover,
.vertical:hover,
.block:hover,
.block.clicked {
	background-color: #EFF7FF !important;
}

.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;
}
.mar1embottom {
	margin-bottom: 1em;
}
.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;
}
.l-pad {
	padding-right: 15px;
}
.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;
}
.GooglePlay.AppStore img {
}
.gray {
	color: #666;
}
#center_column .row-eq-height .item0 {
	border-right: 1px solid #F7F5F6;
}
#center_column .row-eq-height .item1 {
	border-left: 1px solid #F7F5F6;
}
.xxxlabel,
.xxlabel,
.xlabel {
	position: absolute;
	top: 2em;
	left: 2em;
	padding: 0px 5px;
	color: #fff;
	text-transform: uppercase;
}
#center_column .row-eq-height .item0 .xlabel,
#center_column .row-eq-height .item1 .xlabel{
	background-color: #FB2F54;
}
#center_column .item2 .xlabel{
	position: relative !important;
	color: #FB2F54;
	margin-bottom: 1em;
	display: block;
	top: 0;
	left: 0;
}
.xxlabel:before {
	content: '\f006';
	font-family: 'FontAwesome';
	margin-right: 0.5em;
}
.xxlabel {
	font-size: smaller;
	background-color: #FF4F13;
}
.xxxlabel {
	font-size: smaller;
	color: #777;
	background-color: rgba(225, 225, 225, 0.5);
	top: 10px;
	left: 15px;
}

.darkgray_bg {
	background-color: #196589;
}
.footer_bg {
	background-color: #3D3D3D;
}
.mb1em {
	margin-bottom: 1em;
}
.mb2em {
	margin-bottom: 2em;
}
.mt1em {
	margin-top: 1em;
}
.mr15px {
	margin-right: 15px;
}
.mr_15px {
	margin-right: -15px;
}
.ml15px {
	margin-left: -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: visible;
}
.fixedpanel {
	/*position: fixed;*/
	_position: absolute;
	z-index: 2;
	width: 100%;
}
.spoiler {
	width: 100%;
/*	height: 67px;*/
}
.menuspoiler {
	height: 77px;
	width: 100%;
	position: absolute;
}
.post_id {
	color: #999;
}
.sticky1 {
	position: fixed;
	z-index: 1;
	width: 100%;
	box-shadow:	0px 5px 5px #888;
	 top: 67px; 
}
.sticky2 {
	position: fixed !important;
	z-index: 1;
	width: 100%;
	box-shadow:	0px 5px 5px #888;
	/*top: 97px;*/
	top:-40px;
}
.plashtop {top:0; position:fixed;}
.minipanel {
	background-color: #ddd;
	display: table;
}
.noborder {
	border: medium none !important;
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
}
.vkontakte {
	float: right;
}
body.page .vortex-container-vote {
	display: none;
}
.vortex-container-vote {
	margin-bottom: 2em;
}
.vortex-container-vote:before {
	color: #444;
	/* content: 'Оцените'; */
	content: '';
	margin-right: 1em;
	font-weight: 700;
}
.vortex-container-vote-comment {
	float: left;
	margin-right: 1em;
}
.vortex-container-like-comment,
.vortex-container-like {
	margin-right: 1em;
}
.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;}
.firm_color2 {
	color: #000;
}
.navbar-brand {margin: 1em; padding: 0;}
.navbar-toggle {
    float: left;
    margin-left: 1.5em;
    margin-top: 1.5em;
}
#container {padding-bottom: 2em;}
#pic_day .date_news {
	color: #999;
	font-size: 1.2em;
}
#pic_day .t-news-comment {
	margin-left: 1em;
}
#pic_day .t-news-comment img{
	margin-right: 0.5em;
}
#footer {
	color: #fff;
	font-size: 80%;
}
/*
#find_button{
	float:right;
}
*/
#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;
}
.center {
	text-align: center;
}
/* 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) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


@media (max-width: 480px) {
	
}
@media (max-width: 767px) {
	#big_menu.open {
		width: 75%;
		overflow-y: scroll;
	}
	#big_menu.open + #content {
		transform: translateX(75%);
		z-index: 1;
	}
	#big_menu header, .menu_right header {
		border-bottom: none;
	}
	#big_menu ul {
		/* overflow-y: scroll; */
	}
	#big_menu ul li ul li a {
		font-size: 1em;
	}
	.fleft {
		float: none;
		display: inline-block;
		width: 100%;
		height: auto;
	}
	.row-eq-height {
		display: block;
	}
	.logo_up {
		top: 0 !important;
	}
	#category_header {
		border-bottom: none;
	}
	.site {
		background-color: white;
	}
	div.mobilemenu {
		display: block;
	}
	.up_plash .wrapper .row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.logo_up img {
		width: 100%;
	}
	.lenta_item_title  a:link,
	.lenta_item_title  a{
		font-size: 15px;
	}
	#center_column {
		padding-right: 0;
	}
	#content_foto {
		margin-right: 0;
		margin-bottom: 1em;
		float: none;
	}
	#content_foto img,
	#pic_day span.fleft img {
		height: auto;
		width: 100%;
	}
	.banner img {
		width: 100%;
	}
	#search_form {
		float:none;
		height: 3.4em;
		position: relative;
		transform: translateY(0px);
	}
	#search_form .togglesearch {
		display: none;
	}
	#find_text {
		width: 75%;
		float: right;
	}
	#find_button {
		float: right;
	}
	#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;
	}
	.news-feed {
		width: 5px;
	}
	.news-feed.active {
		width: 100%;
		position: absolute;
		height: 100%
	}
	.news-feed_hide {
		background: rgba(39, 171, 232, 0.4) url("/images/newshide.png") no-repeat scroll -28px 20px;
		height: 100px;
		width: 70px;
		position: fixed;
		/* top: 45%; */
		bottom: 0;
		left: 4px;
		z-index: 4;
		border-top-left-radius: 0px;
		border-top-right-radius: 25px;
	}
	.news-feed_hide.active {
		left: auto;
		right: 5px;
		z-index: 5;
		border-top-left-radius: 25px;
		border-top-right-radius: 0px;
	}
	.news-feed_hide.active {
		background: rgba(39, 171, 232, 0.4) url("/images/newshide.png") no-repeat scroll 15px 20px;
	}
	.news-feed__fixed {
		border-right: 5px solid #27ABE8;
		background: #fff;
		bottom: 0;
		left: 0;
		position: fixed;
		top: 0px;
		width: 256px;
		z-index: 5;
		overflow-y: scroll;
		padding-top: 2em;
	}
	.news-feed__fixed {
		left: -251px;
		transition: all 0.7s ease 0s;
		-webkit-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;		
	}
	.news-feed__fixed.active {
		left: 0;
		top: 67px;
		width: 100%;
		z-index: 4;
	}
	#news_lenta {
		font-size: 1.5em;
		overflow: hidden;
	}
	.news_item  {
		padding-left: 0;
		padding-right: 0;
		line-height: 1;
	}
	
	.news_item .col-xs-6.no-lr-pad {
		padding-right: 15px !important;
	}
	.news_item .col-xs-6 a img {
		width: 100%;
		height: auto;
	}
	
	#back-top {
		bottom: 20px;
	}

	a.mobilemenu-toggle {
		color: #fff;
		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%;
	}	
	.menu_3_elements li{
		height: auto;
	}
	.mobilemenu .menu_3_elements li a{
		font-size: 1.5em;
		line-height: 1.5em;
	}
	.mobilemenu .menu_3_elements li a{
		color: #fff;
		font-family: "Roboto", sans-serif;
		padding-left: 1em;
	}
	#mailto_redaction {
		padding-right: 10px;
	}
	.foot_text {
		margin-top: 1em;
	}
	#center_column > .row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo_up {
		display: block;
	}
	
	#item_comments h3 span {
		padding: 0.3em;
	}
	.mistape_caption {
		display: none;
	}
	.foot_menu.fright,
	#footer .counters {
		float: left !important;
	}
	.foot_menu li {
		display: block !important;
	}
		/* responsive method */
	#publication_text table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #a0a0a0;
	}
	#publication_text table td {
		display: block;
		text-align: right;
		font-size: 13px;
		border: 0;
		border-bottom: 1px dotted #a0a0a0;
		width: 100%;
	}
	#publication_text table td:last-child {
		border-bottom: 0;
	}
	#publication_text table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
		display: block;
		padding: 0 8px;
		background: #eee;
	}
	/* responsive method */

}
@media (min-width: 768px) {
	#category_header.main {
		margin-top: 0;
	}
	#category_header.main span.center_h1 {
		padding: 10px;
	}
	#find_text {
		width: 60%;
	}
	.logo_up img {
		width: 100%;
	}
	#pic_day h2 {
		margin-top: 0;
	}
	#datetime, .courses, #login a {
		font-size:12px;
	}
	.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) {
	.t-news-date img {
		float: left !important;
	}
	.menu_3_elements a {
		font-size: 16px;
		font-family: "Roboto Condensed", sans-serif;
		padding: 5px 7px 0;
		margin-top: 5px;
	}
	.darkgray_bg .menu_3_elements li a {
		padding: 3px 6px 4px !important;
	}
	.menu-button a{
		margin-top: 0px !important;
	}
	.dashborder {
		display: flex;
		height: auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.search_form a {
		font-size: 1em;
	}
	ul.main_list li a {
		font-size: inherit;
	}
	.spoiler {
		height: 67px;
	}
	.sticky1 {
		top: 63px;
	}
	.sticky2 {
		top: 89px;
	}
	.logo_up img {
		width: auto;
	}
	#header {
		margin-top: 1em;
	}
	h2 {
		font-size: 2em;
		margin-top: 0px;
	}
	.most_commented h2,
	#pic_day h2 {
		font-size: 1.5em;
		margin-top: 0;
	}
	#datetime, .courses, #login a {
		font-size: 16px;
	}
	.menu_3_elements a {
		font-size: 18px;
		padding: 9px 17px;
	}
	.darkgray_bg .menu_3_elements li a {
		padding: 0px 14px !important
	}
	.menu-button a{
		margin-top: 0px !important;
	}
	.logo_text {
		font-size: 1.3em;
	}
	.item_courses {
		font-size: 0.8em;
	}
	
	#item_comments div.commentlist ul.children ul.children .comment_item div.col-xs-12.col-sm-1.col-md-1.col-lg-1,
	#item_comments 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;
	}

	#item_comments div.commentlist ul.children ul.children ul.children .comment_item div.col-xs-12.col-sm-1.col-md-1.col-lg-1,
	#item_comments 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%
	}
	#item_comments div.commentlist ul.children ul.children ul.children .comment_item div.col-xs-12.col-sm-11.col-md-11.col-lg-11,
	#item_comments 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%;
	}
	
}
@media (min-width: 1024px) {	
}
@media (max-width: 1199px) {
	#center_column h2 {
		font-size: 1.35em;
	}

	#center_column #content_foto img,
	#pic_day .border_bottom.block span.fleft img {
		width: 100%;
		height: auto;
	}	
}
@media (min-width: 1200px) {
	#find_text {
		width: 68%;
	}
	.menu_3_elements a {
		font-size: 21px;
		padding: 5px 22px;
	}
	.darkgray_bg .menu_3_elements li a {
		font-size: 21px;
		padding: 2px 18px !important;
	}
	.logo_text {
		font-size: 1.6em;
	}
	.banner img{
		height: auto;
	}
	.item_courses {
		font-size: 0.95em;
	}
}
@media (min-width: 1600px) {
	.menu_3_elements a {
		font-size: 22px;
		padding: 3px 21px;
	}
	.darkgray_bg .menu_3_elements li a {
		font-size: 21px;
		padding: 2px 22px !important;
	}
	.menu_3_elements a {
		font-size: 24px;
	}
	.logo_text {
		font-size: 1.8em;
	}
	.item_courses {
		font-size: 1em;
	}
}
.menu-item-36969 {
	border: 1px solid #FFAE00;
}
.menu-item-36969 a{
	color: #FFAE00 !important;
}