/*
Theme Name: Fancon(child-12)
Author: fancon
Author URI: fancon
Template: twentytwelve
-------------------------------------------------------------- */
.a11pos
{
	float: right;
	font-size: 6px;
	margin-right: -30px;
}

.small {
    font-size: 10px;
    border: 1px solid #FFFACD;
    background: #FAEBD7;
    display: inline;
    text-decoration: none;
    padding: 1px 3px;
    margin-left: 1px;
}



@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/forum/html/Fonts/OpenSansRegularV17.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(/forum/html/Fonts/RobotoCondensedV18.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

html {
	margin: 0px auto;
	position: relative;
}

.ie .site {
}

.site {
	max-width: 1148px;
	max-width: 82rem;
}

footer[role="contentinfo"] {
	max-width: 1148px;
	max-width: 82rem;
	border-top: 1px solid #CFA05C;
}
/* Меняем ширину темы end */

/* виджет-панель */
.template-front-page .widget-area  {
	padding-top: 14px;
	padding-top: 1.0rem;
	border-top: 0px;
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
	
.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
	width: 24%;
	margin-left: 20px;
	/*margin-right: -25px;*/
	padding: 1px;
	float: right;
}
	
.template-front-page .widget-area .widget:nth-child(odd) {
	width: 24%;
	margin-left: 20px;
	/*margin-right: -25px;*/
	padding: 1px;
}
	
.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	width: 24%;
	margin-left: 20px;
	/*margin-right: -25px;*/
	padding: 1px;
	clear: right;
}
	
.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
	width: 24%;
	margin-left: 20px;
	/*margin-right: -25px;*/
	padding: 1px;
}

.template-front-page .widget-area .widget li {
	font-size: 12px;
	font-size: 0.85714285714rem;
	line-height: 1.15;
	text-align: justify;
	text-justify: inter-word;
	text-decoration: none;
}

@media screen and (min-width: 600px) {
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
	width: 74%;
	float: none;
	}
	
.site-content {
	width: 74.0%;
}
	
.widget-area {  /* правый кроме главной*/
	width: 24%;
	margin-left: 20px;
	/*margin-right: -25px;*/
	padding: 1px;
	float: right;
}

.widget-area-4 {  /* верхний */
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
		
.layer1 {		/*тоже верхний*/
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: -30px;
	margin-top: -10px;
}
		
.widget-area-3 {  /* нижний */
	padding-top: 0px !important;
	margin-top:-20px;
	padding-bottom: 100px !important;
	padding-left: 1px !important;
	padding-right: 1px !important;
	display: block;
	position: relative !important; /* Относительное позиционирование */
}
		
.layer2 {
	margin-left: -25px !important;
	margin-right: -25px !important;
	margin-bottom: -30px !important;
	margin-top: -10px !important;
	position: absolute !important;
}
	
} /* 600 оптимизация ширины виджетов end*/



.site-title, .site-info {display: none;} /*скрываем текстовый заголовок и ссылку на WP*/


@media screen and (min-width: 600px) {
	
.main-navigation li { /*расстояние между кнопками по ширине*/
	margin: 0 14px 0 14px;
	margin: 0 1rem 0 1rem;
	position: relative;
	margin-top: 0px; /*по высоте*/
	margin-top: 0rem;
}


.main-navigation li a:hover {
	color: #000;
}
	
.main-navigation li ul {
	display: none;
}

.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}

.main-navigation li ul li a {
	background: #F2E2BF; /*субменю*/
	border-bottom: 1px solid #CFA05C; /*нижняя граница кнопки*/
	display: block;
	font-size: 14px;
	font-size: 1.0rem;
	line-height: 2.181818182;
	padding: 0px 10px; /*отступы от текста кнопок*/
	padding: 0.0rem 0.714285714rem;
	width: 280px;
	width: 20rem;
	white-space: normal;
}

.main-navigation li ul li a:hover {
	background: #EFCC7F; /*субменю при наведении*/
	color: #111;
}
	
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #636363;
	font-weight: bold;
}

.main-navigation li a {
	color: #1E1E1E;
}
	
