 @font-face {
font-family: Albionic;
	 src: url(../fonts/a_AlbionicB&W_0.ttf);
font-family: Decoretta;
	 src: url(../fonts/Art-Decoretta_0.ttf);
font-family: Anacostia;
	 src: url(../fonts/AnacostiaC_0.ttf);
font-family: Asia;
	 src: url(../fonts/Asia2AS_0.ttf);
font-family: AGZeppelin;
	 src: url(../fonts/AGZeppelin_Oblique_0.ttf);
font-family: Cleanwork;
	 src: url(../fonts/Cleanwork_0.ttf);
font-family: Pelagiy;
	 src: url(../fonts/Pelagiy.ttf);
font-family: AdverGothic;
	 src: url(../fonts/AdverGothicCamC.ttf);
	font-family: Mauryssel;
	 src: url(../fonts/Mauryssel_Bold.ttf);
	font-family: AGReverance;  
   	 src: url(../fonts/AGReverance.ttf);
	 font-family: American_Captain;
	 src: url(../fonts/American_Captain_Cyrillic_0.ttf);
font-family: Athletic_Cyrillic;
	 src: url(../fonts/Athletic_Cyrillic_Caps.ttf);
font-family: Akmeist;
	 src: url(../fonts/Akmeist_Decor_0.ttf);
font-family: Festival_Deco;
	 src: url(../fonts/Festival_Deco.ttf);
	   
	   }
body   {
	background: #f6ecdd;
                background: url(../ilustr/fff.jpg); 
	background-size: 2%;
               margin: 0px; 
	padding: 0px; 
	hyphens: auto;
	font-size: 100%;
	}
@keyframes tree-fons {
  0% {
    background: #e4e6f6;
  }
  25% {
    background: #fae0db;
  }
  50% {
    background: #ddf6df;
  }
  75% {
    background: #fee8fd;
  }
 100% {
    background: #e4e6f6;
  }
}
.animation-fon {
  animation: tree-fons 20s infinite;
}

@keyframes tree-color-text {
  0% {
    color: red;
  }
  25% {
    color: blue;
  }
  50% {
    color: darkviolet;
  }
  75% {
    color: green;
  }
 100% {
    color: red;
  }
}
.animation-color-text {
  animation: tree-color-text 10s infinite;
}

 @keyframes change-fon-img {
      0% {
    background: url(../ilustr/fon0000.jpg); background-size: 100%;
  }
  25% {
    background: url(../ilustr/fon0000.jpg); background-size: 120%;
  }
 50% {
    background: url(../ilustr/fon0000.jpg); background-size: 130%;
  }
 75% {
    background: url(../ilustr/fon0000.jpg); background-size: 120%;
  }
  100% {
    background: url(../ilustr/fon0000.jpg); background-size: 100%;
  }
}
.animation-fon-img {
  animation: change-fon-img 15s infinite;
}

 @keyframes change-fon-img1 {
      0% {
    background: url(../ilustr/fon-00.jpg); background-size: 100%;
  }
  25% {
    background: url(../ilustr/fon-00.jpg); background-size: 130%;
  }
 50% {
    background: url(../ilustr/fon-00.jpg); background-size: 140%;
  }
 75% {
    background: url(../ilustr/fon-00.jpg); background-size: 120%;
  }
  100% {
    background: url(../ilustr/fon-00.jpg); background-size: 100%;
  }
}
.animation-fon-img1 {
  animation: change-fon-img1 15s infinite;
}
.cult_prosvit {background: url(../ilustr/fon_cult_prosvit1.jpg) no-repeat;  
	background-color: #d6d5ce; 
	background-position: top center;
	}

 .button-yellow { background-image: linear-gradient(#fce374, #f8e8a1);
	text-align: center;
	font-size: 105%;
	box-shadow: 2px 2px 8px #d7cbcb;
 } 
.button-yellow:hover { background: #fdf9e9;
	text-align: center;
	font-size: 105%;
                box-shadow: 2px 2px 8px #d7cbcb;
 } 
.columns-2 {
  	column-count: 2;
  	column-gap: 5%;
  	column-rule: 2px solid silver;
 	 column-width: 45%;
	margin: 2px;
	padding: 2px;
	background: #fff6cd;
                box-shadow: 2px 2px 8px #d7cbcb;
 }
img {
  	max-width: 100%;
  	height: auto;
 }
 .bold {font-weight: bold;
 	color: #544d51; 
}
 .container   {
	background: url(../ilustr/il6.png) repeat-y 0%, url(../ilustr/il5.png) repeat-y 95%; 
	width: 100%;
        height: 30000%;  
	margin: 0px; 
	padding: 0px;
	}
 
 audio   {
	background: teal; 
        margin: 2px; padding: 2px; 
        box-shadow: 0.4em 0.4em 5px rgba(118,103,88,0.5);
        	}
 
 .left {
	float: left; 
		 }
 
 .right {
	float: right; 
	width: 17%;
	 }
.center {
		text-align: center;
		font-weight: 700;
	              		 }
 
.d1 { 	padding: 0.5%; 
	    margin: 0.5%; 
    	   display: block;	
	    width: 17%;
                    max-width: 17%;
	    border-color: #cbbbb6; 
	    border-style: solid;
	    border-size: 1;
	    background: #fbfae9; 
	    box-shadow: inset #e0ceb4 0 0 20px 15px;
	    overflow: hidden;
	    border-radius: 5px;	
		}
	
.header { 
	 left: 17%;
	 height: 200px;
	 }

.content {
	left: 17%;
		}

 .leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 5px 5px 5px 0; /* Отступы вокруг картинки */
   }
   .rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 5px 0 5px 5px; /* Отступы вокруг картинки */
   }
	
.d0 {      
	        float:   left;
         	display: block;	
	       	border-color: darkred;  
         	border-radius: 55px 5px 55px 5px;
         	box-shadow: 0.4em 0.4em 5px rgba(118,103,88,0.5);
	        padding: 1px; margin: 1px;
         	overflow: hidden;
	}
   
.d00 {   
	   float: center;
         	 display: block;	
	   border-color: #cbbbb6; 
	   border-style: solid;
	   border-size: 1; 
	   box-shadow: inset #e0ceb4 0 0 5px 5px;
	   padding: 1.5%; margin: 1%;
	  background: #fbfae9;
	 border-radius: 20px;
         	 	}
