footer {
    height: 345px;
    bottom: 0;
    left: 0;
    width: 100%;
}

footer {
    padding: 50px 40px 15px 40px;
}

#jetcache-informer {
    /* display: none !important */
}



@media (max-width: 991px) {
    footer {
        padding: 25px 0 0 0;
        height: auto;
        position: static;
    }

    .footer-wrap {
        padding: 0 15px;
    }
}

.footer-wrap .row {
    margin-left: 0;
    margin-right: 0;
}

footer .row {
    flex-wrap: wrap;
    /* margin-left: 0;
  margin-right: 0; */
}

footer a {
    font-size: 14px;
    color: #767c7e;
}

/* Footer */
@media (max-width:575px) {
    footer li.line a {
        font-size: 0px;
        display: none;
    }
}

@media (min-width:576px) {
    footer li.line {
        display: none !important
    }
}

footer li.h6 {
    margin-top: 24px;
    margin-bottom: 0.5rem;
}

/* Footer */
.footer-wrap img {
    width: 115px;
    height: 45px;
    margin-bottom: 30px;
}


.footer-wrap .phone-footer-wrap {
    font-size: 12px;
}

.footer-wrap .phone-footer-wrap {
    font-size: 12px;
}

.footer-wrap .phone-footer-wrap .phone a {
    font-size: 24px;
    color: #2c96b9;
}

.footer-wrap .phone-footer-wrap {
    font-size: 12px;
}


.footer-wrap h6 {
    font-weight: 600;
    color: black;
}

.footer-wrap .socials ul+h6,
.footer-wrap .pay ul+h6 {
    margin-top: 24px;
}

footer .socials svg {
    width: 30px;
    height: 30px;
}

@media (max-width: 575px) {

    footer .footer-wrap .f-logo {
        width: 50%;
    }

    footer .footer-wrap .socials>div:first-child,
    footer .footer-wrap .socials>div:first-child+div {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    footer .footer-wrap .socials>div:last-child {
        margin-bottom: 30px;
    }

    footer section .schedule {
        text-align: center;
        margin: 0 15px;
        width: 50%;
    }

    footer section .schedule>div {
        font-size: 12px;
    }

    footer section .schedule .phone,
    footer section .schedule .phone:hover,
    footer section .schedule .phone:visited {
        font-size: 20px;
        color: #2c96b9;
        font-weight: bold;
        text-decoration: none;
    }

    footer section.links,
    footer section.socials {
        font-size: 18px;
        padding: 0 15px;
    }

    footer section.links .line,
    footer section.socials .line {
        margin: 5px -30px;
        font-size: 0px;
    }

    footer section.links a,
    footer section.socials a {
        font-size: 18px;
    }

    footer .cop {
        font-size: 12px;
        padding: 10px 0 0;
    }

    footer .footer-wrap img {
        width: auto;
        height: auto;
        margin-bottom: 0;
        vertical-align: -1px;
        margin-right: 5px;
    }

    .footer-wrap .phone-footer-wrap .phone a {
        font-size: 17px;
    }
}