footer {
    padding: 10px;
}

footer .orchard-footer-logo {
    height: 30px;
    width: 96px;
}

footer a,
footer p,
footer span {
    color: $white;
    font-size: 10px;
    font-weight: bold;
}

.footer-nav > li,
footer .social > li {
    display: inline-block;
}

.footer-nav > li > a {
    display: block;
    font-size: 12px;
    color: $white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

footer .copyright {
    display: block;
    margin-top: 10px;
}

footer .social {
    text-align: right;
    width: 100%;
}

footer .social > li > a {
    display: block;
    font-size: 18px;
    padding: 5px;
}

footer {
    background-color: #0e3454;
}

.alt-footer {
    padding: 5px 0;
}

footer .inner {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 15px;
}

.footer-col {
    display: inline-block;
    vertical-align: middle;
}

.footer-col-1 ul > li:first-of-type img {
    height: 30px;
    width: 96px;
}

.footer-col-1 ul > li:last-of-type img {
    height: 25px;
    width: 130px;
}

.footer-col-1,
.footer-col-3 {
    width: 26%;
}

.footer-col-1 {
    text-align: center;
    border-right: 1px solid $white;
}

.footer-col-3 {
    text-align: left;
    padding-left: 20px;
    border-left: 1px solid $white;
}

.footer-col-2 {
    width: 46%;
    padding: 0;
    text-align: center;
}

footer .widget {
    display: inline-block;
}

.footer-col-2 .widget {
    margin: 0 27px;
}

footer .widget_nav_menu h4 {
    display: none;
}

footer .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

footer .widget_nav_menu ul > li {
    display: block;
}

footer .widget_nav_menu ul > li > a {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.copyright.footer-default {
    margin-top: 30px;
}

.copyright a,
span.copyright {
    font-weight: 400;
    letter-spacing: 0.06em;
}

footer .social > li {
    margin: 0 2.5px;
}

.alt-footer .widget_nav_menu ul {
    margin-top: 5px;
}

.alt-footer .widget_nav_menu ul > li {
    display: inline-block;
    margin-right: 5px;
}

.alt-footer .widget {
    display: block;
}

.footer-mobile-nav {
    margin: 20px 0 30px;
    padding: 0;
    display: inline-block;
    font-size: 0;
}

.footer-mobile-nav:first-of-type {
    border-right: 1px solid $white;
    margin-right: 15.5px;
    padding-right: 15.5px;
}

.footer-mobile-nav > li {
    display: block;
}

.footer-mobile-nav > li > a {
    font-size: 16px;
    text-transform: uppercase;
}
/* -- lang specific -- */
html:lang(ru) .footer-mobile-nav > li > a,
html:lang(ru) footer .widget_nav_menu ul > li > a {
    font-size: 8px;
}

footer a {
    transition: 0.3s ease color;
}

footer a:hover {
    color: $orange;
}

footer .current-menu-item a,
footer .current_page_item a {
    color: $orange;
}

.footer-mobile-nav-wrapper {
    display: block;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:1367px) {
    .alt-footer .widget_nav_menu ul {
        margin-top: 7px;
    }
}
@media screen and (max-width:1150px) {
    footer .social > li > a {
        font-size: 16px !important;
    }

    .footer-col {
        vertical-align: top;
    }
}
@media screen and (max-width:991px) {
    .footer-col-2 .widget {
        margin: 0 15px;
    }
}
@media screen and (max-width:768px) {
    .footer .social > li {
        margin: 0 5px;
    }

    footer .social > li > a {
        font-size: 18px;
    }

    footer .social > li {
        margin: 0;
    }

    footer .social {
        text-align: center;
    }

    .copyright.footer-default {
        margin-top: 15px;
    }

    .mobile-footer-logos {
        margin-bottom: 30px !important;
    }

    .mobile-footer-logos > li:last-of-type img {
        width: 100px;
    }
}
