#footer {
    position: relative;
    background-color: #fff;
}

#footer a {
    color: var(--gray);
}

#footer a:hover {
    color: var(--main);
    text-decoration: underline;
}

#footer .right-column a:hover {
    text-decoration: none;
}

#footer > .custom-container {
    align-items: initial;
}

#footer::before,
#footer::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: var(--border);
}

#footer::before {
    top: 0;
}

#footer::after {
    top: 83px;
}

#footer .left-column {
    flex-grow: 1;
}

#footer .right-column {
    border-right: 1px solid var(--border);
    border-left: 1px solid var(--border);
}

#footer-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#footer-navigation > div {
    padding: 0 30px;
    position: relative;
    display: flex;
    align-items: center;
    border-right: 1px solid var(--border);
    height: 84px;
}

html[lang="ru-RU"] #footer-navigation > div {
    padding: 0 15px;
}

#footer-navigation .subscribe-wrapper {
    border-right: none;
}

#footer-navigation .subscribe-wrapper a {
    display: flex;
    height: 100%;
    align-items: center;
}

.subscribe-wrapper a i.right {
    margin-right: 15px;
}

.subscribe-wrapper a i.left {
    margin-left: 15px;
    transition: 0.25s;
}

#footer-navigation .subscribe-wrapper a:hover {
    text-decoration: none;
}

#footer-navigation .logo-wrapper {
    padding-left: 0;
}

#footer-navigation .search-wrapper {
    flex-grow: 1;
}

#footer-navigation .dgwt-wcas-sf-wrapp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#footer-navigation button.dgwt-wcas-search-submit {
    left: 0;
    top: 10px;
}

body .dgwt-wcas-suggestions-wrapp {
    margin-top: 2px !important;
}

#footer-menu {
    display: flex;
    justify-content: space-between;
    padding: 35px 35px 35px 0;
}

#footer-menu ul {
    margin: 10px 0 0;
}

#footer-menu .menu-column > span {
    font-size: 12px;
    font-weight: 700;
}

#footer-menu li {
    list-style: none;
}

#footer-menu li a {
    color: var(--gray);
    font-size: 12px;
}

#footer-menu li a:hover {
    color: var(--main);
    text-decoration: underline;
}

.footer-botom-bar {
    padding: 15px 0;
    background-color: var(--black);
    color: #fff;
    font-size: 12px;
}

.footer-botom-bar .custom-container {
    justify-content: space-between;
}

.footer-botom-bar span {
    text-align: center;
}

#footer-contacts {
    display: flex;
    flex-direction: column;
}

#footer-contacts > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 0;
}

#footer-contacts > div a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 30px;
}

#footer-contacts > div span.sub-heading {
    font-size: 12px;
    padding: 0 30px;
    margin-bottom: 5px;
}

#footer-contacts .social span.sub-heading {
    padding: 0;
}

#footer-contacts .working-hours-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding-left: 60px;
    padding-right: 30px;
}

#footer-contacts i {
    margin-right: 5px;
}

#footer-contacts .email,
#footer-contacts .phone {
    border-bottom: 1px solid var(--border);
}

#footer-contacts .info i {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

#footer-contacts .social {
    padding: 0 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 84px;
}

.footer-social-wrapper {
    display: flex;
}

#footer-contacts .social a {
    padding: 5px;
}

#footer-contacts .social a:first-child {
    margin-left: -5px;
}

#footer-contacts .fa-instagram {
    font-size: 24px;
}

#footer-contacts .fa-facebook {
    font-size: 22px;
}

.badge-wrapper img {
    width: 175px;
}

#footer .small-screen {
    display: none;
}

@media only screen and (max-width: 1280px) {
    #footer-contacts {
        display: none;
    }

    #footer .right-column {
        border: none;
    }

    #footer .small-screen {
        display: flex;
    }
}

@media only screen and (max-width: 921px) {
    #footer-navigation .search-wrapper {
        display: none;
    }

    #footer-navigation .logo-wrapper {
        flex-grow: 1;
    }
}

@media only screen and (max-width: 625px) {
    #footer-menu {
        flex-wrap: wrap;
    }

    #footer-menu .menu-column {
        width: 50%;
    }

    #footer-navigation .subscribe-wrapper a {
        font-size: 12px;
    }

    #footer-navigation > div {
        height: 40px;
    }

    #footer .logo-wrapper img {
        width: auto;
        height: 30px;
        position: relative;
        top: 2px;
    }

    #footer .logo-wrapper {
        display: flex;
        align-items: center;
    }

    #footer::after {
        top: 41px;
    }
}

@media only screen and (max-width: 650px) {
    .footer-botom-bar > .custom-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 450px) {
    #footer .subscribe-wrapper {
        padding: 0 5px 0 15px;
    }

    #footer .subscribe-wrapper a i.left {
        display: none;
    }

    #footer .badge-wrapper {
        position: relative;
        top: -10px;
        left: -10px;
    }

    html[lang="en-US"] #footer .badge-wrapper,
    html[lang="ru-RU"] #footer .badge-wrapper {
        top: 20px;
    }
}
