.sitedescription {
    /* text-align: center; */
    display: block;
    margin: 1px;
    padding: 30px;
    padding-top: 5px;
color: #fff;
letter-spacing: 0.1em;
width: 20%;
 font: bold 15px/20px 'PT Serif', Tahoma, Verdana, Segoe, sans-serif;
text-shadow: none;
}

#logo {
    display: block;
    margin: 30px;
    padding-top: 50px;
    font: bold 60px/50px 'PT Serif', Tahoma, Verdana, Segoe, sans-serif;
    color: #fff;
    text-decoration: none;
letter-spacing: 0.02em;
width: 60%;
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);
}

.top-menu li a, .top-menu li span {
    display: block;
    padding: 15px 60px;
    color: #fff;
    line-height: 15px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    cursor: pointer;
	font: bold 15px/18px 'PT Serif', Tahoma, Verdana, Segoe, sans-serif;
	}
.top-menu {
    border-radius: 0px 0px 25px 25px;
}
.topnav nav {
    margin: 1px;
}
.widget a {
    color: #fff;
}
.widget li {
    padding: 5px 0 5px 40px;
    position: relative;
	background: #1e55af;
}
.widget li {
	position: relative;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
	font-color: #fff;
 /* text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 1px 1px 1px; */
  user-select: none;
  padding: 1em 3em;
  outline: none;
  border-radius: 1px 15px 1px 15px;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
.widget li:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.widget li:active {
  top: 1px;
}

a img {
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 1px 15px 1px 15px;
border: 2px solid #bbb
 /* Рамка вокруг изображения-ссылки */
   }         
   a:hover img  {
    border: 3px solid #f26522; /* Рамка при наведении на ссылку курсора мыши */
-webkit-box-shadow: 0px 0px 16px 11px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 0px 16px 11px rgba(0,0,0,0.39);
box-shadow: 0px 0px 16px 11px rgba(0,0,0,0.39);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 1px 15px 1px;
border: 1px solid #fff;
   }
 img {
border-radius: 1px 15px 1px 15px;
}

.spoiler {
  display: none;
}
.spoiler1 {
  display: none;
}
 
class="dynamic"
a.dynamic {
    border-bottom: 1px dashed #0066CC;
    text-decoration: none;
}

.korpus > div, .korpus > input { display: none; }

.korpus label { padding: 5px; border: 1px solid #aaa; line-height: 28px; cursor: pointer; position: relative; bottom: 1px; background: #fff; }
.korpus input[type="radio"]:checked + label { border-bottom: 2px solid #fff; }

.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block; padding: 5px; border: 1px solid #aaa; }
.widget ul li::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 100%;
}
