.footer {
    padding:50px 20px 20px;
    background:#333;
    color:#fff;
}
.footer-inner {
    max-width:1366px;
    margin:0 auto;
}
.footer p {
    line-height:120%;
    padding-top:10px;
}
.footer a {
    color:#fff;
}
.footer-left {
    width:calc(100% / 100 * 40 - 20px);
}
.footer-right {
    width:calc(100% / 100 * 60 - 20px);
    text-align:right;
}
.footer-right a {
    color:#b3b3b3;
}
a.phone-footer {
    font-size:30px;
    color:#d7382d;
    margin-bottom:10px;
    display:block;
}
.footer-right ul {
    display:flex;
    justify-content:flex-end;
    margin-bottom:40px;
    flex-wrap:wrap;
}
.footer-right ul a {
    margin-left:5px;
    background:#424242;
    padding:10px 20px;
    border-radius:30px;
    display:inline-block;
    color:#fff;
}
.fz {
    width:100%;
    font-size:13px;
    margin-top:20px;
    color:#b3b3b3;
}
.fz a {
    color:#b3b3b3;
}
.fz a:hover {
    color:#fff;
}
.fz {
    border-top:1px solid #666;
    padding-top:20px;
}
@media screen and (max-width: 768px) {
    .footer-left {width:100%;padding-bottom:20px;}
    .footer-right {width:100%;text-align:left;}
}