
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  min-width: 300px;
}
@media print {
.print-doc {display:none;}
.footer {display:none;}
}
.logo { 
	background: url('http://nastavleniya.ru/zvezda.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
	margin: 1px 1px;
}
p.N {
	color: #c9d0d4;
	font-size: 16pt;
	margin: 10px 0px 0px 100px;
	font-weight: bold;	
}
@media(max-width:491px) {
  .for-large-screens {
    display:none;
  }
}
@media(min-width:490px) {
  .for-small-screens {
    display:none;
  }
}
table {
	text-align: left;
}
h1 {
	font-family: «Helvetica Neue»,Arial,sans-serif;
	font-size: 23px;
	line-height: 1.2;
	color: #605833;
	margin: 5px 0px 5px 60px; 
}
h2 {
	font-family: «Helvetica Neue»,Arial,sans-serif;
	line-height: 1.2;
	font-size: 18px; 
	color: #000000;
	margin: 5px 0px 5px 0px; 
}
h3 {
	font-family: «Helvetica Neue»,Arial,sans-serif;
	line-height: 1.2;
	font-size: 17px; 
	color: #000000;
	margin: 5px 0px 5px 0px;
}
ol{
	list-style-type: disc;
	margin: 5px 0px 5px 0px;
}
li{
	text-align: left;
	font-family: «Helvetica Neue»,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
p {
	font-family: «Helvetica Neue»,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0px 0px 5px; 
	padding:0px;
}
p.z1 {
	font-family: «Helvetica Neue»,Arial,sans-serif;
	line-height: 1.2;
	font-size: 16px; 
	font-weight: bold;
	color: #006600;
	margin: 0px 60px 5px; 
}
p.minK {
	color: #2F4F4F;
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
	margin: 0;
}
p.minO {
	color: #2F4F4F;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
}
.min {
	color: #333333;
	text-align: left;
	font-size: 10pt;
	margin: 0;
}
a:hover {text-decoration: underline;}
a {color: #006600;}
a:visited {color: #00FF00;}
a:active {color: #FF0000;}
a:hover {color: #006600;}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.hr-horizontal-gradient {
	margin: 15px 20px 5px 20px;
	padding: 0;
	height: 1px;
	border: none;
	background: linear-gradient(45deg, #333, #ddd);
}
body {
	font-family: «Helvetica Neue»,Arial,sans-serif;
	font-size: 16px;   
	background-color: #000000;
	margin: 0;
    padding: 0;
}
.header {
   	width: 100%;
	padding: 1px 15px 1px 15px;
    background: #6CAEDD;
    box-sizing: border-box;
	background: url(img/fon7.png) repeat-y, #333333 url(img/fon8.png) repeat-y 100% 0; 
}
.footer {
    width: 100%;
	padding: 10px 15px 5px 15px;
    box-sizing: border-box;
	background: url(img/fon7.png) repeat-y, #333333 url(img/fon8.png) repeat-y 100% 0;
}
.wrapper {
    margin: 0 auto;
    min-width: 300px;
    max-width: 1024px;
    position: relative;
    
}
.content {
    width: 100%;
	padding: 5px 15px 15px 15px;
	box-sizing: border-box;
	background: url(img/fon01.png) repeat-y, #fff url(img/fon03.png) repeat-y 100% 0; 
}
.sss{
width: 21px;
float: right;
}
.soc{
	position: fixed;	
	z-index: 101;
	bottom: 76%;
}
.table-box {
    max-width: 1024px;
    }
    td:nth-last-child(-n+2) {
        text-align: left;
		}
    @media screen and (max-width: 940px) {
        .table-box {
		    overflow-x: scroll;
        }
    }