body {
	background: url(../images/bg.jpg) no-repeat top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial CE, Helvetica CE, Arial, sans-serif;
	color:rgb(102, 102, 102);
   scrollbar-face-color: RGB(255,255,255);
   scrollbar-arrow-color: RGB(128,128,128);
   scrollbar-highlight-color: RGB(255,255,255);
   scrollbar-3dlight-color: RGB(128,128,128);
   scrollbar-shadow-color: RGB(255,255,255);
   scrollbar-darkshadow-color: RGB(128,128,128);
   scrollbar-track-color: RGB(255,255,255);
}
a {
   color: rgb(204,51,0);
   text-decoration:none;
}
a:hover {
   color:rgb(153,153,153);
   text-decoration:underline;
}
a.wm {
    text-decoration:none;
}
p { font-size: 10px;
    margin: 0px 30px 0px 30px;
}       
ul, li, ol, hr {
   margin-left:10px;
   margin-right:10px;
   margin-top:0px;
   margin-bottom:5px;
}
h1, h2, h3 {
   margin-left:10px;
   margin-right:10px;
   text-align:center;
}
h1 {
   font-size:large;
   margin-top:15px;
   margin-bottom:10px;
}
h2 {
   font-size:medium;
   margin-top:15px;
   margin-bottom:10px;
}
h3 {
   font-size:small;
   margin-top:10px;
   margin-bottom:5px;
}
h4 {
   font-size:10pt;
   margin:3px;
}
h5 {
   font-size:xx-small;
   margin-top:5px;
   margin-bottom:5px;
}
p {
   font-size:10pt;
   font-weight:500;
   text-align:justify;
   line-height:120%;
}
ul {
   margin-left:30px;
   font-size:10pt;
   font-weight:500;
   text-align:justify;
}
hr{
   color:rgb(153,153,153);
   height:1px;
   margin-left:20px;
   margin-right:20px;
   line-height:1px;
}
.menu {
	margin-left: 130px;
	font-size: 13px;
	font-weight: 600;
}
.menua {
	margin-left: 85px;
	font-size: 14px;
	font-weight: 700;
}
.stred {
   text-align:center;
}
.mensi {
	font-size: 10px;
}

/* ===== ARTICLE VISUAL FIX ===== */

.article-main {
	width: 100%;
}

.article-main > h1 {
	margin: 15px 0 20px 0;
	padding: 0 20px;
	font-size: 42px;
	line-height: 1.2;
	text-align: center;
	color: rgb(90, 90, 90);
	box-sizing: border-box;
}

.article-content {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 28px 30px 28px;
	box-sizing: border-box;
}

/* текст */
.article-content p {
	margin: 0 0 18px 0;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 400;
	text-align: left;
}

/* заголовки внутри статьи */
.article-content h1,
.article-content h2,
.article-content h3 {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	color: rgb(90, 90, 90);
}

.article-content h1 {
	font-size: 34px;
	margin-top: 28px;
	margin-bottom: 18px;
	line-height: 1.25;
}

.article-content h2 {
	font-size: 26px;
	margin-top: 32px;
	margin-bottom: 16px;
	line-height: 1.3;
}

.article-content h3 {
	font-size: 21px;
	margin-top: 24px;
	margin-bottom: 12px;
	line-height: 1.3;
}

.article-content h4 {
	font-size: 18px;
	margin: 18px 0 10px 0;
	line-height: 1.3;
	color: rgb(90, 90, 90);
}

/* списки */
.article-content ul,
.article-content ol {
	margin: 0 0 20px 28px;
	padding: 0;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 400;
	text-align: left;
}

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

/* картинки */
.article-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 24px auto;
}

/* таблицы */
.article-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
	font-size: 17px;
	line-height: 1.5;
}

.article-content th,
.article-content td {
	border: 1px solid rgb(210, 210, 210);
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
	background: #fff;
}

.article-content th {
	background: rgb(240, 243, 246);
	font-weight: 700;
	color: rgb(60, 60, 60);
}

/* цитаты */
.article-content blockquote {
	margin: 24px 0;
	padding: 18px 22px;
	background: rgb(244, 247, 249);
	border-left: 4px solid rgb(180, 195, 205);
}

/* разделители */
.article-content hr {
	border: 0;
	border-top: 1px solid rgb(210, 210, 210);
	height: 0;
	margin: 28px 0;
}

/* ссылки */
.article-content a {
	word-break: break-word;
}

/* жирный и курсив */
.article-content strong {
	font-weight: 700;
}

.article-content em {
	font-style: italic;
}

/* ===== ARTICLE ANTI-OVERFLOW FIX ===== */

.article-main {
	width: 473px !important;
}

.article-main > h1 {
	max-width: 430px !important;
	margin: 10px auto 16px auto !important;
	padding: 0 !important;
	font-size: 28px !important;
	line-height: 1.25 !important;
	text-align: center;
	box-sizing: border-box;
}

.article-content {
	width: 430px !important;
	max-width: 430px !important;
	margin: 0 auto !important;
	padding: 0 0 24px 0 !important;
	box-sizing: border-box;
	overflow: hidden;
}

/* все элементы внутри статьи не должны раздувать колонку */
.article-content * {
	box-sizing: border-box;
	max-width: 100% !important;
}

/* текст */
.article-content p,
.article-content li,
.article-content blockquote,
.article-content td,
.article-content th,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

/* заголовки внутри статьи */
.article-content h1 {
	font-size: 26px !important;
	line-height: 1.25 !important;
	margin: 22px 0 14px 0 !important;
}

.article-content h2 {
	font-size: 22px !important;
	line-height: 1.3 !important;
	margin: 24px 0 14px 0 !important;
}

.article-content h3 {
	font-size: 18px !important;
	line-height: 1.3 !important;
	margin: 20px 0 10px 0 !important;
}

.article-content h4 {
	font-size: 16px !important;
	line-height: 1.3 !important;
	margin: 16px 0 10px 0 !important;
}

/* обычный текст */
.article-content p {
	font-size: 15px !important;
	line-height: 1.55 !important;
	margin: 0 0 14px 0 !important;
	text-align: left !important;
}

/* списки */
.article-content ul,
.article-content ol {
	margin: 0 0 16px 22px !important;
	padding: 0 !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
	text-align: left !important;
}

.article-content li {
	margin-bottom: 8px !important;
}

/* картинки */
.article-content img {
	display: block !important;
	width: 100% !important;
	max-width: 430px !important;
	height: auto !important;
	margin: 18px auto !important;
}

/* таблицы */
.article-content table {
	width: 100% !important;
	max-width: 100% !important;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 18px 0 !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

.article-content th,
.article-content td {
	border: 1px solid rgb(210, 210, 210);
	padding: 8px 10px !important;
	text-align: left;
	vertical-align: top;
	background: #fff;
}

.article-content th {
	background: rgb(240, 243, 246);
	font-weight: 700;
	color: rgb(60, 60, 60);
}

/* цитаты */
.article-content blockquote {
	margin: 18px 0 !important;
	padding: 14px 16px !important;
	background: rgb(244, 247, 249);
	border-left: 4px solid rgb(180, 195, 205);
}

/* разделители */
.article-content hr {
	border: 0;
	border-top: 1px solid rgb(210, 210, 210);
	height: 0;
	margin: 20px 0 !important;
}