/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif|Alegreya|Lora');
@font-face {
	font-family: Consola; 
	src: url(fonts/ofont.ru_Consolas.ttf); 
}
@font-face {
    font-family: 'untitled3book';
    src: local('untitled3book'), url("fonts/sitk.ttf")  format('truetype'),
       url('fonts/Sitk.svg#Sitk') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F1;
	overflow-x: hidden;
}
.error {
	color: #EC1D25;
	font-weight: bold;
	box-sizing:border-box;
	text-align: center;
	padding: 15px;
	background-color: #FFD7DF;
}
.no_mobile{
	display:none !important;
}
header {
	height: 60px;
	background-color: #fff;
	width: 100%;
	border-bottom: #ccc solid 2px;
	box-shadow: 0 1px 1px 0 #ccc;
	position: relative;
	box-sizing:border-box;
	z-index: 2;
}
#headerContent {
	width: 100%;
	margin: 0 auto;
	padding: 0px 10px 0 20px;
	box-sizing:border-box;
	display:table;
	height:60px;
}
#headerContent .inline {
	display: table-cell;
	height:60px;
	vertical-align: middle;
	box-sizing:border-box;
}
#headerSwitch,#headerSearch {
	width:50px;
}
#headerSwitch img,#headerSearch img{
	height: 27px;
}
#headerEntry{
	display:none;
}
#headerLogo{
	text-align:center;
}
#headerLogo img {
	height:40px;
}
@media (max-width: 400px) {
#headerLogo img {
	height:25px;
}	
	
}
/*  Конец шапки 
	Тело сайта*/
#main {
	width: 100%;
	margin: 0px;
	padding: 10px 20px;
	box-sizing:border-box;
	min-height: 900px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	font-size:18px;
}
#advertisements #advertisementsTitle a{
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
	color:#000000;
	font-size:22px;
	
}
#advertisements .block2 pre {
	margin: 0;
}
#advertisements .block2 ul{
	margin:10px 0;
	padding-left:0px;
}
#advertisements .block2 ul li{
	list-style:none;
	background-color:#fff;
	margin-bottom:10px;
	white-space: nowrap; 
    overflow: hidden;
	display:block;
	width:100%;
	padding-right:10px;
	box-sizing:border-box;
	border: 1px solid #ccc;
	font-family:Consola;
}
#advertisements .block2 ul li a{
	text-overflow: ellipsis;
	color:#000;
	text-decoration:none;
	font-size:14px;
	line-height:24px;
}
#advertisements .block2 ul li span{
	background-color:#231F21;
	color:#fff;
	padding:10px;
	font-weight:bold;
	margin-right:10px;
}
#advertisements .block2 ul li:nth-child(6) {
	background:none;
	border:none;
}
#advertisements .block2 ul li:nth-child(6) a {
	text-decoration:underline;
}
#magazine,#newspaper{
	width:100%;
}
#magazine .rel,#newspaper .rel{
	display:table;
	width: 100%;
	border:1px solid #ccc;    
	margin-bottom: 30px;
}
#magazine .block2, #newspaper .block2 {
	display: table-row;
	width:100%;
	box-sizing:border-box;
	margin-bottom:10px;
	background:#fff;
	border:1px solid #ccc;
	position: relative;
}
#magazine h2, #newspaper h2{
	text-transform: uppercase;
	font-weight:bold;
	color:#000000;
	font-size:20px;
	margin-bottom:3px;
}/*
.block2 .buy, .block2 .blockText{
	display:inline-block;
	margin-bottom:5px;
}*/
.block2 .blockText{
	display: table-cell;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px;
	
	font-size:16px;
}
.block2 .blockText_min{
	font-weight: normal;
}
.block2 .buy{
	height:100%;
	width:110px;
	display: table-cell;
	box-sizing:border-box;
	vertical-align: middle;
	background:#E80033;
	}
.block2 .buy_mob{
	height:30px;
	display: block;
	position: absolute;
	right: 0;
	top:0;
}