/*размер шрифта заголовков*/
.entry-header .entry-title {
	/*	font-size: 21px;
		font-size: 1.5rem;*/
	}
} 	/*600*/



.entry-content p, .entry-content strong, .entry-content em { /*основной текст - по ширине*/
	text-align: justify;
	line-height: 1.5;
	font-size: 15px;
	font-size: 1.071428571rem;
}

.entry-content center {
	text-align: center;
	line-height: 1.5;
	font-size: 15px;
	font-size: 1.071428571rem;
}




img {border: 0; ms-interpolation-mode: bicubic;}
	
img.header-image {max-width: 100%;  height: auto;} /*логотип/название*/


.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image
{
	border-radius: none; /*убираем тень и радиусы с img*/
	box-shadow: none;
}

.site {
	/*padding: 0 28px;
	padding: 0 2.0rem; !!*/
    background-image: url('/pic/paper_3.jpg');
    z-index: 1;
}

.site-content {
	margin: 7px 0 0;
	margin: 0.5rem 0 0;
	z-index: 1;
}

.site-header {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.site-header h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1.0rem;
}

.header-image {
	margin-top: 7px;
	margin-top: 0.5rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 14px;
	margin-top: 1.0rem;
	text-align: center;
}

.main-navigation li {
	margin-top: 0px;  /*между кнопками субменю*/
	margin-top: 0rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
    z-index: 999;
}

.main-navigation a {
	color: #5e5e5e;
}

.main-navigation a:hover {
	color: #21759b;
}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 0px solid #CFA05C;
		display: inline-block !important;
		text-align: center;
		margin:0 -14px;
		margin:0rem -1.0rem;
	}	

table.rstylytab td.rstylytd {
text-align: right;
}

	
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Open Sans',  Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
			background-color: #e6e6e6;
}

body .site {
	/* padding: 0 42px;
	padding: 0 3.0rem;  !!*/
	margin-top: 0px; /*отступ от верхней границы сайта*/
	margin-top: 0.rem;
	margin-bottom: 7px; /*от нижней*/
	margin-bottom: 0.5rem;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}



	/*Style Theme start*/
body::before {
	background: url("/pic/book_back1.jpg") repeat left top;
	background-size: auto;
	content: ' ';
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	will-change: transform;
	z-index: -1;
}

@media (max-width: 1150px) { 

body::before { /* скрываем бек*/
	background: none !important;
	content: ' ';
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	will-change: transform;
	z-index: -1;
}
/* сжимаем меню */

.main-navigation li {
	margin: 0 7px 0 7px !important;
	margin: 0 0.5rem 0 0.5rem !important;
	position: relative;
	margin-top: 0px;
	margin-top: 0rem;
}


} /*end media*/

@media (max-width: 1010px) { 

.main-navigation li {
	margin: 0 2px 0 2px !important;
	margin: 0 0.1428571428rem 0 0.1428571428rem !important;
	position: relative;
	margin-top: 0px;
	margin-top: 0rem;
}

}

@media (max-width: 940px) { 
.main-navigation li {
	margin: 0 !important;
	position: relative;
	margin-top: 0px;
	margin-top: 0rem;
}

}




body {
	position: relative;
	line-height: 1;
}


.picJap {
	position: fixed;
	color: white;
	bottom: 15px;
	right: 15px;
}
.picJap a:hover {
	text-decoration: none;
	color: white;
}

.picJap a {
	text-decoration: none;
	color: white;
}

.rate_table {	/*?*/
	width: 100%; 
	border: 0px;  
	padding: 5px;
	line-height: 2;
}
	
	
.tab_up {
	vertical-align: top;
}

.tab_up_p {
	vertical-align: top;
	width: 180px;
}

/*Style Theme end*/


		
@media (max-width: 1335px) { /* скрываем виджеты при определённом разрешении*/

.site-content {
	width: 100% !important;
}
	
.widget-area {  /* правый */
	display: none !important;
}

.widget-area-2 {  /* левый */
	display: none !important;
}

}


a {
	outline: none;
	color: #7c4d1f;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	transition: 0.5s all ease;
	outline: none !important;
}

