body .head-logo,
body .head-logo-smart,
body .section-footer .footer-container .footer-logo-smart {
    width: 180px;
    height: 36px;
    background: transparent var(--ga-main-logo-url) 50% no-repeat;
    background-size: contain;
}

body .head-smart-menu .top-menu .head-contact-button {
    color: #ff6000 !important;
}

body .section-footer {
    padding-left: 15px;
    padding-right: 15px;
}

body .section-footer .footer-bottom .footer-column {
    margin-bottom: 20px;
}

body .section-footer .footer-container,
body .section-footer .footer-container i {
    font-size: 14px;
}

body .section-footer .footer-container .footer-logo-smart {
    margin-bottom: 20px;
    display: inline-block;
    width: 175px;
    min-height: 40px;
}

body .section-footer .footer-container .head-menu-red-ttle {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 6px;
}

body .section-footer .footer-container a {
    font-size: 14px;
}

body .section-footer .footer-container .website-logo {
    display: inline-block;
    width: calc(50% - 20px);
    max-width: 110px;
    vertical-align: middle;
}

body .section-footer .footer-container .website-logo:first-child {
    margin-right: 16px;
}

body .section-footer .footer-container .website-logo img {
    display: block;
    width: 100%;
}

body .section-footer .menu-footer-menu-left-container ul li,
body .section-footer .menu-footer-menu-right-container ul li {
    margin-bottom: 10px;
}

body .section-footer .footer-container a,
body .section-footer .menu-footer-menu-left-container ul li a,
body .section-footer .menu-footer-menu-right-container ul li a {
    font-size: 14px;
    color: #8b8b8b;
    transition: color .3s ease;
}

body .section-footer .footer-container a:hover,
body .section-footer .menu-footer-menu-left-container ul li a:hover,
body .section-footer .menu-footer-menu-right-container ul li a:hover {
    color: #fff;
    text-decoration: none !important;
}

body .section-footer .footer-copyright {
    margin-top: 0;
}

body .section-footer .footer-contacts,
body.body-class-page-id-10 .section-footer .footer-row {
    display: none;
}

body.body-class-page-id-10 .section-footer .footer-contacts {
    display: block;
}

@media (max-width: 1200px) {
    body .section-footer .footer-container {
        margin-bottom: 40px;
    }

    body .section-footer .footer-container .footer-logo-smart {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1060px) {
    body.body-class-page-id-10 .section-footer {
        width: 80%;
    }
}

@media (max-width: 768px) {
    body.body-class-page-id-10 .section-footer {
        padding-left: 7px;
        padding-right: 7px;
    }
}
