@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 :'Untitled3';
	font-style : normal;
	font-weight : 400;
	src : local('Untitled3'), url("fonts/sitka/fonts/Untitled3.ttf")  format('truetype'),
	url('fonts/sitka/fonts/Untitled3.woff') format('woff'),
       url('fonts/sitka/fonts/Untitled3.svg#Untitled3') format('svg'), url('fonts/sitka/fonts/sit3.woff2') format('woff2'),
       url('fonts/sitka/fonts/Untitled3.eot?#iefix') format('embedded-opentype'); 
}*/
@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;
	background-image: url(../images/background2.png);
	overflow-x: hidden;
}
.no_pc{
	display: none !important;
}
/* Шапка */
header {
	height: 80px;
	background-color: #FFFFFA;
	background-image: url(../images/background51.png);
	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: 1080px;
	margin: 0 auto;
	padding: 0px;
	display:table;
}
#headerContent .inline {
	display: table-cell;
	height:80px;
	vertical-align: middle;
	box-sizing:border-box;
}
#headerSwitch {
	width:260px;
}
#headerSwitch img,#headerSearch img{
	height: 27px;
    padding-top: 7px;
}
#headerSearch {
	text-align:right;
}
 #headerEntry img {
	height: 30px;
}
#headerEntry{
	width: 220px;
    text-align: right;
}
#headerEntry img,  #headerEntry div{
	display:inline-block;
	vertical-align:middle;
}
#headerEntry div{
    padding-right: 20px;
}
#headerEntry a {
	font-family: Tahoma;
	font-size: 20px;
	color: #333;
	font-weight: 500;
	text-decoration: none;
}
#headerEntry a:hover {
	color: #ff0000;
}
#headerLogo {
	text-align:center;
}
#headerLogo img {
	height:60px;
}
/*  Конец шапки 
	Тело сайта*/
#main {
	width: 1080px;
	margin: 0px auto;
	padding-top: 20px;
	min-height: 1200px;
}
.rel{
	position:relative;
	width:180px;
}

/* Конец "От редакции"
	Начало "Газета"*/
	#magazine, #newspaper{
		margin-bottom:20px;
	}
#magazine .block1, #newspaper .block1 {
	display: block;
	z-index: 1;
	height: 195px;
	border: 1px solid #ccc;
}
#magazine .block1, #magazine .block2 {
	width: 178px;
}
#newspaper .block1, #newspaper .block2 {
	width: 178px;
}
#magazine .block2, #newspaper .block2 {
	position: absolute;
	top: 1px;
	left: 1px;
	height: 195px;
	z-index: 2;
	background-color: rgba(0,0,0, 0.10);
}
#magazine .block2 .buy, #newspaper .block2 .buy {
	padding-top: 4px;
	position:absolute;
	top:0px;
	right:-1px;
}
#magazine .block2 .buy a, #newspaper .block2 .buy a {
	margin-top: 5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px 6px 10px;
	background-color: #D70202;
	font-weight: bold;
	border: 1px #B10000 solid;
}
#magazine .block2 .buy a:hover, #newspaper .block2 .buy a:hover {
	background-color: #B10000;
}
#magazine .block2 .blockText, #newspaper .block2 .blockText {
	position:absolute;
	top:70px;
	right:10px;
	left:10px;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(0,0,0, 0.56);
	padding: 10px 0;
	width: 160px;
}
#magazine .block2 .blockText span, #newspaper .block2 .blockText span {
	padding: 3px 10px;
	color: #fff;
}
#magazine .block2 small, #newspaper .block2 small {
	position:absolute;
	right:10px;
	bottom:10px;
	line-height: 8px;
}
#magazine .block2 small a, #newspaper .block2 small a {
	background-color: rgba(0,0,0, 0.3);
	color: #fff;
	padding: 2px 3px;
}
#magazine .block2 small a:hover, #newspaper .block2 small a:hover {
	background-color: rgba(0,0,0, 0.5);
}
/*боковые рубрики */
.FromRubric{
	margin: 0 0 10px 0;
	padding:0;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
}
#main .FromRubric h2{
	margin:0;
	font-size:16px;
}
#main .FromRubric h2 a{
	color:#000;
	text-decoration:none;
}
#main .FromRubric ul{
	margin-top: 3px;
	margin-bottom:0px;
	padding:0;
}
.FromRubric ul li{
	padding:0px;
	margin-bottom:10px;
	font-weight:bold;
	list-style:none;
	border: #ccc 1px solid;
	background:#FFFFFA;
}
.FromRubric ul li:last-child{
	margin-bottom:0;
}
.FromRubric ul li img{
	width:55px;
	margin:0px;
}
.FromRubric ul li img, .FromRubric ul li a{
	display:inline-block;
	vertical-align:top;
}
.FromRubric ul li a{
	width:123px;
	height:55px;
	color:#000;
	box-sizing:border-box;
	padding:8px 0 8px 14px;
	background-image: url(../images/background51.png);
	font-size:13px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	text-decoration:none;
}
.FromRubric .allLinks{
	font-size:18px;
	color: #000;
	display:block;
	margin-bottom: 20px;
	text-align:right;
	padding-right:6px;
}
.FromRubric ul li a:hover{
	background: rgba(35,31,33,1.0);
	color:#fff;
}
/* Конец вехнего блока главной сраницы
	начало потока */
	#column{
		width:185px;
		box-sizing:border-box;
	}
