<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
margin:0px;
padding:0px
}

img {border:0px}

br {font-size:10px;}

html{
width:100%;
height:100%;
background: #fafbfd url(../img/bg.jpg) left 0px repeat-x;
}

body{
margin:auto;
padding: 0;
width: 1000px;
/*border: 1px solid red;*/
}

#main{
margin:0px 0 5px 0;
width:100%;
/*background: #ffffff;
border: 1px solid #9b653d;
border-bottom: 2px solid #9b653d;
background: #ffffff url(../img/top.jpg) left 0px no-repeat;*/
position: relative;
}

#header{
position:relative;
width:100%;
height: 152px;
/*border: 1px solid red;*/
/*background: #ffffff url(../img/bg-header.jpg) right 0px no-repeat;*/
padding: 0 0 10px 0;
}

#logo{
padding: 5px 0 0 5px;
/*width:170px;
border: 1px solid red;*/
}

#header-text-1{
text-align: center;
top: 40px;
left: 310px;
/*border: 1px solid green;*/
position: absolute;
color: #e8e8e8;
font: 32px tahoma, sans-serif;
text-shadow:2px 2px 7px black;
}

#header-text-2{
text-align: center;
top: 90px;
left: 336px;
/*border: 1px solid green;*/
position: absolute;
color: #375e8d;
font: 22px tahoma, sans-serif;
text-shadow:2px 2px 7px white;
}

#header-text-3{
text-align: center;
top: 5px;
right: 0px;
/*border: 1px solid green;*/
position: absolute;
color: #ffffff;
font: 27px tahoma, sans-serif;
}

#zayvka{
text-align: center;
top: 125px;
right: 60px;
/*border: 1px solid green;*/
position: absolute;
height: 30px;
background: #b06100;
box-shadow: 0px 1px 10px 0px #888888;

-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
}

	#zayvka ul{
		width:100%;
		margin:0 auto;
		list-style:none;
	}
		#zayvka li{
			list-style:none;
			display:block;
			float:left;
			font: 20px arial, sans-serif;
			height:30px;
			line-height:30px;
			margin:0 0px;
			/*border: 1px solid red;*/
		}		
		
			#zayvka li a{
				display:block;
				float:left;
				height:30px;				
				/*color:#5e1b1b;*/
				color: white;
				text-decoration:none;
				/*text-transform:uppercase;*/
				padding:0 30px;
				
				-webkit-border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				border-radius: 5px;				
			}
				#zayvka li a:hover{	
					background: gray;
					color:#ffffff;
				}


#menu-main{
width:100%;
background: #edc158;
box-shadow: 0px 5px 10px 0px #888888;
position: relative;
z-index: 1;
}


#menu-table{
/*padding: 0px 0 0 0;
position: absolute;
top: 160px;
left:0px;
width: 1000px;*/
height: 40px;
/*border: 1px solid red;*/
margin: auto;
display: table;
}

#menu{
/*width:100%;*/
height: 40px;
background: #edc158;
}

	#menu ul{
		width:100%;
		margin:0 auto;
		list-style:none;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			font: 20px arial, sans-serif;
			height:40px;
			line-height:40px;
			margin:0 2px;
			/*border: 1px solid red;*/
		}
		
		#menu li.palka{
			list-style:none;
			display:block;
			float:left;
			font: 21px arial, sans-serif;
			width: 6px;
			height:40px;
			line-height:40px;
			margin:0 5px;
		}
		
		#menu li.dom{
			list-style:none;
			display:block;
			float:left;
			font: 21px arial, sans-serif;
			height:40px;
			line-height:40px;
			margin:0 5px;
		}
		
		#menu li.dom a:hover{
			background: url(../img/bg_dom.png) left 0px repeat-y;
		}
		
		
			#menu li a{
				display:block;
				float:left;
				height:40px;				
				/*color:#5e1b1b;*/
				color:#00008b;
				text-decoration:none;
				/*text-transform:uppercase;*/
				padding:0 10px;				
			}
				#menu li a:hover, #menu li a.current{	
					background: gray url(../img/treugolnik.png) center top no-repeat;
					color:#ffffff;
				}

#body{
/*border: 1px solid red;*/
position: relative;
z-index: 0;
box-shadow: 0px 0px 10px 0px #888888;

}

.body-left{
padding: 15px 0px 20px 3px;
background: #ffffff url(../img/bg_body.jpg) left 0px;
/*border: 1px solid red;*/
}

.body-left-count{
background: #ffffff url(../img/bg_body.jpg) left 0px;
}