.d101 {      
	 float: left;
         	display: block;	
	border-color: darkred;  
         	border-radius: 70px 70px 70px 70px;
         	box-shadow: 0.4em 0.4em 10px rgba(101,52,99,0.5);
	         padding: 1px; margin: 1px;
         	background: #c1d3fb; /* Для старых браузров */
        	   background: -moz-radial-gradient(#c1d3fb, #fbf5c1); /* Firefox 3.6+ */
    	/* Chrome 1-9, Safari 4-5 */
    	background: -webkit-gradient(radial,  
        color-stop(0%,#c1d3fb), color-stop(100%,#fbf5c1));     	/* Chrome 10+, Safari 5.1+ */
   	background: -webkit-linear-gradient(#c1d3fb, #fbf5c1);
    	background: -o-linear-gradient(left, #7ea1e1, #fbf5c1); /* Opera 11.10+ */
    	background: -ms-linear-gradient(left, #c1d3fb, fbf5c1); /* IE10 */
    	background: linear-gradient(left, #c1d3fb, fbf5c1); /* CSS3 */
	}


.d_v {  float: left;
        display: block;	
	     border-color: darkred;  
        border-radius: 25px 25px;
        box-shadow: 0.4em 0.4em 10px rgba(101,52,99,0.5);
	     padding: 1px; margin: 1px;
        background: #f4dce9; /* Для старых браузров */
        background: -moz-linear-gradient(left, #fbecd8, #f4dce9); /* Firefox 3.6+ */
    	/* Chrome 1-9, Safari 4-5 */
    	background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#fbecd8), color-stop(100%,#f4dce9));
    	/* Chrome 10+, Safari 5.1+ */
   	 background: -webkit-linear-gradient(top, #fbecd8, #f4dce9);
    	background: -o-linear-gradient(left, #fcf8d9, #d0dbf6); /* Opera 11.10+ */
    	background: -ms-linear-gradient(left, #fbecd8, #f4dce9); /* IE10 */
    	background: linear-gradient(left, #fbecd8, #f4dce9); /* CSS3 */
	}

.d3 {    
	float: right;
       	 clear: right;
       	 width: 17%;  
	       max-width: 18%;
       	 padding: 0px; margin: 0px; 
          overflow: hidden;
           	 }

.div0	{ text-align: center; 
	    display: block;
	    width: 100%;  
       padding: 0px; margin: 0px; 
       overflow: hidden;
		}

.div0	 img{ text-align: center; 
	    max-width: 90%;
	    max-width: 70%;
	    height: auto;  
       padding: 0px; margin: 0px; 
       overflow: hidden;
		}

.div1	{float: left; 
	   display: block;
		width: 13em; 
	   max-width: 99%;   
      padding: 0px; margin: 0px; 
      overflow: hidden;
		}

.div1	 img{ float: left; 
	       max-width: 70%;  
       	 padding: 0px; margin: 0px; 
          overflow: hidden;
		}

.div2	{float: right;
	   display: block; 
	   width: 13em;
	   max-width: 99%;  
      padding: 1px; margin: 1px; 
      overflow: hidden;
		}

.div2	 img{float: right; 
	    max-width: 80%;   
       padding: 0px; margin: 0px; 
       overflow: hidden;
		}
		
.abzac {border-left-style: solid;
	text-indent: 0px;
	border-left-color: #cb7b6b;  
	border-left-width: 1em; background: ivory;
	box-shadow: inset #f2d4c9 0 0 10px 5px;
	padding: 1%;  
	margin: 1%; 
}

.abzac1 {border-style: dotted;
	text-indent: 0px;
	border-color: #cb7b6b;  
	border-width: 6px; background: ivory;
	box-shadow: inset #f2d4c9 0 0 10px 5px;
	border-radius: 30px;
	padding: 1%;  
	margin: 1%; 
}

.abzac2 {border-left-style: solid;
 	text-indent: 0px;
	border-left-color: #82b1eb;  
	border-left-width: 15px; background: ivory;
	box-shadow: inset #dae5fe 0 0 10px 5px;
	padding: 2%;  
	margin: 2%;  
}

.abzac3 {border-left-style: solid;
	text-indent: 0px;
	border-right-style: solid;
	border-right-color: #cf6046;  
	border-left-color: #cf6046;
	border-left-width: 5px;  
	border-right-width: 5px; 
	background: ivory;
	box-shadow: inset #cab4ac 0 0 2px 3px;
	padding: 1%;  
	margin: 1%; 
	padding-left: 2%; 
}

.abzac4 {border-left-style: solid;
	text-indent: 0px;
	border-left-color: #ab928c;  
	border-left-width: 1em;
	background: ivory;
	box-shadow: inset #f2d4c9 0 0 10px 5px;
	padding: 1%;  
	margin: 1%; 
}
 
.gradient-all {
  font-size: 250%;
  background: linear-gradient(135deg, #12BCB0 20%, #FABE0E 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0.3em 0.6em ;
  border: 3px solid transparent;
  border-image: linear-gradient(135deg, #12BCB0 20%, #FABE0E 70%);
  border-image-slice: 1;
}

.hr-multiline {
	margin: 20px 0;
	padding: 0;
	height: 20px;
	border: none;
	color: #333;
	background-image: linear-gradient(currentColor, currentColor 33.33%, transparent 33.33%, transparent 100%);
	background-size: 100% 3px;
}

.hr-vertical-lines {margin: 20px 0;
	padding: 0; height: 12px;
 border: none;
	color: darkred;
	background-image: linear-gradient(90deg, red, darkred 33.33%, transparent 33.33%, transparent 100%);
	background-size: 3px 100%;
}

  
 .menu { 
	        font-family: Arial;
          	font-size: 70%;
		font-weight: bold;
                word-break: normal;
        	color: white;
         	border-color: darkred;  
          	border-radius: 15px 15px 0px 0px;
          	padding: 1px; margin: 1px; 
          	text-align: center;      
          	box-shadow: 5px 5px 5px rgba(94,56,45,0.5);
          	background: url(../ilustr/fon_podarunk.png);
   	 }

.menu-big { 	
		      font-family: AGZeppelin; font-size: 90%; color: white;
                      border-color: darkred;
		      background: url(../ilustr/fon_podarunk.png);
          	      border-radius: 30px 30px 5px 5px;		 
          	      padding: 1px; margin: 15px; 
         	      text-align: center;
		      letter-spacing: 1.5px;
		      word-spacing: 10px;
		      word-break: normal;
		      box-shadow: 0.4em 0.4em 5px rgba(118,103,88,0.5);
                      text-shadow: 2px 3px 2px #917E83;
	  } 
	  
	  .effect5
{
  position: relative;
  word-spacing: 4px; letter-spacing: 3px;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 45%;
  top: 80%;
  max-width:320px;
  background: #c1aca2;
  
  -webkit-box-shadow: 0 35px 20px #cfbbb1;
  -moz-box-shadow: 0 35px 20px #cfbbb1;
  box-shadow: 0 35px 30px #cfbbb1;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.comic {color: #fde28f; 
	background: #e65d42; 	
	font-family: Mistral; impact; 
	font-size: 250%;
	width: 50%;
	border-radius: 50px;
	text-align: center;
}

.vist {  font-family: Arial; font-size: 120%; color: #fff;
                border-radius: 15px 15px 5px 5px;	
	word-break: normal;	 
          	padding: 1px; margin: 5px; 
         	 text-align: center;
	letter-spacing: 1.5px;
	word-spacing: 10px;
	 box-shadow: 0.2em 0.2em 2px rgba(145,132,144,0.5);
	  } 
	
 a {	
	font-family: Arial; color: #210d18;  font-size: 85%; 
	text-decoration: none; 
	font-weight: 700;
        	text-align: center;  
	padding: 0px; margin: 0px;
	opacity: 0.9;  
        word-break: normal;
	} 

 a:hover {color: darkred; 
	text-decoration: none;
        	opacity: 1.0;}
	
	 a:active{color: red; 
	text-decoration: none;
        	opacity: 1.0;}
   
	 
s1 {
	width: 99%; height: 20px;  
	font: Arial; color: #210d18;  font-size: 100%; 
	text-decoration: none;
	background: #fcea97; 
	font-weight: bold;
        text-align: left;  
	padding: 2px; margin: 2px;
-webkit-transform: skewX(-30deg); /* Для Safari и Chrome */
    -moz-transform: skewX(-30deg); /* Для Firefox */
    -o-transform: skewX(-30deg); /* Для Opera */
    -ms-transform: skewX(-30deg); /* Для IE */
    transform: skewX(-30deg); /* CSS3 */ 
	 word-break: normal; 
	} 

 s1:hover {
	color: darkred; 
	text-decoration: none;
	background: #fcea97; 
	-webkit-transform: skewX(-30deg); /* Для Safari и Chrome */
    -moz-transform: skewX(-30deg); /* Для Firefox */
    -o-transform: skewX(-30deg); /* Для Opera */
    -ms-transform: skewX(-30deg); /* Для IE */
    transform: skewX(-30deg); /* CSS3 */
	}

td {
	border-color: tan;  
	border-radius: 5px; 
	padding-left: 3px; 
	text-align: justify;
	font-family: Arial; color: #210d18;  font-size: 85%; 
	font-weight: bold
	word-break: normal;}

.td1 {
	width: 100%; height: 1%; 
	padding: 0.4%; margin: 0.4%;
	padding-left: 5px; 
       	border-color: darkred;  
	border-radius: 3px;  
	font-family: Arial; color: #210d18;  
	opacity: 0.9;
	word-break: normal;}
	
.td1:hover {
	box-shadow: inset #b76e48 0px 0px 3px 1px;
        background: #fcea97;
        opacity: 1.0;} 

.td2 {	height: 20px;
	width: 12%;
	font-weight: bold; 
	text-align: center; 
	font-family: Arial;
	word-break: normal;
	border-color: #8b3665;
	border-radius: 25px;
	 border-width: 1px; 
	box-shadow: 1px 1px 5px rgba(92,20,40,0.8); 
	word-break: normal;
	background: linear-gradient(to left, #e5e2e2, #bdbdbd); /* CSS3 */
		}


.td2:hover {
	background: #e5e6a6; 
	}

.td3 {	height: 10%;
               max-height: 15%;
	padding: 2px; margin: 2px; 
	text-align: center; 
	border-color: #fff111;
	background: #f6d6b3;
	border-radius: 25%;
	fonf-size: 95%;
	box-shadow: inset #f2d4c9 0 0 10px 1px, #ac9084 0 0 4px 2px;
	word-break: normal;
	opacity: 0.9; 
	 		}


.td3:hover {
	background: #f7f6f6;
	border-radius: 10%;
	background: #fff;
	box-shadow: inset #cececc 0 0 10px 5px, #97837b 0 0 10px 5px;
	opacity: 1; 
	}

.td4 {	height: 5%;
	width: 20%;
	font-weight: bold; 
	text-align: center; 
	font-family:  Arial;  
	border-color: #8b3665;
	background: #fdeec5;
	background: linear-gradient(90deg, #f4eac5 0%, #faf7ee 30%, #faf8da 80%, #e8cdbd 100%);
	background: -webkit-linear-gradient (90deg, #e8debb 0%, #ffffff 30%, #f9f6ce 80%, #cfb4a5 100%);
	 border-radius: 5px;  
	word-break: normal;
	box-shadow:
  -1px 0px rgb(205,159,135), -1px 1px rgb(185,122,87),
  -2px 1px rgb(204,158,134), -2px 2px rgb(184,121,86),
  -3px 2px rgb(203,157,133), -3px 3px rgb(183,120,85),
  -4px 3px rgb(202,156,132), -4px 4px rgb(182,119,84),
  -5px 4px rgb(201,155,131), -5px 5px rgb(181,118,83),
  -6px 5px rgb(200,154,130), -6px 6px rgb(180,117,82),
  -7px 6px rgb(199,153,129), -7px 7px rgb(179,116,81);
   	  		}


.td4:hover {
	background: #ffffff; 
	border-radius: 5px;  
   box-shadow:
  -1px 0px rgb(205,159,135), -1px 1px rgb(185,122,87),
  -2px 1px rgb(204,158,134), -2px 2px rgb(184,121,86),
  -3px 2px rgb(203,157,133), -3px 3px rgb(183,120,85),
  -4px 3px rgb(202,156,132), -4px 4px rgb(182,119,84),
  -5px 4px rgb(201,155,131), -5px 5px rgb(181,118,83);
  background: linear-gradient(45deg, #cfb4a5 0%, #f9f6ce 30%, #faf7ee 80%, #ffe4ab 100%);
	background: -webkit-linear-gradient (45deg, #ffe4ab 0%, #ffffff 30%, #f9f6ce 80%, #cfb4a5 100%);
	}
	
	.td4_1 {	background: linear-gradient(90deg, #e8debb 0%, #ffffff 30%, #f9f6ce 85%, #cfb4a5 100%);
	background: -webkit-linear-gradient (90deg, #e8debb 0%, #ffffff 30%, #f9f6ce 85%, #cfb4a5 100%);
		  		border-radius: 3%;}


	
	.shad1{border-radius: 8px;
	border-color: #cdcdcb;
    	box-shadow:
  -1px 0px rgb(206,198,193), -1px 1px rgb(174,168,164),
  -2px 1px rgb(205,197,192), -2px 2px rgb(173,167,163),
  -3px 2px rgb(204,196,191), -3px 3px rgb(172,166,162),
  -4px 3px rgb(203,195,190), -4px 4px rgb(171,165,161),
  -5px 4px rgb(202,194,189), -5px 5px rgb(170,164,160),
  -6px 5px rgb(201,193,188), -6px 6px rgb(169,163,159),
  -7px 6px rgb(200,192,187), -7px 7px rgb(168,162,158);
      }
  
  .shad1:hover {box-shadow:
  -1px 0px rgb(205,159,135), -1px 1px rgb(185,122,87),
  -2px 1px rgb(204,158,134), -2px 2px rgb(184,121,86),
  -3px 2px rgb(203,157,133), -3px 3px rgb(183,120,85),
  -4px 3px rgb(202,156,132), -4px 4px rgb(182,119,84),
  -5px 4px rgb(201,155,131), -5px 5px rgb(181,118,83);
  }

.d_shadow {text-shadow: 1px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);}
.tre_text {text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);}

.m_tis {rgba(0,0,0,0.6); text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);}
.m_tis1 {rgba(0,0,0,0.6); box-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);}

	.td4f {	height: 3%;
	width: 30%;
	max-width: 30%;
	font-weight: 700; 
	padding: 0.2%; 
	margin: 0.2%;
	border-color: red;
	text-align: center; 
	border-color: #eedbdb;
	border-width: 1px; 
	border-radius: 40px 10px / 20px 30px;
	box-shadow:
  -1px 0px rgb(255,216,79), -1px 1px rgb(185,122,87),
  -2px 1px rgb(254,215,78), -2px 2px rgb(184,121,86),
  -3px 2px rgb(253,214,77), -3px 3px rgb(183,120,85),
  -4px 3px rgb(252,213,76), -4px 4px rgb(182,119,84),
  -5px 4px rgb(251,212,75), -5px 5px rgb(181,118,83),
  -6px 5px rgb(250,211,74), -6px 6px rgb(180,117,82),
  -7px 6px rgb(249,210,73), -7px 7px rgb(179,116,81);
  background: linear-gradient(45deg, #ffe4ab 0%, #ffffff 30%, #f9f6ce 80%, #fc9c68 100%);
  
		word-break: normal;
	}

	.td4f:hover {
	background: linear-gradient(45deg, #fc9c68 0%, #f9f6ce 20%, #ffffff 60%, #ffe4ab 100%);
	  box-shadow:
  -1px 0px rgb(255,216,79), -1px 1px rgb(185,122,87),
  -2px 1px rgb(254,215,78), -2px 2px rgb(184,121,86),
  -3px 2px rgb(253,214,77), -3px 3px rgb(183,120,85),
  -4px 3px rgb(252,213,76), -4px 4px rgb(182,119,84),
  -5px 4px rgb(251,212,75), -5px 5px rgb(181,118,83) ;
	border-radius: 20px 30px / 40px 10px;
		}
	
	.td5 {
	width: 100%; height: 25px; 
	padding: 1px; margin: 1px; 
	border-color: darkred;  
	border-radius: 7px;  
	border-color: darkred;
	font-family: Arial; color: #210d18;  font-size: 105%; text-align: center;
	background:  #f6daaf;
 	background: linear-gradient(45deg, rgba(237,134,134,10) 0%, rgba(2464,243,159,1) 30%, rgba(245,227,163,1) 60%, rgba(212,167,167,10) 100%); /* CSS3 */
	box-shadow: inset #f3f3ef 0 0 10px 5px, #97837b 0 0 2px 2px;
    	opacity: 0.9;
	}
.td5:hover {
	background: #fff;
	border-radius: 10px; 
	box-shadow: inset #cececc 0 0 10px 5px, #97837b 0 0 5px 5px; 
	} 

.td6 {height: 20px;
	width: 20%;
	font-weight: bold; 
	text-align: center; 
	font-family: Cambria,  Arial;
	font-size: 95%;   
	border-color: #ffe5a1;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(193,207,215,1) 50%, rgba(246,251,253,1) 89%, rgba(246,251,253,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(193,207,215,1)), color-stop(89%, rgba(246,251,253,1)), color-stop(100%, rgba(246,251,253,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(193,207,215,1) 50%, rgba(246,251,253,1) 89%, rgba(246,251,253,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(193,207,215,1) 50%, rgba(246,251,253,1) 89%, rgba(246,251,253,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(193,207,215,1) 50%, rgba(246,251,253,1) 89%, rgba(246,251,253,1) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(193,207,215,1) 50%, rgba(246,251,253,1) 89%, rgba(246,251,253,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6fbfd', GradientType=1 );
Copy text
	box-shadow: 2px 2px 2px rgba(120,59,118,0.5);
	word-break: normal;
	}


.td6:hover {background: #f7efe7;
				background: rgba(253,241,211,1);
background: -moz-linear-gradient(-45deg, rgba(253,241,211,1) 0%, rgba(253,212,99,1) 51%, rgba(255,190,10,1) 63%, rgba(252,230,171,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(253,241,211,1)), color-stop(51%, rgba(253,212,99,1)), color-stop(63%, rgba(255,190,10,1)), color-stop(100%, rgba(252,230,171,1)));
background: -webkit-linear-gradient(-45deg, rgba(253,241,211,1) 0%, rgba(253,212,99,1) 51%, rgba(255,190,10,1) 63%, rgba(252,230,171,1) 100%);
background: -o-linear-gradient(-45deg, rgba(253,241,211,1) 0%, rgba(253,212,99,1) 51%, rgba(255,190,10,1) 63%, rgba(252,230,171,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(253,241,211,1) 0%, rgba(253,212,99,1) 51%, rgba(255,190,10,1) 63%, rgba(252,230,171,1) 100%);
background: linear-gradient(135deg, rgba(253,241,211,1) 0%, rgba(253,212,99,1) 51%, rgba(255,190,10,1) 63%, rgba(252,230,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf1d3', endColorstr='#fce6ab', GradientType=1 );}

.td7 {	height: 15%;
	font-weight: bold; 
	text-align: center; 
	font-family: Arial;
	font-size: 95%;   
	border-color: cremian;
	background: #f8e08e;
	border-radius: 10px;
	box-shadow: inset 2px 2px 5px rgba(123,123,121,0.7);
	word-break: normal;
	}

.td7:hover {
		background: ivory;
	}

.td8 {width: 200px; height: 100px;
    background: lightblue;
    border-top-left-radius: 15em 1em;
    border-bottom-right-radius: 15em 1em;
    text-align: center;	
	
}

.td8:hover {
	 
	background: #f7e8ec;
	}
	
	.td9 {
	width: 95%; height: 32px; 
	padding: 1px; margin: 1px; 
	border-radius: 10px;  
	font-family: Arial; color: #210d18;  font-size: 100%; text-align: center;
	word-break: normal;
	box-shadow: inset 2px 2px 5px rgba(123,123,121,0.7);
 	background: #dbe4f1;
    background: linear-gradient(to top, #c4c4c4 0%, #f9fdcb 42%, #d3d3d3 100%);}

.td9:hover {background: ivory;
	    ;}

.td10 {box-shadow:
     -1px 0px rgb(211,188,180), -1px 1px rgb(173,140,99),
  -2px 1px rgb(210,187,179), -2px 2px rgb(172,139,98),
  -3px 2px rgb(209,186,178), -3px 3px rgb(171,138,97),
  -4px 3px rgb(208,185,177), -4px 4px rgb(170,137,96),
  -5px 4px rgb(207,184,176), -5px 5px rgb(169,136,95),
  -6px 5px rgb(206,183,175), -6px 6px rgb(168,135,94),
  -7px 6px rgb(205,182,174), -7px 7px rgb(167,134,93),
  -8px 7px rgb(204,181,173), -8px 8px rgb(166,133,92);
   padding: 1%;
	margin: 1%;
   border-radius: 15px;
	}
	
	.td10:hover {box-shadow:
  -1px 0px rgb(211,188,180), -1px 1px rgb(173,140,99),
  -2px 1px rgb(210,187,179), -2px 2px rgb(172,139,98),
  -3px 2px rgb(209,186,178), -3px 3px rgb(171,138,97),
  -4px 3px rgb(208,185,177), -4px 4px rgb(170,137,96),
  -5px 4px rgb(207,184,176), -5px 5px rgb(169,136,95);
	}

	 .book-shadow{ box-shadow:
  -1px 0px rgb(219,219,219), -1px 1px rgb(185,186,171),
  -2px 1px rgb(218,218,218), -2px 2px rgb(184,185,170),
  -3px 2px rgb(217,217,217), -3px 3px rgb(183,184,169),
  -4px 3px rgb(216,216,216), -4px 4px rgb(182,183,168),
  -5px 4px rgb(215,215,215), -5px 5px rgb(181,182,167),
  -6px 5px rgb(214,214,214), -6px 6px rgb(180,181,166),
  -7px 6px rgb(213,213,213), -7px 7px rgb(179,180,165),
  -8px 7px rgb(212,212,212), -8px 8px rgb(178,179,164),
  -9px 8px rgb(211,211,211), -9px 9px rgb(177,178,163),
  -10px 9px rgb(210,210,210), -10px 10px rgb(176,177,162),
  -11px 10px rgb(209,209,209), -11px 11px rgb(175,176,161);
width: 90%; border: none; border-radius: 1%; margin-left: 7%; margin-bottom: 7%;
}

.hid {color: ivory;}

.hid:hover {color: gray;}

.tits    {font-size: 135%; 
          word-spacing: 4px; letter-spacing: 3px; 
          font-family:  Festival_Deco, akmeist, Courier New, arial; 
          text-align: center; 
          color: #82675e; 
          text-shadow: 3px 3px 3px #bfa9b3;
          padding: 3px;
	 word-break: normal;
	}
.tits1 {font-size: 115%; 
	width: 50%; 
	word-spacing: 4px; letter-spacing: 3px; 
	margin-top: 1%; padding: 1%; 
	font-family: AGZeppelin;
	 color: white; 
	border-color: darkred; 
	background: url(../ilustr/fon_podarunk3.jpg); 
	background-size: 15%;
	border-radius: 10%;  
}
.w	 {
	color: #fff;
	text-align: center; 
	}
	
.opacity { 
	border-color: darkred; 
	border-radius: 40px 10px 40px 10px; 
	box-shadow: 2px 2px 2px rgba(120,59,118,0.5); 
	opacity: 0.8; filter: alpha(opacity=75); 
	clear: both; 
	padding-left: 2px; margin: 2px;
}
 

.fire {
	font: 105% broadway,  Tahoma, Helvetica, Arial, Sans-Serif;
	text-align: center;
                 color: #a43c7c;
                text-shadow: 0px 2px 3px #666;
					 word-break: normal;
}

.fire:hover {
	font: 120% broadway, Tahoma, Helvetica, Arial, Sans-Serif;
	text-align: center;
                 color: #b81f43;
            	text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #f3a112, 0 0 15px  #f3a112, 0 0 20px #f3a112, 0 0 25px #f3a112, 0 0 30px #f3a112;
	transition: all 1s ease-in-out 0s;
}



.neon {
	font-size: 100%;
	text-align: center;
        font-weight: bold;
	color: #a43c7c;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fec9cd, 0 0 50px  #fec9cd, 0 0 60px #fec9cd, 0 0 70px #fec9cd, 0 0 80px #fec9cd;
       	transition: all 1s ease-in-out 0s;
	word-break: normal; 
}

.neon:hover {
	font: 100%;
	text-align: center;
        font-weight: bold;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 50px #faec04, 0 0 70px  #faec04, 0 0 80px #faec04, 0 0 90px #faec04, 0 0 100px #faec04;
                 color: #a43c7c;
            	
	transition: all 1s ease-in-out 0s;
}

.white-black {
	font-size: 105%  Arial, Sans-Serif;
	text-align: center;
	font-weight: 900;
	color: #6b4a1e;
	letter-spacing: 1%;
	word-spacing: 3%;
	text-shadow: 2px 2px 2px #c7b69e;
}

.head {font-family: arial; letter-spacing: 1%;
	word-spacing: 3%; color: #553a16; 
        font-size:  95%; 
	text-align: center;
	font-weight: 800;
	text-shadow: 2px 2px 3px #bfa9b3; 
	 overflow: hidden; 
	 } 
.text {	font-size: 95%;
	text-indent: 0px;
	font-family: Arial Narrow, Arial;
	text-align: left;
	color: #4a2238;
	clear: both;  
	display: block;
   		 } 
.textbr {
	font-family: Arial;
	font-weight: bold;
	color: #F4DA84;
	text-shadow: 
		-0   -2px 1px #c02f2f,
		 0   -2px 1px #c02f2f,
		-0    2px 1px #c02f2f,
		 0    2px 1px #c02f2f,
		-2px -0   1px #c02f2f,
		 2px -0   1px #c02f2f,
		-2px  0   1px #c02f2f,
		 2px  0   1px #c02f2f,
		-1px -2px 1px #c02f2f,
		 1px -2px 1px #c02f2f,
		-1px  2px 1px #c02f2f,
		 1px  2px 1px #c02f2f,
		-2px -1px 1px #c02f2f,
		 2px -1px 1px #c02f2f,
		-2px  1px 1px #c02f2f,
		 2px  1px 1px #c02f2f,
		-2px -2px 1px #c02f2f,
		 2px -2px 1px #c02f2f,
		-2px  2px 1px #c02f2f,
		 2px  2px 1px #c02f2f,
		-2px -2px 1px #c02f2f,
		 2px -2px 1px #c02f2f,
		-2px  2px 1px #c02f2f,
		 2px  2px 1px #c02f2f;
}
p      {font-size: 98%;
	font-family:  Arial;
	text-align: justify;
	color: #86676b;
	text-indent: 3%;
	clear: both;  
	display: block;
	margin: 0.5%;
	padding: 0.5%;
   		 } 
.p1      {font-size: 105%;
	font-family:  Arial;
	text-align: justify;
	color: #221c1d;
	clear: both;  
	display: block;
	margin: 0.5%;
	padding: 0.5%;
   		 }   

ul{	list-style-type: square;
 	font-size: 97%;}     
ol {	font-size: 97%;	} 

li	{font-size: 97%;
	font-family: Arial;
	font-weight: bold;
	color: #81555a;
	text-align: left;
	padding: 0.5%;
	margin: 1.0%;
	} 
	
.shadow-t {text-shadow: 2px 2px 2px #09165a;}	 
 
	  
.red  {
	font: 102%  Arial ;
	font-weight: 700;
	color: #a13530;
	margin: 5px;
	word-break: normal;
		}  

.mark1  {
	font: 102%  Arial ;
	font-weight: 700;
	background: #fceab9;
	word-break: normal;
		}  
		
		.g  {
	font: 105%  Arial;
	font-weight: 700;
	color: #898686;
	margin: 5px;
	word-break: normal;
}  

 .line {width: 30%;
	height: 35px; 
	padding: 1px; margin: 1px;
	border-radius: 50px 50px 0px 0px;
	vertical-align: center;
                  border-style: outset;
	border-color: #fff;
	box-shadow: 0.1em 0.1em 1px rgba(115,52,87,0.5);
  }       


.line1 {	width: 100%;
		padding: 1px; margin: 1px;
		text-align: center;
                  border-style: outset;
	border-color: #fff;
	box-shadow: 0.1em 0.1em 1px rgba(115,52,87,0.5);
  }   
  
  hr {height: 1px; width: 90%;  color: #604343; }
  
.hr1{padding: 2px; margin: 2px; border-style: solid; box-shadow: inset #d6967e 0 0 3px 2px;}
 .turn {
	 padding: 4px; margin: 2px;
 	 border-color: #7f1441;
	 -moz-transform: rotate(-2deg); /* Для Firefox */
   	 -ms-transform: rotate(-2deg); /* Для IE */
   	 -webkit-transform: rotate(-2deg); /* Для Safari, Chrome, iOS */
   	 -o-transform: rotate(-2deg); /* Для Opera */
   	 transform: rotate(-2deg);
   	 border-radius: 2px 2px 2px 2px;
    	box-shadow: 0.4em 0.4em 5px rgba(115,52,87,0.5);
  	 transition: all 1s ease-in-out 0s;
   	 z-index: 1;
   }  
 .turn0 {
	 padding: 4px; margin: 2px;
 	 border-color: #7f1441;
	 -moz-transform: rotate(2deg); /* Для Firefox */
   	 -ms-transform: rotate(2deg); /* Для IE */
   	 -webkit-transform: rotate(2deg); /* Для Safari, Chrome, iOS */
   	 -o-transform: rotate(2deg); /* Для Opera */
   	 transform: rotate(2deg);
   	 border-radius: 2px 2px 2px 2px;
    	box-shadow: 0.4em 0.4em 5px rgba(115,52,87,0.5);
  	 transition: all 1s ease-in-out 0s;
   	 z-index: 1;
   }  
  .turn1 {
	 padding: 4px; margin: 2px;
 	 border-color: #7f1441;
	 -moz-transform: rotate(1deg); /* Для Firefox */
   	 -ms-transform: rotate(1deg); /* Для IE */
   	 -webkit-transform: rotate(1deg); /* Для Safari, Chrome, iOS */
   	 -o-transform: rotate(1deg); /* Для Opera */
   	 transform: rotate(1deg);
   	 border-radius: 2px 2px 2px 2px;
    	box-shadow: 0.4em 0.4em 5px rgba(115,52,87,0.5);
  	 transition: all 1s ease-in-out 0s;
   	 z-index: 1;
   }  


 .turn1:hover {
	 padding: 4px; margin: 2px;
 	 border-color: #7f1441;
	     	-moz-transform: rotate(-1deg); /* Для Firefox */
   	 -ms-transform: rotate(-1deg); /* Для IE */
   	 -webkit-transform: rotate(-1deg); /* Для Safari, Chrome, iOS */
   	 -o-transform: rotate(-1deg); /* Для Opera */
   	 transform: rotate(-1deg);
   	 border-radius: 2px 2px 2px 2px;
    	 box-shadow: 0.4em 0.4em 5px rgba(115,52,87,0.5);
  	 transition: all 1s ease-in-out 0s;
   	 z-index: 1;
   }         				 

  .turn2 {
	 padding: 4px; margin: 2px;
	 border-width: 1px ; border-color: #7f1441;
         -moz-transform: rotate(-1deg); /* Для Firefox */
   	 -ms-transform: rotate(-1deg); /* Для IE */
   	 -webkit-transform: rotate(-1deg); /* Для Safari, Chrome, iOS */
   	 -o-transform: rotate(-1deg); /* Для Opera */
   	 transform: rotate(-1deg);
   	 border-radius: 30px 0px 30px 0px;
    	box-shadow: 0.4em 0.4em 5px rgba(115,52,87,0.8);
  	 transition: all 1s ease-in-out 0s;
   	 z-index: 1;
         text-shadow: 2px 2px 1px #8a495a;
   }


  .turn2:hover 
{
     	border-width: 1px; border-color: #7f1441;  
     	padding: 4px; margin: 2px;
   	 -moz-transform: rotate(1deg); /* Для Firefox */
    	-ms-transform: rotate(1deg); /* Для IE */
   	 -webkit-transform: rotate(1deg); /* Для Safari, Chrome, iOS */
    	-o-transform: rotate(1deg); /* Для Opera */
   	 transform: rotate(1deg);
  	 border-radius: 30px 0px 30px 0px;
    	box-shadow: 0.4em 0.4em 5px rgba(115,52,87,0.5);
    	 z-index: 1;
   }


 .turn3 {
	 padding: 4px; margin: 2px;
	 border-width: 1px ; border-color: #7f1441;
         -moz-transform: rotate(180deg); /* Для Firefox */
   	 -ms-transform: rotate(180deg); /* Для IE */
   	 -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
   	 -o-transform: rotate(180deg); /* Для Opera */
   	 transform: rotate(180deg);
   	 border-radius: 30px 0px 30px 0px;
    	 box-shadow: inset #f2dcb5 0 0 20px 10px, #e6916b 0 0 20px 12px;
  	 transition: all 1s ease-in-out 0s;
   	 z-index: 1;
   }

.turn4 { -webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg); 
transform: rotate(180deg); }

.line-sq {width: 25px; height: 25px; float: left; border: 5px solid pink; margin: 1px; padding: 1px;}



.img1  { 	
	box-shadow: 0.5em 0.5em  2em rgba(109,109,112,0.7);
        border-radius: 5%; 
        image-rendering:  optimizeQuality; 
	padding: 1%; margin: 1%;
	overflow: hidden;
        image-rendering: optimizeQuality; }


.img_el  { 	
	box-shadow: 0.2em 0.2em 10px rgba(37,12,29,0.5);
          	border-radius: 100px/20px; 
	padding: 5px; margin: 5px; }

.img2  { 	
	 border-radius: 250px; 
	padding: 0px; margin: 0px; 
        box-shadow: 0.2em 0.2em 10px rgba(37,12,29,0.5);
	border-color: #ffe908;
	border-width: 5px;
	border-style: inset;}
	
	.img3  { 	
	 border-radius: 25px; 
	padding: 0px; margin: 0px; 
   box-shadow: 0 0 20px rgba(218,179,117,0.5);
	box-shadow: inset #f2dcb5 0 0 10px 5px, #f8ebd5 0 0 5px 3px;
	border-color: #f69903;
	border-width: 10px;
	border-style: inset;}

.img5  { 	
	box-shadow: 0.2em 0.2em 10px rgba(37,12,29,0.5);
          	border-radius: 50px;
	                    opacity:0.4;}
 

.img5:hover  { 	
	box-shadow: 0.2em 0.2em 10px rgba(37,12,29,0.5);
          	border-radius: 50px; 
	        	        opacity:0.9; }


img.big {
	cursor: pointer; width: 150px; 
	border-radius: 30px 0px 30px 0px;
	box-shadow: 0.4em 0.4em 5px rgba(147,65,111,0.5);
	overflow: hidden;
}
		
img.big:hover {
	width: 200px; 
	transition: all 1s ease-in-out 0s;
}

@keyframes anim {
	from { top:  0px;  right:  10px; opacity: 0; }
	to { top: 60px;  right: 10px; opacity: 9; }}

.wrap1 {
	animation: anim 4s 1;
	animation-direction: normal;
	border-radius: 0; 
	background: #ad9078;
	box-shadow: none; 
	transform: skew(0deg,03deg);
	all 2s ease-in-out;
	overflow: hidden;}


.wrap2 {
	animation: anim 1s 1;
	animation-direction: normal;
	animation-timing-function: ease-out;
	border-radius: 50px; 
	padding: 0px; margin: 0px; 
        box-shadow: 0.2em 0.2em 10px rgba(37,12,29,0.5);
	border-color: #ffe908;
	border-width: 5px;
	border-style: inset;
	moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;}

.wrap2:hover { 	cursor: pointer; width: 350px; 
	 -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
	moz-transition: all 3s ease-out;
        -o-transition: all 3s ease-out;
        -webkit-transition: all 3s ease-out;}


.wrap3 {
	animation: anim 1s 1;
	animation-direction: normal;
	border-radius: 15px; 
	padding: 0px; margin: 0px; 
        box-shadow: 0.2em 0.2em 10px rgba(37,12,29,0.5);
	border-color: #f3e9a9;
	border-width: 8px;
	border-style: inset;
	moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
	overflow: hidden;}

.wrap3:hover { 	cursor: pointer; width: 350px; 
	 -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
	moz-transition: all 3s ease-out;
        -o-transition: all 3s ease-out;
        -webkit-transition: all 3s ease-out;}


.wrap4 {
	animation: anim 1s 1;
	animation-direction: normal;
	border-radius: 15px; 
	padding: 0px; margin: 0px; 
        box-shadow: 0.2em 0.2em 10px rgba(37,12,29,0.5);
	border-color: #7f1441;
	border-width: 3px;
	border-style: inset;
	moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;}

.wrap4:hover { 	cursor: pointer; width: 10%; 
	 -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
	moz-transition: all 3s ease-out;
        -o-transition: all 3s ease-out;
        -webkit-transition: all 3s ease-out;}

.ewd {	border-radius: 20px; 
	text-align: center;
	font: 100%  Arial;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	border-style: inset; 
	border-color: black;
        background: #ffffff;
	opacity: 0.8;	}


.ewd:hover {	border-radius: 20px; 
	text-align: center;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	border-style: inset; 
	border-color: #904e69;
        background: #e9e4a8;
	opacity: 0.9;}

.free	{box-shadow: 0.4em 0.4em 5px rgba(168,171,158,0.5); 
	 border-radius: 60% 80% / 100% 90% 60% 50%;}
.free1	{box-shadow: 0.4em 0.4em 5px rgba(168,171,158,0.5); 
	 border-radius: 80%/150%;}

h5{font-size: 100% Tahoma, Helvetica, Arial, Sans-Serif;
	text-align: center;
	color: #ae0f25;
text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
}

h4{ font-size: 105%;
       text-align: center;
       color: #fff;
       margin: 0 -30px 30px -30px;
       padding: 10px 0;
       text-shadow: 0 2px rgba(0,0,34,.8), 2px 2px 0 rgb(180,180,180);
       background: #a7718f
	letter-spacing: 4px; word-spacing: 6px;

background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a7718f, endColorstr=#1e5799); /* IE6-9 */
       -moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
       -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
       box-shadow: 0 2px 0 rgba(0,0,0,.3);   }
 
   h4:before, h4:after
   {
       content: '';
       position: absolute;
       border-style: solid;
       border-color: transparent;
       bottom: -10px;
   }
 
   h4:before
   {
       border-width: 0 10px 10px 0;
       border-right-color: #222;
       left: 0;
   }
   
   h4:after
   {
       border-width: 0 0 10px 10px;
       border-left-color: #222;
       right: 0;
   }
   .main1 {
padding: 20px;
-moz-box-shadow: 2px 2px -5px #870F00;
-o-box-shadow: 2px 2px -5px #870F00;
-webkit-box-shadow: 2px 2px -5px #870F00;
box-shadow: 2px 2px -5px #870F00;
}
.out {
background-color: #fde2f1;
margin: 20px;
-moz-box-shadow: 2px 2px 10px #472400;
-webkit-box-shadow: 2px 2px 10px #472400;
box-shadow: 2px 2px 10px #472400;
}

h3  {
	font: 105%  Arial ;
	font-weight: bold;
	color: #542c12;
	text-align: center;}


.shadow1 {box-shadow: 3px 3px 10px 1px rgba(91,92,81,0.45);}
.shadow1:hover {box-shadow: 1px 1px 5px 1px rgba(91,92,81,0.45);}

  

.verticaltext {padding: 25px;
margin: 25px;
  -moz-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
 }

.object {
    position: absolute;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 2s ease-in-out; /** Firefox **/
    -o-transition: all 2s ease-in-out; /** Opera **/
}


#axis:hover .move-right{
    transform: translate(700px,0);
    -webkit-transform: translate(700px,0); /** Chrome & Safari **/
    -o-transform: translate(700px,0); /** Opera **/
    -moz-transform: translate(700px,0); /** Firefox **/
opacity: 0.9;
     }
#axis:hover .move-left{
    transform: translate(-700px,0);
    -webkit-transform: translate(-700px,0); /** Chrome & Safari **/
    -o-transform: translate(-700px,0); /** Opera **/
    -moz-transform: translate(-700px,0); /** Firefox **/
opacity: 0.9;   
}
 .div_animate {
    repeat-x 0 100% fixed,
    linear-gradient(to top, #5080b1, #004e8c) fixed;
    animation: knigi 60s linear infinite;
    -webkit-animation: knigi 60s linear infinite;
   }
   @keyframes knigi {
    from { background-position: -1000px 100%, 120% 30%, 120% 15%, 0 0;}
    to { background-position: 0 100%, -200% 10%, -50% 15%, 0 0; }
   }
   @-webkit-keyframes knigi {
    from { background-position: -1000px 100%, 120% 30%, 120% 15%, 0 0;}
    to { background-position: 0 100%, -200% 10%, -50% 15%, 0 0; }
   }   

#trapezium {
     height: 10%;
     width: 80%;
     border-bottom: 2em solid #91a98d;
     border-left: 1em solid transparent;
     border-right: 1em solid transparent;
}
.round {
    border-radius: 100%;  
    box-shadow: 2px 2px 10px #472400;  
}
.shadow {
    -webkit-filter: drop-shadow(0 0 3px rgba(100,0,0,0.5));
    filter: drop-shadow(0 0 3px rgba(100,0,0,0.5));
   }
.mirrorY {
    transform: scaleY(-0.9); /* Отражаем по вертикали */
    opacity: 0.2; /* Полупрозрачность */
   }
.mirrorX {
    transform: scaleX(-1); /* Отражаем по вертикали */
    opacity: 0.2; /* Полупрозрачность */
   }


.multi-border {
	background: #804020;
	border: 1px solid #ffffff;
	border-radius: 40px;
	box-shadow:
	/* линии внутри */
	inset #804020 0 0 0  3px,
	inset #ffffff 0 0 0  4px,
	inset #804020 0 0 0  7px,
	inset #ffffff 0 0 0  8px,
	/* линии снаружи */ 
	      #804020 0 0 0  3px,
	      #ffffff 0 0 0  4px,
	      #804020 0 0 0  7px,
	      #ffffff 0 0 0  8px,
	      #804020 0 0 0 15px;
	
	}
.page-footer {
  padding: 20px 0;
  width: 100%; height: 1%; background-color: #383d6d;
}

.footer-header {text-align: center; font-family: arial; font-size: 260%; color: white;
}
.header-site a {
  margin-left: 56px;
  color: #fea18d;
  text-decoration: none;
  float: left;
}


.header-email a {
  margin-right: 56px;
  color: #fea18d;
  text-decoration: none;
 float: right; 
}


	.border-div {
    border-style: solid;
border-width: 15px;
-moz-border-image: url(http://www.w3.org/TR/css3-background/border.png) 27 repeat;
-webkit-border-image: url(http://www.w3.org/TR/css3-background/border.png) 27 repeat;
-o-border-image: url(http://www.w3.org/TR/css3-background/border.png) 27 repeat;
border-image: url(http://www.w3.org/TR/css3-background/border.png) 27 repeat;
   }

h5 {
  background-color: #9e9a9a;
  color: transparent;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}

.rotating_p {
  animation: rotating 10s linear 0s infinite;
  text-shadow: 2px 2px 2px #4C0D41;
  box-shadow: inset 0 0 3em darkblue;
  opacity: 0.8;}

@keyframes rotating {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}}
	 
 .translating_p {
    animation: translating 8s linear 0s infinite;
    text-shadow: 2px 2px 2px #4C0D41;
    opacity: 0.8;
    box-shadow: inset 0 0 3em darkred;}

@keyframes translating {
  0%  { transform: translate(0, 0);}
  25% { transform: translate(140px, 0);}
  50% { transform: translate(140px, 100px);}
  75% { transform: translate(0, 100px);}
  100%{ transform: translate(0, 0);}}


.hu1 {
    -webkit-filter: hue-rotate(-100deg);
    filter: hue-rotate(-100deg);}
.invert {
    -webkit-filter: invert(1);
    filter: invert(1);
   }
	.invert:hover  {
    -webkit-filter: invert(0);
    filter: invert(0);
	 transition: 5s;
   }
.saturate {
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5);
   }
 .grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 5s;
   }
   .grayscale:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
   }
 .sepia {
    -webkit-filter: sepia(80%);
    filter: sepia(80%);
    transition: 3s;
   }
   .sepia:hover {
    -webkit-filter: sepia(0);
    filter: sepia(0);
   }
		
	.two-shadow {box-shadow: inset 1em 1em 2em -1em lightgrey, inset -1em -1em 2em -1em tomato;}	
			
	.red-shadow	{text-shadow: 
		 0   -8px  0   #8c321d,
		 0   -10px 0   #DD4242,
		-0    10px 0   #DD4242,
		 0    10px 0   #DD4242,
		-10px -0   0   #DD4242,
		 10px -0   0   #DD4242,
		-10px  0   0   #DD4242,
		 10px  0   0   #DD4242,
		-1px -10px 0   #DD4242,
		 1px -10px 0   #DD4242,
		-1px  10px 0   #DD4242,
		 1px  10px 0   #DD4242,
		-10px -1px 0   #DD4242,
		 10px -1px 0   #DD4242,
		-10px  1px 0   #DD4242,
		 10px  1px 0   #DD4242,
		-2px -10px 0   #DD4242,
		 2px -10px 0   #DD4242,
		-2px  10px 0   #DD4242,
		 2px  10px 0   #DD4242,
		-10px -2px 0   #DD4242,
		 10px -2px 0   #DD4242,
		-10px  2px 0   #DD4242,
		 10px  2px 0   #DD4242,
		-3px -10px 0   #DD4242,
		 3px -10px 0   #DD4242,
		-3px  10px 0   #DD4242,
		 3px  10px 0   #DD4242,
		-10px -3px 0   #DD4242,
		 10px -3px 0   #DD4242,
		-10px  3px 0   #DD4242,
		 10px  3px 0   #DD4242,
		-4px -10px 0   #DD4242,
		 4px -10px 0   #DD4242,
		-4px  10px 0   #DD4242,
		 4px  10px 0   #DD4242,
		-10px -4px 0   #DD4242,
		 10px -4px 0   #DD4242,
		-10px  4px 0   #DD4242,
		 10px  4px 0   #DD4242,
		-5px -10px 0   #DD4242,
		 5px -10px 0   #DD4242,
		-5px  10px 0   #DD4242,
		 5px  10px 0   #DD4242,
		-10px -5px 0   #DD4242,
		 10px -5px 0   #DD4242,
		-10px  5px 0   #DD4242,
		 10px  5px 0   #DD4242,
		-6px -10px 0   #DD4242,
		 6px -10px 0   #DD4242,
		-6px  10px 0   #DD4242,
		 6px  10px 0   #DD4242,
		-10px -6px 0   #DD4242,
		 10px -6px 0   #DD4242,
		-10px  6px 0   #DD4242,
		 10px  6px 0   #DD4242,
		-7px -10px 0   #DD4242,
		 7px -10px 0   #DD4242,
		-7px  10px 0   #DD4242,
		 7px  10px 0   #DD4242,
		-10px -7px 0   #DD4242,
		 10px -7px 0   #DD4242,
		-10px  7px 0   #DD4242,
		 10px  7px 0   #DD4242,
		-8px -10px 0   #DD4242,
		 8px -10px 0   #DD4242,
		-8px  10px 0   #DD4242,
		 8px  10px 0   #DD4242,
		-10px -8px 0   #DD4242,
		 10px -8px 0   #DD4242,
		-10px  8px 0   #DD4242,
		 10px  8px 0   #DD4242,
		-9px -10px 0   #DD4242,
		 9px -10px 0   #DD4242,
		-9px  10px 0   #DD4242,
		 9px  10px 0   #DD4242,
		-10px -9px 0   #DD4242,
		 10px -9px 0   #DD4242,
		-10px  9px 0   #DD4242,
		 10px  9px 0   #DD4242,
		-10px -10px 0   #8c321d,
		 10px -10px 0   #8c321d,
		-10px  10px 0   #8c321d,
		 10px  10px 0   #8c321d,
		-10px -10px 0   #8c321d,
		 10px -10px 0   #8c321d,
		-10px  10px 0   #8c321d,
		 10px  10px 0   #8c321d;
		 opacity: 0.5;
		 }
.sr-shadow	{text-shadow: 
		-0   -10px 0   #d44d25,
		 0   -10px 0   #d44d25,
		-0    10px 0   #d44d25,
		 0    10px 0   #d44d25,
		-10px -0   0   #d44d25,
		 10px -0   0   #d44d25,
		-10px  0   0   #d44d25,
		 10px  0   0   #d44d25,
		-1px -10px 0   #7d7a79,
		 1px -10px 0   #7d7a79,
		-1px  10px 0   #7d7a79,
		 1px  10px 0   #7d7a79,
		-10px -1px 0   #7d7a79,
		 10px -1px 0   #7d7a79,
		-10px  1px 0   #7d7a79,
		 10px  1px 0   #696767,
		-2px -10px 0   #696767,
		 2px -10px 0   #696767,
		-2px  10px 0   #696767,
		 2px  10px 0   #696767,
		-10px -2px 0   #696767,
		 10px -2px 0   #696767,
		-10px  2px 0   #696767,
		 10px  2px 0   #696767,
		-3px -10px 0   #696767,
		 3px -10px 0   #696767,
		-3px  10px 0   #696767,
		 3px  10px 0   #696767,
		-10px -3px 0   #696767,
		 10px -3px 0   #696767,
		-10px  3px 0   #696767,
		 10px  3px 0   #696767,
		-4px -10px 0   #696767,
		 4px -10px 0   #696767,
		-4px  10px 0   #696767,
		 4px  10px 0   #696767,
		-10px -4px 0   #696767,
		 10px -4px 0   #696767,
		-10px  4px 0   #696767,
		 10px  4px 0   #696767,
		-5px -10px 0   #696767,
		 5px -10px 0   #696767,
		-5px  10px 0   #696767,
		 5px  10px 0   #696767,
		-10px -5px 0   #696767,
		 10px -5px 0   #696767,
		-10px  5px 0   #696767,
		 10px  5px 0   #696767,
		-6px -10px 0   #696767,
		 6px -10px 0   #696767,
		-6px  10px 0   #696767,
		 6px  10px 0   #696767,
		-10px -6px 0   #696767,
		 10px -6px 0   #696767,
		-10px  6px 0   #696767,
		 10px  6px 0   #696767,
		-7px -10px 0   #696767,
		 7px -10px 0   #696767,
		-7px  10px 0   #a2543d,
		 7px  10px 0   #a2543d,
		-10px -7px 0   #a2543d,
		 10px -7px 0   #a2543d,
		-10px  7px 0   #a2543d,
		 10px  7px 0   #a2543d,
		-8px -10px 0   #a2543d,
		 8px -10px 0   #a2543d,
		-8px  10px 0   #a2543d,
		 8px  10px 0   #a2543d,
		-10px -8px 0   #a2543d,
		 10px -8px 0   #a2543d,
		-10px  8px 0   #a2543d,
		 10px  8px 0   #a2543d,
		-9px -10px 0   #a2543d,
		 9px -10px 0   #a2543d,
		-9px  10px 0   #a2543d,
		 9px  10px 0   #a2543d,
		-10px -9px 0   #a2543d,
		 10px -9px 0   #a2543d,
		-10px  9px 0   #a2543d,
		 10px  9px 0   #a2543d,
		-10px -10px 0   #af3d22,
		 10px -10px 0   #af3d22,
		-10px  10px 0   #af3d22,
		 10px  10px 0   #af3d22,
		-10px -10px 0   #af3d22,
		 10px -10px 0   #af3d22,
		-10px  10px 0   #af3d22,
		 10px  10px 0   #af3d22;
		 opacity: 0.7;
		 }	
		 
		.d33 {width: 150px; height: 80px; margin-left: 26px;
background: #B5DDD4;
position: relative;
border-radius: 10px;}

.d33:before {
content: "";
width: 0; height: 0;
position: absolute; right: 100%; top: calc(50% - 15px);
border-top: 12px solid transparent;
border-right: 24px solid #B5DDD4;
border-bottom: 12px solid transparent;}

.d27{
font-size: 10em; /* ?????? ?????? ?????? */
width: 0.3em; height: 0.3em; margin-bottom: 20px;
border: 0.1em solid #52C8E4;
position: relative;
border-radius: 50%;}

.d27:before {
content: "";
width: 0.3em; height: 0.08em;
position: absolute; right: -0.25em; bottom: -0.1em;
background: #52C8E4;
transform: rotate(45deg);}
		 	 
		 .biohazard {
  width: 70px; height: 70px;
  border: 100px solid;
  border-radius: 50%;
  border-top-color: white;
  border-bottom-color: white;
  border-left-color: #dcb867;
  border-right-color: #dcb867;
}
.arrow {
  width: 45%; height: 50%;
  border: 20px solid;
  border-color: #e5da93 #ba8b22 #fcbd31 #904f1b;
}


#zoom-animation {perspective: 800px;}

#zoom-animation div,
#zoom-animation p {
  background: #ecd482;
  color: white;
  height: 230px;
  line-height: 100px;
  margin: 25px;
  position: relative;
  text-align: center;
  width: 200px;
  border-radius: 100%;
}

#zoom-animation p {
  animation: zooming 3s alternate infinite both;
  background: #eece61;
  left: 2rem;
  opacity: 0.6;
  position: absolute;
  top: 2rem;
}

@keyframes zooming {
  0% {transform: translate3d(0, 0, 0);}
  100% {transform: translate3d(0, 0, 200px);}

	.kub {box-shadow:
  -1px 0px rgb(220,195,35), -1px 1px rgb(192,167,7),
  -2px 1px rgb(219,194,34), -2px 2px rgb(191,166,6),
  -3px 2px rgb(218,193,33), -3px 3px rgb(190,165,5),
  -4px 3px rgb(217,192,32), -4px 4px rgb(189,164,4),
  -5px 4px rgb(216,191,31), -5px 5px rgb(188,163,3),
  -6px 5px rgb(215,190,30), -6px 6px rgb(187,162,2),
  -7px 6px rgb(214,189,29), -7px 7px rgb(186,161,1);}

.kub:hover  {box-shadow:
   -1px 0px rgb(220,195,35), -1px 1px rgb(192,167,7),
  -2px 1px rgb(219,194,34), -2px 2px rgb(191,166,6),
  -3px 2px rgb(218,193,33), -3px 3px rgb(190,165,5);}
 


  </style>
