.article {
	font-size:100%; /* ��� ���������� ������� � ������ ������ ��� �������� */
	line-height:160%;
}	

.article .content {
	width:560px;
	margin-left:0;
	overflow:hidden;
}	

.center_narrow .content {
	width: 480px;
}


/* ��� Mozilla 
@-moz-document url-prefix() { .article .content { width:555px; } }

/* ��� Crome 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .article .content { width:555px;}
}
*/

.article .content .tools {
	float:right;
	margin:8px;
}

.article .content .tools img {
	border:1px solid #e7e7e7;
	padding:2px;
	border-radius:3px;
	margin-left:5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3); /* ��� Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3); /* ��� Safari � Chrome */
    box-shadow: 0 0 2px rgba(0,0,0,0.1); /* ��������� ���� */	
}

.article .content .tools img:hover {
	border: 1px solid silver;
}

.article .content .tools img.shade {
	opacity:0.3;
}

.article .content h1 {
	margin-bottom:10px;
}

.article .content .date {
	color:#9FA8AC;
}

.article .content .date:first-letter {
	text-transform:uppercase;
}

.article .content .lid {
	padding-left:10px;
	border-left:1px solid #e7e7e7;
}

.article .content .vrez {
	padding-left:20px;
	padding-right:20px;
	zborder-left:1px solid #9f2b11;
	font-family: 'Roboto Condensed', Georgia, 'Century Schoolbook L', serif;
	font-size:1.6em;
	line-height:140%;
	color:#9f2b11;
	font-style:italic;
}

.article  .content .vrez_left {
	width:30%;
	float:left;
	padding-right:10px;
	margin-right:20px;
	color:#333;
	zborder-right: 1px dashed #e7e7e7;
	
	background-color: #f9f9eb;
	margin-left: -15px;
	padding-left: 15px;	
	padding-bottom:10px;
	margin-bottom:-5px;
}

.article .content .vrez_right {
	width:30%;
	float:right;
	padding-left:10px;
	margin-left:20px;
	color:#333;
	border-left: 1px dashed #e7e7e7;
}

.article .content .vrez_left span, .vrez_right span {
	font-family: 'Roboto Condensed', Georgia, 'Century Schoolbook L', serif;
	font-size:1.3em;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	color:black;
}

.article .content .second_title {
	font-family: 'Roboto Condensed', Georgia, 'Century Schoolbook L', serif;
	margin-bottom:15px;
	font-weight:normal;
	font-size:1.3em;
}

.article .content img {
	max-width: 100%;
	height: auto;
}
.article .content img[align="left"] {
	margin:0 10px 10px 0;
}
.article .content img[align="right"] {
	margin:0 0 10px 10px;
}

.article .content .big_image {
	width:98.5%;
	display:inline-block;
/* 	border:1px solid #e7e7e7; */
	color:#616b6f;
	margin-bottom:20px;
}

.article .content .big_image img {
	width:100%;
}

.article .content .image_author {
	margin:0px 5px 5px 5px;
	float:right;
}

.article .content .image_caption {
	margin-top:5px;
	float:left;
	font-size:11px;
	line-height:13px;
}

.article .content .image_caption p {
	margin-bottom:5px;
}

.article .content ul, .article ol {
	margin-bottom:20px;
}

.article .content ul li, .article ol li {
	color:black;
}


.article .content ul {
	list-style-type:square;
	padding-left:18px;
}

.article .content ol {
	list-style-type:decimal;
	padding-left:20px;	
}

/* ����������� ������� � ������ */

.article .content table {
	width:100%;
	border-top:1px solid #e7e7e7;
	border-left:1px dashed #e7e7e7;
	margin-bottom:20px;
	font-size:85%;
}

.article .content table {
	border-collapse:none;
}

.article .content table tr {
	border-bottom:1px solid #e7e7e7;
}

.article .content table tr th {
	padding:1px 5px;
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid silver;
	border-right:1px dashed #e7e7e7;
}

.article .content table tr td {
	padding:1px 5px;
	border-right:1px dashed #e7e7e7;
}

.article .content table tr:nth-child(2n) {
	background-color:#f3f3f3;	
}

/* ������������ � ������ */


.article .content .photo_gallery {
	width:100%;
	color:#616b6f;
	margin-bottom:20px;
}

.article .content .photo_gallery table, .article .photo_gallery table td {
	border:0;
	padding:0;
	margin:0;
	border-collapse:collapse;
	text-align:center;
	border-right:none !important;
}

.article .content .photo_gallery img {
	width:100%;
	border:1px solid #e7e7e7;
	margin-top:7px;
}



.article .content .photo_gallery .more {
	color:#616b6f;
	float:right;
	margin-right:5px;
	font-family: Verdana, 'Geneva CY', Helvetica, 'DejaVu Sans', Arial, sans-serif;
	font-size:1em;	
}

.article .content .photo_gallery .more img {
	width:11px;
	height:11px;
	vertical-align:text-bottom;
	border:0;
	padding-bottom:1px;
}

.article .art_photo {
	width: 98.5%;
}