#stream, #column{
	display:inline-block;
	vertical-align:top;
}
#stream {
	width: 890px;
}
#stream h1 {
	text-transform: uppercase;
	font-size: 22px;
	margin: 0px 0 10px;
}
#stream .streamElement {
	width: 425px;
	min-height: 155px;
	border: 1px solid #ccc;
	background-color: #FFFFFA;
	background-image: url(../images/background51.png);
	display: inline-block;
	margin: 0 13px 20px 0;
	vertical-align: top;
}
#stream .streamElement .elementTop {
	width: 425px;
	height: 30px;
}
#stream .streamElement .streamTitle {
	float: left;
	background-color: #E2E2E1;
	padding: 1px 10px;
	margin: 6px 10px 0;
	min-width: 100px;
}
#stream .streamElement .streamTitle:hover {
	background-color: #E4EBFD;
}
#stream .streamElement .streamTitle a {
	color: #000;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	padding: 0px;
	font-weight: bold;
}
#stream .streamElement .element_date {
	float: right;
	color: #ccc;
	padding: 5px 10px 0 0;
	font-size: 13px;
}
#stream .streamElement .elementImg {
	float: left;
	margin: 10px 15px;
	border: solid 1px #ccc; 
	width: 81px;
	max-height: 100px;
}
#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 {
	color: #D70202;
	padding: 5px 10px;
	border: 1px solid #D70202;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	text-decoration: none;
	font-weight: bold;
}
#stream .streamElement .elementRead:hover {
	background-color: #D70202;
	color: #fff;
}
.loadButton, .loadRubric {
	background: #fff;
	background-image: url(../images/background51.png);
	color: #231F21;
	text-decoration: none;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	width: 868px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}
.loadButton:hover, .loadRubric:hover {
	background: #231F21;
	color: #fff;
	border: 1px solid #231F21;
}
/* Конец основной части*/
footer {
	width: 100%;
	background-color: #231F21;
	background-image: url(../images/bg1.jpg);
	color: #ccc;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	margin: 0;
	margin-top: 40px;
	font-size: 14px;
	border-top: 2px solid #141012;
}
#footerContent {
	width: 1080px;
	margin: 0 auto;
	padding: 15px 0 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 {
	float: right;
	margin: 0;
}
#footerContent pre a{
	margin-left: 20px;
}
/* Оформление статьи*/
#articleMain {
	width: 1080px;
	margin: 0px auto;
	background-color: #FFFFFA;
	z-index: 0;
	position: relative;
	border: 1px #ccc solid;
	border-top: none;
	padding: 20px 40px 40px 40px;
	background-image: url(../images/background51.png);
	margin-bottom: 40px;
	min-height: 700px;
}
a:hover {
	color: #EC1D25;
}
article {
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
}
article p {
	text-indent: 30px;
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
}