#body-right{
padding: 15px 30px 10px 30px;
color: #000000;
/*color: #7c8a8b;*/
font: 15px tahoma, sans-serif;
background: #ffffff url(../img/bg_body.jpg) left 0px;
/*border: 1px solid red;*/
}

#body-right ul{
padding: 0px 0px 0px 15px;
}

#body-right h1{
font: bold 27px tahoma, sans-serif; 
color: #00008b;
text-align: center;
text-shadow:2px 2px 7px white;
}

#body-right .h1_code{
display:inline;
color: #222b94;
font: bold 17px arial, sans-serif;
}

#body-right h2{
font: bold 22px tahoma, sans-serif; 
color: #00008b;
}

#body-right a{
color: #0001b2;
font: bold 15px tahoma, sans-serif;
text-decoration: none;
}

#body-right a:hover{
text-decoration: underline;
color: black;	
}

.list-sert-zag{
color: #935100;
font: bold 15px tahoma, sans-serif;
text-align: center;
padding: 0 0 3px 0;
}

.list-sert{
color: #e8e8e8;
border-top: 1px solid #2f548e;
border-bottom: 4px solid #2f548e;
background: #2f548e;
}

.list-sert ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.list-sert li{
margin: 3px 0px 0px 0px;
}

.list-sert a{
display: block;
margin-left: 10px;
padding: 5px 2px 5px 8px;
width: 250px;
color: #ffffff;
text-decoration: none;
font: 15px tahoma, sans-serif;
border-bottom: 1px dashed #8db1da;
}

.list-sert a:hover{
background: #ffffff;
color: #2f548e;
}

.list-sert .current{
background: #dadada;
color: #000000;
font: bold 15px tahoma, sans-serif;
}


#footer{
width: 1000px;
height: 72px;
/*border: 1px solid red;*/
text-align: center;
color: #808486;
font: 11px tahoma, sans-serif;
box-shadow: 0px 0px 10px 0px #888888;
}

#footer .menu-footer{
padding: 13px 0 5px 0;
color: #808486;
font: 13px tahoma, sans-serif;
}

#footer a{
color: #808486;
font: 13px tahoma, sans-serif;
text-decoration: none;
padding: 0 5px;
}

#footer a:hover{
text-decoration: underline;
color: black;	
}

#footer .copy{
color: #4e85c8;
font: 11px tahoma, sans-serif;
padding: 0px 0 5px 0;
}

#footer a.interek{
color: #808486;
font: 11px tahoma, sans-serif;
text-decoration: underline;
}

#footer a.interek:hover{
color: black;	
}


/*FORM*/
.order{
border: 1px solid #9596bf;
background: #b06100;
color: #ffffff;
font: bold 11px arial, sans-serif;
padding: 3px 10px 3px 10px;
border-radius: 3px;
width:none;
overflow:visible
}

.forma_text{
font: bold 13px arial, sans-serif;
}

.forma_input{
color: #19206d;
font: bold 11px arial, sans-serif;
border: 1px solid #9596bf;
margin: 0 0px 0px 10px;
padding: 0 0 0 5px;
width: 90%;
height: 20px;
background: #e7e9ec;
border-radius: 3px;
}

.forma_input:hover, .forma_input:focus{
background: #cedaee;
box-shadow: 0 0 10px 3px rgba(221, 221, 221, 1);
}

.forma_select{
color: #19206d;
font: bold 11px arial, sans-serif;
border: 1px solid #9596bf;
margin: 0 0px 0px 10px;
padding: 0 0 0 0px;
/*width: 90%;*/
height: 20px;
background: #e7e9ec;
border-radius: 3px;
}

.forma_select:hover, .forma_select:focus{
background: #cedaee;
box-shadow: 0 0 10px 3px rgba(221, 221, 221, 1);
}

.forma_input_bot{
color: #19206d;
font: bold 11px arial, sans-serif;
border: 1px solid #9596bf;
margin: 0 0px 0px 0px;
padding: 0 0 0 5px;
width: 40px;
height: 20px;
background: #e7e9ec;
border-radius: 3px;
}

.forma_input_bot:hover, .forma_input_bot:focus{
background: #cedaee;
box-shadow: 0 0 10px 3px rgba(221, 221, 221, 1);
}

.forma_textarea{
color: #19206d;
font: bold 11px arial, sans-serif;
border: 1px solid #9596bf;
margin: 0 0px 0px 10px;
padding: 0 0 0 5px;
width: 90%;
height: 80px;
background: #e7e9ec;
border-radius: 3px;
}

