
@charset "utf-8";
body  {
  
  margin: auto; 
  max-width: 1200px; 
  font-family: Verdana, sans-serif;
  font-style: normal;
  font-size: 13px;
  line-height: 1.8;
  vertical-align: baseline;
    -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  }
 
  
  h3{
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  outline:0;
  }
  .pic1 {
	border: 1px double #251284;
	height: 250px;
	width: 250px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 5px #2F2F2F;
	box-shadow: 5px 5px 5px #2F2F2F;
	border-radius: 7px;
}
  a {
    text-decoration: none;
    color: #0000FF; 
	}
   a:visited {
    color: #570F84;
   }
   a:hover {
   color:#0000FF;
   }
   
  p{
 text-indent: 25px;
 text-align: justify;
 vertical-align: baseline;
 line-height: 1.5;
 font-family: Verdana, sans-serif;
 }
 
 #top { 
    overflow: hidden; 
    padding-top: 20px;
    margin: 20px 50px 0px 50px; 
    color: #000000; 
    font-size: 120%;
   }
    
#top span:nth-of-type(1) { float: left; }
#top span:nth-of-type(2) { float: right; } 
   
  
   
   hr {
				color: #000000;
				height: 80%;
				text-align: center;
			}

   #content { 
    text-align: justify;
    font-size: 110%;
    text-indent: 25px;
    padding: 0 50px 0 50px;  
   }
   #bottom { 
    overflow: hidden; 
    font-size: 100%; 
    padding: 3px 20px 20px 20px; 
   }
     
#bottom span:nth-of-type(1) { float: left; }
#bottom span:nth-of-type(2) { float: right; } 
   

.toc a{
 color:#1A1A1A;
 line-height: 1.5;
font-weight: bold;
 text-shadow: #000000 0 0 0,7px;
}
.toc {
 color: #006400;
}


.konteiner {
  display: table; 
  border-spacing: 10px 10px; 
  max-width: 100%;
  text-indent: 0px;
  text-align: center;
  }

.yacheika {
 display: inline-table; 
 padding: 10px;
 letter-spacing: normal;
 text-align: center;
}

.pic {
	height: 150px;
	width: 150px;
	overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
     -webkit-box-shadow: 5px 5px 5px #2F2F2F;
  box-shadow: 5px 5px 5px #2F2F2F;
  border-radius: 7px;
}



img[tabindex="0"] {
  cursor: zoom-in;
  padding: 5px;
  -webkit-box-shadow: 5px 5px 5px #2F2F2F;
  box-shadow: 5px 5px 5px #2F2F2F;
  border-radius: 7px; 
  border: 1px double #251284;
  background: #FFFFFF;
}
img[tabindex="0"]:focus {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
  box-shadow: 0 0 20px #000, 0 0 0 1000px rgba(210,210,210,.4);
}
img[tabindex="0"]:focus,  
img[tabindex="0"]:focus ~ * {
  pointer-events: none;
  cursor: zoom-out;
}
figure.img figcaption {  
  padding: 0 1%;
  font: italic 100% Georgia,serif;
  text-align: center;
}
 
 
#lifted p {
        font-size:14px;
        text-align: center;
        padding: 20px;
}
 
#lifted {
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    line-height: 70px;
    box-shadow: 0 0 40px rgba(0,0,0,0.2) inset;
    position: relative;
    font-family: Geneva, Arial, Helvetica, sans-serif;
  }
       
#lifted:before,
#lifted:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 10%;
    bottom: 15px;
    left: 6px;
    z-index: -1;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.4);
         -o-box-shadow: 0 15px 10px rgba(0,0,0,0.4);
            box-shadow: 0 15px 10px rgba(0,0,0,0.4);
  }
        
 
#lifted:after {
    left: auto;
    right: 6px;
  }
  
  #polo {
  width: 50px;
  height: 100%;
  position: fixed;
  margin-left: -50px;
  float: left;
  background-color: #ADFF2F;
  z-index: -2;
  top: 0;
  bottom: 0;
	}
.lightbox1 {
  display: none;
}
.lightbox1 + label { 
  border-bottom: 1px dashed;
  cursor: zoom-in;
}
.lightbox1 + label + * {  /* коробка */
  visibility: hidden;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: rgba(0,0,0,.5);
  text-align: center;
  line-height: 100vh;
}
.lightbox1:checked + label + * {
  visibility: visible;
}
.lightbox1 + label + * > * {
  position: relative;
}
.lightbox1 + label + * > * {  
  position: relative;
}
ghtbox1 + label + * > * > :first-child {  /* кликабельный фон */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: zoom-out;
}
.lightbox1 + label + * > * > :last-child {  /* блок с окном */
  position: relative;
  display: inline-block;
  max-width: 400px;
  margin: 8px;
  border: 2px solid rgb(51, 103, 153);
  box-shadow: 0 0 0 8px rgba(255,255,255,.2);
  background: #fff;
  vertical-align: middle;
  line-height: normal;
}
.lightbox1 + label + * > * > :last-child > :first-child {  /* заголовок */
  position: relative;
  padding: .5em 4em .5em .5em;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  color: #FF0000;
}
.lightbox1 + label + * > * > :last-child > :first-child label {  /* крестик "закрыть" */
  position: absolute;
  top: 1px;
  right: 1px;
  font-weight: 600;
  cursor: pointer;
}
.lightbox1 + label + * > * > :last-child > :last-child {  /* поле после заголовка */
  padding: .5em;
}
.lightbox1 + label + * > * > :last-child > :last-child label {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.lightbox1 + label + * label > button {
  position: relative;
  z-index: -1;
}
.symbol {
  margin: 0 auto;
  border: 1px solid #251284;
  border-collapse: collapse; 
  text-align: center;
  max-width: 700px;
}
.symbol th {
  margin: 0 auto;
  border: 1px solid #251284;
  border-collapse: collapse; 
  text-align: center;
  padding: 20px;
}
.symbol td{
  margin: 0 auto;
  border: 1px solid #251284;
  border-collapse: collapse; 
  padding: 20px;
}
 .pod{
 color: #006400;
 }
 