.block2 .buy a{
	display:block;
	width:110px;;
	height:100%;
	box-sizing:border-box;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	padding:0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.block2 .buy_mob a{
	font-weight: normal;
}
.block2 small{
	display:block;
	text-align:right;
	position: absolute;
	right: 0px;
	bottom: -25px;
	
}
.block2 .small_mob{
	right: 5px;
	bottom: 10px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	width: 100px;
	
}
.block2 small a{
	color:#000;
}
/*боковые рубрики */
.FromRubric{
	margin: 10px 0 10px 0;
	padding:0;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
}
#main .FromRubric h2{
	margin: 24px 0 5px 0;
	font-size:18px;
	display:block;
}
#main .FromRubric h2 a{
	color:#000;
	text-decoration:none;
}
#main .FromRubric ul{
	margin-top: 5px;
	padding:0;
}
#main .FromRubric hr {
	display: none;
}
.FromRubric ul li{
	padding:10px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
	list-style:none;
	border: #ccc 1px solid;
	background:#FFFFFA;
}
.FromRubric ul li span{
	display: none;
}
.FromRubric ul li span img{
	height:18px;
	float:left;
	margin-right:10px;
}
.FromRubric ul li a{
	color:#000;
	font-family: "Sitka Display";
	text-decoration:none;
}
	
/* Конец вехнего блока главной сраницы
	начало потока */
#stream {
	width: 100%;
	box-sizing:border-box;
	padding-top:20px;
}
#stream h1 {
	text-transform: uppercase;
	font-size:23px;
	padding-bottom:10px;
	margin-bottom:0;
}

#stream .streamElement {
	max-width:100%;
	background-color: #fff;
	margin: 0;
	min-height:100px;
}
#stream .streamElement .elementTop {
	width: 100%;
	height: 30px;
	background-color: #E5E5E4;
}
#stream .streamElement .streamTitle {
	padding: 6px 10px 0;
	margin: 0 0 10px 0;
	width: 100%;
}
#stream .streamElement .streamTitle a {
	color: #000;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	padding: 0px;
	font-weight: bold;
}
#stream .streamElement .element_date {
	float: right;
	color: #ccc;
	height: 10px;
	padding: 5px 10px 0 0;
	font-size: 13px;
}
#stream .streamElement .elementImg {
	float: left;
	margin: 10px 15px;
	border: solid 1px #ccc;
	width: 40px;
	max-height: 60px;
}
#stream .streamElement h2 {
	font-size: 16px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	font-weight: bold;
	padding-right: 10px;
	line-height: 17px;
	margin: 10px 0 0 0;
}
#stream .streamElement h2 a {
	text-decoration: none;
	color: #000;
}
#stream .streamElement h2 a:hover {
	color: #D70202
}
#stream .streamElement .elementInfo {
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	height: 30px;
}
#stream .streamElement .authorImg {
	height: 16px;
	float: left;
}
#stream .streamElement .elementInfo a {
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	float: left;
}
#stream .streamElement .elementInfo a:hover {
	color: #D70202
}
#stream .streamElement .elementInfo .stats {
	color: #797979;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 12px;
	float: right;
	padding-top: 3px;
	padding-right: 10px;
}
#stream .streamElement .elementInfo .stats div {
	display: inline-block;
	vertical-align: top;
}
#stream .streamElement .elementInfo .stats img {
	float: left;
	margin: 1px 3px;
	height: 13px;
}
#stream .streamElement .elementRead {
	display: none;
}
.loadButton, .loadRubric {
	background: #fff;
	color: #231F21;
	text-decoration: none;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 0;
	margin-top:20px;
	margin-bottom: 30px;
}
.loadButton:hover, .loadRubric:hover {
	background: #231F21;
	color: #fff;
	border: 1px solid #231F21;
}

