.footer {
    background: #acacac;
    color: #555555;
}

.footer-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    padding: 15px;
}

.footer-container-row {
    display: flex;
    flex-wrap: wrap;
}


.footer-support > a, .footer-info > a, .footer-call-number > a {
    padding: 2px 0;
    margin: 8px 0;
    display: block;
    text-decoration: none;
    color: white;
}

.footer-support > a:before, .footer-info > a:before {
    content: "—";
    margin-right: 2px;
    font-size: 14px;
    transition: all .3s ease;
}

.footer-support > a:hover:before, .footer-info > a:hover:before {
    content: "—";
    color: #b1fc84;
    margin-right: 1px;
}

.footer-social-icon-fb {
    background: url("../img/fbinstvibtel.png") no-repeat 0 0;
    background-size: 209%;
}

.footer-social-icon-inst {
    background: url(../img/fbinstvibtel.png) no-repeat 100% 0;
    background-size: 209%;
}

.footer-social-icon-viber {
    background: url(../img/fbinstvibtel.png) no-repeat 0 104%;
    background-size: 209%;
}

.footer-social-icon-tg {
    background: url(../img/fbinstvibtel.png) no-repeat 100% 100%;
    background-size: 209%;
}

.footer-social-icon > h4 {
    padding-bottom: 5px;
}

.footer-social-icon > a {
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: 0 4px;
}

.footer-end-section {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-content: space-around;
}

.footer-end-section-name {
    font-size: 12px;
    vertical-align: bottom;
    justify-self: flex-end;
    justify-items: flex-end;
    width: 100%;
    flex: 0 0 auto;
    display: block;
    text-align: center;
}

.footer-end-section-logo {
    background: url("../img/logo4-min.png") no-repeat center;
    width: 100px;
    height: 100px;
    background-size: 120%;
    border: 2px solid white;
    border-radius: 9999px;
    margin: 0 auto;
    flex: 0 0 auto;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}
.footer-support > a, .footer-info > a, .footer-call-number > a {
    font-size: 14px;
}
@media (max-width: 576px) {
    .footer-container {
        max-width: 540px;
    }

    .footer-support > a, .footer-info > a, .footer-call-number > a {
        padding-left: 14px;
        font-size: 21px;
    }

    .footer-call-number > a {
        padding-left: 0;
    }

    .footer-support > h4, .footer-info > h4, .footer-call-number > h4, .footer-social-icon > h4 {
        text-align: center;
        font-size: 28px;
        padding: 12px 0;
    }

    .footer-social-icon {
        text-align: center;
    }

    .footer-call-number > a {
        text-align: center;
    }

    .footer-social-icon > a {
        width: 52px;
        height: 52px;
    }
    .footer-end-section{
        margin-top: 20px;
    }
    .footer-end-section-logo{
        width: 125px;
        height: 125px;
        margin: 7px auto;
    }
}
@media (min-width: 768px) {
    .footer-container {
        max-width: 720px;
    }
    .d-md-block{
        display: block;
    }
    .col-md{
        flex: 0 0 auto;
        width: 8.33%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media screen and (max-width: 768px) {

}
@media (min-width: 992px) {
    .footer-container {
        max-width: 960px;
    }
    .col-lg-2{
        flex: 0 0 auto;
        width: 16.6%;
        padding: 0 6px;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
        padding: 0 6px;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .d-lg-none{
        display: none;
    }
}

@media (min-width: 1200px) {
    .footer-container {
        max-width: 1140px;
    }
}



