@charset "windows-1251";

html, body { 
    margin:0; 
    padding:0; 
    font-size:18px; 
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    color: #333;
    }

img { 
    border:0
    }

.conm img { 
    border:1px solid #CCC; 
	position:relative;	
	padding:5px; 
	margin:5px; 
	overflow:hidden; 
	} 

.conm777 img { 
    border:1px solid #CCC; 
	position:relative;	
	padding:5px; 
	margin:5px; 
	overflow:hidden; 
	width:80px;
	} 	
	
.conm22 table { 
	border:1px #CCC solid; 
	border-collapse:collapse; 
	width:100%;
	}
	
.conm22 table tr td { 
    border:1px #CCC solid; 
	padding:5px; 
	border-collapse:collapse
	}
	
.conm3 {
	border:1px solid #CCC; 
	height:220px; 
	overflow:hidden; 
	padding:5px; 
	margin:5px;
	}

h1, h2, h3, h4, h6 {
	 font-weight:700;
	 text-transform:uppercase; 
	 padding:5px;
	 color: #333;
    }

h1 { 
    font-size:140%;
	}
	
h2 { 
    font-size: 130%;
	}
	
h3 { 
    font-size: 120%;
	}

h4 { 
    font-size: 110%;
	}
	
h5 { 
    font-size: 105%;
	}

h6 { 
    font-size: 100%;
	}
		
#ddk img {
    padding:5px; 
	vertical-align:top;
	width:130px; 
	margin:5px;
	border: 1px #FF0099 solid;
    behavior: url('../css/PIE.htc');
    -webkit-box-shadow: #333 2px 2px 3px;
    -moz-box-shadow: #333 2px 2px 3px;
    -o-box-shadow: #333 2px 2px 3px;
    box-shadow: #333 2px 2px 3px;
    }


.comment_head, .comment_head a, .comment_head a:link, .comment_head a:active, .comment_head a:visited { 
    color:#333; 
	font-size:13px !important;
    text-decoration:none;
    }

.comment_head a:hover { 
    color:#333;  
	font-size:13px;
    text-decoration: underline;
    }
	
	
a, a:link, a:active, a:visited { 
    color:#333 ;
    text-decoration:underline;
    }

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

ul li { 
    list-style:url(../img/g.png); 
    margin-bottom:10px;
    }
input, select, textarea {
    margin:0;
    padding:0;
    font-size:0.85em;
    outline:none;
    font-family:inherit; 
    box-sizing:border-box;
    }

input[type="text"], textarea, select, div.styled, input[type="file"] {  
   width:12em;
   font-size:14px !important;
   border-radius:2px; 
   border: solid 1px #ccc; 
   padding:0.4em;
}
 
div.styled, select, input[type="submit"], input[type="button"], input[type="file"]:after {
   background: white url(formelements-select.png) no-repeat center right;
   -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); 
   box-shadow: 0 1px 3px rgba(0,0,0,0.2);
   font-size:14px !important;
}	
 
input[type="text"], textarea, input[type="file"] { 
   background-color: #f5f5f5;
   -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
   box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
   font-size:14px !important;
}
 
.ie9 input[type="text"] {
   line-height:normal; 
   font-size:14px !important;
} 
 
textarea {
   width:100%;
   height:10em; 
   font-size:14px !important;
}
 
div.styled {
   overflow:hidden;
   padding:0;
   margin:0; 
   font-size:14px !important;
}
 
.ie7 div.styled {
   border:none;
   font-size:14px !important;
}
 
div.styled select {	
   width:115%; 
   background-color:transparent; 
   
   font-size:14px !important;
   background-image:none;
   -webkit-appearance: none; 
   border:none; 
   box-shadow:none;
}
 
.ie7 div.styled select {
   width:100%; background-color:#fff; 
   border: solid 1px #ccc; 
   padding:0.3em 0.5em;
   font-size:14px !important;
}	
 
input[type="file"] { 
   position: relative; 
   -webkit-appearance: none;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;	
   width: 40%;	
   padding:0;
   font-size:14px !important;
}
 
input[type=file]::-webkit-file-upload-button {
   width: 0; 
   padding: 0; 
   margin: 0;
   font-size:14px !important;
   -webkit-appearance: none;
   border: none;
}	
 
input[type="file"]:after {
   content: 'Загрузить';
   margin:0 0 0 0.5em;
   display: inline-block; left: 100%;
   position: relative;
   background:white url(../images/formelements-select.png) no-repeat center left;
   padding:0.3em 0.5em; 
   border: solid 1px #ccc !important;
   -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); 
   box-shadow: 0 1px 3px rgba(0,0,0,0.2);
   border-radius:4px;
   font-size:14px !important;
}	
 
input[type="file"]:active:after {
   box-shadow:none;
   font-size:14px !important;
}
 
input[type="radio"], input[type="checkbox"] { 
   position:absolute; 
   left:-999em;
   font-size:14px !important;
}
 
label:before { 
   display:inline-block;
   position:relative;
   top:0.25em;
   left:-2px; 
   font-size:14px !important;
   content:'';
   width:25px;
   height:25px;
   background-image:url(../images/formelements.png);
}
 
input[type="checkbox"] + label:before {
   background-position: 0 -25px;
   font-size:14px !important;
}
 
input[type="checkbox"]:checked + label:before {
   background-position: 0 0;
   font-size:14px !important;
}
 
input[type="radio"] + label:before {
   background-position: -25px -25px;
   font-size:14px !important;
}
 
input[type="radio"]:checked + label:before {
   background-position: -25px 0;
   font-size:14px !important;
}
 
