@media (min-width: 1200px) {
    .container {
        /*max-width: 1440px;*/
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }
}
.foot-introduce{
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}

.foot-title{
    font-family: Montserrat;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.79);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}

.foot-lh-2 li{
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.3em;
    text-align: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.79);
    font-weight: 400;
}

.foot-lh-2 li a{
    color:rgba(255, 255, 255, 0.79) !important;
}

.foot-lh-2 .foot-tab-active a{
    color: #fff !important;
}

.foot-lh-2 li a:hover {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}

.foot-address{
    display: flex;
}

#formsubmit:hover {
    border: 0 solid #204d74;
    border-radius: 0;
    background: #ed9100 !important;
    color: #fff;
    font-size: 14px;
}