footer {
    background-color: #3193b1;
    font-size: 14pt;
    color: white;
}

.footer-info-wrap {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu,
.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-menu {
    width: 40%;
}

.footer-info {
    width: 60%;
}

footer li {
    margin-top: 10px;
}

.footer-info ul li > i {
    margin-right: 5px;
}

.footer-column {
    text-align: left;
    width: 50%;
}

.footer-column .footer-socials-phone {
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-info ul {
    list-style: none;
    margin: 0;
    color: white;
}

.footer-info ul a {
    color: white;
    text-decoration: none;
    transition: .5s all;
}

.footer-info ul a:not(.icon-rhombus):hover {
    color: #de4f4f;
}

.icon-rhombus.icon-facebook {
    background: -moz-linear-gradient(top, #3b5998, #2b4170);
    background: -ms-linear-gradient(top, #3b5998, #2b4170);
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
}

.icon-rhombus.icon-instagram {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.icon-rhombus.icon-youtube {
    background: red;
}

.footer-sign {
    font-size: 4.5em;
    margin-bottom: 5px;
    margin-top: 30px;
    line-height: 1;
}

.modal-callback-button,
.scroll-top {
    z-index: 8;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    border-radius: 6px;
    border: solid 3px rgba(255, 255, 255, 0.81);
    transition: .5s all;
}

.modal-callback-button {
    bottom: 150px;
    background-image: linear-gradient(to top, #41dde1, #0dcebe);
    font-size: 25px;
}

.scroll-top {
    bottom: 90px;
    background-image: linear-gradient(to top, #81d4ef, #37a4c5);
}

.scroll-top > .arrow {
    width: 22px;
    height: 22px;
    margin-top: 3px;
    margin-left: 3px;
    transform: rotate(-90deg);
}

.scroll-top > .arrow:before,
.scroll-top > .arrow:after {
    border-color: white;
}

@media(max-width: 600px) {

    .modal-callback-button,
    .scroll-top {
        right: 20px;
    }

    .modal-callback-button {
        bottom: 80px;
    }

    .scroll-top {
        bottom: 20px;
    }

    .footer-menu,
    .footer-info,
    .footer-contact,
    .footer-copyright {
        width: 100%;
        text-align: center;

        margin-top: 20px;
    }

    .footer-menu,
    .footer-contact,
    .footer-copyright {
        margin-top: 20px;
    }
}