* {
  font-size: 100.01%;
}

html, body, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  color: #000;
  font: .9375em/1.6 Arial, sans-serif;
  margin:0px; 
  background: #ffffff url('/files/styles/3855/bg6.jpg') top left repeat-x;
}


img {
  border: 0;
}

p,
address,
blockquote {
  margin: 0 0 1em;
  line-height:140%;
}

address {
  font-style: normal;
}

small {
  font-size: .867em;
}

hr {
  border: 0 hidden;
  border-top: 1px solid #d6d6d6;
  clear: both;
  height: 0;
}

dl, ul {
  color:#555555;
}

ul li {
  list-style-image: url("/files/styles/3855/li.gif");
  margin-bottom: 5px;
}

ol {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}

ol li {
  margin-left: 40px;
}

dt {
  font-weight: bold;
  margin: 0;
}

dd {
  margin: 0 0 .6em;
}


img{
  border:0px;
}

td{
  vertical-align:top;
}

h1, h2, h3, h4 {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2;
}

h1 {
  font-size: 2.33em;
  font-weight: bold;
  margin: 0 1em 1em 27%;

  margin-left: 7.29em;
  font-size: 2.466em;
  margin-left: 6.89em;
  color: #ff9a23;
}

h2 {
  color: #000;
  font-size: 1.33em;
  font-size: 1.69em;
  font-weight: bold;
  margin: 1.3em 0 .5em;
}

h3 {
  font-size: 1.33em;
  margin: 1.5em 0 .5em;
}


table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  border: none;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

strong {
  color: #f93613;
  font-weight: normal;
}



a, a:link{
  color:#ee7700;
  text-decoration: none;
  border-bottom:1px dashed #000000;
}

a:active{
  color:#ff0000;
  text-decoration: none;
  border-bottom:1px dashed #000000;

}

a:visited{
  color:#cc9966;
  text-decoration: none;
  border-bottom:1px dashed #999999;
}

a:hover,
a:focus {
  color: #ff0000 !important;
  text-decoration: none;
  border-bottom:1px solid #dd0000;
}





.nvg{
  width:273px;
  float:left;
  text-align:left;
  font-size:12px;
  margin-left:60px;
  margin-top:11px;
  line-height:160%;
}

.nvg_inside{
  width:273px;
  float:left;
  text-align:left;
  font-size:12px;
  margin-left:24px;
  margin-top:11px;
  line-height:160%;
}

.txt a{
  color:green;
}

.nvg_main{
  padding:5px;
  padding-left:10px;
  background: #ffffff url('/files/styles/3855/bg3.jpg') top left repeat-y;
  margin-top:5px;
  font-size:14px;
c}

.nvg_main2{
  padding:5px;
  padding-left:4px;
  margin-top:5px;
  font-size:14px;
}

.nvg_main a{
  color: #2e6700;
}


.txt{
  width:600px;
  float:right;
  text-align:left;
  margin-right:40px;
  margin-top:0px;
}



/* Базовые стили модального окна  */
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 30%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    width:600px;
    height:400px;
    overflow-y:scroll;
    text-align: justify;
	font: 14px Helvetica, Arial, Sans-Serif;
    top: 25%;
    visibility: hidden;
    z-index: 10;
	
    -webkit-transform: translate(-17%, -17%);
    -moz-transform: translate(-17%, -17%);
    -ms-transform: translate(-17%, -17%);
    -o-transform: translate(-17%, -17%);
    transform: translate(-17%, -17%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 25%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -0px;
    width: 30px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup p, .popup div {
    padding: 0px 5px 0px 5px;
}