#articleText {
	font-size: 125% !important;
}
.isPoem p {
	text-indent: 0px;
	text-align: left;
}
#articleInfo {
	min-height: 200px;
}
#articleInfo .authorImg {
	float: left;
	border: 1px #ccc solid;
	width: 200px;
	margin-right: 20px;
}
#articleText a{
	color:#000;
}
#articleInfo h1 {
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 28px;
	color: #333;
}
.navigation {
	font-size: 16px;
	background: #E2E2E1;
	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: 16px;
	float: left;
	margin-right: 5px;
}
#articleStats a, #articleStats span {
	font-weight: bold;
	text-decoration: none;
	color: #333;
	padding-top: 0px;
	text-transform: uppercase;
	font-family: "Times New Roman";
}
.b-share {
	margin-left: -4px;
	margin-top: 10px;
}
/* Комментарии */
.headerBlock {
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	width: 1160px;
	margin: 0px auto;
	background-color: #E5E5E4;
}
#commentsBlock {
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	width: 1160px;
	margin: 0px auto;
	padding: 40px 38px;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../images/background51.png);
	border: 1px solid #ccc;
	border-top: 2px solid #000;
}
.headerBlock h2 {
	background-color: #231F21;
	padding: 10px 10px;
	color: #fff;
	text-transform: uppercase;
	width: 200px;
	font-weight: normal;
	font-size: 22px;
	padding-left: 40px;
	margin: 0px;
}
#commentsBlock #form {
	margin-bottom: 10px;
	padding-bottom:60px;
}
#commentsBlock #form img {
	height: 50px;
	float: left;
	border: #ccc 1px solid;
	margin-right: 10px;
}
#commentsBlock textarea {
	border: 1px #ccc solid;
	width: 1018px;
	box-sizing: border-box;
	padding: 5px 10px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	font-size: 16px;
}
#commentsBlock textarea:focus{
	height: 120px;
	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;
}
/*s            																*/
input[type=submit]:hover {
	background-color: #EC1D25;
	color: #fff;
	border: 1px solid #EC1D25;
}
.commentElement {
	min-height: 50px;
}
.commentElement .commentData {
	width: 1010px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.commentElement .inline {
	display: inline-block;
	vertical-align: top;
}
.commentElement img {
	height: 50px;
	border: #ccc 1px solid;
	margin-right: 10px;
}
.commentElement span {
	float: right;
	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;
}
#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: 120px;
	box-sizing: border-box;
	margin-top: 12px;
	float: left;
}
.errorBlock {
	float: left;
	width: 210px;
}
.errorBlock .error {
	padding: 3px;
	margin: 12px 10px;
}
/*Вход*/
#signIn {
	width: 1080px;
	margin: 0 auto;
	box-sizing:border-box;
	padding: 10px 0px 40px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	min-height:1000px;
	font-size:18px;
}
#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 form{
	width:400px;
}
#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;
}
.error {
	color: #EC1D25;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	background-color: #FFD7DF;
}
.success {
	color: #231F21;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	background-color: #F2F2F1;
}
/* Регистрация*/
.checkin {
	background: #fff;
	position: relative;
	z-index: 0;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	padding: 40px;
	box-sizing: border-box;
}
.checkin h1 {
	margin: 0;
	text-transform: uppercase;
}
.checkin .inline {
	display: inline-block;
	vertical-align: top;
}
.checkin .form {
	width: 500px;
	padding-left: 20px;
	padding-top: 10px;
}
.checkin .list{
	width:400px;
	font-size: 20px;
	padding: 15px 0 0 40px;
}
.checkin .list p{
	margin:5px 0;
}
.checkin .list ul{
	margin-top:0;
	margin-bottom:40px;
	padding-left:20px;
	list-style:none;
	
}
.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: 460px;
	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;
	padding: 2px;
	text-align: center;
}
.checkin input[type=submit] {
	display: block;
	float: none;
}
.checkin .error {
	margin: 0 0 6px;
	padding: 4px 20px;
	width: 460px;
	text-align: left;
	box-sizing: border-box;
}
.checkin .secretError{
	width:283px;
	margin-left:10px;
}
/* подтверждение*/
#verification{
	font-family:"Sitka Banner","SitkaSelf",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: 460px;
	box-sizing: border-box;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	font-size: 18px;
	border: 1px solid #ccc;
	margin-top:5px;
}
#verification #form{
	width: 460px;
}
#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: 1080px;
	margin: 0px auto;
	background-color: #fff;
	background-image: url(../images/background51.png);
	margin-bottom: 200px;
	z-index: 0;
	position: relative;
	border: 1px #ccc solid;
	border-top: none;
	padding: 20px 40px 110px 40px;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	min-height: 700px;
}
#profile h1 {
	margin: 0;
}
#profile .change {
	background-color: #F2F2F1;
	float: right;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	margin-top: 10px;
	font-weight: bold;
}
#profile #userInfo img {
	margin: 0px 20px 10px 0;
	float: left;
	border: 1px solid #ccc;
	width: 166px;
}
#profile #userInfo {
	min-height: 166px;
	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;
}
#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: 15px;
	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;
}
#list table .date {
	font-family: "Tahoma";
	font-size: 12px;
}
#userInfo img, .form{
	display:inline-block;
	vertical-align:top;
}
.form label{
	display:block;
}
.form{
	width:430px;
	padding-left:40px;
}
.formEmail form input[type=password], .formEmail form input[type=email]{
	width:100%;
	display:block;
	box-sizing:border-box;
	padding:5px 10px;
	margin-bottom:5px;

}
/* настройки профиля*/
.settings legend {
	font-size: 22px;
	font-weight: bold;
	padding: 5px 20px;
}
.settings fieldset {
	float: right;
	vertical-align: top;
	width: 380px;
	border: 1px #ccc solid;
	margin: 20px;
}
.settings fieldset form {
	padding: 10px 25px;
}
.settings fieldset form label {
	display: block;
	font-size: 18px;
}
.settings input[type=email], .settings input[type=password] {
	display: block;
	padding: 5px 10px;
	width: 305px;
	font-size: 16px;
	margin-bottom: 10px;
}
.settings input[type=submit] {
	margin-right: 0;
}
.settings .file img {
	float: left;
	width: 60px;
	margin: 0 10px 10px 0;
}
.settings #forms {
	margin: 0;
	width: 900px;
}
.settings #forms div {
	min-height: 60px;
}
/* Автор*/
#author {
	width: 1080px;
	margin: 0 auto;
	font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
	min-height: 1200px;
}
#author #authorImg {
	width: 200px;
	border: 1px solid #ccc;
	margin-right: 20px;
	display: block;
}
#author .firstBlock {
	width: 220px;
}
#author .stats {
	float: right;
	font-family: "Tahoma";
	font-size: 12px;
	padding: 10px 15px 0 0;
	text-transform: uppercase;
	color: #ACACAC;
}
#author div {
	display: inline-block;
	vertical-align: top;
}
#author #authorArticles {
	border: 1px solid #ccc;
	background: #FFFFFA;
	background-image: url(../images/background51.png);
	width: 850px;
	margin-bottom: 50px;
	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: 28px;
}
#rubricInfo p {
	margin: 3px 0;
}
#rubricElements {
	margin-top: 20px;
}
#rubricElements .elementImg {
	height: 100px;
	width: 100px;
}
.rubricElement {
	background: #fff;
	background-image: url(../images/background51.png);
	border: 1px solid #ccc;
	width: 520px;
	margin: 0px 0px 30px;
	display: inline-block;
	height: 100px;
}
.rubricElement .elementImg {
	border-right: 1px solid #ccc;
}
.rubricElement:nth-child(2n+1) {
	margin-right: 30px;
}
.rubricElement div {
	display: inline-block;
	height: 100px;
	vertical-align: top;
}
.rubricElement .elementData {
	width: 395px;
	padding: 10px 5px 0 10px;
	height: 90px;
}
.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: 380px;
}
.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: 100px;
	margin: 0 20px 0 0;
}
#rubricInfoMono h1 {
	margin: 0;
	font-size: 28px;
}
#rubricInfoMono p {
	margin-top: 5px;
}
.rubricMonoElement {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	position: relative;
}
.rubricMonoElement .list_wrapper div {
	display: table-cell;
	padding: 10px 20px;
	vertical-align: middle;
}
.rubricMonoElement .list_wrapper{
	display: table-row;
}
.rubricMonoElement .date {
	width: 100px;
	background: #A1A1A0;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	font-family: "Tahoma";
}
.rubricMonoElement a:hover {
	color: red !important;
}
.rubricMonoElement div a {
	font-size: 16px;
	color: #231F21;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.loadRubric {
	width: 1078px;
	margin-top: 20px;
	margin-bottom: 0px;
}
/* Выпуски газеты*/
#main h2 {
	font-size: 18px;
	margin: 20px 0 10px;
}
.issues div {
	display: inline-block;
	vertical-align: top;
	font-family: "Arial";
	text-transform: uppercase;
}
#issues {
	width: 910px;
}
.issueElements {
	margin: 0 20px 30px 0;
	box-sizing: border-box;
	width: 280px;
	background-color: #231F21;
}
.issueElements p {
	color: #fff;
	padding: 12px 0px 10px 15px;
	margin: 0;
	width: 200px;
	box-sizing: border-box;
	float: left;
}
.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;
}
#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 {
	color: #000;
	text-decoration: none;
	padding: 5px 120px 5px 10px;
	;
}
#isuessByYear ul li a:hover, #isuessByYear .active {
	background: #231F21;
	color: #fff;
}
/* Выпуски журнала*/