/* Конец основной части*/
footer {
	width: 100%;
	background-color: #231F21;
	color: #ccc;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	margin: 0;
	margin-top: 40px;
	font-size: 14px;
	border-top: 2px solid #141012;
}
#footerContent {
	width: 100%;
	margin: 0 auto;
	box-sizing:border-box;
	padding: 15px 20px 10px;
}
#footerContent a span {
	font-family: "Tahoma";
	font-size: 14px;
	font-weight: normal;
}
#footerContent a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#footerContent a:hover {
	color: #D70202;
}
#footerContent p {
	margin-top: 5px;
}
#footerContent pre {
	margin: 10px 0 ;
}
#footerContent pre a{
	margin-right: 15px;
}
/* Оформление статьи*/
#articleMain {
	width: 100%;
	box-sizing:border-box;
	background-color: #fff;
	z-index: 0;
	position: relative;
	padding: 20px 20px 40px 20px;
	margin-bottom: 40px;
	min-height: 600px;
}
a:hover {
	color: #EC1D25;
}
article {
	font-size:18px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
}
article p {
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
}
#articleText p {
	font-size: 110% !important;
}
#articleText a{
	color:#000;
}
.isPoem p {
	text-indent: 0px;
	text-align: left;
}
#articleInfo {
	min-height: 140px;
}
#articleInfo .authorImg {
	float: left;
	border: 1px #ccc solid;
	width: 100px;
	margin-right: 20px;
	margin-bottom:30px;
}
#articleInfo h1 {
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 20px;
	color: #333;
}
.navigation {
	font-size: 16px;
	background: #F2F2F1;
	padding: 5px 10px 5px 5px;
}
.navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#articleStats {
	height: 18px;
	margin-top: 5px;
}
#articleStats div {
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
}
#articleStats img {
	height: 14px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top:5px;
}
#articleStats a, #articleStats span {
	font-weight: bold;
	text-decoration: none;
	color: #333;
	padding-top: 0px;
	text-transform: uppercase;
	font-family: "Times New Roman";
	font-size:14px;
}
.yashare-auto-init{
	display:none !important;
}
/* Комментарии */
.headerBlock {
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	width: 100%;
	box-sizing:border-box;
	padding:0px;
	background-color: #E5E5E4;
}
#commentsBlock {
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	width: 100%;
	box-sizing:border-box;
	padding: 20px;
	background-color: #fff;
	border-top: 2px solid #000;
}
.headerBlock h2 {
	background-color: #231F21;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	width: 160px;
	font-weight: normal;
	font-size: 22px;
	margin: 0px;
}
#commentsBlock #form {
	margin-bottom: 10px;
	min-height: 170px;
}
#tab{
	display:table;
	width:100%;
}
#tab .inlineCell{
	display:table-cell;
	vertical-align:top;
}
#tab .first{
	width:50px;
}
#commentsBlock #form img {
	height: 40px;
	border: #ccc 1px solid;
	margin-right: 10px;
}
#commentsBlock textarea {
	border: 1px #ccc solid;
	width: 100%;
	box-sizing: border-box;
	height: 42px;
	padding: 5px 10px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	font-size: 16px;
}
#commentsBlock textarea:focus{
	height: 100px;
	border: 1px #999 solid;
}
input[type=submit] {
	background-color: #fff;
	display: block;
	text-transform: uppercase;
	color: #EC1D25;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	border: 1px solid #EC1D25;
	font-size: 16px;
	padding: 5px 20px;
	font-weight: bold;
	cursor: pointer;
	float: right;
	margin: 10px 2px;
}
input[type=submit]:hover {
	background-color: #EC1D25;
	color: #fff;
	border: 1px solid #EC1D25;
}
#commentsBlock #form #captcha {
	border: none;
	height: 25px;
	margin-top: 12px;
	float: left;
}
#commentsBlock #form input[type=text] {
	border: 1px solid #ccc;
	padding: 5px 3px;
	text-align: center;
	height: 25px;
	width: 60px;
	box-sizing: border-box;
	margin-top: 12px;
	float: left;
}
.errorBlock {
	float: left;
	width: 110px;
}
.errorBlock .error {
	padding: 3px;
	margin: 12px 10px;
}

