.footer,
.footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer {
	margin-top: 5px;
}

.footer__container {
    width: 100%;
    padding: 10px 32px;
    border-top: 3px dashed #5c433d;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-top: solid 4px #217abc;
    flex-direction: column;
}

.footer__content-phone {
    display: none;
}

.footer__phoneImg {
    width: 100%;
    min-width: 100px;
    height: 96px;
    background: url('../../img/call_100x100.png');
    background-size: 100%;
}

.footer__content-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__content-social i {
    color: #337ab7;
    font-size: 30px;
}

.footer__content-social a {
    text-decoration: none;
}

.footer__content-copyright {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.footer__content-copyright-mobile {
    display: none;
}

.footer__copyright-col1 {
    display: flex;
    width: 100%;
}

.footer__copyright-col1 a {
    text-decoration: none;
}

.footer__copyright-col2 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.footer__content-text {
    display: none;
}