.article .art_photo .art_photo_img {
	max-width:550px;
}

.article .art_photo table,
.article .art_photo table tr,
.article .art_photo table td {
	border-left:0;
	border-right:0 !important;
	border-top:0;
	border-bottom:0;
}

.article .art_photo table td {
	text-align:right;
	font-size:12px;
}

.article iframe {
	max-width:100%;
}


/* ������� ---------------------------------------- */

.static {
	font-size:100%; /* ��� ���������� ������� � ������ ������ ��� �������� */
	line-height:160%;
}	

.static .content {
	width:100%;
	margin-left:0;
	overflow:hidden;
}	
.static .content .tools {
	float:right;
	margin:8px;
}

.static .content .tools img {
	border:1px solid #e7e7e7;
	padding:2px;
	border-radius:3px;
	margin-left:5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3); /* ��� Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3); /* ��� Safari � Chrome */
    box-shadow: 0 0 2px rgba(0,0,0,0.1); /* ��������� ���� */	
}

.static .content .tools img:hover {
	border: 1px solid silver;
}

.static .content .tools img.shade {
	opacity:0.3;
}

.static .content h1 {
	margin-bottom:10px;
}

.static .content .lid {
	padding-left:10px;
	border-left:1px solid #e7e7e7;
}

.static .content .vrez {
	padding-left:20px;
	padding-right:20px;
	zborder-left:1px solid #9f2b11;
	font-family: 'Roboto Condensed', Georgia, 'Century Schoolbook L', serif;
	font-size:1.6em;
	line-height:140%;
	color:#9f2b11;
	font-style:italic;
}

.static  .content .vrez_left {
	width:30%;
	float:left;
	padding-right:10px;
	margin-right:20px;
	color:#333;
	zborder-right: 1px dashed #e7e7e7;
	
	background-color: #f9f9eb;
	margin-left: -15px;
	padding-left: 15px;	
	padding-bottom:10px;
	margin-bottom:-5px;
}

.static .content .vrez_right {
	width:30%;
	float:right;
	padding-left:10px;
	margin-left:20px;
	color:#333;
	border-left: 1px dashed #e7e7e7;
}

.static .content .vrez_left span, .vrez_right span {
	font-family: 'Roboto Condensed', Georgia, 'Century Schoolbook L', serif;
	font-size:1.3em;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	color:black;
}

.static .content .second_title {
	font-family: 'Roboto Condensed', Georgia, 'Century Schoolbook L', serif;
	margin-bottom:15px;
	font-weight:normal;
	font-size:1.3em;
}

.static .content .big_image {
	width:98.5%;
	display:inline-block;
/* 	border:1px solid #e7e7e7; */
	color:#616b6f;
	margin-bottom:20px;
}

.static .content .big_image img {
	width:100%;
}

.static .content .image_author {
	margin:0px 5px 5px 5px;
	float:right;
}

.static .content .image_caption {
	margin:0px 5px 5px 5px;
	float:left;
}

.static .content ul, .static ol {
	margin-bottom:20px;
}

.static .content ul li, .static ol li {
	color:black;
}


.static .content ul {
	list-style-type:square;
	padding-left:18px;
}

.static .content ol {
	list-style-type:decimal;
	padding-left:20px;	
}

/* ����������� ������� � ������ */

.static .content table.standart {
	width:100%;
	margin-bottom:20px;
	font-size:85%;
}

.static .content table.standart {
	border-collapse:none;
}

.static .content table.standart tr {
	border-bottom:1px solid #e7e7e7;
}

.static .content table.standart tr th {
	padding:1px 10px 1px 0;
	text-align:left;
	font-weight:normal;
}

.static .content table.standart tr td {
	padding:10px 10px 10px 0;
}

/* ������������ � ������ */


.static .content .photo_gallery {
	width:100%;
	color:#616b6f;
	margin-bottom:20px;
}

.static .content .photo_gallery table, .static .photo_gallery table td {
	border:0;
	padding:0;
	margin:0;
	border-collapse:collapse;
	text-align:center;
	border-right:none !important;
}

.static .content .photo_gallery img {
	width:100%;
	border:1px solid #e7e7e7;
	margin-top:7px;
}

.static .content .photo_gallery .more {
	color:#616b6f;
	float:right;
	margin-right:5px;
	font-family: Verdana, 'Geneva CY', Helvetica, 'DejaVu Sans', Arial, sans-serif;
	font-size:1em;	
}

.static .content .photo_gallery .more img {
	width:11px;
	height:11px;
	vertical-align:text-bottom;
	border:0;
	padding-bottom:1px;
}

.static .art_photo {
	width: 98.5%;
}

.static .art_photo table,
.static .art_photo table tr,
.static .art_photo table td {
	border-left:0;
	border-right:0 !important;
	border-top:0;
	border-bottom:0;
}

.static .art_photo table td {
	text-align:right;
	font-size:12px;
}

.twitter-tweet, .instagram-media, .fb-post, div[id^="vk_post_"] {
    margin: 10px auto !important;
    display: block !important;
    text-align: center;
}