.commentElement {
	min-height: 50px;
	display:table;
	margin-bottom: 30px;
}
.commentElement .commentData {
	width: 100%;
	box-sizing: border-box;
}
.commentElement .first{
	width:50px;
}
.commentElement .inline {
	display: table-cell;
	vertical-align: top;
}
.commentElement img {
	height: 50px;
	border: #ccc 1px solid;
	margin-right: 10px;
}
.commentElement span {
	display:block;
	color: #ccc;
	font-family: "Tahoma";
	font-size: 12px;
}
.commentElement strong {
	font-family: "Tahoma";
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
.commentElement p {
	font-size: 18px;
	margin-top: 3px;
	display: block;
}
/*Вход*/
#signIn {
	width: 100%;
	margin: 0;
	box-sizing:border-box;
	padding: 10px 20px 40px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	min-height:900px;
}
#signIn h1 {
	margin: 0px;
}
#signIn .social {
	margin-bottom: 20px;
}
#signIn .social a {
	display: inline-block;
	width: 80px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
#signIn .social .vk {
	border: 1px solid #4A76A8;
	background: #4A76A8;
	color: #fff;
}
#signIn .social .fb {
	border: 1px solid #4267B2;
	background: #4267B2;
	color: #fff;
}

#signIn input[type=email], #signIn input[type=password] {
	width: 100%;
	box-sizing:border-box;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	display:block;
}
#signIn  label{
	display:block;
	font-weight:bold;
	font-size:20px;
	margin-top:10px;
}
.success {
	color: #231F21;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	background-color: #F2F2F1;
}
/* Регистрация*/
.checkin {
	position: relative;
	z-index: 0;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	padding: 40px;
	box-sizing: border-box;
}
.checkin h1 {
	margin: 0;
	font-size:20px;
	text-transform: uppercase;
}
.checkin .form {
	width: 100%;
	padding-top: 10px;
}
.checkin .form label {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3px;
}
.checkin input[type=text], .checkin input[type=email], .checkin input[type=password] {
	padding: 5px 20px;
	width: 100%;
	box-sizing: border-box;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	font-size: 18px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.checkin input[name=secret] {
	width: 100px;
	box-sizing: border-box;
	height:25px;
	padding: 2px;
	text-align: center;
}
.checkin .inline{
	vertical-align:top;}

.checkin input[type=submit] {
	display: block;
	float: none;
}
.checkin .error {
	margin: 0 0 6px;
	padding: 4px 20px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.checkin .secretError{
	width:200px;
	margin-left:0px;
}
/* подтверждение*/
#verification{
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	font-size:18px;
}
#verification h1{
	margin: 5px 0;
}
#verification label{
	display:block;
	font-size:20px;
	font-weight:bold;
}
#verification input[type=text],#verification input[type=email],#verification input[type=password]{
	padding: 5px 20px;
	width: 100%;
	box-sizing: border-box;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	font-size: 18px;
	border: 1px solid #ccc;
	margin-top:5px;
}

#verification input[type=submit]{
	margin-right:0;
	
}
#repeatButton{
	float:none;
	background:none;
	border:none;
	text-align:left;
	font-size:14px;
	padding:0;
	text-transform:none;
	color:#000000;
	text-decoration:underline;
}

