footer{
    background: #fff;
    display: block;
    width: 100%;
}

.footerInner{
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
}

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:hover{
    opacity: 1 !important;
}

.workDays{
    display: block;
    padding-left: 10px;
    margin: 0;
    list-style: none;
}

.workDays li{
    color: #1A2236;
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.workDays li span{
    display: table;
    float: left;
}

.workDays li em{
    display: table;
    float: right;
}

.workDays li em i{
    padding-right: 5px;
}

footer .footerCenter iframe{
    display: block;
    height: 250px;
    width: 100%;
}

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 li a:hover{
    opacity: 1 !important;
}

footer .footerCenter .contacts li a img{
    height: 24px;
    padding-right: 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;
}