#journals {
	width: 910px;
}
.journals .inline {
	display: inline-block;
	vertical-align: top;
	font-family: "Arial";
	text-transform: uppercase;
}
.journalElements {
	display: inline-block;
	vertical-align: top;
	margin: 10px 40px 30px 0;
}
.journals h2 {
	font-size: 18px;
	margin: 20px 0 10px;
}
.journalElements .block1 {
	display: block;
	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;
	height: 196px;
	width: 178px;
	top: 0px;
	left:0px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-family: "Tahoma";
	color: #fff;
	background-color: rgba(0, 0, 0, 0.24);
}
.journalElements .block2 .blockText {
	position:absolute;
	width: 160px;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.54);
	top: 70px;
	left:10px;
	text-align: center;
}
.journalElements small a{
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	padding:3px;
	text-transform:none;
}
.journalElements small a:hover{
	color:red;
}
.journalElements .block2 .buy{
	position:absolute;
	right:0;
	top:0;
	height:30px;
}
.journalElements .block2 .buy a {
	display:block;
	padding: 5px 10px;
	text-decoration: none;
	background: #EC1D25;
	color: #fff;
}
.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;
}
.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: 22px;
}
.searchFrom {
	background-color: #fff;
	border: 1px solid #ccc;
}
.searchFrom input[type=search] {
	font-family: "Tahoma";
	font-size: 16px;
	padding: 8px 20px;
	border: none;
	box-sizing: border-box;
	height: 35px;
	width: 1030px;
	margin: 0px;
}
.searchFrom button {
	background: #ccc;
	border: none;
	padding: 7px;
	width: 44px;
	box-sizing: border-box;
	height: 35px;
	margin: 0px;
}
.searchFrom button:hover {
	cursor: pointer;
}
.searchFrom button:focus {
	border: none;
}
.searchFrom button img {
	height: 21px;
}
.searchFrom .inline {
	display: inline-block;
	vertical-align: top;
}
.rubricNameBlock {
	display: block;
	margin: -3px 0 7px;
}
.rubricNameBlock .rubricName {
	color: #000;
	background: #F2F2F1;
	padding: 5px 7px;
	min-width: 220px;
	font-size: 12px !important;
	font-weight: bold;
	text-decoration: none;
}
.journalOrder{
	background: #fff;
	background-image: url(../images/background51.png);
	font-family:"Sitka Banner","SitkaSelf",Serif;
	box-sizing:border-box;
	padding: 0 40px;
}
.journalOrder h1{
	font-family: "Times New Roman";
	margin:0 0 20px 0;
}
 .journalOrder .cover{
	 width:200px;
	 border:1px solid #ccc;
 }
 .journalOrder .description{
	 width:760px;
	 font-size:18px;
	 padding-left:20px;
 }
 .journalOrder .cover, .journalOrder .description{
	display: inline-block;
	vertical-align:top;
}
 .journalOrder h2{
	 color:#E80033;
	font-family: "Times New Roman";
	font-size:28px !important;
	text-align: right;
 }
  #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{
	  width:180px;
	  position:relative;
	  background-color: #F3F3F3;
	  margin:10px 0 5px;
	  border:1px solid #ccc;
	  text-align:center;
	  box-sizing:border-box;
	  padding-bottom:10px;
  }
  /*.authorCloums:nth-child(3){
	      background-image: url(../images/background51.png);
  }
    .authorCloums:nth-child(4){
	      background-image: url(../images/bg1.jpg);
	}
	.authorCloums:nth-child(4) .author_link, .authorCloums:nth-child(4) .title{
	      color:#fff;
	}
	.authorCloums:nth-child(4) img{
	  border:1px solid #000;
	}*/
