footer{
    background: #fff;
    display: block;
    width: 100%;
}

.footerInner{
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    width: 90%;
}

footer .footerTop{
    margin-bottom: 40px;
}

footer .footerTop .logo{
    display: table;
    float: left;
    outline: none !important;
    text-decoration: none !important;
}

footer .footerTop .logo img{
    height: 66px;
}

footer .footerTop .social{
    display: table;
    float: right;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

footer .footerTop .social li{
    display: table;
    float: left;
    margin-left: 30px;
}

footer .footerTop .social li a{
    color: #1A2236 !important;
    display: block;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none !important;
    outline: none !important;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

footer .footerTop .social li a img{
    height: 35px;
    padding-right: 10px;
}

footer .footerTop .social li a:hover{
    opacity: 1 !important;
}

footer .footerCenter{
    margin-bottom: 40px;
}

footer .footerCenter .contacts{
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footerCenter .contacts li{
    display: block;
    margin-bottom: 30px;
}

footer .footerCenter .contacts li a{
    color: #1A2236 !important;
    font-weight: 400;
    text-decoration: none !important;
    outline: none !important;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

footer .footerCenter .contacts .notDownload a{
    background: none !important;
    border: dashed 1px #1A2236;
    border-radius: 10px;
    color: #1A2236 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-decoration: none !important;
    line-height: 24px;
    outline: none !important;
    opacity: 0.9;
    padding: 16px 24px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    width: 260px;
}

footer .footerCenter .contacts .notDownload a img{
    height: 20px !important;
    padding-left: 10px !important;
}

footer .footerCenter .contacts li a:hover{
    opacity: 1 !important;
}

footer .footerCenter .contacts li a img{
    height: 24px;
    padding-right: 10px;
}

footer .footerCenter .wework{
    margin: 0 !important;
    padding: 0;
    list-style: none !important;
}

footer .footerCenter .wework li{
    display: block;
    margin-bottom: 10px;
}

footer .footerCenter .wework li a{
    display: block;
    text-decoration: none !important;
    outline: none !important;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

footer .footerCenter .wework li a:hover{
    opacity: 1 !important;
}

footer .footerCenter .wework li a img{
    display: table;
    margin: 0 auto;
    height: 60px;
}

footer .footerCenter .downloadLogo{
    display: table;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footerCenter .downloadLogo li{
    display: block;
    margin-bottom: 15px;
}

footer .footerCenter .downloadLogo li a{
    background: #133593;
    border-radius: 10px;
    color: #fff !important;
    display: table;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-decoration: none !important;
    line-height: 24px;
    outline: none !important;
    opacity: 0.9;
    padding: 16px 24px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    width: 260px;
}

footer .footerCenter .downloadLogo li a:hover{
    opacity: 1 !important;
}

footer .footerCenter .downloadLogo li a img{
    height: 16px;
    padding-left: 10px;
}

footer .footerBottom{
    border-top: 1px solid #EFF0FA;
    color: #1A2236;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}