address{
    position: relative;
    margin: 0 auto 0px auto;
    padding: 10px 10px 5px 10px;
    height: 60px;
    width: 960px;
    background-color: #f2f2f2;
    border-bottom: 7px solid #247700;
    box-shadow: 0px 14px 18px rgb(26, 9, 5);
}
address:before{
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: url('../img/borderBlock.png') repeat-x;
}
address div.textContacts{
    float: left;
    margin: 0px 50px 0px 0px;
    font: 13px Arial, Tahoma, Verdana, sans-serif;
    color: #333;
}
address div.textContacts:nth-child(1){
    float: left;
    margin-left: 20px;
}
address div.textContacts:nth-child(2){
    margin: 0px 0px 0px 110px;
}
address div.textContacts:nth-child(3){
    float: right;
    margin-right: 20px;
}
address div.textContacts h3{
    position: relative;
    display: block;
    padding: 0 !important;
    margin: 0px 0px 5px 0px !important;
    font: 14px Arial, Tahoma, Verdana, sans-serif;
    color: #3f9509;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #fff;
}
address div.textContacts p{
    padding: 0;
    margin: 0;
}
address div.textContacts a{
    color: #333;
}
footer{
    position: relative;
    width: 980px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
}
div.copyRight{
    position: relative;
    float: left;
    margin: 15px 0px 0px 10px;
    font: 13px Arial, Tahoma, Verdana, sans-serif;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}
div.copyRightWM{
    float: right;
    margin: 5px 10px 0px 0px;
    text-shadow: 1px 1px 0px #000;
}