.ie8 label:before {
   display:none; content:none; 
   font-size:14px !important;
}
 
.ie8 input[type="checkbox"],.ie8 input[type="radio"],
.ie7 input[type="checkbox"],.ie7 input[type="radio"] { 
   position: static; left:0;
   font-size:14px !important;
}
 
.ie8 input[type="checkbox"], .ie8 input[type="radio"] { 
   position:relative; top:5px;
   font-size:14px !important;
   margin-right:0.5em;
}	
 
input[type="text"]:focus, textarea:focus {
   border-color:#000;
   font-size:14px !important;
}
 
input[type="submit"], input[type="button"] { 
   padding:0.5em 1em; 
   line-height:1em; 
   cursor:pointer;
   border-radius:4px; 
   color:#000; 
   font-weight:bold; 
   
   font-size:14px !important;
   border:solid 1px #ccc;
   box-shadow:0 1px 5px rgba(0,0,0,0.2);
   background-position: center bottom;
}
 
input[type="submit"]:active, input[type="button"]:active {
   -webkit-box-shadow: none;
   box-shadow:none;
   font-size:14px !important;
}

.ger0 {
	width:100% !important; 
	min-width:980px !important; 
	max-width:1250px !important;
	}

.ger00 {
	width:100% !important; 
	min-width:980px !important; 
	max-width:1482px !important;
	}
	
.ger1 {
	background: url(../img/logo_fon.jpg) center top; 
	background-repeat:no-repeat; 
	height:724px; 
	min-width:980px !important;
	}

.ger2 {
	width:980px; 
	position:relative;
	}

.ger3 {
	position: absolute; 
	width:244px;
	height:147px; 
	left:200px;
	}
	
.ger4 {
	position: absolute; 
	width:463px;
	height:106px; 
	left:210px;
	top:535px;
	}

.ger5 {
	position: absolute; 
	width:215px; 
	display:block;
	height:250px; 
	left:690px;
	top:525px;
	}

.ger5-1 {
	font-size:12px;
	}
	
.ger6 {
	width:100%; 
	display:table;
	height:65px;
	position:relative; 
	margin-top:-40px;
	}

.ger6-1 {
	display:table-cell;
	height:65px; 
	background:url(../img/q2.png) no-repeat; 
	width:29px;
	}
	
.ger6-2 {
	display:table-cell;
	height:65px; 
	background:url(../img/q3.png) repeat-x; 
	}



.ger6-3 {
	display:table-cell;
	height:65px; 
	background:url(../img/q1.png) repeat-x; 
	width:26px;
	}

.gerfoot {
	background:url(../img/foot.jpg) no-repeat; 
	height:134px;
	}

.ger7 {
	display:table; 
	width:100%; 
	padding-top:10px;
	}

.ger7-1 {
	display:table-cell; 
	width:215px !important; 
	vertical-align:top; 
	text-align:left;
	}

.ger7-2 {
	display:table-cell; 
	vertical-align:top; 
	text-align:left;
	}

.ger9-1 {
	background:url(../img/w1.jpg) no-repeat;
	width:215px;
	height:43px; 
	margin-top:10px;
	}

.ger9-2 {
	background:url(../img/w2.jpg) repeat-y;
	padding-left:7px;
	padding-right:10px; 
	color:#FFF;
	font-size:14px; 
	text-transform:uppercase;
	text-align:center;
	}

.cvb2 {width:215px !important; overflow:hidden}
.ger9-3 {
	background:url(../img/w3.jpg) no-repeat;
	width:215px;
	height:20px;
	}

.ger10-1 {
	background:url(../img/w4.jpg) no-repeat;
	width:215px;
	height:44px;
	margin-top:10px;
	}

.ger10-2 {
	background:url(../img/w5.jpg) repeat-y;
	padding-left:7px;
	padding-right:10px;	
	color:#FFF;
	font-size:14px;
	text-transform:uppercase; 
	text-align:center;
	}

.ger10-3 {
	background:url(../img/w6.jpg) no-repeat;
	width:217px;
	height:17px;
	}

.ger11 img {
	padding-bottom:10px;
	}

.ger12, .ger13 {
	padding-left:5px;
	}
	

.lkt4 table {
	width:100%; 
	border:1px solid #ccc; 
	border-collapse:collapse; 
	padding:5px; 
	font-size:15px;
    behavior: url('../css/PIE.htc');
    -webkit-box-shadow: #333 2px 2px 3px;
    -moz-box-shadow: #333 2px 2px 3px;
    -o-box-shadow: #333 2px 2px 3px;
    box-shadow: #333 2px 2px 3px;
	}

.lkt4 table  tr td{
	border:1px solid #ccc; 
	border-collapse:collapse; 
	padding:5px;
	}
	
.ger12, .ger12 a, .ger12 a:link, .ger12 a:active, .ger12 a:visited { 
    text-decoration:none; 
	font-size:13px;
    }

.ger12 a:hover { 
    text-decoration: underline; 
	font-size:13px; 

    }
	
.ger12 { 
	padding-left:10px;

    }

.lkt2 img {
	border:1px solid #ccc; 
	border-collapse:collapse; 
	padding:10px;
	}

.vbh3 img { margin:3px;

	}
.vbh2 img, .vbh1 img {

	}
.gerfoot, .gerfoot a, .gerfoot a:link, .gerfoot a:active, .gerfoot a:visited { 
    text-decoration:none; 
	font-size:11px;
    }

.gerfoot a:hover { 
    text-decoration: underline; 
	font-size:11px;
	}
	  