a:hover {
	text-decoration: none;
	outline: none !important;
	color:#b30000;	
}

.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; 
}

.widget_top_menu {
padding: 1px;
margin:  1px;
color: #356192;
background-color:#e5eaf1;
width: 100%;
}

.widget_bottom_menu {
padding: 2px;
color: gray;
background-color:#fff;
font-size: 0.85rem;
word-wrap: break-word;
overflow-wrap: break-word;
width: 100%;
/*width:230px;*/
}

.widget_tab_r {
padding: 3px;
margin-right: 2px !important;
margin-bottom: 5px !important;
border-spacing: 3px;
word-wrap: break-word;
overflow-wrap: break-word;
/*width: 230px !important;*/
width: 100%;
line-height: 1.15;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 12px;
	font-size: 0.85714285714rem;
	line-height: 1.15;
	text-align: justify;
	text-justify: inter-word;
	text-decoration: none;
}


.widget-area .widget p {
	margin-bottom: 14px;
	margin-bottom: 1.0rem;
	
}
.widget-area .textwidget ul {
	list-style: square inside;
	margin: 7px 7px 7px;
	margin: 0.5rem 0.5rem 0.5rem;
}
.widget-area .textwidget li {
	margin-left: 0px;
	margin-left: 0.0rem;
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
	background-color:#fff;
	color: #356192;
}
.widget-area .widget a {
	color: #757575;
    text-decoration: none; /* убираем подчеркивание у ссылок */

}
.widget-area .widget a:hover {
	color: #757575;
	text-decoration: underline; /* добавляем подчеркивание при наведении курсора мыши на ссылку */
}

.widget-area .widget a:visited {
	color: #757575;
	text-decoration: none;
}
/*.widget-area #s {
	width: 53.66666666666%; 
}*/


hr {
	background-color: #CFA05C;
	border: 0;
	height: 1px;
	margin: 14px;
	margin-bottom: 1.0rem;
}


.author-info {
	border-top: 1px solid #CFA05C;
}


.author-description p {
	color: #444444;
	font-size: 14px;
	font-size: 1.rem;
	line-height: 1.5;
padding: 10px;
text-align: justify;
}

.tab_up {
vertical-align: top;
}

.tab_up_p {
vertical-align: top;
width: 180px;
}



/*отступ после заголовка записи*/
.entry-header {
	margin-bottom: 14px;
	margin-bottom: 1.0rem;
	text-align: justify;
}

.entry-header .entry-title {

	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 0px;
	margin-top: 0.0rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #CFA05C;
	border-bottom: 4px double #CFA05C;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}


.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 3px;
	margin: 0 0 0.21428571rem;
	line-height: 1.714285714;
	text-align: justify;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #3E63B2;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 10px;
	font-size: 0.714285714rem;
	line-height: 1.15;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #CFA05C;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 10px;
	font-size: 0.714285714rem;
	line-height: 1.15;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}



.entry-content table,
.comment-content table {
	border-bottom: 0px solid #CFA05C;
	color: #444;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.7;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

.entry-content table,
.comment-content table {
	color: #444;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.5;
	width: 100%;
}

.entry-content td,
.comment-content td {
	border-top: 0px solid #CFA05C;
	padding: 6px 6px 6px 0;
}

.site-content article {
	border-bottom: 4px double #CFA05C;
	margin-bottom: 28px;
	margin-bottom: 2.0rem;
	padding-bottom: 14px;
	padding-bottom: 1.0rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

footer.entry-meta {
	margin-top: 0px; /*отступ между записью и ссылкой на автора*/
	margin-top: 0.0rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.5;
	color: #757575;
}

.archive-header,
.page-header {
	margin-bottom: 14px;
	margin-bottom: 1.0rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #CFA05C;
}

	
/* Spoiler */
.sp-body      { display: none; font-weight: normal; background: #F5F5F5; border-top-width: 0; }
.clickable { cursor: pointer; }
.sp-content{border: 0px;  margin-left: 10px;}
.folded { display: block; background: transparent url(/forum/style_images/1/plus.gif) no-repeat left center; padding-left: 14px; }
.unfolded { display: block; background: transparent url(/forum/style_images/1/minus.gif) no-repeat left center; padding-left: 14px; }
.sp-wrap {color: #000; border: 1px solid #C0C0C0; font-weight: normal;}
.sp-head-wrap {font-weight: normal;}
	
/*}*/


/* return-to-top code start */
#goTop, #goBottom {
right:0;
}
@media screen and (min-height: 701px) {
#goPageUp, #goPageDown {
right:0;
}
}

@media screen and (max-height: 700px) {

#goTop, #goBottom, #goPageUp, #goPageDown {
	font-size:18px !important;
}

#goPageUp, #goPageDown {
	left:0;
}

#goPageUp {
	top:20% !important;
	transform:translateY(-20%) !important;
}