.forma_textarea:hover, .forma_textarea:focus{
background: #cedaee;
box-shadow: 0 0 10px 3px rgba(221, 221, 221, 1);
}


#form{
font: bold 13px arial, sans-serif;
color: #818284;
}

.name{
color: #212a91;
font: bold 11px arial, sans-serif;
border: 1px solid #9596bf;
margin: 0 6px 6px 0;
padding: 0 0 0 5px;
width: 400px;
height: 20px;
background: #e7e9ec;
border-radius: 3px;
}

.submit {
border: 1px solid #9596bf;
color: #212a91;
font: bold 11px arial, sans-serif;
padding: 0px 10px 0px 10px;
border-radius: 3px;
width:none;
overflow:visible
}
/*FORM END*/

/*PROVERKA-CODES*/
.proverka-podlin{
display:block;		
text-decoration:none;
color: #ffffff;
font: bold 10px arial, sans-serif;
padding: 10px 0px;
background: #00008b;
text-align: center;

box-shadow: 0px 1px 10px 0px #888888;

-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
}
.proverka-podlin:hover{
background: black;
text-decoration:none;
color: #ffffff;
text-decoration: underline;
}


#codes-okp-text{
text-align: center;
font: bold 17px arial, sans-serif;
}

#codes-okp-div{
width:100%;
background: #2f548e;
position: relative;
z-index: 1;
}

#codes-okp-table{
height: 30px;
/*border: 1px solid red;*/
margin: auto;
display: table;
}

#codes-okp{
/*width:100%;*/
height: 30px;
background: #2f548e;
}

	#codes-okp ul{
		width:100%;
		margin:0 auto;
		list-style:none;
	}
		#codes-okp li{
			list-style:none;
			display:block;
			float:left;
			font: 20px arial, sans-serif;
			height:30px;
			line-height:30px;
			margin:0 2px;
			/*border: 1px solid red;*/
		}
		
			#codes-okp li a{
				display:block;
				float:left;
				height:30px;				
				/*color:#5e1b1b;*/
				color:white;
				text-decoration:none;
				/*text-transform:uppercase;*/
				padding:0 10px;				
			}
				#codes-okp li a:hover{	
					background: black;
					color:#ffffff;
					text-decoration: underline;
				}

.codes_nomer{
font: bold 15px tahoma, sans-serif;
color: #000060;
padding: 0 10px 0px 0;
}
.codes_text{
font: 15px tahoma, sans-serif;
}
/*PROVERKA-CODES END*/

/*---------------NEWS-----------------*/
.news_list{
text-align: left;
background: #cccccc;
padding: 10px 10px;
margin: 0 0 10px 0;
}

.news_data{
font: bold 11px tahoma, sans-serif;
color: black;
}

#body-right a.news_link{
font: bold 15px tahoma, sans-serif;
color: #0001b2;
}

/*#body-right .news_list h2{
color: #385286;
}*/
/*---------------NEWS END-----------------*/

/*PAGES*/
#pages{
/*border: 0px solid red;*/
text-align: center;
margin-bottom: 10px;
color: #b06100;
font: bold 15px arial, sans-serif;
}

#pages a{
color: #b06100;
padding:0 6px 0 6px;
font: bold 15px arial, sans-serif;
text-decoration: none;
}
#pages a:hover{
color: #ffffff;
background: #000000;
text-decoration: none;
}

#pages span{
color: #ffffff;
background: #b06100;
padding:0 6px 0 6px;
font: bold 15px arial, sans-serif;
text-decoration: none;
}
/*PAGES END*/

/*---------------FAQ-----------------*/
.faq_vopros{
text-align: left;
background: #cccccc;
padding: 10px 20px;

}

.faq_otvet{
text-align: left;
background: #bcbcbc;
margin: 0 0 20px 0;
padding: 10px 20px;
}

.faq_zag_vopros{
font: bold 15px tahoma, sans-serif;
color: #00008b;
}

.faq_zag_otvet{
font: bold 15px tahoma, sans-serif;
color: #955200;
}

.forma_zag{
padding: 0 0 0 10px;
font: bold 20px arial, sans-serif;
}
/*---------------FAQ END-----------------*/

/*privacy*/
#footer a.privacy_footer{
color: #808486;
font: bold 10px Verdana, sans-serif;
text-decoration: none;
}
#footer a.privacy_footer:hover{
color: #808486;
text-decoration: underline;
}


#body-right a.privacy_form{
color: #0001b2;
font: bold 11px Verdana, sans-serif;
text-decoration: none;
}
#body-right a.privacy_form:hover{
color: black;
text-decoration: underline;
}
/*privacy END*/</pre></body></html>