#glavnoe {
width: 100%;
margin: 0 auto;
margin-top:5px;
height: auto !important;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-style: bold;
	color: navy;
	margin: 0px;
	padding: 0px 0px 0px 6pt;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: bold;
	color: navy;
	margin: 0px;
	padding: 0px 0px 0px 6pt;
}

strong {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: bold;
	color: #D9470D;
	margin: 0px;

}

p {
margin-left: 15px;
margin-right: 15px;
margin-bottom: 20px;
margin-top: 20px;
}


table { 
width: 100%;
border-style: dotted;
border-width: 2;
}

.table1
{ 
	border-width: 0;
	font-size: 11px;
	font-style: bold;
}
#toTop {

     width: 6%;

     height: 5%;

     opacity: 0.8;

     background: #F4A460;

     -moz-border-radius: 5px;

     -webkit-border-radius: 5px;

     border-radius: 5px;

     position: fixed;

     bottom: 5%;

     right: 20.3%;

     text-align: center;

     text-decoration: none;

     font-size: 14pt;

     color: #1A2534;

     cursor: pointer;
}
#toTop:hover {

     width: 6%;

     height: 5%;

     opacity: 1;

     background: #F4A460;

     -moz-border-radius: 5px;

     -webkit-border-radius: 5px;

     border-radius: 5px;

     position: fixed;

     right: 20.3%;

     text-align: center;

     text-decoration: none;

     font-size: 14pt;

     color: #1A2534;

     cursor: pointer;
}

@media screen and (min-width:240px) and (max-width:480px) {

#glavnoe {
font-size: 0.5em;
width: 30%;
img {
max-width:30%;
height:auto;
}

} 
}

@media screen and (min-width:481px) and (max-width:1024px) {

#glavnoe {
font-size: 0.7em;
width: 50%;
img {
max-width:50%;
height:auto;
}
} 
}