.header-wrapper{
    height:174px;
     background:url(./images/top_bg.jpg) no-repeat;
    background-size:cover;
    background-position:center;
    overflow:hidden;}
.header{
    margin-top:21px;}
.nav{
    background:#1f1f1f;}
.secondList {
    padding-bottom:15px;}
.secondList h2 a{
    height:50px;
    line-height: 50px;
    font-size:18px;
    color:#676565;}

.secondList p{
    color:#787878;}
.secondList p a{
    color:#0C7124;
    font-size:14px;}
.footer {
    height:auto;
    background: #1f1f1f;
    padding:20px 0;}
.footer-inner {
  width: 1180px;
  margin: 0 auto;
  display: flex;}
.footer-inner div{
  margin-bottom:10px;}
.footer-inner div p{
    line-height:20px;
    height:20px;}
.footer-inner .phones {
  flex: 0 0 30%;
  text-align: right;
  margin-right:40px;}
.footer-inner .phones p{
 height:30px;
 line-height:30px;}
.footer-inner div:nth-child(2) {
  flex: 0 0 20%;
  text-align: center;
  margin-right:40px;}