/* Личный кабинет*/
#profile {
	width: 100%;
	box-sizing:border-box;
	background-color: #fff;
	margin-bottom: 100px;
	z-index: 0;
	position: relative;
	padding: 20px 20px 60px 20px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	min-height: 900px;
}
#profile h1 {
	margin: 0;
	font-size:22px;
}
#profile .change {
	background-color: #F2F2F1;
	float: right;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	margin-top: 0px;
	font-weight: bold;
}
#profile #userInfo img {
	margin: 0px 20px 10px 0;
	float: left;
	border: 1px solid #ccc;
	width: 100px;
}
#profile #userInfo {
	min-height: 100px;
	font-weight: bold;
	font-size: 18px;
}
#listHeaders {
	border-bottom: 2px solid #000;
}
#listHeaders a {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	background-color: #F2F2F1;
	color: #000;
	font-size:14px;
}
#listHeaders .active, #listHeaders a:hover {
	background-color: #231F21;
	color: #fff;
}
#list table {
	border-spacing: 0px;
}
#list table tr:nth-child(1) {
	font-weight: bold;
	background: #F2F2F1;
}
#list table tr td {
	padding: 10px 20px;
	font-size: 13px;
	vertical-align: top;
	border: 1px #fff solid;
}
#list table tr td a {
	font-weight: bold;
	color: #231F21;
	text-decoration: none;
}
#list table tr td a:hover {
	color: red;
}
#list table tr:nth-child(1) td {
	border: 1px #fff solid;
	text-transform: uppercase;
	font-size: 16px;
}
#list table tr:nth-child(2n+1) {
	background: #F2F2F1;
}
#list table tr:hover {
	background: #ccc;
}
/* настройки профиля*/
.settings legend {
	font-size: 22px;
	font-weight: bold;
	padding: 5px 20px;
}
.settings fieldset {
	vertical-align: top;
	width: 100%;
	box-sizing:border-box;
	border: 1px #ccc solid;
	margin: 20px 0;
}
.settings fieldset form {
	padding: 10px 25px;
	box-sizing:border-box;
}
.settings fieldset form label {
	display: block;
	font-size: 18px;
}
.settings input[type=email], .settings input[type=password] {
	display: block;
	padding: 5px 10px;
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
	box-sizing:border-box;
}
.settings input[type=submit] {
	margin-right: 0;
}
.settings .file img {
	float: left;
	width: 60px;
	margin: 0 10px 10px 0;
}
.settings #forms {
	margin: 0;
	width: 100%;
	box-sizing:border-box;
}
.settings #forms div {
	min-height: 60px;
}
/* Автор*/
#author {
	width: 100%;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	min-height: 900px;
	box-sizing:border-box;
	padding:0 20px;
}
#author #authorImg {
	width: 100px;
	border: 1px solid #ccc;
	margin-right: 20px;
	display: block;
}
#author .firstBlock {
	width: 220px;
}
#author .stats {
	display:none;
}
#author div {
	display: inline-block;
	vertical-align: top;
}
#author #authorArticles {
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	box-sizing:border-box;
	margin-bottom: 50px;
	margin-top:30px;
	padding-bottom: 40px;
}
#author #authorArticles h2 {
	width: 220px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: "Tahoma";
	color: #fff;
	font-size: 18px;
	background: #231F21;
	padding: 5px 20px;
}
#author #authorArticles ol {
	/*font-family:"Times New Roman";*/
	padding: 0;
	margin: 0;
}
#author #authorArticles ol li {
	list-style: none;
}
#author #authorArticles ol a {
	color: #231F21;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding: 10px 20px;
}
#author #authorArticles ol li:nth-child(2n+1) {
	background: #F2F2F1;
}
#author #authorArticles ol li:hover {
	background-color: #231F21;
}
#author #authorArticles ol li:hover a {
	color: #fff;
}