.authorCloums img{
	width:80px;
	margin:10px auto;
	border-radius: 40px;
	border: 1px #BDB7B7 solid;
}
.authorCloums .back{
}
.authorCloums .title{
    color: #000;
    text-decoration: none;
	display:block;
	margin-bottom:10px;
    line-height: 15px;
    font-size: 15px;
    font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
    text-align: left;
	box-sizing:border-box;
	width:180px;
    padding: 0 10px;
	font-weight:bold;
	
}
.authorCloums .title:hover{
    color:red;
}
.authorCloums .author_link{
    text-align: left;
	display:block;
    color: #000;
    text-decoration: none;
	padding-left:10px;
    line-height: 12px;
    font-size: 12px;
	font-weight:bold;
    font-family:'untitled3book' ,'Sitka Banner', 'Lora', Serif; ;
    box-sizing: border-box;
    text-transform: uppercase;
	margin-bottom:10px;
	
}
.authorCloums .author_link:hover{
    color:red;
}
.ya-share2{
	margin-top:10px;
}

.pagination{
	text-align:center;
	padding:20px;
	font-size:20px;
	margin-top:20px;
	
}
.pagination a{
	color:#231F21;
	background:#F2F2F1;
	padding:10px 10px 10px 13px;
	margin:0 5px;
	text-decoration:none;
	text-align:center;
}
.pagination a:hover, .pagination .active{
	color:#fff;
	background:#231F21;
	padding:10px 10px 10px 13px;
	margin:0 5px;
	text-decoration:none;
	text-align:center;
}
