/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #8B0000;
	text-align: ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

h1 {
	font-family: Arial, Georgia, "Times New Roman", serif;
	color: #8B0000;
}

h2 {
	font-family: Arial, Georgia, serif;
	color: #FFFFFF;
}

h3 {
	font-family: Arial, serif;
	color: #CC0033;
  	font-size: 23px;
}

h4 {
	font-family: Arial, serif;
	color: #FFFFFF;
}

h5 {
	font-family: Arial, Georgia, "Times New Roman", serif;
	color: #3399FF;
}

h6 {
	font-family: Arial, Georgia, "Times New Roman", serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/************* HEADER STUFF ************/

#header {
	width: 1500px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: # url(images/header0.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 1500px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONENTMENU ************/

#contentmenu {
	width: 1110px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #;
}

#contentmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#contentmenu li {
	display: inline;
}

#contentmenu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}

#contentmenu a:hover {
  	color: #FFFFFF;
	background-color: #CC0000;
}

/************* БЛОК БАНЕР ************/

#baner {
	width: 1500px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #;
}

#blocleft {
	float: left;
	width: 335px;
  	height: 250px;
	padding: 0px 20px 40px 20px;
  	color: #FFFFFF;
  	text-align: ;
	font-family: sans-serif;
	font-size: 14px;
    background: #CC3333;
}

#blocright {
	float: right;
	width: 335px;
    height: 250px;
	padding: 0px 20px 40px 20px;
  	color: #FFFFFF;
    text-align: ;
	font-family: sans-serif;
	font-size: 14px;
    background: #FF9933;
}

/*для логотипа*/

.bloclogotext a {
font-family: Arial;
font-size:30px;
color: #FFFF99;
text-transform: lowercase;
margin-left:10px;
margin-top:23px;
padding-bottom:px;
position:absolute;
}

.bloclogo{
  float:left; 
  margin:5px;
  padding-bottom:5px;
  border:#ffffff 0px solid;
}

/************* CONTENT ************/

#content {
	width: 1500px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p {
	line-height: 110%;
}

#content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 300px;
	padding: 0px 20px 40px 20px;
  	color: #CCCCCC;
    background: #CC0000;
}

#right {
	float: right;
	width: 1120px;
	padding: 0px 20px 40px 20px;
  	background: #FFF5EE;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
  }

/* ТЕКСТ КОЛОНКИ СКРИПТ*/
.Artikle {
column-count: 1; 
  column-gap: 20px; 
  column-rule: 1px dotted #BBB
}

.Artikle2Col {
	column-count: 2;
    column-gap: 20px;
    column-rule: 2px solid #BBB
}

.Artikle21Col {
	column-count: 2;
    column-gap: 20px;
}

.Artikle3Col {
	column-count: 3;
      column-gap: 20px; 
    column-rule: 2px solid #BBB
}

.Artikle4Col {
	column-count: 4;
      column-gap: 20px; 
    column-rule: 2px solid #BBB
}

.Artikle6Col {
	column-count: 6;
      column-gap: 10px; 
    column-rule: 0px solid #BBB
}

/************* БЛОК дополнительный ************/
#bloctxt {

	clear: both;
	width: 1460px;
	margin: 0px auto;
	padding: 20px 20px 40px 20px;
  	color: #;
    text-align: ;
	font-family: sans-serif;
	font-size: 14px;
    background: #FFF5EE;
}

/************* БЛОК НИЖНИЙ ************/
#bloc {
  
	clear: both;
	width: 1500px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #;
}
/************* БЛОК РАЗДЕЛИТЕЛЬ ************/

#blocf {
  	clear: both;
	width: 1500px;
    height: 1px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 1500px;
	margin: 0px auto;
    margin-bottom: px;
	border-top: 1px solid #666666;
	background: url(/themes/7/images/back-footer0.png) repeat-y center top;
	font-size: 11px;
	text-align: center;
	padding: 2px;
	color: #666666;
}