/* Рубрика с фотографиями*/
#rubric {
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
}
#rubric h1 {
	margin: 0;
	font-size: 22px;
}
#rubricInfo p {
	margin: 3px 0;
	font-size:16px;
}
#rubricElements {
	margin-top: 20px;
}
#rubricElements .elementImg {
	height: 80px;
	width: 80px;
}
.rubricElement {
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing:border-box;
	margin: 0px 0px 30px;
	display:table;
	height: 82px;
}
.rubricElement .inline{
	display:table-cell;
}
.rubricElement .imgSearch{
	width:90px;
}
.rubricElement .first{
	width:82px;
}
.rubricElement .elementImg {
	border-right: 1px solid #ccc;
	float:left;
}
.rubricElement div {
	display: inline-block;
	vertical-align: top;
}
.rubricElement .elementData {
	padding: 10px 10px 0px 10px;
	box-sizing:border-box;
	height: 70px;
}
.rubricElement .elementData h3 {
	margin: 0;
	font-size: 14px;
	font-family: "Times New Roman";
}
.rubricElement .elementData h3 a {
	color: #231F21;
	text-decoration: none;
}
.rubricElement .elementData img {
	height: 14px;
	float: left;
	padding-top: 2px;
	margin-right: 3px;
}
.rubricElement .elementData .view {
	height: 12px;
}
.rubricElement .elementData .elementInfo {
	margin-top: 5px;
	width: 100%;
}
.rubricElement .elementData .elementInfo a {
	text-decoration: none;
	text-transform: uppercase;
	color: #231F21;
	font-weight: bold;
	font-size: 14px;
}
.rubricElement .elementData .elementInfo .stats {
	float: right;
	font-family: "Tahoma";
	font-size: 12px;
}
.rubricElement .elementData .elementInfo .stats img {
	margin-left: 10px;
}
.rubricElement a:hover {
	color: red !important;
}
/* рубрика моно*/
#rubricMono {
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
}
#rubricInfoMono {
	min-height: 110px;
}
#rubricInfoMono img {
	border: 1px solid #ccc;
	float: left;
	height: 80px;
	margin: 0 20px 0 0;
}
#rubricInfoMono h1 {
	margin: 0;
	font-size: 20px;
}
#rubricInfoMono p {
	margin-top: 5px;
	font-size:16px;
}
.rubricMonoElement {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	font-family:"Times New Roman";
	padding-bottom:5px;
}
.rubricMonoElement .list_wrapper div {
	display: inline-block;
	padding: 10px 10px 0;
}
.rubricMonoElement a:hover {
	color: red !important;
}
.rubricMonoElement div a {
	color: #231F21;
	display: block;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
.loadRubric {
	margin-top: 20px;
	margin-bottom: 0px;
}

/* Выпуски газеты*/
#main h2 {
	font-size: 20px;
	margin: 20px 0 10px;
}
.issues div {
	display: inline-block;
	vertical-align: top;
	font-family: "Arial";
	text-transform: uppercase;
}
#issues {
	width: 100%;
	box-sizing:border-box;
	font-size:14px;
}
.issueElements {
	min-width: 270px;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
	background-color: #231F21;
}
.issueElements p {
	color: #fff;
	padding: 12px 0px 10px 15px;
	margin: 0;
	height:30px;
	width: 200px;
	box-sizing: border-box;
	position:relative;
	z-index:0;
}
.issueElements a {
	background: #EC1D25;
	color: #fff;
	padding: 10px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	text-decoration: none;
	font-weight: bold;
	float: right;
	display: block;
	margin-top:-30px;
	z-index:1;
	position:relative;
}
#isuessByYear {
	width: 160px;
}
#isuessByYear h2 {
	font-size: 16px;
}
#isuessByYear ul {
	margin: 15px 0;
	padding-left: 0px;
	font-weight: bold;
}
#isuessByYear ul li {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
#isuessByYear ul li a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 5px 120px 5px 10px;
	;
}
#isuessByYear ul li a:hover, #isuessByYear .active {
	background: #231F21;
	color: #fff;
}
/* Выпуски журнала*/

