footer.big-footer, footer.short-footer {
    background-color: #1f1f26;
    color: #ffffff;
    padding: 60px 0 60px 0;
    font-size: 14px;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    font-family: var(--main-font);
}

footer.short-footer {
    padding: 38px 0;
    font-size: 16px;
}

footer.short-footer a {
    color: #ffffff;
    margin-right: 20px;
}

footer.short-footer .logo-img {
    margin-right: 20px;
}

footer.short-footer .logo-img-wrapper {
    text-align: left;
}

footer.big-footer a {
    color: inherit;
    transition: all 0.6s;
    text-decoration: none;
}

footer.big-footer a:hover {
    color: #ff6f00;
}

footer.big-footer svg path {
    transition: fill 0.6s;
    fill: white;
}

footer.big-footer svg:hover path {
    fill: #ff6f00;
}

footer.big-footer .footer-unstyled {
    list-style: none;
    padding: 0;
    line-height: 2.29;
    text-align: left;
}

footer.big-footer .footer-social a:not(:last-child) {
    margin-right: 20px;
}

footer.big-footer .footer-column-header {
    color: #3b8ecb;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}

footer.big-footer .footer-mt {
    margin-top: 20px;
}

.lingopie-logo-mb {
    margin-bottom: 10px;
}

.footer-social-icon {
    font-size: 24px;
}

.footer-4th-column-custom-padding {
    padding-left: inherit;
}

footer.big-footer .footer-order-2 {
    order: 3;
}

footer.big-footer .footer-order-3 {
    order: 2;
}

footer.big-footer .footer-order-4 {
    order: 4;
}


@media (min-width: 768px) {
    footer.big-footer .big-footer-logo {
        transform: translateX(calc(-50% - 15px));
    }

    footer.big-footer {
        text-align: left;
    }

    footer.big-footer .footer-social {
        justify-content: flex-start;
    }

    footer.big-footer .footer-order-1 {
        order: 1;
    }

    footer.big-footer .footer-order-2 {
        order: 2;
    }

    footer.big-footer .footer-order-3 {
        order: 3;
    }

    footer.big-footer .footer-order-4 {
        order: 4;
    }

    .footer-4th-column-custom-padding {
        padding-left: 130px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    footer.big-footer .footer-order-1 {
        order: 1;
    }

    footer.big-footer .footer-order-2 {
        order: 4;
    }

    footer.big-footer .footer-order-3 {
        order: 3;
    }

    footer.big-footer .footer-order-4 {
        order: 2;
    }

    .footer-4th-column-custom-padding {
        padding-left: inherit;
    }
}

footer.big-footer .container {
    height: auto;
    border-bottom: none;
}
