@charset="windows-1251";
 BODY {
   background: #FFFFFF;
   color: #000000;
   font-family: Arial, courier, serif, Arial Cyr;
 }
 A:link { color: #006F00; }
 A:visited { color: #02A40B; }
 A:active { color: #FF0000; }
 H1 {color: green }
 H2 {color: green }
 H3 {color: green }
.hidden {display: none; }
.desktop {display: inline; }
.mobile {display: none; }
@media screen and (max-width: 960px) { 
img {max-width: 100% !important; height: auto !important; box-sizing: border-box;} 
iframe, textarea, input, button, submit, select, video, object, embed {max-width: 100% !important; box-sizing: border-box;} 
table, span, div, ins {max-width: 100% !important;} 
} 
@media screen and (max-width: 775px) { .desktop { display: none;  } .mobile {display: inline;  }
} 
@media screen and (max-width: 500px) { 
td, th {word-wrap: break-word; -moz-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;} 
}