body{background-color:#000000;}
img{max-width: 100%;}

.header{padding: 70px 50px 20px 0;}
.header .contact a{display: inline-block; color: #fff; font-weight: 600; font-size: 17px; line-height: 18px; text-transform: uppercase; letter-spacing: 1px;}
.header .contact a:hover{outline: none; text-decoration: none;}

.content{height: calc(100vh - 220px);}
.logo-main a{margin: 0 auto;}

.footer ul{display: flex; display: -webkit-flex; flex-wrap: nowrap;}
.footer ul li{text-align: center; padding: 0 10px; flex: 1 1; -ms-flex: 1 1; -webkit-flex:1 1;}
.footer ul li .menu6{display: block; color: #fff; font-weight: bold; font-size: 16px; line-height: 18px; text-transform: uppercase;}


@media screen and (max-width:767px){
    .header{padding: 30px 30px 20px 0;}

    .content{height: calc(100vh - 170px);}

    .footer ul{margin-bottom: 0;}
    .footer ul li{margin: 5px 0;}
    .footer ul li img{max-width: 40px;}
}

@media screen and (max-width:567px){
    .footer ul li{margin: 10px 0; min-height: 50px; padding: 0 5px;}
    .footer ul li:last-child{margin-bottom: 0;}
    .footer ul li img{max-width: 45px;}
    .footer ul li .menu6{font-size: 13px;}
}
