*{ margin:0; }
html {
    font-family: Helvetica;
    font-style: oblique;
    /*font-family: sans-serif;  1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */

}

body{
    align-content: center;
    background-color: #fffde3;
    /* background-color: #ffffc6; */
}

.wrapper{
    width: 950px;
    height: 100%;
    min-height: 4000px;
    top: 245px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 10px;
    padding-bottom: 30px;
    background-color: #ffffff;

    position: relative;
  /*  z-index: -3; */

    box-shadow:
    inset #632cff 0 -3px 8px,
    inset rgba(252,255,255,.7) 0 3px 8px,
    rgba(0,0,0,.8) 0 3px 8px -3px;

}

header {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    width: 960px;
    height: 226px;
    position: fixed;
    z-index: 10;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;

    box-shadow:
    inset #632cff 0 -3px 8px,
    inset rgba(252,255,255,.7) 0 3px 8px,
    rgba(0,0,0,.8) 0 3px 8px -3px;

}
header img{
margin: 5px 45px 5px 40px;
    float: left;
}
header h1{
    color: black;
    margin: 30px;
    text-align: center;

    font-weight: bold;
    font-family: Helvetica;
    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);
    font-variant: small-caps;
}
header table{
    position: relative;
    left: 220px;
}
header table td{
    vertical-align: middle !important;
    padding: 6px !important;
}
/*
nav {
    width: 960px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #4da3bf;

    position: fixed;
    z-index: 1;
    left: 50%;
    top: 231px;
    transform: translate(-50%, -50%);
}

nav ul {
    float: right;
}

nav ul li {
    float: left;
    width: 50px;
    list-style-type: none;
}
nav li a {
    display: block;
    color: #ffffff;
    height: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 2.5em;
    text-decoration: none;
}
nav li a:hover {
    color: #1d1cff;
    background-color: #ffffff;
}
nav input {
    margin: 5px 0px 5px 110px;

}
*/
.shadow {
    padding: 3px;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 35px 8px rgba(0,1,5,1), 0 -3px 0 rgba(0, 0, 0, .05) inset;
    -moz-box-shadow: inset 0px 0px 35px 8px rgba(0,1,5,1), 0 -3px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: inset 0px 0px 3px 1px rgba(0,1,5,1), 0 -3px 0 rgba(0, 0, 0, .05) inset;
}
.shadow:hover {  /* при наведении курсора мышки */
    box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset;
}
/*
.shadow:focus {  /* при фокусе, когда поле input активно */
/*    outline: none;
    box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
    transition: .2s linear;
}
/*
nav button {
    width: 90px;
    margin: 5px 10px 5px 0px;
}
nav button,input {
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
*/
#container {
    width: 950px;
    height: 100%;
    min-height: 4000px;
    top: 245px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 10px;
    padding-bottom: 30px;
    background-color: #ffffff;

    position: relative;


    box-shadow:
    inset #632cff 0 -3px 8px,
    inset rgba(252,255,255,.7) 0 3px 8px,
    rgba(0,0,0,.8) 0 3px 8px -3px;

}

aside{
    background-color: #d8d5ff;
    width: 120px;
    min-height: 300px;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    float:left;
   /* z-index: -4; */
    position: relative;

    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}

main {
    background-color: #d8d5ff;
    width: 99%;
    /*width: 750px;
    margin: 10px 10px 40px 10px;
        left: 10px;
    top: 5px;*/

    min-height: 300px;
    float:left;

    position: relative;

  /*  z-index: 4; */

    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}

article {
     background-color: #ffffff;
     /*width: 700px;*/
     min-height: 220px;
     text-align: justify;

     margin: 10px 10px 40px 10px;
     padding: 10px 10px 40px 10px;

     -webkit-border-top-left-radius: 15px;
     -webkit-border-top-right-radius: 15px;
     -moz-border-radius-topleft: 15px;
     -moz-border-radius-topright: 15px;
     border-top-left-radius: 15px;
     border-top-right-radius: 15px;
     -webkit-border-bottom-left-radius: 15px;
     -webkit-border-bottom-right-radius: 15px;
     -moz-border-radius-bottomleft: 15px;
     -moz-border-radius-bottomright: 15px;
     border-bottom-left-radius: 15px;
     border-bottom-right-radius: 15px;
 }
article h2{
    color: black;
    margin: 10px;
    text-decoration: underline;
    text-decoration: solid;

    font-weight: bold;
    font-family: Helvetica;
    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);
}
article h5{
    color: black;
    margin: 10px;
    text-align: right;
    text-decoration: underline;
    font-style: italic;
}
article img{
    height: 200px;
    width: 200px;

    margin: 10px 10px 40px 10px;
    padding: 10px 10px 40px 10px;
    float: right;

    box-shadow:
    inset #632cff 0 -3px 8px,
    inset rgba(252,255,255,.7) 0 3px 8px,
    rgba(0,0,0,.8) 0 3px 8px -3px;

    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
article .pic {
    height: 20px;
    width: 20px;
    float: left;
    margin: 0px;
    padding: 1px;
}

article table img {
    height: 25px;
    width: 55px;
    float: left;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
}

article p{
    text-indent: 1.5em; /* Отступ первой строки */
    text-align: justify; /* Выравнивание по ширине */
}

footer {
    position: fixed;
    z-index: 1;
    bottom:5px;
    left: 0;
    right: 0;
    margin: 0 auto;


    background-color: #4da3bf;
    height: 25px;
    width: 950px;
    text-align: right;
    font-style: oblique;
    font-size: small;
    text-decoration: solid;


    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

    box-shadow:
    inset #632cff 0 -3px 8px,
    inset rgba(252,255,255,.7) 0 3px 8px,
    rgba(0,0,0,.8) 0 3px 8px -3px;

}
.zaglushka_botton{
    height: 20px;
    align-content: center;
    background-color: #fffde3;
    position: fixed;
    z-index: 1;
    bottom:0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.zaglushka_top{
    height: 20px;
    align-content: center;
    background-color: #fffde3;
    position: fixed;
    z-index: 1;
    top:0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tracking {

}
.tracking td{
    text-align: left;

    padding: 2px;
}

/* блок ротатора хедера*/
#photo{
    width:400px; height:200px;
    margin: 5px 45px 5px 40px;
    float: left;
}
#photo div{
    position:absolute; z-index:0;
}
#photo div.current{
    z-index:2;
}
#photo div.previous{
    z-index:1;
}
/* -- кынець -- блок ротатора хедера*/