footer {
    position: relative;
    border-top: solid 1px #ececec;
    font-size: 13px;
    color: #6f6f6f;
}

@media (max-width: 991px) {
    .site-footer .container {
        padding-bottom: 15px;
    }
}

.site-footer .footer-bottom .footer-bottom-wrap {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 22% 1fr 17%;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .site-footer .footer-bottom .footer-bottom-wrap {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        grid-gap: 10px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .site-footer .footer-bottom .footer-bottom-wrap {
        display: inline-block;
        max-width: none;
        width: 100%;
    }
}

.footer-logo,
.footer-menu {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-logo {
    margin: 10px 0;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .site-footer .footer-bottom .footer-bottom-wrap .footer-logo {
        display: inline-block;
        float: none;
        vertical-align: top;
        max-width: none;
        margin-right: 50px;
    }
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-logo .footer-logo-info>a>img {
    height: 40px;
    max-width: 280px;
    width: 100%;
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-menu {
    float: right;
}

@media (max-width: 767px) {
    #footer-menu {
        float: none;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .site-footer .footer-bottom .footer-bottom-wrap .footer-menu {
        display: inline-block;
        float: none;
        vertical-align: top;
        max-width: none;
        margin-right: 20px;
        margin-top: 9px;
    }
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-menu .menu {
    margin: 0 !important;
    width: 100%;
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-menu ul {
    float: none;
    margin: 0 auto;
    padding: 0;
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-menu ul li {
    display: inline-block;
    vertical-align: middle;
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-menu li {
    margin: 5px 0;
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-menu li a {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-menu .menu ul#footer-menu>li {
    margin: 0 25px;
}

@media only screen and (max-width: 1200px) {
    .site-footer .footer-bottom .footer-bottom-wrap .footer-menu .menu ul#footer-menu>li {
        margin: 0 6px;
    }
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-menu .menu ul#footer-menu>li>a {
    font-size: 13px;
    color: #222222;
    text-transform: none;
    letter-spacing: 0;
}

@media only screen and (max-width: 480px) {
    .site-footer .footer-bottom .footer-bottom-wrap .footer-menu .menu ul#footer-menu>li>a {
        font-size: 14px;
    }
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-menu .menu ul#footer-menu>li>a:hover {
    color: #ff0000;
}

.footer-bottom .footer-bottom-wrap .footer-menu .menu ul#footer-menu>li {
    margin: 0 15px;
}

.site-footer .footer-bottom .footer-bottom-wrap .footer-copyright {
    text-align: right;
}

@media only screen and (max-width: 1200px) {
    .site-footer .footer-bottom .footer-bottom-wrap .footer-copyright {
        text-align: center;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .site-footer .footer-bottom .footer-bottom-wrap .footer-copyright {
        display: inline-block;
        float: right;
        vertical-align: top;
        max-width: none;
    }
}