#journals {
	width: 100%;
	box-sizing:border-box;
}
.journals .inline {
	display: inline-block;
	vertical-align: top;
	font-family: "Arial";
	text-transform: uppercase;
}
.journalElements {
	display: inline-block;
	margin: 10px 40px 30px 0;
}
.journals h2 {
	font-size: 18px;
	margin: 20px 0 10px;
}
.rel{
	position:relative;
}
.journalElements .block1 {
	display: block;
	z-index: 1;
	height: 196px;
	width: 178px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.journalElements .block1 img {
	width: 176px;
}
.journalElements .block2 {
	position: absolute;
	display: block;
	z-index: 1;
	width: 178px;
	height: 196px;
	top: 0px;
	left:0px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-family: "Times New Roman";
	color: #fff;
	background-color: rgba(0, 0, 0, 0.24);
}
.journalElements .block2 .blockText {
	position:absolute;
	top: 70px;
	left:10px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.54);
	text-align: center;
	width: 140px;
	white-space: normal;
	line-height:18px;
}
.journalElements .block2 .blockText span{
}
.journalElements small a{
	position:absolute;
	display: block;
	bottom:5px;
	right:5px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	padding:3px;
	text-transform:none;
}
.journalElements small a:hover{
	color:red;
}
.journalElements .block2 .buy a {
	position: absolute;
	top:0px;
	right:0px;
	text-decoration: none;
	background: #EC1D25;
	color: #fff;
	margin-right:0px;
}
.journalElements .block2 .buy a:hover, .issueElements a:hover {
	background: #C30000;
}
/* статические страницы*/
.staticPage {
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	font-size: 18px;
}
.staticPage h1 {
	margin-top: 5px;
}
.staticPage #text {
	text-align: justify;
}
.staticPage .map {
	float: left;
	margin-right: 50px;
	width:100% !important;
	box-sizing: border-box;
	margin-bottom:30px;
}
.staticPage #contacts {
	font-family: "Tahoma";
	font-size: 14px;
}
/* поиск*/
.search h1 {
	margin: 0px 0 10px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	text-transform: uppercase;
	font-size: 20px;
}
.searchFrom {
	background-color: #fff;
	border: 1px solid #ccc;
	display:table;
	position:relative;
	width:100%;
	box-sizing:border-box;
}
.searchFrom .inline {
	display: table-cell;
	vertical-align: top;
}
.searchFrom input[type=search] {
	font-family: "Tahoma";
	font-size: 16px;
	padding: 8px 20px;
	border: none;
	box-sizing: border-box;
	height: 35px;
	display: table-cell;
	margin: 0px;
	width:80%;
}
.searchFrom button {
	background: #ccc;
	border: none;
	padding: 7px;
	width: 44px;
	box-sizing: border-box;
	height: 35px;
	margin: -1px;
	position:absolute;
	top:1px;
	right:0px;
}
.searchFrom button:hover {
	cursor: pointer;
}
.searchFrom button:focus {
	border: none;
}
.searchFrom button img {
	height: 21px;
}

.journalOrder{
	background: #fff;
	background-image: url(../images/background51.png);
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif;
	box-sizing:border-box;
	padding: 0 40px;
}
.journalOrder h1{
	font-family: "Times New Roman";
	margin:0 0 20px 0;
	text-align:center;
}
 .journalOrder .cover{
	 width:220px;
	 text-align:center;
	 border:1px solid #ccc;
	 display:block;
	 margin:10px auto; }
 .journalOrder .description{
	 width: 100%;
	 font-size:18px;
	 padding-left:20px;
 }
 .journalOrder h2{
	 color:#E80033;
	font-family: "Times New Roman";
	font-size:28px !important;
	text-align:center;
 }
  #formOrder{
	  padding-bottom:40px;
  }
  #formOrder legend{
	  font-size: 26px;
	  padding: 0 3px;
	  font-weight:bold;
  }
  #formOrder fieldset{
	  border:1px #ccc solid;
	  padding: 20px 40px 15px 40px;
  }
 #formOrder .no_ratio{
	 display:block;
	 font-size:22px;
	 margin-bottom:3px;
	 font-weight:bold;
	 
 }
  #formOrder input[type=text], #formOrder input[type=email]{
	 display:block;
	 font-size:18px;
	 padding:5px 10px;
	 width:100%;
	 box-sizing:border-box;
	 margin-bottom:10px;
 }
 .ratio{
	 font-size:22px;
 }
 .output{
	 font-weight:bold;
	 font-size:18px;
	 text-align:center;
 }
 #formOrder .inline{
	 display:inline-block;
 }
  #formOrder .secure{
	  display:inline-block !important;
	  width:100px !important;
  }
  
  .authorCloums{
	  background:#fff;
	  border:1px solid #ccc;
	  min-height:70px;
	  display:table;
	  width:100%;
  }
 
  .authorCloums img{
	  width:60px;
	  border-radius:30px;
	  margin:10px;
	  border:1px solid #ccc;
  }
    .authorCloums .imgMain, .authorCloums .back{
		display:table-cell;
		vertical-align:middle;
	}
	.authorCloums .imgMain{
		padding:0px 10px;
		width:90px;
	}
	.authorCloums .back{
	  padding:10px;
	}
  .authorCloums .back a{
	  color:#000;
	  text-decoration:none;
	  font-weight:bold;
	  font-size:16px;
	  line-height:14px;
  }
  .allLinks{
	  color:#000;
	  float:right;
  }
  .ya-share2{
	  display:none !important;
}