#block-temporary {
    padding: 10px;
    text-align: center;
    font: bold 20px serif;
    letter-spacing: 1px;
    color: #030;
}
html {
   height: auto; /*поменять на auto*/
   margin: 0;
}
body {
   height: auto; /*поменять на auto*/
   margin: 0;
}
hr {
    margin: 0;
}
#all {
   position: relative;
   left: 0;
   top: 0;
   height: auto; /*поменять на auto*/
   width: 100%;
   float: left;
   display: table;
}
#wrapper {
   position: relative;
   left: 0;
   top: 0;
   height: auto; /*поменять на auto*/
   width: 100%;
   vertical-align: middle;
   display: table-cell;
}
#pagecontent {
   position: relative;
   left: 0;
   top: 0;
   margin: 0 auto;
   height: 100%;
   width: 100%;
   background: url(/images/dengi.jpg);
}
#block-body {
   width: 100%;
   height: auto; /*поменять на auto*/
   margin: 0 auto;
   
}
/*HEADER---------------------------------------------------------------------------------------------------------------------*/
#block-header {
    width: 100%;
    height: 200px;
}
#logo {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    display: table;
    border-radius: 20px 20px 0 0;
    background: url(/images/background2.png) no-repeat;
}
#logo-img {
    width: 200px;
    height: 200px;
    display: table-cell;
    background: url(/images/logo-profit.png);
    text-align: center;
    vertical-align: middle;
}
#logo-name {
    width: 800px;
    height: 200px;
    display: table-cell;
    vertical-align: top;
}
#logo-name-top {
    width: 800px;
    height: 155px;
    text-align: left;
}
#logo-name-top > h2 {
    margin-top: 20px;
    margin-left: 10px;
    letter-spacing: 2px;
    color: #030;
    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);
}
#logo-name-top p {
    margin-left: 10px;
    margin-top: -12px;
    font: 17px serif;
    letter-spacing: 1px;
    color: #666;
}
#form-search {
   position: absolute;
   margin-top: 0;
   margin-left: 5px;
}
#form-search img {
   margin-left: -450px;
   margin-top: 30px;
   position: absolute;
}
#input-search {
   width : 420px;
   height: 27px;
   display: block;
   float: left;
   padding-left: 37px;
   font: 16px serif;
   margin-top: 20px;
   border: 1px solid #006A25;
   border-radius: 10px 0 0 10px;
}
#input-search:focus {
   border: 1px solid #9c9; 
}
#button-search {
    width : 80px;
    height: 31px;
    margin-left: -1px;
    margin-top: 20px;
    color: #666;
    cursor: pointer;
    letter-spacing: 1px;
    font: 16px serif;
    font-weight: bold;
    background: #fff;
    border-radius: 0 10px 10px 0;
    border: 1px solid #006A25;
}
#button-search:hover {
   color: #999; 
}
#search {
   width : 700px;
   height: 35px; 
   margin-top: -10px;
}
#logo-name-bottom {
    width: 800px;
    height: 30px;
}
#logo-name-bottom > ul {
    display: flex;
    margin-top: -20px;
    height: auto;
    width: 800px;
}
#logo-name-bottom li {
    height: auto;
    display: inline-block;
    padding: 5px 15px;
    margin-left: -35px;
    margin-right: 40px;
    border-radius: 10px;
    background: linear-gradient(to top, #65CB00, #fff);
    border: 1px solid #006A25;
    box-shadow: 0 1px 1px #000;
}
#logo-name-bottom li:hover {
    background: linear-gradient(to bottom, #65CB00, #fff);
}
#logo-name-bottom a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: bold;
}
#logo-info {
    width: auto;
    height: 200px;
    display: table-cell;
}
#logo-info-top {
    height: 145px;
    text-align: left;
}
#logo-info-top > h2 {
    margin-top: 20px;
    margin-left: -40px;
    color: #030;
    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);
}
#logo-info-top p {
    margin-top: -17px;
    margin-left: -40px;
    font: bold 17px serif;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #000;
}
#logo-info-bottom {
    height: auto;
    margin-top: -4px;
}
#logo-info-bottom span {
    margin-left: 2px;
    font: bold 17px serif;
    letter-spacing: 1px;
    color: #000;
    padding: 5px 15px;
    border-radius: 10px;
    background: linear-gradient(to top, #65CB00, #fff);;
    border: 1px solid #006A25;
    box-shadow: 0 1px 1px #000;
}
/*HEADER END---------------------------------------------------------------------------------------------------------------------*/
/*SLOGAN---------------------------------------------------------------------------------------------------------------------*/
#block-slogan {
    width: 1200px;
    height: 200px;
    background: url(/images/slogan.png);
    margin: 10px auto;
    border-radius: 0 0 20px 20px;
    display: table;
}
#slogan {
    width: 450px;
    display: table-cell;
}
#slogan h1 {
    margin-top: 70px;
    letter-spacing: 1px;
    margin-left: 100px;
    color: #030;
}
#slogan-info {
    width: 750px;
    display: table-cell;
    vertical-align: top;
}
#slogan-info p {
    margin-left: 80px;
    margin-right: 70px;
    color: #030;
}
#slogan-info h3 {
    margin-left: -130px;
    color: #030;
    text-align: center;
}
/*SLOGAN END---------------------------------------------------------------------------------------------------------------------*/
/*CONTENT---------------------------------------------------------------------------------------------------------------------*/
#content {
    width: 1200px;
    height: auto;
    margin: 10px auto;
}
#block-top-left {
    padding: 15px;
    width: 570px;
    height: 200px;
    float: left;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 20px;
    background: #cfc;
}
#block-top-left h2 {
    margin-top: -5px;
}
#block-top-left ul {
    text-align: left;
}
#block-top-left li {
    padding-bottom: 8px;
    padding-left: 5px;
    letter-spacing: 1px;
    font: 18px sans-serif;
}
#block-top-left a {
    text-decoration: none;
    color: #030;
}
#block-top-left a:hover {
    color: #6c0;
    cursor: pointer;
}
#block-top-right {
    padding: 15px;
    width: 570px;
    height: 200px;
    margin-left: 610px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 20px;
    background: #cfc;
}
#block-top-right h2 {
    margin-top: -5px;
}
#block-top-right ul {
    text-align: left;
}
#block-top-right li {
    padding-bottom: 8px;
    padding-left: 5px;
    letter-spacing: 1px;
    font: 18px sans-serif;
}
#block-top-right a {
    text-decoration: none;
    color: #030;
}
#block-top-right a:hover {
    color: #6c0;
    cursor: pointer;
}
#block-center {
    padding: 15px;
    width: 700px;
    height: auto;
    margin: 10px auto;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
}
#block-center h2 {
    margin-top: -5px;
}
#block-center li {
    list-style: none;
    padding-bottom: 8px;
    letter-spacing: 1px;
    font: 18px sans-serif;
}
#block-bottom-left {
    padding: 15px;
    width: 570px;
    height: 330px;
    float: left;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 20px;
    background: #cfc;
    margin-bottom: 20px;
}
#block-bottom-left h2 {
    margin-top: -5px;
}
#block-bottom-left ul {
    text-align: left;
}
#block-bottom-left li {
    padding-bottom: 8px;
    padding-left: 5px;
    letter-spacing: 1px;
    font: 18px sans-serif;
}
#block-bottom-left a {
    text-decoration: none;
    color: #030;
}
#block-bottom-left a:hover {
    color: #6c0;
    cursor: pointer;
}
#block-bottom-right {
    padding: 15px;
    width: 570px;
    height: 330px;
    margin-left: 610px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 20px;
    background: #cfc;
}
#block-bottom-right h2 {
    margin-top: -5px;
}
#block-bottom-right ul {
    text-align: left;
}
#block-bottom-right li {
    padding-bottom: 8px;
    padding-left: 5px;
    letter-spacing: 1px;
    font: 18px sans-serif;
}
#block-bottom-right a {
    text-decoration: none;
    color: #030;
}
#block-bottom-right a:hover {
    color: #6c0;
    cursor: pointer;
}
/*CONTENT END---------------------------------------------------------------------------------------------------------------------*/
/*FOOTER---------------------------------------------------------------------------------------------------------------------*/
#block-footer {
    width: 100%;
    height: auto;
    margin-top: 10px;
    background: #006A25;
    display: table;
}
#contacts, #links, #info {
    width: 33%;
    display: table-cell;
    text-align: left;
}
#block-footer h3 {
    color: #6c0;
    font-size: 20px;
    margin-top: 5px;
    margin-left: 40px;
    text-shadow: 0 1px 2px #000;
}
#block-footer ul {
    margin-top: -15px;
}
#block-footer li {
    list-style: none;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font: bold 17px serif;
    color: #6c0;
    text-shadow: 0 1px 2px #000;
}