#goPageDown {
	top: 80% !important;
	transform:translateY(-80%) !important;
}

#pageYOffset, #pageYOffsetGoto {
	font-size: 18px !important;
}

}/*media end*/

.mark-line{
	position:absolute;
	left:0;
	width:100%;
	border-bottom: 2px dotted rgba(221,17,17,0.4);
}

.updown-mark-line{
	position:absolute;
	left:0;
	width:100%;
	border-bottom: 2px dotted rgba(7,122,7,0.4);
}

#goTop, #goBottom, #goPageUp, #goPageDown {
	font-size:22px;
	position:fixed;
	z-index:999;
	padding:10px;
	color:#fff;
	background:rgba(137,151,158,0.4);
	border:none;
	opacity:0.3;
	transition: opacity 0.4s linear;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

#pageYOffset {
	top:10%;
	transform:translateY(-10%);
	opacity:0.9;
}

#goTop {
	top:40%;
	transform:translateY(-40%);
}

#goPageUp {
	top:50%;
	transform:translateY(-50%);
}

#goPageDown {
	top:60%;
	transform:translateY(-60%);
}

#goBottom {
	top:70%;
	transform:translateY(-70%);
}

#pageYOffsetGoto {
	top:90%;
	transform:translateY(-90%);
	opacity:0.3;
}

#pageYOffset, #pageYOffsetGoto {
	position:fixed;
	right:0;
	padding:10px;
	color:#fff;
	background:rgba(137,151,158,0.4);
	font-size:20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

#pageYOffsetGoto.red
{
	opacity:0.8;
}

#pageYOffset.red
{
	color: #177FC7;
}

#position{
display: none;
}

#goBottom.is-visible, #goTop.is-visible, #goPageDown.is-visible, #goPageUp.is-visible   {
	opacity:0.9;
}

/* return-to-top code end */


/* tooltips */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
	text-transform: none; /* opinion 2 */
	font-size: 12px; /* opinion 3 */
	line-height: 1;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0;
}
[tooltip]::before {
	content: '';
	border: 5px solid transparent; /* opinion 4 */
	z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
	content: attr(tooltip); /* magic! */
	/* most of the rest of this is opinion */
	font-family: Helvetica, sans-serif;
	text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
	min-width: 3em;
	max-width: 25em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1ch 1.5ch;
	border-radius: .3ch;
	box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
	background: #333;
	color: #fff;
	z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
	display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
	bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
	left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
	top: 100%;
	border-top-width: 0;
	border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
	top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
	left: 50%;
	transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
	top: 50%;
	border-right-width: 0;
	border-left-color: #333;
	left: calc(0em - 5px);
	transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
	top: 50%;
	right: calc(100% + 5px);
	transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
	top: 50%;
	border-left-width: 0;
	border-right-color: #333;
	right: calc(0em - 5px);
	transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
	top: 50%;
	left: calc(100% + 5px);
	transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
	to {
	opacity: .9;
	transform: translate(-50%, 0);
	}
}

@keyframes tooltips-horz {
	to {
	opacity: .9;
	transform: translate(0, -50%);
	}
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/* tooltips */

p.hidesrt {
	display:none;
}

/* отступ рейтинга ★ */
.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
	padding: 3px !important;
}