/*FOOTER*/
.loaded footer {
    background: url(../images/footer-bg.jpg);
}

.loaded.webp footer {
    background: url(../images/footer-bg.webp);
}

footer {
    padding: 55px 0;
}

footer h2 {
    margin-bottom: 30px;
}

footer .container {
    max-width: 1385px;
}

/*Map*/
.mapsection {
    height: 434px;
    position: relative;
    overflow: hidden;
}

.loaded .mapsection .map-overlaying {
    background: url(../images/map.jpg);
    background-position: top center;
    background-size: cover;
}

.webp .mapsection .map-overlaying {
    background: url(../images/map.webp);
    background-size: cover;
    background-position: center top;
}

.map-overlaying {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

footer .foot_logo {
    margin-bottom: 30px;
}

footer .foot_wra {
    font-family: Open Sans;
    font-weight: normal;
    font-size: 12px;
    color: #161A1B;
}

footer .foot-phone {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: #161A1B;
}

footer .foot_hour {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: #161A1B;
}

footer h3 {
    font-size: 41px;
    color: #003055;
}

footer .link {
    font-style: italic;
    font-size: 21px;
    color: #003055;
}

footer .foot-foot-social {
    margin: 0;
}

ul.foot-social {
    margin: 0
}

ul.foot-social li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}

ul.foot-social li a {
    height: 32px;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
}

ul.foot-social li a svg {
    fill: #003055;
    height: 20px;
    width: 20px;
}

@media screen and (min-width: 992px) {
    footer {
        min-height: 1013px;
    }

    footer h2 {
        margin-bottom: 85px;
    }

    .foot_cont {
        align-items: flex-start;
        max-height: 198px;
    }
}
